# HELP go_gc_duration_seconds A summary of the wall-time pause (stop-the-world) duration in garbage collection cycles. # TYPE go_gc_duration_seconds summary go_gc_duration_seconds{quantile="0"} 3.1765e-05 go_gc_duration_seconds{quantile="0.25"} 4.3025e-05 go_gc_duration_seconds{quantile="0.5"} 4.7981e-05 go_gc_duration_seconds{quantile="0.75"} 5.8719e-05 go_gc_duration_seconds{quantile="1"} 0.00013076 go_gc_duration_seconds_sum 2.326368248 go_gc_duration_seconds_count 38768 # 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 16 # HELP go_info Information about the Go environment. # TYPE go_info gauge go_info{version="go1.25.9"} 1 # HELP go_memstats_alloc_bytes Number of bytes allocated in heap and currently in use. Equals to /memory/classes/heap/objects:bytes. # TYPE go_memstats_alloc_bytes gauge go_memstats_alloc_bytes 3.4943304e+07 # HELP go_memstats_alloc_bytes_total Total number of bytes allocated in heap until now, even if released already. Equals to /gc/heap/allocs:bytes. # TYPE go_memstats_alloc_bytes_total counter go_memstats_alloc_bytes_total 3.39948548e+09 # 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.680568e+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 6.1112381e+07 # 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 4.256544e+06 # HELP go_memstats_heap_alloc_bytes Number of heap bytes allocated and currently in use, same as go_memstats_alloc_bytes. Equals to /memory/classes/heap/objects:bytes. # TYPE go_memstats_heap_alloc_bytes gauge go_memstats_heap_alloc_bytes 3.4943304e+07 # HELP go_memstats_heap_idle_bytes Number of heap bytes waiting to be used. Equals to /memory/classes/heap/released:bytes + /memory/classes/heap/free:bytes. # TYPE go_memstats_heap_idle_bytes gauge go_memstats_heap_idle_bytes 5.316608e+07 # 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.8354944e+07 # 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 339278 # HELP go_memstats_heap_released_bytes Number of heap bytes released to OS. Equals to /memory/classes/heap/released:bytes. # TYPE go_memstats_heap_released_bytes gauge go_memstats_heap_released_bytes 5.1970048e+07 # 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 9.1521024e+07 # HELP go_memstats_last_gc_time_seconds Number of seconds since 1970 of last garbage collection. # TYPE go_memstats_last_gc_time_seconds gauge go_memstats_last_gc_time_seconds 1.7819219636802976e+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 6.1451659e+07 # 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 3624 # HELP go_memstats_mcache_sys_bytes Number of bytes used for mcache structures obtained from system. Equals to /memory/classes/metadata/mcache/inuse:bytes + /memory/classes/metadata/mcache/free:bytes. # TYPE go_memstats_mcache_sys_bytes gauge go_memstats_mcache_sys_bytes 15704 # HELP go_memstats_mspan_inuse_bytes Number of bytes in use by mspan structures. Equals to /memory/classes/metadata/mspan/inuse:bytes. # TYPE go_memstats_mspan_inuse_bytes gauge go_memstats_mspan_inuse_bytes 520960 # 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 1.41984e+06 # 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 5.431009e+07 # HELP go_memstats_other_sys_bytes Number of bytes used for other system allocations. Equals to /memory/classes/other:bytes. # TYPE go_memstats_other_sys_bytes gauge go_memstats_other_sys_bytes 1.075624e+06 # HELP go_memstats_stack_inuse_bytes Number of bytes obtained from system for stack allocator in non-CGO environments. Equals to /memory/classes/heap/stacks:bytes. # TYPE go_memstats_stack_inuse_bytes gauge go_memstats_stack_inuse_bytes 753664 # 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 753664 # 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.00722968e+08 # 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 3 # HELP go_threads Number of OS threads created. # TYPE go_threads gauge go_threads 10 # HELP http_request_duration_seconds HTTP request duration in seconds # TYPE http_request_duration_seconds histogram http_request_duration_seconds_bucket{method="GET",path="/",status="200",le="0.005"} 481 http_request_duration_seconds_bucket{method="GET",path="/",status="200",le="0.01"} 482 http_request_duration_seconds_bucket{method="GET",path="/",status="200",le="0.025"} 482 http_request_duration_seconds_bucket{method="GET",path="/",status="200",le="0.05"} 482 http_request_duration_seconds_bucket{method="GET",path="/",status="200",le="0.1"} 482 http_request_duration_seconds_bucket{method="GET",path="/",status="200",le="0.25"} 482 http_request_duration_seconds_bucket{method="GET",path="/",status="200",le="0.5"} 482 http_request_duration_seconds_bucket{method="GET",path="/",status="200",le="1"} 482 http_request_duration_seconds_bucket{method="GET",path="/",status="200",le="2.5"} 482 http_request_duration_seconds_bucket{method="GET",path="/",status="200",le="5"} 482 http_request_duration_seconds_bucket{method="GET",path="/",status="200",le="10"} 482 http_request_duration_seconds_bucket{method="GET",path="/",status="200",le="+Inf"} 482 http_request_duration_seconds_sum{method="GET",path="/",status="200"} 0.2006890759999999 http_request_duration_seconds_count{method="GET",path="/",status="200"} 482 http_request_duration_seconds_bucket{method="GET",path="/",status="429",le="0.005"} 10 http_request_duration_seconds_bucket{method="GET",path="/",status="429",le="0.01"} 10 http_request_duration_seconds_bucket{method="GET",path="/",status="429",le="0.025"} 10 http_request_duration_seconds_bucket{method="GET",path="/",status="429",le="0.05"} 10 http_request_duration_seconds_bucket{method="GET",path="/",status="429",le="0.1"} 10 http_request_duration_seconds_bucket{method="GET",path="/",status="429",le="0.25"} 10 http_request_duration_seconds_bucket{method="GET",path="/",status="429",le="0.5"} 10 http_request_duration_seconds_bucket{method="GET",path="/",status="429",le="1"} 10 http_request_duration_seconds_bucket{method="GET",path="/",status="429",le="2.5"} 10 http_request_duration_seconds_bucket{method="GET",path="/",status="429",le="5"} 10 http_request_duration_seconds_bucket{method="GET",path="/",status="429",le="10"} 10 http_request_duration_seconds_bucket{method="GET",path="/",status="429",le="+Inf"} 10 http_request_duration_seconds_sum{method="GET",path="/",status="429"} 0.000874498 http_request_duration_seconds_count{method="GET",path="/",status="429"} 10 http_request_duration_seconds_bucket{method="GET",path="/*",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/*",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/*",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/*",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/*",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/*",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/*",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/*",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/*",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/*",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/*",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/*",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/*",status="404"} 0.000252101 http_request_duration_seconds_count{method="GET",path="/*",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/*/[id]",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/*/[id]",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/*/[id]",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/*/[id]",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/*/[id]",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/*/[id]",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/*/[id]",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/*/[id]",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/*/[id]",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/*/[id]",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/*/[id]",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/*/[id]",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/*/[id]",status="404"} 0.00032713 http_request_duration_seconds_count{method="GET",path="/*/[id]",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/*/[slug]",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/*/[slug]",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/*/[slug]",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/*/[slug]",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/*/[slug]",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/*/[slug]",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/*/[slug]",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/*/[slug]",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/*/[slug]",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/*/[slug]",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/*/[slug]",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/*/[slug]",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/*/[slug]",status="429"} 0.000188803 http_request_duration_seconds_count{method="GET",path="/*/[slug]",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/*update.cgi*",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/*update.cgi*",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/*update.cgi*",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/*update.cgi*",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/*update.cgi*",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/*update.cgi*",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/*update.cgi*",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/*update.cgi*",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/*update.cgi*",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/*update.cgi*",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/*update.cgi*",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/*update.cgi*",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/*update.cgi*",status="404"} 0.000247269 http_request_duration_seconds_count{method="GET",path="/*update.cgi*",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/..\\..\\..\\..\\..\\..\\var/log/apache2/access.log",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/..\\..\\..\\..\\..\\..\\var/log/apache2/access.log",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/..\\..\\..\\..\\..\\..\\var/log/apache2/access.log",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/..\\..\\..\\..\\..\\..\\var/log/apache2/access.log",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/..\\..\\..\\..\\..\\..\\var/log/apache2/access.log",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/..\\..\\..\\..\\..\\..\\var/log/apache2/access.log",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/..\\..\\..\\..\\..\\..\\var/log/apache2/access.log",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/..\\..\\..\\..\\..\\..\\var/log/apache2/access.log",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/..\\..\\..\\..\\..\\..\\var/log/apache2/access.log",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/..\\..\\..\\..\\..\\..\\var/log/apache2/access.log",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/..\\..\\..\\..\\..\\..\\var/log/apache2/access.log",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/..\\..\\..\\..\\..\\..\\var/log/apache2/access.log",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/..\\..\\..\\..\\..\\..\\var/log/apache2/access.log",status="404"} 0.000353442 http_request_duration_seconds_count{method="GET",path="/..\\..\\..\\..\\..\\..\\var/log/apache2/access.log",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/..\\..\\..\\..\\..\\..\\var/log/apache2/access.log",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/..\\..\\..\\..\\..\\..\\var/log/apache2/access.log",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/..\\..\\..\\..\\..\\..\\var/log/apache2/access.log",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/..\\..\\..\\..\\..\\..\\var/log/apache2/access.log",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/..\\..\\..\\..\\..\\..\\var/log/apache2/access.log",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/..\\..\\..\\..\\..\\..\\var/log/apache2/access.log",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/..\\..\\..\\..\\..\\..\\var/log/apache2/access.log",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/..\\..\\..\\..\\..\\..\\var/log/apache2/access.log",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/..\\..\\..\\..\\..\\..\\var/log/apache2/access.log",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/..\\..\\..\\..\\..\\..\\var/log/apache2/access.log",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/..\\..\\..\\..\\..\\..\\var/log/apache2/access.log",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/..\\..\\..\\..\\..\\..\\var/log/apache2/access.log",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/..\\..\\..\\..\\..\\..\\var/log/apache2/access.log",status="429"} 0.000122542 http_request_duration_seconds_count{method="GET",path="/..\\..\\..\\..\\..\\..\\var/log/apache2/access.log",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/./tailwind.config.js",status="404",le="0.005"} 7 http_request_duration_seconds_bucket{method="GET",path="/./tailwind.config.js",status="404",le="0.01"} 7 http_request_duration_seconds_bucket{method="GET",path="/./tailwind.config.js",status="404",le="0.025"} 7 http_request_duration_seconds_bucket{method="GET",path="/./tailwind.config.js",status="404",le="0.05"} 7 http_request_duration_seconds_bucket{method="GET",path="/./tailwind.config.js",status="404",le="0.1"} 7 http_request_duration_seconds_bucket{method="GET",path="/./tailwind.config.js",status="404",le="0.25"} 7 http_request_duration_seconds_bucket{method="GET",path="/./tailwind.config.js",status="404",le="0.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/./tailwind.config.js",status="404",le="1"} 7 http_request_duration_seconds_bucket{method="GET",path="/./tailwind.config.js",status="404",le="2.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/./tailwind.config.js",status="404",le="5"} 7 http_request_duration_seconds_bucket{method="GET",path="/./tailwind.config.js",status="404",le="10"} 7 http_request_duration_seconds_bucket{method="GET",path="/./tailwind.config.js",status="404",le="+Inf"} 7 http_request_duration_seconds_sum{method="GET",path="/./tailwind.config.js",status="404"} 0.001045089 http_request_duration_seconds_count{method="GET",path="/./tailwind.config.js",status="404"} 7 http_request_duration_seconds_bucket{method="GET",path="/./tailwind.config.mjs",status="404",le="0.005"} 7 http_request_duration_seconds_bucket{method="GET",path="/./tailwind.config.mjs",status="404",le="0.01"} 7 http_request_duration_seconds_bucket{method="GET",path="/./tailwind.config.mjs",status="404",le="0.025"} 7 http_request_duration_seconds_bucket{method="GET",path="/./tailwind.config.mjs",status="404",le="0.05"} 7 http_request_duration_seconds_bucket{method="GET",path="/./tailwind.config.mjs",status="404",le="0.1"} 7 http_request_duration_seconds_bucket{method="GET",path="/./tailwind.config.mjs",status="404",le="0.25"} 7 http_request_duration_seconds_bucket{method="GET",path="/./tailwind.config.mjs",status="404",le="0.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/./tailwind.config.mjs",status="404",le="1"} 7 http_request_duration_seconds_bucket{method="GET",path="/./tailwind.config.mjs",status="404",le="2.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/./tailwind.config.mjs",status="404",le="5"} 7 http_request_duration_seconds_bucket{method="GET",path="/./tailwind.config.mjs",status="404",le="10"} 7 http_request_duration_seconds_bucket{method="GET",path="/./tailwind.config.mjs",status="404",le="+Inf"} 7 http_request_duration_seconds_sum{method="GET",path="/./tailwind.config.mjs",status="404"} 0.001034321 http_request_duration_seconds_count{method="GET",path="/./tailwind.config.mjs",status="404"} 7 http_request_duration_seconds_bucket{method="GET",path="/.AWS_/credentials",status="404",le="0.005"} 7 http_request_duration_seconds_bucket{method="GET",path="/.AWS_/credentials",status="404",le="0.01"} 7 http_request_duration_seconds_bucket{method="GET",path="/.AWS_/credentials",status="404",le="0.025"} 7 http_request_duration_seconds_bucket{method="GET",path="/.AWS_/credentials",status="404",le="0.05"} 7 http_request_duration_seconds_bucket{method="GET",path="/.AWS_/credentials",status="404",le="0.1"} 7 http_request_duration_seconds_bucket{method="GET",path="/.AWS_/credentials",status="404",le="0.25"} 7 http_request_duration_seconds_bucket{method="GET",path="/.AWS_/credentials",status="404",le="0.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/.AWS_/credentials",status="404",le="1"} 7 http_request_duration_seconds_bucket{method="GET",path="/.AWS_/credentials",status="404",le="2.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/.AWS_/credentials",status="404",le="5"} 7 http_request_duration_seconds_bucket{method="GET",path="/.AWS_/credentials",status="404",le="10"} 7 http_request_duration_seconds_bucket{method="GET",path="/.AWS_/credentials",status="404",le="+Inf"} 7 http_request_duration_seconds_sum{method="GET",path="/.AWS_/credentials",status="404"} 0.001079308 http_request_duration_seconds_count{method="GET",path="/.AWS_/credentials",status="404"} 7 http_request_duration_seconds_bucket{method="GET",path="/.DS_Store",status="404",le="0.005"} 10 http_request_duration_seconds_bucket{method="GET",path="/.DS_Store",status="404",le="0.01"} 10 http_request_duration_seconds_bucket{method="GET",path="/.DS_Store",status="404",le="0.025"} 10 http_request_duration_seconds_bucket{method="GET",path="/.DS_Store",status="404",le="0.05"} 10 http_request_duration_seconds_bucket{method="GET",path="/.DS_Store",status="404",le="0.1"} 10 http_request_duration_seconds_bucket{method="GET",path="/.DS_Store",status="404",le="0.25"} 10 http_request_duration_seconds_bucket{method="GET",path="/.DS_Store",status="404",le="0.5"} 10 http_request_duration_seconds_bucket{method="GET",path="/.DS_Store",status="404",le="1"} 10 http_request_duration_seconds_bucket{method="GET",path="/.DS_Store",status="404",le="2.5"} 10 http_request_duration_seconds_bucket{method="GET",path="/.DS_Store",status="404",le="5"} 10 http_request_duration_seconds_bucket{method="GET",path="/.DS_Store",status="404",le="10"} 10 http_request_duration_seconds_bucket{method="GET",path="/.DS_Store",status="404",le="+Inf"} 10 http_request_duration_seconds_sum{method="GET",path="/.DS_Store",status="404"} 0.001609653 http_request_duration_seconds_count{method="GET",path="/.DS_Store",status="404"} 10 http_request_duration_seconds_bucket{method="GET",path="/.amplifyrc",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/.amplifyrc",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/.amplifyrc",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/.amplifyrc",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/.amplifyrc",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.amplifyrc",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/.amplifyrc",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.amplifyrc",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.amplifyrc",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.amplifyrc",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.amplifyrc",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/.amplifyrc",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/.amplifyrc",status="429"} 0.000181276 http_request_duration_seconds_count{method="GET",path="/.amplifyrc",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/.anthropic/config.json",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.anthropic/config.json",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.anthropic/config.json",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.anthropic/config.json",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.anthropic/config.json",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.anthropic/config.json",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.anthropic/config.json",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.anthropic/config.json",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.anthropic/config.json",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.anthropic/config.json",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.anthropic/config.json",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.anthropic/config.json",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.anthropic/config.json",status="404"} 0.000124526 http_request_duration_seconds_count{method="GET",path="/.anthropic/config.json",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/.anthropic/config.json",status="429",le="0.005"} 6 http_request_duration_seconds_bucket{method="GET",path="/.anthropic/config.json",status="429",le="0.01"} 6 http_request_duration_seconds_bucket{method="GET",path="/.anthropic/config.json",status="429",le="0.025"} 6 http_request_duration_seconds_bucket{method="GET",path="/.anthropic/config.json",status="429",le="0.05"} 6 http_request_duration_seconds_bucket{method="GET",path="/.anthropic/config.json",status="429",le="0.1"} 6 http_request_duration_seconds_bucket{method="GET",path="/.anthropic/config.json",status="429",le="0.25"} 6 http_request_duration_seconds_bucket{method="GET",path="/.anthropic/config.json",status="429",le="0.5"} 6 http_request_duration_seconds_bucket{method="GET",path="/.anthropic/config.json",status="429",le="1"} 6 http_request_duration_seconds_bucket{method="GET",path="/.anthropic/config.json",status="429",le="2.5"} 6 http_request_duration_seconds_bucket{method="GET",path="/.anthropic/config.json",status="429",le="5"} 6 http_request_duration_seconds_bucket{method="GET",path="/.anthropic/config.json",status="429",le="10"} 6 http_request_duration_seconds_bucket{method="GET",path="/.anthropic/config.json",status="429",le="+Inf"} 6 http_request_duration_seconds_sum{method="GET",path="/.anthropic/config.json",status="429"} 0.000454883 http_request_duration_seconds_count{method="GET",path="/.anthropic/config.json",status="429"} 6 http_request_duration_seconds_bucket{method="GET",path="/.astro/manifest.json",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/.astro/manifest.json",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/.astro/manifest.json",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/.astro/manifest.json",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/.astro/manifest.json",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/.astro/manifest.json",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/.astro/manifest.json",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/.astro/manifest.json",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/.astro/manifest.json",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/.astro/manifest.json",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/.astro/manifest.json",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/.astro/manifest.json",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/.astro/manifest.json",status="404"} 0.00034719899999999997 http_request_duration_seconds_count{method="GET",path="/.astro/manifest.json",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/.astro/manifest.json",status="429",le="0.005"} 12 http_request_duration_seconds_bucket{method="GET",path="/.astro/manifest.json",status="429",le="0.01"} 12 http_request_duration_seconds_bucket{method="GET",path="/.astro/manifest.json",status="429",le="0.025"} 12 http_request_duration_seconds_bucket{method="GET",path="/.astro/manifest.json",status="429",le="0.05"} 12 http_request_duration_seconds_bucket{method="GET",path="/.astro/manifest.json",status="429",le="0.1"} 12 http_request_duration_seconds_bucket{method="GET",path="/.astro/manifest.json",status="429",le="0.25"} 12 http_request_duration_seconds_bucket{method="GET",path="/.astro/manifest.json",status="429",le="0.5"} 12 http_request_duration_seconds_bucket{method="GET",path="/.astro/manifest.json",status="429",le="1"} 12 http_request_duration_seconds_bucket{method="GET",path="/.astro/manifest.json",status="429",le="2.5"} 12 http_request_duration_seconds_bucket{method="GET",path="/.astro/manifest.json",status="429",le="5"} 12 http_request_duration_seconds_bucket{method="GET",path="/.astro/manifest.json",status="429",le="10"} 12 http_request_duration_seconds_bucket{method="GET",path="/.astro/manifest.json",status="429",le="+Inf"} 12 http_request_duration_seconds_sum{method="GET",path="/.astro/manifest.json",status="429"} 0.0008691 http_request_duration_seconds_count{method="GET",path="/.astro/manifest.json",status="429"} 12 http_request_duration_seconds_bucket{method="GET",path="/.aws-secrets",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/.aws-secrets",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/.aws-secrets",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/.aws-secrets",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/.aws-secrets",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.aws-secrets",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/.aws-secrets",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.aws-secrets",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.aws-secrets",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.aws-secrets",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.aws-secrets",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/.aws-secrets",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/.aws-secrets",status="429"} 0.000117198 http_request_duration_seconds_count{method="GET",path="/.aws-secrets",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/.aws.7z",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws.7z",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws.7z",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws.7z",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws.7z",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws.7z",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws.7z",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws.7z",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws.7z",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws.7z",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws.7z",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws.7z",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.aws.7z",status="404"} 0.000133663 http_request_duration_seconds_count{method="GET",path="/.aws.7z",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws.bz2",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws.bz2",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws.bz2",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws.bz2",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws.bz2",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws.bz2",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws.bz2",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws.bz2",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws.bz2",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws.bz2",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws.bz2",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws.bz2",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.aws.bz2",status="404"} 0.000140046 http_request_duration_seconds_count{method="GET",path="/.aws.bz2",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws.gz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws.gz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws.gz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws.gz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws.gz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws.gz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws.gz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws.gz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws.gz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws.gz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws.gz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws.gz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.aws.gz",status="404"} 0.000128432 http_request_duration_seconds_count{method="GET",path="/.aws.gz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws.rar",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws.rar",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws.rar",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws.rar",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws.rar",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws.rar",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws.rar",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws.rar",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws.rar",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws.rar",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws.rar",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws.rar",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.aws.rar",status="404"} 0.000120067 http_request_duration_seconds_count{method="GET",path="/.aws.rar",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws.sql",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws.sql",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws.sql",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws.sql",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws.sql",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws.sql",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws.sql",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws.sql",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws.sql",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws.sql",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws.sql",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws.sql",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.aws.sql",status="404"} 0.000125816 http_request_duration_seconds_count{method="GET",path="/.aws.sql",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws.sql.bz2",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws.sql.bz2",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws.sql.bz2",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws.sql.bz2",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws.sql.bz2",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws.sql.bz2",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws.sql.bz2",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws.sql.bz2",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws.sql.bz2",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws.sql.bz2",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws.sql.bz2",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws.sql.bz2",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.aws.sql.bz2",status="404"} 0.000129718 http_request_duration_seconds_count{method="GET",path="/.aws.sql.bz2",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws.sql.gz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws.sql.gz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws.sql.gz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws.sql.gz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws.sql.gz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws.sql.gz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws.sql.gz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws.sql.gz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws.sql.gz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws.sql.gz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws.sql.gz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws.sql.gz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.aws.sql.gz",status="404"} 0.000138621 http_request_duration_seconds_count{method="GET",path="/.aws.sql.gz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws.tar",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws.tar",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws.tar",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws.tar",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws.tar",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws.tar",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws.tar",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws.tar",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws.tar",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws.tar",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws.tar",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws.tar",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.aws.tar",status="404"} 0.000142021 http_request_duration_seconds_count{method="GET",path="/.aws.tar",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws.tar.bz2",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws.tar.bz2",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws.tar.bz2",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws.tar.bz2",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws.tar.bz2",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws.tar.bz2",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws.tar.bz2",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws.tar.bz2",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws.tar.bz2",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws.tar.bz2",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws.tar.bz2",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws.tar.bz2",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.aws.tar.bz2",status="404"} 0.000125019 http_request_duration_seconds_count{method="GET",path="/.aws.tar.bz2",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws.tar.gz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws.tar.gz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws.tar.gz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws.tar.gz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws.tar.gz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws.tar.gz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws.tar.gz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws.tar.gz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws.tar.gz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws.tar.gz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws.tar.gz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws.tar.gz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.aws.tar.gz",status="404"} 0.000134147 http_request_duration_seconds_count{method="GET",path="/.aws.tar.gz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws.tar.xz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws.tar.xz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws.tar.xz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws.tar.xz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws.tar.xz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws.tar.xz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws.tar.xz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws.tar.xz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws.tar.xz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws.tar.xz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws.tar.xz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws.tar.xz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.aws.tar.xz",status="404"} 0.000133558 http_request_duration_seconds_count{method="GET",path="/.aws.tar.xz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws.tgz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws.tgz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws.tgz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws.tgz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws.tgz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws.tgz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws.tgz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws.tgz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws.tgz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws.tgz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws.tgz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws.tgz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.aws.tgz",status="404"} 0.000140552 http_request_duration_seconds_count{method="GET",path="/.aws.tgz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws.zip",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws.zip",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws.zip",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws.zip",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws.zip",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws.zip",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws.zip",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws.zip",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws.zip",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws.zip",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws.zip",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws.zip",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.aws.zip",status="404"} 0.000138675 http_request_duration_seconds_count{method="GET",path="/.aws.zip",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws.zst",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws.zst",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws.zst",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws.zst",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws.zst",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws.zst",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws.zst",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws.zst",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws.zst",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws.zst",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws.zst",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws.zst",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.aws.zst",status="404"} 0.000135734 http_request_duration_seconds_count{method="GET",path="/.aws.zst",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws/config",status="404",le="0.005"} 11 http_request_duration_seconds_bucket{method="GET",path="/.aws/config",status="404",le="0.01"} 11 http_request_duration_seconds_bucket{method="GET",path="/.aws/config",status="404",le="0.025"} 11 http_request_duration_seconds_bucket{method="GET",path="/.aws/config",status="404",le="0.05"} 11 http_request_duration_seconds_bucket{method="GET",path="/.aws/config",status="404",le="0.1"} 11 http_request_duration_seconds_bucket{method="GET",path="/.aws/config",status="404",le="0.25"} 11 http_request_duration_seconds_bucket{method="GET",path="/.aws/config",status="404",le="0.5"} 11 http_request_duration_seconds_bucket{method="GET",path="/.aws/config",status="404",le="1"} 11 http_request_duration_seconds_bucket{method="GET",path="/.aws/config",status="404",le="2.5"} 11 http_request_duration_seconds_bucket{method="GET",path="/.aws/config",status="404",le="5"} 11 http_request_duration_seconds_bucket{method="GET",path="/.aws/config",status="404",le="10"} 11 http_request_duration_seconds_bucket{method="GET",path="/.aws/config",status="404",le="+Inf"} 11 http_request_duration_seconds_sum{method="GET",path="/.aws/config",status="404"} 0.0016561530000000003 http_request_duration_seconds_count{method="GET",path="/.aws/config",status="404"} 11 http_request_duration_seconds_bucket{method="GET",path="/.aws/config",status="429",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/.aws/config",status="429",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/.aws/config",status="429",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/.aws/config",status="429",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/.aws/config",status="429",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/.aws/config",status="429",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/.aws/config",status="429",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/.aws/config",status="429",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/.aws/config",status="429",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/.aws/config",status="429",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/.aws/config",status="429",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/.aws/config",status="429",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/.aws/config",status="429"} 0.000206145 http_request_duration_seconds_count{method="GET",path="/.aws/config",status="429"} 3 http_request_duration_seconds_bucket{method="GET",path="/.aws/credentials",status="404",le="0.005"} 21 http_request_duration_seconds_bucket{method="GET",path="/.aws/credentials",status="404",le="0.01"} 21 http_request_duration_seconds_bucket{method="GET",path="/.aws/credentials",status="404",le="0.025"} 21 http_request_duration_seconds_bucket{method="GET",path="/.aws/credentials",status="404",le="0.05"} 21 http_request_duration_seconds_bucket{method="GET",path="/.aws/credentials",status="404",le="0.1"} 21 http_request_duration_seconds_bucket{method="GET",path="/.aws/credentials",status="404",le="0.25"} 21 http_request_duration_seconds_bucket{method="GET",path="/.aws/credentials",status="404",le="0.5"} 21 http_request_duration_seconds_bucket{method="GET",path="/.aws/credentials",status="404",le="1"} 21 http_request_duration_seconds_bucket{method="GET",path="/.aws/credentials",status="404",le="2.5"} 21 http_request_duration_seconds_bucket{method="GET",path="/.aws/credentials",status="404",le="5"} 21 http_request_duration_seconds_bucket{method="GET",path="/.aws/credentials",status="404",le="10"} 21 http_request_duration_seconds_bucket{method="GET",path="/.aws/credentials",status="404",le="+Inf"} 21 http_request_duration_seconds_sum{method="GET",path="/.aws/credentials",status="404"} 0.003579706 http_request_duration_seconds_count{method="GET",path="/.aws/credentials",status="404"} 21 http_request_duration_seconds_bucket{method="GET",path="/.aws/credentials",status="429",le="0.005"} 5 http_request_duration_seconds_bucket{method="GET",path="/.aws/credentials",status="429",le="0.01"} 5 http_request_duration_seconds_bucket{method="GET",path="/.aws/credentials",status="429",le="0.025"} 5 http_request_duration_seconds_bucket{method="GET",path="/.aws/credentials",status="429",le="0.05"} 5 http_request_duration_seconds_bucket{method="GET",path="/.aws/credentials",status="429",le="0.1"} 5 http_request_duration_seconds_bucket{method="GET",path="/.aws/credentials",status="429",le="0.25"} 5 http_request_duration_seconds_bucket{method="GET",path="/.aws/credentials",status="429",le="0.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/.aws/credentials",status="429",le="1"} 5 http_request_duration_seconds_bucket{method="GET",path="/.aws/credentials",status="429",le="2.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/.aws/credentials",status="429",le="5"} 5 http_request_duration_seconds_bucket{method="GET",path="/.aws/credentials",status="429",le="10"} 5 http_request_duration_seconds_bucket{method="GET",path="/.aws/credentials",status="429",le="+Inf"} 5 http_request_duration_seconds_sum{method="GET",path="/.aws/credentials",status="429"} 0.000466831 http_request_duration_seconds_count{method="GET",path="/.aws/credentials",status="429"} 5 http_request_duration_seconds_bucket{method="GET",path="/.aws/credentials.bak",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws/credentials.bak",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws/credentials.bak",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws/credentials.bak",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws/credentials.bak",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws/credentials.bak",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws/credentials.bak",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws/credentials.bak",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws/credentials.bak",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws/credentials.bak",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws/credentials.bak",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws/credentials.bak",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.aws/credentials.bak",status="404"} 0.000133843 http_request_duration_seconds_count{method="GET",path="/.aws/credentials.bak",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/.backup/.env",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/.backup/.env",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/.backup/.env",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/.backup/.env",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/.backup/.env",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.backup/.env",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/.backup/.env",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.backup/.env",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.backup/.env",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.backup/.env",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.backup/.env",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/.backup/.env",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/.backup/.env",status="429"} 0.001113272 http_request_duration_seconds_count{method="GET",path="/.backup/.env",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/.backup/phpinfo.php",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/.backup/phpinfo.php",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/.backup/phpinfo.php",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/.backup/phpinfo.php",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/.backup/phpinfo.php",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.backup/phpinfo.php",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/.backup/phpinfo.php",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.backup/phpinfo.php",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.backup/phpinfo.php",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.backup/phpinfo.php",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.backup/phpinfo.php",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/.backup/phpinfo.php",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/.backup/phpinfo.php",status="429"} 0.00013787 http_request_duration_seconds_count{method="GET",path="/.backup/phpinfo.php",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/.boto",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.boto",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.boto",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.boto",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.boto",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.boto",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.boto",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.boto",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.boto",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.boto",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.boto",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.boto",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.boto",status="404"} 0.000100008 http_request_duration_seconds_count{method="GET",path="/.boto",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/.boto",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.boto",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.boto",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.boto",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.boto",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.boto",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.boto",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.boto",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.boto",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.boto",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.boto",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.boto",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.boto",status="429"} 0.000107692 http_request_duration_seconds_count{method="GET",path="/.boto",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/.cache",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/.cache",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/.cache",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/.cache",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/.cache",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.cache",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/.cache",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.cache",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.cache",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.cache",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.cache",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/.cache",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/.cache",status="429"} 0.000188509 http_request_duration_seconds_count{method="GET",path="/.cache",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/.circleci/config.yml",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.circleci/config.yml",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.circleci/config.yml",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.circleci/config.yml",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.circleci/config.yml",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.circleci/config.yml",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.circleci/config.yml",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.circleci/config.yml",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.circleci/config.yml",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.circleci/config.yml",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.circleci/config.yml",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.circleci/config.yml",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.circleci/config.yml",status="404"} 0.000146931 http_request_duration_seconds_count{method="GET",path="/.circleci/config.yml",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/.circleci/configs/development.yml",status="404",le="0.005"} 7 http_request_duration_seconds_bucket{method="GET",path="/.circleci/configs/development.yml",status="404",le="0.01"} 7 http_request_duration_seconds_bucket{method="GET",path="/.circleci/configs/development.yml",status="404",le="0.025"} 7 http_request_duration_seconds_bucket{method="GET",path="/.circleci/configs/development.yml",status="404",le="0.05"} 7 http_request_duration_seconds_bucket{method="GET",path="/.circleci/configs/development.yml",status="404",le="0.1"} 7 http_request_duration_seconds_bucket{method="GET",path="/.circleci/configs/development.yml",status="404",le="0.25"} 7 http_request_duration_seconds_bucket{method="GET",path="/.circleci/configs/development.yml",status="404",le="0.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/.circleci/configs/development.yml",status="404",le="1"} 7 http_request_duration_seconds_bucket{method="GET",path="/.circleci/configs/development.yml",status="404",le="2.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/.circleci/configs/development.yml",status="404",le="5"} 7 http_request_duration_seconds_bucket{method="GET",path="/.circleci/configs/development.yml",status="404",le="10"} 7 http_request_duration_seconds_bucket{method="GET",path="/.circleci/configs/development.yml",status="404",le="+Inf"} 7 http_request_duration_seconds_sum{method="GET",path="/.circleci/configs/development.yml",status="404"} 0.0009984019999999998 http_request_duration_seconds_count{method="GET",path="/.circleci/configs/development.yml",status="404"} 7 http_request_duration_seconds_bucket{method="GET",path="/.cirrus.yml",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/.cirrus.yml",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/.cirrus.yml",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/.cirrus.yml",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/.cirrus.yml",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.cirrus.yml",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/.cirrus.yml",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.cirrus.yml",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.cirrus.yml",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.cirrus.yml",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.cirrus.yml",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/.cirrus.yml",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/.cirrus.yml",status="429"} 5.9705e-05 http_request_duration_seconds_count{method="GET",path="/.cirrus.yml",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/.config/gcloud/application_default_credentials.json",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/.config/gcloud/application_default_credentials.json",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/.config/gcloud/application_default_credentials.json",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/.config/gcloud/application_default_credentials.json",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/.config/gcloud/application_default_credentials.json",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/.config/gcloud/application_default_credentials.json",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/.config/gcloud/application_default_credentials.json",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/.config/gcloud/application_default_credentials.json",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/.config/gcloud/application_default_credentials.json",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/.config/gcloud/application_default_credentials.json",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/.config/gcloud/application_default_credentials.json",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/.config/gcloud/application_default_credentials.json",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/.config/gcloud/application_default_credentials.json",status="404"} 0.00033745899999999997 http_request_duration_seconds_count{method="GET",path="/.config/gcloud/application_default_credentials.json",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/.config/gcloud/application_default_credentials.json",status="429",le="0.005"} 14 http_request_duration_seconds_bucket{method="GET",path="/.config/gcloud/application_default_credentials.json",status="429",le="0.01"} 14 http_request_duration_seconds_bucket{method="GET",path="/.config/gcloud/application_default_credentials.json",status="429",le="0.025"} 14 http_request_duration_seconds_bucket{method="GET",path="/.config/gcloud/application_default_credentials.json",status="429",le="0.05"} 14 http_request_duration_seconds_bucket{method="GET",path="/.config/gcloud/application_default_credentials.json",status="429",le="0.1"} 14 http_request_duration_seconds_bucket{method="GET",path="/.config/gcloud/application_default_credentials.json",status="429",le="0.25"} 14 http_request_duration_seconds_bucket{method="GET",path="/.config/gcloud/application_default_credentials.json",status="429",le="0.5"} 14 http_request_duration_seconds_bucket{method="GET",path="/.config/gcloud/application_default_credentials.json",status="429",le="1"} 14 http_request_duration_seconds_bucket{method="GET",path="/.config/gcloud/application_default_credentials.json",status="429",le="2.5"} 14 http_request_duration_seconds_bucket{method="GET",path="/.config/gcloud/application_default_credentials.json",status="429",le="5"} 14 http_request_duration_seconds_bucket{method="GET",path="/.config/gcloud/application_default_credentials.json",status="429",le="10"} 14 http_request_duration_seconds_bucket{method="GET",path="/.config/gcloud/application_default_credentials.json",status="429",le="+Inf"} 14 http_request_duration_seconds_sum{method="GET",path="/.config/gcloud/application_default_credentials.json",status="429"} 0.0010075379999999999 http_request_duration_seconds_count{method="GET",path="/.config/gcloud/application_default_credentials.json",status="429"} 14 http_request_duration_seconds_bucket{method="GET",path="/.cursor/mcp.json",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.cursor/mcp.json",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.cursor/mcp.json",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.cursor/mcp.json",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.cursor/mcp.json",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.cursor/mcp.json",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.cursor/mcp.json",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.cursor/mcp.json",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.cursor/mcp.json",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.cursor/mcp.json",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.cursor/mcp.json",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.cursor/mcp.json",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.cursor/mcp.json",status="404"} 0.000125327 http_request_duration_seconds_count{method="GET",path="/.cursor/mcp.json",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/.cursor/mcp.json",status="429",le="0.005"} 6 http_request_duration_seconds_bucket{method="GET",path="/.cursor/mcp.json",status="429",le="0.01"} 6 http_request_duration_seconds_bucket{method="GET",path="/.cursor/mcp.json",status="429",le="0.025"} 6 http_request_duration_seconds_bucket{method="GET",path="/.cursor/mcp.json",status="429",le="0.05"} 6 http_request_duration_seconds_bucket{method="GET",path="/.cursor/mcp.json",status="429",le="0.1"} 6 http_request_duration_seconds_bucket{method="GET",path="/.cursor/mcp.json",status="429",le="0.25"} 6 http_request_duration_seconds_bucket{method="GET",path="/.cursor/mcp.json",status="429",le="0.5"} 6 http_request_duration_seconds_bucket{method="GET",path="/.cursor/mcp.json",status="429",le="1"} 6 http_request_duration_seconds_bucket{method="GET",path="/.cursor/mcp.json",status="429",le="2.5"} 6 http_request_duration_seconds_bucket{method="GET",path="/.cursor/mcp.json",status="429",le="5"} 6 http_request_duration_seconds_bucket{method="GET",path="/.cursor/mcp.json",status="429",le="10"} 6 http_request_duration_seconds_bucket{method="GET",path="/.cursor/mcp.json",status="429",le="+Inf"} 6 http_request_duration_seconds_sum{method="GET",path="/.cursor/mcp.json",status="429"} 0.000395891 http_request_duration_seconds_count{method="GET",path="/.cursor/mcp.json",status="429"} 6 http_request_duration_seconds_bucket{method="GET",path="/.dj/index.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.dj/index.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.dj/index.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.dj/index.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.dj/index.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.dj/index.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.dj/index.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.dj/index.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.dj/index.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.dj/index.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.dj/index.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.dj/index.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.dj/index.php",status="404"} 0.000129042 http_request_duration_seconds_count{method="GET",path="/.dj/index.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/.docker.7z",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.docker.7z",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.docker.7z",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.docker.7z",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.docker.7z",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.docker.7z",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.docker.7z",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.docker.7z",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.docker.7z",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.docker.7z",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.docker.7z",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.docker.7z",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.docker.7z",status="404"} 0.000149278 http_request_duration_seconds_count{method="GET",path="/.docker.7z",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/.docker.bz2",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.docker.bz2",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.docker.bz2",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.docker.bz2",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.docker.bz2",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.docker.bz2",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.docker.bz2",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.docker.bz2",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.docker.bz2",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.docker.bz2",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.docker.bz2",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.docker.bz2",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.docker.bz2",status="404"} 0.000127031 http_request_duration_seconds_count{method="GET",path="/.docker.bz2",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/.docker.env",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.docker.env",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.docker.env",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.docker.env",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.docker.env",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.docker.env",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.docker.env",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.docker.env",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.docker.env",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.docker.env",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.docker.env",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.docker.env",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.docker.env",status="404"} 0.000164071 http_request_duration_seconds_count{method="GET",path="/.docker.env",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/.docker.gz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.docker.gz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.docker.gz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.docker.gz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.docker.gz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.docker.gz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.docker.gz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.docker.gz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.docker.gz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.docker.gz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.docker.gz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.docker.gz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.docker.gz",status="404"} 0.000195574 http_request_duration_seconds_count{method="GET",path="/.docker.gz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/.docker.rar",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.docker.rar",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.docker.rar",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.docker.rar",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.docker.rar",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.docker.rar",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.docker.rar",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.docker.rar",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.docker.rar",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.docker.rar",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.docker.rar",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.docker.rar",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.docker.rar",status="404"} 0.000137625 http_request_duration_seconds_count{method="GET",path="/.docker.rar",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/.docker.sql",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.docker.sql",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.docker.sql",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.docker.sql",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.docker.sql",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.docker.sql",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.docker.sql",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.docker.sql",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.docker.sql",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.docker.sql",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.docker.sql",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.docker.sql",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.docker.sql",status="404"} 0.000148603 http_request_duration_seconds_count{method="GET",path="/.docker.sql",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/.docker.sql.bz2",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.docker.sql.bz2",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.docker.sql.bz2",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.docker.sql.bz2",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.docker.sql.bz2",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.docker.sql.bz2",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.docker.sql.bz2",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.docker.sql.bz2",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.docker.sql.bz2",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.docker.sql.bz2",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.docker.sql.bz2",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.docker.sql.bz2",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.docker.sql.bz2",status="404"} 0.000137831 http_request_duration_seconds_count{method="GET",path="/.docker.sql.bz2",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/.docker.sql.gz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.docker.sql.gz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.docker.sql.gz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.docker.sql.gz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.docker.sql.gz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.docker.sql.gz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.docker.sql.gz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.docker.sql.gz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.docker.sql.gz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.docker.sql.gz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.docker.sql.gz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.docker.sql.gz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.docker.sql.gz",status="404"} 0.000134682 http_request_duration_seconds_count{method="GET",path="/.docker.sql.gz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/.docker.tar",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.docker.tar",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.docker.tar",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.docker.tar",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.docker.tar",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.docker.tar",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.docker.tar",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.docker.tar",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.docker.tar",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.docker.tar",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.docker.tar",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.docker.tar",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.docker.tar",status="404"} 0.000128847 http_request_duration_seconds_count{method="GET",path="/.docker.tar",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/.docker.tar.bz2",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.docker.tar.bz2",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.docker.tar.bz2",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.docker.tar.bz2",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.docker.tar.bz2",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.docker.tar.bz2",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.docker.tar.bz2",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.docker.tar.bz2",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.docker.tar.bz2",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.docker.tar.bz2",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.docker.tar.bz2",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.docker.tar.bz2",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.docker.tar.bz2",status="404"} 0.000149703 http_request_duration_seconds_count{method="GET",path="/.docker.tar.bz2",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/.docker.tar.gz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.docker.tar.gz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.docker.tar.gz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.docker.tar.gz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.docker.tar.gz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.docker.tar.gz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.docker.tar.gz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.docker.tar.gz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.docker.tar.gz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.docker.tar.gz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.docker.tar.gz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.docker.tar.gz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.docker.tar.gz",status="404"} 0.000134917 http_request_duration_seconds_count{method="GET",path="/.docker.tar.gz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/.docker.tar.xz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.docker.tar.xz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.docker.tar.xz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.docker.tar.xz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.docker.tar.xz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.docker.tar.xz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.docker.tar.xz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.docker.tar.xz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.docker.tar.xz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.docker.tar.xz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.docker.tar.xz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.docker.tar.xz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.docker.tar.xz",status="404"} 0.000120249 http_request_duration_seconds_count{method="GET",path="/.docker.tar.xz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/.docker.tgz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.docker.tgz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.docker.tgz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.docker.tgz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.docker.tgz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.docker.tgz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.docker.tgz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.docker.tgz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.docker.tgz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.docker.tgz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.docker.tgz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.docker.tgz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.docker.tgz",status="404"} 0.000133098 http_request_duration_seconds_count{method="GET",path="/.docker.tgz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/.docker.zip",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.docker.zip",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.docker.zip",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.docker.zip",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.docker.zip",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.docker.zip",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.docker.zip",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.docker.zip",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.docker.zip",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.docker.zip",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.docker.zip",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.docker.zip",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.docker.zip",status="404"} 0.000146188 http_request_duration_seconds_count{method="GET",path="/.docker.zip",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/.docker.zst",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.docker.zst",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.docker.zst",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.docker.zst",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.docker.zst",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.docker.zst",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.docker.zst",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.docker.zst",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.docker.zst",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.docker.zst",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.docker.zst",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.docker.zst",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.docker.zst",status="404"} 0.000154238 http_request_duration_seconds_count{method="GET",path="/.docker.zst",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/.docker/.env",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.docker/.env",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.docker/.env",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.docker/.env",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.docker/.env",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.docker/.env",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.docker/.env",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.docker/.env",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.docker/.env",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.docker/.env",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.docker/.env",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.docker/.env",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.docker/.env",status="404"} 0.00012863 http_request_duration_seconds_count{method="GET",path="/.docker/.env",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/.docker/.env",status="429",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/.docker/.env",status="429",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/.docker/.env",status="429",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/.docker/.env",status="429",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/.docker/.env",status="429",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/.docker/.env",status="429",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/.docker/.env",status="429",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/.docker/.env",status="429",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/.docker/.env",status="429",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/.docker/.env",status="429",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/.docker/.env",status="429",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/.docker/.env",status="429",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/.docker/.env",status="429"} 0.000189448 http_request_duration_seconds_count{method="GET",path="/.docker/.env",status="429"} 3 http_request_duration_seconds_bucket{method="GET",path="/.docker/config.json",status="404",le="0.005"} 6 http_request_duration_seconds_bucket{method="GET",path="/.docker/config.json",status="404",le="0.01"} 6 http_request_duration_seconds_bucket{method="GET",path="/.docker/config.json",status="404",le="0.025"} 6 http_request_duration_seconds_bucket{method="GET",path="/.docker/config.json",status="404",le="0.05"} 6 http_request_duration_seconds_bucket{method="GET",path="/.docker/config.json",status="404",le="0.1"} 6 http_request_duration_seconds_bucket{method="GET",path="/.docker/config.json",status="404",le="0.25"} 6 http_request_duration_seconds_bucket{method="GET",path="/.docker/config.json",status="404",le="0.5"} 6 http_request_duration_seconds_bucket{method="GET",path="/.docker/config.json",status="404",le="1"} 6 http_request_duration_seconds_bucket{method="GET",path="/.docker/config.json",status="404",le="2.5"} 6 http_request_duration_seconds_bucket{method="GET",path="/.docker/config.json",status="404",le="5"} 6 http_request_duration_seconds_bucket{method="GET",path="/.docker/config.json",status="404",le="10"} 6 http_request_duration_seconds_bucket{method="GET",path="/.docker/config.json",status="404",le="+Inf"} 6 http_request_duration_seconds_sum{method="GET",path="/.docker/config.json",status="404"} 0.001088144 http_request_duration_seconds_count{method="GET",path="/.docker/config.json",status="404"} 6 http_request_duration_seconds_bucket{method="GET",path="/.docker/config.json",status="429",le="0.005"} 17 http_request_duration_seconds_bucket{method="GET",path="/.docker/config.json",status="429",le="0.01"} 17 http_request_duration_seconds_bucket{method="GET",path="/.docker/config.json",status="429",le="0.025"} 17 http_request_duration_seconds_bucket{method="GET",path="/.docker/config.json",status="429",le="0.05"} 17 http_request_duration_seconds_bucket{method="GET",path="/.docker/config.json",status="429",le="0.1"} 17 http_request_duration_seconds_bucket{method="GET",path="/.docker/config.json",status="429",le="0.25"} 17 http_request_duration_seconds_bucket{method="GET",path="/.docker/config.json",status="429",le="0.5"} 17 http_request_duration_seconds_bucket{method="GET",path="/.docker/config.json",status="429",le="1"} 17 http_request_duration_seconds_bucket{method="GET",path="/.docker/config.json",status="429",le="2.5"} 17 http_request_duration_seconds_bucket{method="GET",path="/.docker/config.json",status="429",le="5"} 17 http_request_duration_seconds_bucket{method="GET",path="/.docker/config.json",status="429",le="10"} 17 http_request_duration_seconds_bucket{method="GET",path="/.docker/config.json",status="429",le="+Inf"} 17 http_request_duration_seconds_sum{method="GET",path="/.docker/config.json",status="429"} 0.0014226470000000002 http_request_duration_seconds_count{method="GET",path="/.docker/config.json",status="429"} 17 http_request_duration_seconds_bucket{method="GET",path="/.docker/laravel/app/.env",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/.docker/laravel/app/.env",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/.docker/laravel/app/.env",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/.docker/laravel/app/.env",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/.docker/laravel/app/.env",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.docker/laravel/app/.env",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/.docker/laravel/app/.env",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.docker/laravel/app/.env",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.docker/laravel/app/.env",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.docker/laravel/app/.env",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.docker/laravel/app/.env",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/.docker/laravel/app/.env",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/.docker/laravel/app/.env",status="429"} 0.000254706 http_request_duration_seconds_count{method="GET",path="/.docker/laravel/app/.env",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/.docker/secrets.json",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/.docker/secrets.json",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/.docker/secrets.json",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/.docker/secrets.json",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/.docker/secrets.json",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.docker/secrets.json",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/.docker/secrets.json",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.docker/secrets.json",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.docker/secrets.json",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.docker/secrets.json",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.docker/secrets.json",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/.docker/secrets.json",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/.docker/secrets.json",status="429"} 0.000258202 http_request_duration_seconds_count{method="GET",path="/.docker/secrets.json",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/.dockerignore",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/.dockerignore",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/.dockerignore",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/.dockerignore",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/.dockerignore",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.dockerignore",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/.dockerignore",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.dockerignore",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.dockerignore",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.dockerignore",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.dockerignore",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/.dockerignore",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/.dockerignore",status="429"} 0.000219133 http_request_duration_seconds_count{method="GET",path="/.dockerignore",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/.drone.yml",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/.drone.yml",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/.drone.yml",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/.drone.yml",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/.drone.yml",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.drone.yml",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/.drone.yml",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.drone.yml",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.drone.yml",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.drone.yml",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.drone.yml",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/.drone.yml",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/.drone.yml",status="429"} 0.000176968 http_request_duration_seconds_count{method="GET",path="/.drone.yml",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env",status="404",le="0.005"} 62 http_request_duration_seconds_bucket{method="GET",path="/.env",status="404",le="0.01"} 62 http_request_duration_seconds_bucket{method="GET",path="/.env",status="404",le="0.025"} 62 http_request_duration_seconds_bucket{method="GET",path="/.env",status="404",le="0.05"} 62 http_request_duration_seconds_bucket{method="GET",path="/.env",status="404",le="0.1"} 62 http_request_duration_seconds_bucket{method="GET",path="/.env",status="404",le="0.25"} 62 http_request_duration_seconds_bucket{method="GET",path="/.env",status="404",le="0.5"} 62 http_request_duration_seconds_bucket{method="GET",path="/.env",status="404",le="1"} 62 http_request_duration_seconds_bucket{method="GET",path="/.env",status="404",le="2.5"} 62 http_request_duration_seconds_bucket{method="GET",path="/.env",status="404",le="5"} 62 http_request_duration_seconds_bucket{method="GET",path="/.env",status="404",le="10"} 62 http_request_duration_seconds_bucket{method="GET",path="/.env",status="404",le="+Inf"} 62 http_request_duration_seconds_sum{method="GET",path="/.env",status="404"} 0.010169185000000002 http_request_duration_seconds_count{method="GET",path="/.env",status="404"} 62 http_request_duration_seconds_bucket{method="GET",path="/.env",status="429",le="0.005"} 8 http_request_duration_seconds_bucket{method="GET",path="/.env",status="429",le="0.01"} 8 http_request_duration_seconds_bucket{method="GET",path="/.env",status="429",le="0.025"} 8 http_request_duration_seconds_bucket{method="GET",path="/.env",status="429",le="0.05"} 8 http_request_duration_seconds_bucket{method="GET",path="/.env",status="429",le="0.1"} 8 http_request_duration_seconds_bucket{method="GET",path="/.env",status="429",le="0.25"} 8 http_request_duration_seconds_bucket{method="GET",path="/.env",status="429",le="0.5"} 8 http_request_duration_seconds_bucket{method="GET",path="/.env",status="429",le="1"} 8 http_request_duration_seconds_bucket{method="GET",path="/.env",status="429",le="2.5"} 8 http_request_duration_seconds_bucket{method="GET",path="/.env",status="429",le="5"} 8 http_request_duration_seconds_bucket{method="GET",path="/.env",status="429",le="10"} 8 http_request_duration_seconds_bucket{method="GET",path="/.env",status="429",le="+Inf"} 8 http_request_duration_seconds_sum{method="GET",path="/.env",status="429"} 0.000822247 http_request_duration_seconds_count{method="GET",path="/.env",status="429"} 8 http_request_duration_seconds_bucket{method="GET",path="/.env-example",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env-example",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env-example",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env-example",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env-example",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env-example",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env-example",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env-example",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env-example",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env-example",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env-example",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env-example",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/.env-example",status="429"} 0.000273412 http_request_duration_seconds_count{method="GET",path="/.env-example",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env-sample",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env-sample",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env-sample",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env-sample",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env-sample",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env-sample",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env-sample",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env-sample",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env-sample",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env-sample",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env-sample",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env-sample",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/.env-sample",status="429"} 0.000237179 http_request_duration_seconds_count{method="GET",path="/.env-sample",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.7z",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.7z",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.7z",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.7z",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.7z",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.7z",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.7z",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.7z",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.7z",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.7z",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.7z",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.7z",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.env.7z",status="404"} 0.000146679 http_request_duration_seconds_count{method="GET",path="/.env.7z",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.aws",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.aws",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.aws",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.aws",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.aws",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.aws",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.aws",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.aws",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.aws",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.aws",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.aws",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.aws",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/.env.aws",status="429"} 0.00022039500000000002 http_request_duration_seconds_count{method="GET",path="/.env.aws",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.backup",status="404",le="0.005"} 9 http_request_duration_seconds_bucket{method="GET",path="/.env.backup",status="404",le="0.01"} 9 http_request_duration_seconds_bucket{method="GET",path="/.env.backup",status="404",le="0.025"} 9 http_request_duration_seconds_bucket{method="GET",path="/.env.backup",status="404",le="0.05"} 9 http_request_duration_seconds_bucket{method="GET",path="/.env.backup",status="404",le="0.1"} 9 http_request_duration_seconds_bucket{method="GET",path="/.env.backup",status="404",le="0.25"} 9 http_request_duration_seconds_bucket{method="GET",path="/.env.backup",status="404",le="0.5"} 9 http_request_duration_seconds_bucket{method="GET",path="/.env.backup",status="404",le="1"} 9 http_request_duration_seconds_bucket{method="GET",path="/.env.backup",status="404",le="2.5"} 9 http_request_duration_seconds_bucket{method="GET",path="/.env.backup",status="404",le="5"} 9 http_request_duration_seconds_bucket{method="GET",path="/.env.backup",status="404",le="10"} 9 http_request_duration_seconds_bucket{method="GET",path="/.env.backup",status="404",le="+Inf"} 9 http_request_duration_seconds_sum{method="GET",path="/.env.backup",status="404"} 0.001385013 http_request_duration_seconds_count{method="GET",path="/.env.backup",status="404"} 9 http_request_duration_seconds_bucket{method="GET",path="/.env.backup",status="429",le="0.005"} 8 http_request_duration_seconds_bucket{method="GET",path="/.env.backup",status="429",le="0.01"} 8 http_request_duration_seconds_bucket{method="GET",path="/.env.backup",status="429",le="0.025"} 8 http_request_duration_seconds_bucket{method="GET",path="/.env.backup",status="429",le="0.05"} 8 http_request_duration_seconds_bucket{method="GET",path="/.env.backup",status="429",le="0.1"} 8 http_request_duration_seconds_bucket{method="GET",path="/.env.backup",status="429",le="0.25"} 8 http_request_duration_seconds_bucket{method="GET",path="/.env.backup",status="429",le="0.5"} 8 http_request_duration_seconds_bucket{method="GET",path="/.env.backup",status="429",le="1"} 8 http_request_duration_seconds_bucket{method="GET",path="/.env.backup",status="429",le="2.5"} 8 http_request_duration_seconds_bucket{method="GET",path="/.env.backup",status="429",le="5"} 8 http_request_duration_seconds_bucket{method="GET",path="/.env.backup",status="429",le="10"} 8 http_request_duration_seconds_bucket{method="GET",path="/.env.backup",status="429",le="+Inf"} 8 http_request_duration_seconds_sum{method="GET",path="/.env.backup",status="429"} 0.0008549389999999999 http_request_duration_seconds_count{method="GET",path="/.env.backup",status="429"} 8 http_request_duration_seconds_bucket{method="GET",path="/.env.backup1",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.backup1",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.backup1",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.backup1",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.backup1",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.backup1",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.backup1",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.backup1",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.backup1",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.backup1",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.backup1",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.backup1",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.env.backup1",status="429"} 9.5485e-05 http_request_duration_seconds_count{method="GET",path="/.env.backup1",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.backup2",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.backup2",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.backup2",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.backup2",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.backup2",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.backup2",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.backup2",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.backup2",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.backup2",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.backup2",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.backup2",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.backup2",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.env.backup2",status="429"} 9.5789e-05 http_request_duration_seconds_count{method="GET",path="/.env.backup2",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.bak",status="404",le="0.005"} 16 http_request_duration_seconds_bucket{method="GET",path="/.env.bak",status="404",le="0.01"} 16 http_request_duration_seconds_bucket{method="GET",path="/.env.bak",status="404",le="0.025"} 16 http_request_duration_seconds_bucket{method="GET",path="/.env.bak",status="404",le="0.05"} 16 http_request_duration_seconds_bucket{method="GET",path="/.env.bak",status="404",le="0.1"} 16 http_request_duration_seconds_bucket{method="GET",path="/.env.bak",status="404",le="0.25"} 16 http_request_duration_seconds_bucket{method="GET",path="/.env.bak",status="404",le="0.5"} 16 http_request_duration_seconds_bucket{method="GET",path="/.env.bak",status="404",le="1"} 16 http_request_duration_seconds_bucket{method="GET",path="/.env.bak",status="404",le="2.5"} 16 http_request_duration_seconds_bucket{method="GET",path="/.env.bak",status="404",le="5"} 16 http_request_duration_seconds_bucket{method="GET",path="/.env.bak",status="404",le="10"} 16 http_request_duration_seconds_bucket{method="GET",path="/.env.bak",status="404",le="+Inf"} 16 http_request_duration_seconds_sum{method="GET",path="/.env.bak",status="404"} 0.002702638 http_request_duration_seconds_count{method="GET",path="/.env.bak",status="404"} 16 http_request_duration_seconds_bucket{method="GET",path="/.env.bak",status="429",le="0.005"} 8 http_request_duration_seconds_bucket{method="GET",path="/.env.bak",status="429",le="0.01"} 8 http_request_duration_seconds_bucket{method="GET",path="/.env.bak",status="429",le="0.025"} 8 http_request_duration_seconds_bucket{method="GET",path="/.env.bak",status="429",le="0.05"} 8 http_request_duration_seconds_bucket{method="GET",path="/.env.bak",status="429",le="0.1"} 8 http_request_duration_seconds_bucket{method="GET",path="/.env.bak",status="429",le="0.25"} 8 http_request_duration_seconds_bucket{method="GET",path="/.env.bak",status="429",le="0.5"} 8 http_request_duration_seconds_bucket{method="GET",path="/.env.bak",status="429",le="1"} 8 http_request_duration_seconds_bucket{method="GET",path="/.env.bak",status="429",le="2.5"} 8 http_request_duration_seconds_bucket{method="GET",path="/.env.bak",status="429",le="5"} 8 http_request_duration_seconds_bucket{method="GET",path="/.env.bak",status="429",le="10"} 8 http_request_duration_seconds_bucket{method="GET",path="/.env.bak",status="429",le="+Inf"} 8 http_request_duration_seconds_sum{method="GET",path="/.env.bak",status="429"} 0.0006906569999999999 http_request_duration_seconds_count{method="GET",path="/.env.bak",status="429"} 8 http_request_duration_seconds_bucket{method="GET",path="/.env.bz2",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.bz2",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.bz2",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.bz2",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.bz2",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.bz2",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.bz2",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.bz2",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.bz2",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.bz2",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.bz2",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.bz2",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.env.bz2",status="404"} 0.000135134 http_request_duration_seconds_count{method="GET",path="/.env.bz2",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.ci",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.ci",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.ci",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.ci",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.ci",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.ci",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.ci",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.ci",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.ci",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.ci",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.ci",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.ci",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.env.ci",status="404"} 0.000138274 http_request_duration_seconds_count{method="GET",path="/.env.ci",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.ci",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.ci",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.ci",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.ci",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.ci",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.ci",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.ci",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.ci",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.ci",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.ci",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.ci",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.ci",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.env.ci",status="429"} 9.0104e-05 http_request_duration_seconds_count{method="GET",path="/.env.ci",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.config",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.config",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.config",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.config",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.config",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.config",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.config",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.config",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.config",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.config",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.config",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.config",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/.env.config",status="429"} 0.000211466 http_request_duration_seconds_count{method="GET",path="/.env.config",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.copy",status="404",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/.env.copy",status="404",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/.env.copy",status="404",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/.env.copy",status="404",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/.env.copy",status="404",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/.env.copy",status="404",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/.env.copy",status="404",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/.env.copy",status="404",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/.env.copy",status="404",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/.env.copy",status="404",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/.env.copy",status="404",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/.env.copy",status="404",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/.env.copy",status="404"} 0.000536653 http_request_duration_seconds_count{method="GET",path="/.env.copy",status="404"} 4 http_request_duration_seconds_bucket{method="GET",path="/.env.copy",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.copy",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.copy",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.copy",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.copy",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.copy",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.copy",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.copy",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.copy",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.copy",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.copy",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.copy",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/.env.copy",status="429"} 0.000212799 http_request_duration_seconds_count{method="GET",path="/.env.copy",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.dev",status="404",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/.env.dev",status="404",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/.env.dev",status="404",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/.env.dev",status="404",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/.env.dev",status="404",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/.env.dev",status="404",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/.env.dev",status="404",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/.env.dev",status="404",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/.env.dev",status="404",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/.env.dev",status="404",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/.env.dev",status="404",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/.env.dev",status="404",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/.env.dev",status="404"} 0.0007572799999999999 http_request_duration_seconds_count{method="GET",path="/.env.dev",status="404"} 4 http_request_duration_seconds_bucket{method="GET",path="/.env.dev",status="429",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.dev",status="429",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.dev",status="429",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.dev",status="429",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.dev",status="429",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.dev",status="429",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.dev",status="429",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.dev",status="429",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.dev",status="429",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.dev",status="429",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.dev",status="429",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.dev",status="429",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/.env.dev",status="429"} 0.000300955 http_request_duration_seconds_count{method="GET",path="/.env.dev",status="429"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.dev.local",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.dev.local",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.dev.local",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.dev.local",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.dev.local",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.dev.local",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.dev.local",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.dev.local",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.dev.local",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.dev.local",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.dev.local",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.dev.local",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.env.dev.local",status="404"} 0.000109176 http_request_duration_seconds_count{method="GET",path="/.env.dev.local",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.development",status="404",le="0.005"} 8 http_request_duration_seconds_bucket{method="GET",path="/.env.development",status="404",le="0.01"} 8 http_request_duration_seconds_bucket{method="GET",path="/.env.development",status="404",le="0.025"} 8 http_request_duration_seconds_bucket{method="GET",path="/.env.development",status="404",le="0.05"} 8 http_request_duration_seconds_bucket{method="GET",path="/.env.development",status="404",le="0.1"} 8 http_request_duration_seconds_bucket{method="GET",path="/.env.development",status="404",le="0.25"} 8 http_request_duration_seconds_bucket{method="GET",path="/.env.development",status="404",le="0.5"} 8 http_request_duration_seconds_bucket{method="GET",path="/.env.development",status="404",le="1"} 8 http_request_duration_seconds_bucket{method="GET",path="/.env.development",status="404",le="2.5"} 8 http_request_duration_seconds_bucket{method="GET",path="/.env.development",status="404",le="5"} 8 http_request_duration_seconds_bucket{method="GET",path="/.env.development",status="404",le="10"} 8 http_request_duration_seconds_bucket{method="GET",path="/.env.development",status="404",le="+Inf"} 8 http_request_duration_seconds_sum{method="GET",path="/.env.development",status="404"} 0.001060143 http_request_duration_seconds_count{method="GET",path="/.env.development",status="404"} 8 http_request_duration_seconds_bucket{method="GET",path="/.env.development",status="429",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.development",status="429",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.development",status="429",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.development",status="429",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.development",status="429",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.development",status="429",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.development",status="429",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.development",status="429",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.development",status="429",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.development",status="429",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.development",status="429",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.development",status="429",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/.env.development",status="429"} 0.00033318 http_request_duration_seconds_count{method="GET",path="/.env.development",status="429"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.dist",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.dist",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.dist",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.dist",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.dist",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.dist",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.dist",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.dist",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.dist",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.dist",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.dist",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.dist",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/.env.dist",status="404"} 0.000260819 http_request_duration_seconds_count{method="GET",path="/.env.dist",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.dist",status="429",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/.env.dist",status="429",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/.env.dist",status="429",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/.env.dist",status="429",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/.env.dist",status="429",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/.env.dist",status="429",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/.env.dist",status="429",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/.env.dist",status="429",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/.env.dist",status="429",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/.env.dist",status="429",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/.env.dist",status="429",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/.env.dist",status="429",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/.env.dist",status="429"} 0.00042093100000000004 http_request_duration_seconds_count{method="GET",path="/.env.dist",status="429"} 4 http_request_duration_seconds_bucket{method="GET",path="/.env.docker",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.docker",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.docker",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.docker",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.docker",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.docker",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.docker",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.docker",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.docker",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.docker",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.docker",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.docker",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/.env.docker",status="404"} 0.00022034799999999998 http_request_duration_seconds_count{method="GET",path="/.env.docker",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.docker",status="429",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.docker",status="429",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.docker",status="429",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.docker",status="429",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.docker",status="429",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.docker",status="429",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.docker",status="429",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.docker",status="429",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.docker",status="429",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.docker",status="429",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.docker",status="429",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.docker",status="429",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/.env.docker",status="429"} 0.000288161 http_request_duration_seconds_count{method="GET",path="/.env.docker",status="429"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.docker.dev",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.docker.dev",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.docker.dev",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.docker.dev",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.docker.dev",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.docker.dev",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.docker.dev",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.docker.dev",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.docker.dev",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.docker.dev",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.docker.dev",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.docker.dev",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/.env.docker.dev",status="429"} 0.00019149100000000001 http_request_duration_seconds_count{method="GET",path="/.env.docker.dev",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.example",status="404",le="0.005"} 13 http_request_duration_seconds_bucket{method="GET",path="/.env.example",status="404",le="0.01"} 13 http_request_duration_seconds_bucket{method="GET",path="/.env.example",status="404",le="0.025"} 13 http_request_duration_seconds_bucket{method="GET",path="/.env.example",status="404",le="0.05"} 13 http_request_duration_seconds_bucket{method="GET",path="/.env.example",status="404",le="0.1"} 13 http_request_duration_seconds_bucket{method="GET",path="/.env.example",status="404",le="0.25"} 13 http_request_duration_seconds_bucket{method="GET",path="/.env.example",status="404",le="0.5"} 13 http_request_duration_seconds_bucket{method="GET",path="/.env.example",status="404",le="1"} 13 http_request_duration_seconds_bucket{method="GET",path="/.env.example",status="404",le="2.5"} 13 http_request_duration_seconds_bucket{method="GET",path="/.env.example",status="404",le="5"} 13 http_request_duration_seconds_bucket{method="GET",path="/.env.example",status="404",le="10"} 13 http_request_duration_seconds_bucket{method="GET",path="/.env.example",status="404",le="+Inf"} 13 http_request_duration_seconds_sum{method="GET",path="/.env.example",status="404"} 0.0018313560000000001 http_request_duration_seconds_count{method="GET",path="/.env.example",status="404"} 13 http_request_duration_seconds_bucket{method="GET",path="/.env.example",status="429",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.example",status="429",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.example",status="429",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.example",status="429",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.example",status="429",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.example",status="429",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.example",status="429",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.example",status="429",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.example",status="429",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.example",status="429",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.example",status="429",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.example",status="429",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/.env.example",status="429"} 0.000341946 http_request_duration_seconds_count{method="GET",path="/.env.example",status="429"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.gz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.gz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.gz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.gz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.gz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.gz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.gz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.gz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.gz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.gz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.gz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.gz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.env.gz",status="404"} 0.000133192 http_request_duration_seconds_count{method="GET",path="/.env.gz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.int",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.int",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.int",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.int",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.int",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.int",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.int",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.int",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.int",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.int",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.int",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.int",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/.env.int",status="429"} 0.000156034 http_request_duration_seconds_count{method="GET",path="/.env.int",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.json",status="404",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/.env.json",status="404",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/.env.json",status="404",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/.env.json",status="404",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/.env.json",status="404",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/.env.json",status="404",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/.env.json",status="404",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/.env.json",status="404",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/.env.json",status="404",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/.env.json",status="404",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/.env.json",status="404",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/.env.json",status="404",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/.env.json",status="404"} 0.000547352 http_request_duration_seconds_count{method="GET",path="/.env.json",status="404"} 4 http_request_duration_seconds_bucket{method="GET",path="/.env.json",status="429",le="0.005"} 10 http_request_duration_seconds_bucket{method="GET",path="/.env.json",status="429",le="0.01"} 10 http_request_duration_seconds_bucket{method="GET",path="/.env.json",status="429",le="0.025"} 10 http_request_duration_seconds_bucket{method="GET",path="/.env.json",status="429",le="0.05"} 10 http_request_duration_seconds_bucket{method="GET",path="/.env.json",status="429",le="0.1"} 10 http_request_duration_seconds_bucket{method="GET",path="/.env.json",status="429",le="0.25"} 10 http_request_duration_seconds_bucket{method="GET",path="/.env.json",status="429",le="0.5"} 10 http_request_duration_seconds_bucket{method="GET",path="/.env.json",status="429",le="1"} 10 http_request_duration_seconds_bucket{method="GET",path="/.env.json",status="429",le="2.5"} 10 http_request_duration_seconds_bucket{method="GET",path="/.env.json",status="429",le="5"} 10 http_request_duration_seconds_bucket{method="GET",path="/.env.json",status="429",le="10"} 10 http_request_duration_seconds_bucket{method="GET",path="/.env.json",status="429",le="+Inf"} 10 http_request_duration_seconds_sum{method="GET",path="/.env.json",status="429"} 0.001030128 http_request_duration_seconds_count{method="GET",path="/.env.json",status="429"} 10 http_request_duration_seconds_bucket{method="GET",path="/.env.live",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.live",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.live",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.live",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.live",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.live",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.live",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.live",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.live",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.live",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.live",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.live",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/.env.live",status="404"} 0.00024844 http_request_duration_seconds_count{method="GET",path="/.env.live",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.live",status="429",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.live",status="429",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.live",status="429",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.live",status="429",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.live",status="429",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.live",status="429",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.live",status="429",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.live",status="429",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.live",status="429",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.live",status="429",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.live",status="429",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.live",status="429",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/.env.live",status="429"} 0.000340698 http_request_duration_seconds_count{method="GET",path="/.env.live",status="429"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.local",status="404",le="0.005"} 25 http_request_duration_seconds_bucket{method="GET",path="/.env.local",status="404",le="0.01"} 25 http_request_duration_seconds_bucket{method="GET",path="/.env.local",status="404",le="0.025"} 25 http_request_duration_seconds_bucket{method="GET",path="/.env.local",status="404",le="0.05"} 25 http_request_duration_seconds_bucket{method="GET",path="/.env.local",status="404",le="0.1"} 25 http_request_duration_seconds_bucket{method="GET",path="/.env.local",status="404",le="0.25"} 25 http_request_duration_seconds_bucket{method="GET",path="/.env.local",status="404",le="0.5"} 25 http_request_duration_seconds_bucket{method="GET",path="/.env.local",status="404",le="1"} 25 http_request_duration_seconds_bucket{method="GET",path="/.env.local",status="404",le="2.5"} 25 http_request_duration_seconds_bucket{method="GET",path="/.env.local",status="404",le="5"} 25 http_request_duration_seconds_bucket{method="GET",path="/.env.local",status="404",le="10"} 25 http_request_duration_seconds_bucket{method="GET",path="/.env.local",status="404",le="+Inf"} 25 http_request_duration_seconds_sum{method="GET",path="/.env.local",status="404"} 0.0038042089999999994 http_request_duration_seconds_count{method="GET",path="/.env.local",status="404"} 25 http_request_duration_seconds_bucket{method="GET",path="/.env.local",status="429",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.local",status="429",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.local",status="429",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.local",status="429",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.local",status="429",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.local",status="429",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.local",status="429",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.local",status="429",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.local",status="429",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.local",status="429",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.local",status="429",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.local",status="429",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/.env.local",status="429"} 0.00039922300000000004 http_request_duration_seconds_count{method="GET",path="/.env.local",status="429"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.local.backup",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.local.backup",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.local.backup",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.local.backup",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.local.backup",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.local.backup",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.local.backup",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.local.backup",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.local.backup",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.local.backup",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.local.backup",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.local.backup",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/.env.local.backup",status="404"} 0.000374562 http_request_duration_seconds_count{method="GET",path="/.env.local.backup",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.local.backup",status="429",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.local.backup",status="429",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.local.backup",status="429",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.local.backup",status="429",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.local.backup",status="429",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.local.backup",status="429",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.local.backup",status="429",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.local.backup",status="429",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.local.backup",status="429",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.local.backup",status="429",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.local.backup",status="429",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.local.backup",status="429",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/.env.local.backup",status="429"} 0.000317618 http_request_duration_seconds_count{method="GET",path="/.env.local.backup",status="429"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.local.bak",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.local.bak",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.local.bak",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.local.bak",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.local.bak",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.local.bak",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.local.bak",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.local.bak",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.local.bak",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.local.bak",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.local.bak",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.local.bak",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/.env.local.bak",status="404"} 0.00031669 http_request_duration_seconds_count{method="GET",path="/.env.local.bak",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.local.bak",status="429",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.local.bak",status="429",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.local.bak",status="429",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.local.bak",status="429",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.local.bak",status="429",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.local.bak",status="429",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.local.bak",status="429",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.local.bak",status="429",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.local.bak",status="429",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.local.bak",status="429",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.local.bak",status="429",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.local.bak",status="429",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/.env.local.bak",status="429"} 0.000292503 http_request_duration_seconds_count{method="GET",path="/.env.local.bak",status="429"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.local.copy",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.local.copy",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.local.copy",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.local.copy",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.local.copy",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.local.copy",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.local.copy",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.local.copy",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.local.copy",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.local.copy",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.local.copy",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.local.copy",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/.env.local.copy",status="404"} 0.000257171 http_request_duration_seconds_count{method="GET",path="/.env.local.copy",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.local.copy",status="429",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/.env.local.copy",status="429",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/.env.local.copy",status="429",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/.env.local.copy",status="429",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/.env.local.copy",status="429",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/.env.local.copy",status="429",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/.env.local.copy",status="429",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/.env.local.copy",status="429",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/.env.local.copy",status="429",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/.env.local.copy",status="429",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/.env.local.copy",status="429",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/.env.local.copy",status="429",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/.env.local.copy",status="429"} 0.001630724 http_request_duration_seconds_count{method="GET",path="/.env.local.copy",status="429"} 4 http_request_duration_seconds_bucket{method="GET",path="/.env.local.old",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.local.old",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.local.old",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.local.old",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.local.old",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.local.old",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.local.old",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.local.old",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.local.old",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.local.old",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.local.old",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.local.old",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/.env.local.old",status="404"} 0.000308623 http_request_duration_seconds_count{method="GET",path="/.env.local.old",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.local.old",status="429",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.local.old",status="429",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.local.old",status="429",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.local.old",status="429",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.local.old",status="429",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.local.old",status="429",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.local.old",status="429",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.local.old",status="429",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.local.old",status="429",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.local.old",status="429",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.local.old",status="429",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.local.old",status="429",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/.env.local.old",status="429"} 0.000274707 http_request_duration_seconds_count{method="GET",path="/.env.local.old",status="429"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.local.orig",status="404",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/.env.local.orig",status="404",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/.env.local.orig",status="404",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/.env.local.orig",status="404",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/.env.local.orig",status="404",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/.env.local.orig",status="404",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/.env.local.orig",status="404",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/.env.local.orig",status="404",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/.env.local.orig",status="404",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/.env.local.orig",status="404",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/.env.local.orig",status="404",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/.env.local.orig",status="404",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/.env.local.orig",status="404"} 0.000528893 http_request_duration_seconds_count{method="GET",path="/.env.local.orig",status="404"} 4 http_request_duration_seconds_bucket{method="GET",path="/.env.local.orig",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.local.orig",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.local.orig",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.local.orig",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.local.orig",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.local.orig",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.local.orig",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.local.orig",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.local.orig",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.local.orig",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.local.orig",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.local.orig",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/.env.local.orig",status="429"} 0.00022185899999999998 http_request_duration_seconds_count{method="GET",path="/.env.local.orig",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.local.php",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.local.php",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.local.php",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.local.php",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.local.php",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.local.php",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.local.php",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.local.php",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.local.php",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.local.php",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.local.php",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.local.php",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/.env.local.php",status="429"} 0.000181788 http_request_duration_seconds_count{method="GET",path="/.env.local.php",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.local.save",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.local.save",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.local.save",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.local.save",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.local.save",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.local.save",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.local.save",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.local.save",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.local.save",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.local.save",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.local.save",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.local.save",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/.env.local.save",status="404"} 0.000349098 http_request_duration_seconds_count{method="GET",path="/.env.local.save",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.local.save",status="429",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.local.save",status="429",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.local.save",status="429",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.local.save",status="429",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.local.save",status="429",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.local.save",status="429",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.local.save",status="429",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.local.save",status="429",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.local.save",status="429",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.local.save",status="429",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.local.save",status="429",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.local.save",status="429",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/.env.local.save",status="429"} 0.0015713160000000001 http_request_duration_seconds_count{method="GET",path="/.env.local.save",status="429"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.local.swp",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.local.swp",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.local.swp",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.local.swp",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.local.swp",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.local.swp",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.local.swp",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.local.swp",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.local.swp",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.local.swp",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.local.swp",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.local.swp",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/.env.local.swp",status="404"} 0.000433819 http_request_duration_seconds_count{method="GET",path="/.env.local.swp",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.local.swp",status="429",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.local.swp",status="429",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.local.swp",status="429",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.local.swp",status="429",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.local.swp",status="429",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.local.swp",status="429",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.local.swp",status="429",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.local.swp",status="429",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.local.swp",status="429",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.local.swp",status="429",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.local.swp",status="429",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.local.swp",status="429",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/.env.local.swp",status="429"} 0.000335414 http_request_duration_seconds_count{method="GET",path="/.env.local.swp",status="429"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.local~",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.local~",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.local~",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.local~",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.local~",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.local~",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.local~",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.local~",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.local~",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.local~",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.local~",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.local~",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/.env.local~",status="404"} 0.00015407300000000001 http_request_duration_seconds_count{method="GET",path="/.env.local~",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.local~",status="429",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/.env.local~",status="429",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/.env.local~",status="429",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/.env.local~",status="429",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/.env.local~",status="429",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/.env.local~",status="429",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/.env.local~",status="429",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/.env.local~",status="429",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/.env.local~",status="429",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/.env.local~",status="429",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/.env.local~",status="429",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/.env.local~",status="429",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/.env.local~",status="429"} 0.000314894 http_request_duration_seconds_count{method="GET",path="/.env.local~",status="429"} 4 http_request_duration_seconds_bucket{method="GET",path="/.env.old",status="404",le="0.005"} 16 http_request_duration_seconds_bucket{method="GET",path="/.env.old",status="404",le="0.01"} 16 http_request_duration_seconds_bucket{method="GET",path="/.env.old",status="404",le="0.025"} 16 http_request_duration_seconds_bucket{method="GET",path="/.env.old",status="404",le="0.05"} 16 http_request_duration_seconds_bucket{method="GET",path="/.env.old",status="404",le="0.1"} 16 http_request_duration_seconds_bucket{method="GET",path="/.env.old",status="404",le="0.25"} 16 http_request_duration_seconds_bucket{method="GET",path="/.env.old",status="404",le="0.5"} 16 http_request_duration_seconds_bucket{method="GET",path="/.env.old",status="404",le="1"} 16 http_request_duration_seconds_bucket{method="GET",path="/.env.old",status="404",le="2.5"} 16 http_request_duration_seconds_bucket{method="GET",path="/.env.old",status="404",le="5"} 16 http_request_duration_seconds_bucket{method="GET",path="/.env.old",status="404",le="10"} 16 http_request_duration_seconds_bucket{method="GET",path="/.env.old",status="404",le="+Inf"} 16 http_request_duration_seconds_sum{method="GET",path="/.env.old",status="404"} 0.002163511 http_request_duration_seconds_count{method="GET",path="/.env.old",status="404"} 16 http_request_duration_seconds_bucket{method="GET",path="/.env.old",status="429",le="0.005"} 6 http_request_duration_seconds_bucket{method="GET",path="/.env.old",status="429",le="0.01"} 6 http_request_duration_seconds_bucket{method="GET",path="/.env.old",status="429",le="0.025"} 6 http_request_duration_seconds_bucket{method="GET",path="/.env.old",status="429",le="0.05"} 6 http_request_duration_seconds_bucket{method="GET",path="/.env.old",status="429",le="0.1"} 6 http_request_duration_seconds_bucket{method="GET",path="/.env.old",status="429",le="0.25"} 6 http_request_duration_seconds_bucket{method="GET",path="/.env.old",status="429",le="0.5"} 6 http_request_duration_seconds_bucket{method="GET",path="/.env.old",status="429",le="1"} 6 http_request_duration_seconds_bucket{method="GET",path="/.env.old",status="429",le="2.5"} 6 http_request_duration_seconds_bucket{method="GET",path="/.env.old",status="429",le="5"} 6 http_request_duration_seconds_bucket{method="GET",path="/.env.old",status="429",le="10"} 6 http_request_duration_seconds_bucket{method="GET",path="/.env.old",status="429",le="+Inf"} 6 http_request_duration_seconds_sum{method="GET",path="/.env.old",status="429"} 0.000517987 http_request_duration_seconds_count{method="GET",path="/.env.old",status="429"} 6 http_request_duration_seconds_bucket{method="GET",path="/.env.orig",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.orig",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.orig",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.orig",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.orig",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.orig",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.orig",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.orig",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.orig",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.orig",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.orig",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.orig",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/.env.orig",status="404"} 0.000419278 http_request_duration_seconds_count{method="GET",path="/.env.orig",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.orig",status="429",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/.env.orig",status="429",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/.env.orig",status="429",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/.env.orig",status="429",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/.env.orig",status="429",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/.env.orig",status="429",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/.env.orig",status="429",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/.env.orig",status="429",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/.env.orig",status="429",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/.env.orig",status="429",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/.env.orig",status="429",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/.env.orig",status="429",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/.env.orig",status="429"} 0.001797702 http_request_duration_seconds_count{method="GET",path="/.env.orig",status="429"} 4 http_request_duration_seconds_bucket{method="GET",path="/.env.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/.env.php",status="404"} 0.000343177 http_request_duration_seconds_count{method="GET",path="/.env.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.php",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.php",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.php",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.php",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.php",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.php",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.php",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.php",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.php",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.php",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.php",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.php",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/.env.php",status="429"} 0.000243771 http_request_duration_seconds_count{method="GET",path="/.env.php",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.php.bak",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.php.bak",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.php.bak",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.php.bak",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.php.bak",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.php.bak",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.php.bak",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.php.bak",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.php.bak",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.php.bak",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.php.bak",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.php.bak",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.env.php.bak",status="404"} 0.000150351 http_request_duration_seconds_count{method="GET",path="/.env.php.bak",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.preprod",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.preprod",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.preprod",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.preprod",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.preprod",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.preprod",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.preprod",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.preprod",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.preprod",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.preprod",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.preprod",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.preprod",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.env.preprod",status="404"} 0.000140287 http_request_duration_seconds_count{method="GET",path="/.env.preprod",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.preprod",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.preprod",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.preprod",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.preprod",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.preprod",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.preprod",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.preprod",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.preprod",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.preprod",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.preprod",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.preprod",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.preprod",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.env.preprod",status="429"} 9.7315e-05 http_request_duration_seconds_count{method="GET",path="/.env.preprod",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.prod",status="404",le="0.005"} 12 http_request_duration_seconds_bucket{method="GET",path="/.env.prod",status="404",le="0.01"} 12 http_request_duration_seconds_bucket{method="GET",path="/.env.prod",status="404",le="0.025"} 12 http_request_duration_seconds_bucket{method="GET",path="/.env.prod",status="404",le="0.05"} 12 http_request_duration_seconds_bucket{method="GET",path="/.env.prod",status="404",le="0.1"} 12 http_request_duration_seconds_bucket{method="GET",path="/.env.prod",status="404",le="0.25"} 12 http_request_duration_seconds_bucket{method="GET",path="/.env.prod",status="404",le="0.5"} 12 http_request_duration_seconds_bucket{method="GET",path="/.env.prod",status="404",le="1"} 12 http_request_duration_seconds_bucket{method="GET",path="/.env.prod",status="404",le="2.5"} 12 http_request_duration_seconds_bucket{method="GET",path="/.env.prod",status="404",le="5"} 12 http_request_duration_seconds_bucket{method="GET",path="/.env.prod",status="404",le="10"} 12 http_request_duration_seconds_bucket{method="GET",path="/.env.prod",status="404",le="+Inf"} 12 http_request_duration_seconds_sum{method="GET",path="/.env.prod",status="404"} 0.0015877390000000003 http_request_duration_seconds_count{method="GET",path="/.env.prod",status="404"} 12 http_request_duration_seconds_bucket{method="GET",path="/.env.prod",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.prod",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.prod",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.prod",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.prod",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.prod",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.prod",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.prod",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.prod",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.prod",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.prod",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.prod",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/.env.prod",status="429"} 0.000223844 http_request_duration_seconds_count{method="GET",path="/.env.prod",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.production",status="404",le="0.005"} 11 http_request_duration_seconds_bucket{method="GET",path="/.env.production",status="404",le="0.01"} 11 http_request_duration_seconds_bucket{method="GET",path="/.env.production",status="404",le="0.025"} 11 http_request_duration_seconds_bucket{method="GET",path="/.env.production",status="404",le="0.05"} 11 http_request_duration_seconds_bucket{method="GET",path="/.env.production",status="404",le="0.1"} 11 http_request_duration_seconds_bucket{method="GET",path="/.env.production",status="404",le="0.25"} 11 http_request_duration_seconds_bucket{method="GET",path="/.env.production",status="404",le="0.5"} 11 http_request_duration_seconds_bucket{method="GET",path="/.env.production",status="404",le="1"} 11 http_request_duration_seconds_bucket{method="GET",path="/.env.production",status="404",le="2.5"} 11 http_request_duration_seconds_bucket{method="GET",path="/.env.production",status="404",le="5"} 11 http_request_duration_seconds_bucket{method="GET",path="/.env.production",status="404",le="10"} 11 http_request_duration_seconds_bucket{method="GET",path="/.env.production",status="404",le="+Inf"} 11 http_request_duration_seconds_sum{method="GET",path="/.env.production",status="404"} 0.001500725 http_request_duration_seconds_count{method="GET",path="/.env.production",status="404"} 11 http_request_duration_seconds_bucket{method="GET",path="/.env.production",status="429",le="0.005"} 7 http_request_duration_seconds_bucket{method="GET",path="/.env.production",status="429",le="0.01"} 7 http_request_duration_seconds_bucket{method="GET",path="/.env.production",status="429",le="0.025"} 7 http_request_duration_seconds_bucket{method="GET",path="/.env.production",status="429",le="0.05"} 7 http_request_duration_seconds_bucket{method="GET",path="/.env.production",status="429",le="0.1"} 7 http_request_duration_seconds_bucket{method="GET",path="/.env.production",status="429",le="0.25"} 7 http_request_duration_seconds_bucket{method="GET",path="/.env.production",status="429",le="0.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/.env.production",status="429",le="1"} 7 http_request_duration_seconds_bucket{method="GET",path="/.env.production",status="429",le="2.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/.env.production",status="429",le="5"} 7 http_request_duration_seconds_bucket{method="GET",path="/.env.production",status="429",le="10"} 7 http_request_duration_seconds_bucket{method="GET",path="/.env.production",status="429",le="+Inf"} 7 http_request_duration_seconds_sum{method="GET",path="/.env.production",status="429"} 0.000655798 http_request_duration_seconds_count{method="GET",path="/.env.production",status="429"} 7 http_request_duration_seconds_bucket{method="GET",path="/.env.production.backup",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.production.backup",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.production.backup",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.production.backup",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.production.backup",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.production.backup",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.production.backup",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.production.backup",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.production.backup",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.production.backup",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.production.backup",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.production.backup",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/.env.production.backup",status="404"} 0.00186915 http_request_duration_seconds_count{method="GET",path="/.env.production.backup",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.production.backup",status="429",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.production.backup",status="429",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.production.backup",status="429",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.production.backup",status="429",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.production.backup",status="429",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.production.backup",status="429",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.production.backup",status="429",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.production.backup",status="429",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.production.backup",status="429",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.production.backup",status="429",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.production.backup",status="429",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.production.backup",status="429",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/.env.production.backup",status="429"} 0.000306921 http_request_duration_seconds_count{method="GET",path="/.env.production.backup",status="429"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.production.bak",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.production.bak",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.production.bak",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.production.bak",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.production.bak",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.production.bak",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.production.bak",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.production.bak",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.production.bak",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.production.bak",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.production.bak",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.production.bak",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/.env.production.bak",status="404"} 0.00025107600000000003 http_request_duration_seconds_count{method="GET",path="/.env.production.bak",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.production.bak",status="429",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/.env.production.bak",status="429",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/.env.production.bak",status="429",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/.env.production.bak",status="429",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/.env.production.bak",status="429",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/.env.production.bak",status="429",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/.env.production.bak",status="429",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/.env.production.bak",status="429",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/.env.production.bak",status="429",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/.env.production.bak",status="429",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/.env.production.bak",status="429",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/.env.production.bak",status="429",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/.env.production.bak",status="429"} 0.000410696 http_request_duration_seconds_count{method="GET",path="/.env.production.bak",status="429"} 4 http_request_duration_seconds_bucket{method="GET",path="/.env.production.copy",status="404",le="0.005"} 6 http_request_duration_seconds_bucket{method="GET",path="/.env.production.copy",status="404",le="0.01"} 6 http_request_duration_seconds_bucket{method="GET",path="/.env.production.copy",status="404",le="0.025"} 6 http_request_duration_seconds_bucket{method="GET",path="/.env.production.copy",status="404",le="0.05"} 6 http_request_duration_seconds_bucket{method="GET",path="/.env.production.copy",status="404",le="0.1"} 6 http_request_duration_seconds_bucket{method="GET",path="/.env.production.copy",status="404",le="0.25"} 6 http_request_duration_seconds_bucket{method="GET",path="/.env.production.copy",status="404",le="0.5"} 6 http_request_duration_seconds_bucket{method="GET",path="/.env.production.copy",status="404",le="1"} 6 http_request_duration_seconds_bucket{method="GET",path="/.env.production.copy",status="404",le="2.5"} 6 http_request_duration_seconds_bucket{method="GET",path="/.env.production.copy",status="404",le="5"} 6 http_request_duration_seconds_bucket{method="GET",path="/.env.production.copy",status="404",le="10"} 6 http_request_duration_seconds_bucket{method="GET",path="/.env.production.copy",status="404",le="+Inf"} 6 http_request_duration_seconds_sum{method="GET",path="/.env.production.copy",status="404"} 0.0008301470000000002 http_request_duration_seconds_count{method="GET",path="/.env.production.copy",status="404"} 6 http_request_duration_seconds_bucket{method="GET",path="/.env.production.local",status="404",le="0.005"} 8 http_request_duration_seconds_bucket{method="GET",path="/.env.production.local",status="404",le="0.01"} 8 http_request_duration_seconds_bucket{method="GET",path="/.env.production.local",status="404",le="0.025"} 8 http_request_duration_seconds_bucket{method="GET",path="/.env.production.local",status="404",le="0.05"} 8 http_request_duration_seconds_bucket{method="GET",path="/.env.production.local",status="404",le="0.1"} 8 http_request_duration_seconds_bucket{method="GET",path="/.env.production.local",status="404",le="0.25"} 8 http_request_duration_seconds_bucket{method="GET",path="/.env.production.local",status="404",le="0.5"} 8 http_request_duration_seconds_bucket{method="GET",path="/.env.production.local",status="404",le="1"} 8 http_request_duration_seconds_bucket{method="GET",path="/.env.production.local",status="404",le="2.5"} 8 http_request_duration_seconds_bucket{method="GET",path="/.env.production.local",status="404",le="5"} 8 http_request_duration_seconds_bucket{method="GET",path="/.env.production.local",status="404",le="10"} 8 http_request_duration_seconds_bucket{method="GET",path="/.env.production.local",status="404",le="+Inf"} 8 http_request_duration_seconds_sum{method="GET",path="/.env.production.local",status="404"} 0.001061548 http_request_duration_seconds_count{method="GET",path="/.env.production.local",status="404"} 8 http_request_duration_seconds_bucket{method="GET",path="/.env.production.old",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.production.old",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.production.old",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.production.old",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.production.old",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.production.old",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.production.old",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.production.old",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.production.old",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.production.old",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.production.old",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.production.old",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/.env.production.old",status="404"} 0.00227744 http_request_duration_seconds_count{method="GET",path="/.env.production.old",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.production.old",status="429",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/.env.production.old",status="429",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/.env.production.old",status="429",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/.env.production.old",status="429",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/.env.production.old",status="429",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/.env.production.old",status="429",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/.env.production.old",status="429",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/.env.production.old",status="429",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/.env.production.old",status="429",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/.env.production.old",status="429",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/.env.production.old",status="429",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/.env.production.old",status="429",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/.env.production.old",status="429"} 0.000363665 http_request_duration_seconds_count{method="GET",path="/.env.production.old",status="429"} 4 http_request_duration_seconds_bucket{method="GET",path="/.env.production.orig",status="404",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/.env.production.orig",status="404",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/.env.production.orig",status="404",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/.env.production.orig",status="404",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/.env.production.orig",status="404",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/.env.production.orig",status="404",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/.env.production.orig",status="404",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/.env.production.orig",status="404",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/.env.production.orig",status="404",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/.env.production.orig",status="404",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/.env.production.orig",status="404",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/.env.production.orig",status="404",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/.env.production.orig",status="404"} 0.002264655 http_request_duration_seconds_count{method="GET",path="/.env.production.orig",status="404"} 4 http_request_duration_seconds_bucket{method="GET",path="/.env.production.orig",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.production.orig",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.production.orig",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.production.orig",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.production.orig",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.production.orig",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.production.orig",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.production.orig",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.production.orig",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.production.orig",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.production.orig",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.production.orig",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/.env.production.orig",status="429"} 0.000214059 http_request_duration_seconds_count{method="GET",path="/.env.production.orig",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.production.save",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.production.save",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.production.save",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.production.save",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.production.save",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.production.save",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.production.save",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.production.save",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.production.save",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.production.save",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.production.save",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.production.save",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.env.production.save",status="404"} 0.000134615 http_request_duration_seconds_count{method="GET",path="/.env.production.save",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.production.save",status="429",le="0.005"} 5 http_request_duration_seconds_bucket{method="GET",path="/.env.production.save",status="429",le="0.01"} 5 http_request_duration_seconds_bucket{method="GET",path="/.env.production.save",status="429",le="0.025"} 5 http_request_duration_seconds_bucket{method="GET",path="/.env.production.save",status="429",le="0.05"} 5 http_request_duration_seconds_bucket{method="GET",path="/.env.production.save",status="429",le="0.1"} 5 http_request_duration_seconds_bucket{method="GET",path="/.env.production.save",status="429",le="0.25"} 5 http_request_duration_seconds_bucket{method="GET",path="/.env.production.save",status="429",le="0.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/.env.production.save",status="429",le="1"} 5 http_request_duration_seconds_bucket{method="GET",path="/.env.production.save",status="429",le="2.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/.env.production.save",status="429",le="5"} 5 http_request_duration_seconds_bucket{method="GET",path="/.env.production.save",status="429",le="10"} 5 http_request_duration_seconds_bucket{method="GET",path="/.env.production.save",status="429",le="+Inf"} 5 http_request_duration_seconds_sum{method="GET",path="/.env.production.save",status="429"} 0.000540097 http_request_duration_seconds_count{method="GET",path="/.env.production.save",status="429"} 5 http_request_duration_seconds_bucket{method="GET",path="/.env.production.swp",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.production.swp",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.production.swp",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.production.swp",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.production.swp",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.production.swp",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.production.swp",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.production.swp",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.production.swp",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.production.swp",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.production.swp",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.production.swp",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/.env.production.swp",status="404"} 0.00017888799999999999 http_request_duration_seconds_count{method="GET",path="/.env.production.swp",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.production.swp",status="429",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/.env.production.swp",status="429",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/.env.production.swp",status="429",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/.env.production.swp",status="429",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/.env.production.swp",status="429",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/.env.production.swp",status="429",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/.env.production.swp",status="429",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/.env.production.swp",status="429",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/.env.production.swp",status="429",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/.env.production.swp",status="429",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/.env.production.swp",status="429",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/.env.production.swp",status="429",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/.env.production.swp",status="429"} 0.000335494 http_request_duration_seconds_count{method="GET",path="/.env.production.swp",status="429"} 4 http_request_duration_seconds_bucket{method="GET",path="/.env.production~",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.production~",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.production~",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.production~",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.production~",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.production~",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.production~",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.production~",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.production~",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.production~",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.production~",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.production~",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/.env.production~",status="404"} 0.000301464 http_request_duration_seconds_count{method="GET",path="/.env.production~",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.production~",status="429",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/.env.production~",status="429",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/.env.production~",status="429",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/.env.production~",status="429",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/.env.production~",status="429",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/.env.production~",status="429",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/.env.production~",status="429",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/.env.production~",status="429",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/.env.production~",status="429",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/.env.production~",status="429",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/.env.production~",status="429",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/.env.production~",status="429",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/.env.production~",status="429"} 0.00045156199999999997 http_request_duration_seconds_count{method="GET",path="/.env.production~",status="429"} 4 http_request_duration_seconds_bucket{method="GET",path="/.env.project",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.project",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.project",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.project",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.project",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.project",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.project",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.project",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.project",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.project",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.project",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.project",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/.env.project",status="429"} 0.00022800700000000001 http_request_duration_seconds_count{method="GET",path="/.env.project",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.qa",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.qa",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.qa",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.qa",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.qa",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.qa",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.qa",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.qa",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.qa",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.qa",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.qa",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.qa",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/.env.qa",status="429"} 0.000165623 http_request_duration_seconds_count{method="GET",path="/.env.qa",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.rar",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.rar",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.rar",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.rar",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.rar",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.rar",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.rar",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.rar",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.rar",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.rar",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.rar",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.rar",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.env.rar",status="404"} 0.000764862 http_request_duration_seconds_count{method="GET",path="/.env.rar",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.remote",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.remote",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.remote",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.remote",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.remote",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.remote",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.remote",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.remote",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.remote",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.remote",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.remote",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.remote",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.env.remote",status="404"} 0.0001346 http_request_duration_seconds_count{method="GET",path="/.env.remote",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.remote",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.remote",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.remote",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.remote",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.remote",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.remote",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.remote",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.remote",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.remote",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.remote",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.remote",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.remote",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.env.remote",status="429"} 0.000103115 http_request_duration_seconds_count{method="GET",path="/.env.remote",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.sample",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.sample",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.sample",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.sample",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.sample",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.sample",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.sample",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.sample",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.sample",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.sample",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.sample",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.sample",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.env.sample",status="404"} 0.000135184 http_request_duration_seconds_count{method="GET",path="/.env.sample",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.sample",status="429",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.sample",status="429",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.sample",status="429",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.sample",status="429",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.sample",status="429",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.sample",status="429",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.sample",status="429",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.sample",status="429",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.sample",status="429",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.sample",status="429",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.sample",status="429",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.sample",status="429",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/.env.sample",status="429"} 0.000339487 http_request_duration_seconds_count{method="GET",path="/.env.sample",status="429"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.save",status="404",le="0.005"} 6 http_request_duration_seconds_bucket{method="GET",path="/.env.save",status="404",le="0.01"} 6 http_request_duration_seconds_bucket{method="GET",path="/.env.save",status="404",le="0.025"} 6 http_request_duration_seconds_bucket{method="GET",path="/.env.save",status="404",le="0.05"} 6 http_request_duration_seconds_bucket{method="GET",path="/.env.save",status="404",le="0.1"} 6 http_request_duration_seconds_bucket{method="GET",path="/.env.save",status="404",le="0.25"} 6 http_request_duration_seconds_bucket{method="GET",path="/.env.save",status="404",le="0.5"} 6 http_request_duration_seconds_bucket{method="GET",path="/.env.save",status="404",le="1"} 6 http_request_duration_seconds_bucket{method="GET",path="/.env.save",status="404",le="2.5"} 6 http_request_duration_seconds_bucket{method="GET",path="/.env.save",status="404",le="5"} 6 http_request_duration_seconds_bucket{method="GET",path="/.env.save",status="404",le="10"} 6 http_request_duration_seconds_bucket{method="GET",path="/.env.save",status="404",le="+Inf"} 6 http_request_duration_seconds_sum{method="GET",path="/.env.save",status="404"} 0.001014992 http_request_duration_seconds_count{method="GET",path="/.env.save",status="404"} 6 http_request_duration_seconds_bucket{method="GET",path="/.env.save",status="429",le="0.005"} 7 http_request_duration_seconds_bucket{method="GET",path="/.env.save",status="429",le="0.01"} 7 http_request_duration_seconds_bucket{method="GET",path="/.env.save",status="429",le="0.025"} 7 http_request_duration_seconds_bucket{method="GET",path="/.env.save",status="429",le="0.05"} 7 http_request_duration_seconds_bucket{method="GET",path="/.env.save",status="429",le="0.1"} 7 http_request_duration_seconds_bucket{method="GET",path="/.env.save",status="429",le="0.25"} 7 http_request_duration_seconds_bucket{method="GET",path="/.env.save",status="429",le="0.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/.env.save",status="429",le="1"} 7 http_request_duration_seconds_bucket{method="GET",path="/.env.save",status="429",le="2.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/.env.save",status="429",le="5"} 7 http_request_duration_seconds_bucket{method="GET",path="/.env.save",status="429",le="10"} 7 http_request_duration_seconds_bucket{method="GET",path="/.env.save",status="429",le="+Inf"} 7 http_request_duration_seconds_sum{method="GET",path="/.env.save",status="429"} 0.0006549009999999999 http_request_duration_seconds_count{method="GET",path="/.env.save",status="429"} 7 http_request_duration_seconds_bucket{method="GET",path="/.env.shared",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.shared",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.shared",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.shared",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.shared",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.shared",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.shared",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.shared",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.shared",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.shared",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.shared",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.shared",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.env.shared",status="404"} 0.000156702 http_request_duration_seconds_count{method="GET",path="/.env.shared",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.sql",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.sql",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.sql",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.sql",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.sql",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.sql",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.sql",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.sql",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.sql",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.sql",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.sql",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.sql",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.env.sql",status="404"} 0.000141872 http_request_duration_seconds_count{method="GET",path="/.env.sql",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.sql.bz2",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.sql.bz2",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.sql.bz2",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.sql.bz2",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.sql.bz2",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.sql.bz2",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.sql.bz2",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.sql.bz2",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.sql.bz2",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.sql.bz2",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.sql.bz2",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.sql.bz2",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.env.sql.bz2",status="404"} 0.000135951 http_request_duration_seconds_count{method="GET",path="/.env.sql.bz2",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.sql.gz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.sql.gz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.sql.gz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.sql.gz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.sql.gz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.sql.gz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.sql.gz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.sql.gz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.sql.gz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.sql.gz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.sql.gz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.sql.gz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.env.sql.gz",status="404"} 0.000132232 http_request_duration_seconds_count{method="GET",path="/.env.sql.gz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.stage",status="404",le="0.005"} 9 http_request_duration_seconds_bucket{method="GET",path="/.env.stage",status="404",le="0.01"} 9 http_request_duration_seconds_bucket{method="GET",path="/.env.stage",status="404",le="0.025"} 9 http_request_duration_seconds_bucket{method="GET",path="/.env.stage",status="404",le="0.05"} 9 http_request_duration_seconds_bucket{method="GET",path="/.env.stage",status="404",le="0.1"} 9 http_request_duration_seconds_bucket{method="GET",path="/.env.stage",status="404",le="0.25"} 9 http_request_duration_seconds_bucket{method="GET",path="/.env.stage",status="404",le="0.5"} 9 http_request_duration_seconds_bucket{method="GET",path="/.env.stage",status="404",le="1"} 9 http_request_duration_seconds_bucket{method="GET",path="/.env.stage",status="404",le="2.5"} 9 http_request_duration_seconds_bucket{method="GET",path="/.env.stage",status="404",le="5"} 9 http_request_duration_seconds_bucket{method="GET",path="/.env.stage",status="404",le="10"} 9 http_request_duration_seconds_bucket{method="GET",path="/.env.stage",status="404",le="+Inf"} 9 http_request_duration_seconds_sum{method="GET",path="/.env.stage",status="404"} 0.001213127 http_request_duration_seconds_count{method="GET",path="/.env.stage",status="404"} 9 http_request_duration_seconds_bucket{method="GET",path="/.env.stage",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.stage",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.stage",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.stage",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.stage",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.stage",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.stage",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.stage",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.stage",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.stage",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.stage",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.stage",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.env.stage",status="429"} 0.000101406 http_request_duration_seconds_count{method="GET",path="/.env.stage",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.staging",status="404",le="0.005"} 6 http_request_duration_seconds_bucket{method="GET",path="/.env.staging",status="404",le="0.01"} 6 http_request_duration_seconds_bucket{method="GET",path="/.env.staging",status="404",le="0.025"} 6 http_request_duration_seconds_bucket{method="GET",path="/.env.staging",status="404",le="0.05"} 6 http_request_duration_seconds_bucket{method="GET",path="/.env.staging",status="404",le="0.1"} 6 http_request_duration_seconds_bucket{method="GET",path="/.env.staging",status="404",le="0.25"} 6 http_request_duration_seconds_bucket{method="GET",path="/.env.staging",status="404",le="0.5"} 6 http_request_duration_seconds_bucket{method="GET",path="/.env.staging",status="404",le="1"} 6 http_request_duration_seconds_bucket{method="GET",path="/.env.staging",status="404",le="2.5"} 6 http_request_duration_seconds_bucket{method="GET",path="/.env.staging",status="404",le="5"} 6 http_request_duration_seconds_bucket{method="GET",path="/.env.staging",status="404",le="10"} 6 http_request_duration_seconds_bucket{method="GET",path="/.env.staging",status="404",le="+Inf"} 6 http_request_duration_seconds_sum{method="GET",path="/.env.staging",status="404"} 0.000792465 http_request_duration_seconds_count{method="GET",path="/.env.staging",status="404"} 6 http_request_duration_seconds_bucket{method="GET",path="/.env.staging",status="429",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/.env.staging",status="429",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/.env.staging",status="429",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/.env.staging",status="429",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/.env.staging",status="429",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/.env.staging",status="429",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/.env.staging",status="429",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/.env.staging",status="429",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/.env.staging",status="429",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/.env.staging",status="429",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/.env.staging",status="429",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/.env.staging",status="429",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/.env.staging",status="429"} 0.00034128200000000004 http_request_duration_seconds_count{method="GET",path="/.env.staging",status="429"} 4 http_request_duration_seconds_bucket{method="GET",path="/.env.swp",status="404",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/.env.swp",status="404",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/.env.swp",status="404",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/.env.swp",status="404",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/.env.swp",status="404",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/.env.swp",status="404",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/.env.swp",status="404",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/.env.swp",status="404",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/.env.swp",status="404",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/.env.swp",status="404",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/.env.swp",status="404",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/.env.swp",status="404",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/.env.swp",status="404"} 0.0005318740000000001 http_request_duration_seconds_count{method="GET",path="/.env.swp",status="404"} 4 http_request_duration_seconds_bucket{method="GET",path="/.env.swp",status="429",le="0.005"} 6 http_request_duration_seconds_bucket{method="GET",path="/.env.swp",status="429",le="0.01"} 6 http_request_duration_seconds_bucket{method="GET",path="/.env.swp",status="429",le="0.025"} 6 http_request_duration_seconds_bucket{method="GET",path="/.env.swp",status="429",le="0.05"} 6 http_request_duration_seconds_bucket{method="GET",path="/.env.swp",status="429",le="0.1"} 6 http_request_duration_seconds_bucket{method="GET",path="/.env.swp",status="429",le="0.25"} 6 http_request_duration_seconds_bucket{method="GET",path="/.env.swp",status="429",le="0.5"} 6 http_request_duration_seconds_bucket{method="GET",path="/.env.swp",status="429",le="1"} 6 http_request_duration_seconds_bucket{method="GET",path="/.env.swp",status="429",le="2.5"} 6 http_request_duration_seconds_bucket{method="GET",path="/.env.swp",status="429",le="5"} 6 http_request_duration_seconds_bucket{method="GET",path="/.env.swp",status="429",le="10"} 6 http_request_duration_seconds_bucket{method="GET",path="/.env.swp",status="429",le="+Inf"} 6 http_request_duration_seconds_sum{method="GET",path="/.env.swp",status="429"} 0.000556257 http_request_duration_seconds_count{method="GET",path="/.env.swp",status="429"} 6 http_request_duration_seconds_bucket{method="GET",path="/.env.tar",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.tar",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.tar",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.tar",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.tar",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.tar",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.tar",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.tar",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.tar",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.tar",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.tar",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.tar",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.env.tar",status="404"} 0.000133364 http_request_duration_seconds_count{method="GET",path="/.env.tar",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.tar.bz2",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.tar.bz2",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.tar.bz2",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.tar.bz2",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.tar.bz2",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.tar.bz2",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.tar.bz2",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.tar.bz2",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.tar.bz2",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.tar.bz2",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.tar.bz2",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.tar.bz2",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.env.tar.bz2",status="404"} 0.00014929 http_request_duration_seconds_count{method="GET",path="/.env.tar.bz2",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.tar.gz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.tar.gz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.tar.gz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.tar.gz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.tar.gz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.tar.gz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.tar.gz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.tar.gz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.tar.gz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.tar.gz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.tar.gz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.tar.gz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.env.tar.gz",status="404"} 0.000139433 http_request_duration_seconds_count{method="GET",path="/.env.tar.gz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.tar.xz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.tar.xz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.tar.xz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.tar.xz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.tar.xz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.tar.xz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.tar.xz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.tar.xz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.tar.xz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.tar.xz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.tar.xz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.tar.xz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.env.tar.xz",status="404"} 0.000161333 http_request_duration_seconds_count{method="GET",path="/.env.tar.xz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.test",status="404",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/.env.test",status="404",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/.env.test",status="404",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/.env.test",status="404",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/.env.test",status="404",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/.env.test",status="404",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/.env.test",status="404",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/.env.test",status="404",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/.env.test",status="404",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/.env.test",status="404",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/.env.test",status="404",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/.env.test",status="404",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/.env.test",status="404"} 0.000521719 http_request_duration_seconds_count{method="GET",path="/.env.test",status="404"} 4 http_request_duration_seconds_bucket{method="GET",path="/.env.test",status="429",le="0.005"} 5 http_request_duration_seconds_bucket{method="GET",path="/.env.test",status="429",le="0.01"} 5 http_request_duration_seconds_bucket{method="GET",path="/.env.test",status="429",le="0.025"} 5 http_request_duration_seconds_bucket{method="GET",path="/.env.test",status="429",le="0.05"} 5 http_request_duration_seconds_bucket{method="GET",path="/.env.test",status="429",le="0.1"} 5 http_request_duration_seconds_bucket{method="GET",path="/.env.test",status="429",le="0.25"} 5 http_request_duration_seconds_bucket{method="GET",path="/.env.test",status="429",le="0.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/.env.test",status="429",le="1"} 5 http_request_duration_seconds_bucket{method="GET",path="/.env.test",status="429",le="2.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/.env.test",status="429",le="5"} 5 http_request_duration_seconds_bucket{method="GET",path="/.env.test",status="429",le="10"} 5 http_request_duration_seconds_bucket{method="GET",path="/.env.test",status="429",le="+Inf"} 5 http_request_duration_seconds_sum{method="GET",path="/.env.test",status="429"} 0.00039105300000000004 http_request_duration_seconds_count{method="GET",path="/.env.test",status="429"} 5 http_request_duration_seconds_bucket{method="GET",path="/.env.testing",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.testing",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.testing",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.testing",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.testing",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.testing",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.testing",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.testing",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.testing",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.testing",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.testing",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.testing",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/.env.testing",status="429"} 0.000213928 http_request_duration_seconds_count{method="GET",path="/.env.testing",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.tgz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.tgz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.tgz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.tgz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.tgz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.tgz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.tgz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.tgz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.tgz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.tgz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.tgz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.tgz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.env.tgz",status="404"} 0.000145004 http_request_duration_seconds_count{method="GET",path="/.env.tgz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.tmp",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.tmp",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.tmp",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.tmp",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.tmp",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.tmp",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.tmp",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.tmp",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.tmp",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.tmp",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.tmp",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.tmp",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.env.tmp",status="404"} 0.000180432 http_request_duration_seconds_count{method="GET",path="/.env.tmp",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.txt",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.txt",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.txt",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.txt",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.txt",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.txt",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.txt",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.txt",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.txt",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.txt",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.txt",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.txt",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.env.txt",status="404"} 0.000210546 http_request_duration_seconds_count{method="GET",path="/.env.txt",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.txt",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.txt",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.txt",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.txt",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.txt",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.txt",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.txt",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.txt",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.txt",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.txt",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.txt",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.txt",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.env.txt",status="429"} 0.00010216 http_request_duration_seconds_count{method="GET",path="/.env.txt",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.uat",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.uat",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.uat",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.uat",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.uat",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.uat",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.uat",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.uat",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.uat",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.uat",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.uat",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.uat",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.env.uat",status="404"} 0.000143259 http_request_duration_seconds_count{method="GET",path="/.env.uat",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.uat",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.uat",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.uat",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.uat",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.uat",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.uat",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.uat",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.uat",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.uat",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.uat",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.uat",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.uat",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.env.uat",status="429"} 8.8752e-05 http_request_duration_seconds_count{method="GET",path="/.env.uat",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.yaml",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.yaml",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.yaml",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.yaml",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.yaml",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.yaml",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.yaml",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.yaml",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.yaml",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.yaml",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.yaml",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.yaml",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.env.yaml",status="429"} 9.0906e-05 http_request_duration_seconds_count{method="GET",path="/.env.yaml",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.yml",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.yml",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.yml",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.yml",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.yml",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.yml",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.yml",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.yml",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.yml",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.yml",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.yml",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.yml",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.env.yml",status="429"} 0.000102167 http_request_duration_seconds_count{method="GET",path="/.env.yml",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.zip",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.zip",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.zip",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.zip",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.zip",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.zip",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.zip",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.zip",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.zip",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.zip",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.zip",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.zip",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.env.zip",status="404"} 0.000125723 http_request_duration_seconds_count{method="GET",path="/.env.zip",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.zst",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.zst",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.zst",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.zst",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.zst",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.zst",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.zst",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.zst",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.zst",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.zst",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.zst",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.zst",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.env.zst",status="404"} 0.000117877 http_request_duration_seconds_count{method="GET",path="/.env.zst",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env1",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env1",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env1",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env1",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env1",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env1",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env1",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env1",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env1",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env1",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env1",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env1",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.env1",status="429"} 9.5604e-05 http_request_duration_seconds_count{method="GET",path="/.env1",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env2",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env2",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env2",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env2",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env2",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env2",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env2",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env2",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env2",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env2",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env2",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env2",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.env2",status="404"} 8.531e-05 http_request_duration_seconds_count{method="GET",path="/.env2",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env_1",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env_1",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env_1",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env_1",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env_1",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env_1",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env_1",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env_1",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env_1",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env_1",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env_1",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env_1",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.env_1",status="404"} 0.00013559 http_request_duration_seconds_count{method="GET",path="/.env_1",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env_copy",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env_copy",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env_copy",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env_copy",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env_copy",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env_copy",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env_copy",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env_copy",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env_copy",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env_copy",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env_copy",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env_copy",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.env_copy",status="429"} 0.000116704 http_request_duration_seconds_count{method="GET",path="/.env_copy",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env_sample",status="404",le="0.005"} 8 http_request_duration_seconds_bucket{method="GET",path="/.env_sample",status="404",le="0.01"} 8 http_request_duration_seconds_bucket{method="GET",path="/.env_sample",status="404",le="0.025"} 8 http_request_duration_seconds_bucket{method="GET",path="/.env_sample",status="404",le="0.05"} 8 http_request_duration_seconds_bucket{method="GET",path="/.env_sample",status="404",le="0.1"} 8 http_request_duration_seconds_bucket{method="GET",path="/.env_sample",status="404",le="0.25"} 8 http_request_duration_seconds_bucket{method="GET",path="/.env_sample",status="404",le="0.5"} 8 http_request_duration_seconds_bucket{method="GET",path="/.env_sample",status="404",le="1"} 8 http_request_duration_seconds_bucket{method="GET",path="/.env_sample",status="404",le="2.5"} 8 http_request_duration_seconds_bucket{method="GET",path="/.env_sample",status="404",le="5"} 8 http_request_duration_seconds_bucket{method="GET",path="/.env_sample",status="404",le="10"} 8 http_request_duration_seconds_bucket{method="GET",path="/.env_sample",status="404",le="+Inf"} 8 http_request_duration_seconds_sum{method="GET",path="/.env_sample",status="404"} 0.001169655 http_request_duration_seconds_count{method="GET",path="/.env_sample",status="404"} 8 http_request_duration_seconds_bucket{method="GET",path="/.environment",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/.environment",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/.environment",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/.environment",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/.environment",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.environment",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/.environment",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.environment",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.environment",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.environment",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.environment",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/.environment",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/.environment",status="429"} 0.00015773 http_request_duration_seconds_count{method="GET",path="/.environment",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/.envrc",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.envrc",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.envrc",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.envrc",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.envrc",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.envrc",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.envrc",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.envrc",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.envrc",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.envrc",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.envrc",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.envrc",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.envrc",status="404"} 0.000131457 http_request_duration_seconds_count{method="GET",path="/.envrc",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env~",status="404",le="0.005"} 5 http_request_duration_seconds_bucket{method="GET",path="/.env~",status="404",le="0.01"} 5 http_request_duration_seconds_bucket{method="GET",path="/.env~",status="404",le="0.025"} 5 http_request_duration_seconds_bucket{method="GET",path="/.env~",status="404",le="0.05"} 5 http_request_duration_seconds_bucket{method="GET",path="/.env~",status="404",le="0.1"} 5 http_request_duration_seconds_bucket{method="GET",path="/.env~",status="404",le="0.25"} 5 http_request_duration_seconds_bucket{method="GET",path="/.env~",status="404",le="0.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/.env~",status="404",le="1"} 5 http_request_duration_seconds_bucket{method="GET",path="/.env~",status="404",le="2.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/.env~",status="404",le="5"} 5 http_request_duration_seconds_bucket{method="GET",path="/.env~",status="404",le="10"} 5 http_request_duration_seconds_bucket{method="GET",path="/.env~",status="404",le="+Inf"} 5 http_request_duration_seconds_sum{method="GET",path="/.env~",status="404"} 0.000577465 http_request_duration_seconds_count{method="GET",path="/.env~",status="404"} 5 http_request_duration_seconds_bucket{method="GET",path="/.env~",status="429",le="0.005"} 5 http_request_duration_seconds_bucket{method="GET",path="/.env~",status="429",le="0.01"} 5 http_request_duration_seconds_bucket{method="GET",path="/.env~",status="429",le="0.025"} 5 http_request_duration_seconds_bucket{method="GET",path="/.env~",status="429",le="0.05"} 5 http_request_duration_seconds_bucket{method="GET",path="/.env~",status="429",le="0.1"} 5 http_request_duration_seconds_bucket{method="GET",path="/.env~",status="429",le="0.25"} 5 http_request_duration_seconds_bucket{method="GET",path="/.env~",status="429",le="0.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/.env~",status="429",le="1"} 5 http_request_duration_seconds_bucket{method="GET",path="/.env~",status="429",le="2.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/.env~",status="429",le="5"} 5 http_request_duration_seconds_bucket{method="GET",path="/.env~",status="429",le="10"} 5 http_request_duration_seconds_bucket{method="GET",path="/.env~",status="429",le="+Inf"} 5 http_request_duration_seconds_sum{method="GET",path="/.env~",status="429"} 0.000391024 http_request_duration_seconds_count{method="GET",path="/.env~",status="429"} 5 http_request_duration_seconds_bucket{method="GET",path="/.firebase/hosting.json",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.firebase/hosting.json",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.firebase/hosting.json",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.firebase/hosting.json",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.firebase/hosting.json",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.firebase/hosting.json",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.firebase/hosting.json",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.firebase/hosting.json",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.firebase/hosting.json",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.firebase/hosting.json",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.firebase/hosting.json",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.firebase/hosting.json",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.firebase/hosting.json",status="404"} 0.000169023 http_request_duration_seconds_count{method="GET",path="/.firebase/hosting.json",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/.gcp/credentials.json",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/.gcp/credentials.json",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/.gcp/credentials.json",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/.gcp/credentials.json",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/.gcp/credentials.json",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.gcp/credentials.json",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/.gcp/credentials.json",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.gcp/credentials.json",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.gcp/credentials.json",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.gcp/credentials.json",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.gcp/credentials.json",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/.gcp/credentials.json",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/.gcp/credentials.json",status="404"} 0.00020376200000000002 http_request_duration_seconds_count{method="GET",path="/.gcp/credentials.json",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/.gcp/credentials.json",status="429",le="0.005"} 5 http_request_duration_seconds_bucket{method="GET",path="/.gcp/credentials.json",status="429",le="0.01"} 5 http_request_duration_seconds_bucket{method="GET",path="/.gcp/credentials.json",status="429",le="0.025"} 5 http_request_duration_seconds_bucket{method="GET",path="/.gcp/credentials.json",status="429",le="0.05"} 5 http_request_duration_seconds_bucket{method="GET",path="/.gcp/credentials.json",status="429",le="0.1"} 5 http_request_duration_seconds_bucket{method="GET",path="/.gcp/credentials.json",status="429",le="0.25"} 5 http_request_duration_seconds_bucket{method="GET",path="/.gcp/credentials.json",status="429",le="0.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/.gcp/credentials.json",status="429",le="1"} 5 http_request_duration_seconds_bucket{method="GET",path="/.gcp/credentials.json",status="429",le="2.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/.gcp/credentials.json",status="429",le="5"} 5 http_request_duration_seconds_bucket{method="GET",path="/.gcp/credentials.json",status="429",le="10"} 5 http_request_duration_seconds_bucket{method="GET",path="/.gcp/credentials.json",status="429",le="+Inf"} 5 http_request_duration_seconds_sum{method="GET",path="/.gcp/credentials.json",status="429"} 0.00031759400000000004 http_request_duration_seconds_count{method="GET",path="/.gcp/credentials.json",status="429"} 5 http_request_duration_seconds_bucket{method="GET",path="/.git",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/.git",status="429"} 0.000255461 http_request_duration_seconds_count{method="GET",path="/.git",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git-askpass.sh",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git-askpass.sh",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git-askpass.sh",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git-askpass.sh",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git-askpass.sh",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git-askpass.sh",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git-askpass.sh",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git-askpass.sh",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git-askpass.sh",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git-askpass.sh",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git-askpass.sh",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git-askpass.sh",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/.git-askpass.sh",status="429"} 0.000187048 http_request_duration_seconds_count{method="GET",path="/.git-askpass.sh",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git-credentials",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git-credentials",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git-credentials",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git-credentials",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git-credentials",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git-credentials",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git-credentials",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git-credentials",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git-credentials",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git-credentials",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git-credentials",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git-credentials",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/.git-credentials",status="404"} 0.00034291 http_request_duration_seconds_count{method="GET",path="/.git-credentials",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git-credentials",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git-credentials",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git-credentials",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git-credentials",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git-credentials",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git-credentials",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git-credentials",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git-credentials",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git-credentials",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git-credentials",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git-credentials",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git-credentials",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/.git-credentials",status="429"} 0.000247253 http_request_duration_seconds_count{method="GET",path="/.git-credentials",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git-secret",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git-secret",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git-secret",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git-secret",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git-secret",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git-secret",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git-secret",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git-secret",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git-secret",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git-secret",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git-secret",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git-secret",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/.git-secret",status="429"} 0.00019718600000000002 http_request_duration_seconds_count{method="GET",path="/.git-secret",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git-secrets",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git-secrets",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git-secrets",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git-secrets",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git-secrets",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git-secrets",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git-secrets",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git-secrets",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git-secrets",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git-secrets",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git-secrets",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git-secrets",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/.git-secrets",status="429"} 0.000292348 http_request_duration_seconds_count{method="GET",path="/.git-secrets",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git.7z",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git.7z",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git.7z",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git.7z",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git.7z",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git.7z",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git.7z",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git.7z",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git.7z",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git.7z",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git.7z",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git.7z",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.git.7z",status="404"} 0.000140776 http_request_duration_seconds_count{method="GET",path="/.git.7z",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git.bz2",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git.bz2",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git.bz2",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git.bz2",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git.bz2",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git.bz2",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git.bz2",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git.bz2",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git.bz2",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git.bz2",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git.bz2",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git.bz2",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.git.bz2",status="404"} 0.000135679 http_request_duration_seconds_count{method="GET",path="/.git.bz2",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git.gz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git.gz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git.gz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git.gz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git.gz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git.gz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git.gz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git.gz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git.gz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git.gz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git.gz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git.gz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.git.gz",status="404"} 0.000186571 http_request_duration_seconds_count{method="GET",path="/.git.gz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git.rar",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git.rar",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git.rar",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git.rar",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git.rar",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git.rar",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git.rar",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git.rar",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git.rar",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git.rar",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git.rar",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git.rar",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.git.rar",status="404"} 0.000129154 http_request_duration_seconds_count{method="GET",path="/.git.rar",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git.sql",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git.sql",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git.sql",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git.sql",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git.sql",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git.sql",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git.sql",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git.sql",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git.sql",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git.sql",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git.sql",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git.sql",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.git.sql",status="404"} 0.000160613 http_request_duration_seconds_count{method="GET",path="/.git.sql",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git.sql.bz2",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git.sql.bz2",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git.sql.bz2",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git.sql.bz2",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git.sql.bz2",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git.sql.bz2",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git.sql.bz2",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git.sql.bz2",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git.sql.bz2",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git.sql.bz2",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git.sql.bz2",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git.sql.bz2",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.git.sql.bz2",status="404"} 0.000125149 http_request_duration_seconds_count{method="GET",path="/.git.sql.bz2",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git.sql.gz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git.sql.gz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git.sql.gz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git.sql.gz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git.sql.gz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git.sql.gz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git.sql.gz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git.sql.gz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git.sql.gz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git.sql.gz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git.sql.gz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git.sql.gz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.git.sql.gz",status="404"} 0.000173104 http_request_duration_seconds_count{method="GET",path="/.git.sql.gz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git.tar",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git.tar",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git.tar",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git.tar",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git.tar",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git.tar",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git.tar",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git.tar",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git.tar",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git.tar",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git.tar",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git.tar",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.git.tar",status="404"} 0.000138761 http_request_duration_seconds_count{method="GET",path="/.git.tar",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git.tar.bz2",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git.tar.bz2",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git.tar.bz2",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git.tar.bz2",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git.tar.bz2",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git.tar.bz2",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git.tar.bz2",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git.tar.bz2",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git.tar.bz2",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git.tar.bz2",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git.tar.bz2",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git.tar.bz2",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.git.tar.bz2",status="404"} 0.000120765 http_request_duration_seconds_count{method="GET",path="/.git.tar.bz2",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git.tar.gz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git.tar.gz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git.tar.gz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git.tar.gz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git.tar.gz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git.tar.gz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git.tar.gz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git.tar.gz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git.tar.gz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git.tar.gz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git.tar.gz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git.tar.gz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.git.tar.gz",status="404"} 0.00014067 http_request_duration_seconds_count{method="GET",path="/.git.tar.gz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git.tar.xz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git.tar.xz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git.tar.xz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git.tar.xz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git.tar.xz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git.tar.xz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git.tar.xz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git.tar.xz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git.tar.xz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git.tar.xz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git.tar.xz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git.tar.xz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.git.tar.xz",status="404"} 0.000126972 http_request_duration_seconds_count{method="GET",path="/.git.tar.xz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git.tgz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git.tgz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git.tgz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git.tgz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git.tgz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git.tgz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git.tgz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git.tgz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git.tgz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git.tgz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git.tgz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git.tgz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.git.tgz",status="404"} 0.000152933 http_request_duration_seconds_count{method="GET",path="/.git.tgz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git.zip",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git.zip",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git.zip",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git.zip",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git.zip",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git.zip",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git.zip",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git.zip",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git.zip",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git.zip",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git.zip",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git.zip",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.git.zip",status="404"} 0.000148527 http_request_duration_seconds_count{method="GET",path="/.git.zip",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git.zst",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git.zst",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git.zst",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git.zst",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git.zst",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git.zst",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git.zst",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git.zst",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git.zst",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git.zst",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git.zst",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git.zst",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.git.zst",status="404"} 0.000161157 http_request_duration_seconds_count{method="GET",path="/.git.zst",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git/",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git/",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git/",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git/",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git/",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git/",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git/",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git/",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git/",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git/",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git/",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git/",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.git/",status="404"} 8.5372e-05 http_request_duration_seconds_count{method="GET",path="/.git/",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git/",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git/",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git/",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git/",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git/",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git/",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git/",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git/",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git/",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git/",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git/",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git/",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.git/",status="429"} 9.7315e-05 http_request_duration_seconds_count{method="GET",path="/.git/",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git/.env",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git/.env",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git/.env",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git/.env",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git/.env",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git/.env",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git/.env",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git/.env",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git/.env",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git/.env",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git/.env",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git/.env",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.git/.env",status="429"} 0.000106878 http_request_duration_seconds_count{method="GET",path="/.git/.env",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git/COMMIT_EDITMSG",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git/COMMIT_EDITMSG",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git/COMMIT_EDITMSG",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git/COMMIT_EDITMSG",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git/COMMIT_EDITMSG",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git/COMMIT_EDITMSG",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git/COMMIT_EDITMSG",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git/COMMIT_EDITMSG",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git/COMMIT_EDITMSG",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git/COMMIT_EDITMSG",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git/COMMIT_EDITMSG",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git/COMMIT_EDITMSG",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/.git/COMMIT_EDITMSG",status="429"} 0.00019708600000000002 http_request_duration_seconds_count{method="GET",path="/.git/COMMIT_EDITMSG",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git/FETCH_HEAD",status="404",le="0.005"} 6 http_request_duration_seconds_bucket{method="GET",path="/.git/FETCH_HEAD",status="404",le="0.01"} 6 http_request_duration_seconds_bucket{method="GET",path="/.git/FETCH_HEAD",status="404",le="0.025"} 6 http_request_duration_seconds_bucket{method="GET",path="/.git/FETCH_HEAD",status="404",le="0.05"} 6 http_request_duration_seconds_bucket{method="GET",path="/.git/FETCH_HEAD",status="404",le="0.1"} 6 http_request_duration_seconds_bucket{method="GET",path="/.git/FETCH_HEAD",status="404",le="0.25"} 6 http_request_duration_seconds_bucket{method="GET",path="/.git/FETCH_HEAD",status="404",le="0.5"} 6 http_request_duration_seconds_bucket{method="GET",path="/.git/FETCH_HEAD",status="404",le="1"} 6 http_request_duration_seconds_bucket{method="GET",path="/.git/FETCH_HEAD",status="404",le="2.5"} 6 http_request_duration_seconds_bucket{method="GET",path="/.git/FETCH_HEAD",status="404",le="5"} 6 http_request_duration_seconds_bucket{method="GET",path="/.git/FETCH_HEAD",status="404",le="10"} 6 http_request_duration_seconds_bucket{method="GET",path="/.git/FETCH_HEAD",status="404",le="+Inf"} 6 http_request_duration_seconds_sum{method="GET",path="/.git/FETCH_HEAD",status="404"} 0.000771085 http_request_duration_seconds_count{method="GET",path="/.git/FETCH_HEAD",status="404"} 6 http_request_duration_seconds_bucket{method="GET",path="/.git/FETCH_HEAD",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git/FETCH_HEAD",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git/FETCH_HEAD",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git/FETCH_HEAD",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git/FETCH_HEAD",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git/FETCH_HEAD",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git/FETCH_HEAD",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git/FETCH_HEAD",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git/FETCH_HEAD",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git/FETCH_HEAD",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git/FETCH_HEAD",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git/FETCH_HEAD",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/.git/FETCH_HEAD",status="429"} 0.000310803 http_request_duration_seconds_count{method="GET",path="/.git/FETCH_HEAD",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git/HEAD",status="404",le="0.005"} 14 http_request_duration_seconds_bucket{method="GET",path="/.git/HEAD",status="404",le="0.01"} 14 http_request_duration_seconds_bucket{method="GET",path="/.git/HEAD",status="404",le="0.025"} 14 http_request_duration_seconds_bucket{method="GET",path="/.git/HEAD",status="404",le="0.05"} 14 http_request_duration_seconds_bucket{method="GET",path="/.git/HEAD",status="404",le="0.1"} 14 http_request_duration_seconds_bucket{method="GET",path="/.git/HEAD",status="404",le="0.25"} 14 http_request_duration_seconds_bucket{method="GET",path="/.git/HEAD",status="404",le="0.5"} 14 http_request_duration_seconds_bucket{method="GET",path="/.git/HEAD",status="404",le="1"} 14 http_request_duration_seconds_bucket{method="GET",path="/.git/HEAD",status="404",le="2.5"} 14 http_request_duration_seconds_bucket{method="GET",path="/.git/HEAD",status="404",le="5"} 14 http_request_duration_seconds_bucket{method="GET",path="/.git/HEAD",status="404",le="10"} 14 http_request_duration_seconds_bucket{method="GET",path="/.git/HEAD",status="404",le="+Inf"} 14 http_request_duration_seconds_sum{method="GET",path="/.git/HEAD",status="404"} 0.0029274870000000003 http_request_duration_seconds_count{method="GET",path="/.git/HEAD",status="404"} 14 http_request_duration_seconds_bucket{method="GET",path="/.git/HEAD",status="429",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/.git/HEAD",status="429",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/.git/HEAD",status="429",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/.git/HEAD",status="429",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/.git/HEAD",status="429",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/.git/HEAD",status="429",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/.git/HEAD",status="429",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/.git/HEAD",status="429",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/.git/HEAD",status="429",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/.git/HEAD",status="429",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/.git/HEAD",status="429",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/.git/HEAD",status="429",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/.git/HEAD",status="429"} 0.000346969 http_request_duration_seconds_count{method="GET",path="/.git/HEAD",status="429"} 4 http_request_duration_seconds_bucket{method="GET",path="/.git/ORIG_HEAD",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git/ORIG_HEAD",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git/ORIG_HEAD",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git/ORIG_HEAD",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git/ORIG_HEAD",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git/ORIG_HEAD",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git/ORIG_HEAD",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git/ORIG_HEAD",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git/ORIG_HEAD",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git/ORIG_HEAD",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git/ORIG_HEAD",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git/ORIG_HEAD",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/.git/ORIG_HEAD",status="429"} 0.000246328 http_request_duration_seconds_count{method="GET",path="/.git/ORIG_HEAD",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git/config",status="404",le="0.005"} 57 http_request_duration_seconds_bucket{method="GET",path="/.git/config",status="404",le="0.01"} 57 http_request_duration_seconds_bucket{method="GET",path="/.git/config",status="404",le="0.025"} 57 http_request_duration_seconds_bucket{method="GET",path="/.git/config",status="404",le="0.05"} 57 http_request_duration_seconds_bucket{method="GET",path="/.git/config",status="404",le="0.1"} 57 http_request_duration_seconds_bucket{method="GET",path="/.git/config",status="404",le="0.25"} 57 http_request_duration_seconds_bucket{method="GET",path="/.git/config",status="404",le="0.5"} 57 http_request_duration_seconds_bucket{method="GET",path="/.git/config",status="404",le="1"} 57 http_request_duration_seconds_bucket{method="GET",path="/.git/config",status="404",le="2.5"} 57 http_request_duration_seconds_bucket{method="GET",path="/.git/config",status="404",le="5"} 57 http_request_duration_seconds_bucket{method="GET",path="/.git/config",status="404",le="10"} 57 http_request_duration_seconds_bucket{method="GET",path="/.git/config",status="404",le="+Inf"} 57 http_request_duration_seconds_sum{method="GET",path="/.git/config",status="404"} 0.015184814999999996 http_request_duration_seconds_count{method="GET",path="/.git/config",status="404"} 57 http_request_duration_seconds_bucket{method="GET",path="/.git/config",status="429",le="0.005"} 5 http_request_duration_seconds_bucket{method="GET",path="/.git/config",status="429",le="0.01"} 5 http_request_duration_seconds_bucket{method="GET",path="/.git/config",status="429",le="0.025"} 5 http_request_duration_seconds_bucket{method="GET",path="/.git/config",status="429",le="0.05"} 5 http_request_duration_seconds_bucket{method="GET",path="/.git/config",status="429",le="0.1"} 5 http_request_duration_seconds_bucket{method="GET",path="/.git/config",status="429",le="0.25"} 5 http_request_duration_seconds_bucket{method="GET",path="/.git/config",status="429",le="0.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/.git/config",status="429",le="1"} 5 http_request_duration_seconds_bucket{method="GET",path="/.git/config",status="429",le="2.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/.git/config",status="429",le="5"} 5 http_request_duration_seconds_bucket{method="GET",path="/.git/config",status="429",le="10"} 5 http_request_duration_seconds_bucket{method="GET",path="/.git/config",status="429",le="+Inf"} 5 http_request_duration_seconds_sum{method="GET",path="/.git/config",status="429"} 0.000538 http_request_duration_seconds_count{method="GET",path="/.git/config",status="429"} 5 http_request_duration_seconds_bucket{method="GET",path="/.git/config.bak",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git/config.bak",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git/config.bak",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git/config.bak",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git/config.bak",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git/config.bak",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git/config.bak",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git/config.bak",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git/config.bak",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git/config.bak",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git/config.bak",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git/config.bak",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/.git/config.bak",status="429"} 0.00023798199999999997 http_request_duration_seconds_count{method="GET",path="/.git/config.bak",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git/config.old",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git/config.old",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git/config.old",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git/config.old",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git/config.old",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git/config.old",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git/config.old",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git/config.old",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git/config.old",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git/config.old",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git/config.old",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git/config.old",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/.git/config.old",status="429"} 0.000226288 http_request_duration_seconds_count{method="GET",path="/.git/config.old",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git/config~",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git/config~",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git/config~",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git/config~",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git/config~",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git/config~",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git/config~",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git/config~",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git/config~",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git/config~",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git/config~",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git/config~",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/.git/config~",status="429"} 0.00019957999999999998 http_request_duration_seconds_count{method="GET",path="/.git/config~",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git/description",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git/description",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git/description",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git/description",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git/description",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git/description",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git/description",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git/description",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git/description",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git/description",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git/description",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git/description",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/.git/description",status="429"} 0.000183644 http_request_duration_seconds_count{method="GET",path="/.git/description",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git/hooks",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git/hooks",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git/hooks",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git/hooks",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git/hooks",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git/hooks",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git/hooks",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git/hooks",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git/hooks",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git/hooks",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git/hooks",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git/hooks",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/.git/hooks",status="429"} 0.000226591 http_request_duration_seconds_count{method="GET",path="/.git/hooks",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git/hooks/post-commit",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git/hooks/post-commit",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git/hooks/post-commit",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git/hooks/post-commit",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git/hooks/post-commit",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git/hooks/post-commit",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git/hooks/post-commit",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git/hooks/post-commit",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git/hooks/post-commit",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git/hooks/post-commit",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git/hooks/post-commit",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git/hooks/post-commit",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/.git/hooks/post-commit",status="429"} 0.000200047 http_request_duration_seconds_count{method="GET",path="/.git/hooks/post-commit",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git/hooks/pre-commit",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git/hooks/pre-commit",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git/hooks/pre-commit",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git/hooks/pre-commit",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git/hooks/pre-commit",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git/hooks/pre-commit",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git/hooks/pre-commit",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git/hooks/pre-commit",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git/hooks/pre-commit",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git/hooks/pre-commit",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git/hooks/pre-commit",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git/hooks/pre-commit",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/.git/hooks/pre-commit",status="429"} 0.00018225400000000002 http_request_duration_seconds_count{method="GET",path="/.git/hooks/pre-commit",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git/index",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git/index",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git/index",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git/index",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git/index",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git/index",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git/index",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git/index",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git/index",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git/index",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git/index",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git/index",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.git/index",status="404"} 0.000112481 http_request_duration_seconds_count{method="GET",path="/.git/index",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git/index",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git/index",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git/index",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git/index",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git/index",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git/index",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git/index",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git/index",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git/index",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git/index",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git/index",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git/index",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/.git/index",status="429"} 0.000221268 http_request_duration_seconds_count{method="GET",path="/.git/index",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git/info",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git/info",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git/info",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git/info",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git/info",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git/info",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git/info",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git/info",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git/info",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git/info",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git/info",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git/info",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/.git/info",status="429"} 0.000258687 http_request_duration_seconds_count{method="GET",path="/.git/info",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git/info/exclude",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git/info/exclude",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git/info/exclude",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git/info/exclude",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git/info/exclude",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git/info/exclude",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git/info/exclude",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git/info/exclude",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git/info/exclude",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git/info/exclude",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git/info/exclude",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git/info/exclude",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.git/info/exclude",status="404"} 0.000145587 http_request_duration_seconds_count{method="GET",path="/.git/info/exclude",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git/info/exclude",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git/info/exclude",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git/info/exclude",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git/info/exclude",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git/info/exclude",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git/info/exclude",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git/info/exclude",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git/info/exclude",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git/info/exclude",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git/info/exclude",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git/info/exclude",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git/info/exclude",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.git/info/exclude",status="429"} 0.000100523 http_request_duration_seconds_count{method="GET",path="/.git/info/exclude",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git/logs/HEAD",status="404",le="0.005"} 6 http_request_duration_seconds_bucket{method="GET",path="/.git/logs/HEAD",status="404",le="0.01"} 6 http_request_duration_seconds_bucket{method="GET",path="/.git/logs/HEAD",status="404",le="0.025"} 6 http_request_duration_seconds_bucket{method="GET",path="/.git/logs/HEAD",status="404",le="0.05"} 6 http_request_duration_seconds_bucket{method="GET",path="/.git/logs/HEAD",status="404",le="0.1"} 6 http_request_duration_seconds_bucket{method="GET",path="/.git/logs/HEAD",status="404",le="0.25"} 6 http_request_duration_seconds_bucket{method="GET",path="/.git/logs/HEAD",status="404",le="0.5"} 6 http_request_duration_seconds_bucket{method="GET",path="/.git/logs/HEAD",status="404",le="1"} 6 http_request_duration_seconds_bucket{method="GET",path="/.git/logs/HEAD",status="404",le="2.5"} 6 http_request_duration_seconds_bucket{method="GET",path="/.git/logs/HEAD",status="404",le="5"} 6 http_request_duration_seconds_bucket{method="GET",path="/.git/logs/HEAD",status="404",le="10"} 6 http_request_duration_seconds_bucket{method="GET",path="/.git/logs/HEAD",status="404",le="+Inf"} 6 http_request_duration_seconds_sum{method="GET",path="/.git/logs/HEAD",status="404"} 0.0007463719999999999 http_request_duration_seconds_count{method="GET",path="/.git/logs/HEAD",status="404"} 6 http_request_duration_seconds_bucket{method="GET",path="/.git/logs/HEAD",status="429",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/.git/logs/HEAD",status="429",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/.git/logs/HEAD",status="429",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/.git/logs/HEAD",status="429",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/.git/logs/HEAD",status="429",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/.git/logs/HEAD",status="429",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/.git/logs/HEAD",status="429",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/.git/logs/HEAD",status="429",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/.git/logs/HEAD",status="429",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/.git/logs/HEAD",status="429",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/.git/logs/HEAD",status="429",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/.git/logs/HEAD",status="429",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/.git/logs/HEAD",status="429"} 0.00038690999999999997 http_request_duration_seconds_count{method="GET",path="/.git/logs/HEAD",status="429"} 3 http_request_duration_seconds_bucket{method="GET",path="/.git/logs/refs/heads/main",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git/logs/refs/heads/main",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git/logs/refs/heads/main",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git/logs/refs/heads/main",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git/logs/refs/heads/main",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git/logs/refs/heads/main",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git/logs/refs/heads/main",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git/logs/refs/heads/main",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git/logs/refs/heads/main",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git/logs/refs/heads/main",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git/logs/refs/heads/main",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git/logs/refs/heads/main",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.git/logs/refs/heads/main",status="404"} 0.000156177 http_request_duration_seconds_count{method="GET",path="/.git/logs/refs/heads/main",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git/logs/refs/heads/main",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git/logs/refs/heads/main",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git/logs/refs/heads/main",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git/logs/refs/heads/main",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git/logs/refs/heads/main",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git/logs/refs/heads/main",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git/logs/refs/heads/main",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git/logs/refs/heads/main",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git/logs/refs/heads/main",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git/logs/refs/heads/main",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git/logs/refs/heads/main",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git/logs/refs/heads/main",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.git/logs/refs/heads/main",status="429"} 0.000108896 http_request_duration_seconds_count{method="GET",path="/.git/logs/refs/heads/main",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git/logs/refs/heads/master",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git/logs/refs/heads/master",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git/logs/refs/heads/master",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git/logs/refs/heads/master",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git/logs/refs/heads/master",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git/logs/refs/heads/master",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git/logs/refs/heads/master",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git/logs/refs/heads/master",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git/logs/refs/heads/master",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git/logs/refs/heads/master",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git/logs/refs/heads/master",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git/logs/refs/heads/master",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.git/logs/refs/heads/master",status="404"} 9.9885e-05 http_request_duration_seconds_count{method="GET",path="/.git/logs/refs/heads/master",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git/logs/refs/heads/master",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git/logs/refs/heads/master",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git/logs/refs/heads/master",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git/logs/refs/heads/master",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git/logs/refs/heads/master",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git/logs/refs/heads/master",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git/logs/refs/heads/master",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git/logs/refs/heads/master",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git/logs/refs/heads/master",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git/logs/refs/heads/master",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git/logs/refs/heads/master",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git/logs/refs/heads/master",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.git/logs/refs/heads/master",status="429"} 0.000120716 http_request_duration_seconds_count{method="GET",path="/.git/logs/refs/heads/master",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git/logs/refs/remotes/origin/main",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git/logs/refs/remotes/origin/main",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git/logs/refs/remotes/origin/main",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git/logs/refs/remotes/origin/main",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git/logs/refs/remotes/origin/main",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git/logs/refs/remotes/origin/main",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git/logs/refs/remotes/origin/main",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git/logs/refs/remotes/origin/main",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git/logs/refs/remotes/origin/main",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git/logs/refs/remotes/origin/main",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git/logs/refs/remotes/origin/main",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git/logs/refs/remotes/origin/main",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/.git/logs/refs/remotes/origin/main",status="429"} 0.000210797 http_request_duration_seconds_count{method="GET",path="/.git/logs/refs/remotes/origin/main",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git/logs/refs/remotes/origin/master",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git/logs/refs/remotes/origin/master",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git/logs/refs/remotes/origin/master",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git/logs/refs/remotes/origin/master",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git/logs/refs/remotes/origin/master",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git/logs/refs/remotes/origin/master",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git/logs/refs/remotes/origin/master",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git/logs/refs/remotes/origin/master",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git/logs/refs/remotes/origin/master",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git/logs/refs/remotes/origin/master",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git/logs/refs/remotes/origin/master",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git/logs/refs/remotes/origin/master",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/.git/logs/refs/remotes/origin/master",status="429"} 0.00022025099999999998 http_request_duration_seconds_count{method="GET",path="/.git/logs/refs/remotes/origin/master",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git/objects",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git/objects",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git/objects",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git/objects",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git/objects",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git/objects",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git/objects",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git/objects",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git/objects",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git/objects",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git/objects",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git/objects",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/.git/objects",status="429"} 0.00018900999999999998 http_request_duration_seconds_count{method="GET",path="/.git/objects",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git/objects/info",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git/objects/info",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git/objects/info",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git/objects/info",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git/objects/info",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git/objects/info",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git/objects/info",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git/objects/info",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git/objects/info",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git/objects/info",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git/objects/info",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git/objects/info",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/.git/objects/info",status="429"} 0.00018235400000000002 http_request_duration_seconds_count{method="GET",path="/.git/objects/info",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git/objects/pack",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git/objects/pack",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git/objects/pack",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git/objects/pack",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git/objects/pack",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git/objects/pack",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git/objects/pack",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git/objects/pack",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git/objects/pack",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git/objects/pack",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git/objects/pack",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git/objects/pack",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.git/objects/pack",status="404"} 0.000136512 http_request_duration_seconds_count{method="GET",path="/.git/objects/pack",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git/objects/pack",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git/objects/pack",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git/objects/pack",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git/objects/pack",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git/objects/pack",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git/objects/pack",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git/objects/pack",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git/objects/pack",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git/objects/pack",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git/objects/pack",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git/objects/pack",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git/objects/pack",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.git/objects/pack",status="429"} 0.000138635 http_request_duration_seconds_count{method="GET",path="/.git/objects/pack",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git/packed-refs",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git/packed-refs",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git/packed-refs",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git/packed-refs",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git/packed-refs",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git/packed-refs",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git/packed-refs",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git/packed-refs",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git/packed-refs",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git/packed-refs",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git/packed-refs",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git/packed-refs",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.git/packed-refs",status="404"} 0.000130956 http_request_duration_seconds_count{method="GET",path="/.git/packed-refs",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git/packed-refs",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git/packed-refs",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git/packed-refs",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git/packed-refs",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git/packed-refs",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git/packed-refs",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git/packed-refs",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git/packed-refs",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git/packed-refs",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git/packed-refs",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git/packed-refs",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git/packed-refs",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/.git/packed-refs",status="429"} 0.000208524 http_request_duration_seconds_count{method="GET",path="/.git/packed-refs",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git/refs/heads/main",status="404",le="0.005"} 5 http_request_duration_seconds_bucket{method="GET",path="/.git/refs/heads/main",status="404",le="0.01"} 5 http_request_duration_seconds_bucket{method="GET",path="/.git/refs/heads/main",status="404",le="0.025"} 5 http_request_duration_seconds_bucket{method="GET",path="/.git/refs/heads/main",status="404",le="0.05"} 5 http_request_duration_seconds_bucket{method="GET",path="/.git/refs/heads/main",status="404",le="0.1"} 5 http_request_duration_seconds_bucket{method="GET",path="/.git/refs/heads/main",status="404",le="0.25"} 5 http_request_duration_seconds_bucket{method="GET",path="/.git/refs/heads/main",status="404",le="0.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/.git/refs/heads/main",status="404",le="1"} 5 http_request_duration_seconds_bucket{method="GET",path="/.git/refs/heads/main",status="404",le="2.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/.git/refs/heads/main",status="404",le="5"} 5 http_request_duration_seconds_bucket{method="GET",path="/.git/refs/heads/main",status="404",le="10"} 5 http_request_duration_seconds_bucket{method="GET",path="/.git/refs/heads/main",status="404",le="+Inf"} 5 http_request_duration_seconds_sum{method="GET",path="/.git/refs/heads/main",status="404"} 0.000671422 http_request_duration_seconds_count{method="GET",path="/.git/refs/heads/main",status="404"} 5 http_request_duration_seconds_bucket{method="GET",path="/.git/refs/heads/main",status="429",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/.git/refs/heads/main",status="429",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/.git/refs/heads/main",status="429",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/.git/refs/heads/main",status="429",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/.git/refs/heads/main",status="429",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/.git/refs/heads/main",status="429",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/.git/refs/heads/main",status="429",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/.git/refs/heads/main",status="429",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/.git/refs/heads/main",status="429",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/.git/refs/heads/main",status="429",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/.git/refs/heads/main",status="429",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/.git/refs/heads/main",status="429",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/.git/refs/heads/main",status="429"} 0.00037104900000000003 http_request_duration_seconds_count{method="GET",path="/.git/refs/heads/main",status="429"} 3 http_request_duration_seconds_bucket{method="GET",path="/.git/refs/heads/master",status="404",le="0.005"} 5 http_request_duration_seconds_bucket{method="GET",path="/.git/refs/heads/master",status="404",le="0.01"} 5 http_request_duration_seconds_bucket{method="GET",path="/.git/refs/heads/master",status="404",le="0.025"} 5 http_request_duration_seconds_bucket{method="GET",path="/.git/refs/heads/master",status="404",le="0.05"} 5 http_request_duration_seconds_bucket{method="GET",path="/.git/refs/heads/master",status="404",le="0.1"} 5 http_request_duration_seconds_bucket{method="GET",path="/.git/refs/heads/master",status="404",le="0.25"} 5 http_request_duration_seconds_bucket{method="GET",path="/.git/refs/heads/master",status="404",le="0.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/.git/refs/heads/master",status="404",le="1"} 5 http_request_duration_seconds_bucket{method="GET",path="/.git/refs/heads/master",status="404",le="2.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/.git/refs/heads/master",status="404",le="5"} 5 http_request_duration_seconds_bucket{method="GET",path="/.git/refs/heads/master",status="404",le="10"} 5 http_request_duration_seconds_bucket{method="GET",path="/.git/refs/heads/master",status="404",le="+Inf"} 5 http_request_duration_seconds_sum{method="GET",path="/.git/refs/heads/master",status="404"} 0.0006006939999999999 http_request_duration_seconds_count{method="GET",path="/.git/refs/heads/master",status="404"} 5 http_request_duration_seconds_bucket{method="GET",path="/.git/refs/heads/master",status="429",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/.git/refs/heads/master",status="429",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/.git/refs/heads/master",status="429",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/.git/refs/heads/master",status="429",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/.git/refs/heads/master",status="429",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/.git/refs/heads/master",status="429",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/.git/refs/heads/master",status="429",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/.git/refs/heads/master",status="429",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/.git/refs/heads/master",status="429",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/.git/refs/heads/master",status="429",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/.git/refs/heads/master",status="429",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/.git/refs/heads/master",status="429",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/.git/refs/heads/master",status="429"} 0.000351848 http_request_duration_seconds_count{method="GET",path="/.git/refs/heads/master",status="429"} 3 http_request_duration_seconds_bucket{method="GET",path="/.git/refs/remotes/origin/HEAD",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git/refs/remotes/origin/HEAD",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git/refs/remotes/origin/HEAD",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git/refs/remotes/origin/HEAD",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git/refs/remotes/origin/HEAD",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git/refs/remotes/origin/HEAD",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git/refs/remotes/origin/HEAD",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git/refs/remotes/origin/HEAD",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git/refs/remotes/origin/HEAD",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git/refs/remotes/origin/HEAD",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git/refs/remotes/origin/HEAD",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git/refs/remotes/origin/HEAD",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/.git/refs/remotes/origin/HEAD",status="429"} 0.000256991 http_request_duration_seconds_count{method="GET",path="/.git/refs/remotes/origin/HEAD",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/.gitattributes",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/.gitattributes",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/.gitattributes",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/.gitattributes",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/.gitattributes",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.gitattributes",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/.gitattributes",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.gitattributes",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.gitattributes",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.gitattributes",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.gitattributes",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/.gitattributes",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/.gitattributes",status="429"} 0.000350648 http_request_duration_seconds_count{method="GET",path="/.gitattributes",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/.github",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/.github",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/.github",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/.github",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/.github",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.github",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/.github",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.github",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.github",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.github",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.github",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/.github",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/.github",status="429"} 0.000200959 http_request_duration_seconds_count{method="GET",path="/.github",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/.github/CODEOWNERS",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/.github/CODEOWNERS",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/.github/CODEOWNERS",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/.github/CODEOWNERS",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/.github/CODEOWNERS",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.github/CODEOWNERS",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/.github/CODEOWNERS",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.github/CODEOWNERS",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.github/CODEOWNERS",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.github/CODEOWNERS",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.github/CODEOWNERS",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/.github/CODEOWNERS",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/.github/CODEOWNERS",status="429"} 0.000212554 http_request_duration_seconds_count{method="GET",path="/.github/CODEOWNERS",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/.github/ISSUE_TEMPLATE",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/.github/ISSUE_TEMPLATE",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/.github/ISSUE_TEMPLATE",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/.github/ISSUE_TEMPLATE",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/.github/ISSUE_TEMPLATE",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.github/ISSUE_TEMPLATE",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/.github/ISSUE_TEMPLATE",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.github/ISSUE_TEMPLATE",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.github/ISSUE_TEMPLATE",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.github/ISSUE_TEMPLATE",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.github/ISSUE_TEMPLATE",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/.github/ISSUE_TEMPLATE",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/.github/ISSUE_TEMPLATE",status="429"} 0.000208739 http_request_duration_seconds_count{method="GET",path="/.github/ISSUE_TEMPLATE",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/.github/PULL_REQUEST_TEMPLATE.md",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.github/PULL_REQUEST_TEMPLATE.md",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.github/PULL_REQUEST_TEMPLATE.md",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.github/PULL_REQUEST_TEMPLATE.md",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.github/PULL_REQUEST_TEMPLATE.md",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.github/PULL_REQUEST_TEMPLATE.md",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.github/PULL_REQUEST_TEMPLATE.md",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.github/PULL_REQUEST_TEMPLATE.md",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.github/PULL_REQUEST_TEMPLATE.md",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.github/PULL_REQUEST_TEMPLATE.md",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.github/PULL_REQUEST_TEMPLATE.md",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.github/PULL_REQUEST_TEMPLATE.md",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.github/PULL_REQUEST_TEMPLATE.md",status="404"} 0.000131839 http_request_duration_seconds_count{method="GET",path="/.github/PULL_REQUEST_TEMPLATE.md",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/.github/PULL_REQUEST_TEMPLATE.md",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.github/PULL_REQUEST_TEMPLATE.md",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.github/PULL_REQUEST_TEMPLATE.md",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.github/PULL_REQUEST_TEMPLATE.md",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.github/PULL_REQUEST_TEMPLATE.md",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.github/PULL_REQUEST_TEMPLATE.md",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.github/PULL_REQUEST_TEMPLATE.md",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.github/PULL_REQUEST_TEMPLATE.md",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.github/PULL_REQUEST_TEMPLATE.md",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.github/PULL_REQUEST_TEMPLATE.md",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.github/PULL_REQUEST_TEMPLATE.md",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.github/PULL_REQUEST_TEMPLATE.md",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.github/PULL_REQUEST_TEMPLATE.md",status="429"} 0.000128666 http_request_duration_seconds_count{method="GET",path="/.github/PULL_REQUEST_TEMPLATE.md",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/.github/dependabot.yml",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/.github/dependabot.yml",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/.github/dependabot.yml",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/.github/dependabot.yml",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/.github/dependabot.yml",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.github/dependabot.yml",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/.github/dependabot.yml",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.github/dependabot.yml",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.github/dependabot.yml",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.github/dependabot.yml",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.github/dependabot.yml",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/.github/dependabot.yml",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/.github/dependabot.yml",status="429"} 0.000208318 http_request_duration_seconds_count{method="GET",path="/.github/dependabot.yml",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/.github/funding.yml",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/.github/funding.yml",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/.github/funding.yml",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/.github/funding.yml",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/.github/funding.yml",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.github/funding.yml",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/.github/funding.yml",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.github/funding.yml",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.github/funding.yml",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.github/funding.yml",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.github/funding.yml",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/.github/funding.yml",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/.github/funding.yml",status="429"} 0.000239828 http_request_duration_seconds_count{method="GET",path="/.github/funding.yml",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/.github/stale.yml",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/.github/stale.yml",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/.github/stale.yml",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/.github/stale.yml",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/.github/stale.yml",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.github/stale.yml",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/.github/stale.yml",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.github/stale.yml",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.github/stale.yml",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.github/stale.yml",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.github/stale.yml",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/.github/stale.yml",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/.github/stale.yml",status="429"} 0.000180314 http_request_duration_seconds_count{method="GET",path="/.github/stale.yml",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/.github/workflows",status="429"} 0.000200466 http_request_duration_seconds_count{method="GET",path="/.github/workflows",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/ci.yml",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/ci.yml",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/ci.yml",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/ci.yml",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/ci.yml",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/ci.yml",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/ci.yml",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/ci.yml",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/ci.yml",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/ci.yml",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/ci.yml",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/ci.yml",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/.github/workflows/ci.yml",status="429"} 0.00024476200000000004 http_request_duration_seconds_count{method="GET",path="/.github/workflows/ci.yml",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/deploy.yml",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/deploy.yml",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/deploy.yml",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/deploy.yml",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/deploy.yml",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/deploy.yml",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/deploy.yml",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/deploy.yml",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/deploy.yml",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/deploy.yml",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/deploy.yml",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/deploy.yml",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.github/workflows/deploy.yml",status="404"} 0.000133647 http_request_duration_seconds_count{method="GET",path="/.github/workflows/deploy.yml",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/main.yml",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/main.yml",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/main.yml",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/main.yml",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/main.yml",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/main.yml",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/main.yml",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/main.yml",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/main.yml",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/main.yml",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/main.yml",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/main.yml",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/.github/workflows/main.yml",status="404"} 0.000329649 http_request_duration_seconds_count{method="GET",path="/.github/workflows/main.yml",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/main.yml",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/main.yml",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/main.yml",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/main.yml",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/main.yml",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/main.yml",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/main.yml",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/main.yml",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/main.yml",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/main.yml",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/main.yml",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/main.yml",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/.github/workflows/main.yml",status="429"} 0.000191456 http_request_duration_seconds_count{method="GET",path="/.github/workflows/main.yml",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/.gitignore",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/.gitignore",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/.gitignore",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/.gitignore",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/.gitignore",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.gitignore",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/.gitignore",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.gitignore",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.gitignore",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.gitignore",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.gitignore",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/.gitignore",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/.gitignore",status="429"} 0.000195891 http_request_duration_seconds_count{method="GET",path="/.gitignore",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/.gitlab",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/.gitlab",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/.gitlab",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/.gitlab",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/.gitlab",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.gitlab",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/.gitlab",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.gitlab",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.gitlab",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.gitlab",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.gitlab",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/.gitlab",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/.gitlab",status="429"} 0.00020384 http_request_duration_seconds_count{method="GET",path="/.gitlab",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/.gitlab-ci",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/.gitlab-ci",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/.gitlab-ci",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/.gitlab-ci",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/.gitlab-ci",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.gitlab-ci",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/.gitlab-ci",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.gitlab-ci",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.gitlab-ci",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.gitlab-ci",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.gitlab-ci",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/.gitlab-ci",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/.gitlab-ci",status="429"} 0.00019334000000000002 http_request_duration_seconds_count{method="GET",path="/.gitlab-ci",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/.gitlab-ci.yml",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/.gitlab-ci.yml",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/.gitlab-ci.yml",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/.gitlab-ci.yml",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/.gitlab-ci.yml",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.gitlab-ci.yml",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/.gitlab-ci.yml",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.gitlab-ci.yml",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.gitlab-ci.yml",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.gitlab-ci.yml",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.gitlab-ci.yml",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/.gitlab-ci.yml",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/.gitlab-ci.yml",status="404"} 0.000272456 http_request_duration_seconds_count{method="GET",path="/.gitlab-ci.yml",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/.gitlab-ci.yml",status="429",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/.gitlab-ci.yml",status="429",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/.gitlab-ci.yml",status="429",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/.gitlab-ci.yml",status="429",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/.gitlab-ci.yml",status="429",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/.gitlab-ci.yml",status="429",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/.gitlab-ci.yml",status="429",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/.gitlab-ci.yml",status="429",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/.gitlab-ci.yml",status="429",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/.gitlab-ci.yml",status="429",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/.gitlab-ci.yml",status="429",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/.gitlab-ci.yml",status="429",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/.gitlab-ci.yml",status="429"} 0.00036729099999999995 http_request_duration_seconds_count{method="GET",path="/.gitlab-ci.yml",status="429"} 4 http_request_duration_seconds_bucket{method="GET",path="/.gitlab/issue_templates",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.gitlab/issue_templates",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.gitlab/issue_templates",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.gitlab/issue_templates",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.gitlab/issue_templates",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.gitlab/issue_templates",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.gitlab/issue_templates",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.gitlab/issue_templates",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.gitlab/issue_templates",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.gitlab/issue_templates",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.gitlab/issue_templates",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.gitlab/issue_templates",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.gitlab/issue_templates",status="404"} 0.000136601 http_request_duration_seconds_count{method="GET",path="/.gitlab/issue_templates",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/.gitlab/issue_templates",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.gitlab/issue_templates",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.gitlab/issue_templates",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.gitlab/issue_templates",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.gitlab/issue_templates",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.gitlab/issue_templates",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.gitlab/issue_templates",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.gitlab/issue_templates",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.gitlab/issue_templates",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.gitlab/issue_templates",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.gitlab/issue_templates",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.gitlab/issue_templates",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.gitlab/issue_templates",status="429"} 0.000117921 http_request_duration_seconds_count{method="GET",path="/.gitlab/issue_templates",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/.gitlab/merge_request_templates",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/.gitlab/merge_request_templates",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/.gitlab/merge_request_templates",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/.gitlab/merge_request_templates",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/.gitlab/merge_request_templates",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.gitlab/merge_request_templates",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/.gitlab/merge_request_templates",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.gitlab/merge_request_templates",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.gitlab/merge_request_templates",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.gitlab/merge_request_templates",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.gitlab/merge_request_templates",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/.gitlab/merge_request_templates",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/.gitlab/merge_request_templates",status="429"} 0.000264516 http_request_duration_seconds_count{method="GET",path="/.gitlab/merge_request_templates",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/.gitmodules",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/.gitmodules",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/.gitmodules",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/.gitmodules",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/.gitmodules",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.gitmodules",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/.gitmodules",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.gitmodules",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.gitmodules",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.gitmodules",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.gitmodules",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/.gitmodules",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/.gitmodules",status="429"} 0.000197161 http_request_duration_seconds_count{method="GET",path="/.gitmodules",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/.hg/hgrc",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.hg/hgrc",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.hg/hgrc",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.hg/hgrc",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.hg/hgrc",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.hg/hgrc",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.hg/hgrc",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.hg/hgrc",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.hg/hgrc",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.hg/hgrc",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.hg/hgrc",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.hg/hgrc",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.hg/hgrc",status="404"} 0.000116149 http_request_duration_seconds_count{method="GET",path="/.hg/hgrc",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/.htaccess",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.htaccess",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.htaccess",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.htaccess",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.htaccess",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.htaccess",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.htaccess",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.htaccess",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.htaccess",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.htaccess",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.htaccess",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.htaccess",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.htaccess",status="404"} 0.000137227 http_request_duration_seconds_count{method="GET",path="/.htaccess",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/.idea/workspace.xml",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.idea/workspace.xml",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.idea/workspace.xml",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.idea/workspace.xml",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.idea/workspace.xml",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.idea/workspace.xml",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.idea/workspace.xml",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.idea/workspace.xml",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.idea/workspace.xml",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.idea/workspace.xml",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.idea/workspace.xml",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.idea/workspace.xml",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.idea/workspace.xml",status="404"} 0.000148267 http_request_duration_seconds_count{method="GET",path="/.idea/workspace.xml",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/.jaynes.yml",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/.jaynes.yml",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/.jaynes.yml",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/.jaynes.yml",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/.jaynes.yml",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.jaynes.yml",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/.jaynes.yml",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.jaynes.yml",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.jaynes.yml",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.jaynes.yml",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.jaynes.yml",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/.jaynes.yml",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/.jaynes.yml",status="429"} 0.00011824 http_request_duration_seconds_count{method="GET",path="/.jaynes.yml",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/.kube/config",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.kube/config",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.kube/config",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.kube/config",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.kube/config",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.kube/config",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.kube/config",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.kube/config",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.kube/config",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.kube/config",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.kube/config",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.kube/config",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.kube/config",status="404"} 7.329e-05 http_request_duration_seconds_count{method="GET",path="/.kube/config",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/.kube/config",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/.kube/config",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/.kube/config",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/.kube/config",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/.kube/config",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.kube/config",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/.kube/config",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.kube/config",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.kube/config",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.kube/config",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.kube/config",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/.kube/config",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/.kube/config",status="429"} 0.000166728 http_request_duration_seconds_count{method="GET",path="/.kube/config",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/.lakectl.yaml",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/.lakectl.yaml",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/.lakectl.yaml",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/.lakectl.yaml",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/.lakectl.yaml",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.lakectl.yaml",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/.lakectl.yaml",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.lakectl.yaml",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.lakectl.yaml",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.lakectl.yaml",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.lakectl.yaml",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/.lakectl.yaml",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/.lakectl.yaml",status="429"} 0.000112679 http_request_duration_seconds_count{method="GET",path="/.lakectl.yaml",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/.local",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/.local",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/.local",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/.local",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/.local",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.local",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/.local",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.local",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.local",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.local",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.local",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/.local",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/.local",status="429"} 0.000124301 http_request_duration_seconds_count{method="GET",path="/.local",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/.netlify/functions/*",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/.netlify/functions/*",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/.netlify/functions/*",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/.netlify/functions/*",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/.netlify/functions/*",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.netlify/functions/*",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/.netlify/functions/*",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.netlify/functions/*",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.netlify/functions/*",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.netlify/functions/*",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.netlify/functions/*",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/.netlify/functions/*",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/.netlify/functions/*",status="429"} 0.000188818 http_request_duration_seconds_count{method="GET",path="/.netlify/functions/*",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/.next/build-manifest.json",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/.next/build-manifest.json",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/.next/build-manifest.json",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/.next/build-manifest.json",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/.next/build-manifest.json",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/.next/build-manifest.json",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/.next/build-manifest.json",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/.next/build-manifest.json",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/.next/build-manifest.json",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/.next/build-manifest.json",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/.next/build-manifest.json",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/.next/build-manifest.json",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/.next/build-manifest.json",status="404"} 0.00041867999999999994 http_request_duration_seconds_count{method="GET",path="/.next/build-manifest.json",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/.next/build-manifest.json",status="429",le="0.005"} 14 http_request_duration_seconds_bucket{method="GET",path="/.next/build-manifest.json",status="429",le="0.01"} 14 http_request_duration_seconds_bucket{method="GET",path="/.next/build-manifest.json",status="429",le="0.025"} 14 http_request_duration_seconds_bucket{method="GET",path="/.next/build-manifest.json",status="429",le="0.05"} 14 http_request_duration_seconds_bucket{method="GET",path="/.next/build-manifest.json",status="429",le="0.1"} 14 http_request_duration_seconds_bucket{method="GET",path="/.next/build-manifest.json",status="429",le="0.25"} 14 http_request_duration_seconds_bucket{method="GET",path="/.next/build-manifest.json",status="429",le="0.5"} 14 http_request_duration_seconds_bucket{method="GET",path="/.next/build-manifest.json",status="429",le="1"} 14 http_request_duration_seconds_bucket{method="GET",path="/.next/build-manifest.json",status="429",le="2.5"} 14 http_request_duration_seconds_bucket{method="GET",path="/.next/build-manifest.json",status="429",le="5"} 14 http_request_duration_seconds_bucket{method="GET",path="/.next/build-manifest.json",status="429",le="10"} 14 http_request_duration_seconds_bucket{method="GET",path="/.next/build-manifest.json",status="429",le="+Inf"} 14 http_request_duration_seconds_sum{method="GET",path="/.next/build-manifest.json",status="429"} 0.000931276 http_request_duration_seconds_count{method="GET",path="/.next/build-manifest.json",status="429"} 14 http_request_duration_seconds_bucket{method="GET",path="/.npmrc",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/.npmrc",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/.npmrc",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/.npmrc",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/.npmrc",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.npmrc",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/.npmrc",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.npmrc",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.npmrc",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.npmrc",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.npmrc",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/.npmrc",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/.npmrc",status="404"} 0.000277878 http_request_duration_seconds_count{method="GET",path="/.npmrc",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/.npmrc",status="429",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/.npmrc",status="429",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/.npmrc",status="429",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/.npmrc",status="429",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/.npmrc",status="429",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/.npmrc",status="429",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/.npmrc",status="429",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/.npmrc",status="429",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/.npmrc",status="429",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/.npmrc",status="429",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/.npmrc",status="429",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/.npmrc",status="429",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/.npmrc",status="429"} 0.000251294 http_request_duration_seconds_count{method="GET",path="/.npmrc",status="429"} 3 http_request_duration_seconds_bucket{method="GET",path="/.nuxt/dist/server/client.manifest.json",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/.nuxt/dist/server/client.manifest.json",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/.nuxt/dist/server/client.manifest.json",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/.nuxt/dist/server/client.manifest.json",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/.nuxt/dist/server/client.manifest.json",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/.nuxt/dist/server/client.manifest.json",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/.nuxt/dist/server/client.manifest.json",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/.nuxt/dist/server/client.manifest.json",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/.nuxt/dist/server/client.manifest.json",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/.nuxt/dist/server/client.manifest.json",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/.nuxt/dist/server/client.manifest.json",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/.nuxt/dist/server/client.manifest.json",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/.nuxt/dist/server/client.manifest.json",status="404"} 0.000425063 http_request_duration_seconds_count{method="GET",path="/.nuxt/dist/server/client.manifest.json",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/.nuxt/dist/server/client.manifest.json",status="429",le="0.005"} 12 http_request_duration_seconds_bucket{method="GET",path="/.nuxt/dist/server/client.manifest.json",status="429",le="0.01"} 12 http_request_duration_seconds_bucket{method="GET",path="/.nuxt/dist/server/client.manifest.json",status="429",le="0.025"} 12 http_request_duration_seconds_bucket{method="GET",path="/.nuxt/dist/server/client.manifest.json",status="429",le="0.05"} 12 http_request_duration_seconds_bucket{method="GET",path="/.nuxt/dist/server/client.manifest.json",status="429",le="0.1"} 12 http_request_duration_seconds_bucket{method="GET",path="/.nuxt/dist/server/client.manifest.json",status="429",le="0.25"} 12 http_request_duration_seconds_bucket{method="GET",path="/.nuxt/dist/server/client.manifest.json",status="429",le="0.5"} 12 http_request_duration_seconds_bucket{method="GET",path="/.nuxt/dist/server/client.manifest.json",status="429",le="1"} 12 http_request_duration_seconds_bucket{method="GET",path="/.nuxt/dist/server/client.manifest.json",status="429",le="2.5"} 12 http_request_duration_seconds_bucket{method="GET",path="/.nuxt/dist/server/client.manifest.json",status="429",le="5"} 12 http_request_duration_seconds_bucket{method="GET",path="/.nuxt/dist/server/client.manifest.json",status="429",le="10"} 12 http_request_duration_seconds_bucket{method="GET",path="/.nuxt/dist/server/client.manifest.json",status="429",le="+Inf"} 12 http_request_duration_seconds_sum{method="GET",path="/.nuxt/dist/server/client.manifest.json",status="429"} 0.0011126310000000002 http_request_duration_seconds_count{method="GET",path="/.nuxt/dist/server/client.manifest.json",status="429"} 12 http_request_duration_seconds_bucket{method="GET",path="/.openai/config.json",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/.openai/config.json",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/.openai/config.json",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/.openai/config.json",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/.openai/config.json",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.openai/config.json",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/.openai/config.json",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.openai/config.json",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.openai/config.json",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.openai/config.json",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.openai/config.json",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/.openai/config.json",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/.openai/config.json",status="404"} 0.000139164 http_request_duration_seconds_count{method="GET",path="/.openai/config.json",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/.openai/config.json",status="429",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/.openai/config.json",status="429",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/.openai/config.json",status="429",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/.openai/config.json",status="429",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/.openai/config.json",status="429",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/.openai/config.json",status="429",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/.openai/config.json",status="429",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/.openai/config.json",status="429",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/.openai/config.json",status="429",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/.openai/config.json",status="429",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/.openai/config.json",status="429",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/.openai/config.json",status="429",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/.openai/config.json",status="429"} 0.00036303400000000003 http_request_duration_seconds_count{method="GET",path="/.openai/config.json",status="429"} 4 http_request_duration_seconds_bucket{method="GET",path="/.openclaw/agents/main/agent/models.json",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.openclaw/agents/main/agent/models.json",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.openclaw/agents/main/agent/models.json",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.openclaw/agents/main/agent/models.json",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.openclaw/agents/main/agent/models.json",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.openclaw/agents/main/agent/models.json",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.openclaw/agents/main/agent/models.json",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.openclaw/agents/main/agent/models.json",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.openclaw/agents/main/agent/models.json",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.openclaw/agents/main/agent/models.json",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.openclaw/agents/main/agent/models.json",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.openclaw/agents/main/agent/models.json",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.openclaw/agents/main/agent/models.json",status="404"} 9.8927e-05 http_request_duration_seconds_count{method="GET",path="/.openclaw/agents/main/agent/models.json",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/.openclaw/agents/main/agent/models.json",status="429",le="0.005"} 8 http_request_duration_seconds_bucket{method="GET",path="/.openclaw/agents/main/agent/models.json",status="429",le="0.01"} 8 http_request_duration_seconds_bucket{method="GET",path="/.openclaw/agents/main/agent/models.json",status="429",le="0.025"} 8 http_request_duration_seconds_bucket{method="GET",path="/.openclaw/agents/main/agent/models.json",status="429",le="0.05"} 8 http_request_duration_seconds_bucket{method="GET",path="/.openclaw/agents/main/agent/models.json",status="429",le="0.1"} 8 http_request_duration_seconds_bucket{method="GET",path="/.openclaw/agents/main/agent/models.json",status="429",le="0.25"} 8 http_request_duration_seconds_bucket{method="GET",path="/.openclaw/agents/main/agent/models.json",status="429",le="0.5"} 8 http_request_duration_seconds_bucket{method="GET",path="/.openclaw/agents/main/agent/models.json",status="429",le="1"} 8 http_request_duration_seconds_bucket{method="GET",path="/.openclaw/agents/main/agent/models.json",status="429",le="2.5"} 8 http_request_duration_seconds_bucket{method="GET",path="/.openclaw/agents/main/agent/models.json",status="429",le="5"} 8 http_request_duration_seconds_bucket{method="GET",path="/.openclaw/agents/main/agent/models.json",status="429",le="10"} 8 http_request_duration_seconds_bucket{method="GET",path="/.openclaw/agents/main/agent/models.json",status="429",le="+Inf"} 8 http_request_duration_seconds_sum{method="GET",path="/.openclaw/agents/main/agent/models.json",status="429"} 0.000679653 http_request_duration_seconds_count{method="GET",path="/.openclaw/agents/main/agent/models.json",status="429"} 8 http_request_duration_seconds_bucket{method="GET",path="/.openclaw/openclaw.json",status="429",le="0.005"} 9 http_request_duration_seconds_bucket{method="GET",path="/.openclaw/openclaw.json",status="429",le="0.01"} 9 http_request_duration_seconds_bucket{method="GET",path="/.openclaw/openclaw.json",status="429",le="0.025"} 9 http_request_duration_seconds_bucket{method="GET",path="/.openclaw/openclaw.json",status="429",le="0.05"} 9 http_request_duration_seconds_bucket{method="GET",path="/.openclaw/openclaw.json",status="429",le="0.1"} 9 http_request_duration_seconds_bucket{method="GET",path="/.openclaw/openclaw.json",status="429",le="0.25"} 9 http_request_duration_seconds_bucket{method="GET",path="/.openclaw/openclaw.json",status="429",le="0.5"} 9 http_request_duration_seconds_bucket{method="GET",path="/.openclaw/openclaw.json",status="429",le="1"} 9 http_request_duration_seconds_bucket{method="GET",path="/.openclaw/openclaw.json",status="429",le="2.5"} 9 http_request_duration_seconds_bucket{method="GET",path="/.openclaw/openclaw.json",status="429",le="5"} 9 http_request_duration_seconds_bucket{method="GET",path="/.openclaw/openclaw.json",status="429",le="10"} 9 http_request_duration_seconds_bucket{method="GET",path="/.openclaw/openclaw.json",status="429",le="+Inf"} 9 http_request_duration_seconds_sum{method="GET",path="/.openclaw/openclaw.json",status="429"} 0.0007817900000000001 http_request_duration_seconds_count{method="GET",path="/.openclaw/openclaw.json",status="429"} 9 http_request_duration_seconds_bucket{method="GET",path="/.pem",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.pem",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.pem",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.pem",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.pem",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.pem",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.pem",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.pem",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.pem",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.pem",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.pem",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.pem",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.pem",status="404"} 0.000149947 http_request_duration_seconds_count{method="GET",path="/.pem",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/.php",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/.php",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/.php",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/.php",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/.php",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.php",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/.php",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.php",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.php",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.php",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.php",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/.php",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/.php",status="429"} 0.000156674 http_request_duration_seconds_count{method="GET",path="/.php",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/.production",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/.production",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/.production",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/.production",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/.production",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.production",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/.production",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.production",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.production",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.production",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.production",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/.production",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/.production",status="429"} 0.000147251 http_request_duration_seconds_count{method="GET",path="/.production",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/.properties",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/.properties",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/.properties",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/.properties",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/.properties",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.properties",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/.properties",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.properties",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.properties",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.properties",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.properties",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/.properties",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/.properties",status="429"} 9.0203e-05 http_request_duration_seconds_count{method="GET",path="/.properties",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/.pypirc",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.pypirc",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.pypirc",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.pypirc",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.pypirc",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.pypirc",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.pypirc",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.pypirc",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.pypirc",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.pypirc",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.pypirc",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.pypirc",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.pypirc",status="404"} 0.000143316 http_request_duration_seconds_count{method="GET",path="/.pypirc",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/.pypirc",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.pypirc",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.pypirc",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.pypirc",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.pypirc",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.pypirc",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.pypirc",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.pypirc",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.pypirc",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.pypirc",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.pypirc",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.pypirc",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.pypirc",status="429"} 0.000100225 http_request_duration_seconds_count{method="GET",path="/.pypirc",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/.remote",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/.remote",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/.remote",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/.remote",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/.remote",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.remote",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/.remote",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.remote",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.remote",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.remote",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.remote",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/.remote",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/.remote",status="429"} 0.000150361 http_request_duration_seconds_count{method="GET",path="/.remote",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/.s3cfg",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.s3cfg",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.s3cfg",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.s3cfg",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.s3cfg",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.s3cfg",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.s3cfg",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.s3cfg",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.s3cfg",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.s3cfg",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.s3cfg",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.s3cfg",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.s3cfg",status="404"} 0.000138332 http_request_duration_seconds_count{method="GET",path="/.s3cfg",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/.s3cfg",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/.s3cfg",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/.s3cfg",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/.s3cfg",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/.s3cfg",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.s3cfg",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/.s3cfg",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.s3cfg",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.s3cfg",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.s3cfg",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.s3cfg",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/.s3cfg",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/.s3cfg",status="429"} 0.00039023 http_request_duration_seconds_count{method="GET",path="/.s3cfg",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/.serverless/cloudformation-template-update-stack.json",status="404",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/.serverless/cloudformation-template-update-stack.json",status="404",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/.serverless/cloudformation-template-update-stack.json",status="404",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/.serverless/cloudformation-template-update-stack.json",status="404",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/.serverless/cloudformation-template-update-stack.json",status="404",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/.serverless/cloudformation-template-update-stack.json",status="404",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/.serverless/cloudformation-template-update-stack.json",status="404",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/.serverless/cloudformation-template-update-stack.json",status="404",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/.serverless/cloudformation-template-update-stack.json",status="404",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/.serverless/cloudformation-template-update-stack.json",status="404",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/.serverless/cloudformation-template-update-stack.json",status="404",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/.serverless/cloudformation-template-update-stack.json",status="404",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/.serverless/cloudformation-template-update-stack.json",status="404"} 0.000489106 http_request_duration_seconds_count{method="GET",path="/.serverless/cloudformation-template-update-stack.json",status="404"} 4 http_request_duration_seconds_bucket{method="GET",path="/.serverless/cloudformation-template-update-stack.json",status="429",le="0.005"} 11 http_request_duration_seconds_bucket{method="GET",path="/.serverless/cloudformation-template-update-stack.json",status="429",le="0.01"} 11 http_request_duration_seconds_bucket{method="GET",path="/.serverless/cloudformation-template-update-stack.json",status="429",le="0.025"} 11 http_request_duration_seconds_bucket{method="GET",path="/.serverless/cloudformation-template-update-stack.json",status="429",le="0.05"} 11 http_request_duration_seconds_bucket{method="GET",path="/.serverless/cloudformation-template-update-stack.json",status="429",le="0.1"} 11 http_request_duration_seconds_bucket{method="GET",path="/.serverless/cloudformation-template-update-stack.json",status="429",le="0.25"} 11 http_request_duration_seconds_bucket{method="GET",path="/.serverless/cloudformation-template-update-stack.json",status="429",le="0.5"} 11 http_request_duration_seconds_bucket{method="GET",path="/.serverless/cloudformation-template-update-stack.json",status="429",le="1"} 11 http_request_duration_seconds_bucket{method="GET",path="/.serverless/cloudformation-template-update-stack.json",status="429",le="2.5"} 11 http_request_duration_seconds_bucket{method="GET",path="/.serverless/cloudformation-template-update-stack.json",status="429",le="5"} 11 http_request_duration_seconds_bucket{method="GET",path="/.serverless/cloudformation-template-update-stack.json",status="429",le="10"} 11 http_request_duration_seconds_bucket{method="GET",path="/.serverless/cloudformation-template-update-stack.json",status="429",le="+Inf"} 11 http_request_duration_seconds_sum{method="GET",path="/.serverless/cloudformation-template-update-stack.json",status="429"} 0.0008690050000000001 http_request_duration_seconds_count{method="GET",path="/.serverless/cloudformation-template-update-stack.json",status="429"} 11 http_request_duration_seconds_bucket{method="GET",path="/.sghb.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.sghb.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.sghb.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.sghb.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.sghb.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.sghb.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.sghb.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.sghb.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.sghb.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.sghb.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.sghb.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.sghb.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.sghb.php",status="404"} 0.000160676 http_request_duration_seconds_count{method="GET",path="/.sghb.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/.ssh/id_dsa",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.ssh/id_dsa",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.ssh/id_dsa",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.ssh/id_dsa",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.ssh/id_dsa",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.ssh/id_dsa",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.ssh/id_dsa",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.ssh/id_dsa",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.ssh/id_dsa",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.ssh/id_dsa",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.ssh/id_dsa",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.ssh/id_dsa",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.ssh/id_dsa",status="404"} 0.000109697 http_request_duration_seconds_count{method="GET",path="/.ssh/id_dsa",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/.ssh/id_ed25519",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.ssh/id_ed25519",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.ssh/id_ed25519",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.ssh/id_ed25519",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.ssh/id_ed25519",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.ssh/id_ed25519",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.ssh/id_ed25519",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.ssh/id_ed25519",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.ssh/id_ed25519",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.ssh/id_ed25519",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.ssh/id_ed25519",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.ssh/id_ed25519",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.ssh/id_ed25519",status="404"} 0.000129483 http_request_duration_seconds_count{method="GET",path="/.ssh/id_ed25519",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/.ssh/id_rsa",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.ssh/id_rsa",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.ssh/id_rsa",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.ssh/id_rsa",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.ssh/id_rsa",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.ssh/id_rsa",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.ssh/id_rsa",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.ssh/id_rsa",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.ssh/id_rsa",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.ssh/id_rsa",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.ssh/id_rsa",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.ssh/id_rsa",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.ssh/id_rsa",status="429"} 0.000118007 http_request_duration_seconds_count{method="GET",path="/.ssh/id_rsa",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/.ssh/sftp-config.json",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.ssh/sftp-config.json",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.ssh/sftp-config.json",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.ssh/sftp-config.json",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.ssh/sftp-config.json",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.ssh/sftp-config.json",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.ssh/sftp-config.json",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.ssh/sftp-config.json",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.ssh/sftp-config.json",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.ssh/sftp-config.json",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.ssh/sftp-config.json",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.ssh/sftp-config.json",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.ssh/sftp-config.json",status="404"} 9.8985e-05 http_request_duration_seconds_count{method="GET",path="/.ssh/sftp-config.json",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/.ssh/sftp-config.json",status="429",le="0.005"} 15 http_request_duration_seconds_bucket{method="GET",path="/.ssh/sftp-config.json",status="429",le="0.01"} 15 http_request_duration_seconds_bucket{method="GET",path="/.ssh/sftp-config.json",status="429",le="0.025"} 15 http_request_duration_seconds_bucket{method="GET",path="/.ssh/sftp-config.json",status="429",le="0.05"} 15 http_request_duration_seconds_bucket{method="GET",path="/.ssh/sftp-config.json",status="429",le="0.1"} 15 http_request_duration_seconds_bucket{method="GET",path="/.ssh/sftp-config.json",status="429",le="0.25"} 15 http_request_duration_seconds_bucket{method="GET",path="/.ssh/sftp-config.json",status="429",le="0.5"} 15 http_request_duration_seconds_bucket{method="GET",path="/.ssh/sftp-config.json",status="429",le="1"} 15 http_request_duration_seconds_bucket{method="GET",path="/.ssh/sftp-config.json",status="429",le="2.5"} 15 http_request_duration_seconds_bucket{method="GET",path="/.ssh/sftp-config.json",status="429",le="5"} 15 http_request_duration_seconds_bucket{method="GET",path="/.ssh/sftp-config.json",status="429",le="10"} 15 http_request_duration_seconds_bucket{method="GET",path="/.ssh/sftp-config.json",status="429",le="+Inf"} 15 http_request_duration_seconds_sum{method="GET",path="/.ssh/sftp-config.json",status="429"} 0.001166767 http_request_duration_seconds_count{method="GET",path="/.ssh/sftp-config.json",status="429"} 15 http_request_duration_seconds_bucket{method="GET",path="/.stripe/",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/.stripe/",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/.stripe/",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/.stripe/",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/.stripe/",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.stripe/",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/.stripe/",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.stripe/",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.stripe/",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.stripe/",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.stripe/",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/.stripe/",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/.stripe/",status="429"} 0.000227008 http_request_duration_seconds_count{method="GET",path="/.stripe/",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/.svn/entries",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.svn/entries",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.svn/entries",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.svn/entries",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.svn/entries",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.svn/entries",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.svn/entries",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.svn/entries",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.svn/entries",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.svn/entries",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.svn/entries",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.svn/entries",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.svn/entries",status="404"} 0.000116492 http_request_duration_seconds_count{method="GET",path="/.svn/entries",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/.sync.yml",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/.sync.yml",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/.sync.yml",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/.sync.yml",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/.sync.yml",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.sync.yml",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/.sync.yml",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.sync.yml",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.sync.yml",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.sync.yml",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.sync.yml",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/.sync.yml",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/.sync.yml",status="429"} 0.000809059 http_request_duration_seconds_count{method="GET",path="/.sync.yml",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/.terraform.lock.hcl",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/.terraform.lock.hcl",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/.terraform.lock.hcl",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/.terraform.lock.hcl",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/.terraform.lock.hcl",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.terraform.lock.hcl",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/.terraform.lock.hcl",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.terraform.lock.hcl",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.terraform.lock.hcl",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.terraform.lock.hcl",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.terraform.lock.hcl",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/.terraform.lock.hcl",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/.terraform.lock.hcl",status="429"} 0.00019973000000000001 http_request_duration_seconds_count{method="GET",path="/.terraform.lock.hcl",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/.terraform.tfstate",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/.terraform.tfstate",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/.terraform.tfstate",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/.terraform.tfstate",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/.terraform.tfstate",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.terraform.tfstate",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/.terraform.tfstate",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.terraform.tfstate",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.terraform.tfstate",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.terraform.tfstate",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.terraform.tfstate",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/.terraform.tfstate",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/.terraform.tfstate",status="429"} 0.000162702 http_request_duration_seconds_count{method="GET",path="/.terraform.tfstate",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/.terraform/credentials.tfrc.json",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/.terraform/credentials.tfrc.json",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/.terraform/credentials.tfrc.json",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/.terraform/credentials.tfrc.json",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/.terraform/credentials.tfrc.json",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.terraform/credentials.tfrc.json",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/.terraform/credentials.tfrc.json",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.terraform/credentials.tfrc.json",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.terraform/credentials.tfrc.json",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.terraform/credentials.tfrc.json",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.terraform/credentials.tfrc.json",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/.terraform/credentials.tfrc.json",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/.terraform/credentials.tfrc.json",status="429"} 0.000190316 http_request_duration_seconds_count{method="GET",path="/.terraform/credentials.tfrc.json",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/.tmb/",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.tmb/",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.tmb/",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.tmb/",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.tmb/",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.tmb/",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.tmb/",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.tmb/",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.tmb/",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.tmb/",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.tmb/",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.tmb/",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.tmb/",status="429"} 0.00013068 http_request_duration_seconds_count{method="GET",path="/.tmb/",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/.travis.old.yml",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/.travis.old.yml",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/.travis.old.yml",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/.travis.old.yml",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/.travis.old.yml",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.travis.old.yml",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/.travis.old.yml",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.travis.old.yml",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.travis.old.yml",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.travis.old.yml",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.travis.old.yml",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/.travis.old.yml",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/.travis.old.yml",status="429"} 0.000103168 http_request_duration_seconds_count{method="GET",path="/.travis.old.yml",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/.travis.yml",status="404",le="0.005"} 7 http_request_duration_seconds_bucket{method="GET",path="/.travis.yml",status="404",le="0.01"} 7 http_request_duration_seconds_bucket{method="GET",path="/.travis.yml",status="404",le="0.025"} 7 http_request_duration_seconds_bucket{method="GET",path="/.travis.yml",status="404",le="0.05"} 7 http_request_duration_seconds_bucket{method="GET",path="/.travis.yml",status="404",le="0.1"} 7 http_request_duration_seconds_bucket{method="GET",path="/.travis.yml",status="404",le="0.25"} 7 http_request_duration_seconds_bucket{method="GET",path="/.travis.yml",status="404",le="0.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/.travis.yml",status="404",le="1"} 7 http_request_duration_seconds_bucket{method="GET",path="/.travis.yml",status="404",le="2.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/.travis.yml",status="404",le="5"} 7 http_request_duration_seconds_bucket{method="GET",path="/.travis.yml",status="404",le="10"} 7 http_request_duration_seconds_bucket{method="GET",path="/.travis.yml",status="404",le="+Inf"} 7 http_request_duration_seconds_sum{method="GET",path="/.travis.yml",status="404"} 0.000979458 http_request_duration_seconds_count{method="GET",path="/.travis.yml",status="404"} 7 http_request_duration_seconds_bucket{method="GET",path="/.travis.yml",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/.travis.yml",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/.travis.yml",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/.travis.yml",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/.travis.yml",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.travis.yml",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/.travis.yml",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.travis.yml",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.travis.yml",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.travis.yml",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.travis.yml",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/.travis.yml",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/.travis.yml",status="429"} 0.00010319300000000001 http_request_duration_seconds_count{method="GET",path="/.travis.yml",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/.vercel/functions/*",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.vercel/functions/*",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.vercel/functions/*",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.vercel/functions/*",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.vercel/functions/*",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.vercel/functions/*",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.vercel/functions/*",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.vercel/functions/*",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.vercel/functions/*",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.vercel/functions/*",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.vercel/functions/*",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.vercel/functions/*",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.vercel/functions/*",status="404"} 0.000166144 http_request_duration_seconds_count{method="GET",path="/.vercel/functions/*",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/.vercel/functions/*",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.vercel/functions/*",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.vercel/functions/*",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.vercel/functions/*",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.vercel/functions/*",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.vercel/functions/*",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.vercel/functions/*",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.vercel/functions/*",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.vercel/functions/*",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.vercel/functions/*",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.vercel/functions/*",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.vercel/functions/*",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.vercel/functions/*",status="429"} 8.9349e-05 http_request_duration_seconds_count{method="GET",path="/.vercel/functions/*",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/.vite/manifest.json",status="404",le="0.005"} 5 http_request_duration_seconds_bucket{method="GET",path="/.vite/manifest.json",status="404",le="0.01"} 5 http_request_duration_seconds_bucket{method="GET",path="/.vite/manifest.json",status="404",le="0.025"} 5 http_request_duration_seconds_bucket{method="GET",path="/.vite/manifest.json",status="404",le="0.05"} 5 http_request_duration_seconds_bucket{method="GET",path="/.vite/manifest.json",status="404",le="0.1"} 5 http_request_duration_seconds_bucket{method="GET",path="/.vite/manifest.json",status="404",le="0.25"} 5 http_request_duration_seconds_bucket{method="GET",path="/.vite/manifest.json",status="404",le="0.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/.vite/manifest.json",status="404",le="1"} 5 http_request_duration_seconds_bucket{method="GET",path="/.vite/manifest.json",status="404",le="2.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/.vite/manifest.json",status="404",le="5"} 5 http_request_duration_seconds_bucket{method="GET",path="/.vite/manifest.json",status="404",le="10"} 5 http_request_duration_seconds_bucket{method="GET",path="/.vite/manifest.json",status="404",le="+Inf"} 5 http_request_duration_seconds_sum{method="GET",path="/.vite/manifest.json",status="404"} 0.000928062 http_request_duration_seconds_count{method="GET",path="/.vite/manifest.json",status="404"} 5 http_request_duration_seconds_bucket{method="GET",path="/.vite/manifest.json",status="429",le="0.005"} 14 http_request_duration_seconds_bucket{method="GET",path="/.vite/manifest.json",status="429",le="0.01"} 14 http_request_duration_seconds_bucket{method="GET",path="/.vite/manifest.json",status="429",le="0.025"} 14 http_request_duration_seconds_bucket{method="GET",path="/.vite/manifest.json",status="429",le="0.05"} 14 http_request_duration_seconds_bucket{method="GET",path="/.vite/manifest.json",status="429",le="0.1"} 14 http_request_duration_seconds_bucket{method="GET",path="/.vite/manifest.json",status="429",le="0.25"} 14 http_request_duration_seconds_bucket{method="GET",path="/.vite/manifest.json",status="429",le="0.5"} 14 http_request_duration_seconds_bucket{method="GET",path="/.vite/manifest.json",status="429",le="1"} 14 http_request_duration_seconds_bucket{method="GET",path="/.vite/manifest.json",status="429",le="2.5"} 14 http_request_duration_seconds_bucket{method="GET",path="/.vite/manifest.json",status="429",le="5"} 14 http_request_duration_seconds_bucket{method="GET",path="/.vite/manifest.json",status="429",le="10"} 14 http_request_duration_seconds_bucket{method="GET",path="/.vite/manifest.json",status="429",le="+Inf"} 14 http_request_duration_seconds_sum{method="GET",path="/.vite/manifest.json",status="429"} 0.001041351 http_request_duration_seconds_count{method="GET",path="/.vite/manifest.json",status="429"} 14 http_request_duration_seconds_bucket{method="GET",path="/.vscode/.env",status="404",le="0.005"} 7 http_request_duration_seconds_bucket{method="GET",path="/.vscode/.env",status="404",le="0.01"} 7 http_request_duration_seconds_bucket{method="GET",path="/.vscode/.env",status="404",le="0.025"} 7 http_request_duration_seconds_bucket{method="GET",path="/.vscode/.env",status="404",le="0.05"} 7 http_request_duration_seconds_bucket{method="GET",path="/.vscode/.env",status="404",le="0.1"} 7 http_request_duration_seconds_bucket{method="GET",path="/.vscode/.env",status="404",le="0.25"} 7 http_request_duration_seconds_bucket{method="GET",path="/.vscode/.env",status="404",le="0.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/.vscode/.env",status="404",le="1"} 7 http_request_duration_seconds_bucket{method="GET",path="/.vscode/.env",status="404",le="2.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/.vscode/.env",status="404",le="5"} 7 http_request_duration_seconds_bucket{method="GET",path="/.vscode/.env",status="404",le="10"} 7 http_request_duration_seconds_bucket{method="GET",path="/.vscode/.env",status="404",le="+Inf"} 7 http_request_duration_seconds_sum{method="GET",path="/.vscode/.env",status="404"} 0.0009718179999999999 http_request_duration_seconds_count{method="GET",path="/.vscode/.env",status="404"} 7 http_request_duration_seconds_bucket{method="GET",path="/.vscode/settings.json",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.vscode/settings.json",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.vscode/settings.json",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.vscode/settings.json",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.vscode/settings.json",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.vscode/settings.json",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.vscode/settings.json",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.vscode/settings.json",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.vscode/settings.json",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.vscode/settings.json",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.vscode/settings.json",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.vscode/settings.json",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.vscode/settings.json",status="404"} 0.000165078 http_request_duration_seconds_count{method="GET",path="/.vscode/settings.json",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/.vscode/settings.json",status="429",le="0.005"} 17 http_request_duration_seconds_bucket{method="GET",path="/.vscode/settings.json",status="429",le="0.01"} 17 http_request_duration_seconds_bucket{method="GET",path="/.vscode/settings.json",status="429",le="0.025"} 17 http_request_duration_seconds_bucket{method="GET",path="/.vscode/settings.json",status="429",le="0.05"} 17 http_request_duration_seconds_bucket{method="GET",path="/.vscode/settings.json",status="429",le="0.1"} 17 http_request_duration_seconds_bucket{method="GET",path="/.vscode/settings.json",status="429",le="0.25"} 17 http_request_duration_seconds_bucket{method="GET",path="/.vscode/settings.json",status="429",le="0.5"} 17 http_request_duration_seconds_bucket{method="GET",path="/.vscode/settings.json",status="429",le="1"} 17 http_request_duration_seconds_bucket{method="GET",path="/.vscode/settings.json",status="429",le="2.5"} 17 http_request_duration_seconds_bucket{method="GET",path="/.vscode/settings.json",status="429",le="5"} 17 http_request_duration_seconds_bucket{method="GET",path="/.vscode/settings.json",status="429",le="10"} 17 http_request_duration_seconds_bucket{method="GET",path="/.vscode/settings.json",status="429",le="+Inf"} 17 http_request_duration_seconds_sum{method="GET",path="/.vscode/settings.json",status="429"} 0.0015577350000000002 http_request_duration_seconds_count{method="GET",path="/.vscode/settings.json",status="429"} 17 http_request_duration_seconds_bucket{method="GET",path="/.vscode/sftp.json",status="404",le="0.005"} 13 http_request_duration_seconds_bucket{method="GET",path="/.vscode/sftp.json",status="404",le="0.01"} 13 http_request_duration_seconds_bucket{method="GET",path="/.vscode/sftp.json",status="404",le="0.025"} 13 http_request_duration_seconds_bucket{method="GET",path="/.vscode/sftp.json",status="404",le="0.05"} 13 http_request_duration_seconds_bucket{method="GET",path="/.vscode/sftp.json",status="404",le="0.1"} 13 http_request_duration_seconds_bucket{method="GET",path="/.vscode/sftp.json",status="404",le="0.25"} 13 http_request_duration_seconds_bucket{method="GET",path="/.vscode/sftp.json",status="404",le="0.5"} 13 http_request_duration_seconds_bucket{method="GET",path="/.vscode/sftp.json",status="404",le="1"} 13 http_request_duration_seconds_bucket{method="GET",path="/.vscode/sftp.json",status="404",le="2.5"} 13 http_request_duration_seconds_bucket{method="GET",path="/.vscode/sftp.json",status="404",le="5"} 13 http_request_duration_seconds_bucket{method="GET",path="/.vscode/sftp.json",status="404",le="10"} 13 http_request_duration_seconds_bucket{method="GET",path="/.vscode/sftp.json",status="404",le="+Inf"} 13 http_request_duration_seconds_sum{method="GET",path="/.vscode/sftp.json",status="404"} 0.00189369 http_request_duration_seconds_count{method="GET",path="/.vscode/sftp.json",status="404"} 13 http_request_duration_seconds_bucket{method="GET",path="/.vscode/sftp.json",status="429",le="0.005"} 19 http_request_duration_seconds_bucket{method="GET",path="/.vscode/sftp.json",status="429",le="0.01"} 19 http_request_duration_seconds_bucket{method="GET",path="/.vscode/sftp.json",status="429",le="0.025"} 19 http_request_duration_seconds_bucket{method="GET",path="/.vscode/sftp.json",status="429",le="0.05"} 19 http_request_duration_seconds_bucket{method="GET",path="/.vscode/sftp.json",status="429",le="0.1"} 19 http_request_duration_seconds_bucket{method="GET",path="/.vscode/sftp.json",status="429",le="0.25"} 19 http_request_duration_seconds_bucket{method="GET",path="/.vscode/sftp.json",status="429",le="0.5"} 19 http_request_duration_seconds_bucket{method="GET",path="/.vscode/sftp.json",status="429",le="1"} 19 http_request_duration_seconds_bucket{method="GET",path="/.vscode/sftp.json",status="429",le="2.5"} 19 http_request_duration_seconds_bucket{method="GET",path="/.vscode/sftp.json",status="429",le="5"} 19 http_request_duration_seconds_bucket{method="GET",path="/.vscode/sftp.json",status="429",le="10"} 19 http_request_duration_seconds_bucket{method="GET",path="/.vscode/sftp.json",status="429",le="+Inf"} 19 http_request_duration_seconds_sum{method="GET",path="/.vscode/sftp.json",status="429"} 0.001392128 http_request_duration_seconds_count{method="GET",path="/.vscode/sftp.json",status="429"} 19 http_request_duration_seconds_bucket{method="GET",path="/.well-known/",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/.well-known/",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/.well-known/",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/.well-known/",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/.well-known/",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.well-known/",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/.well-known/",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.well-known/",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.well-known/",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.well-known/",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.well-known/",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/.well-known/",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/.well-known/",status="404"} 0.000312247 http_request_duration_seconds_count{method="GET",path="/.well-known/",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/.well-known/*",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/.well-known/*",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/.well-known/*",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/.well-known/*",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/.well-known/*",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.well-known/*",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/.well-known/*",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.well-known/*",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.well-known/*",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.well-known/*",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.well-known/*",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/.well-known/*",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/.well-known/*",status="429"} 0.000217459 http_request_duration_seconds_count{method="GET",path="/.well-known/*",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/.well-known/about.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/about.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/about.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/about.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/about.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/about.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/about.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/about.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/about.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/about.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/about.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/about.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.well-known/about.php",status="404"} 0.00016675 http_request_duration_seconds_count{method="GET",path="/.well-known/about.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/acme-challenge/",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/.well-known/acme-challenge/",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/.well-known/acme-challenge/",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/.well-known/acme-challenge/",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/.well-known/acme-challenge/",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.well-known/acme-challenge/",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/.well-known/acme-challenge/",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.well-known/acme-challenge/",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.well-known/acme-challenge/",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.well-known/acme-challenge/",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.well-known/acme-challenge/",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/.well-known/acme-challenge/",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/.well-known/acme-challenge/",status="429"} 0.000190231 http_request_duration_seconds_count{method="GET",path="/.well-known/acme-challenge/",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/.well-known/acme-challenge/*",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/.well-known/acme-challenge/*",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/.well-known/acme-challenge/*",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/.well-known/acme-challenge/*",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/.well-known/acme-challenge/*",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.well-known/acme-challenge/*",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/.well-known/acme-challenge/*",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.well-known/acme-challenge/*",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.well-known/acme-challenge/*",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.well-known/acme-challenge/*",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.well-known/acme-challenge/*",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/.well-known/acme-challenge/*",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/.well-known/acme-challenge/*",status="429"} 0.00018842700000000002 http_request_duration_seconds_count{method="GET",path="/.well-known/acme-challenge/*",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/.well-known/acme-challenge/about.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/acme-challenge/about.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/acme-challenge/about.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/acme-challenge/about.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/acme-challenge/about.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/acme-challenge/about.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/acme-challenge/about.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/acme-challenge/about.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/acme-challenge/about.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/acme-challenge/about.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/acme-challenge/about.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/acme-challenge/about.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.well-known/acme-challenge/about.php",status="404"} 0.000131807 http_request_duration_seconds_count{method="GET",path="/.well-known/acme-challenge/about.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/admin.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/.well-known/admin.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/.well-known/admin.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/.well-known/admin.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/.well-known/admin.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.well-known/admin.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/.well-known/admin.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.well-known/admin.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.well-known/admin.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.well-known/admin.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.well-known/admin.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/.well-known/admin.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/.well-known/admin.php",status="404"} 0.000245859 http_request_duration_seconds_count{method="GET",path="/.well-known/admin.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/.well-known/index.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/.well-known/index.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/.well-known/index.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/.well-known/index.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/.well-known/index.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.well-known/index.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/.well-known/index.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.well-known/index.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.well-known/index.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.well-known/index.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.well-known/index.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/.well-known/index.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/.well-known/index.php",status="404"} 0.00027630799999999996 http_request_duration_seconds_count{method="GET",path="/.well-known/index.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/.well-known/jwks.json",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/jwks.json",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/jwks.json",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/jwks.json",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/jwks.json",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/jwks.json",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/jwks.json",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/jwks.json",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/jwks.json",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/jwks.json",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/jwks.json",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/jwks.json",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.well-known/jwks.json",status="404"} 0.000149974 http_request_duration_seconds_count{method="GET",path="/.well-known/jwks.json",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/jwks.json",status="429",le="0.005"} 16 http_request_duration_seconds_bucket{method="GET",path="/.well-known/jwks.json",status="429",le="0.01"} 16 http_request_duration_seconds_bucket{method="GET",path="/.well-known/jwks.json",status="429",le="0.025"} 16 http_request_duration_seconds_bucket{method="GET",path="/.well-known/jwks.json",status="429",le="0.05"} 16 http_request_duration_seconds_bucket{method="GET",path="/.well-known/jwks.json",status="429",le="0.1"} 16 http_request_duration_seconds_bucket{method="GET",path="/.well-known/jwks.json",status="429",le="0.25"} 16 http_request_duration_seconds_bucket{method="GET",path="/.well-known/jwks.json",status="429",le="0.5"} 16 http_request_duration_seconds_bucket{method="GET",path="/.well-known/jwks.json",status="429",le="1"} 16 http_request_duration_seconds_bucket{method="GET",path="/.well-known/jwks.json",status="429",le="2.5"} 16 http_request_duration_seconds_bucket{method="GET",path="/.well-known/jwks.json",status="429",le="5"} 16 http_request_duration_seconds_bucket{method="GET",path="/.well-known/jwks.json",status="429",le="10"} 16 http_request_duration_seconds_bucket{method="GET",path="/.well-known/jwks.json",status="429",le="+Inf"} 16 http_request_duration_seconds_sum{method="GET",path="/.well-known/jwks.json",status="429"} 0.0013752029999999998 http_request_duration_seconds_count{method="GET",path="/.well-known/jwks.json",status="429"} 16 http_request_duration_seconds_bucket{method="GET",path="/.well-known/log.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/.well-known/log.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/.well-known/log.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/.well-known/log.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/.well-known/log.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.well-known/log.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/.well-known/log.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.well-known/log.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.well-known/log.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.well-known/log.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.well-known/log.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/.well-known/log.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/.well-known/log.php",status="404"} 0.00026771900000000003 http_request_duration_seconds_count{method="GET",path="/.well-known/log.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/.well-known/nastar.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/nastar.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/nastar.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/nastar.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/nastar.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/nastar.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/nastar.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/nastar.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/nastar.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/nastar.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/nastar.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/nastar.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.well-known/nastar.php",status="404"} 0.000140254 http_request_duration_seconds_count{method="GET",path="/.well-known/nastar.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/security.txt",status="404",le="0.005"} 16 http_request_duration_seconds_bucket{method="GET",path="/.well-known/security.txt",status="404",le="0.01"} 16 http_request_duration_seconds_bucket{method="GET",path="/.well-known/security.txt",status="404",le="0.025"} 16 http_request_duration_seconds_bucket{method="GET",path="/.well-known/security.txt",status="404",le="0.05"} 16 http_request_duration_seconds_bucket{method="GET",path="/.well-known/security.txt",status="404",le="0.1"} 16 http_request_duration_seconds_bucket{method="GET",path="/.well-known/security.txt",status="404",le="0.25"} 16 http_request_duration_seconds_bucket{method="GET",path="/.well-known/security.txt",status="404",le="0.5"} 16 http_request_duration_seconds_bucket{method="GET",path="/.well-known/security.txt",status="404",le="1"} 16 http_request_duration_seconds_bucket{method="GET",path="/.well-known/security.txt",status="404",le="2.5"} 16 http_request_duration_seconds_bucket{method="GET",path="/.well-known/security.txt",status="404",le="5"} 16 http_request_duration_seconds_bucket{method="GET",path="/.well-known/security.txt",status="404",le="10"} 16 http_request_duration_seconds_bucket{method="GET",path="/.well-known/security.txt",status="404",le="+Inf"} 16 http_request_duration_seconds_sum{method="GET",path="/.well-known/security.txt",status="404"} 0.0026830089999999997 http_request_duration_seconds_count{method="GET",path="/.well-known/security.txt",status="404"} 16 http_request_duration_seconds_bucket{method="GET",path="/.well-known/stripe.txt",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/.well-known/stripe.txt",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/.well-known/stripe.txt",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/.well-known/stripe.txt",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/.well-known/stripe.txt",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.well-known/stripe.txt",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/.well-known/stripe.txt",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.well-known/stripe.txt",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.well-known/stripe.txt",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.well-known/stripe.txt",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.well-known/stripe.txt",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/.well-known/stripe.txt",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/.well-known/stripe.txt",status="429"} 0.000187883 http_request_duration_seconds_count{method="GET",path="/.well-known/stripe.txt",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/.well-known/stripe/",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/.well-known/stripe/",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/.well-known/stripe/",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/.well-known/stripe/",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/.well-known/stripe/",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.well-known/stripe/",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/.well-known/stripe/",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.well-known/stripe/",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.well-known/stripe/",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.well-known/stripe/",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.well-known/stripe/",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/.well-known/stripe/",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/.well-known/stripe/",status="429"} 0.000253146 http_request_duration_seconds_count{method="GET",path="/.well-known/stripe/",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/.wp-config.php.swp",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.wp-config.php.swp",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.wp-config.php.swp",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.wp-config.php.swp",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.wp-config.php.swp",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.wp-config.php.swp",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.wp-config.php.swp",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.wp-config.php.swp",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.wp-config.php.swp",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.wp-config.php.swp",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.wp-config.php.swp",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.wp-config.php.swp",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.wp-config.php.swp",status="404"} 0.00014515 http_request_duration_seconds_count{method="GET",path="/.wp-config.php.swp",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/.wp-config.php.swp",status="429",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/.wp-config.php.swp",status="429",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/.wp-config.php.swp",status="429",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/.wp-config.php.swp",status="429",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/.wp-config.php.swp",status="429",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/.wp-config.php.swp",status="429",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/.wp-config.php.swp",status="429",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/.wp-config.php.swp",status="429",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/.wp-config.php.swp",status="429",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/.wp-config.php.swp",status="429",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/.wp-config.php.swp",status="429",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/.wp-config.php.swp",status="429",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/.wp-config.php.swp",status="429"} 0.00020207500000000002 http_request_duration_seconds_count{method="GET",path="/.wp-config.php.swp",status="429"} 3 http_request_duration_seconds_bucket{method="GET",path="/.yarnrc",status="404",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/.yarnrc",status="404",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/.yarnrc",status="404",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/.yarnrc",status="404",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/.yarnrc",status="404",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/.yarnrc",status="404",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/.yarnrc",status="404",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/.yarnrc",status="404",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/.yarnrc",status="404",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/.yarnrc",status="404",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/.yarnrc",status="404",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/.yarnrc",status="404",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/.yarnrc",status="404"} 0.0008184469999999999 http_request_duration_seconds_count{method="GET",path="/.yarnrc",status="404"} 4 http_request_duration_seconds_bucket{method="GET",path="/.yarnrc.yml",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.yarnrc.yml",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.yarnrc.yml",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.yarnrc.yml",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.yarnrc.yml",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.yarnrc.yml",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.yarnrc.yml",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.yarnrc.yml",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.yarnrc.yml",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.yarnrc.yml",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.yarnrc.yml",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.yarnrc.yml",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.yarnrc.yml",status="404"} 0.000144594 http_request_duration_seconds_count{method="GET",path="/.yarnrc.yml",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="//.aws/credentials",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="//.aws/credentials",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="//.aws/credentials",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="//.aws/credentials",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="//.aws/credentials",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="//.aws/credentials",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="//.aws/credentials",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="//.aws/credentials",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="//.aws/credentials",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="//.aws/credentials",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="//.aws/credentials",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="//.aws/credentials",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="//.aws/credentials",status="404"} 0.000532371 http_request_duration_seconds_count{method="GET",path="//.aws/credentials",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="//.env",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="//.env",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="//.env",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="//.env",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="//.env",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="//.env",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="//.env",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//.env",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="//.env",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//.env",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="//.env",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="//.env",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="//.env",status="404"} 0.00024232 http_request_duration_seconds_count{method="GET",path="//.env",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="//.env",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="//.env",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="//.env",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="//.env",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="//.env",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="//.env",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="//.env",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//.env",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="//.env",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//.env",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="//.env",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="//.env",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="//.env",status="429"} 0.000122218 http_request_duration_seconds_count{method="GET",path="//.env",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="//2018/wp-includes/wlwmanifest.xml",status="404",le="0.005"} 9 http_request_duration_seconds_bucket{method="GET",path="//2018/wp-includes/wlwmanifest.xml",status="404",le="0.01"} 9 http_request_duration_seconds_bucket{method="GET",path="//2018/wp-includes/wlwmanifest.xml",status="404",le="0.025"} 9 http_request_duration_seconds_bucket{method="GET",path="//2018/wp-includes/wlwmanifest.xml",status="404",le="0.05"} 9 http_request_duration_seconds_bucket{method="GET",path="//2018/wp-includes/wlwmanifest.xml",status="404",le="0.1"} 9 http_request_duration_seconds_bucket{method="GET",path="//2018/wp-includes/wlwmanifest.xml",status="404",le="0.25"} 9 http_request_duration_seconds_bucket{method="GET",path="//2018/wp-includes/wlwmanifest.xml",status="404",le="0.5"} 9 http_request_duration_seconds_bucket{method="GET",path="//2018/wp-includes/wlwmanifest.xml",status="404",le="1"} 9 http_request_duration_seconds_bucket{method="GET",path="//2018/wp-includes/wlwmanifest.xml",status="404",le="2.5"} 9 http_request_duration_seconds_bucket{method="GET",path="//2018/wp-includes/wlwmanifest.xml",status="404",le="5"} 9 http_request_duration_seconds_bucket{method="GET",path="//2018/wp-includes/wlwmanifest.xml",status="404",le="10"} 9 http_request_duration_seconds_bucket{method="GET",path="//2018/wp-includes/wlwmanifest.xml",status="404",le="+Inf"} 9 http_request_duration_seconds_sum{method="GET",path="//2018/wp-includes/wlwmanifest.xml",status="404"} 0.001371265 http_request_duration_seconds_count{method="GET",path="//2018/wp-includes/wlwmanifest.xml",status="404"} 9 http_request_duration_seconds_bucket{method="GET",path="//2019/wp-includes/wlwmanifest.xml",status="404",le="0.005"} 7 http_request_duration_seconds_bucket{method="GET",path="//2019/wp-includes/wlwmanifest.xml",status="404",le="0.01"} 7 http_request_duration_seconds_bucket{method="GET",path="//2019/wp-includes/wlwmanifest.xml",status="404",le="0.025"} 7 http_request_duration_seconds_bucket{method="GET",path="//2019/wp-includes/wlwmanifest.xml",status="404",le="0.05"} 7 http_request_duration_seconds_bucket{method="GET",path="//2019/wp-includes/wlwmanifest.xml",status="404",le="0.1"} 7 http_request_duration_seconds_bucket{method="GET",path="//2019/wp-includes/wlwmanifest.xml",status="404",le="0.25"} 7 http_request_duration_seconds_bucket{method="GET",path="//2019/wp-includes/wlwmanifest.xml",status="404",le="0.5"} 7 http_request_duration_seconds_bucket{method="GET",path="//2019/wp-includes/wlwmanifest.xml",status="404",le="1"} 7 http_request_duration_seconds_bucket{method="GET",path="//2019/wp-includes/wlwmanifest.xml",status="404",le="2.5"} 7 http_request_duration_seconds_bucket{method="GET",path="//2019/wp-includes/wlwmanifest.xml",status="404",le="5"} 7 http_request_duration_seconds_bucket{method="GET",path="//2019/wp-includes/wlwmanifest.xml",status="404",le="10"} 7 http_request_duration_seconds_bucket{method="GET",path="//2019/wp-includes/wlwmanifest.xml",status="404",le="+Inf"} 7 http_request_duration_seconds_sum{method="GET",path="//2019/wp-includes/wlwmanifest.xml",status="404"} 0.001067413 http_request_duration_seconds_count{method="GET",path="//2019/wp-includes/wlwmanifest.xml",status="404"} 7 http_request_duration_seconds_bucket{method="GET",path="//a1.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="//a1.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="//a1.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="//a1.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="//a1.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="//a1.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="//a1.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//a1.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="//a1.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//a1.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="//a1.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="//a1.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="//a1.php",status="429"} 0.000148795 http_request_duration_seconds_count{method="GET",path="//a1.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="//admin.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="//admin.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="//admin.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="//admin.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="//admin.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="//admin.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="//admin.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//admin.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="//admin.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//admin.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="//admin.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="//admin.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="//admin.php",status="404"} 0.000140146 http_request_duration_seconds_count{method="GET",path="//admin.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="//adminfuns.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="//adminfuns.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="//adminfuns.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="//adminfuns.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="//adminfuns.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="//adminfuns.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="//adminfuns.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//adminfuns.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="//adminfuns.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//adminfuns.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="//adminfuns.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="//adminfuns.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="//adminfuns.php",status="404"} 0.000327257 http_request_duration_seconds_count{method="GET",path="//adminfuns.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="//adminfuns.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="//adminfuns.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="//adminfuns.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="//adminfuns.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="//adminfuns.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="//adminfuns.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="//adminfuns.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//adminfuns.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="//adminfuns.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//adminfuns.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="//adminfuns.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="//adminfuns.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="//adminfuns.php",status="429"} 0.000123306 http_request_duration_seconds_count{method="GET",path="//adminfuns.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="//av.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="//av.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="//av.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="//av.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="//av.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="//av.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="//av.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//av.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="//av.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//av.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="//av.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="//av.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="//av.php",status="404"} 0.000144412 http_request_duration_seconds_count{method="GET",path="//av.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="//av.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="//av.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="//av.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="//av.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="//av.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="//av.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="//av.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//av.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="//av.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//av.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="//av.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="//av.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="//av.php",status="429"} 0.000140289 http_request_duration_seconds_count{method="GET",path="//av.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="//backend/.env",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="//backend/.env",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="//backend/.env",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="//backend/.env",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="//backend/.env",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="//backend/.env",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="//backend/.env",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="//backend/.env",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="//backend/.env",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="//backend/.env",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="//backend/.env",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="//backend/.env",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="//backend/.env",status="404"} 0.000507189 http_request_duration_seconds_count{method="GET",path="//backend/.env",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="//blog/wp-includes/wlwmanifest.xml",status="404",le="0.005"} 10 http_request_duration_seconds_bucket{method="GET",path="//blog/wp-includes/wlwmanifest.xml",status="404",le="0.01"} 10 http_request_duration_seconds_bucket{method="GET",path="//blog/wp-includes/wlwmanifest.xml",status="404",le="0.025"} 10 http_request_duration_seconds_bucket{method="GET",path="//blog/wp-includes/wlwmanifest.xml",status="404",le="0.05"} 10 http_request_duration_seconds_bucket{method="GET",path="//blog/wp-includes/wlwmanifest.xml",status="404",le="0.1"} 10 http_request_duration_seconds_bucket{method="GET",path="//blog/wp-includes/wlwmanifest.xml",status="404",le="0.25"} 10 http_request_duration_seconds_bucket{method="GET",path="//blog/wp-includes/wlwmanifest.xml",status="404",le="0.5"} 10 http_request_duration_seconds_bucket{method="GET",path="//blog/wp-includes/wlwmanifest.xml",status="404",le="1"} 10 http_request_duration_seconds_bucket{method="GET",path="//blog/wp-includes/wlwmanifest.xml",status="404",le="2.5"} 10 http_request_duration_seconds_bucket{method="GET",path="//blog/wp-includes/wlwmanifest.xml",status="404",le="5"} 10 http_request_duration_seconds_bucket{method="GET",path="//blog/wp-includes/wlwmanifest.xml",status="404",le="10"} 10 http_request_duration_seconds_bucket{method="GET",path="//blog/wp-includes/wlwmanifest.xml",status="404",le="+Inf"} 10 http_request_duration_seconds_sum{method="GET",path="//blog/wp-includes/wlwmanifest.xml",status="404"} 0.002642181 http_request_duration_seconds_count{method="GET",path="//blog/wp-includes/wlwmanifest.xml",status="404"} 10 http_request_duration_seconds_bucket{method="GET",path="//cgi-bin/admin.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="//cgi-bin/admin.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="//cgi-bin/admin.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="//cgi-bin/admin.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="//cgi-bin/admin.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="//cgi-bin/admin.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="//cgi-bin/admin.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//cgi-bin/admin.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="//cgi-bin/admin.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//cgi-bin/admin.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="//cgi-bin/admin.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="//cgi-bin/admin.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="//cgi-bin/admin.php",status="429"} 0.000142561 http_request_duration_seconds_count{method="GET",path="//cgi-bin/admin.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="//cgi-bin/index.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="//cgi-bin/index.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="//cgi-bin/index.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="//cgi-bin/index.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="//cgi-bin/index.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="//cgi-bin/index.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="//cgi-bin/index.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="//cgi-bin/index.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="//cgi-bin/index.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="//cgi-bin/index.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="//cgi-bin/index.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="//cgi-bin/index.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="//cgi-bin/index.php",status="404"} 0.000300927 http_request_duration_seconds_count{method="GET",path="//cgi-bin/index.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="//cms/wp-includes/wlwmanifest.xml",status="404",le="0.005"} 12 http_request_duration_seconds_bucket{method="GET",path="//cms/wp-includes/wlwmanifest.xml",status="404",le="0.01"} 12 http_request_duration_seconds_bucket{method="GET",path="//cms/wp-includes/wlwmanifest.xml",status="404",le="0.025"} 12 http_request_duration_seconds_bucket{method="GET",path="//cms/wp-includes/wlwmanifest.xml",status="404",le="0.05"} 12 http_request_duration_seconds_bucket{method="GET",path="//cms/wp-includes/wlwmanifest.xml",status="404",le="0.1"} 12 http_request_duration_seconds_bucket{method="GET",path="//cms/wp-includes/wlwmanifest.xml",status="404",le="0.25"} 12 http_request_duration_seconds_bucket{method="GET",path="//cms/wp-includes/wlwmanifest.xml",status="404",le="0.5"} 12 http_request_duration_seconds_bucket{method="GET",path="//cms/wp-includes/wlwmanifest.xml",status="404",le="1"} 12 http_request_duration_seconds_bucket{method="GET",path="//cms/wp-includes/wlwmanifest.xml",status="404",le="2.5"} 12 http_request_duration_seconds_bucket{method="GET",path="//cms/wp-includes/wlwmanifest.xml",status="404",le="5"} 12 http_request_duration_seconds_bucket{method="GET",path="//cms/wp-includes/wlwmanifest.xml",status="404",le="10"} 12 http_request_duration_seconds_bucket{method="GET",path="//cms/wp-includes/wlwmanifest.xml",status="404",le="+Inf"} 12 http_request_duration_seconds_sum{method="GET",path="//cms/wp-includes/wlwmanifest.xml",status="404"} 0.0017540019999999997 http_request_duration_seconds_count{method="GET",path="//cms/wp-includes/wlwmanifest.xml",status="404"} 12 http_request_duration_seconds_bucket{method="GET",path="//dostshell.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="//dostshell.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="//dostshell.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="//dostshell.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="//dostshell.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="//dostshell.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="//dostshell.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//dostshell.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="//dostshell.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//dostshell.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="//dostshell.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="//dostshell.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="//dostshell.php",status="404"} 0.000150346 http_request_duration_seconds_count{method="GET",path="//dostshell.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="//edit.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="//edit.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="//edit.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="//edit.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="//edit.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="//edit.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="//edit.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//edit.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="//edit.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//edit.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="//edit.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="//edit.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="//edit.php",status="429"} 0.000148381 http_request_duration_seconds_count{method="GET",path="//edit.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="//erty.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="//erty.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="//erty.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="//erty.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="//erty.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="//erty.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="//erty.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//erty.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="//erty.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//erty.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="//erty.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="//erty.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="//erty.php",status="404"} 0.000144088 http_request_duration_seconds_count{method="GET",path="//erty.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="//f6.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="//f6.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="//f6.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="//f6.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="//f6.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="//f6.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="//f6.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//f6.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="//f6.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//f6.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="//f6.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="//f6.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="//f6.php",status="404"} 0.000149864 http_request_duration_seconds_count{method="GET",path="//f6.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="//file6.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="//file6.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="//file6.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="//file6.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="//file6.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="//file6.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="//file6.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//file6.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="//file6.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//file6.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="//file6.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="//file6.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="//file6.php",status="404"} 0.000119919 http_request_duration_seconds_count{method="GET",path="//file6.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="//media/wp-includes/wlwmanifest.xml",status="404",le="0.005"} 5 http_request_duration_seconds_bucket{method="GET",path="//media/wp-includes/wlwmanifest.xml",status="404",le="0.01"} 5 http_request_duration_seconds_bucket{method="GET",path="//media/wp-includes/wlwmanifest.xml",status="404",le="0.025"} 5 http_request_duration_seconds_bucket{method="GET",path="//media/wp-includes/wlwmanifest.xml",status="404",le="0.05"} 5 http_request_duration_seconds_bucket{method="GET",path="//media/wp-includes/wlwmanifest.xml",status="404",le="0.1"} 5 http_request_duration_seconds_bucket{method="GET",path="//media/wp-includes/wlwmanifest.xml",status="404",le="0.25"} 5 http_request_duration_seconds_bucket{method="GET",path="//media/wp-includes/wlwmanifest.xml",status="404",le="0.5"} 5 http_request_duration_seconds_bucket{method="GET",path="//media/wp-includes/wlwmanifest.xml",status="404",le="1"} 5 http_request_duration_seconds_bucket{method="GET",path="//media/wp-includes/wlwmanifest.xml",status="404",le="2.5"} 5 http_request_duration_seconds_bucket{method="GET",path="//media/wp-includes/wlwmanifest.xml",status="404",le="5"} 5 http_request_duration_seconds_bucket{method="GET",path="//media/wp-includes/wlwmanifest.xml",status="404",le="10"} 5 http_request_duration_seconds_bucket{method="GET",path="//media/wp-includes/wlwmanifest.xml",status="404",le="+Inf"} 5 http_request_duration_seconds_sum{method="GET",path="//media/wp-includes/wlwmanifest.xml",status="404"} 0.0007034820000000001 http_request_duration_seconds_count{method="GET",path="//media/wp-includes/wlwmanifest.xml",status="404"} 5 http_request_duration_seconds_bucket{method="GET",path="//news/wp-includes/wlwmanifest.xml",status="404",le="0.005"} 5 http_request_duration_seconds_bucket{method="GET",path="//news/wp-includes/wlwmanifest.xml",status="404",le="0.01"} 5 http_request_duration_seconds_bucket{method="GET",path="//news/wp-includes/wlwmanifest.xml",status="404",le="0.025"} 5 http_request_duration_seconds_bucket{method="GET",path="//news/wp-includes/wlwmanifest.xml",status="404",le="0.05"} 5 http_request_duration_seconds_bucket{method="GET",path="//news/wp-includes/wlwmanifest.xml",status="404",le="0.1"} 5 http_request_duration_seconds_bucket{method="GET",path="//news/wp-includes/wlwmanifest.xml",status="404",le="0.25"} 5 http_request_duration_seconds_bucket{method="GET",path="//news/wp-includes/wlwmanifest.xml",status="404",le="0.5"} 5 http_request_duration_seconds_bucket{method="GET",path="//news/wp-includes/wlwmanifest.xml",status="404",le="1"} 5 http_request_duration_seconds_bucket{method="GET",path="//news/wp-includes/wlwmanifest.xml",status="404",le="2.5"} 5 http_request_duration_seconds_bucket{method="GET",path="//news/wp-includes/wlwmanifest.xml",status="404",le="5"} 5 http_request_duration_seconds_bucket{method="GET",path="//news/wp-includes/wlwmanifest.xml",status="404",le="10"} 5 http_request_duration_seconds_bucket{method="GET",path="//news/wp-includes/wlwmanifest.xml",status="404",le="+Inf"} 5 http_request_duration_seconds_sum{method="GET",path="//news/wp-includes/wlwmanifest.xml",status="404"} 0.000744793 http_request_duration_seconds_count{method="GET",path="//news/wp-includes/wlwmanifest.xml",status="404"} 5 http_request_duration_seconds_bucket{method="GET",path="//nw.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="//nw.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="//nw.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="//nw.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="//nw.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="//nw.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="//nw.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="//nw.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="//nw.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="//nw.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="//nw.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="//nw.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="//nw.php",status="404"} 0.00026190800000000004 http_request_duration_seconds_count{method="GET",path="//nw.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="//shell.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="//shell.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="//shell.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="//shell.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="//shell.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="//shell.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="//shell.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//shell.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="//shell.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//shell.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="//shell.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="//shell.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="//shell.php",status="404"} 0.000150771 http_request_duration_seconds_count{method="GET",path="//shell.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="//shop/wp-includes/wlwmanifest.xml",status="404",le="0.005"} 11 http_request_duration_seconds_bucket{method="GET",path="//shop/wp-includes/wlwmanifest.xml",status="404",le="0.01"} 11 http_request_duration_seconds_bucket{method="GET",path="//shop/wp-includes/wlwmanifest.xml",status="404",le="0.025"} 11 http_request_duration_seconds_bucket{method="GET",path="//shop/wp-includes/wlwmanifest.xml",status="404",le="0.05"} 11 http_request_duration_seconds_bucket{method="GET",path="//shop/wp-includes/wlwmanifest.xml",status="404",le="0.1"} 11 http_request_duration_seconds_bucket{method="GET",path="//shop/wp-includes/wlwmanifest.xml",status="404",le="0.25"} 11 http_request_duration_seconds_bucket{method="GET",path="//shop/wp-includes/wlwmanifest.xml",status="404",le="0.5"} 11 http_request_duration_seconds_bucket{method="GET",path="//shop/wp-includes/wlwmanifest.xml",status="404",le="1"} 11 http_request_duration_seconds_bucket{method="GET",path="//shop/wp-includes/wlwmanifest.xml",status="404",le="2.5"} 11 http_request_duration_seconds_bucket{method="GET",path="//shop/wp-includes/wlwmanifest.xml",status="404",le="5"} 11 http_request_duration_seconds_bucket{method="GET",path="//shop/wp-includes/wlwmanifest.xml",status="404",le="10"} 11 http_request_duration_seconds_bucket{method="GET",path="//shop/wp-includes/wlwmanifest.xml",status="404",le="+Inf"} 11 http_request_duration_seconds_sum{method="GET",path="//shop/wp-includes/wlwmanifest.xml",status="404"} 0.002004239 http_request_duration_seconds_count{method="GET",path="//shop/wp-includes/wlwmanifest.xml",status="404"} 11 http_request_duration_seconds_bucket{method="GET",path="//site/wp-includes/wlwmanifest.xml",status="404",le="0.005"} 5 http_request_duration_seconds_bucket{method="GET",path="//site/wp-includes/wlwmanifest.xml",status="404",le="0.01"} 5 http_request_duration_seconds_bucket{method="GET",path="//site/wp-includes/wlwmanifest.xml",status="404",le="0.025"} 5 http_request_duration_seconds_bucket{method="GET",path="//site/wp-includes/wlwmanifest.xml",status="404",le="0.05"} 5 http_request_duration_seconds_bucket{method="GET",path="//site/wp-includes/wlwmanifest.xml",status="404",le="0.1"} 5 http_request_duration_seconds_bucket{method="GET",path="//site/wp-includes/wlwmanifest.xml",status="404",le="0.25"} 5 http_request_duration_seconds_bucket{method="GET",path="//site/wp-includes/wlwmanifest.xml",status="404",le="0.5"} 5 http_request_duration_seconds_bucket{method="GET",path="//site/wp-includes/wlwmanifest.xml",status="404",le="1"} 5 http_request_duration_seconds_bucket{method="GET",path="//site/wp-includes/wlwmanifest.xml",status="404",le="2.5"} 5 http_request_duration_seconds_bucket{method="GET",path="//site/wp-includes/wlwmanifest.xml",status="404",le="5"} 5 http_request_duration_seconds_bucket{method="GET",path="//site/wp-includes/wlwmanifest.xml",status="404",le="10"} 5 http_request_duration_seconds_bucket{method="GET",path="//site/wp-includes/wlwmanifest.xml",status="404",le="+Inf"} 5 http_request_duration_seconds_sum{method="GET",path="//site/wp-includes/wlwmanifest.xml",status="404"} 0.000759512 http_request_duration_seconds_count{method="GET",path="//site/wp-includes/wlwmanifest.xml",status="404"} 5 http_request_duration_seconds_bucket{method="GET",path="//sito/wp-includes/wlwmanifest.xml",status="404",le="0.005"} 5 http_request_duration_seconds_bucket{method="GET",path="//sito/wp-includes/wlwmanifest.xml",status="404",le="0.01"} 5 http_request_duration_seconds_bucket{method="GET",path="//sito/wp-includes/wlwmanifest.xml",status="404",le="0.025"} 5 http_request_duration_seconds_bucket{method="GET",path="//sito/wp-includes/wlwmanifest.xml",status="404",le="0.05"} 5 http_request_duration_seconds_bucket{method="GET",path="//sito/wp-includes/wlwmanifest.xml",status="404",le="0.1"} 5 http_request_duration_seconds_bucket{method="GET",path="//sito/wp-includes/wlwmanifest.xml",status="404",le="0.25"} 5 http_request_duration_seconds_bucket{method="GET",path="//sito/wp-includes/wlwmanifest.xml",status="404",le="0.5"} 5 http_request_duration_seconds_bucket{method="GET",path="//sito/wp-includes/wlwmanifest.xml",status="404",le="1"} 5 http_request_duration_seconds_bucket{method="GET",path="//sito/wp-includes/wlwmanifest.xml",status="404",le="2.5"} 5 http_request_duration_seconds_bucket{method="GET",path="//sito/wp-includes/wlwmanifest.xml",status="404",le="5"} 5 http_request_duration_seconds_bucket{method="GET",path="//sito/wp-includes/wlwmanifest.xml",status="404",le="10"} 5 http_request_duration_seconds_bucket{method="GET",path="//sito/wp-includes/wlwmanifest.xml",status="404",le="+Inf"} 5 http_request_duration_seconds_sum{method="GET",path="//sito/wp-includes/wlwmanifest.xml",status="404"} 0.00067661 http_request_duration_seconds_count{method="GET",path="//sito/wp-includes/wlwmanifest.xml",status="404"} 5 http_request_duration_seconds_bucket{method="GET",path="//sl.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="//sl.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="//sl.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="//sl.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="//sl.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="//sl.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="//sl.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//sl.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="//sl.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//sl.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="//sl.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="//sl.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="//sl.php",status="404"} 0.000134481 http_request_duration_seconds_count{method="GET",path="//sl.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="//test.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="//test.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="//test.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="//test.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="//test.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="//test.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="//test.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//test.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="//test.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//test.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="//test.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="//test.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="//test.php",status="404"} 0.000128545 http_request_duration_seconds_count{method="GET",path="//test.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="//test/wp-includes/wlwmanifest.xml",status="404",le="0.005"} 11 http_request_duration_seconds_bucket{method="GET",path="//test/wp-includes/wlwmanifest.xml",status="404",le="0.01"} 11 http_request_duration_seconds_bucket{method="GET",path="//test/wp-includes/wlwmanifest.xml",status="404",le="0.025"} 11 http_request_duration_seconds_bucket{method="GET",path="//test/wp-includes/wlwmanifest.xml",status="404",le="0.05"} 11 http_request_duration_seconds_bucket{method="GET",path="//test/wp-includes/wlwmanifest.xml",status="404",le="0.1"} 11 http_request_duration_seconds_bucket{method="GET",path="//test/wp-includes/wlwmanifest.xml",status="404",le="0.25"} 11 http_request_duration_seconds_bucket{method="GET",path="//test/wp-includes/wlwmanifest.xml",status="404",le="0.5"} 11 http_request_duration_seconds_bucket{method="GET",path="//test/wp-includes/wlwmanifest.xml",status="404",le="1"} 11 http_request_duration_seconds_bucket{method="GET",path="//test/wp-includes/wlwmanifest.xml",status="404",le="2.5"} 11 http_request_duration_seconds_bucket{method="GET",path="//test/wp-includes/wlwmanifest.xml",status="404",le="5"} 11 http_request_duration_seconds_bucket{method="GET",path="//test/wp-includes/wlwmanifest.xml",status="404",le="10"} 11 http_request_duration_seconds_bucket{method="GET",path="//test/wp-includes/wlwmanifest.xml",status="404",le="+Inf"} 11 http_request_duration_seconds_sum{method="GET",path="//test/wp-includes/wlwmanifest.xml",status="404"} 0.001727166 http_request_duration_seconds_count{method="GET",path="//test/wp-includes/wlwmanifest.xml",status="404"} 11 http_request_duration_seconds_bucket{method="GET",path="//tfm.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="//tfm.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="//tfm.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="//tfm.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="//tfm.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="//tfm.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="//tfm.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//tfm.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="//tfm.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//tfm.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="//tfm.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="//tfm.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="//tfm.php",status="404"} 0.000138637 http_request_duration_seconds_count{method="GET",path="//tfm.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="//themes.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="//themes.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="//themes.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="//themes.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="//themes.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="//themes.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="//themes.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//themes.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="//themes.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//themes.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="//themes.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="//themes.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="//themes.php",status="429"} 0.000121427 http_request_duration_seconds_count{method="GET",path="//themes.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="//web/wp-includes/wlwmanifest.xml",status="404",le="0.005"} 7 http_request_duration_seconds_bucket{method="GET",path="//web/wp-includes/wlwmanifest.xml",status="404",le="0.01"} 7 http_request_duration_seconds_bucket{method="GET",path="//web/wp-includes/wlwmanifest.xml",status="404",le="0.025"} 7 http_request_duration_seconds_bucket{method="GET",path="//web/wp-includes/wlwmanifest.xml",status="404",le="0.05"} 7 http_request_duration_seconds_bucket{method="GET",path="//web/wp-includes/wlwmanifest.xml",status="404",le="0.1"} 7 http_request_duration_seconds_bucket{method="GET",path="//web/wp-includes/wlwmanifest.xml",status="404",le="0.25"} 7 http_request_duration_seconds_bucket{method="GET",path="//web/wp-includes/wlwmanifest.xml",status="404",le="0.5"} 7 http_request_duration_seconds_bucket{method="GET",path="//web/wp-includes/wlwmanifest.xml",status="404",le="1"} 7 http_request_duration_seconds_bucket{method="GET",path="//web/wp-includes/wlwmanifest.xml",status="404",le="2.5"} 7 http_request_duration_seconds_bucket{method="GET",path="//web/wp-includes/wlwmanifest.xml",status="404",le="5"} 7 http_request_duration_seconds_bucket{method="GET",path="//web/wp-includes/wlwmanifest.xml",status="404",le="10"} 7 http_request_duration_seconds_bucket{method="GET",path="//web/wp-includes/wlwmanifest.xml",status="404",le="+Inf"} 7 http_request_duration_seconds_sum{method="GET",path="//web/wp-includes/wlwmanifest.xml",status="404"} 0.00169154 http_request_duration_seconds_count{method="GET",path="//web/wp-includes/wlwmanifest.xml",status="404"} 7 http_request_duration_seconds_bucket{method="GET",path="//website/wp-includes/wlwmanifest.xml",status="404",le="0.005"} 5 http_request_duration_seconds_bucket{method="GET",path="//website/wp-includes/wlwmanifest.xml",status="404",le="0.01"} 5 http_request_duration_seconds_bucket{method="GET",path="//website/wp-includes/wlwmanifest.xml",status="404",le="0.025"} 5 http_request_duration_seconds_bucket{method="GET",path="//website/wp-includes/wlwmanifest.xml",status="404",le="0.05"} 5 http_request_duration_seconds_bucket{method="GET",path="//website/wp-includes/wlwmanifest.xml",status="404",le="0.1"} 5 http_request_duration_seconds_bucket{method="GET",path="//website/wp-includes/wlwmanifest.xml",status="404",le="0.25"} 5 http_request_duration_seconds_bucket{method="GET",path="//website/wp-includes/wlwmanifest.xml",status="404",le="0.5"} 5 http_request_duration_seconds_bucket{method="GET",path="//website/wp-includes/wlwmanifest.xml",status="404",le="1"} 5 http_request_duration_seconds_bucket{method="GET",path="//website/wp-includes/wlwmanifest.xml",status="404",le="2.5"} 5 http_request_duration_seconds_bucket{method="GET",path="//website/wp-includes/wlwmanifest.xml",status="404",le="5"} 5 http_request_duration_seconds_bucket{method="GET",path="//website/wp-includes/wlwmanifest.xml",status="404",le="10"} 5 http_request_duration_seconds_bucket{method="GET",path="//website/wp-includes/wlwmanifest.xml",status="404",le="+Inf"} 5 http_request_duration_seconds_sum{method="GET",path="//website/wp-includes/wlwmanifest.xml",status="404"} 0.001081328 http_request_duration_seconds_count{method="GET",path="//website/wp-includes/wlwmanifest.xml",status="404"} 5 http_request_duration_seconds_bucket{method="GET",path="//wordpress/wp-includes/wlwmanifest.xml",status="404",le="0.005"} 10 http_request_duration_seconds_bucket{method="GET",path="//wordpress/wp-includes/wlwmanifest.xml",status="404",le="0.01"} 10 http_request_duration_seconds_bucket{method="GET",path="//wordpress/wp-includes/wlwmanifest.xml",status="404",le="0.025"} 10 http_request_duration_seconds_bucket{method="GET",path="//wordpress/wp-includes/wlwmanifest.xml",status="404",le="0.05"} 10 http_request_duration_seconds_bucket{method="GET",path="//wordpress/wp-includes/wlwmanifest.xml",status="404",le="0.1"} 10 http_request_duration_seconds_bucket{method="GET",path="//wordpress/wp-includes/wlwmanifest.xml",status="404",le="0.25"} 10 http_request_duration_seconds_bucket{method="GET",path="//wordpress/wp-includes/wlwmanifest.xml",status="404",le="0.5"} 10 http_request_duration_seconds_bucket{method="GET",path="//wordpress/wp-includes/wlwmanifest.xml",status="404",le="1"} 10 http_request_duration_seconds_bucket{method="GET",path="//wordpress/wp-includes/wlwmanifest.xml",status="404",le="2.5"} 10 http_request_duration_seconds_bucket{method="GET",path="//wordpress/wp-includes/wlwmanifest.xml",status="404",le="5"} 10 http_request_duration_seconds_bucket{method="GET",path="//wordpress/wp-includes/wlwmanifest.xml",status="404",le="10"} 10 http_request_duration_seconds_bucket{method="GET",path="//wordpress/wp-includes/wlwmanifest.xml",status="404",le="+Inf"} 10 http_request_duration_seconds_sum{method="GET",path="//wordpress/wp-includes/wlwmanifest.xml",status="404"} 0.0018592239999999998 http_request_duration_seconds_count{method="GET",path="//wordpress/wp-includes/wlwmanifest.xml",status="404"} 10 http_request_duration_seconds_bucket{method="GET",path="//wp-admin/js/index.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="//wp-admin/js/index.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="//wp-admin/js/index.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="//wp-admin/js/index.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="//wp-admin/js/index.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="//wp-admin/js/index.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="//wp-admin/js/index.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//wp-admin/js/index.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="//wp-admin/js/index.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//wp-admin/js/index.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="//wp-admin/js/index.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="//wp-admin/js/index.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="//wp-admin/js/index.php",status="404"} 0.000135235 http_request_duration_seconds_count{method="GET",path="//wp-admin/js/index.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="//wp-content/BypassBest.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="//wp-content/BypassBest.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="//wp-content/BypassBest.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="//wp-content/BypassBest.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="//wp-content/BypassBest.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="//wp-content/BypassBest.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="//wp-content/BypassBest.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//wp-content/BypassBest.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="//wp-content/BypassBest.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//wp-content/BypassBest.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="//wp-content/BypassBest.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="//wp-content/BypassBest.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="//wp-content/BypassBest.php",status="404"} 0.000131423 http_request_duration_seconds_count{method="GET",path="//wp-content/BypassBest.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="//wp-content/admin.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="//wp-content/admin.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="//wp-content/admin.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="//wp-content/admin.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="//wp-content/admin.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="//wp-content/admin.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="//wp-content/admin.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//wp-content/admin.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="//wp-content/admin.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//wp-content/admin.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="//wp-content/admin.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="//wp-content/admin.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="//wp-content/admin.php",status="404"} 0.000149727 http_request_duration_seconds_count{method="GET",path="//wp-content/admin.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="//wp-content/uploads/2021/02/index.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="//wp-content/uploads/2021/02/index.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="//wp-content/uploads/2021/02/index.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="//wp-content/uploads/2021/02/index.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="//wp-content/uploads/2021/02/index.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="//wp-content/uploads/2021/02/index.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="//wp-content/uploads/2021/02/index.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//wp-content/uploads/2021/02/index.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="//wp-content/uploads/2021/02/index.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//wp-content/uploads/2021/02/index.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="//wp-content/uploads/2021/02/index.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="//wp-content/uploads/2021/02/index.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="//wp-content/uploads/2021/02/index.php",status="429"} 0.00012784 http_request_duration_seconds_count{method="GET",path="//wp-content/uploads/2021/02/index.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="//wp-includes/ID3/license.txt",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="//wp-includes/ID3/license.txt",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="//wp-includes/ID3/license.txt",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="//wp-includes/ID3/license.txt",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="//wp-includes/ID3/license.txt",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="//wp-includes/ID3/license.txt",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="//wp-includes/ID3/license.txt",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="//wp-includes/ID3/license.txt",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="//wp-includes/ID3/license.txt",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="//wp-includes/ID3/license.txt",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="//wp-includes/ID3/license.txt",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="//wp-includes/ID3/license.txt",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="//wp-includes/ID3/license.txt",status="404"} 0.0007437769999999999 http_request_duration_seconds_count{method="GET",path="//wp-includes/ID3/license.txt",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="//wp-includes/Requests/",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="//wp-includes/Requests/",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="//wp-includes/Requests/",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="//wp-includes/Requests/",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="//wp-includes/Requests/",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="//wp-includes/Requests/",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="//wp-includes/Requests/",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//wp-includes/Requests/",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="//wp-includes/Requests/",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//wp-includes/Requests/",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="//wp-includes/Requests/",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="//wp-includes/Requests/",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="//wp-includes/Requests/",status="429"} 0.000136821 http_request_duration_seconds_count{method="GET",path="//wp-includes/Requests/",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="//wp-includes/block-bindings/",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="//wp-includes/block-bindings/",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="//wp-includes/block-bindings/",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="//wp-includes/block-bindings/",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="//wp-includes/block-bindings/",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="//wp-includes/block-bindings/",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="//wp-includes/block-bindings/",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//wp-includes/block-bindings/",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="//wp-includes/block-bindings/",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//wp-includes/block-bindings/",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="//wp-includes/block-bindings/",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="//wp-includes/block-bindings/",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="//wp-includes/block-bindings/",status="404"} 0.000127329 http_request_duration_seconds_count{method="GET",path="//wp-includes/block-bindings/",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="//wp-includes/css/dist/",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="//wp-includes/css/dist/",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="//wp-includes/css/dist/",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="//wp-includes/css/dist/",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="//wp-includes/css/dist/",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="//wp-includes/css/dist/",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="//wp-includes/css/dist/",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="//wp-includes/css/dist/",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="//wp-includes/css/dist/",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="//wp-includes/css/dist/",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="//wp-includes/css/dist/",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="//wp-includes/css/dist/",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="//wp-includes/css/dist/",status="404"} 0.00026498 http_request_duration_seconds_count{method="GET",path="//wp-includes/css/dist/",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="//wp-includes/css/index.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="//wp-includes/css/index.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="//wp-includes/css/index.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="//wp-includes/css/index.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="//wp-includes/css/index.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="//wp-includes/css/index.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="//wp-includes/css/index.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//wp-includes/css/index.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="//wp-includes/css/index.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//wp-includes/css/index.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="//wp-includes/css/index.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="//wp-includes/css/index.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="//wp-includes/css/index.php",status="429"} 0.000139578 http_request_duration_seconds_count{method="GET",path="//wp-includes/css/index.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="//wp-includes/js/jquery/",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="//wp-includes/js/jquery/",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="//wp-includes/js/jquery/",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="//wp-includes/js/jquery/",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="//wp-includes/js/jquery/",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="//wp-includes/js/jquery/",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="//wp-includes/js/jquery/",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//wp-includes/js/jquery/",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="//wp-includes/js/jquery/",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//wp-includes/js/jquery/",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="//wp-includes/js/jquery/",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="//wp-includes/js/jquery/",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="//wp-includes/js/jquery/",status="404"} 0.000133664 http_request_duration_seconds_count{method="GET",path="//wp-includes/js/jquery/",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="//wp-includes/l10n/",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="//wp-includes/l10n/",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="//wp-includes/l10n/",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="//wp-includes/l10n/",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="//wp-includes/l10n/",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="//wp-includes/l10n/",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="//wp-includes/l10n/",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="//wp-includes/l10n/",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="//wp-includes/l10n/",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="//wp-includes/l10n/",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="//wp-includes/l10n/",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="//wp-includes/l10n/",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="//wp-includes/l10n/",status="404"} 0.000292517 http_request_duration_seconds_count{method="GET",path="//wp-includes/l10n/",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="//wp-includes/wlwmanifest.xml",status="404",le="0.005"} 5 http_request_duration_seconds_bucket{method="GET",path="//wp-includes/wlwmanifest.xml",status="404",le="0.01"} 5 http_request_duration_seconds_bucket{method="GET",path="//wp-includes/wlwmanifest.xml",status="404",le="0.025"} 5 http_request_duration_seconds_bucket{method="GET",path="//wp-includes/wlwmanifest.xml",status="404",le="0.05"} 5 http_request_duration_seconds_bucket{method="GET",path="//wp-includes/wlwmanifest.xml",status="404",le="0.1"} 5 http_request_duration_seconds_bucket{method="GET",path="//wp-includes/wlwmanifest.xml",status="404",le="0.25"} 5 http_request_duration_seconds_bucket{method="GET",path="//wp-includes/wlwmanifest.xml",status="404",le="0.5"} 5 http_request_duration_seconds_bucket{method="GET",path="//wp-includes/wlwmanifest.xml",status="404",le="1"} 5 http_request_duration_seconds_bucket{method="GET",path="//wp-includes/wlwmanifest.xml",status="404",le="2.5"} 5 http_request_duration_seconds_bucket{method="GET",path="//wp-includes/wlwmanifest.xml",status="404",le="5"} 5 http_request_duration_seconds_bucket{method="GET",path="//wp-includes/wlwmanifest.xml",status="404",le="10"} 5 http_request_duration_seconds_bucket{method="GET",path="//wp-includes/wlwmanifest.xml",status="404",le="+Inf"} 5 http_request_duration_seconds_sum{method="GET",path="//wp-includes/wlwmanifest.xml",status="404"} 0.001819579 http_request_duration_seconds_count{method="GET",path="//wp-includes/wlwmanifest.xml",status="404"} 5 http_request_duration_seconds_bucket{method="GET",path="//wp.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="//wp.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="//wp.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="//wp.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="//wp.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="//wp.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="//wp.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//wp.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="//wp.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//wp.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="//wp.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="//wp.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="//wp.php",status="404"} 0.000138287 http_request_duration_seconds_count{method="GET",path="//wp.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="//wp/wp-includes/wlwmanifest.xml",status="404",le="0.005"} 12 http_request_duration_seconds_bucket{method="GET",path="//wp/wp-includes/wlwmanifest.xml",status="404",le="0.01"} 12 http_request_duration_seconds_bucket{method="GET",path="//wp/wp-includes/wlwmanifest.xml",status="404",le="0.025"} 12 http_request_duration_seconds_bucket{method="GET",path="//wp/wp-includes/wlwmanifest.xml",status="404",le="0.05"} 12 http_request_duration_seconds_bucket{method="GET",path="//wp/wp-includes/wlwmanifest.xml",status="404",le="0.1"} 12 http_request_duration_seconds_bucket{method="GET",path="//wp/wp-includes/wlwmanifest.xml",status="404",le="0.25"} 12 http_request_duration_seconds_bucket{method="GET",path="//wp/wp-includes/wlwmanifest.xml",status="404",le="0.5"} 12 http_request_duration_seconds_bucket{method="GET",path="//wp/wp-includes/wlwmanifest.xml",status="404",le="1"} 12 http_request_duration_seconds_bucket{method="GET",path="//wp/wp-includes/wlwmanifest.xml",status="404",le="2.5"} 12 http_request_duration_seconds_bucket{method="GET",path="//wp/wp-includes/wlwmanifest.xml",status="404",le="5"} 12 http_request_duration_seconds_bucket{method="GET",path="//wp/wp-includes/wlwmanifest.xml",status="404",le="10"} 12 http_request_duration_seconds_bucket{method="GET",path="//wp/wp-includes/wlwmanifest.xml",status="404",le="+Inf"} 12 http_request_duration_seconds_sum{method="GET",path="//wp/wp-includes/wlwmanifest.xml",status="404"} 0.0017692829999999997 http_request_duration_seconds_count{method="GET",path="//wp/wp-includes/wlwmanifest.xml",status="404"} 12 http_request_duration_seconds_bucket{method="GET",path="//wp1/wp-includes/wlwmanifest.xml",status="404",le="0.005"} 6 http_request_duration_seconds_bucket{method="GET",path="//wp1/wp-includes/wlwmanifest.xml",status="404",le="0.01"} 6 http_request_duration_seconds_bucket{method="GET",path="//wp1/wp-includes/wlwmanifest.xml",status="404",le="0.025"} 6 http_request_duration_seconds_bucket{method="GET",path="//wp1/wp-includes/wlwmanifest.xml",status="404",le="0.05"} 6 http_request_duration_seconds_bucket{method="GET",path="//wp1/wp-includes/wlwmanifest.xml",status="404",le="0.1"} 6 http_request_duration_seconds_bucket{method="GET",path="//wp1/wp-includes/wlwmanifest.xml",status="404",le="0.25"} 6 http_request_duration_seconds_bucket{method="GET",path="//wp1/wp-includes/wlwmanifest.xml",status="404",le="0.5"} 6 http_request_duration_seconds_bucket{method="GET",path="//wp1/wp-includes/wlwmanifest.xml",status="404",le="1"} 6 http_request_duration_seconds_bucket{method="GET",path="//wp1/wp-includes/wlwmanifest.xml",status="404",le="2.5"} 6 http_request_duration_seconds_bucket{method="GET",path="//wp1/wp-includes/wlwmanifest.xml",status="404",le="5"} 6 http_request_duration_seconds_bucket{method="GET",path="//wp1/wp-includes/wlwmanifest.xml",status="404",le="10"} 6 http_request_duration_seconds_bucket{method="GET",path="//wp1/wp-includes/wlwmanifest.xml",status="404",le="+Inf"} 6 http_request_duration_seconds_sum{method="GET",path="//wp1/wp-includes/wlwmanifest.xml",status="404"} 0.0008539649999999999 http_request_duration_seconds_count{method="GET",path="//wp1/wp-includes/wlwmanifest.xml",status="404"} 6 http_request_duration_seconds_bucket{method="GET",path="//wp2/wp-includes/wlwmanifest.xml",status="404",le="0.005"} 10 http_request_duration_seconds_bucket{method="GET",path="//wp2/wp-includes/wlwmanifest.xml",status="404",le="0.01"} 10 http_request_duration_seconds_bucket{method="GET",path="//wp2/wp-includes/wlwmanifest.xml",status="404",le="0.025"} 10 http_request_duration_seconds_bucket{method="GET",path="//wp2/wp-includes/wlwmanifest.xml",status="404",le="0.05"} 10 http_request_duration_seconds_bucket{method="GET",path="//wp2/wp-includes/wlwmanifest.xml",status="404",le="0.1"} 10 http_request_duration_seconds_bucket{method="GET",path="//wp2/wp-includes/wlwmanifest.xml",status="404",le="0.25"} 10 http_request_duration_seconds_bucket{method="GET",path="//wp2/wp-includes/wlwmanifest.xml",status="404",le="0.5"} 10 http_request_duration_seconds_bucket{method="GET",path="//wp2/wp-includes/wlwmanifest.xml",status="404",le="1"} 10 http_request_duration_seconds_bucket{method="GET",path="//wp2/wp-includes/wlwmanifest.xml",status="404",le="2.5"} 10 http_request_duration_seconds_bucket{method="GET",path="//wp2/wp-includes/wlwmanifest.xml",status="404",le="5"} 10 http_request_duration_seconds_bucket{method="GET",path="//wp2/wp-includes/wlwmanifest.xml",status="404",le="10"} 10 http_request_duration_seconds_bucket{method="GET",path="//wp2/wp-includes/wlwmanifest.xml",status="404",le="+Inf"} 10 http_request_duration_seconds_sum{method="GET",path="//wp2/wp-includes/wlwmanifest.xml",status="404"} 0.0017447609999999996 http_request_duration_seconds_count{method="GET",path="//wp2/wp-includes/wlwmanifest.xml",status="404"} 10 http_request_duration_seconds_bucket{method="GET",path="//x.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="//x.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="//x.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="//x.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="//x.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="//x.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="//x.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//x.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="//x.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//x.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="//x.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="//x.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="//x.php",status="404"} 0.00013883 http_request_duration_seconds_count{method="GET",path="//x.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="//xfile25.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="//xfile25.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="//xfile25.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="//xfile25.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="//xfile25.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="//xfile25.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="//xfile25.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//xfile25.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="//xfile25.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//xfile25.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="//xfile25.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="//xfile25.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="//xfile25.php",status="404"} 0.000137872 http_request_duration_seconds_count{method="GET",path="//xfile25.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="//xmlrpc.php",status="404",le="0.005"} 12 http_request_duration_seconds_bucket{method="GET",path="//xmlrpc.php",status="404",le="0.01"} 12 http_request_duration_seconds_bucket{method="GET",path="//xmlrpc.php",status="404",le="0.025"} 12 http_request_duration_seconds_bucket{method="GET",path="//xmlrpc.php",status="404",le="0.05"} 12 http_request_duration_seconds_bucket{method="GET",path="//xmlrpc.php",status="404",le="0.1"} 12 http_request_duration_seconds_bucket{method="GET",path="//xmlrpc.php",status="404",le="0.25"} 12 http_request_duration_seconds_bucket{method="GET",path="//xmlrpc.php",status="404",le="0.5"} 12 http_request_duration_seconds_bucket{method="GET",path="//xmlrpc.php",status="404",le="1"} 12 http_request_duration_seconds_bucket{method="GET",path="//xmlrpc.php",status="404",le="2.5"} 12 http_request_duration_seconds_bucket{method="GET",path="//xmlrpc.php",status="404",le="5"} 12 http_request_duration_seconds_bucket{method="GET",path="//xmlrpc.php",status="404",le="10"} 12 http_request_duration_seconds_bucket{method="GET",path="//xmlrpc.php",status="404",le="+Inf"} 12 http_request_duration_seconds_sum{method="GET",path="//xmlrpc.php",status="404"} 0.004036224 http_request_duration_seconds_count{method="GET",path="//xmlrpc.php",status="404"} 12 http_request_duration_seconds_bucket{method="GET",path="//zwso.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="//zwso.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="//zwso.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="//zwso.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="//zwso.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="//zwso.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="//zwso.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//zwso.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="//zwso.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//zwso.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="//zwso.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="//zwso.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="//zwso.php",status="404"} 0.000163287 http_request_duration_seconds_count{method="GET",path="//zwso.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/0.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/0.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/0.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/0.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/0.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/0.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/0.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/0.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/0.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/0.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/0.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/0.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/0.php",status="404"} 0.000133054 http_request_duration_seconds_count{method="GET",path="/0.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/00.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/00.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/00.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/00.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/00.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/00.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/00.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/00.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/00.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/00.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/00.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/00.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/00.php",status="404"} 0.000141335 http_request_duration_seconds_count{method="GET",path="/00.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/030.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/030.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/030.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/030.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/030.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/030.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/030.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/030.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/030.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/030.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/030.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/030.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/030.php",status="404"} 0.000145708 http_request_duration_seconds_count{method="GET",path="/030.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/031.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/031.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/031.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/031.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/031.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/031.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/031.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/031.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/031.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/031.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/031.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/031.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/031.php",status="404"} 0.000136953 http_request_duration_seconds_count{method="GET",path="/031.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/04.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/04.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/04.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/04.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/04.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/04.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/04.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/04.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/04.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/04.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/04.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/04.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/04.php",status="404"} 0.000484152 http_request_duration_seconds_count{method="GET",path="/04.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/06.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/06.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/06.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/06.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/06.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/06.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/06.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/06.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/06.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/06.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/06.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/06.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/06.php",status="404"} 0.000164774 http_request_duration_seconds_count{method="GET",path="/06.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/0d.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/0d.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/0d.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/0d.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/0d.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/0d.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/0d.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/0d.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/0d.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/0d.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/0d.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/0d.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/0d.php",status="404"} 0.000127437 http_request_duration_seconds_count{method="GET",path="/0d.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/0upb5b.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/0upb5b.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/0upb5b.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/0upb5b.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/0upb5b.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/0upb5b.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/0upb5b.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/0upb5b.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/0upb5b.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/0upb5b.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/0upb5b.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/0upb5b.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/0upb5b.php",status="404"} 0.000147396 http_request_duration_seconds_count{method="GET",path="/0upb5b.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/0x.php",status="404",le="0.005"} 6 http_request_duration_seconds_bucket{method="GET",path="/0x.php",status="404",le="0.01"} 6 http_request_duration_seconds_bucket{method="GET",path="/0x.php",status="404",le="0.025"} 6 http_request_duration_seconds_bucket{method="GET",path="/0x.php",status="404",le="0.05"} 6 http_request_duration_seconds_bucket{method="GET",path="/0x.php",status="404",le="0.1"} 6 http_request_duration_seconds_bucket{method="GET",path="/0x.php",status="404",le="0.25"} 6 http_request_duration_seconds_bucket{method="GET",path="/0x.php",status="404",le="0.5"} 6 http_request_duration_seconds_bucket{method="GET",path="/0x.php",status="404",le="1"} 6 http_request_duration_seconds_bucket{method="GET",path="/0x.php",status="404",le="2.5"} 6 http_request_duration_seconds_bucket{method="GET",path="/0x.php",status="404",le="5"} 6 http_request_duration_seconds_bucket{method="GET",path="/0x.php",status="404",le="10"} 6 http_request_duration_seconds_bucket{method="GET",path="/0x.php",status="404",le="+Inf"} 6 http_request_duration_seconds_sum{method="GET",path="/0x.php",status="404"} 0.001112271 http_request_duration_seconds_count{method="GET",path="/0x.php",status="404"} 6 http_request_duration_seconds_bucket{method="GET",path="/0x0x.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/0x0x.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/0x0x.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/0x0x.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/0x0x.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/0x0x.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/0x0x.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/0x0x.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/0x0x.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/0x0x.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/0x0x.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/0x0x.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/0x0x.php",status="404"} 0.000126396 http_request_duration_seconds_count{method="GET",path="/0x0x.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/1.php",status="404",le="0.005"} 8 http_request_duration_seconds_bucket{method="GET",path="/1.php",status="404",le="0.01"} 8 http_request_duration_seconds_bucket{method="GET",path="/1.php",status="404",le="0.025"} 8 http_request_duration_seconds_bucket{method="GET",path="/1.php",status="404",le="0.05"} 8 http_request_duration_seconds_bucket{method="GET",path="/1.php",status="404",le="0.1"} 8 http_request_duration_seconds_bucket{method="GET",path="/1.php",status="404",le="0.25"} 8 http_request_duration_seconds_bucket{method="GET",path="/1.php",status="404",le="0.5"} 8 http_request_duration_seconds_bucket{method="GET",path="/1.php",status="404",le="1"} 8 http_request_duration_seconds_bucket{method="GET",path="/1.php",status="404",le="2.5"} 8 http_request_duration_seconds_bucket{method="GET",path="/1.php",status="404",le="5"} 8 http_request_duration_seconds_bucket{method="GET",path="/1.php",status="404",le="10"} 8 http_request_duration_seconds_bucket{method="GET",path="/1.php",status="404",le="+Inf"} 8 http_request_duration_seconds_sum{method="GET",path="/1.php",status="404"} 0.0011119670000000002 http_request_duration_seconds_count{method="GET",path="/1.php",status="404"} 8 http_request_duration_seconds_bucket{method="GET",path="/1.php",status="429",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/1.php",status="429",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/1.php",status="429",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/1.php",status="429",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/1.php",status="429",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/1.php",status="429",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/1.php",status="429",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/1.php",status="429",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/1.php",status="429",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/1.php",status="429",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/1.php",status="429",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/1.php",status="429",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/1.php",status="429"} 0.00024006100000000002 http_request_duration_seconds_count{method="GET",path="/1.php",status="429"} 3 http_request_duration_seconds_bucket{method="GET",path="/10.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/10.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/10.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/10.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/10.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/10.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/10.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/10.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/10.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/10.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/10.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/10.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/10.php",status="404"} 0.000152524 http_request_duration_seconds_count{method="GET",path="/10.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/100.php",status="404",le="0.005"} 6 http_request_duration_seconds_bucket{method="GET",path="/100.php",status="404",le="0.01"} 6 http_request_duration_seconds_bucket{method="GET",path="/100.php",status="404",le="0.025"} 6 http_request_duration_seconds_bucket{method="GET",path="/100.php",status="404",le="0.05"} 6 http_request_duration_seconds_bucket{method="GET",path="/100.php",status="404",le="0.1"} 6 http_request_duration_seconds_bucket{method="GET",path="/100.php",status="404",le="0.25"} 6 http_request_duration_seconds_bucket{method="GET",path="/100.php",status="404",le="0.5"} 6 http_request_duration_seconds_bucket{method="GET",path="/100.php",status="404",le="1"} 6 http_request_duration_seconds_bucket{method="GET",path="/100.php",status="404",le="2.5"} 6 http_request_duration_seconds_bucket{method="GET",path="/100.php",status="404",le="5"} 6 http_request_duration_seconds_bucket{method="GET",path="/100.php",status="404",le="10"} 6 http_request_duration_seconds_bucket{method="GET",path="/100.php",status="404",le="+Inf"} 6 http_request_duration_seconds_sum{method="GET",path="/100.php",status="404"} 0.000879485 http_request_duration_seconds_count{method="GET",path="/100.php",status="404"} 6 http_request_duration_seconds_bucket{method="GET",path="/100.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/100.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/100.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/100.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/100.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/100.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/100.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/100.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/100.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/100.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/100.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/100.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/100.php",status="429"} 0.000132073 http_request_duration_seconds_count{method="GET",path="/100.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/11.php",status="404",le="0.005"} 6 http_request_duration_seconds_bucket{method="GET",path="/11.php",status="404",le="0.01"} 6 http_request_duration_seconds_bucket{method="GET",path="/11.php",status="404",le="0.025"} 6 http_request_duration_seconds_bucket{method="GET",path="/11.php",status="404",le="0.05"} 6 http_request_duration_seconds_bucket{method="GET",path="/11.php",status="404",le="0.1"} 6 http_request_duration_seconds_bucket{method="GET",path="/11.php",status="404",le="0.25"} 6 http_request_duration_seconds_bucket{method="GET",path="/11.php",status="404",le="0.5"} 6 http_request_duration_seconds_bucket{method="GET",path="/11.php",status="404",le="1"} 6 http_request_duration_seconds_bucket{method="GET",path="/11.php",status="404",le="2.5"} 6 http_request_duration_seconds_bucket{method="GET",path="/11.php",status="404",le="5"} 6 http_request_duration_seconds_bucket{method="GET",path="/11.php",status="404",le="10"} 6 http_request_duration_seconds_bucket{method="GET",path="/11.php",status="404",le="+Inf"} 6 http_request_duration_seconds_sum{method="GET",path="/11.php",status="404"} 0.0008316240000000001 http_request_duration_seconds_count{method="GET",path="/11.php",status="404"} 6 http_request_duration_seconds_bucket{method="GET",path="/12.php",status="404",le="0.005"} 5 http_request_duration_seconds_bucket{method="GET",path="/12.php",status="404",le="0.01"} 5 http_request_duration_seconds_bucket{method="GET",path="/12.php",status="404",le="0.025"} 5 http_request_duration_seconds_bucket{method="GET",path="/12.php",status="404",le="0.05"} 5 http_request_duration_seconds_bucket{method="GET",path="/12.php",status="404",le="0.1"} 5 http_request_duration_seconds_bucket{method="GET",path="/12.php",status="404",le="0.25"} 5 http_request_duration_seconds_bucket{method="GET",path="/12.php",status="404",le="0.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/12.php",status="404",le="1"} 5 http_request_duration_seconds_bucket{method="GET",path="/12.php",status="404",le="2.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/12.php",status="404",le="5"} 5 http_request_duration_seconds_bucket{method="GET",path="/12.php",status="404",le="10"} 5 http_request_duration_seconds_bucket{method="GET",path="/12.php",status="404",le="+Inf"} 5 http_request_duration_seconds_sum{method="GET",path="/12.php",status="404"} 0.0007055119999999999 http_request_duration_seconds_count{method="GET",path="/12.php",status="404"} 5 http_request_duration_seconds_bucket{method="GET",path="/123.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/123.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/123.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/123.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/123.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/123.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/123.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/123.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/123.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/123.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/123.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/123.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/123.php",status="404"} 0.00012142 http_request_duration_seconds_count{method="GET",path="/123.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/13.php",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/13.php",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/13.php",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/13.php",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/13.php",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/13.php",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/13.php",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/13.php",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/13.php",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/13.php",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/13.php",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/13.php",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/13.php",status="404"} 0.000449228 http_request_duration_seconds_count{method="GET",path="/13.php",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/133.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/133.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/133.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/133.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/133.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/133.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/133.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/133.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/133.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/133.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/133.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/133.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/133.php",status="404"} 0.000144514 http_request_duration_seconds_count{method="GET",path="/133.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/144.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/144.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/144.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/144.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/144.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/144.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/144.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/144.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/144.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/144.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/144.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/144.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/144.php",status="404"} 0.000182689 http_request_duration_seconds_count{method="GET",path="/144.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/155.php",status="404",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/155.php",status="404",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/155.php",status="404",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/155.php",status="404",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/155.php",status="404",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/155.php",status="404",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/155.php",status="404",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/155.php",status="404",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/155.php",status="404",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/155.php",status="404",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/155.php",status="404",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/155.php",status="404",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/155.php",status="404"} 0.000589505 http_request_duration_seconds_count{method="GET",path="/155.php",status="404"} 4 http_request_duration_seconds_bucket{method="GET",path="/166.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/166.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/166.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/166.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/166.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/166.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/166.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/166.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/166.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/166.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/166.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/166.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/166.php",status="404"} 0.000265425 http_request_duration_seconds_count{method="GET",path="/166.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/19.php",status="404",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/19.php",status="404",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/19.php",status="404",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/19.php",status="404",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/19.php",status="404",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/19.php",status="404",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/19.php",status="404",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/19.php",status="404",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/19.php",status="404",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/19.php",status="404",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/19.php",status="404",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/19.php",status="404",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/19.php",status="404"} 0.0005346280000000001 http_request_duration_seconds_count{method="GET",path="/19.php",status="404"} 4 http_request_duration_seconds_bucket{method="GET",path="/1a.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/1a.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/1a.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/1a.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/1a.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/1a.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/1a.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/1a.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/1a.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/1a.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/1a.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/1a.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/1a.php",status="404"} 0.00026409700000000003 http_request_duration_seconds_count{method="GET",path="/1a.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/1aa.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/1aa.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/1aa.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/1aa.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/1aa.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/1aa.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/1aa.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/1aa.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/1aa.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/1aa.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/1aa.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/1aa.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/1aa.php",status="404"} 0.00026811399999999996 http_request_duration_seconds_count{method="GET",path="/1aa.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/1index.php",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/1index.php",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/1index.php",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/1index.php",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/1index.php",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/1index.php",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/1index.php",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/1index.php",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/1index.php",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/1index.php",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/1index.php",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/1index.php",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/1index.php",status="404"} 0.0005242970000000001 http_request_duration_seconds_count{method="GET",path="/1index.php",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/2.php",status="404",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/2.php",status="404",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/2.php",status="404",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/2.php",status="404",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/2.php",status="404",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/2.php",status="404",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/2.php",status="404",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/2.php",status="404",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/2.php",status="404",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/2.php",status="404",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/2.php",status="404",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/2.php",status="404",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/2.php",status="404"} 0.00065522 http_request_duration_seconds_count{method="GET",path="/2.php",status="404"} 4 http_request_duration_seconds_bucket{method="GET",path="/2.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/2.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/2.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/2.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/2.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/2.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/2.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/2.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/2.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/2.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/2.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/2.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/2.php",status="429"} 0.000115858 http_request_duration_seconds_count{method="GET",path="/2.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/201.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/201.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/201.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/201.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/201.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/201.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/201.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/201.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/201.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/201.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/201.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/201.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/201.php",status="404"} 0.000151395 http_request_duration_seconds_count{method="GET",path="/201.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/201.php7",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/201.php7",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/201.php7",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/201.php7",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/201.php7",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/201.php7",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/201.php7",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/201.php7",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/201.php7",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/201.php7",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/201.php7",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/201.php7",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/201.php7",status="404"} 0.000175319 http_request_duration_seconds_count{method="GET",path="/201.php7",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/2020/.env",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/2020/.env",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/2020/.env",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/2020/.env",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/2020/.env",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/2020/.env",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/2020/.env",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/2020/.env",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/2020/.env",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/2020/.env",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/2020/.env",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/2020/.env",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/2020/.env",status="429"} 9.4297e-05 http_request_duration_seconds_count{method="GET",path="/2020/.env",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/2020/phpinfo.php",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/2020/phpinfo.php",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/2020/phpinfo.php",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/2020/phpinfo.php",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/2020/phpinfo.php",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/2020/phpinfo.php",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/2020/phpinfo.php",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/2020/phpinfo.php",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/2020/phpinfo.php",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/2020/phpinfo.php",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/2020/phpinfo.php",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/2020/phpinfo.php",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/2020/phpinfo.php",status="429"} 9.9047e-05 http_request_duration_seconds_count{method="GET",path="/2020/phpinfo.php",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/2021/.env",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/2021/.env",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/2021/.env",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/2021/.env",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/2021/.env",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/2021/.env",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/2021/.env",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/2021/.env",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/2021/.env",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/2021/.env",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/2021/.env",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/2021/.env",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/2021/.env",status="429"} 0.000115823 http_request_duration_seconds_count{method="GET",path="/2021/.env",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/2021/phpinfo.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/2021/phpinfo.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/2021/phpinfo.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/2021/phpinfo.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/2021/phpinfo.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/2021/phpinfo.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/2021/phpinfo.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/2021/phpinfo.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/2021/phpinfo.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/2021/phpinfo.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/2021/phpinfo.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/2021/phpinfo.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/2021/phpinfo.php",status="404"} 0.00014538 http_request_duration_seconds_count{method="GET",path="/2021/phpinfo.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/2021/phpinfo.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/2021/phpinfo.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/2021/phpinfo.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/2021/phpinfo.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/2021/phpinfo.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/2021/phpinfo.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/2021/phpinfo.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/2021/phpinfo.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/2021/phpinfo.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/2021/phpinfo.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/2021/phpinfo.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/2021/phpinfo.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/2021/phpinfo.php",status="429"} 0.000104487 http_request_duration_seconds_count{method="GET",path="/2021/phpinfo.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/2022/.env",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/2022/.env",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/2022/.env",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/2022/.env",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/2022/.env",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/2022/.env",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/2022/.env",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/2022/.env",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/2022/.env",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/2022/.env",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/2022/.env",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/2022/.env",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/2022/.env",status="429"} 0.00010904099999999999 http_request_duration_seconds_count{method="GET",path="/2022/.env",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/2022/phpinfo.php",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/2022/phpinfo.php",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/2022/phpinfo.php",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/2022/phpinfo.php",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/2022/phpinfo.php",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/2022/phpinfo.php",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/2022/phpinfo.php",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/2022/phpinfo.php",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/2022/phpinfo.php",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/2022/phpinfo.php",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/2022/phpinfo.php",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/2022/phpinfo.php",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/2022/phpinfo.php",status="429"} 0.000172027 http_request_duration_seconds_count{method="GET",path="/2022/phpinfo.php",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/2023/.env",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/2023/.env",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/2023/.env",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/2023/.env",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/2023/.env",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/2023/.env",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/2023/.env",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/2023/.env",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/2023/.env",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/2023/.env",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/2023/.env",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/2023/.env",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/2023/.env",status="429"} 0.000106683 http_request_duration_seconds_count{method="GET",path="/2023/.env",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/2023/phpinfo.php",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/2023/phpinfo.php",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/2023/phpinfo.php",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/2023/phpinfo.php",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/2023/phpinfo.php",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/2023/phpinfo.php",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/2023/phpinfo.php",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/2023/phpinfo.php",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/2023/phpinfo.php",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/2023/phpinfo.php",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/2023/phpinfo.php",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/2023/phpinfo.php",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/2023/phpinfo.php",status="429"} 0.000114424 http_request_duration_seconds_count{method="GET",path="/2023/phpinfo.php",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/2024/.env",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/2024/.env",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/2024/.env",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/2024/.env",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/2024/.env",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/2024/.env",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/2024/.env",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/2024/.env",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/2024/.env",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/2024/.env",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/2024/.env",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/2024/.env",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/2024/.env",status="429"} 0.000133032 http_request_duration_seconds_count{method="GET",path="/2024/.env",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/2024/phpinfo.php",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/2024/phpinfo.php",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/2024/phpinfo.php",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/2024/phpinfo.php",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/2024/phpinfo.php",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/2024/phpinfo.php",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/2024/phpinfo.php",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/2024/phpinfo.php",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/2024/phpinfo.php",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/2024/phpinfo.php",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/2024/phpinfo.php",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/2024/phpinfo.php",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/2024/phpinfo.php",status="429"} 0.000147355 http_request_duration_seconds_count{method="GET",path="/2024/phpinfo.php",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/2026w.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/2026w.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/2026w.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/2026w.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/2026w.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/2026w.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/2026w.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/2026w.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/2026w.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/2026w.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/2026w.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/2026w.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/2026w.php",status="404"} 0.00028543000000000004 http_request_duration_seconds_count{method="GET",path="/2026w.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/2026w.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/2026w.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/2026w.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/2026w.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/2026w.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/2026w.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/2026w.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/2026w.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/2026w.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/2026w.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/2026w.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/2026w.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/2026w.php",status="429"} 0.000136326 http_request_duration_seconds_count{method="GET",path="/2026w.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/206.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/206.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/206.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/206.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/206.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/206.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/206.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/206.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/206.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/206.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/206.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/206.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/206.php",status="404"} 0.00014144 http_request_duration_seconds_count{method="GET",path="/206.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/222.php",status="404",le="0.005"} 8 http_request_duration_seconds_bucket{method="GET",path="/222.php",status="404",le="0.01"} 8 http_request_duration_seconds_bucket{method="GET",path="/222.php",status="404",le="0.025"} 8 http_request_duration_seconds_bucket{method="GET",path="/222.php",status="404",le="0.05"} 8 http_request_duration_seconds_bucket{method="GET",path="/222.php",status="404",le="0.1"} 8 http_request_duration_seconds_bucket{method="GET",path="/222.php",status="404",le="0.25"} 8 http_request_duration_seconds_bucket{method="GET",path="/222.php",status="404",le="0.5"} 8 http_request_duration_seconds_bucket{method="GET",path="/222.php",status="404",le="1"} 8 http_request_duration_seconds_bucket{method="GET",path="/222.php",status="404",le="2.5"} 8 http_request_duration_seconds_bucket{method="GET",path="/222.php",status="404",le="5"} 8 http_request_duration_seconds_bucket{method="GET",path="/222.php",status="404",le="10"} 8 http_request_duration_seconds_bucket{method="GET",path="/222.php",status="404",le="+Inf"} 8 http_request_duration_seconds_sum{method="GET",path="/222.php",status="404"} 0.001066865 http_request_duration_seconds_count{method="GET",path="/222.php",status="404"} 8 http_request_duration_seconds_bucket{method="GET",path="/222.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/222.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/222.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/222.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/222.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/222.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/222.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/222.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/222.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/222.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/222.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/222.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/222.php",status="429"} 0.00014491 http_request_duration_seconds_count{method="GET",path="/222.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/2468.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/2468.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/2468.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/2468.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/2468.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/2468.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/2468.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/2468.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/2468.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/2468.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/2468.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/2468.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/2468.php",status="404"} 0.000135675 http_request_duration_seconds_count{method="GET",path="/2468.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/2468.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/2468.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/2468.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/2468.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/2468.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/2468.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/2468.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/2468.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/2468.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/2468.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/2468.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/2468.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/2468.php",status="429"} 0.000148935 http_request_duration_seconds_count{method="GET",path="/2468.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/27kstv.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/27kstv.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/27kstv.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/27kstv.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/27kstv.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/27kstv.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/27kstv.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/27kstv.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/27kstv.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/27kstv.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/27kstv.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/27kstv.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/27kstv.php",status="404"} 0.000144779 http_request_duration_seconds_count{method="GET",path="/27kstv.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/2P.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/2P.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/2P.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/2P.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/2P.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/2P.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/2P.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/2P.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/2P.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/2P.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/2P.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/2P.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/2P.php",status="404"} 0.00034400800000000003 http_request_duration_seconds_count{method="GET",path="/2P.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/2bff55fd.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/2bff55fd.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/2bff55fd.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/2bff55fd.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/2bff55fd.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/2bff55fd.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/2bff55fd.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/2bff55fd.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/2bff55fd.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/2bff55fd.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/2bff55fd.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/2bff55fd.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/2bff55fd.php",status="404"} 0.000174917 http_request_duration_seconds_count{method="GET",path="/2bff55fd.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/2clas.php",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/2clas.php",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/2clas.php",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/2clas.php",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/2clas.php",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/2clas.php",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/2clas.php",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/2clas.php",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/2clas.php",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/2clas.php",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/2clas.php",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/2clas.php",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/2clas.php",status="404"} 0.000402913 http_request_duration_seconds_count{method="GET",path="/2clas.php",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/2ksm17n.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/2ksm17n.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/2ksm17n.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/2ksm17n.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/2ksm17n.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/2ksm17n.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/2ksm17n.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/2ksm17n.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/2ksm17n.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/2ksm17n.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/2ksm17n.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/2ksm17n.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/2ksm17n.php",status="404"} 0.000153779 http_request_duration_seconds_count{method="GET",path="/2ksm17n.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/3.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/3.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/3.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/3.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/3.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/3.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/3.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/3.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/3.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/3.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/3.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/3.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/3.php",status="404"} 0.00025109599999999997 http_request_duration_seconds_count{method="GET",path="/3.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/33.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/33.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/33.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/33.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/33.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/33.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/33.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/33.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/33.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/33.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/33.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/33.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/33.php",status="404"} 0.00012969 http_request_duration_seconds_count{method="GET",path="/33.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/333.php",status="404",le="0.005"} 7 http_request_duration_seconds_bucket{method="GET",path="/333.php",status="404",le="0.01"} 7 http_request_duration_seconds_bucket{method="GET",path="/333.php",status="404",le="0.025"} 7 http_request_duration_seconds_bucket{method="GET",path="/333.php",status="404",le="0.05"} 7 http_request_duration_seconds_bucket{method="GET",path="/333.php",status="404",le="0.1"} 7 http_request_duration_seconds_bucket{method="GET",path="/333.php",status="404",le="0.25"} 7 http_request_duration_seconds_bucket{method="GET",path="/333.php",status="404",le="0.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/333.php",status="404",le="1"} 7 http_request_duration_seconds_bucket{method="GET",path="/333.php",status="404",le="2.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/333.php",status="404",le="5"} 7 http_request_duration_seconds_bucket{method="GET",path="/333.php",status="404",le="10"} 7 http_request_duration_seconds_bucket{method="GET",path="/333.php",status="404",le="+Inf"} 7 http_request_duration_seconds_sum{method="GET",path="/333.php",status="404"} 0.0009979470000000001 http_request_duration_seconds_count{method="GET",path="/333.php",status="404"} 7 http_request_duration_seconds_bucket{method="GET",path="/3369.php",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/3369.php",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/3369.php",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/3369.php",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/3369.php",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/3369.php",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/3369.php",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/3369.php",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/3369.php",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/3369.php",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/3369.php",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/3369.php",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/3369.php",status="404"} 0.000403374 http_request_duration_seconds_count{method="GET",path="/3369.php",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/3PJcpMFsD8B.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/3PJcpMFsD8B.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/3PJcpMFsD8B.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/3PJcpMFsD8B.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/3PJcpMFsD8B.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/3PJcpMFsD8B.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/3PJcpMFsD8B.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/3PJcpMFsD8B.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/3PJcpMFsD8B.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/3PJcpMFsD8B.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/3PJcpMFsD8B.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/3PJcpMFsD8B.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/3PJcpMFsD8B.php",status="404"} 0.000140897 http_request_duration_seconds_count{method="GET",path="/3PJcpMFsD8B.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/3us0dk.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/3us0dk.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/3us0dk.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/3us0dk.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/3us0dk.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/3us0dk.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/3us0dk.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/3us0dk.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/3us0dk.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/3us0dk.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/3us0dk.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/3us0dk.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/3us0dk.php",status="404"} 0.000146295 http_request_duration_seconds_count{method="GET",path="/3us0dk.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/4.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/4.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/4.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/4.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/4.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/4.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/4.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/4.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/4.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/4.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/4.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/4.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/4.php",status="404"} 0.000123124 http_request_duration_seconds_count{method="GET",path="/4.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/403.php",status="404",le="0.005"} 6 http_request_duration_seconds_bucket{method="GET",path="/403.php",status="404",le="0.01"} 6 http_request_duration_seconds_bucket{method="GET",path="/403.php",status="404",le="0.025"} 6 http_request_duration_seconds_bucket{method="GET",path="/403.php",status="404",le="0.05"} 6 http_request_duration_seconds_bucket{method="GET",path="/403.php",status="404",le="0.1"} 6 http_request_duration_seconds_bucket{method="GET",path="/403.php",status="404",le="0.25"} 6 http_request_duration_seconds_bucket{method="GET",path="/403.php",status="404",le="0.5"} 6 http_request_duration_seconds_bucket{method="GET",path="/403.php",status="404",le="1"} 6 http_request_duration_seconds_bucket{method="GET",path="/403.php",status="404",le="2.5"} 6 http_request_duration_seconds_bucket{method="GET",path="/403.php",status="404",le="5"} 6 http_request_duration_seconds_bucket{method="GET",path="/403.php",status="404",le="10"} 6 http_request_duration_seconds_bucket{method="GET",path="/403.php",status="404",le="+Inf"} 6 http_request_duration_seconds_sum{method="GET",path="/403.php",status="404"} 0.000815613 http_request_duration_seconds_count{method="GET",path="/403.php",status="404"} 6 http_request_duration_seconds_bucket{method="GET",path="/404.php",status="404",le="0.005"} 7 http_request_duration_seconds_bucket{method="GET",path="/404.php",status="404",le="0.01"} 7 http_request_duration_seconds_bucket{method="GET",path="/404.php",status="404",le="0.025"} 7 http_request_duration_seconds_bucket{method="GET",path="/404.php",status="404",le="0.05"} 7 http_request_duration_seconds_bucket{method="GET",path="/404.php",status="404",le="0.1"} 7 http_request_duration_seconds_bucket{method="GET",path="/404.php",status="404",le="0.25"} 7 http_request_duration_seconds_bucket{method="GET",path="/404.php",status="404",le="0.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/404.php",status="404",le="1"} 7 http_request_duration_seconds_bucket{method="GET",path="/404.php",status="404",le="2.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/404.php",status="404",le="5"} 7 http_request_duration_seconds_bucket{method="GET",path="/404.php",status="404",le="10"} 7 http_request_duration_seconds_bucket{method="GET",path="/404.php",status="404",le="+Inf"} 7 http_request_duration_seconds_sum{method="GET",path="/404.php",status="404"} 0.0009476740000000001 http_request_duration_seconds_count{method="GET",path="/404.php",status="404"} 7 http_request_duration_seconds_bucket{method="GET",path="/4PJcpMFsD8B.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/4PJcpMFsD8B.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/4PJcpMFsD8B.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/4PJcpMFsD8B.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/4PJcpMFsD8B.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/4PJcpMFsD8B.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/4PJcpMFsD8B.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/4PJcpMFsD8B.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/4PJcpMFsD8B.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/4PJcpMFsD8B.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/4PJcpMFsD8B.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/4PJcpMFsD8B.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/4PJcpMFsD8B.php",status="404"} 0.00017695 http_request_duration_seconds_count{method="GET",path="/4PJcpMFsD8B.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/5.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/5.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/5.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/5.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/5.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/5.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/5.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/5.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/5.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/5.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/5.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/5.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/5.php",status="429"} 0.000140399 http_request_duration_seconds_count{method="GET",path="/5.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/520.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/520.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/520.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/520.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/520.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/520.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/520.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/520.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/520.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/520.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/520.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/520.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/520.php",status="404"} 0.000285263 http_request_duration_seconds_count{method="GET",path="/520.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/55b76.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/55b76.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/55b76.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/55b76.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/55b76.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/55b76.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/55b76.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/55b76.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/55b76.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/55b76.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/55b76.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/55b76.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/55b76.php",status="404"} 0.000156671 http_request_duration_seconds_count{method="GET",path="/55b76.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/56c53.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/56c53.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/56c53.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/56c53.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/56c53.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/56c53.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/56c53.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/56c53.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/56c53.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/56c53.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/56c53.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/56c53.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/56c53.php",status="404"} 0.000154474 http_request_duration_seconds_count{method="GET",path="/56c53.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/5b9ac.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/5b9ac.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/5b9ac.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/5b9ac.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/5b9ac.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/5b9ac.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/5b9ac.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/5b9ac.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/5b9ac.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/5b9ac.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/5b9ac.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/5b9ac.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/5b9ac.php",status="404"} 0.000288235 http_request_duration_seconds_count{method="GET",path="/5b9ac.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/6.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/6.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/6.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/6.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/6.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/6.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/6.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/6.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/6.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/6.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/6.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/6.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/6.php",status="404"} 0.000292629 http_request_duration_seconds_count{method="GET",path="/6.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/66.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/66.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/66.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/66.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/66.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/66.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/66.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/66.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/66.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/66.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/66.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/66.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/66.php",status="404"} 0.000254905 http_request_duration_seconds_count{method="GET",path="/66.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/666.php",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/666.php",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/666.php",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/666.php",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/666.php",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/666.php",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/666.php",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/666.php",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/666.php",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/666.php",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/666.php",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/666.php",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/666.php",status="404"} 0.000447909 http_request_duration_seconds_count{method="GET",path="/666.php",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/66t.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/66t.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/66t.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/66t.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/66t.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/66t.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/66t.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/66t.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/66t.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/66t.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/66t.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/66t.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/66t.php",status="404"} 0.000159007 http_request_duration_seconds_count{method="GET",path="/66t.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/6fff5faf.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/6fff5faf.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/6fff5faf.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/6fff5faf.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/6fff5faf.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/6fff5faf.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/6fff5faf.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/6fff5faf.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/6fff5faf.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/6fff5faf.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/6fff5faf.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/6fff5faf.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/6fff5faf.php",status="404"} 0.000128141 http_request_duration_seconds_count{method="GET",path="/6fff5faf.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/6kDPjgFTmvS.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/6kDPjgFTmvS.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/6kDPjgFTmvS.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/6kDPjgFTmvS.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/6kDPjgFTmvS.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/6kDPjgFTmvS.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/6kDPjgFTmvS.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/6kDPjgFTmvS.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/6kDPjgFTmvS.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/6kDPjgFTmvS.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/6kDPjgFTmvS.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/6kDPjgFTmvS.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/6kDPjgFTmvS.php",status="404"} 0.00029253799999999996 http_request_duration_seconds_count{method="GET",path="/6kDPjgFTmvS.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/7.php",status="404",le="0.005"} 6 http_request_duration_seconds_bucket{method="GET",path="/7.php",status="404",le="0.01"} 6 http_request_duration_seconds_bucket{method="GET",path="/7.php",status="404",le="0.025"} 6 http_request_duration_seconds_bucket{method="GET",path="/7.php",status="404",le="0.05"} 6 http_request_duration_seconds_bucket{method="GET",path="/7.php",status="404",le="0.1"} 6 http_request_duration_seconds_bucket{method="GET",path="/7.php",status="404",le="0.25"} 6 http_request_duration_seconds_bucket{method="GET",path="/7.php",status="404",le="0.5"} 6 http_request_duration_seconds_bucket{method="GET",path="/7.php",status="404",le="1"} 6 http_request_duration_seconds_bucket{method="GET",path="/7.php",status="404",le="2.5"} 6 http_request_duration_seconds_bucket{method="GET",path="/7.php",status="404",le="5"} 6 http_request_duration_seconds_bucket{method="GET",path="/7.php",status="404",le="10"} 6 http_request_duration_seconds_bucket{method="GET",path="/7.php",status="404",le="+Inf"} 6 http_request_duration_seconds_sum{method="GET",path="/7.php",status="404"} 0.000908912 http_request_duration_seconds_count{method="GET",path="/7.php",status="404"} 6 http_request_duration_seconds_bucket{method="GET",path="/7.php",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/7.php",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/7.php",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/7.php",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/7.php",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/7.php",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/7.php",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/7.php",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/7.php",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/7.php",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/7.php",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/7.php",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/7.php",status="429"} 0.00027459999999999995 http_request_duration_seconds_count{method="GET",path="/7.php",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/77.php",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/77.php",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/77.php",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/77.php",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/77.php",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/77.php",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/77.php",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/77.php",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/77.php",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/77.php",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/77.php",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/77.php",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/77.php",status="404"} 0.000451659 http_request_duration_seconds_count{method="GET",path="/77.php",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/7gt.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/7gt.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/7gt.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/7gt.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/7gt.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/7gt.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/7gt.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/7gt.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/7gt.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/7gt.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/7gt.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/7gt.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/7gt.php",status="404"} 0.000125589 http_request_duration_seconds_count{method="GET",path="/7gt.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/8.php",status="404",le="0.005"} 7 http_request_duration_seconds_bucket{method="GET",path="/8.php",status="404",le="0.01"} 7 http_request_duration_seconds_bucket{method="GET",path="/8.php",status="404",le="0.025"} 7 http_request_duration_seconds_bucket{method="GET",path="/8.php",status="404",le="0.05"} 7 http_request_duration_seconds_bucket{method="GET",path="/8.php",status="404",le="0.1"} 7 http_request_duration_seconds_bucket{method="GET",path="/8.php",status="404",le="0.25"} 7 http_request_duration_seconds_bucket{method="GET",path="/8.php",status="404",le="0.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/8.php",status="404",le="1"} 7 http_request_duration_seconds_bucket{method="GET",path="/8.php",status="404",le="2.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/8.php",status="404",le="5"} 7 http_request_duration_seconds_bucket{method="GET",path="/8.php",status="404",le="10"} 7 http_request_duration_seconds_bucket{method="GET",path="/8.php",status="404",le="+Inf"} 7 http_request_duration_seconds_sum{method="GET",path="/8.php",status="404"} 0.000986211 http_request_duration_seconds_count{method="GET",path="/8.php",status="404"} 7 http_request_duration_seconds_bucket{method="GET",path="/8573.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/8573.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/8573.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/8573.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/8573.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/8573.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/8573.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/8573.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/8573.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/8573.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/8573.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/8573.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/8573.php",status="404"} 0.000139014 http_request_duration_seconds_count{method="GET",path="/8573.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/900.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/900.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/900.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/900.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/900.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/900.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/900.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/900.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/900.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/900.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/900.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/900.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/900.php",status="404"} 0.000140121 http_request_duration_seconds_count{method="GET",path="/900.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/99.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/99.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/99.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/99.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/99.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/99.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/99.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/99.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/99.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/99.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/99.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/99.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/99.php",status="404"} 0.00027884000000000003 http_request_duration_seconds_count{method="GET",path="/99.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/@vite/env",status="404",le="0.005"} 10 http_request_duration_seconds_bucket{method="GET",path="/@vite/env",status="404",le="0.01"} 10 http_request_duration_seconds_bucket{method="GET",path="/@vite/env",status="404",le="0.025"} 10 http_request_duration_seconds_bucket{method="GET",path="/@vite/env",status="404",le="0.05"} 10 http_request_duration_seconds_bucket{method="GET",path="/@vite/env",status="404",le="0.1"} 10 http_request_duration_seconds_bucket{method="GET",path="/@vite/env",status="404",le="0.25"} 10 http_request_duration_seconds_bucket{method="GET",path="/@vite/env",status="404",le="0.5"} 10 http_request_duration_seconds_bucket{method="GET",path="/@vite/env",status="404",le="1"} 10 http_request_duration_seconds_bucket{method="GET",path="/@vite/env",status="404",le="2.5"} 10 http_request_duration_seconds_bucket{method="GET",path="/@vite/env",status="404",le="5"} 10 http_request_duration_seconds_bucket{method="GET",path="/@vite/env",status="404",le="10"} 10 http_request_duration_seconds_bucket{method="GET",path="/@vite/env",status="404",le="+Inf"} 10 http_request_duration_seconds_sum{method="GET",path="/@vite/env",status="404"} 0.0019264030000000001 http_request_duration_seconds_count{method="GET",path="/@vite/env",status="404"} 10 http_request_duration_seconds_bucket{method="GET",path="/ADMIN/.env",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/ADMIN/.env",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/ADMIN/.env",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/ADMIN/.env",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/ADMIN/.env",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/ADMIN/.env",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/ADMIN/.env",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/ADMIN/.env",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/ADMIN/.env",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/ADMIN/.env",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/ADMIN/.env",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/ADMIN/.env",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/ADMIN/.env",status="429"} 0.00019853299999999998 http_request_duration_seconds_count{method="GET",path="/ADMIN/.env",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/API.md",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/API.md",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/API.md",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/API.md",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/API.md",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/API.md",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/API.md",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/API.md",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/API.md",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/API.md",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/API.md",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/API.md",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/API.md",status="404"} 8.9955e-05 http_request_duration_seconds_count{method="GET",path="/API.md",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/API.md",status="429",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/API.md",status="429",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/API.md",status="429",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/API.md",status="429",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/API.md",status="429",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/API.md",status="429",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/API.md",status="429",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/API.md",status="429",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/API.md",status="429",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/API.md",status="429",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/API.md",status="429",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/API.md",status="429",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/API.md",status="429"} 0.000190629 http_request_duration_seconds_count{method="GET",path="/API.md",status="429"} 3 http_request_duration_seconds_bucket{method="GET",path="/API/.env",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/API/.env",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/API/.env",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/API/.env",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/API/.env",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/API/.env",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/API/.env",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/API/.env",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/API/.env",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/API/.env",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/API/.env",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/API/.env",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/API/.env",status="429"} 0.000185723 http_request_duration_seconds_count{method="GET",path="/API/.env",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/API/common.js",status="429",le="0.005"} 19 http_request_duration_seconds_bucket{method="GET",path="/API/common.js",status="429",le="0.01"} 19 http_request_duration_seconds_bucket{method="GET",path="/API/common.js",status="429",le="0.025"} 19 http_request_duration_seconds_bucket{method="GET",path="/API/common.js",status="429",le="0.05"} 19 http_request_duration_seconds_bucket{method="GET",path="/API/common.js",status="429",le="0.1"} 19 http_request_duration_seconds_bucket{method="GET",path="/API/common.js",status="429",le="0.25"} 19 http_request_duration_seconds_bucket{method="GET",path="/API/common.js",status="429",le="0.5"} 19 http_request_duration_seconds_bucket{method="GET",path="/API/common.js",status="429",le="1"} 19 http_request_duration_seconds_bucket{method="GET",path="/API/common.js",status="429",le="2.5"} 19 http_request_duration_seconds_bucket{method="GET",path="/API/common.js",status="429",le="5"} 19 http_request_duration_seconds_bucket{method="GET",path="/API/common.js",status="429",le="10"} 19 http_request_duration_seconds_bucket{method="GET",path="/API/common.js",status="429",le="+Inf"} 19 http_request_duration_seconds_sum{method="GET",path="/API/common.js",status="429"} 0.0015960899999999999 http_request_duration_seconds_count{method="GET",path="/API/common.js",status="429"} 19 http_request_duration_seconds_bucket{method="GET",path="/API/config.js",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/API/config.js",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/API/config.js",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/API/config.js",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/API/config.js",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/API/config.js",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/API/config.js",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/API/config.js",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/API/config.js",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/API/config.js",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/API/config.js",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/API/config.js",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/API/config.js",status="404"} 0.000215125 http_request_duration_seconds_count{method="GET",path="/API/config.js",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/API/config.js",status="429",le="0.005"} 13 http_request_duration_seconds_bucket{method="GET",path="/API/config.js",status="429",le="0.01"} 13 http_request_duration_seconds_bucket{method="GET",path="/API/config.js",status="429",le="0.025"} 13 http_request_duration_seconds_bucket{method="GET",path="/API/config.js",status="429",le="0.05"} 13 http_request_duration_seconds_bucket{method="GET",path="/API/config.js",status="429",le="0.1"} 13 http_request_duration_seconds_bucket{method="GET",path="/API/config.js",status="429",le="0.25"} 13 http_request_duration_seconds_bucket{method="GET",path="/API/config.js",status="429",le="0.5"} 13 http_request_duration_seconds_bucket{method="GET",path="/API/config.js",status="429",le="1"} 13 http_request_duration_seconds_bucket{method="GET",path="/API/config.js",status="429",le="2.5"} 13 http_request_duration_seconds_bucket{method="GET",path="/API/config.js",status="429",le="5"} 13 http_request_duration_seconds_bucket{method="GET",path="/API/config.js",status="429",le="10"} 13 http_request_duration_seconds_bucket{method="GET",path="/API/config.js",status="429",le="+Inf"} 13 http_request_duration_seconds_sum{method="GET",path="/API/config.js",status="429"} 0.0009850930000000003 http_request_duration_seconds_count{method="GET",path="/API/config.js",status="429"} 13 http_request_duration_seconds_bucket{method="GET",path="/API/config/common.js",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/API/config/common.js",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/API/config/common.js",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/API/config/common.js",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/API/config/common.js",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/API/config/common.js",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/API/config/common.js",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/API/config/common.js",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/API/config/common.js",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/API/config/common.js",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/API/config/common.js",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/API/config/common.js",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/API/config/common.js",status="404"} 0.000135897 http_request_duration_seconds_count{method="GET",path="/API/config/common.js",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/API/config/common.js",status="429",le="0.005"} 17 http_request_duration_seconds_bucket{method="GET",path="/API/config/common.js",status="429",le="0.01"} 17 http_request_duration_seconds_bucket{method="GET",path="/API/config/common.js",status="429",le="0.025"} 17 http_request_duration_seconds_bucket{method="GET",path="/API/config/common.js",status="429",le="0.05"} 17 http_request_duration_seconds_bucket{method="GET",path="/API/config/common.js",status="429",le="0.1"} 17 http_request_duration_seconds_bucket{method="GET",path="/API/config/common.js",status="429",le="0.25"} 17 http_request_duration_seconds_bucket{method="GET",path="/API/config/common.js",status="429",le="0.5"} 17 http_request_duration_seconds_bucket{method="GET",path="/API/config/common.js",status="429",le="1"} 17 http_request_duration_seconds_bucket{method="GET",path="/API/config/common.js",status="429",le="2.5"} 17 http_request_duration_seconds_bucket{method="GET",path="/API/config/common.js",status="429",le="5"} 17 http_request_duration_seconds_bucket{method="GET",path="/API/config/common.js",status="429",le="10"} 17 http_request_duration_seconds_bucket{method="GET",path="/API/config/common.js",status="429",le="+Inf"} 17 http_request_duration_seconds_sum{method="GET",path="/API/config/common.js",status="429"} 0.001425131 http_request_duration_seconds_count{method="GET",path="/API/config/common.js",status="429"} 17 http_request_duration_seconds_bucket{method="GET",path="/API/config/constants.js",status="429",le="0.005"} 19 http_request_duration_seconds_bucket{method="GET",path="/API/config/constants.js",status="429",le="0.01"} 19 http_request_duration_seconds_bucket{method="GET",path="/API/config/constants.js",status="429",le="0.025"} 19 http_request_duration_seconds_bucket{method="GET",path="/API/config/constants.js",status="429",le="0.05"} 19 http_request_duration_seconds_bucket{method="GET",path="/API/config/constants.js",status="429",le="0.1"} 19 http_request_duration_seconds_bucket{method="GET",path="/API/config/constants.js",status="429",le="0.25"} 19 http_request_duration_seconds_bucket{method="GET",path="/API/config/constants.js",status="429",le="0.5"} 19 http_request_duration_seconds_bucket{method="GET",path="/API/config/constants.js",status="429",le="1"} 19 http_request_duration_seconds_bucket{method="GET",path="/API/config/constants.js",status="429",le="2.5"} 19 http_request_duration_seconds_bucket{method="GET",path="/API/config/constants.js",status="429",le="5"} 19 http_request_duration_seconds_bucket{method="GET",path="/API/config/constants.js",status="429",le="10"} 19 http_request_duration_seconds_bucket{method="GET",path="/API/config/constants.js",status="429",le="+Inf"} 19 http_request_duration_seconds_sum{method="GET",path="/API/config/constants.js",status="429"} 0.001720935 http_request_duration_seconds_count{method="GET",path="/API/config/constants.js",status="429"} 19 http_request_duration_seconds_bucket{method="GET",path="/API/config/database.js",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/API/config/database.js",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/API/config/database.js",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/API/config/database.js",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/API/config/database.js",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/API/config/database.js",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/API/config/database.js",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/API/config/database.js",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/API/config/database.js",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/API/config/database.js",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/API/config/database.js",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/API/config/database.js",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/API/config/database.js",status="404"} 0.000127283 http_request_duration_seconds_count{method="GET",path="/API/config/database.js",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/API/config/database.js",status="429",le="0.005"} 18 http_request_duration_seconds_bucket{method="GET",path="/API/config/database.js",status="429",le="0.01"} 18 http_request_duration_seconds_bucket{method="GET",path="/API/config/database.js",status="429",le="0.025"} 18 http_request_duration_seconds_bucket{method="GET",path="/API/config/database.js",status="429",le="0.05"} 18 http_request_duration_seconds_bucket{method="GET",path="/API/config/database.js",status="429",le="0.1"} 18 http_request_duration_seconds_bucket{method="GET",path="/API/config/database.js",status="429",le="0.25"} 18 http_request_duration_seconds_bucket{method="GET",path="/API/config/database.js",status="429",le="0.5"} 18 http_request_duration_seconds_bucket{method="GET",path="/API/config/database.js",status="429",le="1"} 18 http_request_duration_seconds_bucket{method="GET",path="/API/config/database.js",status="429",le="2.5"} 18 http_request_duration_seconds_bucket{method="GET",path="/API/config/database.js",status="429",le="5"} 18 http_request_duration_seconds_bucket{method="GET",path="/API/config/database.js",status="429",le="10"} 18 http_request_duration_seconds_bucket{method="GET",path="/API/config/database.js",status="429",le="+Inf"} 18 http_request_duration_seconds_sum{method="GET",path="/API/config/database.js",status="429"} 0.001351786 http_request_duration_seconds_count{method="GET",path="/API/config/database.js",status="429"} 18 http_request_duration_seconds_bucket{method="GET",path="/API/config/template.js",status="429",le="0.005"} 17 http_request_duration_seconds_bucket{method="GET",path="/API/config/template.js",status="429",le="0.01"} 17 http_request_duration_seconds_bucket{method="GET",path="/API/config/template.js",status="429",le="0.025"} 17 http_request_duration_seconds_bucket{method="GET",path="/API/config/template.js",status="429",le="0.05"} 17 http_request_duration_seconds_bucket{method="GET",path="/API/config/template.js",status="429",le="0.1"} 17 http_request_duration_seconds_bucket{method="GET",path="/API/config/template.js",status="429",le="0.25"} 17 http_request_duration_seconds_bucket{method="GET",path="/API/config/template.js",status="429",le="0.5"} 17 http_request_duration_seconds_bucket{method="GET",path="/API/config/template.js",status="429",le="1"} 17 http_request_duration_seconds_bucket{method="GET",path="/API/config/template.js",status="429",le="2.5"} 17 http_request_duration_seconds_bucket{method="GET",path="/API/config/template.js",status="429",le="5"} 17 http_request_duration_seconds_bucket{method="GET",path="/API/config/template.js",status="429",le="10"} 17 http_request_duration_seconds_bucket{method="GET",path="/API/config/template.js",status="429",le="+Inf"} 17 http_request_duration_seconds_sum{method="GET",path="/API/config/template.js",status="429"} 0.0010849079999999999 http_request_duration_seconds_count{method="GET",path="/API/config/template.js",status="429"} 17 http_request_duration_seconds_bucket{method="GET",path="/API/constants.js",status="429",le="0.005"} 19 http_request_duration_seconds_bucket{method="GET",path="/API/constants.js",status="429",le="0.01"} 19 http_request_duration_seconds_bucket{method="GET",path="/API/constants.js",status="429",le="0.025"} 19 http_request_duration_seconds_bucket{method="GET",path="/API/constants.js",status="429",le="0.05"} 19 http_request_duration_seconds_bucket{method="GET",path="/API/constants.js",status="429",le="0.1"} 19 http_request_duration_seconds_bucket{method="GET",path="/API/constants.js",status="429",le="0.25"} 19 http_request_duration_seconds_bucket{method="GET",path="/API/constants.js",status="429",le="0.5"} 19 http_request_duration_seconds_bucket{method="GET",path="/API/constants.js",status="429",le="1"} 19 http_request_duration_seconds_bucket{method="GET",path="/API/constants.js",status="429",le="2.5"} 19 http_request_duration_seconds_bucket{method="GET",path="/API/constants.js",status="429",le="5"} 19 http_request_duration_seconds_bucket{method="GET",path="/API/constants.js",status="429",le="10"} 19 http_request_duration_seconds_bucket{method="GET",path="/API/constants.js",status="429",le="+Inf"} 19 http_request_duration_seconds_sum{method="GET",path="/API/constants.js",status="429"} 0.001454309 http_request_duration_seconds_count{method="GET",path="/API/constants.js",status="429"} 19 http_request_duration_seconds_bucket{method="GET",path="/APP/.env",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/APP/.env",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/APP/.env",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/APP/.env",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/APP/.env",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/APP/.env",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/APP/.env",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/APP/.env",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/APP/.env",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/APP/.env",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/APP/.env",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/APP/.env",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/APP/.env",status="429"} 0.000203798 http_request_duration_seconds_count{method="GET",path="/APP/.env",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/AWS/AWSDetails.ts",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/AWS/AWSDetails.ts",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/AWS/AWSDetails.ts",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/AWS/AWSDetails.ts",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/AWS/AWSDetails.ts",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/AWS/AWSDetails.ts",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/AWS/AWSDetails.ts",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/AWS/AWSDetails.ts",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/AWS/AWSDetails.ts",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/AWS/AWSDetails.ts",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/AWS/AWSDetails.ts",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/AWS/AWSDetails.ts",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/AWS/AWSDetails.ts",status="429"} 8.7981e-05 http_request_duration_seconds_count{method="GET",path="/AWS/AWSDetails.ts",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/AWS/ProfileUpload.js",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/AWS/ProfileUpload.js",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/AWS/ProfileUpload.js",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/AWS/ProfileUpload.js",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/AWS/ProfileUpload.js",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/AWS/ProfileUpload.js",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/AWS/ProfileUpload.js",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/AWS/ProfileUpload.js",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/AWS/ProfileUpload.js",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/AWS/ProfileUpload.js",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/AWS/ProfileUpload.js",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/AWS/ProfileUpload.js",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/AWS/ProfileUpload.js",status="404"} 0.000188083 http_request_duration_seconds_count{method="GET",path="/AWS/ProfileUpload.js",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/AWS/ProfileUpload.js",status="429",le="0.005"} 14 http_request_duration_seconds_bucket{method="GET",path="/AWS/ProfileUpload.js",status="429",le="0.01"} 14 http_request_duration_seconds_bucket{method="GET",path="/AWS/ProfileUpload.js",status="429",le="0.025"} 14 http_request_duration_seconds_bucket{method="GET",path="/AWS/ProfileUpload.js",status="429",le="0.05"} 14 http_request_duration_seconds_bucket{method="GET",path="/AWS/ProfileUpload.js",status="429",le="0.1"} 14 http_request_duration_seconds_bucket{method="GET",path="/AWS/ProfileUpload.js",status="429",le="0.25"} 14 http_request_duration_seconds_bucket{method="GET",path="/AWS/ProfileUpload.js",status="429",le="0.5"} 14 http_request_duration_seconds_bucket{method="GET",path="/AWS/ProfileUpload.js",status="429",le="1"} 14 http_request_duration_seconds_bucket{method="GET",path="/AWS/ProfileUpload.js",status="429",le="2.5"} 14 http_request_duration_seconds_bucket{method="GET",path="/AWS/ProfileUpload.js",status="429",le="5"} 14 http_request_duration_seconds_bucket{method="GET",path="/AWS/ProfileUpload.js",status="429",le="10"} 14 http_request_duration_seconds_bucket{method="GET",path="/AWS/ProfileUpload.js",status="429",le="+Inf"} 14 http_request_duration_seconds_sum{method="GET",path="/AWS/ProfileUpload.js",status="429"} 0.001061389 http_request_duration_seconds_count{method="GET",path="/AWS/ProfileUpload.js",status="429"} 14 http_request_duration_seconds_bucket{method="GET",path="/AWSCredentials.properties",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/AWSCredentials.properties",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/AWSCredentials.properties",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/AWSCredentials.properties",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/AWSCredentials.properties",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/AWSCredentials.properties",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/AWSCredentials.properties",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/AWSCredentials.properties",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/AWSCredentials.properties",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/AWSCredentials.properties",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/AWSCredentials.properties",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/AWSCredentials.properties",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/AWSCredentials.properties",status="429"} 0.000169416 http_request_duration_seconds_count{method="GET",path="/AWSCredentials.properties",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/AWSDetails.ts",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/AWSDetails.ts",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/AWSDetails.ts",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/AWSDetails.ts",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/AWSDetails.ts",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/AWSDetails.ts",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/AWSDetails.ts",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/AWSDetails.ts",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/AWSDetails.ts",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/AWSDetails.ts",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/AWSDetails.ts",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/AWSDetails.ts",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/AWSDetails.ts",status="429"} 0.000192245 http_request_duration_seconds_count{method="GET",path="/AWSDetails.ts",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/Api/.env",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/Api/.env",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/Api/.env",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/Api/.env",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/Api/.env",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/Api/.env",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/Api/.env",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/Api/.env",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/Api/.env",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/Api/.env",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/Api/.env",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/Api/.env",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/Api/.env",status="429"} 0.000179237 http_request_duration_seconds_count{method="GET",path="/Api/.env",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/App.config",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/App.config",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/App.config",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/App.config",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/App.config",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/App.config",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/App.config",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/App.config",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/App.config",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/App.config",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/App.config",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/App.config",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/App.config",status="404"} 0.000136472 http_request_duration_seconds_count{method="GET",path="/App.config",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/Archive.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/Archive.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/Archive.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/Archive.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/Archive.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/Archive.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/Archive.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/Archive.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/Archive.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/Archive.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/Archive.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/Archive.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/Archive.zip",status="429"} 5.287e-05 http_request_duration_seconds_count{method="GET",path="/Archive.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/BACK/.env",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/BACK/.env",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/BACK/.env",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/BACK/.env",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/BACK/.env",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/BACK/.env",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/BACK/.env",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/BACK/.env",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/BACK/.env",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/BACK/.env",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/BACK/.env",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/BACK/.env",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/BACK/.env",status="429"} 0.00020636 http_request_duration_seconds_count{method="GET",path="/BACK/.env",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/BACKEND/.env",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/BACKEND/.env",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/BACKEND/.env",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/BACKEND/.env",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/BACKEND/.env",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/BACKEND/.env",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/BACKEND/.env",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/BACKEND/.env",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/BACKEND/.env",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/BACKEND/.env",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/BACKEND/.env",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/BACKEND/.env",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/BACKEND/.env",status="429"} 0.000216331 http_request_duration_seconds_count{method="GET",path="/BACKEND/.env",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/BDKR28WP.php",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/BDKR28WP.php",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/BDKR28WP.php",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/BDKR28WP.php",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/BDKR28WP.php",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/BDKR28WP.php",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/BDKR28WP.php",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/BDKR28WP.php",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/BDKR28WP.php",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/BDKR28WP.php",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/BDKR28WP.php",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/BDKR28WP.php",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/BDKR28WP.php",status="404"} 0.000460661 http_request_duration_seconds_count{method="GET",path="/BDKR28WP.php",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/BDKR28WP.php",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/BDKR28WP.php",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/BDKR28WP.php",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/BDKR28WP.php",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/BDKR28WP.php",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/BDKR28WP.php",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/BDKR28WP.php",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/BDKR28WP.php",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/BDKR28WP.php",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/BDKR28WP.php",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/BDKR28WP.php",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/BDKR28WP.php",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/BDKR28WP.php",status="429"} 0.00029315000000000005 http_request_duration_seconds_count{method="GET",path="/BDKR28WP.php",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/BE/.env",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/BE/.env",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/BE/.env",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/BE/.env",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/BE/.env",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/BE/.env",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/BE/.env",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/BE/.env",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/BE/.env",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/BE/.env",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/BE/.env",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/BE/.env",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/BE/.env",status="429"} 0.000182189 http_request_duration_seconds_count{method="GET",path="/BE/.env",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/BackEnd/config.js",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/BackEnd/config.js",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/BackEnd/config.js",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/BackEnd/config.js",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/BackEnd/config.js",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/BackEnd/config.js",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/BackEnd/config.js",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/BackEnd/config.js",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/BackEnd/config.js",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/BackEnd/config.js",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/BackEnd/config.js",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/BackEnd/config.js",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/BackEnd/config.js",status="404"} 9.6028e-05 http_request_duration_seconds_count{method="GET",path="/BackEnd/config.js",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/BackEnd/config.js",status="429",le="0.005"} 17 http_request_duration_seconds_bucket{method="GET",path="/BackEnd/config.js",status="429",le="0.01"} 17 http_request_duration_seconds_bucket{method="GET",path="/BackEnd/config.js",status="429",le="0.025"} 17 http_request_duration_seconds_bucket{method="GET",path="/BackEnd/config.js",status="429",le="0.05"} 17 http_request_duration_seconds_bucket{method="GET",path="/BackEnd/config.js",status="429",le="0.1"} 17 http_request_duration_seconds_bucket{method="GET",path="/BackEnd/config.js",status="429",le="0.25"} 17 http_request_duration_seconds_bucket{method="GET",path="/BackEnd/config.js",status="429",le="0.5"} 17 http_request_duration_seconds_bucket{method="GET",path="/BackEnd/config.js",status="429",le="1"} 17 http_request_duration_seconds_bucket{method="GET",path="/BackEnd/config.js",status="429",le="2.5"} 17 http_request_duration_seconds_bucket{method="GET",path="/BackEnd/config.js",status="429",le="5"} 17 http_request_duration_seconds_bucket{method="GET",path="/BackEnd/config.js",status="429",le="10"} 17 http_request_duration_seconds_bucket{method="GET",path="/BackEnd/config.js",status="429",le="+Inf"} 17 http_request_duration_seconds_sum{method="GET",path="/BackEnd/config.js",status="429"} 0.00141311 http_request_duration_seconds_count{method="GET",path="/BackEnd/config.js",status="429"} 17 http_request_duration_seconds_bucket{method="GET",path="/Backend/.env",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/Backend/.env",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/Backend/.env",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/Backend/.env",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/Backend/.env",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/Backend/.env",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/Backend/.env",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/Backend/.env",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/Backend/.env",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/Backend/.env",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/Backend/.env",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/Backend/.env",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/Backend/.env",status="429"} 0.000230763 http_request_duration_seconds_count{method="GET",path="/Backend/.env",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/Be/.env",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/Be/.env",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/Be/.env",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/Be/.env",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/Be/.env",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/Be/.env",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/Be/.env",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/Be/.env",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/Be/.env",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/Be/.env",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/Be/.env",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/Be/.env",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/Be/.env",status="404"} 0.000124389 http_request_duration_seconds_count{method="GET",path="/Be/.env",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/Be/.env",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/Be/.env",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/Be/.env",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/Be/.env",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/Be/.env",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/Be/.env",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/Be/.env",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/Be/.env",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/Be/.env",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/Be/.env",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/Be/.env",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/Be/.env",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/Be/.env",status="429"} 0.000101666 http_request_duration_seconds_count{method="GET",path="/Be/.env",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/CDX2.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/CDX2.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/CDX2.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/CDX2.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/CDX2.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/CDX2.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/CDX2.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/CDX2.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/CDX2.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/CDX2.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/CDX2.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/CDX2.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/CDX2.php",status="404"} 0.000127196 http_request_duration_seconds_count{method="GET",path="/CDX2.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/Cap.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/Cap.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/Cap.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/Cap.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/Cap.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/Cap.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/Cap.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/Cap.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/Cap.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/Cap.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/Cap.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/Cap.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/Cap.php",status="404"} 0.000142768 http_request_duration_seconds_count{method="GET",path="/Cap.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/DOCS.md",status="429",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/DOCS.md",status="429",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/DOCS.md",status="429",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/DOCS.md",status="429",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/DOCS.md",status="429",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/DOCS.md",status="429",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/DOCS.md",status="429",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/DOCS.md",status="429",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/DOCS.md",status="429",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/DOCS.md",status="429",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/DOCS.md",status="429",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/DOCS.md",status="429",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/DOCS.md",status="429"} 0.00034884399999999996 http_request_duration_seconds_count{method="GET",path="/DOCS.md",status="429"} 4 http_request_duration_seconds_bucket{method="GET",path="/Docker.md",status="429",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/Docker.md",status="429",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/Docker.md",status="429",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/Docker.md",status="429",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/Docker.md",status="429",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/Docker.md",status="429",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/Docker.md",status="429",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/Docker.md",status="429",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/Docker.md",status="429",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/Docker.md",status="429",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/Docker.md",status="429",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/Docker.md",status="429",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/Docker.md",status="429"} 0.000357816 http_request_duration_seconds_count{method="GET",path="/Docker.md",status="429"} 4 http_request_duration_seconds_bucket{method="GET",path="/Dockerfile",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/Dockerfile",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/Dockerfile",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/Dockerfile",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/Dockerfile",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/Dockerfile",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/Dockerfile",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/Dockerfile",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/Dockerfile",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/Dockerfile",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/Dockerfile",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/Dockerfile",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/Dockerfile",status="404"} 0.000393517 http_request_duration_seconds_count{method="GET",path="/Dockerfile",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/Dockerfile",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/Dockerfile",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/Dockerfile",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/Dockerfile",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/Dockerfile",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/Dockerfile",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/Dockerfile",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/Dockerfile",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/Dockerfile",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/Dockerfile",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/Dockerfile",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/Dockerfile",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/Dockerfile",status="429"} 0.000171986 http_request_duration_seconds_count{method="GET",path="/Dockerfile",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/G-In.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/G-In.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/G-In.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/G-In.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/G-In.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/G-In.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/G-In.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/G-In.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/G-In.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/G-In.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/G-In.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/G-In.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/G-In.php",status="404"} 0.000134205 http_request_duration_seconds_count{method="GET",path="/G-In.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/IAM.md",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/IAM.md",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/IAM.md",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/IAM.md",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/IAM.md",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/IAM.md",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/IAM.md",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/IAM.md",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/IAM.md",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/IAM.md",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/IAM.md",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/IAM.md",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/IAM.md",status="404"} 0.000134214 http_request_duration_seconds_count{method="GET",path="/IAM.md",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/IAM.md",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/IAM.md",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/IAM.md",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/IAM.md",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/IAM.md",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/IAM.md",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/IAM.md",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/IAM.md",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/IAM.md",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/IAM.md",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/IAM.md",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/IAM.md",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/IAM.md",status="429"} 8.1094e-05 http_request_duration_seconds_count{method="GET",path="/IAM.md",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/Jenkinsfile",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/Jenkinsfile",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/Jenkinsfile",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/Jenkinsfile",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/Jenkinsfile",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/Jenkinsfile",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/Jenkinsfile",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/Jenkinsfile",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/Jenkinsfile",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/Jenkinsfile",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/Jenkinsfile",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/Jenkinsfile",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/Jenkinsfile",status="404"} 0.000138809 http_request_duration_seconds_count{method="GET",path="/Jenkinsfile",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/LOG.md",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/LOG.md",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/LOG.md",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/LOG.md",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/LOG.md",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/LOG.md",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/LOG.md",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/LOG.md",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/LOG.md",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/LOG.md",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/LOG.md",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/LOG.md",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/LOG.md",status="429"} 0.000211312 http_request_duration_seconds_count{method="GET",path="/LOG.md",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/NOTES.md",status="429",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/NOTES.md",status="429",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/NOTES.md",status="429",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/NOTES.md",status="429",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/NOTES.md",status="429",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/NOTES.md",status="429",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/NOTES.md",status="429",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/NOTES.md",status="429",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/NOTES.md",status="429",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/NOTES.md",status="429",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/NOTES.md",status="429",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/NOTES.md",status="429",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/NOTES.md",status="429"} 0.00038222 http_request_duration_seconds_count{method="GET",path="/NOTES.md",status="429"} 4 http_request_duration_seconds_bucket{method="GET",path="/NewFile.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/NewFile.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/NewFile.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/NewFile.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/NewFile.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/NewFile.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/NewFile.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/NewFile.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/NewFile.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/NewFile.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/NewFile.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/NewFile.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/NewFile.php",status="404"} 0.00028632699999999996 http_request_duration_seconds_count{method="GET",path="/NewFile.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/OVO7xf.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/OVO7xf.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/OVO7xf.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/OVO7xf.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/OVO7xf.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/OVO7xf.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/OVO7xf.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/OVO7xf.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/OVO7xf.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/OVO7xf.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/OVO7xf.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/OVO7xf.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/OVO7xf.php",status="404"} 0.000234918 http_request_duration_seconds_count{method="GET",path="/OVO7xf.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/Okxob.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/Okxob.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/Okxob.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/Okxob.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/Okxob.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/Okxob.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/Okxob.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/Okxob.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/Okxob.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/Okxob.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/Okxob.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/Okxob.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/Okxob.php",status="404"} 0.000178854 http_request_duration_seconds_count{method="GET",path="/Okxob.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/Ov-Simple1.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/Ov-Simple1.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/Ov-Simple1.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/Ov-Simple1.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/Ov-Simple1.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/Ov-Simple1.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/Ov-Simple1.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/Ov-Simple1.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/Ov-Simple1.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/Ov-Simple1.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/Ov-Simple1.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/Ov-Simple1.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/Ov-Simple1.php",status="404"} 0.000131087 http_request_duration_seconds_count{method="GET",path="/Ov-Simple1.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/Procfile",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/Procfile",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/Procfile",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/Procfile",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/Procfile",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/Procfile",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/Procfile",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/Procfile",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/Procfile",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/Procfile",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/Procfile",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/Procfile",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/Procfile",status="404"} 0.000269121 http_request_duration_seconds_count{method="GET",path="/Procfile",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/Properties/launchSettings.json",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/Properties/launchSettings.json",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/Properties/launchSettings.json",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/Properties/launchSettings.json",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/Properties/launchSettings.json",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/Properties/launchSettings.json",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/Properties/launchSettings.json",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/Properties/launchSettings.json",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/Properties/launchSettings.json",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/Properties/launchSettings.json",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/Properties/launchSettings.json",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/Properties/launchSettings.json",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/Properties/launchSettings.json",status="404"} 0.000225117 http_request_duration_seconds_count{method="GET",path="/Properties/launchSettings.json",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/Properties/launchSettings.json",status="429",le="0.005"} 13 http_request_duration_seconds_bucket{method="GET",path="/Properties/launchSettings.json",status="429",le="0.01"} 13 http_request_duration_seconds_bucket{method="GET",path="/Properties/launchSettings.json",status="429",le="0.025"} 13 http_request_duration_seconds_bucket{method="GET",path="/Properties/launchSettings.json",status="429",le="0.05"} 13 http_request_duration_seconds_bucket{method="GET",path="/Properties/launchSettings.json",status="429",le="0.1"} 13 http_request_duration_seconds_bucket{method="GET",path="/Properties/launchSettings.json",status="429",le="0.25"} 13 http_request_duration_seconds_bucket{method="GET",path="/Properties/launchSettings.json",status="429",le="0.5"} 13 http_request_duration_seconds_bucket{method="GET",path="/Properties/launchSettings.json",status="429",le="1"} 13 http_request_duration_seconds_bucket{method="GET",path="/Properties/launchSettings.json",status="429",le="2.5"} 13 http_request_duration_seconds_bucket{method="GET",path="/Properties/launchSettings.json",status="429",le="5"} 13 http_request_duration_seconds_bucket{method="GET",path="/Properties/launchSettings.json",status="429",le="10"} 13 http_request_duration_seconds_bucket{method="GET",path="/Properties/launchSettings.json",status="429",le="+Inf"} 13 http_request_duration_seconds_sum{method="GET",path="/Properties/launchSettings.json",status="429"} 0.001045301 http_request_duration_seconds_count{method="GET",path="/Properties/launchSettings.json",status="429"} 13 http_request_duration_seconds_bucket{method="GET",path="/README.md",status="429",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/README.md",status="429",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/README.md",status="429",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/README.md",status="429",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/README.md",status="429",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/README.md",status="429",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/README.md",status="429",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/README.md",status="429",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/README.md",status="429",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/README.md",status="429",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/README.md",status="429",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/README.md",status="429",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/README.md",status="429"} 0.000357365 http_request_duration_seconds_count{method="GET",path="/README.md",status="429"} 4 http_request_duration_seconds_bucket{method="GET",path="/Release.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/Release.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/Release.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/Release.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/Release.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/Release.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/Release.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/Release.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/Release.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/Release.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/Release.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/Release.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/Release.zip",status="429"} 3.2548e-05 http_request_duration_seconds_count{method="GET",path="/Release.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/RsR.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/RsR.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/RsR.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/RsR.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/RsR.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/RsR.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/RsR.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/RsR.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/RsR.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/RsR.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/RsR.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/RsR.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/RsR.php",status="404"} 0.000166035 http_request_duration_seconds_count{method="GET",path="/RsR.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/Sanskrit.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/Sanskrit.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/Sanskrit.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/Sanskrit.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/Sanskrit.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/Sanskrit.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/Sanskrit.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/Sanskrit.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/Sanskrit.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/Sanskrit.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/Sanskrit.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/Sanskrit.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/Sanskrit.php",status="404"} 0.000187541 http_request_duration_seconds_count{method="GET",path="/Sanskrit.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/Sanskrit.php",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/Sanskrit.php",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/Sanskrit.php",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/Sanskrit.php",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/Sanskrit.php",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/Sanskrit.php",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/Sanskrit.php",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/Sanskrit.php",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/Sanskrit.php",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/Sanskrit.php",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/Sanskrit.php",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/Sanskrit.php",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/Sanskrit.php",status="429"} 0.000243448 http_request_duration_seconds_count{method="GET",path="/Sanskrit.php",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/SendMail.ts",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/SendMail.ts",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/SendMail.ts",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/SendMail.ts",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/SendMail.ts",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/SendMail.ts",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/SendMail.ts",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/SendMail.ts",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/SendMail.ts",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/SendMail.ts",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/SendMail.ts",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/SendMail.ts",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/SendMail.ts",status="429"} 0.000186333 http_request_duration_seconds_count{method="GET",path="/SendMail.ts",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/SrHD3odefault.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/SrHD3odefault.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/SrHD3odefault.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/SrHD3odefault.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/SrHD3odefault.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/SrHD3odefault.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/SrHD3odefault.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/SrHD3odefault.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/SrHD3odefault.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/SrHD3odefault.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/SrHD3odefault.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/SrHD3odefault.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/SrHD3odefault.php",status="404"} 0.000147198 http_request_duration_seconds_count{method="GET",path="/SrHD3odefault.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/[...catchAll]",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/[...catchAll]",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/[...catchAll]",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/[...catchAll]",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/[...catchAll]",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/[...catchAll]",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/[...catchAll]",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/[...catchAll]",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/[...catchAll]",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/[...catchAll]",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/[...catchAll]",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/[...catchAll]",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/[...catchAll]",status="429"} 0.000246424 http_request_duration_seconds_count{method="GET",path="/[...catchAll]",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/[[...optional]]",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/[[...optional]]",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/[[...optional]]",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/[[...optional]]",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/[[...optional]]",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/[[...optional]]",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/[[...optional]]",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/[[...optional]]",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/[[...optional]]",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/[[...optional]]",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/[[...optional]]",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/[[...optional]]",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/[[...optional]]",status="429"} 0.00022344200000000002 http_request_duration_seconds_count{method="GET",path="/[[...optional]]",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/[id]",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/[id]",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/[id]",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/[id]",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/[id]",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/[id]",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/[id]",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/[id]",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/[id]",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/[id]",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/[id]",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/[id]",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/[id]",status="429"} 0.001168884 http_request_duration_seconds_count{method="GET",path="/[id]",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/[locale]/*",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/[locale]/*",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/[locale]/*",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/[locale]/*",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/[locale]/*",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/[locale]/*",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/[locale]/*",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/[locale]/*",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/[locale]/*",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/[locale]/*",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/[locale]/*",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/[locale]/*",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/[locale]/*",status="429"} 0.000186561 http_request_duration_seconds_count{method="GET",path="/[locale]/*",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/[slug]",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/[slug]",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/[slug]",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/[slug]",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/[slug]",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/[slug]",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/[slug]",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/[slug]",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/[slug]",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/[slug]",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/[slug]",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/[slug]",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/[slug]",status="429"} 0.000200152 http_request_duration_seconds_count{method="GET",path="/[slug]",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/[tenant]/*",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/[tenant]/*",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/[tenant]/*",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/[tenant]/*",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/[tenant]/*",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/[tenant]/*",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/[tenant]/*",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/[tenant]/*",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/[tenant]/*",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/[tenant]/*",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/[tenant]/*",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/[tenant]/*",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/[tenant]/*",status="429"} 0.00020763299999999998 http_request_duration_seconds_count{method="GET",path="/[tenant]/*",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/[workspace]/*",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/[workspace]/*",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/[workspace]/*",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/[workspace]/*",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/[workspace]/*",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/[workspace]/*",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/[workspace]/*",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/[workspace]/*",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/[workspace]/*",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/[workspace]/*",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/[workspace]/*",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/[workspace]/*",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/[workspace]/*",status="429"} 0.000211662 http_request_duration_seconds_count{method="GET",path="/[workspace]/*",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/__/firebase/init.json",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/__/firebase/init.json",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/__/firebase/init.json",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/__/firebase/init.json",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/__/firebase/init.json",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/__/firebase/init.json",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/__/firebase/init.json",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/__/firebase/init.json",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/__/firebase/init.json",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/__/firebase/init.json",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/__/firebase/init.json",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/__/firebase/init.json",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/__/firebase/init.json",status="404"} 0.000103776 http_request_duration_seconds_count{method="GET",path="/__/firebase/init.json",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/__/firebase/init.json",status="429",le="0.005"} 18 http_request_duration_seconds_bucket{method="GET",path="/__/firebase/init.json",status="429",le="0.01"} 18 http_request_duration_seconds_bucket{method="GET",path="/__/firebase/init.json",status="429",le="0.025"} 18 http_request_duration_seconds_bucket{method="GET",path="/__/firebase/init.json",status="429",le="0.05"} 18 http_request_duration_seconds_bucket{method="GET",path="/__/firebase/init.json",status="429",le="0.1"} 18 http_request_duration_seconds_bucket{method="GET",path="/__/firebase/init.json",status="429",le="0.25"} 18 http_request_duration_seconds_bucket{method="GET",path="/__/firebase/init.json",status="429",le="0.5"} 18 http_request_duration_seconds_bucket{method="GET",path="/__/firebase/init.json",status="429",le="1"} 18 http_request_duration_seconds_bucket{method="GET",path="/__/firebase/init.json",status="429",le="2.5"} 18 http_request_duration_seconds_bucket{method="GET",path="/__/firebase/init.json",status="429",le="5"} 18 http_request_duration_seconds_bucket{method="GET",path="/__/firebase/init.json",status="429",le="10"} 18 http_request_duration_seconds_bucket{method="GET",path="/__/firebase/init.json",status="429",le="+Inf"} 18 http_request_duration_seconds_sum{method="GET",path="/__/firebase/init.json",status="429"} 0.0013791909999999999 http_request_duration_seconds_count{method="GET",path="/__/firebase/init.json",status="429"} 18 http_request_duration_seconds_bucket{method="GET",path="/___proxy_subdomain_cpanel",status="404",le="0.005"} 9 http_request_duration_seconds_bucket{method="GET",path="/___proxy_subdomain_cpanel",status="404",le="0.01"} 9 http_request_duration_seconds_bucket{method="GET",path="/___proxy_subdomain_cpanel",status="404",le="0.025"} 9 http_request_duration_seconds_bucket{method="GET",path="/___proxy_subdomain_cpanel",status="404",le="0.05"} 9 http_request_duration_seconds_bucket{method="GET",path="/___proxy_subdomain_cpanel",status="404",le="0.1"} 9 http_request_duration_seconds_bucket{method="GET",path="/___proxy_subdomain_cpanel",status="404",le="0.25"} 9 http_request_duration_seconds_bucket{method="GET",path="/___proxy_subdomain_cpanel",status="404",le="0.5"} 9 http_request_duration_seconds_bucket{method="GET",path="/___proxy_subdomain_cpanel",status="404",le="1"} 9 http_request_duration_seconds_bucket{method="GET",path="/___proxy_subdomain_cpanel",status="404",le="2.5"} 9 http_request_duration_seconds_bucket{method="GET",path="/___proxy_subdomain_cpanel",status="404",le="5"} 9 http_request_duration_seconds_bucket{method="GET",path="/___proxy_subdomain_cpanel",status="404",le="10"} 9 http_request_duration_seconds_bucket{method="GET",path="/___proxy_subdomain_cpanel",status="404",le="+Inf"} 9 http_request_duration_seconds_sum{method="GET",path="/___proxy_subdomain_cpanel",status="404"} 0.0013578810000000002 http_request_duration_seconds_count{method="GET",path="/___proxy_subdomain_cpanel",status="404"} 9 http_request_duration_seconds_bucket{method="GET",path="/___proxy_subdomain_whm/login",status="404",le="0.005"} 9 http_request_duration_seconds_bucket{method="GET",path="/___proxy_subdomain_whm/login",status="404",le="0.01"} 9 http_request_duration_seconds_bucket{method="GET",path="/___proxy_subdomain_whm/login",status="404",le="0.025"} 9 http_request_duration_seconds_bucket{method="GET",path="/___proxy_subdomain_whm/login",status="404",le="0.05"} 9 http_request_duration_seconds_bucket{method="GET",path="/___proxy_subdomain_whm/login",status="404",le="0.1"} 9 http_request_duration_seconds_bucket{method="GET",path="/___proxy_subdomain_whm/login",status="404",le="0.25"} 9 http_request_duration_seconds_bucket{method="GET",path="/___proxy_subdomain_whm/login",status="404",le="0.5"} 9 http_request_duration_seconds_bucket{method="GET",path="/___proxy_subdomain_whm/login",status="404",le="1"} 9 http_request_duration_seconds_bucket{method="GET",path="/___proxy_subdomain_whm/login",status="404",le="2.5"} 9 http_request_duration_seconds_bucket{method="GET",path="/___proxy_subdomain_whm/login",status="404",le="5"} 9 http_request_duration_seconds_bucket{method="GET",path="/___proxy_subdomain_whm/login",status="404",le="10"} 9 http_request_duration_seconds_bucket{method="GET",path="/___proxy_subdomain_whm/login",status="404",le="+Inf"} 9 http_request_duration_seconds_sum{method="GET",path="/___proxy_subdomain_whm/login",status="404"} 0.0014065240000000001 http_request_duration_seconds_count{method="GET",path="/___proxy_subdomain_whm/login",status="404"} 9 http_request_duration_seconds_bucket{method="GET",path="/__debug",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/__debug",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/__debug",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/__debug",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/__debug",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/__debug",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/__debug",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/__debug",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/__debug",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/__debug",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/__debug",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/__debug",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/__debug",status="429"} 0.00023977500000000001 http_request_duration_seconds_count{method="GET",path="/__debug",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/__env.js",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/__env.js",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/__env.js",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/__env.js",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/__env.js",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/__env.js",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/__env.js",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/__env.js",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/__env.js",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/__env.js",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/__env.js",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/__env.js",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/__env.js",status="404"} 0.000296721 http_request_duration_seconds_count{method="GET",path="/__env.js",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/__env.js",status="429",le="0.005"} 14 http_request_duration_seconds_bucket{method="GET",path="/__env.js",status="429",le="0.01"} 14 http_request_duration_seconds_bucket{method="GET",path="/__env.js",status="429",le="0.025"} 14 http_request_duration_seconds_bucket{method="GET",path="/__env.js",status="429",le="0.05"} 14 http_request_duration_seconds_bucket{method="GET",path="/__env.js",status="429",le="0.1"} 14 http_request_duration_seconds_bucket{method="GET",path="/__env.js",status="429",le="0.25"} 14 http_request_duration_seconds_bucket{method="GET",path="/__env.js",status="429",le="0.5"} 14 http_request_duration_seconds_bucket{method="GET",path="/__env.js",status="429",le="1"} 14 http_request_duration_seconds_bucket{method="GET",path="/__env.js",status="429",le="2.5"} 14 http_request_duration_seconds_bucket{method="GET",path="/__env.js",status="429",le="5"} 14 http_request_duration_seconds_bucket{method="GET",path="/__env.js",status="429",le="10"} 14 http_request_duration_seconds_bucket{method="GET",path="/__env.js",status="429",le="+Inf"} 14 http_request_duration_seconds_sum{method="GET",path="/__env.js",status="429"} 0.000981766 http_request_duration_seconds_count{method="GET",path="/__env.js",status="429"} 14 http_request_duration_seconds_bucket{method="GET",path="/__nextjs_action",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/__nextjs_action",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/__nextjs_action",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/__nextjs_action",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/__nextjs_action",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/__nextjs_action",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/__nextjs_action",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/__nextjs_action",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/__nextjs_action",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/__nextjs_action",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/__nextjs_action",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/__nextjs_action",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/__nextjs_action",status="429"} 0.000207138 http_request_duration_seconds_count{method="GET",path="/__nextjs_action",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/__nextjs_action/*",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/__nextjs_action/*",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/__nextjs_action/*",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/__nextjs_action/*",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/__nextjs_action/*",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/__nextjs_action/*",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/__nextjs_action/*",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/__nextjs_action/*",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/__nextjs_action/*",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/__nextjs_action/*",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/__nextjs_action/*",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/__nextjs_action/*",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/__nextjs_action/*",status="429"} 0.000202962 http_request_duration_seconds_count{method="GET",path="/__nextjs_action/*",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/__phpinfo.php",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/__phpinfo.php",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/__phpinfo.php",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/__phpinfo.php",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/__phpinfo.php",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/__phpinfo.php",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/__phpinfo.php",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/__phpinfo.php",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/__phpinfo.php",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/__phpinfo.php",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/__phpinfo.php",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/__phpinfo.php",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/__phpinfo.php",status="429"} 0.00010284 http_request_duration_seconds_count{method="GET",path="/__phpinfo.php",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/__test.php",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/__test.php",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/__test.php",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/__test.php",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/__test.php",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/__test.php",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/__test.php",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/__test.php",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/__test.php",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/__test.php",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/__test.php",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/__test.php",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/__test.php",status="429"} 0.000151466 http_request_duration_seconds_count{method="GET",path="/__test.php",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/_api/*",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/_api/*",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/_api/*",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/_api/*",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/_api/*",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/_api/*",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/_api/*",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/_api/*",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/_api/*",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/_api/*",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/_api/*",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/_api/*",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/_api/*",status="429"} 0.000181582 http_request_duration_seconds_count{method="GET",path="/_api/*",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/_backup/phpinfo.php",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/_backup/phpinfo.php",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/_backup/phpinfo.php",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/_backup/phpinfo.php",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/_backup/phpinfo.php",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/_backup/phpinfo.php",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/_backup/phpinfo.php",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/_backup/phpinfo.php",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/_backup/phpinfo.php",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/_backup/phpinfo.php",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/_backup/phpinfo.php",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/_backup/phpinfo.php",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/_backup/phpinfo.php",status="429"} 0.000174828 http_request_duration_seconds_count{method="GET",path="/_backup/phpinfo.php",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/_config.yml",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/_config.yml",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/_config.yml",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/_config.yml",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/_config.yml",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/_config.yml",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/_config.yml",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/_config.yml",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/_config.yml",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/_config.yml",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/_config.yml",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/_config.yml",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/_config.yml",status="429"} 8.383199999999999e-05 http_request_duration_seconds_count{method="GET",path="/_config.yml",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/_config_base.yml",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/_config_base.yml",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/_config_base.yml",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/_config_base.yml",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/_config_base.yml",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/_config_base.yml",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/_config_base.yml",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/_config_base.yml",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/_config_base.yml",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/_config_base.yml",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/_config_base.yml",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/_config_base.yml",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/_config_base.yml",status="429"} 0.00017407799999999998 http_request_duration_seconds_count{method="GET",path="/_config_base.yml",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/_debugbar/",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/_debugbar/",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/_debugbar/",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/_debugbar/",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/_debugbar/",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/_debugbar/",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/_debugbar/",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/_debugbar/",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/_debugbar/",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/_debugbar/",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/_debugbar/",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/_debugbar/",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/_debugbar/",status="404"} 0.000142447 http_request_duration_seconds_count{method="GET",path="/_debugbar/",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/_environment",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/_environment",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/_environment",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/_environment",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/_environment",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/_environment",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/_environment",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/_environment",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/_environment",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/_environment",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/_environment",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/_environment",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/_environment",status="429"} 0.000212189 http_request_duration_seconds_count{method="GET",path="/_environment",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/_inc/phpinfo.php",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/_inc/phpinfo.php",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/_inc/phpinfo.php",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/_inc/phpinfo.php",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/_inc/phpinfo.php",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/_inc/phpinfo.php",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/_inc/phpinfo.php",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/_inc/phpinfo.php",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/_inc/phpinfo.php",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/_inc/phpinfo.php",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/_inc/phpinfo.php",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/_inc/phpinfo.php",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/_inc/phpinfo.php",status="429"} 0.000153084 http_request_duration_seconds_count{method="GET",path="/_inc/phpinfo.php",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/_layouts/*",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/_layouts/*",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/_layouts/*",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/_layouts/*",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/_layouts/*",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/_layouts/*",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/_layouts/*",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/_layouts/*",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/_layouts/*",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/_layouts/*",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/_layouts/*",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/_layouts/*",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/_layouts/*",status="429"} 0.000186195 http_request_duration_seconds_count{method="GET",path="/_layouts/*",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/_layouts/15/*",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/_layouts/15/*",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/_layouts/15/*",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/_layouts/15/*",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/_layouts/15/*",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/_layouts/15/*",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/_layouts/15/*",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/_layouts/15/*",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/_layouts/15/*",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/_layouts/15/*",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/_layouts/15/*",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/_layouts/15/*",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/_layouts/15/*",status="429"} 0.000240706 http_request_duration_seconds_count{method="GET",path="/_layouts/15/*",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/_next/build-manifest.json",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/_next/build-manifest.json",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/_next/build-manifest.json",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/_next/build-manifest.json",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/_next/build-manifest.json",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/_next/build-manifest.json",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/_next/build-manifest.json",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/_next/build-manifest.json",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/_next/build-manifest.json",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/_next/build-manifest.json",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/_next/build-manifest.json",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/_next/build-manifest.json",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/_next/build-manifest.json",status="404"} 0.00027166699999999996 http_request_duration_seconds_count{method="GET",path="/_next/build-manifest.json",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/_next/build-manifest.json",status="429",le="0.005"} 16 http_request_duration_seconds_bucket{method="GET",path="/_next/build-manifest.json",status="429",le="0.01"} 16 http_request_duration_seconds_bucket{method="GET",path="/_next/build-manifest.json",status="429",le="0.025"} 16 http_request_duration_seconds_bucket{method="GET",path="/_next/build-manifest.json",status="429",le="0.05"} 16 http_request_duration_seconds_bucket{method="GET",path="/_next/build-manifest.json",status="429",le="0.1"} 16 http_request_duration_seconds_bucket{method="GET",path="/_next/build-manifest.json",status="429",le="0.25"} 16 http_request_duration_seconds_bucket{method="GET",path="/_next/build-manifest.json",status="429",le="0.5"} 16 http_request_duration_seconds_bucket{method="GET",path="/_next/build-manifest.json",status="429",le="1"} 16 http_request_duration_seconds_bucket{method="GET",path="/_next/build-manifest.json",status="429",le="2.5"} 16 http_request_duration_seconds_bucket{method="GET",path="/_next/build-manifest.json",status="429",le="5"} 16 http_request_duration_seconds_bucket{method="GET",path="/_next/build-manifest.json",status="429",le="10"} 16 http_request_duration_seconds_bucket{method="GET",path="/_next/build-manifest.json",status="429",le="+Inf"} 16 http_request_duration_seconds_sum{method="GET",path="/_next/build-manifest.json",status="429"} 0.00107176 http_request_duration_seconds_count{method="GET",path="/_next/build-manifest.json",status="429"} 16 http_request_duration_seconds_bucket{method="GET",path="/_next/data/*/*.json",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/_next/data/*/*.json",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/_next/data/*/*.json",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/_next/data/*/*.json",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/_next/data/*/*.json",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/_next/data/*/*.json",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/_next/data/*/*.json",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/_next/data/*/*.json",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/_next/data/*/*.json",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/_next/data/*/*.json",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/_next/data/*/*.json",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/_next/data/*/*.json",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/_next/data/*/*.json",status="404"} 0.000151676 http_request_duration_seconds_count{method="GET",path="/_next/data/*/*.json",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/_next/data/*/*.json",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/_next/data/*/*.json",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/_next/data/*/*.json",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/_next/data/*/*.json",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/_next/data/*/*.json",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/_next/data/*/*.json",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/_next/data/*/*.json",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/_next/data/*/*.json",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/_next/data/*/*.json",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/_next/data/*/*.json",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/_next/data/*/*.json",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/_next/data/*/*.json",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/_next/data/*/*.json",status="429"} 9.8813e-05 http_request_duration_seconds_count{method="GET",path="/_next/data/*/*.json",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/_next/data/*/about.json",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/_next/data/*/about.json",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/_next/data/*/about.json",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/_next/data/*/about.json",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/_next/data/*/about.json",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/_next/data/*/about.json",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/_next/data/*/about.json",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/_next/data/*/about.json",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/_next/data/*/about.json",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/_next/data/*/about.json",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/_next/data/*/about.json",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/_next/data/*/about.json",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/_next/data/*/about.json",status="429"} 0.00021221899999999998 http_request_duration_seconds_count{method="GET",path="/_next/data/*/about.json",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/_next/data/*/index.json",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/_next/data/*/index.json",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/_next/data/*/index.json",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/_next/data/*/index.json",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/_next/data/*/index.json",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/_next/data/*/index.json",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/_next/data/*/index.json",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/_next/data/*/index.json",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/_next/data/*/index.json",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/_next/data/*/index.json",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/_next/data/*/index.json",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/_next/data/*/index.json",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/_next/data/*/index.json",status="429"} 0.000257344 http_request_duration_seconds_count{method="GET",path="/_next/data/*/index.json",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/_next/data/buildId/home.json",status="404",le="0.005"} 8 http_request_duration_seconds_bucket{method="GET",path="/_next/data/buildId/home.json",status="404",le="0.01"} 8 http_request_duration_seconds_bucket{method="GET",path="/_next/data/buildId/home.json",status="404",le="0.025"} 8 http_request_duration_seconds_bucket{method="GET",path="/_next/data/buildId/home.json",status="404",le="0.05"} 8 http_request_duration_seconds_bucket{method="GET",path="/_next/data/buildId/home.json",status="404",le="0.1"} 8 http_request_duration_seconds_bucket{method="GET",path="/_next/data/buildId/home.json",status="404",le="0.25"} 8 http_request_duration_seconds_bucket{method="GET",path="/_next/data/buildId/home.json",status="404",le="0.5"} 8 http_request_duration_seconds_bucket{method="GET",path="/_next/data/buildId/home.json",status="404",le="1"} 8 http_request_duration_seconds_bucket{method="GET",path="/_next/data/buildId/home.json",status="404",le="2.5"} 8 http_request_duration_seconds_bucket{method="GET",path="/_next/data/buildId/home.json",status="404",le="5"} 8 http_request_duration_seconds_bucket{method="GET",path="/_next/data/buildId/home.json",status="404",le="10"} 8 http_request_duration_seconds_bucket{method="GET",path="/_next/data/buildId/home.json",status="404",le="+Inf"} 8 http_request_duration_seconds_sum{method="GET",path="/_next/data/buildId/home.json",status="404"} 0.001400511 http_request_duration_seconds_count{method="GET",path="/_next/data/buildId/home.json",status="404"} 8 http_request_duration_seconds_bucket{method="GET",path="/_next/data/buildId/home.json",status="429",le="0.005"} 17 http_request_duration_seconds_bucket{method="GET",path="/_next/data/buildId/home.json",status="429",le="0.01"} 17 http_request_duration_seconds_bucket{method="GET",path="/_next/data/buildId/home.json",status="429",le="0.025"} 17 http_request_duration_seconds_bucket{method="GET",path="/_next/data/buildId/home.json",status="429",le="0.05"} 17 http_request_duration_seconds_bucket{method="GET",path="/_next/data/buildId/home.json",status="429",le="0.1"} 17 http_request_duration_seconds_bucket{method="GET",path="/_next/data/buildId/home.json",status="429",le="0.25"} 17 http_request_duration_seconds_bucket{method="GET",path="/_next/data/buildId/home.json",status="429",le="0.5"} 17 http_request_duration_seconds_bucket{method="GET",path="/_next/data/buildId/home.json",status="429",le="1"} 17 http_request_duration_seconds_bucket{method="GET",path="/_next/data/buildId/home.json",status="429",le="2.5"} 17 http_request_duration_seconds_bucket{method="GET",path="/_next/data/buildId/home.json",status="429",le="5"} 17 http_request_duration_seconds_bucket{method="GET",path="/_next/data/buildId/home.json",status="429",le="10"} 17 http_request_duration_seconds_bucket{method="GET",path="/_next/data/buildId/home.json",status="429",le="+Inf"} 17 http_request_duration_seconds_sum{method="GET",path="/_next/data/buildId/home.json",status="429"} 0.0011670120000000003 http_request_duration_seconds_count{method="GET",path="/_next/data/buildId/home.json",status="429"} 17 http_request_duration_seconds_bucket{method="GET",path="/_next/data/buildId/index.json",status="404",le="0.005"} 10 http_request_duration_seconds_bucket{method="GET",path="/_next/data/buildId/index.json",status="404",le="0.01"} 10 http_request_duration_seconds_bucket{method="GET",path="/_next/data/buildId/index.json",status="404",le="0.025"} 10 http_request_duration_seconds_bucket{method="GET",path="/_next/data/buildId/index.json",status="404",le="0.05"} 10 http_request_duration_seconds_bucket{method="GET",path="/_next/data/buildId/index.json",status="404",le="0.1"} 10 http_request_duration_seconds_bucket{method="GET",path="/_next/data/buildId/index.json",status="404",le="0.25"} 10 http_request_duration_seconds_bucket{method="GET",path="/_next/data/buildId/index.json",status="404",le="0.5"} 10 http_request_duration_seconds_bucket{method="GET",path="/_next/data/buildId/index.json",status="404",le="1"} 10 http_request_duration_seconds_bucket{method="GET",path="/_next/data/buildId/index.json",status="404",le="2.5"} 10 http_request_duration_seconds_bucket{method="GET",path="/_next/data/buildId/index.json",status="404",le="5"} 10 http_request_duration_seconds_bucket{method="GET",path="/_next/data/buildId/index.json",status="404",le="10"} 10 http_request_duration_seconds_bucket{method="GET",path="/_next/data/buildId/index.json",status="404",le="+Inf"} 10 http_request_duration_seconds_sum{method="GET",path="/_next/data/buildId/index.json",status="404"} 0.002104834 http_request_duration_seconds_count{method="GET",path="/_next/data/buildId/index.json",status="404"} 10 http_request_duration_seconds_bucket{method="GET",path="/_next/data/buildId/index.json",status="429",le="0.005"} 12 http_request_duration_seconds_bucket{method="GET",path="/_next/data/buildId/index.json",status="429",le="0.01"} 12 http_request_duration_seconds_bucket{method="GET",path="/_next/data/buildId/index.json",status="429",le="0.025"} 12 http_request_duration_seconds_bucket{method="GET",path="/_next/data/buildId/index.json",status="429",le="0.05"} 12 http_request_duration_seconds_bucket{method="GET",path="/_next/data/buildId/index.json",status="429",le="0.1"} 12 http_request_duration_seconds_bucket{method="GET",path="/_next/data/buildId/index.json",status="429",le="0.25"} 12 http_request_duration_seconds_bucket{method="GET",path="/_next/data/buildId/index.json",status="429",le="0.5"} 12 http_request_duration_seconds_bucket{method="GET",path="/_next/data/buildId/index.json",status="429",le="1"} 12 http_request_duration_seconds_bucket{method="GET",path="/_next/data/buildId/index.json",status="429",le="2.5"} 12 http_request_duration_seconds_bucket{method="GET",path="/_next/data/buildId/index.json",status="429",le="5"} 12 http_request_duration_seconds_bucket{method="GET",path="/_next/data/buildId/index.json",status="429",le="10"} 12 http_request_duration_seconds_bucket{method="GET",path="/_next/data/buildId/index.json",status="429",le="+Inf"} 12 http_request_duration_seconds_sum{method="GET",path="/_next/data/buildId/index.json",status="429"} 0.0010060140000000002 http_request_duration_seconds_count{method="GET",path="/_next/data/buildId/index.json",status="429"} 12 http_request_duration_seconds_bucket{method="GET",path="/_next/data/buildId/page.json",status="404",le="0.005"} 17 http_request_duration_seconds_bucket{method="GET",path="/_next/data/buildId/page.json",status="404",le="0.01"} 17 http_request_duration_seconds_bucket{method="GET",path="/_next/data/buildId/page.json",status="404",le="0.025"} 17 http_request_duration_seconds_bucket{method="GET",path="/_next/data/buildId/page.json",status="404",le="0.05"} 17 http_request_duration_seconds_bucket{method="GET",path="/_next/data/buildId/page.json",status="404",le="0.1"} 17 http_request_duration_seconds_bucket{method="GET",path="/_next/data/buildId/page.json",status="404",le="0.25"} 17 http_request_duration_seconds_bucket{method="GET",path="/_next/data/buildId/page.json",status="404",le="0.5"} 17 http_request_duration_seconds_bucket{method="GET",path="/_next/data/buildId/page.json",status="404",le="1"} 17 http_request_duration_seconds_bucket{method="GET",path="/_next/data/buildId/page.json",status="404",le="2.5"} 17 http_request_duration_seconds_bucket{method="GET",path="/_next/data/buildId/page.json",status="404",le="5"} 17 http_request_duration_seconds_bucket{method="GET",path="/_next/data/buildId/page.json",status="404",le="10"} 17 http_request_duration_seconds_bucket{method="GET",path="/_next/data/buildId/page.json",status="404",le="+Inf"} 17 http_request_duration_seconds_sum{method="GET",path="/_next/data/buildId/page.json",status="404"} 0.003096311 http_request_duration_seconds_count{method="GET",path="/_next/data/buildId/page.json",status="404"} 17 http_request_duration_seconds_bucket{method="GET",path="/_next/data/buildId/page.json",status="429",le="0.005"} 10 http_request_duration_seconds_bucket{method="GET",path="/_next/data/buildId/page.json",status="429",le="0.01"} 10 http_request_duration_seconds_bucket{method="GET",path="/_next/data/buildId/page.json",status="429",le="0.025"} 10 http_request_duration_seconds_bucket{method="GET",path="/_next/data/buildId/page.json",status="429",le="0.05"} 10 http_request_duration_seconds_bucket{method="GET",path="/_next/data/buildId/page.json",status="429",le="0.1"} 10 http_request_duration_seconds_bucket{method="GET",path="/_next/data/buildId/page.json",status="429",le="0.25"} 10 http_request_duration_seconds_bucket{method="GET",path="/_next/data/buildId/page.json",status="429",le="0.5"} 10 http_request_duration_seconds_bucket{method="GET",path="/_next/data/buildId/page.json",status="429",le="1"} 10 http_request_duration_seconds_bucket{method="GET",path="/_next/data/buildId/page.json",status="429",le="2.5"} 10 http_request_duration_seconds_bucket{method="GET",path="/_next/data/buildId/page.json",status="429",le="5"} 10 http_request_duration_seconds_bucket{method="GET",path="/_next/data/buildId/page.json",status="429",le="10"} 10 http_request_duration_seconds_bucket{method="GET",path="/_next/data/buildId/page.json",status="429",le="+Inf"} 10 http_request_duration_seconds_sum{method="GET",path="/_next/data/buildId/page.json",status="429"} 0.000791811 http_request_duration_seconds_count{method="GET",path="/_next/data/buildId/page.json",status="429"} 10 http_request_duration_seconds_bucket{method="GET",path="/_next/static/*",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/_next/static/*",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/_next/static/*",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/_next/static/*",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/_next/static/*",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/_next/static/*",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/_next/static/*",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/_next/static/*",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/_next/static/*",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/_next/static/*",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/_next/static/*",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/_next/static/*",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/_next/static/*",status="429"} 0.00024181099999999998 http_request_duration_seconds_count{method="GET",path="/_next/static/*",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/_next/static/buildManifest.js",status="404",le="0.005"} 5 http_request_duration_seconds_bucket{method="GET",path="/_next/static/buildManifest.js",status="404",le="0.01"} 5 http_request_duration_seconds_bucket{method="GET",path="/_next/static/buildManifest.js",status="404",le="0.025"} 5 http_request_duration_seconds_bucket{method="GET",path="/_next/static/buildManifest.js",status="404",le="0.05"} 5 http_request_duration_seconds_bucket{method="GET",path="/_next/static/buildManifest.js",status="404",le="0.1"} 5 http_request_duration_seconds_bucket{method="GET",path="/_next/static/buildManifest.js",status="404",le="0.25"} 5 http_request_duration_seconds_bucket{method="GET",path="/_next/static/buildManifest.js",status="404",le="0.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/_next/static/buildManifest.js",status="404",le="1"} 5 http_request_duration_seconds_bucket{method="GET",path="/_next/static/buildManifest.js",status="404",le="2.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/_next/static/buildManifest.js",status="404",le="5"} 5 http_request_duration_seconds_bucket{method="GET",path="/_next/static/buildManifest.js",status="404",le="10"} 5 http_request_duration_seconds_bucket{method="GET",path="/_next/static/buildManifest.js",status="404",le="+Inf"} 5 http_request_duration_seconds_sum{method="GET",path="/_next/static/buildManifest.js",status="404"} 0.000580588 http_request_duration_seconds_count{method="GET",path="/_next/static/buildManifest.js",status="404"} 5 http_request_duration_seconds_bucket{method="GET",path="/_next/static/buildManifest.js",status="429",le="0.005"} 12 http_request_duration_seconds_bucket{method="GET",path="/_next/static/buildManifest.js",status="429",le="0.01"} 12 http_request_duration_seconds_bucket{method="GET",path="/_next/static/buildManifest.js",status="429",le="0.025"} 12 http_request_duration_seconds_bucket{method="GET",path="/_next/static/buildManifest.js",status="429",le="0.05"} 12 http_request_duration_seconds_bucket{method="GET",path="/_next/static/buildManifest.js",status="429",le="0.1"} 12 http_request_duration_seconds_bucket{method="GET",path="/_next/static/buildManifest.js",status="429",le="0.25"} 12 http_request_duration_seconds_bucket{method="GET",path="/_next/static/buildManifest.js",status="429",le="0.5"} 12 http_request_duration_seconds_bucket{method="GET",path="/_next/static/buildManifest.js",status="429",le="1"} 12 http_request_duration_seconds_bucket{method="GET",path="/_next/static/buildManifest.js",status="429",le="2.5"} 12 http_request_duration_seconds_bucket{method="GET",path="/_next/static/buildManifest.js",status="429",le="5"} 12 http_request_duration_seconds_bucket{method="GET",path="/_next/static/buildManifest.js",status="429",le="10"} 12 http_request_duration_seconds_bucket{method="GET",path="/_next/static/buildManifest.js",status="429",le="+Inf"} 12 http_request_duration_seconds_sum{method="GET",path="/_next/static/buildManifest.js",status="429"} 0.001002771 http_request_duration_seconds_count{method="GET",path="/_next/static/buildManifest.js",status="429"} 12 http_request_duration_seconds_bucket{method="GET",path="/_next/static/chunks/aws-*",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/_next/static/chunks/aws-*",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/_next/static/chunks/aws-*",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/_next/static/chunks/aws-*",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/_next/static/chunks/aws-*",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/_next/static/chunks/aws-*",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/_next/static/chunks/aws-*",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/_next/static/chunks/aws-*",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/_next/static/chunks/aws-*",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/_next/static/chunks/aws-*",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/_next/static/chunks/aws-*",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/_next/static/chunks/aws-*",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/_next/static/chunks/aws-*",status="404"} 0.000140653 http_request_duration_seconds_count{method="GET",path="/_next/static/chunks/aws-*",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/_next/static/chunks/main.js",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/_next/static/chunks/main.js",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/_next/static/chunks/main.js",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/_next/static/chunks/main.js",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/_next/static/chunks/main.js",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/_next/static/chunks/main.js",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/_next/static/chunks/main.js",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/_next/static/chunks/main.js",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/_next/static/chunks/main.js",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/_next/static/chunks/main.js",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/_next/static/chunks/main.js",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/_next/static/chunks/main.js",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/_next/static/chunks/main.js",status="404"} 0.00017645300000000003 http_request_duration_seconds_count{method="GET",path="/_next/static/chunks/main.js",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/_next/static/chunks/main.js",status="429",le="0.005"} 17 http_request_duration_seconds_bucket{method="GET",path="/_next/static/chunks/main.js",status="429",le="0.01"} 17 http_request_duration_seconds_bucket{method="GET",path="/_next/static/chunks/main.js",status="429",le="0.025"} 17 http_request_duration_seconds_bucket{method="GET",path="/_next/static/chunks/main.js",status="429",le="0.05"} 17 http_request_duration_seconds_bucket{method="GET",path="/_next/static/chunks/main.js",status="429",le="0.1"} 17 http_request_duration_seconds_bucket{method="GET",path="/_next/static/chunks/main.js",status="429",le="0.25"} 17 http_request_duration_seconds_bucket{method="GET",path="/_next/static/chunks/main.js",status="429",le="0.5"} 17 http_request_duration_seconds_bucket{method="GET",path="/_next/static/chunks/main.js",status="429",le="1"} 17 http_request_duration_seconds_bucket{method="GET",path="/_next/static/chunks/main.js",status="429",le="2.5"} 17 http_request_duration_seconds_bucket{method="GET",path="/_next/static/chunks/main.js",status="429",le="5"} 17 http_request_duration_seconds_bucket{method="GET",path="/_next/static/chunks/main.js",status="429",le="10"} 17 http_request_duration_seconds_bucket{method="GET",path="/_next/static/chunks/main.js",status="429",le="+Inf"} 17 http_request_duration_seconds_sum{method="GET",path="/_next/static/chunks/main.js",status="429"} 0.001250909 http_request_duration_seconds_count{method="GET",path="/_next/static/chunks/main.js",status="429"} 17 http_request_duration_seconds_bucket{method="GET",path="/_next/static/chunks/pages/",status="404",le="0.005"} 7 http_request_duration_seconds_bucket{method="GET",path="/_next/static/chunks/pages/",status="404",le="0.01"} 7 http_request_duration_seconds_bucket{method="GET",path="/_next/static/chunks/pages/",status="404",le="0.025"} 7 http_request_duration_seconds_bucket{method="GET",path="/_next/static/chunks/pages/",status="404",le="0.05"} 7 http_request_duration_seconds_bucket{method="GET",path="/_next/static/chunks/pages/",status="404",le="0.1"} 7 http_request_duration_seconds_bucket{method="GET",path="/_next/static/chunks/pages/",status="404",le="0.25"} 7 http_request_duration_seconds_bucket{method="GET",path="/_next/static/chunks/pages/",status="404",le="0.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/_next/static/chunks/pages/",status="404",le="1"} 7 http_request_duration_seconds_bucket{method="GET",path="/_next/static/chunks/pages/",status="404",le="2.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/_next/static/chunks/pages/",status="404",le="5"} 7 http_request_duration_seconds_bucket{method="GET",path="/_next/static/chunks/pages/",status="404",le="10"} 7 http_request_duration_seconds_bucket{method="GET",path="/_next/static/chunks/pages/",status="404",le="+Inf"} 7 http_request_duration_seconds_sum{method="GET",path="/_next/static/chunks/pages/",status="404"} 0.001069149 http_request_duration_seconds_count{method="GET",path="/_next/static/chunks/pages/",status="404"} 7 http_request_duration_seconds_bucket{method="GET",path="/_next/static/chunks/pages/_app.js",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/_next/static/chunks/pages/_app.js",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/_next/static/chunks/pages/_app.js",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/_next/static/chunks/pages/_app.js",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/_next/static/chunks/pages/_app.js",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/_next/static/chunks/pages/_app.js",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/_next/static/chunks/pages/_app.js",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/_next/static/chunks/pages/_app.js",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/_next/static/chunks/pages/_app.js",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/_next/static/chunks/pages/_app.js",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/_next/static/chunks/pages/_app.js",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/_next/static/chunks/pages/_app.js",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/_next/static/chunks/pages/_app.js",status="404"} 0.00022506500000000001 http_request_duration_seconds_count{method="GET",path="/_next/static/chunks/pages/_app.js",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/_next/static/chunks/pages/_app.js",status="429",le="0.005"} 16 http_request_duration_seconds_bucket{method="GET",path="/_next/static/chunks/pages/_app.js",status="429",le="0.01"} 16 http_request_duration_seconds_bucket{method="GET",path="/_next/static/chunks/pages/_app.js",status="429",le="0.025"} 16 http_request_duration_seconds_bucket{method="GET",path="/_next/static/chunks/pages/_app.js",status="429",le="0.05"} 16 http_request_duration_seconds_bucket{method="GET",path="/_next/static/chunks/pages/_app.js",status="429",le="0.1"} 16 http_request_duration_seconds_bucket{method="GET",path="/_next/static/chunks/pages/_app.js",status="429",le="0.25"} 16 http_request_duration_seconds_bucket{method="GET",path="/_next/static/chunks/pages/_app.js",status="429",le="0.5"} 16 http_request_duration_seconds_bucket{method="GET",path="/_next/static/chunks/pages/_app.js",status="429",le="1"} 16 http_request_duration_seconds_bucket{method="GET",path="/_next/static/chunks/pages/_app.js",status="429",le="2.5"} 16 http_request_duration_seconds_bucket{method="GET",path="/_next/static/chunks/pages/_app.js",status="429",le="5"} 16 http_request_duration_seconds_bucket{method="GET",path="/_next/static/chunks/pages/_app.js",status="429",le="10"} 16 http_request_duration_seconds_bucket{method="GET",path="/_next/static/chunks/pages/_app.js",status="429",le="+Inf"} 16 http_request_duration_seconds_sum{method="GET",path="/_next/static/chunks/pages/_app.js",status="429"} 0.001357907 http_request_duration_seconds_count{method="GET",path="/_next/static/chunks/pages/_app.js",status="429"} 16 http_request_duration_seconds_bucket{method="GET",path="/_nuxt/aws.config.js",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/_nuxt/aws.config.js",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/_nuxt/aws.config.js",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/_nuxt/aws.config.js",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/_nuxt/aws.config.js",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/_nuxt/aws.config.js",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/_nuxt/aws.config.js",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/_nuxt/aws.config.js",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/_nuxt/aws.config.js",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/_nuxt/aws.config.js",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/_nuxt/aws.config.js",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/_nuxt/aws.config.js",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/_nuxt/aws.config.js",status="404"} 0.00013466 http_request_duration_seconds_count{method="GET",path="/_nuxt/aws.config.js",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/_nuxt/aws.config.js",status="429",le="0.005"} 18 http_request_duration_seconds_bucket{method="GET",path="/_nuxt/aws.config.js",status="429",le="0.01"} 18 http_request_duration_seconds_bucket{method="GET",path="/_nuxt/aws.config.js",status="429",le="0.025"} 18 http_request_duration_seconds_bucket{method="GET",path="/_nuxt/aws.config.js",status="429",le="0.05"} 18 http_request_duration_seconds_bucket{method="GET",path="/_nuxt/aws.config.js",status="429",le="0.1"} 18 http_request_duration_seconds_bucket{method="GET",path="/_nuxt/aws.config.js",status="429",le="0.25"} 18 http_request_duration_seconds_bucket{method="GET",path="/_nuxt/aws.config.js",status="429",le="0.5"} 18 http_request_duration_seconds_bucket{method="GET",path="/_nuxt/aws.config.js",status="429",le="1"} 18 http_request_duration_seconds_bucket{method="GET",path="/_nuxt/aws.config.js",status="429",le="2.5"} 18 http_request_duration_seconds_bucket{method="GET",path="/_nuxt/aws.config.js",status="429",le="5"} 18 http_request_duration_seconds_bucket{method="GET",path="/_nuxt/aws.config.js",status="429",le="10"} 18 http_request_duration_seconds_bucket{method="GET",path="/_nuxt/aws.config.js",status="429",le="+Inf"} 18 http_request_duration_seconds_sum{method="GET",path="/_nuxt/aws.config.js",status="429"} 0.001340803 http_request_duration_seconds_count{method="GET",path="/_nuxt/aws.config.js",status="429"} 18 http_request_duration_seconds_bucket{method="GET",path="/_nuxt/builds/latest.json",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/_nuxt/builds/latest.json",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/_nuxt/builds/latest.json",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/_nuxt/builds/latest.json",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/_nuxt/builds/latest.json",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/_nuxt/builds/latest.json",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/_nuxt/builds/latest.json",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/_nuxt/builds/latest.json",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/_nuxt/builds/latest.json",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/_nuxt/builds/latest.json",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/_nuxt/builds/latest.json",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/_nuxt/builds/latest.json",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/_nuxt/builds/latest.json",status="404"} 0.00026558500000000004 http_request_duration_seconds_count{method="GET",path="/_nuxt/builds/latest.json",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/_nuxt/builds/latest.json",status="429",le="0.005"} 17 http_request_duration_seconds_bucket{method="GET",path="/_nuxt/builds/latest.json",status="429",le="0.01"} 17 http_request_duration_seconds_bucket{method="GET",path="/_nuxt/builds/latest.json",status="429",le="0.025"} 17 http_request_duration_seconds_bucket{method="GET",path="/_nuxt/builds/latest.json",status="429",le="0.05"} 17 http_request_duration_seconds_bucket{method="GET",path="/_nuxt/builds/latest.json",status="429",le="0.1"} 17 http_request_duration_seconds_bucket{method="GET",path="/_nuxt/builds/latest.json",status="429",le="0.25"} 17 http_request_duration_seconds_bucket{method="GET",path="/_nuxt/builds/latest.json",status="429",le="0.5"} 17 http_request_duration_seconds_bucket{method="GET",path="/_nuxt/builds/latest.json",status="429",le="1"} 17 http_request_duration_seconds_bucket{method="GET",path="/_nuxt/builds/latest.json",status="429",le="2.5"} 17 http_request_duration_seconds_bucket{method="GET",path="/_nuxt/builds/latest.json",status="429",le="5"} 17 http_request_duration_seconds_bucket{method="GET",path="/_nuxt/builds/latest.json",status="429",le="10"} 17 http_request_duration_seconds_bucket{method="GET",path="/_nuxt/builds/latest.json",status="429",le="+Inf"} 17 http_request_duration_seconds_sum{method="GET",path="/_nuxt/builds/latest.json",status="429"} 0.0013395820000000002 http_request_duration_seconds_count{method="GET",path="/_nuxt/builds/latest.json",status="429"} 17 http_request_duration_seconds_bucket{method="GET",path="/_nuxt/manifest.json",status="404",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/_nuxt/manifest.json",status="404",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/_nuxt/manifest.json",status="404",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/_nuxt/manifest.json",status="404",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/_nuxt/manifest.json",status="404",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/_nuxt/manifest.json",status="404",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/_nuxt/manifest.json",status="404",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/_nuxt/manifest.json",status="404",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/_nuxt/manifest.json",status="404",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/_nuxt/manifest.json",status="404",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/_nuxt/manifest.json",status="404",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/_nuxt/manifest.json",status="404",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/_nuxt/manifest.json",status="404"} 0.000558798 http_request_duration_seconds_count{method="GET",path="/_nuxt/manifest.json",status="404"} 4 http_request_duration_seconds_bucket{method="GET",path="/_nuxt/manifest.json",status="429",le="0.005"} 15 http_request_duration_seconds_bucket{method="GET",path="/_nuxt/manifest.json",status="429",le="0.01"} 15 http_request_duration_seconds_bucket{method="GET",path="/_nuxt/manifest.json",status="429",le="0.025"} 15 http_request_duration_seconds_bucket{method="GET",path="/_nuxt/manifest.json",status="429",le="0.05"} 15 http_request_duration_seconds_bucket{method="GET",path="/_nuxt/manifest.json",status="429",le="0.1"} 15 http_request_duration_seconds_bucket{method="GET",path="/_nuxt/manifest.json",status="429",le="0.25"} 15 http_request_duration_seconds_bucket{method="GET",path="/_nuxt/manifest.json",status="429",le="0.5"} 15 http_request_duration_seconds_bucket{method="GET",path="/_nuxt/manifest.json",status="429",le="1"} 15 http_request_duration_seconds_bucket{method="GET",path="/_nuxt/manifest.json",status="429",le="2.5"} 15 http_request_duration_seconds_bucket{method="GET",path="/_nuxt/manifest.json",status="429",le="5"} 15 http_request_duration_seconds_bucket{method="GET",path="/_nuxt/manifest.json",status="429",le="10"} 15 http_request_duration_seconds_bucket{method="GET",path="/_nuxt/manifest.json",status="429",le="+Inf"} 15 http_request_duration_seconds_sum{method="GET",path="/_nuxt/manifest.json",status="429"} 0.001033379 http_request_duration_seconds_count{method="GET",path="/_nuxt/manifest.json",status="429"} 15 http_request_duration_seconds_bucket{method="GET",path="/_phpinfo.php",status="404",le="0.005"} 8 http_request_duration_seconds_bucket{method="GET",path="/_phpinfo.php",status="404",le="0.01"} 8 http_request_duration_seconds_bucket{method="GET",path="/_phpinfo.php",status="404",le="0.025"} 8 http_request_duration_seconds_bucket{method="GET",path="/_phpinfo.php",status="404",le="0.05"} 8 http_request_duration_seconds_bucket{method="GET",path="/_phpinfo.php",status="404",le="0.1"} 8 http_request_duration_seconds_bucket{method="GET",path="/_phpinfo.php",status="404",le="0.25"} 8 http_request_duration_seconds_bucket{method="GET",path="/_phpinfo.php",status="404",le="0.5"} 8 http_request_duration_seconds_bucket{method="GET",path="/_phpinfo.php",status="404",le="1"} 8 http_request_duration_seconds_bucket{method="GET",path="/_phpinfo.php",status="404",le="2.5"} 8 http_request_duration_seconds_bucket{method="GET",path="/_phpinfo.php",status="404",le="5"} 8 http_request_duration_seconds_bucket{method="GET",path="/_phpinfo.php",status="404",le="10"} 8 http_request_duration_seconds_bucket{method="GET",path="/_phpinfo.php",status="404",le="+Inf"} 8 http_request_duration_seconds_sum{method="GET",path="/_phpinfo.php",status="404"} 0.001091677 http_request_duration_seconds_count{method="GET",path="/_phpinfo.php",status="404"} 8 http_request_duration_seconds_bucket{method="GET",path="/_phpinfo.php",status="429",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/_phpinfo.php",status="429",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/_phpinfo.php",status="429",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/_phpinfo.php",status="429",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/_phpinfo.php",status="429",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/_phpinfo.php",status="429",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/_phpinfo.php",status="429",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/_phpinfo.php",status="429",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/_phpinfo.php",status="429",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/_phpinfo.php",status="429",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/_phpinfo.php",status="429",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/_phpinfo.php",status="429",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/_phpinfo.php",status="429"} 0.00027378700000000005 http_request_duration_seconds_count{method="GET",path="/_phpinfo.php",status="429"} 3 http_request_duration_seconds_bucket{method="GET",path="/_profiler/info",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/_profiler/info",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/_profiler/info",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/_profiler/info",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/_profiler/info",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/_profiler/info",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/_profiler/info",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/_profiler/info",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/_profiler/info",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/_profiler/info",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/_profiler/info",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/_profiler/info",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/_profiler/info",status="429"} 0.000285989 http_request_duration_seconds_count{method="GET",path="/_profiler/info",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/_profiler/phpinfo",status="404",le="0.005"} 10 http_request_duration_seconds_bucket{method="GET",path="/_profiler/phpinfo",status="404",le="0.01"} 10 http_request_duration_seconds_bucket{method="GET",path="/_profiler/phpinfo",status="404",le="0.025"} 10 http_request_duration_seconds_bucket{method="GET",path="/_profiler/phpinfo",status="404",le="0.05"} 10 http_request_duration_seconds_bucket{method="GET",path="/_profiler/phpinfo",status="404",le="0.1"} 10 http_request_duration_seconds_bucket{method="GET",path="/_profiler/phpinfo",status="404",le="0.25"} 10 http_request_duration_seconds_bucket{method="GET",path="/_profiler/phpinfo",status="404",le="0.5"} 10 http_request_duration_seconds_bucket{method="GET",path="/_profiler/phpinfo",status="404",le="1"} 10 http_request_duration_seconds_bucket{method="GET",path="/_profiler/phpinfo",status="404",le="2.5"} 10 http_request_duration_seconds_bucket{method="GET",path="/_profiler/phpinfo",status="404",le="5"} 10 http_request_duration_seconds_bucket{method="GET",path="/_profiler/phpinfo",status="404",le="10"} 10 http_request_duration_seconds_bucket{method="GET",path="/_profiler/phpinfo",status="404",le="+Inf"} 10 http_request_duration_seconds_sum{method="GET",path="/_profiler/phpinfo",status="404"} 0.0014513210000000002 http_request_duration_seconds_count{method="GET",path="/_profiler/phpinfo",status="404"} 10 http_request_duration_seconds_bucket{method="GET",path="/_profiler/phpinfo",status="429",le="0.005"} 5 http_request_duration_seconds_bucket{method="GET",path="/_profiler/phpinfo",status="429",le="0.01"} 5 http_request_duration_seconds_bucket{method="GET",path="/_profiler/phpinfo",status="429",le="0.025"} 5 http_request_duration_seconds_bucket{method="GET",path="/_profiler/phpinfo",status="429",le="0.05"} 5 http_request_duration_seconds_bucket{method="GET",path="/_profiler/phpinfo",status="429",le="0.1"} 5 http_request_duration_seconds_bucket{method="GET",path="/_profiler/phpinfo",status="429",le="0.25"} 5 http_request_duration_seconds_bucket{method="GET",path="/_profiler/phpinfo",status="429",le="0.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/_profiler/phpinfo",status="429",le="1"} 5 http_request_duration_seconds_bucket{method="GET",path="/_profiler/phpinfo",status="429",le="2.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/_profiler/phpinfo",status="429",le="5"} 5 http_request_duration_seconds_bucket{method="GET",path="/_profiler/phpinfo",status="429",le="10"} 5 http_request_duration_seconds_bucket{method="GET",path="/_profiler/phpinfo",status="429",le="+Inf"} 5 http_request_duration_seconds_sum{method="GET",path="/_profiler/phpinfo",status="429"} 0.00036054900000000005 http_request_duration_seconds_count{method="GET",path="/_profiler/phpinfo",status="429"} 5 http_request_duration_seconds_bucket{method="GET",path="/_profiler/phpinfo.php",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/_profiler/phpinfo.php",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/_profiler/phpinfo.php",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/_profiler/phpinfo.php",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/_profiler/phpinfo.php",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/_profiler/phpinfo.php",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/_profiler/phpinfo.php",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/_profiler/phpinfo.php",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/_profiler/phpinfo.php",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/_profiler/phpinfo.php",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/_profiler/phpinfo.php",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/_profiler/phpinfo.php",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/_profiler/phpinfo.php",status="429"} 0.000226867 http_request_duration_seconds_count{method="GET",path="/_profiler/phpinfo.php",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/_profiler/phpinfo/info.php",status="404",le="0.005"} 7 http_request_duration_seconds_bucket{method="GET",path="/_profiler/phpinfo/info.php",status="404",le="0.01"} 7 http_request_duration_seconds_bucket{method="GET",path="/_profiler/phpinfo/info.php",status="404",le="0.025"} 7 http_request_duration_seconds_bucket{method="GET",path="/_profiler/phpinfo/info.php",status="404",le="0.05"} 7 http_request_duration_seconds_bucket{method="GET",path="/_profiler/phpinfo/info.php",status="404",le="0.1"} 7 http_request_duration_seconds_bucket{method="GET",path="/_profiler/phpinfo/info.php",status="404",le="0.25"} 7 http_request_duration_seconds_bucket{method="GET",path="/_profiler/phpinfo/info.php",status="404",le="0.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/_profiler/phpinfo/info.php",status="404",le="1"} 7 http_request_duration_seconds_bucket{method="GET",path="/_profiler/phpinfo/info.php",status="404",le="2.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/_profiler/phpinfo/info.php",status="404",le="5"} 7 http_request_duration_seconds_bucket{method="GET",path="/_profiler/phpinfo/info.php",status="404",le="10"} 7 http_request_duration_seconds_bucket{method="GET",path="/_profiler/phpinfo/info.php",status="404",le="+Inf"} 7 http_request_duration_seconds_sum{method="GET",path="/_profiler/phpinfo/info.php",status="404"} 0.0009331400000000001 http_request_duration_seconds_count{method="GET",path="/_profiler/phpinfo/info.php",status="404"} 7 http_request_duration_seconds_bucket{method="GET",path="/_profiler/phpinfo/phpinfo.php",status="404",le="0.005"} 7 http_request_duration_seconds_bucket{method="GET",path="/_profiler/phpinfo/phpinfo.php",status="404",le="0.01"} 7 http_request_duration_seconds_bucket{method="GET",path="/_profiler/phpinfo/phpinfo.php",status="404",le="0.025"} 7 http_request_duration_seconds_bucket{method="GET",path="/_profiler/phpinfo/phpinfo.php",status="404",le="0.05"} 7 http_request_duration_seconds_bucket{method="GET",path="/_profiler/phpinfo/phpinfo.php",status="404",le="0.1"} 7 http_request_duration_seconds_bucket{method="GET",path="/_profiler/phpinfo/phpinfo.php",status="404",le="0.25"} 7 http_request_duration_seconds_bucket{method="GET",path="/_profiler/phpinfo/phpinfo.php",status="404",le="0.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/_profiler/phpinfo/phpinfo.php",status="404",le="1"} 7 http_request_duration_seconds_bucket{method="GET",path="/_profiler/phpinfo/phpinfo.php",status="404",le="2.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/_profiler/phpinfo/phpinfo.php",status="404",le="5"} 7 http_request_duration_seconds_bucket{method="GET",path="/_profiler/phpinfo/phpinfo.php",status="404",le="10"} 7 http_request_duration_seconds_bucket{method="GET",path="/_profiler/phpinfo/phpinfo.php",status="404",le="+Inf"} 7 http_request_duration_seconds_sum{method="GET",path="/_profiler/phpinfo/phpinfo.php",status="404"} 0.000982994 http_request_duration_seconds_count{method="GET",path="/_profiler/phpinfo/phpinfo.php",status="404"} 7 http_request_duration_seconds_bucket{method="GET",path="/_react/action/*",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/_react/action/*",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/_react/action/*",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/_react/action/*",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/_react/action/*",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/_react/action/*",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/_react/action/*",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/_react/action/*",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/_react/action/*",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/_react/action/*",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/_react/action/*",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/_react/action/*",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/_react/action/*",status="404"} 0.000141693 http_request_duration_seconds_count{method="GET",path="/_react/action/*",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/_react/action/*",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/_react/action/*",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/_react/action/*",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/_react/action/*",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/_react/action/*",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/_react/action/*",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/_react/action/*",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/_react/action/*",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/_react/action/*",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/_react/action/*",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/_react/action/*",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/_react/action/*",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/_react/action/*",status="429"} 0.000116402 http_request_duration_seconds_count{method="GET",path="/_react/action/*",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/_react/data/*",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/_react/data/*",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/_react/data/*",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/_react/data/*",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/_react/data/*",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/_react/data/*",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/_react/data/*",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/_react/data/*",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/_react/data/*",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/_react/data/*",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/_react/data/*",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/_react/data/*",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/_react/data/*",status="429"} 0.00021667300000000002 http_request_duration_seconds_count{method="GET",path="/_react/data/*",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/_test.php",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/_test.php",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/_test.php",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/_test.php",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/_test.php",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/_test.php",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/_test.php",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/_test.php",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/_test.php",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/_test.php",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/_test.php",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/_test.php",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/_test.php",status="429"} 0.000174926 http_request_duration_seconds_count{method="GET",path="/_test.php",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/_vercel/insights",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/_vercel/insights",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/_vercel/insights",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/_vercel/insights",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/_vercel/insights",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/_vercel/insights",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/_vercel/insights",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/_vercel/insights",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/_vercel/insights",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/_vercel/insights",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/_vercel/insights",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/_vercel/insights",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/_vercel/insights",status="429"} 0.00018628299999999998 http_request_duration_seconds_count{method="GET",path="/_vercel/insights",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/_vti_bin/*",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/_vti_bin/*",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/_vti_bin/*",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/_vti_bin/*",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/_vti_bin/*",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/_vti_bin/*",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/_vti_bin/*",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/_vti_bin/*",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/_vti_bin/*",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/_vti_bin/*",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/_vti_bin/*",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/_vti_bin/*",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/_vti_bin/*",status="429"} 0.00024308100000000003 http_request_duration_seconds_count{method="GET",path="/_vti_bin/*",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/_waku/*",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/_waku/*",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/_waku/*",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/_waku/*",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/_waku/*",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/_waku/*",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/_waku/*",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/_waku/*",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/_waku/*",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/_waku/*",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/_waku/*",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/_waku/*",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/_waku/*",status="429"} 0.000176897 http_request_duration_seconds_count{method="GET",path="/_waku/*",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/a.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/a.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/a.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/a.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/a.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/a.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/a.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/a.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/a.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/a.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/a.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/a.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/a.php",status="404"} 0.000161909 http_request_duration_seconds_count{method="GET",path="/a.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/a1.php",status="404",le="0.005"} 5 http_request_duration_seconds_bucket{method="GET",path="/a1.php",status="404",le="0.01"} 5 http_request_duration_seconds_bucket{method="GET",path="/a1.php",status="404",le="0.025"} 5 http_request_duration_seconds_bucket{method="GET",path="/a1.php",status="404",le="0.05"} 5 http_request_duration_seconds_bucket{method="GET",path="/a1.php",status="404",le="0.1"} 5 http_request_duration_seconds_bucket{method="GET",path="/a1.php",status="404",le="0.25"} 5 http_request_duration_seconds_bucket{method="GET",path="/a1.php",status="404",le="0.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/a1.php",status="404",le="1"} 5 http_request_duration_seconds_bucket{method="GET",path="/a1.php",status="404",le="2.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/a1.php",status="404",le="5"} 5 http_request_duration_seconds_bucket{method="GET",path="/a1.php",status="404",le="10"} 5 http_request_duration_seconds_bucket{method="GET",path="/a1.php",status="404",le="+Inf"} 5 http_request_duration_seconds_sum{method="GET",path="/a1.php",status="404"} 0.000721175 http_request_duration_seconds_count{method="GET",path="/a1.php",status="404"} 5 http_request_duration_seconds_bucket{method="GET",path="/a2.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/a2.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/a2.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/a2.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/a2.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/a2.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/a2.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/a2.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/a2.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/a2.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/a2.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/a2.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/a2.php",status="404"} 0.000148234 http_request_duration_seconds_count{method="GET",path="/a2.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/a3.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/a3.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/a3.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/a3.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/a3.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/a3.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/a3.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/a3.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/a3.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/a3.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/a3.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/a3.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/a3.php",status="404"} 0.000151805 http_request_duration_seconds_count{method="GET",path="/a3.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/a4.php",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/a4.php",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/a4.php",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/a4.php",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/a4.php",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/a4.php",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/a4.php",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/a4.php",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/a4.php",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/a4.php",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/a4.php",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/a4.php",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/a4.php",status="404"} 0.000421774 http_request_duration_seconds_count{method="GET",path="/a4.php",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/a5.php",status="404",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/a5.php",status="404",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/a5.php",status="404",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/a5.php",status="404",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/a5.php",status="404",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/a5.php",status="404",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/a5.php",status="404",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/a5.php",status="404",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/a5.php",status="404",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/a5.php",status="404",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/a5.php",status="404",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/a5.php",status="404",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/a5.php",status="404"} 0.0005524709999999999 http_request_duration_seconds_count{method="GET",path="/a5.php",status="404"} 4 http_request_duration_seconds_bucket{method="GET",path="/a5.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/a5.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/a5.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/a5.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/a5.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/a5.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/a5.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/a5.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/a5.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/a5.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/a5.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/a5.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/a5.php",status="429"} 0.000154724 http_request_duration_seconds_count{method="GET",path="/a5.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/a5e0a.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/a5e0a.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/a5e0a.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/a5e0a.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/a5e0a.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/a5e0a.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/a5e0a.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/a5e0a.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/a5e0a.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/a5e0a.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/a5e0a.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/a5e0a.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/a5e0a.php",status="404"} 0.000170782 http_request_duration_seconds_count{method="GET",path="/a5e0a.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/a7.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/a7.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/a7.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/a7.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/a7.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/a7.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/a7.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/a7.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/a7.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/a7.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/a7.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/a7.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/a7.php",status="404"} 0.00028394 http_request_duration_seconds_count{method="GET",path="/a7.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/aa.php",status="404",le="0.005"} 9 http_request_duration_seconds_bucket{method="GET",path="/aa.php",status="404",le="0.01"} 9 http_request_duration_seconds_bucket{method="GET",path="/aa.php",status="404",le="0.025"} 9 http_request_duration_seconds_bucket{method="GET",path="/aa.php",status="404",le="0.05"} 9 http_request_duration_seconds_bucket{method="GET",path="/aa.php",status="404",le="0.1"} 9 http_request_duration_seconds_bucket{method="GET",path="/aa.php",status="404",le="0.25"} 9 http_request_duration_seconds_bucket{method="GET",path="/aa.php",status="404",le="0.5"} 9 http_request_duration_seconds_bucket{method="GET",path="/aa.php",status="404",le="1"} 9 http_request_duration_seconds_bucket{method="GET",path="/aa.php",status="404",le="2.5"} 9 http_request_duration_seconds_bucket{method="GET",path="/aa.php",status="404",le="5"} 9 http_request_duration_seconds_bucket{method="GET",path="/aa.php",status="404",le="10"} 9 http_request_duration_seconds_bucket{method="GET",path="/aa.php",status="404",le="+Inf"} 9 http_request_duration_seconds_sum{method="GET",path="/aa.php",status="404"} 0.001255586 http_request_duration_seconds_count{method="GET",path="/aa.php",status="404"} 9 http_request_duration_seconds_bucket{method="GET",path="/aa21.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/aa21.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/aa21.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/aa21.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/aa21.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/aa21.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/aa21.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/aa21.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/aa21.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/aa21.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/aa21.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/aa21.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/aa21.php",status="404"} 0.000282899 http_request_duration_seconds_count{method="GET",path="/aa21.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/aaa.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/aaa.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/aaa.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/aaa.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/aaa.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/aaa.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/aaa.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/aaa.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/aaa.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/aaa.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/aaa.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/aaa.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/aaa.php",status="404"} 0.000261424 http_request_duration_seconds_count{method="GET",path="/aaa.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/aaf.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/aaf.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/aaf.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/aaf.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/aaf.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/aaf.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/aaf.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/aaf.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/aaf.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/aaf.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/aaf.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/aaf.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/aaf.php",status="404"} 0.0005718629999999999 http_request_duration_seconds_count{method="GET",path="/aaf.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/ab.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/ab.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/ab.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/ab.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/ab.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/ab.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/ab.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/ab.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/ab.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/ab.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/ab.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/ab.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/ab.php",status="404"} 0.000133423 http_request_duration_seconds_count{method="GET",path="/ab.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/abc.php",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/abc.php",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/abc.php",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/abc.php",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/abc.php",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/abc.php",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/abc.php",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/abc.php",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/abc.php",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/abc.php",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/abc.php",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/abc.php",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/abc.php",status="404"} 0.00041191700000000003 http_request_duration_seconds_count{method="GET",path="/abc.php",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/abcd.php",status="404",le="0.005"} 6 http_request_duration_seconds_bucket{method="GET",path="/abcd.php",status="404",le="0.01"} 6 http_request_duration_seconds_bucket{method="GET",path="/abcd.php",status="404",le="0.025"} 6 http_request_duration_seconds_bucket{method="GET",path="/abcd.php",status="404",le="0.05"} 6 http_request_duration_seconds_bucket{method="GET",path="/abcd.php",status="404",le="0.1"} 6 http_request_duration_seconds_bucket{method="GET",path="/abcd.php",status="404",le="0.25"} 6 http_request_duration_seconds_bucket{method="GET",path="/abcd.php",status="404",le="0.5"} 6 http_request_duration_seconds_bucket{method="GET",path="/abcd.php",status="404",le="1"} 6 http_request_duration_seconds_bucket{method="GET",path="/abcd.php",status="404",le="2.5"} 6 http_request_duration_seconds_bucket{method="GET",path="/abcd.php",status="404",le="5"} 6 http_request_duration_seconds_bucket{method="GET",path="/abcd.php",status="404",le="10"} 6 http_request_duration_seconds_bucket{method="GET",path="/abcd.php",status="404",le="+Inf"} 6 http_request_duration_seconds_sum{method="GET",path="/abcd.php",status="404"} 0.000798036 http_request_duration_seconds_count{method="GET",path="/abcd.php",status="404"} 6 http_request_duration_seconds_bucket{method="GET",path="/about",status="404",le="0.005"} 10 http_request_duration_seconds_bucket{method="GET",path="/about",status="404",le="0.01"} 10 http_request_duration_seconds_bucket{method="GET",path="/about",status="404",le="0.025"} 10 http_request_duration_seconds_bucket{method="GET",path="/about",status="404",le="0.05"} 10 http_request_duration_seconds_bucket{method="GET",path="/about",status="404",le="0.1"} 10 http_request_duration_seconds_bucket{method="GET",path="/about",status="404",le="0.25"} 10 http_request_duration_seconds_bucket{method="GET",path="/about",status="404",le="0.5"} 10 http_request_duration_seconds_bucket{method="GET",path="/about",status="404",le="1"} 10 http_request_duration_seconds_bucket{method="GET",path="/about",status="404",le="2.5"} 10 http_request_duration_seconds_bucket{method="GET",path="/about",status="404",le="5"} 10 http_request_duration_seconds_bucket{method="GET",path="/about",status="404",le="10"} 10 http_request_duration_seconds_bucket{method="GET",path="/about",status="404",le="+Inf"} 10 http_request_duration_seconds_sum{method="GET",path="/about",status="404"} 0.001865506 http_request_duration_seconds_count{method="GET",path="/about",status="404"} 10 http_request_duration_seconds_bucket{method="GET",path="/about",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/about",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/about",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/about",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/about",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/about",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/about",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/about",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/about",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/about",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/about",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/about",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/about",status="429"} 0.00022325199999999998 http_request_duration_seconds_count{method="GET",path="/about",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/about.php",status="404",le="0.005"} 10 http_request_duration_seconds_bucket{method="GET",path="/about.php",status="404",le="0.01"} 10 http_request_duration_seconds_bucket{method="GET",path="/about.php",status="404",le="0.025"} 10 http_request_duration_seconds_bucket{method="GET",path="/about.php",status="404",le="0.05"} 10 http_request_duration_seconds_bucket{method="GET",path="/about.php",status="404",le="0.1"} 10 http_request_duration_seconds_bucket{method="GET",path="/about.php",status="404",le="0.25"} 10 http_request_duration_seconds_bucket{method="GET",path="/about.php",status="404",le="0.5"} 10 http_request_duration_seconds_bucket{method="GET",path="/about.php",status="404",le="1"} 10 http_request_duration_seconds_bucket{method="GET",path="/about.php",status="404",le="2.5"} 10 http_request_duration_seconds_bucket{method="GET",path="/about.php",status="404",le="5"} 10 http_request_duration_seconds_bucket{method="GET",path="/about.php",status="404",le="10"} 10 http_request_duration_seconds_bucket{method="GET",path="/about.php",status="404",le="+Inf"} 10 http_request_duration_seconds_sum{method="GET",path="/about.php",status="404"} 0.0014590229999999998 http_request_duration_seconds_count{method="GET",path="/about.php",status="404"} 10 http_request_duration_seconds_bucket{method="GET",path="/about/function.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/about/function.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/about/function.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/about/function.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/about/function.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/about/function.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/about/function.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/about/function.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/about/function.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/about/function.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/about/function.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/about/function.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/about/function.php",status="404"} 0.000251742 http_request_duration_seconds_count{method="GET",path="/about/function.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/aboutc.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/aboutc.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/aboutc.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/aboutc.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/aboutc.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/aboutc.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/aboutc.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/aboutc.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/aboutc.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/aboutc.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/aboutc.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/aboutc.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/aboutc.php",status="404"} 0.000123642 http_request_duration_seconds_count{method="GET",path="/aboutc.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/aboute.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/aboute.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/aboute.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/aboute.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/aboute.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/aboute.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/aboute.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/aboute.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/aboute.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/aboute.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/aboute.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/aboute.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/aboute.php",status="404"} 0.000126 http_request_duration_seconds_count{method="GET",path="/aboute.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/aboute.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/aboute.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/aboute.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/aboute.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/aboute.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/aboute.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/aboute.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/aboute.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/aboute.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/aboute.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/aboute.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/aboute.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/aboute.php",status="429"} 0.000126987 http_request_duration_seconds_count{method="GET",path="/aboute.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/abrand.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/abrand.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/abrand.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/abrand.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/abrand.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/abrand.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/abrand.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/abrand.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/abrand.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/abrand.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/abrand.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/abrand.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/abrand.php",status="404"} 0.000162618 http_request_duration_seconds_count{method="GET",path="/abrand.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/ac.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/ac.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/ac.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/ac.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/ac.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/ac.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/ac.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/ac.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/ac.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/ac.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/ac.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/ac.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/ac.php",status="404"} 0.00024201300000000002 http_request_duration_seconds_count{method="GET",path="/ac.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/account.json",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/account.json",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/account.json",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/account.json",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/account.json",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/account.json",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/account.json",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/account.json",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/account.json",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/account.json",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/account.json",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/account.json",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/account.json",status="429"} 0.00010357 http_request_duration_seconds_count{method="GET",path="/account.json",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/acp.php",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/acp.php",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/acp.php",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/acp.php",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/acp.php",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/acp.php",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/acp.php",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/acp.php",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/acp.php",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/acp.php",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/acp.php",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/acp.php",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/acp.php",status="404"} 0.00042794099999999993 http_request_duration_seconds_count{method="GET",path="/acp.php",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/acp.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/acp.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/acp.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/acp.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/acp.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/acp.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/acp.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/acp.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/acp.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/acp.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/acp.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/acp.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/acp.php",status="429"} 0.000125742 http_request_duration_seconds_count{method="GET",path="/acp.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/actions/*",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/actions/*",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/actions/*",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/actions/*",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/actions/*",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/actions/*",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/actions/*",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/actions/*",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/actions/*",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/actions/*",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/actions/*",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/actions/*",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/actions/*",status="429"} 0.000253528 http_request_duration_seconds_count{method="GET",path="/actions/*",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/actions/.env",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/actions/.env",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/actions/.env",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/actions/.env",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/actions/.env",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/actions/.env",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/actions/.env",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/actions/.env",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/actions/.env",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/actions/.env",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/actions/.env",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/actions/.env",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/actions/.env",status="429"} 0.000111163 http_request_duration_seconds_count{method="GET",path="/actions/.env",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator/env",status="404",le="0.005"} 10 http_request_duration_seconds_bucket{method="GET",path="/actuator/env",status="404",le="0.01"} 10 http_request_duration_seconds_bucket{method="GET",path="/actuator/env",status="404",le="0.025"} 10 http_request_duration_seconds_bucket{method="GET",path="/actuator/env",status="404",le="0.05"} 10 http_request_duration_seconds_bucket{method="GET",path="/actuator/env",status="404",le="0.1"} 10 http_request_duration_seconds_bucket{method="GET",path="/actuator/env",status="404",le="0.25"} 10 http_request_duration_seconds_bucket{method="GET",path="/actuator/env",status="404",le="0.5"} 10 http_request_duration_seconds_bucket{method="GET",path="/actuator/env",status="404",le="1"} 10 http_request_duration_seconds_bucket{method="GET",path="/actuator/env",status="404",le="2.5"} 10 http_request_duration_seconds_bucket{method="GET",path="/actuator/env",status="404",le="5"} 10 http_request_duration_seconds_bucket{method="GET",path="/actuator/env",status="404",le="10"} 10 http_request_duration_seconds_bucket{method="GET",path="/actuator/env",status="404",le="+Inf"} 10 http_request_duration_seconds_sum{method="GET",path="/actuator/env",status="404"} 0.001728403 http_request_duration_seconds_count{method="GET",path="/actuator/env",status="404"} 10 http_request_duration_seconds_bucket{method="GET",path="/actuator/env",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator/env",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator/env",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator/env",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator/env",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator/env",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator/env",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator/env",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator/env",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator/env",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator/env",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator/env",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/actuator/env",status="429"} 9.8208e-05 http_request_duration_seconds_count{method="GET",path="/actuator/env",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin-app/.env",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/admin-app/.env",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/admin-app/.env",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/admin-app/.env",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/admin-app/.env",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/admin-app/.env",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/admin-app/.env",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/admin-app/.env",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/admin-app/.env",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/admin-app/.env",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/admin-app/.env",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/admin-app/.env",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/admin-app/.env",status="429"} 0.00023579599999999998 http_request_duration_seconds_count{method="GET",path="/admin-app/.env",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/admin-footer.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/admin-footer.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/admin-footer.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/admin-footer.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/admin-footer.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/admin-footer.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/admin-footer.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/admin-footer.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/admin-footer.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/admin-footer.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/admin-footer.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/admin-footer.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/admin-footer.php",status="404"} 0.00033597499999999997 http_request_duration_seconds_count{method="GET",path="/admin-footer.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/admin-panel/.env",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin-panel/.env",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin-panel/.env",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin-panel/.env",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin-panel/.env",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin-panel/.env",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin-panel/.env",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin-panel/.env",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin-panel/.env",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin-panel/.env",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin-panel/.env",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin-panel/.env",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/admin-panel/.env",status="404"} 0.000129307 http_request_duration_seconds_count{method="GET",path="/admin-panel/.env",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin-panel/.env",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin-panel/.env",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin-panel/.env",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin-panel/.env",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin-panel/.env",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin-panel/.env",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin-panel/.env",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin-panel/.env",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin-panel/.env",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin-panel/.env",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin-panel/.env",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin-panel/.env",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/admin-panel/.env",status="429"} 7.8439e-05 http_request_duration_seconds_count{method="GET",path="/admin-panel/.env",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin.7z",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin.7z",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin.7z",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin.7z",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin.7z",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin.7z",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin.7z",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin.7z",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin.7z",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin.7z",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin.7z",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin.7z",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/admin.7z",status="404"} 0.000136413 http_request_duration_seconds_count{method="GET",path="/admin.7z",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin.bz2",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin.bz2",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin.bz2",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin.bz2",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin.bz2",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin.bz2",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin.bz2",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin.bz2",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin.bz2",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin.bz2",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin.bz2",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin.bz2",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/admin.bz2",status="404"} 0.000141679 http_request_duration_seconds_count{method="GET",path="/admin.bz2",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin.gz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin.gz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin.gz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin.gz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin.gz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin.gz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin.gz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin.gz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin.gz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin.gz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin.gz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin.gz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/admin.gz",status="404"} 0.000124099 http_request_duration_seconds_count{method="GET",path="/admin.gz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin.html",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/admin.html",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/admin.html",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/admin.html",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/admin.html",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/admin.html",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/admin.html",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/admin.html",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/admin.html",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/admin.html",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/admin.html",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/admin.html",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/admin.html",status="429"} 0.000223316 http_request_duration_seconds_count{method="GET",path="/admin.html",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/admin.php",status="404",le="0.005"} 7 http_request_duration_seconds_bucket{method="GET",path="/admin.php",status="404",le="0.01"} 7 http_request_duration_seconds_bucket{method="GET",path="/admin.php",status="404",le="0.025"} 7 http_request_duration_seconds_bucket{method="GET",path="/admin.php",status="404",le="0.05"} 7 http_request_duration_seconds_bucket{method="GET",path="/admin.php",status="404",le="0.1"} 7 http_request_duration_seconds_bucket{method="GET",path="/admin.php",status="404",le="0.25"} 7 http_request_duration_seconds_bucket{method="GET",path="/admin.php",status="404",le="0.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/admin.php",status="404",le="1"} 7 http_request_duration_seconds_bucket{method="GET",path="/admin.php",status="404",le="2.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/admin.php",status="404",le="5"} 7 http_request_duration_seconds_bucket{method="GET",path="/admin.php",status="404",le="10"} 7 http_request_duration_seconds_bucket{method="GET",path="/admin.php",status="404",le="+Inf"} 7 http_request_duration_seconds_sum{method="GET",path="/admin.php",status="404"} 0.001510028 http_request_duration_seconds_count{method="GET",path="/admin.php",status="404"} 7 http_request_duration_seconds_bucket{method="GET",path="/admin.rar",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin.rar",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin.rar",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin.rar",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin.rar",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin.rar",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin.rar",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin.rar",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin.rar",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin.rar",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin.rar",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin.rar",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/admin.rar",status="404"} 0.000137993 http_request_duration_seconds_count{method="GET",path="/admin.rar",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin.sql",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin.sql",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin.sql",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin.sql",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin.sql",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin.sql",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin.sql",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin.sql",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin.sql",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin.sql",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin.sql",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin.sql",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/admin.sql",status="404"} 0.000132548 http_request_duration_seconds_count{method="GET",path="/admin.sql",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin.sql.bz2",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin.sql.bz2",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin.sql.bz2",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin.sql.bz2",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin.sql.bz2",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin.sql.bz2",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin.sql.bz2",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin.sql.bz2",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin.sql.bz2",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin.sql.bz2",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin.sql.bz2",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin.sql.bz2",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/admin.sql.bz2",status="404"} 0.000166843 http_request_duration_seconds_count{method="GET",path="/admin.sql.bz2",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin.sql.gz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin.sql.gz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin.sql.gz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin.sql.gz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin.sql.gz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin.sql.gz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin.sql.gz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin.sql.gz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin.sql.gz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin.sql.gz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin.sql.gz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin.sql.gz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/admin.sql.gz",status="404"} 0.000128806 http_request_duration_seconds_count{method="GET",path="/admin.sql.gz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin.tar",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin.tar",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin.tar",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin.tar",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin.tar",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin.tar",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin.tar",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin.tar",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin.tar",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin.tar",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin.tar",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin.tar",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/admin.tar",status="404"} 0.000125416 http_request_duration_seconds_count{method="GET",path="/admin.tar",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin.tar.bz2",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin.tar.bz2",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin.tar.bz2",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin.tar.bz2",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin.tar.bz2",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin.tar.bz2",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin.tar.bz2",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin.tar.bz2",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin.tar.bz2",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin.tar.bz2",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin.tar.bz2",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin.tar.bz2",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/admin.tar.bz2",status="404"} 0.000139312 http_request_duration_seconds_count{method="GET",path="/admin.tar.bz2",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin.tar.gz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin.tar.gz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin.tar.gz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin.tar.gz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin.tar.gz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin.tar.gz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin.tar.gz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin.tar.gz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin.tar.gz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin.tar.gz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin.tar.gz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin.tar.gz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/admin.tar.gz",status="404"} 0.000132689 http_request_duration_seconds_count{method="GET",path="/admin.tar.gz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin.tar.xz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin.tar.xz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin.tar.xz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin.tar.xz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin.tar.xz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin.tar.xz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin.tar.xz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin.tar.xz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin.tar.xz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin.tar.xz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin.tar.xz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin.tar.xz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/admin.tar.xz",status="404"} 0.000138177 http_request_duration_seconds_count{method="GET",path="/admin.tar.xz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin.tgz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin.tgz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin.tgz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin.tgz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin.tgz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin.tgz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin.tgz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin.tgz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin.tgz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin.tgz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin.tgz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin.tgz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/admin.tgz",status="404"} 0.000128891 http_request_duration_seconds_count{method="GET",path="/admin.tgz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin.zip",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin.zip",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin.zip",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin.zip",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin.zip",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin.zip",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin.zip",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin.zip",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin.zip",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin.zip",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin.zip",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin.zip",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/admin.zip",status="404"} 0.000131222 http_request_duration_seconds_count{method="GET",path="/admin.zip",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/admin.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/admin.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/admin.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/admin.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/admin.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/admin.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/admin.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/admin.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/admin.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/admin.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/admin.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/admin.zip",status="429"} 2.3567e-05 http_request_duration_seconds_count{method="GET",path="/admin.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/admin.zst",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin.zst",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin.zst",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin.zst",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin.zst",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin.zst",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin.zst",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin.zst",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin.zst",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin.zst",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin.zst",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin.zst",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/admin.zst",status="404"} 0.000172493 http_request_duration_seconds_count{method="GET",path="/admin.zst",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/*",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/admin/*",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/admin/*",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/admin/*",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/admin/*",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/admin/*",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/admin/*",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/admin/*",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/admin/*",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/admin/*",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/admin/*",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/admin/*",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/admin/*",status="429"} 0.000263544 http_request_duration_seconds_count{method="GET",path="/admin/*",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/admin/.env",status="404",le="0.005"} 11 http_request_duration_seconds_bucket{method="GET",path="/admin/.env",status="404",le="0.01"} 11 http_request_duration_seconds_bucket{method="GET",path="/admin/.env",status="404",le="0.025"} 11 http_request_duration_seconds_bucket{method="GET",path="/admin/.env",status="404",le="0.05"} 11 http_request_duration_seconds_bucket{method="GET",path="/admin/.env",status="404",le="0.1"} 11 http_request_duration_seconds_bucket{method="GET",path="/admin/.env",status="404",le="0.25"} 11 http_request_duration_seconds_bucket{method="GET",path="/admin/.env",status="404",le="0.5"} 11 http_request_duration_seconds_bucket{method="GET",path="/admin/.env",status="404",le="1"} 11 http_request_duration_seconds_bucket{method="GET",path="/admin/.env",status="404",le="2.5"} 11 http_request_duration_seconds_bucket{method="GET",path="/admin/.env",status="404",le="5"} 11 http_request_duration_seconds_bucket{method="GET",path="/admin/.env",status="404",le="10"} 11 http_request_duration_seconds_bucket{method="GET",path="/admin/.env",status="404",le="+Inf"} 11 http_request_duration_seconds_sum{method="GET",path="/admin/.env",status="404"} 0.0017828500000000003 http_request_duration_seconds_count{method="GET",path="/admin/.env",status="404"} 11 http_request_duration_seconds_bucket{method="GET",path="/admin/.env",status="429",le="0.005"} 6 http_request_duration_seconds_bucket{method="GET",path="/admin/.env",status="429",le="0.01"} 6 http_request_duration_seconds_bucket{method="GET",path="/admin/.env",status="429",le="0.025"} 6 http_request_duration_seconds_bucket{method="GET",path="/admin/.env",status="429",le="0.05"} 6 http_request_duration_seconds_bucket{method="GET",path="/admin/.env",status="429",le="0.1"} 6 http_request_duration_seconds_bucket{method="GET",path="/admin/.env",status="429",le="0.25"} 6 http_request_duration_seconds_bucket{method="GET",path="/admin/.env",status="429",le="0.5"} 6 http_request_duration_seconds_bucket{method="GET",path="/admin/.env",status="429",le="1"} 6 http_request_duration_seconds_bucket{method="GET",path="/admin/.env",status="429",le="2.5"} 6 http_request_duration_seconds_bucket{method="GET",path="/admin/.env",status="429",le="5"} 6 http_request_duration_seconds_bucket{method="GET",path="/admin/.env",status="429",le="10"} 6 http_request_duration_seconds_bucket{method="GET",path="/admin/.env",status="429",le="+Inf"} 6 http_request_duration_seconds_sum{method="GET",path="/admin/.env",status="429"} 0.000536148 http_request_duration_seconds_count{method="GET",path="/admin/.env",status="429"} 6 http_request_duration_seconds_bucket{method="GET",path="/admin/.git/config",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/.git/config",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/.git/config",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/.git/config",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/.git/config",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/.git/config",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/.git/config",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/.git/config",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/.git/config",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/.git/config",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/.git/config",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/.git/config",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/admin/.git/config",status="429"} 9.7766e-05 http_request_duration_seconds_count{method="GET",path="/admin/.git/config",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/app.js",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/app.js",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/app.js",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/app.js",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/app.js",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/app.js",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/app.js",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/app.js",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/app.js",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/app.js",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/app.js",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/app.js",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/admin/app.js",status="404"} 9.2268e-05 http_request_duration_seconds_count{method="GET",path="/admin/app.js",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/app.js",status="429",le="0.005"} 14 http_request_duration_seconds_bucket{method="GET",path="/admin/app.js",status="429",le="0.01"} 14 http_request_duration_seconds_bucket{method="GET",path="/admin/app.js",status="429",le="0.025"} 14 http_request_duration_seconds_bucket{method="GET",path="/admin/app.js",status="429",le="0.05"} 14 http_request_duration_seconds_bucket{method="GET",path="/admin/app.js",status="429",le="0.1"} 14 http_request_duration_seconds_bucket{method="GET",path="/admin/app.js",status="429",le="0.25"} 14 http_request_duration_seconds_bucket{method="GET",path="/admin/app.js",status="429",le="0.5"} 14 http_request_duration_seconds_bucket{method="GET",path="/admin/app.js",status="429",le="1"} 14 http_request_duration_seconds_bucket{method="GET",path="/admin/app.js",status="429",le="2.5"} 14 http_request_duration_seconds_bucket{method="GET",path="/admin/app.js",status="429",le="5"} 14 http_request_duration_seconds_bucket{method="GET",path="/admin/app.js",status="429",le="10"} 14 http_request_duration_seconds_bucket{method="GET",path="/admin/app.js",status="429",le="+Inf"} 14 http_request_duration_seconds_sum{method="GET",path="/admin/app.js",status="429"} 0.000900985 http_request_duration_seconds_count{method="GET",path="/admin/app.js",status="429"} 14 http_request_duration_seconds_bucket{method="GET",path="/admin/config",status="404",le="0.005"} 8 http_request_duration_seconds_bucket{method="GET",path="/admin/config",status="404",le="0.01"} 8 http_request_duration_seconds_bucket{method="GET",path="/admin/config",status="404",le="0.025"} 8 http_request_duration_seconds_bucket{method="GET",path="/admin/config",status="404",le="0.05"} 8 http_request_duration_seconds_bucket{method="GET",path="/admin/config",status="404",le="0.1"} 8 http_request_duration_seconds_bucket{method="GET",path="/admin/config",status="404",le="0.25"} 8 http_request_duration_seconds_bucket{method="GET",path="/admin/config",status="404",le="0.5"} 8 http_request_duration_seconds_bucket{method="GET",path="/admin/config",status="404",le="1"} 8 http_request_duration_seconds_bucket{method="GET",path="/admin/config",status="404",le="2.5"} 8 http_request_duration_seconds_bucket{method="GET",path="/admin/config",status="404",le="5"} 8 http_request_duration_seconds_bucket{method="GET",path="/admin/config",status="404",le="10"} 8 http_request_duration_seconds_bucket{method="GET",path="/admin/config",status="404",le="+Inf"} 8 http_request_duration_seconds_sum{method="GET",path="/admin/config",status="404"} 0.001242427 http_request_duration_seconds_count{method="GET",path="/admin/config",status="404"} 8 http_request_duration_seconds_bucket{method="GET",path="/admin/config",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/admin/config",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/admin/config",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/admin/config",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/admin/config",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/admin/config",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/admin/config",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/admin/config",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/admin/config",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/admin/config",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/admin/config",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/admin/config",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/admin/config",status="429"} 0.000250338 http_request_duration_seconds_count{method="GET",path="/admin/config",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/admin/config/.env",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/admin/config/.env",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/admin/config/.env",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/admin/config/.env",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/admin/config/.env",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/admin/config/.env",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/admin/config/.env",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/admin/config/.env",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/admin/config/.env",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/admin/config/.env",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/admin/config/.env",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/admin/config/.env",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/admin/config/.env",status="429"} 0.00027886699999999997 http_request_duration_seconds_count{method="GET",path="/admin/config/.env",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/admin/config/common.js",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/admin/config/common.js",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/admin/config/common.js",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/admin/config/common.js",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/admin/config/common.js",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/admin/config/common.js",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/admin/config/common.js",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/admin/config/common.js",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/admin/config/common.js",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/admin/config/common.js",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/admin/config/common.js",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/admin/config/common.js",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/admin/config/common.js",status="404"} 0.00033548599999999997 http_request_duration_seconds_count{method="GET",path="/admin/config/common.js",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/admin/config/common.js",status="429",le="0.005"} 14 http_request_duration_seconds_bucket{method="GET",path="/admin/config/common.js",status="429",le="0.01"} 14 http_request_duration_seconds_bucket{method="GET",path="/admin/config/common.js",status="429",le="0.025"} 14 http_request_duration_seconds_bucket{method="GET",path="/admin/config/common.js",status="429",le="0.05"} 14 http_request_duration_seconds_bucket{method="GET",path="/admin/config/common.js",status="429",le="0.1"} 14 http_request_duration_seconds_bucket{method="GET",path="/admin/config/common.js",status="429",le="0.25"} 14 http_request_duration_seconds_bucket{method="GET",path="/admin/config/common.js",status="429",le="0.5"} 14 http_request_duration_seconds_bucket{method="GET",path="/admin/config/common.js",status="429",le="1"} 14 http_request_duration_seconds_bucket{method="GET",path="/admin/config/common.js",status="429",le="2.5"} 14 http_request_duration_seconds_bucket{method="GET",path="/admin/config/common.js",status="429",le="5"} 14 http_request_duration_seconds_bucket{method="GET",path="/admin/config/common.js",status="429",le="10"} 14 http_request_duration_seconds_bucket{method="GET",path="/admin/config/common.js",status="429",le="+Inf"} 14 http_request_duration_seconds_sum{method="GET",path="/admin/config/common.js",status="429"} 0.0010417360000000001 http_request_duration_seconds_count{method="GET",path="/admin/config/common.js",status="429"} 14 http_request_duration_seconds_bucket{method="GET",path="/admin/config/constants.js",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/config/constants.js",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/config/constants.js",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/config/constants.js",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/config/constants.js",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/config/constants.js",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/config/constants.js",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/config/constants.js",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/config/constants.js",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/config/constants.js",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/config/constants.js",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/config/constants.js",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/admin/config/constants.js",status="404"} 0.000122813 http_request_duration_seconds_count{method="GET",path="/admin/config/constants.js",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/config/constants.js",status="429",le="0.005"} 18 http_request_duration_seconds_bucket{method="GET",path="/admin/config/constants.js",status="429",le="0.01"} 18 http_request_duration_seconds_bucket{method="GET",path="/admin/config/constants.js",status="429",le="0.025"} 18 http_request_duration_seconds_bucket{method="GET",path="/admin/config/constants.js",status="429",le="0.05"} 18 http_request_duration_seconds_bucket{method="GET",path="/admin/config/constants.js",status="429",le="0.1"} 18 http_request_duration_seconds_bucket{method="GET",path="/admin/config/constants.js",status="429",le="0.25"} 18 http_request_duration_seconds_bucket{method="GET",path="/admin/config/constants.js",status="429",le="0.5"} 18 http_request_duration_seconds_bucket{method="GET",path="/admin/config/constants.js",status="429",le="1"} 18 http_request_duration_seconds_bucket{method="GET",path="/admin/config/constants.js",status="429",le="2.5"} 18 http_request_duration_seconds_bucket{method="GET",path="/admin/config/constants.js",status="429",le="5"} 18 http_request_duration_seconds_bucket{method="GET",path="/admin/config/constants.js",status="429",le="10"} 18 http_request_duration_seconds_bucket{method="GET",path="/admin/config/constants.js",status="429",le="+Inf"} 18 http_request_duration_seconds_sum{method="GET",path="/admin/config/constants.js",status="429"} 0.0016020490000000001 http_request_duration_seconds_count{method="GET",path="/admin/config/constants.js",status="429"} 18 http_request_duration_seconds_bucket{method="GET",path="/admin/config/database.js",status="429",le="0.005"} 19 http_request_duration_seconds_bucket{method="GET",path="/admin/config/database.js",status="429",le="0.01"} 19 http_request_duration_seconds_bucket{method="GET",path="/admin/config/database.js",status="429",le="0.025"} 19 http_request_duration_seconds_bucket{method="GET",path="/admin/config/database.js",status="429",le="0.05"} 19 http_request_duration_seconds_bucket{method="GET",path="/admin/config/database.js",status="429",le="0.1"} 19 http_request_duration_seconds_bucket{method="GET",path="/admin/config/database.js",status="429",le="0.25"} 19 http_request_duration_seconds_bucket{method="GET",path="/admin/config/database.js",status="429",le="0.5"} 19 http_request_duration_seconds_bucket{method="GET",path="/admin/config/database.js",status="429",le="1"} 19 http_request_duration_seconds_bucket{method="GET",path="/admin/config/database.js",status="429",le="2.5"} 19 http_request_duration_seconds_bucket{method="GET",path="/admin/config/database.js",status="429",le="5"} 19 http_request_duration_seconds_bucket{method="GET",path="/admin/config/database.js",status="429",le="10"} 19 http_request_duration_seconds_bucket{method="GET",path="/admin/config/database.js",status="429",le="+Inf"} 19 http_request_duration_seconds_sum{method="GET",path="/admin/config/database.js",status="429"} 0.0014987929999999998 http_request_duration_seconds_count{method="GET",path="/admin/config/database.js",status="429"} 19 http_request_duration_seconds_bucket{method="GET",path="/admin/config/template.js",status="429",le="0.005"} 17 http_request_duration_seconds_bucket{method="GET",path="/admin/config/template.js",status="429",le="0.01"} 17 http_request_duration_seconds_bucket{method="GET",path="/admin/config/template.js",status="429",le="0.025"} 17 http_request_duration_seconds_bucket{method="GET",path="/admin/config/template.js",status="429",le="0.05"} 17 http_request_duration_seconds_bucket{method="GET",path="/admin/config/template.js",status="429",le="0.1"} 17 http_request_duration_seconds_bucket{method="GET",path="/admin/config/template.js",status="429",le="0.25"} 17 http_request_duration_seconds_bucket{method="GET",path="/admin/config/template.js",status="429",le="0.5"} 17 http_request_duration_seconds_bucket{method="GET",path="/admin/config/template.js",status="429",le="1"} 17 http_request_duration_seconds_bucket{method="GET",path="/admin/config/template.js",status="429",le="2.5"} 17 http_request_duration_seconds_bucket{method="GET",path="/admin/config/template.js",status="429",le="5"} 17 http_request_duration_seconds_bucket{method="GET",path="/admin/config/template.js",status="429",le="10"} 17 http_request_duration_seconds_bucket{method="GET",path="/admin/config/template.js",status="429",le="+Inf"} 17 http_request_duration_seconds_sum{method="GET",path="/admin/config/template.js",status="429"} 0.0011646540000000002 http_request_duration_seconds_count{method="GET",path="/admin/config/template.js",status="429"} 17 http_request_duration_seconds_bucket{method="GET",path="/admin/config_pro.toml",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/admin/config_pro.toml",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/admin/config_pro.toml",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/admin/config_pro.toml",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/admin/config_pro.toml",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/admin/config_pro.toml",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/admin/config_pro.toml",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/admin/config_pro.toml",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/admin/config_pro.toml",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/admin/config_pro.toml",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/admin/config_pro.toml",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/admin/config_pro.toml",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/admin/config_pro.toml",status="429"} 9.3144e-05 http_request_duration_seconds_count{method="GET",path="/admin/config_pro.toml",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/admin/console/.env",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/admin/console/.env",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/admin/console/.env",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/admin/console/.env",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/admin/console/.env",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/admin/console/.env",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/admin/console/.env",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/admin/console/.env",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/admin/console/.env",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/admin/console/.env",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/admin/console/.env",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/admin/console/.env",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/admin/console/.env",status="429"} 0.000138116 http_request_duration_seconds_count{method="GET",path="/admin/console/.env",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/admin/constant.js",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/constant.js",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/constant.js",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/constant.js",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/constant.js",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/constant.js",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/constant.js",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/constant.js",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/constant.js",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/constant.js",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/constant.js",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/constant.js",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/admin/constant.js",status="404"} 0.000156455 http_request_duration_seconds_count{method="GET",path="/admin/constant.js",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/constant.js",status="429",le="0.005"} 16 http_request_duration_seconds_bucket{method="GET",path="/admin/constant.js",status="429",le="0.01"} 16 http_request_duration_seconds_bucket{method="GET",path="/admin/constant.js",status="429",le="0.025"} 16 http_request_duration_seconds_bucket{method="GET",path="/admin/constant.js",status="429",le="0.05"} 16 http_request_duration_seconds_bucket{method="GET",path="/admin/constant.js",status="429",le="0.1"} 16 http_request_duration_seconds_bucket{method="GET",path="/admin/constant.js",status="429",le="0.25"} 16 http_request_duration_seconds_bucket{method="GET",path="/admin/constant.js",status="429",le="0.5"} 16 http_request_duration_seconds_bucket{method="GET",path="/admin/constant.js",status="429",le="1"} 16 http_request_duration_seconds_bucket{method="GET",path="/admin/constant.js",status="429",le="2.5"} 16 http_request_duration_seconds_bucket{method="GET",path="/admin/constant.js",status="429",le="5"} 16 http_request_duration_seconds_bucket{method="GET",path="/admin/constant.js",status="429",le="10"} 16 http_request_duration_seconds_bucket{method="GET",path="/admin/constant.js",status="429",le="+Inf"} 16 http_request_duration_seconds_sum{method="GET",path="/admin/constant.js",status="429"} 0.0013901729999999998 http_request_duration_seconds_count{method="GET",path="/admin/constant.js",status="429"} 16 http_request_duration_seconds_bucket{method="GET",path="/admin/constants.js",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/constants.js",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/constants.js",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/constants.js",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/constants.js",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/constants.js",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/constants.js",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/constants.js",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/constants.js",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/constants.js",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/constants.js",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/constants.js",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/admin/constants.js",status="404"} 0.000159421 http_request_duration_seconds_count{method="GET",path="/admin/constants.js",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/constants.js",status="429",le="0.005"} 16 http_request_duration_seconds_bucket{method="GET",path="/admin/constants.js",status="429",le="0.01"} 16 http_request_duration_seconds_bucket{method="GET",path="/admin/constants.js",status="429",le="0.025"} 16 http_request_duration_seconds_bucket{method="GET",path="/admin/constants.js",status="429",le="0.05"} 16 http_request_duration_seconds_bucket{method="GET",path="/admin/constants.js",status="429",le="0.1"} 16 http_request_duration_seconds_bucket{method="GET",path="/admin/constants.js",status="429",le="0.25"} 16 http_request_duration_seconds_bucket{method="GET",path="/admin/constants.js",status="429",le="0.5"} 16 http_request_duration_seconds_bucket{method="GET",path="/admin/constants.js",status="429",le="1"} 16 http_request_duration_seconds_bucket{method="GET",path="/admin/constants.js",status="429",le="2.5"} 16 http_request_duration_seconds_bucket{method="GET",path="/admin/constants.js",status="429",le="5"} 16 http_request_duration_seconds_bucket{method="GET",path="/admin/constants.js",status="429",le="10"} 16 http_request_duration_seconds_bucket{method="GET",path="/admin/constants.js",status="429",le="+Inf"} 16 http_request_duration_seconds_sum{method="GET",path="/admin/constants.js",status="429"} 0.001194964 http_request_duration_seconds_count{method="GET",path="/admin/constants.js",status="429"} 16 http_request_duration_seconds_bucket{method="GET",path="/admin/controller.js",status="429",le="0.005"} 17 http_request_duration_seconds_bucket{method="GET",path="/admin/controller.js",status="429",le="0.01"} 17 http_request_duration_seconds_bucket{method="GET",path="/admin/controller.js",status="429",le="0.025"} 17 http_request_duration_seconds_bucket{method="GET",path="/admin/controller.js",status="429",le="0.05"} 17 http_request_duration_seconds_bucket{method="GET",path="/admin/controller.js",status="429",le="0.1"} 17 http_request_duration_seconds_bucket{method="GET",path="/admin/controller.js",status="429",le="0.25"} 17 http_request_duration_seconds_bucket{method="GET",path="/admin/controller.js",status="429",le="0.5"} 17 http_request_duration_seconds_bucket{method="GET",path="/admin/controller.js",status="429",le="1"} 17 http_request_duration_seconds_bucket{method="GET",path="/admin/controller.js",status="429",le="2.5"} 17 http_request_duration_seconds_bucket{method="GET",path="/admin/controller.js",status="429",le="5"} 17 http_request_duration_seconds_bucket{method="GET",path="/admin/controller.js",status="429",le="10"} 17 http_request_duration_seconds_bucket{method="GET",path="/admin/controller.js",status="429",le="+Inf"} 17 http_request_duration_seconds_sum{method="GET",path="/admin/controller.js",status="429"} 0.0011549420000000002 http_request_duration_seconds_count{method="GET",path="/admin/controller.js",status="429"} 17 http_request_duration_seconds_bucket{method="GET",path="/admin/controller/extension/extension/ultra.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/admin/controller/extension/extension/ultra.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/admin/controller/extension/extension/ultra.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/admin/controller/extension/extension/ultra.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/admin/controller/extension/extension/ultra.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/admin/controller/extension/extension/ultra.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/admin/controller/extension/extension/ultra.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/admin/controller/extension/extension/ultra.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/admin/controller/extension/extension/ultra.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/admin/controller/extension/extension/ultra.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/admin/controller/extension/extension/ultra.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/admin/controller/extension/extension/ultra.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/admin/controller/extension/extension/ultra.php",status="404"} 0.000267516 http_request_duration_seconds_count{method="GET",path="/admin/controller/extension/extension/ultra.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/admin/controllers/merchant.js",status="404",le="0.005"} 7 http_request_duration_seconds_bucket{method="GET",path="/admin/controllers/merchant.js",status="404",le="0.01"} 7 http_request_duration_seconds_bucket{method="GET",path="/admin/controllers/merchant.js",status="404",le="0.025"} 7 http_request_duration_seconds_bucket{method="GET",path="/admin/controllers/merchant.js",status="404",le="0.05"} 7 http_request_duration_seconds_bucket{method="GET",path="/admin/controllers/merchant.js",status="404",le="0.1"} 7 http_request_duration_seconds_bucket{method="GET",path="/admin/controllers/merchant.js",status="404",le="0.25"} 7 http_request_duration_seconds_bucket{method="GET",path="/admin/controllers/merchant.js",status="404",le="0.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/admin/controllers/merchant.js",status="404",le="1"} 7 http_request_duration_seconds_bucket{method="GET",path="/admin/controllers/merchant.js",status="404",le="2.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/admin/controllers/merchant.js",status="404",le="5"} 7 http_request_duration_seconds_bucket{method="GET",path="/admin/controllers/merchant.js",status="404",le="10"} 7 http_request_duration_seconds_bucket{method="GET",path="/admin/controllers/merchant.js",status="404",le="+Inf"} 7 http_request_duration_seconds_sum{method="GET",path="/admin/controllers/merchant.js",status="404"} 0.001031461 http_request_duration_seconds_count{method="GET",path="/admin/controllers/merchant.js",status="404"} 7 http_request_duration_seconds_bucket{method="GET",path="/admin/controllers/merchant.js",status="429",le="0.005"} 15 http_request_duration_seconds_bucket{method="GET",path="/admin/controllers/merchant.js",status="429",le="0.01"} 15 http_request_duration_seconds_bucket{method="GET",path="/admin/controllers/merchant.js",status="429",le="0.025"} 15 http_request_duration_seconds_bucket{method="GET",path="/admin/controllers/merchant.js",status="429",le="0.05"} 15 http_request_duration_seconds_bucket{method="GET",path="/admin/controllers/merchant.js",status="429",le="0.1"} 15 http_request_duration_seconds_bucket{method="GET",path="/admin/controllers/merchant.js",status="429",le="0.25"} 15 http_request_duration_seconds_bucket{method="GET",path="/admin/controllers/merchant.js",status="429",le="0.5"} 15 http_request_duration_seconds_bucket{method="GET",path="/admin/controllers/merchant.js",status="429",le="1"} 15 http_request_duration_seconds_bucket{method="GET",path="/admin/controllers/merchant.js",status="429",le="2.5"} 15 http_request_duration_seconds_bucket{method="GET",path="/admin/controllers/merchant.js",status="429",le="5"} 15 http_request_duration_seconds_bucket{method="GET",path="/admin/controllers/merchant.js",status="429",le="10"} 15 http_request_duration_seconds_bucket{method="GET",path="/admin/controllers/merchant.js",status="429",le="+Inf"} 15 http_request_duration_seconds_sum{method="GET",path="/admin/controllers/merchant.js",status="429"} 0.001108529 http_request_duration_seconds_count{method="GET",path="/admin/controllers/merchant.js",status="429"} 15 http_request_duration_seconds_bucket{method="GET",path="/admin/controllers/partner.js",status="404",le="0.005"} 7 http_request_duration_seconds_bucket{method="GET",path="/admin/controllers/partner.js",status="404",le="0.01"} 7 http_request_duration_seconds_bucket{method="GET",path="/admin/controllers/partner.js",status="404",le="0.025"} 7 http_request_duration_seconds_bucket{method="GET",path="/admin/controllers/partner.js",status="404",le="0.05"} 7 http_request_duration_seconds_bucket{method="GET",path="/admin/controllers/partner.js",status="404",le="0.1"} 7 http_request_duration_seconds_bucket{method="GET",path="/admin/controllers/partner.js",status="404",le="0.25"} 7 http_request_duration_seconds_bucket{method="GET",path="/admin/controllers/partner.js",status="404",le="0.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/admin/controllers/partner.js",status="404",le="1"} 7 http_request_duration_seconds_bucket{method="GET",path="/admin/controllers/partner.js",status="404",le="2.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/admin/controllers/partner.js",status="404",le="5"} 7 http_request_duration_seconds_bucket{method="GET",path="/admin/controllers/partner.js",status="404",le="10"} 7 http_request_duration_seconds_bucket{method="GET",path="/admin/controllers/partner.js",status="404",le="+Inf"} 7 http_request_duration_seconds_sum{method="GET",path="/admin/controllers/partner.js",status="404"} 0.0009494610000000002 http_request_duration_seconds_count{method="GET",path="/admin/controllers/partner.js",status="404"} 7 http_request_duration_seconds_bucket{method="GET",path="/admin/controllers/partner.js",status="429",le="0.005"} 15 http_request_duration_seconds_bucket{method="GET",path="/admin/controllers/partner.js",status="429",le="0.01"} 15 http_request_duration_seconds_bucket{method="GET",path="/admin/controllers/partner.js",status="429",le="0.025"} 15 http_request_duration_seconds_bucket{method="GET",path="/admin/controllers/partner.js",status="429",le="0.05"} 15 http_request_duration_seconds_bucket{method="GET",path="/admin/controllers/partner.js",status="429",le="0.1"} 15 http_request_duration_seconds_bucket{method="GET",path="/admin/controllers/partner.js",status="429",le="0.25"} 15 http_request_duration_seconds_bucket{method="GET",path="/admin/controllers/partner.js",status="429",le="0.5"} 15 http_request_duration_seconds_bucket{method="GET",path="/admin/controllers/partner.js",status="429",le="1"} 15 http_request_duration_seconds_bucket{method="GET",path="/admin/controllers/partner.js",status="429",le="2.5"} 15 http_request_duration_seconds_bucket{method="GET",path="/admin/controllers/partner.js",status="429",le="5"} 15 http_request_duration_seconds_bucket{method="GET",path="/admin/controllers/partner.js",status="429",le="10"} 15 http_request_duration_seconds_bucket{method="GET",path="/admin/controllers/partner.js",status="429",le="+Inf"} 15 http_request_duration_seconds_sum{method="GET",path="/admin/controllers/partner.js",status="429"} 0.00118463 http_request_duration_seconds_count{method="GET",path="/admin/controllers/partner.js",status="429"} 15 http_request_duration_seconds_bucket{method="GET",path="/admin/function.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/function.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/function.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/function.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/function.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/function.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/function.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/function.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/function.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/function.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/function.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/function.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/admin/function.php",status="404"} 0.000161734 http_request_duration_seconds_count{method="GET",path="/admin/function.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/function.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/function.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/function.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/function.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/function.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/function.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/function.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/function.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/function.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/function.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/function.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/function.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/admin/function.php",status="429"} 0.000120339 http_request_duration_seconds_count{method="GET",path="/admin/function.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/helper.js",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/helper.js",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/helper.js",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/helper.js",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/helper.js",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/helper.js",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/helper.js",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/helper.js",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/helper.js",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/helper.js",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/helper.js",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/helper.js",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/admin/helper.js",status="404"} 0.000144511 http_request_duration_seconds_count{method="GET",path="/admin/helper.js",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/helper.js",status="429",le="0.005"} 14 http_request_duration_seconds_bucket{method="GET",path="/admin/helper.js",status="429",le="0.01"} 14 http_request_duration_seconds_bucket{method="GET",path="/admin/helper.js",status="429",le="0.025"} 14 http_request_duration_seconds_bucket{method="GET",path="/admin/helper.js",status="429",le="0.05"} 14 http_request_duration_seconds_bucket{method="GET",path="/admin/helper.js",status="429",le="0.1"} 14 http_request_duration_seconds_bucket{method="GET",path="/admin/helper.js",status="429",le="0.25"} 14 http_request_duration_seconds_bucket{method="GET",path="/admin/helper.js",status="429",le="0.5"} 14 http_request_duration_seconds_bucket{method="GET",path="/admin/helper.js",status="429",le="1"} 14 http_request_duration_seconds_bucket{method="GET",path="/admin/helper.js",status="429",le="2.5"} 14 http_request_duration_seconds_bucket{method="GET",path="/admin/helper.js",status="429",le="5"} 14 http_request_duration_seconds_bucket{method="GET",path="/admin/helper.js",status="429",le="10"} 14 http_request_duration_seconds_bucket{method="GET",path="/admin/helper.js",status="429",le="+Inf"} 14 http_request_duration_seconds_sum{method="GET",path="/admin/helper.js",status="429"} 0.001098689 http_request_duration_seconds_count{method="GET",path="/admin/helper.js",status="429"} 14 http_request_duration_seconds_bucket{method="GET",path="/admin/index.js",status="429",le="0.005"} 17 http_request_duration_seconds_bucket{method="GET",path="/admin/index.js",status="429",le="0.01"} 17 http_request_duration_seconds_bucket{method="GET",path="/admin/index.js",status="429",le="0.025"} 17 http_request_duration_seconds_bucket{method="GET",path="/admin/index.js",status="429",le="0.05"} 17 http_request_duration_seconds_bucket{method="GET",path="/admin/index.js",status="429",le="0.1"} 17 http_request_duration_seconds_bucket{method="GET",path="/admin/index.js",status="429",le="0.25"} 17 http_request_duration_seconds_bucket{method="GET",path="/admin/index.js",status="429",le="0.5"} 17 http_request_duration_seconds_bucket{method="GET",path="/admin/index.js",status="429",le="1"} 17 http_request_duration_seconds_bucket{method="GET",path="/admin/index.js",status="429",le="2.5"} 17 http_request_duration_seconds_bucket{method="GET",path="/admin/index.js",status="429",le="5"} 17 http_request_duration_seconds_bucket{method="GET",path="/admin/index.js",status="429",le="10"} 17 http_request_duration_seconds_bucket{method="GET",path="/admin/index.js",status="429",le="+Inf"} 17 http_request_duration_seconds_sum{method="GET",path="/admin/index.js",status="429"} 0.001240214 http_request_duration_seconds_count{method="GET",path="/admin/index.js",status="429"} 17 http_request_duration_seconds_bucket{method="GET",path="/admin/info.php",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/admin/info.php",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/admin/info.php",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/admin/info.php",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/admin/info.php",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/admin/info.php",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/admin/info.php",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/admin/info.php",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/admin/info.php",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/admin/info.php",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/admin/info.php",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/admin/info.php",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/admin/info.php",status="429"} 0.000159382 http_request_duration_seconds_count{method="GET",path="/admin/info.php",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/admin/mail.js",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/mail.js",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/mail.js",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/mail.js",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/mail.js",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/mail.js",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/mail.js",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/mail.js",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/mail.js",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/mail.js",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/mail.js",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/mail.js",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/admin/mail.js",status="404"} 9.9649e-05 http_request_duration_seconds_count{method="GET",path="/admin/mail.js",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/mail.js",status="429",le="0.005"} 14 http_request_duration_seconds_bucket{method="GET",path="/admin/mail.js",status="429",le="0.01"} 14 http_request_duration_seconds_bucket{method="GET",path="/admin/mail.js",status="429",le="0.025"} 14 http_request_duration_seconds_bucket{method="GET",path="/admin/mail.js",status="429",le="0.05"} 14 http_request_duration_seconds_bucket{method="GET",path="/admin/mail.js",status="429",le="0.1"} 14 http_request_duration_seconds_bucket{method="GET",path="/admin/mail.js",status="429",le="0.25"} 14 http_request_duration_seconds_bucket{method="GET",path="/admin/mail.js",status="429",le="0.5"} 14 http_request_duration_seconds_bucket{method="GET",path="/admin/mail.js",status="429",le="1"} 14 http_request_duration_seconds_bucket{method="GET",path="/admin/mail.js",status="429",le="2.5"} 14 http_request_duration_seconds_bucket{method="GET",path="/admin/mail.js",status="429",le="5"} 14 http_request_duration_seconds_bucket{method="GET",path="/admin/mail.js",status="429",le="10"} 14 http_request_duration_seconds_bucket{method="GET",path="/admin/mail.js",status="429",le="+Inf"} 14 http_request_duration_seconds_sum{method="GET",path="/admin/mail.js",status="429"} 0.001318199 http_request_duration_seconds_count{method="GET",path="/admin/mail.js",status="429"} 14 http_request_duration_seconds_bucket{method="GET",path="/admin/mailer.js",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/mailer.js",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/mailer.js",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/mailer.js",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/mailer.js",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/mailer.js",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/mailer.js",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/mailer.js",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/mailer.js",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/mailer.js",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/mailer.js",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/mailer.js",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/admin/mailer.js",status="404"} 0.00014837 http_request_duration_seconds_count{method="GET",path="/admin/mailer.js",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/mailer.js",status="429",le="0.005"} 14 http_request_duration_seconds_bucket{method="GET",path="/admin/mailer.js",status="429",le="0.01"} 14 http_request_duration_seconds_bucket{method="GET",path="/admin/mailer.js",status="429",le="0.025"} 14 http_request_duration_seconds_bucket{method="GET",path="/admin/mailer.js",status="429",le="0.05"} 14 http_request_duration_seconds_bucket{method="GET",path="/admin/mailer.js",status="429",le="0.1"} 14 http_request_duration_seconds_bucket{method="GET",path="/admin/mailer.js",status="429",le="0.25"} 14 http_request_duration_seconds_bucket{method="GET",path="/admin/mailer.js",status="429",le="0.5"} 14 http_request_duration_seconds_bucket{method="GET",path="/admin/mailer.js",status="429",le="1"} 14 http_request_duration_seconds_bucket{method="GET",path="/admin/mailer.js",status="429",le="2.5"} 14 http_request_duration_seconds_bucket{method="GET",path="/admin/mailer.js",status="429",le="5"} 14 http_request_duration_seconds_bucket{method="GET",path="/admin/mailer.js",status="429",le="10"} 14 http_request_duration_seconds_bucket{method="GET",path="/admin/mailer.js",status="429",le="+Inf"} 14 http_request_duration_seconds_sum{method="GET",path="/admin/mailer.js",status="429"} 0.00103397 http_request_duration_seconds_count{method="GET",path="/admin/mailer.js",status="429"} 14 http_request_duration_seconds_bucket{method="GET",path="/admin/mailserver.js",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/admin/mailserver.js",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/admin/mailserver.js",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/admin/mailserver.js",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/admin/mailserver.js",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/admin/mailserver.js",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/admin/mailserver.js",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/admin/mailserver.js",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/admin/mailserver.js",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/admin/mailserver.js",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/admin/mailserver.js",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/admin/mailserver.js",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/admin/mailserver.js",status="404"} 0.00027282200000000004 http_request_duration_seconds_count{method="GET",path="/admin/mailserver.js",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/admin/mailserver.js",status="429",le="0.005"} 12 http_request_duration_seconds_bucket{method="GET",path="/admin/mailserver.js",status="429",le="0.01"} 12 http_request_duration_seconds_bucket{method="GET",path="/admin/mailserver.js",status="429",le="0.025"} 12 http_request_duration_seconds_bucket{method="GET",path="/admin/mailserver.js",status="429",le="0.05"} 12 http_request_duration_seconds_bucket{method="GET",path="/admin/mailserver.js",status="429",le="0.1"} 12 http_request_duration_seconds_bucket{method="GET",path="/admin/mailserver.js",status="429",le="0.25"} 12 http_request_duration_seconds_bucket{method="GET",path="/admin/mailserver.js",status="429",le="0.5"} 12 http_request_duration_seconds_bucket{method="GET",path="/admin/mailserver.js",status="429",le="1"} 12 http_request_duration_seconds_bucket{method="GET",path="/admin/mailserver.js",status="429",le="2.5"} 12 http_request_duration_seconds_bucket{method="GET",path="/admin/mailserver.js",status="429",le="5"} 12 http_request_duration_seconds_bucket{method="GET",path="/admin/mailserver.js",status="429",le="10"} 12 http_request_duration_seconds_bucket{method="GET",path="/admin/mailserver.js",status="429",le="+Inf"} 12 http_request_duration_seconds_sum{method="GET",path="/admin/mailserver.js",status="429"} 0.000823556 http_request_duration_seconds_count{method="GET",path="/admin/mailserver.js",status="429"} 12 http_request_duration_seconds_bucket{method="GET",path="/admin/php-info.php",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/admin/php-info.php",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/admin/php-info.php",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/admin/php-info.php",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/admin/php-info.php",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/admin/php-info.php",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/admin/php-info.php",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/admin/php-info.php",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/admin/php-info.php",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/admin/php-info.php",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/admin/php-info.php",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/admin/php-info.php",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/admin/php-info.php",status="429"} 8.3063e-05 http_request_duration_seconds_count{method="GET",path="/admin/php-info.php",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/admin/php.php",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/admin/php.php",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/admin/php.php",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/admin/php.php",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/admin/php.php",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/admin/php.php",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/admin/php.php",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/admin/php.php",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/admin/php.php",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/admin/php.php",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/admin/php.php",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/admin/php.php",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/admin/php.php",status="429"} 0.000140381 http_request_duration_seconds_count{method="GET",path="/admin/php.php",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/admin/php_info.php",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/admin/php_info.php",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/admin/php_info.php",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/admin/php_info.php",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/admin/php_info.php",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/admin/php_info.php",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/admin/php_info.php",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/admin/php_info.php",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/admin/php_info.php",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/admin/php_info.php",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/admin/php_info.php",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/admin/php_info.php",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/admin/php_info.php",status="429"} 9.527e-05 http_request_duration_seconds_count{method="GET",path="/admin/php_info.php",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/admin/phpinfo.php",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/admin/phpinfo.php",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/admin/phpinfo.php",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/admin/phpinfo.php",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/admin/phpinfo.php",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/admin/phpinfo.php",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/admin/phpinfo.php",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/admin/phpinfo.php",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/admin/phpinfo.php",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/admin/phpinfo.php",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/admin/phpinfo.php",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/admin/phpinfo.php",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/admin/phpinfo.php",status="404"} 0.000387561 http_request_duration_seconds_count{method="GET",path="/admin/phpinfo.php",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/admin/phpinfo.php",status="429",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/admin/phpinfo.php",status="429",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/admin/phpinfo.php",status="429",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/admin/phpinfo.php",status="429",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/admin/phpinfo.php",status="429",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/admin/phpinfo.php",status="429",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/admin/phpinfo.php",status="429",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/admin/phpinfo.php",status="429",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/admin/phpinfo.php",status="429",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/admin/phpinfo.php",status="429",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/admin/phpinfo.php",status="429",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/admin/phpinfo.php",status="429",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/admin/phpinfo.php",status="429"} 0.00060323 http_request_duration_seconds_count{method="GET",path="/admin/phpinfo.php",status="429"} 4 http_request_duration_seconds_bucket{method="GET",path="/admin/server.js",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/server.js",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/server.js",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/server.js",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/server.js",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/server.js",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/server.js",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/server.js",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/server.js",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/server.js",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/server.js",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/server.js",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/admin/server.js",status="404"} 0.000104977 http_request_duration_seconds_count{method="GET",path="/admin/server.js",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/server.js",status="429",le="0.005"} 16 http_request_duration_seconds_bucket{method="GET",path="/admin/server.js",status="429",le="0.01"} 16 http_request_duration_seconds_bucket{method="GET",path="/admin/server.js",status="429",le="0.025"} 16 http_request_duration_seconds_bucket{method="GET",path="/admin/server.js",status="429",le="0.05"} 16 http_request_duration_seconds_bucket{method="GET",path="/admin/server.js",status="429",le="0.1"} 16 http_request_duration_seconds_bucket{method="GET",path="/admin/server.js",status="429",le="0.25"} 16 http_request_duration_seconds_bucket{method="GET",path="/admin/server.js",status="429",le="0.5"} 16 http_request_duration_seconds_bucket{method="GET",path="/admin/server.js",status="429",le="1"} 16 http_request_duration_seconds_bucket{method="GET",path="/admin/server.js",status="429",le="2.5"} 16 http_request_duration_seconds_bucket{method="GET",path="/admin/server.js",status="429",le="5"} 16 http_request_duration_seconds_bucket{method="GET",path="/admin/server.js",status="429",le="10"} 16 http_request_duration_seconds_bucket{method="GET",path="/admin/server.js",status="429",le="+Inf"} 16 http_request_duration_seconds_sum{method="GET",path="/admin/server.js",status="429"} 0.001273739 http_request_duration_seconds_count{method="GET",path="/admin/server.js",status="429"} 16 http_request_duration_seconds_bucket{method="GET",path="/admin/server_info.php",status="404",le="0.005"} 7 http_request_duration_seconds_bucket{method="GET",path="/admin/server_info.php",status="404",le="0.01"} 7 http_request_duration_seconds_bucket{method="GET",path="/admin/server_info.php",status="404",le="0.025"} 7 http_request_duration_seconds_bucket{method="GET",path="/admin/server_info.php",status="404",le="0.05"} 7 http_request_duration_seconds_bucket{method="GET",path="/admin/server_info.php",status="404",le="0.1"} 7 http_request_duration_seconds_bucket{method="GET",path="/admin/server_info.php",status="404",le="0.25"} 7 http_request_duration_seconds_bucket{method="GET",path="/admin/server_info.php",status="404",le="0.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/admin/server_info.php",status="404",le="1"} 7 http_request_duration_seconds_bucket{method="GET",path="/admin/server_info.php",status="404",le="2.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/admin/server_info.php",status="404",le="5"} 7 http_request_duration_seconds_bucket{method="GET",path="/admin/server_info.php",status="404",le="10"} 7 http_request_duration_seconds_bucket{method="GET",path="/admin/server_info.php",status="404",le="+Inf"} 7 http_request_duration_seconds_sum{method="GET",path="/admin/server_info.php",status="404"} 0.0009745779999999999 http_request_duration_seconds_count{method="GET",path="/admin/server_info.php",status="404"} 7 http_request_duration_seconds_bucket{method="GET",path="/admin/utils.js",status="429",le="0.005"} 19 http_request_duration_seconds_bucket{method="GET",path="/admin/utils.js",status="429",le="0.01"} 19 http_request_duration_seconds_bucket{method="GET",path="/admin/utils.js",status="429",le="0.025"} 19 http_request_duration_seconds_bucket{method="GET",path="/admin/utils.js",status="429",le="0.05"} 19 http_request_duration_seconds_bucket{method="GET",path="/admin/utils.js",status="429",le="0.1"} 19 http_request_duration_seconds_bucket{method="GET",path="/admin/utils.js",status="429",le="0.25"} 19 http_request_duration_seconds_bucket{method="GET",path="/admin/utils.js",status="429",le="0.5"} 19 http_request_duration_seconds_bucket{method="GET",path="/admin/utils.js",status="429",le="1"} 19 http_request_duration_seconds_bucket{method="GET",path="/admin/utils.js",status="429",le="2.5"} 19 http_request_duration_seconds_bucket{method="GET",path="/admin/utils.js",status="429",le="5"} 19 http_request_duration_seconds_bucket{method="GET",path="/admin/utils.js",status="429",le="10"} 19 http_request_duration_seconds_bucket{method="GET",path="/admin/utils.js",status="429",le="+Inf"} 19 http_request_duration_seconds_sum{method="GET",path="/admin/utils.js",status="429"} 0.0014157230000000002 http_request_duration_seconds_count{method="GET",path="/admin/utils.js",status="429"} 19 http_request_duration_seconds_bucket{method="GET",path="/admin_phpinfo.php",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/admin_phpinfo.php",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/admin_phpinfo.php",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/admin_phpinfo.php",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/admin_phpinfo.php",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/admin_phpinfo.php",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/admin_phpinfo.php",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/admin_phpinfo.php",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/admin_phpinfo.php",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/admin_phpinfo.php",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/admin_phpinfo.php",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/admin_phpinfo.php",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/admin_phpinfo.php",status="429"} 0.000195081 http_request_duration_seconds_count{method="GET",path="/admin_phpinfo.php",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/adminer.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/adminer.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/adminer.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/adminer.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/adminer.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/adminer.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/adminer.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/adminer.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/adminer.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/adminer.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/adminer.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/adminer.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/adminer.php",status="429"} 0.000142566 http_request_duration_seconds_count{method="GET",path="/adminer.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/adminer.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/adminer.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/adminer.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/adminer.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/adminer.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/adminer.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/adminer.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/adminer.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/adminer.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/adminer.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/adminer.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/adminer.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/adminer.zip",status="429"} 5.2651e-05 http_request_duration_seconds_count{method="GET",path="/adminer.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/adminfuns.php",status="404",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/adminfuns.php",status="404",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/adminfuns.php",status="404",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/adminfuns.php",status="404",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/adminfuns.php",status="404",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/adminfuns.php",status="404",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/adminfuns.php",status="404",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/adminfuns.php",status="404",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/adminfuns.php",status="404",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/adminfuns.php",status="404",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/adminfuns.php",status="404",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/adminfuns.php",status="404",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/adminfuns.php",status="404"} 0.000553111 http_request_duration_seconds_count{method="GET",path="/adminfuns.php",status="404"} 4 http_request_duration_seconds_bucket{method="GET",path="/administration.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/administration.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/administration.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/administration.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/administration.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/administration.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/administration.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/administration.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/administration.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/administration.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/administration.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/administration.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/administration.zip",status="429"} 6.3455e-05 http_request_duration_seconds_count{method="GET",path="/administration.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/administrator/.env",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/administrator/.env",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/administrator/.env",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/administrator/.env",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/administrator/.env",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/administrator/.env",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/administrator/.env",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/administrator/.env",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/administrator/.env",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/administrator/.env",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/administrator/.env",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/administrator/.env",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/administrator/.env",status="404"} 0.000157208 http_request_duration_seconds_count{method="GET",path="/administrator/.env",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/administrator/.env",status="429",le="0.005"} 5 http_request_duration_seconds_bucket{method="GET",path="/administrator/.env",status="429",le="0.01"} 5 http_request_duration_seconds_bucket{method="GET",path="/administrator/.env",status="429",le="0.025"} 5 http_request_duration_seconds_bucket{method="GET",path="/administrator/.env",status="429",le="0.05"} 5 http_request_duration_seconds_bucket{method="GET",path="/administrator/.env",status="429",le="0.1"} 5 http_request_duration_seconds_bucket{method="GET",path="/administrator/.env",status="429",le="0.25"} 5 http_request_duration_seconds_bucket{method="GET",path="/administrator/.env",status="429",le="0.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/administrator/.env",status="429",le="1"} 5 http_request_duration_seconds_bucket{method="GET",path="/administrator/.env",status="429",le="2.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/administrator/.env",status="429",le="5"} 5 http_request_duration_seconds_bucket{method="GET",path="/administrator/.env",status="429",le="10"} 5 http_request_duration_seconds_bucket{method="GET",path="/administrator/.env",status="429",le="+Inf"} 5 http_request_duration_seconds_sum{method="GET",path="/administrator/.env",status="429"} 0.000430872 http_request_duration_seconds_count{method="GET",path="/administrator/.env",status="429"} 5 http_request_duration_seconds_bucket{method="GET",path="/administrator/config/.env",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/administrator/config/.env",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/administrator/config/.env",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/administrator/config/.env",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/administrator/config/.env",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/administrator/config/.env",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/administrator/config/.env",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/administrator/config/.env",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/administrator/config/.env",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/administrator/config/.env",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/administrator/config/.env",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/administrator/config/.env",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/administrator/config/.env",status="404"} 6.7663e-05 http_request_duration_seconds_count{method="GET",path="/administrator/config/.env",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/administrator/config/.env",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/administrator/config/.env",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/administrator/config/.env",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/administrator/config/.env",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/administrator/config/.env",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/administrator/config/.env",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/administrator/config/.env",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/administrator/config/.env",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/administrator/config/.env",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/administrator/config/.env",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/administrator/config/.env",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/administrator/config/.env",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/administrator/config/.env",status="429"} 5.9836e-05 http_request_duration_seconds_count{method="GET",path="/administrator/config/.env",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/administrator/info.php",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/administrator/info.php",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/administrator/info.php",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/administrator/info.php",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/administrator/info.php",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/administrator/info.php",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/administrator/info.php",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/administrator/info.php",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/administrator/info.php",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/administrator/info.php",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/administrator/info.php",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/administrator/info.php",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/administrator/info.php",status="429"} 0.000107649 http_request_duration_seconds_count{method="GET",path="/administrator/info.php",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/administrator/phpinfo.php",status="429",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/administrator/phpinfo.php",status="429",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/administrator/phpinfo.php",status="429",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/administrator/phpinfo.php",status="429",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/administrator/phpinfo.php",status="429",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/administrator/phpinfo.php",status="429",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/administrator/phpinfo.php",status="429",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/administrator/phpinfo.php",status="429",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/administrator/phpinfo.php",status="429",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/administrator/phpinfo.php",status="429",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/administrator/phpinfo.php",status="429",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/administrator/phpinfo.php",status="429",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/administrator/phpinfo.php",status="429"} 0.000170981 http_request_duration_seconds_count{method="GET",path="/administrator/phpinfo.php",status="429"} 3 http_request_duration_seconds_bucket{method="GET",path="/administrators.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/administrators.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/administrators.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/administrators.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/administrators.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/administrators.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/administrators.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/administrators.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/administrators.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/administrators.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/administrators.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/administrators.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/administrators.zip",status="429"} 3.3613000000000005e-05 http_request_duration_seconds_count{method="GET",path="/administrators.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/admlo.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/admlo.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/admlo.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/admlo.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/admlo.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/admlo.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/admlo.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/admlo.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/admlo.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/admlo.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/admlo.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/admlo.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/admlo.php",status="429"} 0.00012659 http_request_duration_seconds_count{method="GET",path="/admlo.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/adobe.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/adobe.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/adobe.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/adobe.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/adobe.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/adobe.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/adobe.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/adobe.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/adobe.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/adobe.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/adobe.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/adobe.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/adobe.zip",status="429"} 3.2307e-05 http_request_duration_seconds_count{method="GET",path="/adobe.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/aevly.php",status="404",le="0.005"} 5 http_request_duration_seconds_bucket{method="GET",path="/aevly.php",status="404",le="0.01"} 5 http_request_duration_seconds_bucket{method="GET",path="/aevly.php",status="404",le="0.025"} 5 http_request_duration_seconds_bucket{method="GET",path="/aevly.php",status="404",le="0.05"} 5 http_request_duration_seconds_bucket{method="GET",path="/aevly.php",status="404",le="0.1"} 5 http_request_duration_seconds_bucket{method="GET",path="/aevly.php",status="404",le="0.25"} 5 http_request_duration_seconds_bucket{method="GET",path="/aevly.php",status="404",le="0.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/aevly.php",status="404",le="1"} 5 http_request_duration_seconds_bucket{method="GET",path="/aevly.php",status="404",le="2.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/aevly.php",status="404",le="5"} 5 http_request_duration_seconds_bucket{method="GET",path="/aevly.php",status="404",le="10"} 5 http_request_duration_seconds_bucket{method="GET",path="/aevly.php",status="404",le="+Inf"} 5 http_request_duration_seconds_sum{method="GET",path="/aevly.php",status="404"} 0.0007483979999999999 http_request_duration_seconds_count{method="GET",path="/aevly.php",status="404"} 5 http_request_duration_seconds_bucket{method="GET",path="/aghbvr.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/aghbvr.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/aghbvr.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/aghbvr.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/aghbvr.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/aghbvr.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/aghbvr.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/aghbvr.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/aghbvr.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/aghbvr.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/aghbvr.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/aghbvr.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/aghbvr.php",status="404"} 0.000145525 http_request_duration_seconds_count{method="GET",path="/aghbvr.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/agieylcmwl.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/agieylcmwl.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/agieylcmwl.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/agieylcmwl.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/agieylcmwl.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/agieylcmwl.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/agieylcmwl.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/agieylcmwl.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/agieylcmwl.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/agieylcmwl.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/agieylcmwl.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/agieylcmwl.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/agieylcmwl.php",status="404"} 0.00012395 http_request_duration_seconds_count{method="GET",path="/agieylcmwl.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/ah25.php",status="404",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/ah25.php",status="404",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/ah25.php",status="404",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/ah25.php",status="404",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/ah25.php",status="404",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/ah25.php",status="404",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/ah25.php",status="404",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/ah25.php",status="404",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/ah25.php",status="404",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/ah25.php",status="404",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/ah25.php",status="404",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/ah25.php",status="404",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/ah25.php",status="404"} 0.00059375 http_request_duration_seconds_count{method="GET",path="/ah25.php",status="404"} 4 http_request_duration_seconds_bucket{method="GET",path="/aj.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/aj.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/aj.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/aj.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/aj.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/aj.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/aj.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/aj.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/aj.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/aj.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/aj.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/aj.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/aj.php",status="404"} 0.000136127 http_request_duration_seconds_count{method="GET",path="/aj.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/aj11.php",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/aj11.php",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/aj11.php",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/aj11.php",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/aj11.php",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/aj11.php",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/aj11.php",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/aj11.php",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/aj11.php",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/aj11.php",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/aj11.php",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/aj11.php",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/aj11.php",status="404"} 0.000714806 http_request_duration_seconds_count{method="GET",path="/aj11.php",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/aj12.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/aj12.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/aj12.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/aj12.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/aj12.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/aj12.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/aj12.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/aj12.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/aj12.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/aj12.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/aj12.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/aj12.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/aj12.php",status="404"} 0.000134797 http_request_duration_seconds_count{method="GET",path="/aj12.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/ajax.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/ajax.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/ajax.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/ajax.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/ajax.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/ajax.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/ajax.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/ajax.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/ajax.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/ajax.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/ajax.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/ajax.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/ajax.php",status="404"} 0.000274095 http_request_duration_seconds_count{method="GET",path="/ajax.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/akcc.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/akcc.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/akcc.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/akcc.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/akcc.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/akcc.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/akcc.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/akcc.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/akcc.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/akcc.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/akcc.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/akcc.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/akcc.php",status="404"} 0.00030054400000000003 http_request_duration_seconds_count{method="GET",path="/akcc.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/akcc.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/akcc.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/akcc.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/akcc.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/akcc.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/akcc.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/akcc.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/akcc.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/akcc.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/akcc.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/akcc.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/akcc.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/akcc.php",status="429"} 0.000133247 http_request_duration_seconds_count{method="GET",path="/akcc.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/akk.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/akk.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/akk.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/akk.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/akk.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/akk.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/akk.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/akk.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/akk.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/akk.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/akk.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/akk.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/akk.php",status="404"} 0.000157262 http_request_duration_seconds_count{method="GET",path="/akk.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/albin.php",status="404",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/albin.php",status="404",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/albin.php",status="404",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/albin.php",status="404",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/albin.php",status="404",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/albin.php",status="404",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/albin.php",status="404",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/albin.php",status="404",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/albin.php",status="404",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/albin.php",status="404",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/albin.php",status="404",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/albin.php",status="404",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/albin.php",status="404"} 0.000664962 http_request_duration_seconds_count{method="GET",path="/albin.php",status="404"} 4 http_request_duration_seconds_bucket{method="GET",path="/alerts.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/alerts.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/alerts.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/alerts.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/alerts.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/alerts.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/alerts.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/alerts.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/alerts.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/alerts.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/alerts.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/alerts.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/alerts.zip",status="429"} 2.529e-05 http_request_duration_seconds_count{method="GET",path="/alerts.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/alfa.php",status="404",le="0.005"} 8 http_request_duration_seconds_bucket{method="GET",path="/alfa.php",status="404",le="0.01"} 8 http_request_duration_seconds_bucket{method="GET",path="/alfa.php",status="404",le="0.025"} 8 http_request_duration_seconds_bucket{method="GET",path="/alfa.php",status="404",le="0.05"} 8 http_request_duration_seconds_bucket{method="GET",path="/alfa.php",status="404",le="0.1"} 8 http_request_duration_seconds_bucket{method="GET",path="/alfa.php",status="404",le="0.25"} 8 http_request_duration_seconds_bucket{method="GET",path="/alfa.php",status="404",le="0.5"} 8 http_request_duration_seconds_bucket{method="GET",path="/alfa.php",status="404",le="1"} 8 http_request_duration_seconds_bucket{method="GET",path="/alfa.php",status="404",le="2.5"} 8 http_request_duration_seconds_bucket{method="GET",path="/alfa.php",status="404",le="5"} 8 http_request_duration_seconds_bucket{method="GET",path="/alfa.php",status="404",le="10"} 8 http_request_duration_seconds_bucket{method="GET",path="/alfa.php",status="404",le="+Inf"} 8 http_request_duration_seconds_sum{method="GET",path="/alfa.php",status="404"} 0.001180737 http_request_duration_seconds_count{method="GET",path="/alfa.php",status="404"} 8 http_request_duration_seconds_bucket{method="GET",path="/alpa.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/alpa.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/alpa.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/alpa.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/alpa.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/alpa.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/alpa.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/alpa.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/alpa.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/alpa.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/alpa.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/alpa.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/alpa.php",status="404"} 0.000130063 http_request_duration_seconds_count{method="GET",path="/alpa.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/alpha.php",status="404",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/alpha.php",status="404",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/alpha.php",status="404",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/alpha.php",status="404",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/alpha.php",status="404",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/alpha.php",status="404",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/alpha.php",status="404",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/alpha.php",status="404",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/alpha.php",status="404",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/alpha.php",status="404",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/alpha.php",status="404",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/alpha.php",status="404",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/alpha.php",status="404"} 0.000613438 http_request_duration_seconds_count{method="GET",path="/alpha.php",status="404"} 4 http_request_duration_seconds_bucket{method="GET",path="/alpha.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/alpha.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/alpha.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/alpha.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/alpha.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/alpha.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/alpha.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/alpha.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/alpha.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/alpha.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/alpha.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/alpha.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/alpha.zip",status="429"} 2.8741999999999997e-05 http_request_duration_seconds_count{method="GET",path="/alpha.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/amax.php",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/amax.php",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/amax.php",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/amax.php",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/amax.php",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/amax.php",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/amax.php",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/amax.php",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/amax.php",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/amax.php",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/amax.php",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/amax.php",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/amax.php",status="404"} 0.000416059 http_request_duration_seconds_count{method="GET",path="/amax.php",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/amdin.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/amdin.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/amdin.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/amdin.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/amdin.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/amdin.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/amdin.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/amdin.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/amdin.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/amdin.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/amdin.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/amdin.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/amdin.php",status="429"} 0.000153075 http_request_duration_seconds_count{method="GET",path="/amdin.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/amp.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/amp.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/amp.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/amp.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/amp.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/amp.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/amp.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/amp.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/amp.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/amp.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/amp.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/amp.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/amp.php",status="404"} 0.000289146 http_request_duration_seconds_count{method="GET",path="/amp.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/amplify.yml",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/amplify.yml",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/amplify.yml",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/amplify.yml",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/amplify.yml",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/amplify.yml",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/amplify.yml",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/amplify.yml",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/amplify.yml",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/amplify.yml",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/amplify.yml",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/amplify.yml",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/amplify.yml",status="404"} 0.000146394 http_request_duration_seconds_count{method="GET",path="/amplify.yml",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/amplify/",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/amplify/",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/amplify/",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/amplify/",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/amplify/",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/amplify/",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/amplify/",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/amplify/",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/amplify/",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/amplify/",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/amplify/",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/amplify/",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/amplify/",status="404"} 0.000168286 http_request_duration_seconds_count{method="GET",path="/amplify/",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/amplify/aws-exports.js",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/amplify/aws-exports.js",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/amplify/aws-exports.js",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/amplify/aws-exports.js",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/amplify/aws-exports.js",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/amplify/aws-exports.js",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/amplify/aws-exports.js",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/amplify/aws-exports.js",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/amplify/aws-exports.js",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/amplify/aws-exports.js",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/amplify/aws-exports.js",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/amplify/aws-exports.js",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/amplify/aws-exports.js",status="404"} 0.000152551 http_request_duration_seconds_count{method="GET",path="/amplify/aws-exports.js",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/amplify/aws-exports.js",status="429",le="0.005"} 18 http_request_duration_seconds_bucket{method="GET",path="/amplify/aws-exports.js",status="429",le="0.01"} 18 http_request_duration_seconds_bucket{method="GET",path="/amplify/aws-exports.js",status="429",le="0.025"} 18 http_request_duration_seconds_bucket{method="GET",path="/amplify/aws-exports.js",status="429",le="0.05"} 18 http_request_duration_seconds_bucket{method="GET",path="/amplify/aws-exports.js",status="429",le="0.1"} 18 http_request_duration_seconds_bucket{method="GET",path="/amplify/aws-exports.js",status="429",le="0.25"} 18 http_request_duration_seconds_bucket{method="GET",path="/amplify/aws-exports.js",status="429",le="0.5"} 18 http_request_duration_seconds_bucket{method="GET",path="/amplify/aws-exports.js",status="429",le="1"} 18 http_request_duration_seconds_bucket{method="GET",path="/amplify/aws-exports.js",status="429",le="2.5"} 18 http_request_duration_seconds_bucket{method="GET",path="/amplify/aws-exports.js",status="429",le="5"} 18 http_request_duration_seconds_bucket{method="GET",path="/amplify/aws-exports.js",status="429",le="10"} 18 http_request_duration_seconds_bucket{method="GET",path="/amplify/aws-exports.js",status="429",le="+Inf"} 18 http_request_duration_seconds_sum{method="GET",path="/amplify/aws-exports.js",status="429"} 0.001342178 http_request_duration_seconds_count{method="GET",path="/amplify/aws-exports.js",status="429"} 18 http_request_duration_seconds_bucket{method="GET",path="/amplify/backend/aws-exports.js",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/amplify/backend/aws-exports.js",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/amplify/backend/aws-exports.js",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/amplify/backend/aws-exports.js",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/amplify/backend/aws-exports.js",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/amplify/backend/aws-exports.js",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/amplify/backend/aws-exports.js",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/amplify/backend/aws-exports.js",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/amplify/backend/aws-exports.js",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/amplify/backend/aws-exports.js",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/amplify/backend/aws-exports.js",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/amplify/backend/aws-exports.js",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/amplify/backend/aws-exports.js",status="404"} 0.000165563 http_request_duration_seconds_count{method="GET",path="/amplify/backend/aws-exports.js",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/amplify/backend/aws-exports.js",status="429",le="0.005"} 18 http_request_duration_seconds_bucket{method="GET",path="/amplify/backend/aws-exports.js",status="429",le="0.01"} 18 http_request_duration_seconds_bucket{method="GET",path="/amplify/backend/aws-exports.js",status="429",le="0.025"} 18 http_request_duration_seconds_bucket{method="GET",path="/amplify/backend/aws-exports.js",status="429",le="0.05"} 18 http_request_duration_seconds_bucket{method="GET",path="/amplify/backend/aws-exports.js",status="429",le="0.1"} 18 http_request_duration_seconds_bucket{method="GET",path="/amplify/backend/aws-exports.js",status="429",le="0.25"} 18 http_request_duration_seconds_bucket{method="GET",path="/amplify/backend/aws-exports.js",status="429",le="0.5"} 18 http_request_duration_seconds_bucket{method="GET",path="/amplify/backend/aws-exports.js",status="429",le="1"} 18 http_request_duration_seconds_bucket{method="GET",path="/amplify/backend/aws-exports.js",status="429",le="2.5"} 18 http_request_duration_seconds_bucket{method="GET",path="/amplify/backend/aws-exports.js",status="429",le="5"} 18 http_request_duration_seconds_bucket{method="GET",path="/amplify/backend/aws-exports.js",status="429",le="10"} 18 http_request_duration_seconds_bucket{method="GET",path="/amplify/backend/aws-exports.js",status="429",le="+Inf"} 18 http_request_duration_seconds_sum{method="GET",path="/amplify/backend/aws-exports.js",status="429"} 0.0012578300000000001 http_request_duration_seconds_count{method="GET",path="/amplify/backend/aws-exports.js",status="429"} 18 http_request_duration_seconds_bucket{method="GET",path="/amplify/backend/build/parameters.json",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/amplify/backend/build/parameters.json",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/amplify/backend/build/parameters.json",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/amplify/backend/build/parameters.json",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/amplify/backend/build/parameters.json",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/amplify/backend/build/parameters.json",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/amplify/backend/build/parameters.json",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/amplify/backend/build/parameters.json",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/amplify/backend/build/parameters.json",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/amplify/backend/build/parameters.json",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/amplify/backend/build/parameters.json",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/amplify/backend/build/parameters.json",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/amplify/backend/build/parameters.json",status="404"} 0.00023233899999999997 http_request_duration_seconds_count{method="GET",path="/amplify/backend/build/parameters.json",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/amplify/backend/build/parameters.json",status="429",le="0.005"} 15 http_request_duration_seconds_bucket{method="GET",path="/amplify/backend/build/parameters.json",status="429",le="0.01"} 15 http_request_duration_seconds_bucket{method="GET",path="/amplify/backend/build/parameters.json",status="429",le="0.025"} 15 http_request_duration_seconds_bucket{method="GET",path="/amplify/backend/build/parameters.json",status="429",le="0.05"} 15 http_request_duration_seconds_bucket{method="GET",path="/amplify/backend/build/parameters.json",status="429",le="0.1"} 15 http_request_duration_seconds_bucket{method="GET",path="/amplify/backend/build/parameters.json",status="429",le="0.25"} 15 http_request_duration_seconds_bucket{method="GET",path="/amplify/backend/build/parameters.json",status="429",le="0.5"} 15 http_request_duration_seconds_bucket{method="GET",path="/amplify/backend/build/parameters.json",status="429",le="1"} 15 http_request_duration_seconds_bucket{method="GET",path="/amplify/backend/build/parameters.json",status="429",le="2.5"} 15 http_request_duration_seconds_bucket{method="GET",path="/amplify/backend/build/parameters.json",status="429",le="5"} 15 http_request_duration_seconds_bucket{method="GET",path="/amplify/backend/build/parameters.json",status="429",le="10"} 15 http_request_duration_seconds_bucket{method="GET",path="/amplify/backend/build/parameters.json",status="429",le="+Inf"} 15 http_request_duration_seconds_sum{method="GET",path="/amplify/backend/build/parameters.json",status="429"} 0.0014166229999999999 http_request_duration_seconds_count{method="GET",path="/amplify/backend/build/parameters.json",status="429"} 15 http_request_duration_seconds_bucket{method="GET",path="/amplify/team-provider-info.json",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/amplify/team-provider-info.json",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/amplify/team-provider-info.json",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/amplify/team-provider-info.json",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/amplify/team-provider-info.json",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/amplify/team-provider-info.json",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/amplify/team-provider-info.json",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/amplify/team-provider-info.json",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/amplify/team-provider-info.json",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/amplify/team-provider-info.json",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/amplify/team-provider-info.json",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/amplify/team-provider-info.json",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/amplify/team-provider-info.json",status="429"} 0.000208833 http_request_duration_seconds_count{method="GET",path="/amplify/team-provider-info.json",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/amplitude.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/amplitude.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/amplitude.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/amplitude.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/amplitude.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/amplitude.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/amplitude.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/amplitude.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/amplitude.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/amplitude.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/amplitude.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/amplitude.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/amplitude.zip",status="429"} 2.4702999999999997e-05 http_request_duration_seconds_count{method="GET",path="/amplitude.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/amwxl.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/amwxl.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/amwxl.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/amwxl.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/amwxl.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/amwxl.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/amwxl.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/amwxl.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/amwxl.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/amwxl.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/amwxl.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/amwxl.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/amwxl.php",status="404"} 0.00014319 http_request_duration_seconds_count{method="GET",path="/amwxl.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/amxloxxr.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/amxloxxr.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/amxloxxr.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/amxloxxr.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/amxloxxr.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/amxloxxr.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/amxloxxr.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/amxloxxr.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/amxloxxr.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/amxloxxr.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/amxloxxr.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/amxloxxr.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/amxloxxr.php",status="404"} 0.000130812 http_request_duration_seconds_count{method="GET",path="/amxloxxr.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/amxloxxr.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/amxloxxr.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/amxloxxr.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/amxloxxr.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/amxloxxr.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/amxloxxr.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/amxloxxr.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/amxloxxr.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/amxloxxr.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/amxloxxr.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/amxloxxr.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/amxloxxr.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/amxloxxr.php",status="429"} 0.000123937 http_request_duration_seconds_count{method="GET",path="/amxloxxr.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/an.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/an.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/an.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/an.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/an.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/an.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/an.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/an.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/an.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/an.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/an.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/an.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/an.php",status="404"} 0.000579265 http_request_duration_seconds_count{method="GET",path="/an.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/an.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/an.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/an.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/an.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/an.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/an.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/an.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/an.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/an.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/an.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/an.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/an.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/an.php",status="429"} 0.000128513 http_request_duration_seconds_count{method="GET",path="/an.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/analytics.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/analytics.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/analytics.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/analytics.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/analytics.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/analytics.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/analytics.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/analytics.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/analytics.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/analytics.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/analytics.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/analytics.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/analytics.zip",status="429"} 3.0752e-05 http_request_duration_seconds_count{method="GET",path="/analytics.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/android.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/android.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/android.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/android.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/android.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/android.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/android.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/android.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/android.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/android.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/android.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/android.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/android.zip",status="429"} 4.3875e-05 http_request_duration_seconds_count{method="GET",path="/android.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/angular.json",status="429",le="0.005"} 17 http_request_duration_seconds_bucket{method="GET",path="/angular.json",status="429",le="0.01"} 17 http_request_duration_seconds_bucket{method="GET",path="/angular.json",status="429",le="0.025"} 17 http_request_duration_seconds_bucket{method="GET",path="/angular.json",status="429",le="0.05"} 17 http_request_duration_seconds_bucket{method="GET",path="/angular.json",status="429",le="0.1"} 17 http_request_duration_seconds_bucket{method="GET",path="/angular.json",status="429",le="0.25"} 17 http_request_duration_seconds_bucket{method="GET",path="/angular.json",status="429",le="0.5"} 17 http_request_duration_seconds_bucket{method="GET",path="/angular.json",status="429",le="1"} 17 http_request_duration_seconds_bucket{method="GET",path="/angular.json",status="429",le="2.5"} 17 http_request_duration_seconds_bucket{method="GET",path="/angular.json",status="429",le="5"} 17 http_request_duration_seconds_bucket{method="GET",path="/angular.json",status="429",le="10"} 17 http_request_duration_seconds_bucket{method="GET",path="/angular.json",status="429",le="+Inf"} 17 http_request_duration_seconds_sum{method="GET",path="/angular.json",status="429"} 0.001270489 http_request_duration_seconds_count{method="GET",path="/angular.json",status="429"} 17 http_request_duration_seconds_bucket{method="GET",path="/angular.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/angular.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/angular.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/angular.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/angular.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/angular.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/angular.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/angular.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/angular.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/angular.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/angular.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/angular.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/angular.zip",status="429"} 1.8363e-05 http_request_duration_seconds_count{method="GET",path="/angular.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/angular/.env",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/angular/.env",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/angular/.env",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/angular/.env",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/angular/.env",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/angular/.env",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/angular/.env",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/angular/.env",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/angular/.env",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/angular/.env",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/angular/.env",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/angular/.env",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/angular/.env",status="429"} 7.7968e-05 http_request_duration_seconds_count{method="GET",path="/angular/.env",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/animations.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/animations.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/animations.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/animations.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/animations.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/animations.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/animations.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/animations.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/animations.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/animations.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/animations.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/animations.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/animations.zip",status="429"} 2.5451e-05 http_request_duration_seconds_count{method="GET",path="/animations.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/ansible/.env",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/ansible/.env",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/ansible/.env",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/ansible/.env",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/ansible/.env",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/ansible/.env",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/ansible/.env",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/ansible/.env",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/ansible/.env",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/ansible/.env",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/ansible/.env",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/ansible/.env",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/ansible/.env",status="429"} 8.8597e-05 http_request_duration_seconds_count{method="GET",path="/ansible/.env",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/ansible/aws/inventory/ec2.ini",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/ansible/aws/inventory/ec2.ini",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/ansible/aws/inventory/ec2.ini",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/ansible/aws/inventory/ec2.ini",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/ansible/aws/inventory/ec2.ini",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/ansible/aws/inventory/ec2.ini",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/ansible/aws/inventory/ec2.ini",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/ansible/aws/inventory/ec2.ini",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/ansible/aws/inventory/ec2.ini",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/ansible/aws/inventory/ec2.ini",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/ansible/aws/inventory/ec2.ini",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/ansible/aws/inventory/ec2.ini",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/ansible/aws/inventory/ec2.ini",status="429"} 6.9632e-05 http_request_duration_seconds_count{method="GET",path="/ansible/aws/inventory/ec2.ini",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/ant.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/ant.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/ant.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/ant.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/ant.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/ant.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/ant.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/ant.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/ant.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/ant.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/ant.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/ant.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/ant.php",status="404"} 0.000139134 http_request_duration_seconds_count{method="GET",path="/ant.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/api-backend/.env",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/api-backend/.env",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/api-backend/.env",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/api-backend/.env",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/api-backend/.env",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/api-backend/.env",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/api-backend/.env",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/api-backend/.env",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/api-backend/.env",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/api-backend/.env",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/api-backend/.env",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/api-backend/.env",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/api-backend/.env",status="429"} 0.000206534 http_request_duration_seconds_count{method="GET",path="/api-backend/.env",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/api-docs/swagger.json",status="404",le="0.005"} 8 http_request_duration_seconds_bucket{method="GET",path="/api-docs/swagger.json",status="404",le="0.01"} 8 http_request_duration_seconds_bucket{method="GET",path="/api-docs/swagger.json",status="404",le="0.025"} 8 http_request_duration_seconds_bucket{method="GET",path="/api-docs/swagger.json",status="404",le="0.05"} 8 http_request_duration_seconds_bucket{method="GET",path="/api-docs/swagger.json",status="404",le="0.1"} 8 http_request_duration_seconds_bucket{method="GET",path="/api-docs/swagger.json",status="404",le="0.25"} 8 http_request_duration_seconds_bucket{method="GET",path="/api-docs/swagger.json",status="404",le="0.5"} 8 http_request_duration_seconds_bucket{method="GET",path="/api-docs/swagger.json",status="404",le="1"} 8 http_request_duration_seconds_bucket{method="GET",path="/api-docs/swagger.json",status="404",le="2.5"} 8 http_request_duration_seconds_bucket{method="GET",path="/api-docs/swagger.json",status="404",le="5"} 8 http_request_duration_seconds_bucket{method="GET",path="/api-docs/swagger.json",status="404",le="10"} 8 http_request_duration_seconds_bucket{method="GET",path="/api-docs/swagger.json",status="404",le="+Inf"} 8 http_request_duration_seconds_sum{method="GET",path="/api-docs/swagger.json",status="404"} 0.001125503 http_request_duration_seconds_count{method="GET",path="/api-docs/swagger.json",status="404"} 8 http_request_duration_seconds_bucket{method="GET",path="/api-docs/swagger.json",status="429",le="0.005"} 12 http_request_duration_seconds_bucket{method="GET",path="/api-docs/swagger.json",status="429",le="0.01"} 12 http_request_duration_seconds_bucket{method="GET",path="/api-docs/swagger.json",status="429",le="0.025"} 12 http_request_duration_seconds_bucket{method="GET",path="/api-docs/swagger.json",status="429",le="0.05"} 12 http_request_duration_seconds_bucket{method="GET",path="/api-docs/swagger.json",status="429",le="0.1"} 12 http_request_duration_seconds_bucket{method="GET",path="/api-docs/swagger.json",status="429",le="0.25"} 12 http_request_duration_seconds_bucket{method="GET",path="/api-docs/swagger.json",status="429",le="0.5"} 12 http_request_duration_seconds_bucket{method="GET",path="/api-docs/swagger.json",status="429",le="1"} 12 http_request_duration_seconds_bucket{method="GET",path="/api-docs/swagger.json",status="429",le="2.5"} 12 http_request_duration_seconds_bucket{method="GET",path="/api-docs/swagger.json",status="429",le="5"} 12 http_request_duration_seconds_bucket{method="GET",path="/api-docs/swagger.json",status="429",le="10"} 12 http_request_duration_seconds_bucket{method="GET",path="/api-docs/swagger.json",status="429",le="+Inf"} 12 http_request_duration_seconds_sum{method="GET",path="/api-docs/swagger.json",status="429"} 0.001029647 http_request_duration_seconds_count{method="GET",path="/api-docs/swagger.json",status="429"} 12 http_request_duration_seconds_bucket{method="GET",path="/api-go.justynclark.com.7z",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/api-go.justynclark.com.7z",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/api-go.justynclark.com.7z",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/api-go.justynclark.com.7z",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/api-go.justynclark.com.7z",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api-go.justynclark.com.7z",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/api-go.justynclark.com.7z",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api-go.justynclark.com.7z",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api-go.justynclark.com.7z",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api-go.justynclark.com.7z",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api-go.justynclark.com.7z",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/api-go.justynclark.com.7z",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/api-go.justynclark.com.7z",status="404"} 0.000143764 http_request_duration_seconds_count{method="GET",path="/api-go.justynclark.com.7z",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/api-go.justynclark.com.bz2",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/api-go.justynclark.com.bz2",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/api-go.justynclark.com.bz2",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/api-go.justynclark.com.bz2",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/api-go.justynclark.com.bz2",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api-go.justynclark.com.bz2",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/api-go.justynclark.com.bz2",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api-go.justynclark.com.bz2",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api-go.justynclark.com.bz2",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api-go.justynclark.com.bz2",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api-go.justynclark.com.bz2",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/api-go.justynclark.com.bz2",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/api-go.justynclark.com.bz2",status="404"} 0.000133245 http_request_duration_seconds_count{method="GET",path="/api-go.justynclark.com.bz2",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/api-go.justynclark.com.gz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/api-go.justynclark.com.gz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/api-go.justynclark.com.gz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/api-go.justynclark.com.gz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/api-go.justynclark.com.gz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api-go.justynclark.com.gz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/api-go.justynclark.com.gz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api-go.justynclark.com.gz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api-go.justynclark.com.gz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api-go.justynclark.com.gz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api-go.justynclark.com.gz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/api-go.justynclark.com.gz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/api-go.justynclark.com.gz",status="404"} 0.000141448 http_request_duration_seconds_count{method="GET",path="/api-go.justynclark.com.gz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/api-go.justynclark.com.rar",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/api-go.justynclark.com.rar",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/api-go.justynclark.com.rar",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/api-go.justynclark.com.rar",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/api-go.justynclark.com.rar",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api-go.justynclark.com.rar",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/api-go.justynclark.com.rar",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api-go.justynclark.com.rar",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api-go.justynclark.com.rar",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api-go.justynclark.com.rar",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api-go.justynclark.com.rar",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/api-go.justynclark.com.rar",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/api-go.justynclark.com.rar",status="404"} 0.000125056 http_request_duration_seconds_count{method="GET",path="/api-go.justynclark.com.rar",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/api-go.justynclark.com.sql",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/api-go.justynclark.com.sql",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/api-go.justynclark.com.sql",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/api-go.justynclark.com.sql",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/api-go.justynclark.com.sql",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api-go.justynclark.com.sql",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/api-go.justynclark.com.sql",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api-go.justynclark.com.sql",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api-go.justynclark.com.sql",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api-go.justynclark.com.sql",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api-go.justynclark.com.sql",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/api-go.justynclark.com.sql",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/api-go.justynclark.com.sql",status="404"} 0.000166778 http_request_duration_seconds_count{method="GET",path="/api-go.justynclark.com.sql",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/api-go.justynclark.com.sql.bz2",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/api-go.justynclark.com.sql.bz2",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/api-go.justynclark.com.sql.bz2",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/api-go.justynclark.com.sql.bz2",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/api-go.justynclark.com.sql.bz2",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api-go.justynclark.com.sql.bz2",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/api-go.justynclark.com.sql.bz2",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api-go.justynclark.com.sql.bz2",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api-go.justynclark.com.sql.bz2",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api-go.justynclark.com.sql.bz2",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api-go.justynclark.com.sql.bz2",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/api-go.justynclark.com.sql.bz2",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/api-go.justynclark.com.sql.bz2",status="404"} 0.000127496 http_request_duration_seconds_count{method="GET",path="/api-go.justynclark.com.sql.bz2",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/api-go.justynclark.com.sql.gz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/api-go.justynclark.com.sql.gz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/api-go.justynclark.com.sql.gz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/api-go.justynclark.com.sql.gz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/api-go.justynclark.com.sql.gz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api-go.justynclark.com.sql.gz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/api-go.justynclark.com.sql.gz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api-go.justynclark.com.sql.gz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api-go.justynclark.com.sql.gz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api-go.justynclark.com.sql.gz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api-go.justynclark.com.sql.gz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/api-go.justynclark.com.sql.gz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/api-go.justynclark.com.sql.gz",status="404"} 0.000128929 http_request_duration_seconds_count{method="GET",path="/api-go.justynclark.com.sql.gz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/api-go.justynclark.com.tar",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/api-go.justynclark.com.tar",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/api-go.justynclark.com.tar",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/api-go.justynclark.com.tar",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/api-go.justynclark.com.tar",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api-go.justynclark.com.tar",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/api-go.justynclark.com.tar",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api-go.justynclark.com.tar",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api-go.justynclark.com.tar",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api-go.justynclark.com.tar",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api-go.justynclark.com.tar",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/api-go.justynclark.com.tar",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/api-go.justynclark.com.tar",status="404"} 0.00012627 http_request_duration_seconds_count{method="GET",path="/api-go.justynclark.com.tar",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/api-go.justynclark.com.tar.bz2",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/api-go.justynclark.com.tar.bz2",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/api-go.justynclark.com.tar.bz2",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/api-go.justynclark.com.tar.bz2",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/api-go.justynclark.com.tar.bz2",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api-go.justynclark.com.tar.bz2",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/api-go.justynclark.com.tar.bz2",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api-go.justynclark.com.tar.bz2",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api-go.justynclark.com.tar.bz2",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api-go.justynclark.com.tar.bz2",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api-go.justynclark.com.tar.bz2",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/api-go.justynclark.com.tar.bz2",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/api-go.justynclark.com.tar.bz2",status="404"} 0.000126083 http_request_duration_seconds_count{method="GET",path="/api-go.justynclark.com.tar.bz2",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/api-go.justynclark.com.tar.gz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/api-go.justynclark.com.tar.gz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/api-go.justynclark.com.tar.gz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/api-go.justynclark.com.tar.gz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/api-go.justynclark.com.tar.gz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api-go.justynclark.com.tar.gz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/api-go.justynclark.com.tar.gz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api-go.justynclark.com.tar.gz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api-go.justynclark.com.tar.gz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api-go.justynclark.com.tar.gz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api-go.justynclark.com.tar.gz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/api-go.justynclark.com.tar.gz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/api-go.justynclark.com.tar.gz",status="404"} 0.000161648 http_request_duration_seconds_count{method="GET",path="/api-go.justynclark.com.tar.gz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/api-go.justynclark.com.tar.xz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/api-go.justynclark.com.tar.xz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/api-go.justynclark.com.tar.xz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/api-go.justynclark.com.tar.xz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/api-go.justynclark.com.tar.xz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api-go.justynclark.com.tar.xz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/api-go.justynclark.com.tar.xz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api-go.justynclark.com.tar.xz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api-go.justynclark.com.tar.xz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api-go.justynclark.com.tar.xz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api-go.justynclark.com.tar.xz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/api-go.justynclark.com.tar.xz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/api-go.justynclark.com.tar.xz",status="404"} 0.000128027 http_request_duration_seconds_count{method="GET",path="/api-go.justynclark.com.tar.xz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/api-go.justynclark.com.tgz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/api-go.justynclark.com.tgz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/api-go.justynclark.com.tgz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/api-go.justynclark.com.tgz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/api-go.justynclark.com.tgz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api-go.justynclark.com.tgz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/api-go.justynclark.com.tgz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api-go.justynclark.com.tgz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api-go.justynclark.com.tgz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api-go.justynclark.com.tgz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api-go.justynclark.com.tgz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/api-go.justynclark.com.tgz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/api-go.justynclark.com.tgz",status="404"} 0.000125744 http_request_duration_seconds_count{method="GET",path="/api-go.justynclark.com.tgz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/api-go.justynclark.com.zip",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/api-go.justynclark.com.zip",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/api-go.justynclark.com.zip",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/api-go.justynclark.com.zip",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/api-go.justynclark.com.zip",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api-go.justynclark.com.zip",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/api-go.justynclark.com.zip",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api-go.justynclark.com.zip",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api-go.justynclark.com.zip",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api-go.justynclark.com.zip",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api-go.justynclark.com.zip",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/api-go.justynclark.com.zip",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/api-go.justynclark.com.zip",status="404"} 0.000126867 http_request_duration_seconds_count{method="GET",path="/api-go.justynclark.com.zip",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/api-go.justynclark.com.zst",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/api-go.justynclark.com.zst",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/api-go.justynclark.com.zst",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/api-go.justynclark.com.zst",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/api-go.justynclark.com.zst",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api-go.justynclark.com.zst",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/api-go.justynclark.com.zst",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api-go.justynclark.com.zst",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api-go.justynclark.com.zst",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api-go.justynclark.com.zst",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api-go.justynclark.com.zst",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/api-go.justynclark.com.zst",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/api-go.justynclark.com.zst",status="404"} 0.000167652 http_request_duration_seconds_count{method="GET",path="/api-go.justynclark.com.zst",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/api-node/.env",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/api-node/.env",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/api-node/.env",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/api-node/.env",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/api-node/.env",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/api-node/.env",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/api-node/.env",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/api-node/.env",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/api-node/.env",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/api-node/.env",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/api-node/.env",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/api-node/.env",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/api-node/.env",status="429"} 0.000255793 http_request_duration_seconds_count{method="GET",path="/api-node/.env",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/api.7z",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/api.7z",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/api.7z",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/api.7z",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/api.7z",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api.7z",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/api.7z",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api.7z",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api.7z",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api.7z",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api.7z",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/api.7z",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/api.7z",status="404"} 0.000151661 http_request_duration_seconds_count{method="GET",path="/api.7z",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/api.bz2",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/api.bz2",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/api.bz2",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/api.bz2",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/api.bz2",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api.bz2",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/api.bz2",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api.bz2",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api.bz2",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api.bz2",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api.bz2",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/api.bz2",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/api.bz2",status="404"} 0.000131149 http_request_duration_seconds_count{method="GET",path="/api.bz2",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/api.gz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/api.gz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/api.gz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/api.gz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/api.gz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api.gz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/api.gz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api.gz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api.gz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api.gz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api.gz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/api.gz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/api.gz",status="404"} 0.000131355 http_request_duration_seconds_count{method="GET",path="/api.gz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/api.rar",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/api.rar",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/api.rar",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/api.rar",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/api.rar",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api.rar",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/api.rar",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api.rar",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api.rar",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api.rar",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api.rar",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/api.rar",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/api.rar",status="404"} 0.000136657 http_request_duration_seconds_count{method="GET",path="/api.rar",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/api.sql",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/api.sql",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/api.sql",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/api.sql",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/api.sql",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api.sql",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/api.sql",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api.sql",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api.sql",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api.sql",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api.sql",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/api.sql",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/api.sql",status="404"} 0.000133312 http_request_duration_seconds_count{method="GET",path="/api.sql",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/api.sql.bz2",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/api.sql.bz2",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/api.sql.bz2",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/api.sql.bz2",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/api.sql.bz2",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api.sql.bz2",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/api.sql.bz2",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api.sql.bz2",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api.sql.bz2",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api.sql.bz2",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api.sql.bz2",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/api.sql.bz2",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/api.sql.bz2",status="404"} 0.000138976 http_request_duration_seconds_count{method="GET",path="/api.sql.bz2",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/api.sql.gz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/api.sql.gz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/api.sql.gz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/api.sql.gz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/api.sql.gz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api.sql.gz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/api.sql.gz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api.sql.gz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api.sql.gz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api.sql.gz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api.sql.gz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/api.sql.gz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/api.sql.gz",status="404"} 0.000125575 http_request_duration_seconds_count{method="GET",path="/api.sql.gz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/api.tar",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/api.tar",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/api.tar",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/api.tar",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/api.tar",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api.tar",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/api.tar",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api.tar",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api.tar",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api.tar",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api.tar",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/api.tar",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/api.tar",status="404"} 0.000146903 http_request_duration_seconds_count{method="GET",path="/api.tar",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/api.tar.bz2",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/api.tar.bz2",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/api.tar.bz2",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/api.tar.bz2",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/api.tar.bz2",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api.tar.bz2",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/api.tar.bz2",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api.tar.bz2",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api.tar.bz2",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api.tar.bz2",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api.tar.bz2",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/api.tar.bz2",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/api.tar.bz2",status="404"} 0.000158516 http_request_duration_seconds_count{method="GET",path="/api.tar.bz2",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/api.tar.gz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/api.tar.gz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/api.tar.gz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/api.tar.gz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/api.tar.gz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api.tar.gz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/api.tar.gz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api.tar.gz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api.tar.gz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api.tar.gz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api.tar.gz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/api.tar.gz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/api.tar.gz",status="404"} 0.000378904 http_request_duration_seconds_count{method="GET",path="/api.tar.gz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/api.tar.xz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/api.tar.xz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/api.tar.xz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/api.tar.xz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/api.tar.xz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api.tar.xz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/api.tar.xz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api.tar.xz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api.tar.xz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api.tar.xz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api.tar.xz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/api.tar.xz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/api.tar.xz",status="404"} 0.000127395 http_request_duration_seconds_count{method="GET",path="/api.tar.xz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/api.tgz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/api.tgz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/api.tgz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/api.tgz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/api.tgz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api.tgz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/api.tgz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api.tgz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api.tgz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api.tgz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api.tgz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/api.tgz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/api.tgz",status="404"} 0.000757295 http_request_duration_seconds_count{method="GET",path="/api.tgz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/api.zip",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/api.zip",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/api.zip",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/api.zip",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/api.zip",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api.zip",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/api.zip",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api.zip",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api.zip",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api.zip",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api.zip",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/api.zip",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/api.zip",status="404"} 0.000142173 http_request_duration_seconds_count{method="GET",path="/api.zip",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/api.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/api.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/api.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/api.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/api.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/api.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/api.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/api.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/api.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/api.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/api.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/api.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/api.zip",status="429"} 5.1987e-05 http_request_duration_seconds_count{method="GET",path="/api.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/api.zst",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/api.zst",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/api.zst",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/api.zst",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/api.zst",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api.zst",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/api.zst",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api.zst",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api.zst",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api.zst",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api.zst",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/api.zst",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/api.zst",status="404"} 0.000200031 http_request_duration_seconds_count{method="GET",path="/api.zst",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/*",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/*",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/*",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/*",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/*",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/*",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/*",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/*",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/*",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/*",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/*",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/*",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/api/*",status="429"} 0.000183135 http_request_duration_seconds_count{method="GET",path="/api/*",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/.env",status="401",le="0.005"} 14 http_request_duration_seconds_bucket{method="GET",path="/api/.env",status="401",le="0.01"} 14 http_request_duration_seconds_bucket{method="GET",path="/api/.env",status="401",le="0.025"} 14 http_request_duration_seconds_bucket{method="GET",path="/api/.env",status="401",le="0.05"} 14 http_request_duration_seconds_bucket{method="GET",path="/api/.env",status="401",le="0.1"} 14 http_request_duration_seconds_bucket{method="GET",path="/api/.env",status="401",le="0.25"} 14 http_request_duration_seconds_bucket{method="GET",path="/api/.env",status="401",le="0.5"} 14 http_request_duration_seconds_bucket{method="GET",path="/api/.env",status="401",le="1"} 14 http_request_duration_seconds_bucket{method="GET",path="/api/.env",status="401",le="2.5"} 14 http_request_duration_seconds_bucket{method="GET",path="/api/.env",status="401",le="5"} 14 http_request_duration_seconds_bucket{method="GET",path="/api/.env",status="401",le="10"} 14 http_request_duration_seconds_bucket{method="GET",path="/api/.env",status="401",le="+Inf"} 14 http_request_duration_seconds_sum{method="GET",path="/api/.env",status="401"} 0.0020039449999999996 http_request_duration_seconds_count{method="GET",path="/api/.env",status="401"} 14 http_request_duration_seconds_bucket{method="GET",path="/api/.env",status="429",le="0.005"} 10 http_request_duration_seconds_bucket{method="GET",path="/api/.env",status="429",le="0.01"} 10 http_request_duration_seconds_bucket{method="GET",path="/api/.env",status="429",le="0.025"} 10 http_request_duration_seconds_bucket{method="GET",path="/api/.env",status="429",le="0.05"} 10 http_request_duration_seconds_bucket{method="GET",path="/api/.env",status="429",le="0.1"} 10 http_request_duration_seconds_bucket{method="GET",path="/api/.env",status="429",le="0.25"} 10 http_request_duration_seconds_bucket{method="GET",path="/api/.env",status="429",le="0.5"} 10 http_request_duration_seconds_bucket{method="GET",path="/api/.env",status="429",le="1"} 10 http_request_duration_seconds_bucket{method="GET",path="/api/.env",status="429",le="2.5"} 10 http_request_duration_seconds_bucket{method="GET",path="/api/.env",status="429",le="5"} 10 http_request_duration_seconds_bucket{method="GET",path="/api/.env",status="429",le="10"} 10 http_request_duration_seconds_bucket{method="GET",path="/api/.env",status="429",le="+Inf"} 10 http_request_duration_seconds_sum{method="GET",path="/api/.env",status="429"} 0.001131949 http_request_duration_seconds_count{method="GET",path="/api/.env",status="429"} 10 http_request_duration_seconds_bucket{method="GET",path="/api/.environment",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/.environment",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/.environment",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/.environment",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/.environment",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/.environment",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/.environment",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/.environment",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/.environment",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/.environment",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/.environment",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/.environment",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/api/.environment",status="429"} 0.000132387 http_request_duration_seconds_count{method="GET",path="/api/.environment",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/.git/config",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/.git/config",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/.git/config",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/.git/config",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/.git/config",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/.git/config",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/.git/config",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/.git/config",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/.git/config",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/.git/config",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/.git/config",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/.git/config",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/api/.git/config",status="429"} 0.000117038 http_request_duration_seconds_count{method="GET",path="/api/.git/config",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/4/version",status="401",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/4/version",status="401",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/4/version",status="401",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/4/version",status="401",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/4/version",status="401",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/4/version",status="401",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/4/version",status="401",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/4/version",status="401",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/4/version",status="401",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/4/version",status="401",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/4/version",status="401",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/4/version",status="401",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/api/4/version",status="401"} 0.000362303 http_request_duration_seconds_count{method="GET",path="/api/4/version",status="401"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/[[...slug]]",status="401",le="0.005"} 7 http_request_duration_seconds_bucket{method="GET",path="/api/[[...slug]]",status="401",le="0.01"} 7 http_request_duration_seconds_bucket{method="GET",path="/api/[[...slug]]",status="401",le="0.025"} 7 http_request_duration_seconds_bucket{method="GET",path="/api/[[...slug]]",status="401",le="0.05"} 7 http_request_duration_seconds_bucket{method="GET",path="/api/[[...slug]]",status="401",le="0.1"} 7 http_request_duration_seconds_bucket{method="GET",path="/api/[[...slug]]",status="401",le="0.25"} 7 http_request_duration_seconds_bucket{method="GET",path="/api/[[...slug]]",status="401",le="0.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/api/[[...slug]]",status="401",le="1"} 7 http_request_duration_seconds_bucket{method="GET",path="/api/[[...slug]]",status="401",le="2.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/api/[[...slug]]",status="401",le="5"} 7 http_request_duration_seconds_bucket{method="GET",path="/api/[[...slug]]",status="401",le="10"} 7 http_request_duration_seconds_bucket{method="GET",path="/api/[[...slug]]",status="401",le="+Inf"} 7 http_request_duration_seconds_sum{method="GET",path="/api/[[...slug]]",status="401"} 0.001054398 http_request_duration_seconds_count{method="GET",path="/api/[[...slug]]",status="401"} 7 http_request_duration_seconds_bucket{method="GET",path="/api/account",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/account",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/account",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/account",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/account",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/account",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/account",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/account",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/account",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/account",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/account",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/account",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/api/account",status="429"} 6.2971e-05 http_request_duration_seconds_count{method="GET",path="/api/account",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/app.js",status="401",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/app.js",status="401",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/app.js",status="401",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/app.js",status="401",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/app.js",status="401",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/app.js",status="401",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/app.js",status="401",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/app.js",status="401",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/app.js",status="401",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/app.js",status="401",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/app.js",status="401",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/app.js",status="401",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/api/app.js",status="401"} 0.000208902 http_request_duration_seconds_count{method="GET",path="/api/app.js",status="401"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/app.js",status="429",le="0.005"} 13 http_request_duration_seconds_bucket{method="GET",path="/api/app.js",status="429",le="0.01"} 13 http_request_duration_seconds_bucket{method="GET",path="/api/app.js",status="429",le="0.025"} 13 http_request_duration_seconds_bucket{method="GET",path="/api/app.js",status="429",le="0.05"} 13 http_request_duration_seconds_bucket{method="GET",path="/api/app.js",status="429",le="0.1"} 13 http_request_duration_seconds_bucket{method="GET",path="/api/app.js",status="429",le="0.25"} 13 http_request_duration_seconds_bucket{method="GET",path="/api/app.js",status="429",le="0.5"} 13 http_request_duration_seconds_bucket{method="GET",path="/api/app.js",status="429",le="1"} 13 http_request_duration_seconds_bucket{method="GET",path="/api/app.js",status="429",le="2.5"} 13 http_request_duration_seconds_bucket{method="GET",path="/api/app.js",status="429",le="5"} 13 http_request_duration_seconds_bucket{method="GET",path="/api/app.js",status="429",le="10"} 13 http_request_duration_seconds_bucket{method="GET",path="/api/app.js",status="429",le="+Inf"} 13 http_request_duration_seconds_sum{method="GET",path="/api/app.js",status="429"} 0.0009258640000000002 http_request_duration_seconds_count{method="GET",path="/api/app.js",status="429"} 13 http_request_duration_seconds_bucket{method="GET",path="/api/app/.env",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/app/.env",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/app/.env",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/app/.env",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/app/.env",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/app/.env",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/app/.env",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/app/.env",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/app/.env",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/app/.env",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/app/.env",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/app/.env",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/api/app/.env",status="429"} 0.000133476 http_request_duration_seconds_count{method="GET",path="/api/app/.env",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/auth/*",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/auth/*",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/auth/*",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/auth/*",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/auth/*",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/auth/*",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/auth/*",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/auth/*",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/auth/*",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/auth/*",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/auth/*",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/auth/*",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/api/auth/*",status="429"} 0.00022594199999999997 http_request_duration_seconds_count{method="GET",path="/api/auth/*",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/aws/s3.ts",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/aws/s3.ts",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/aws/s3.ts",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/aws/s3.ts",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/aws/s3.ts",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/aws/s3.ts",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/aws/s3.ts",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/aws/s3.ts",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/aws/s3.ts",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/aws/s3.ts",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/aws/s3.ts",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/aws/s3.ts",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/api/aws/s3.ts",status="429"} 0.000131778 http_request_duration_seconds_count{method="GET",path="/api/aws/s3.ts",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/beta/.env",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/beta/.env",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/beta/.env",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/beta/.env",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/beta/.env",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/beta/.env",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/beta/.env",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/beta/.env",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/beta/.env",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/beta/.env",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/beta/.env",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/beta/.env",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/api/beta/.env",status="429"} 0.000171899 http_request_duration_seconds_count{method="GET",path="/api/beta/.env",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/client_secret.json",status="401",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/client_secret.json",status="401",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/client_secret.json",status="401",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/client_secret.json",status="401",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/client_secret.json",status="401",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/client_secret.json",status="401",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/client_secret.json",status="401",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/client_secret.json",status="401",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/client_secret.json",status="401",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/client_secret.json",status="401",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/client_secret.json",status="401",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/client_secret.json",status="401",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/api/client_secret.json",status="401"} 0.000131575 http_request_duration_seconds_count{method="GET",path="/api/client_secret.json",status="401"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/client_secret.json",status="429",le="0.005"} 19 http_request_duration_seconds_bucket{method="GET",path="/api/client_secret.json",status="429",le="0.01"} 19 http_request_duration_seconds_bucket{method="GET",path="/api/client_secret.json",status="429",le="0.025"} 19 http_request_duration_seconds_bucket{method="GET",path="/api/client_secret.json",status="429",le="0.05"} 19 http_request_duration_seconds_bucket{method="GET",path="/api/client_secret.json",status="429",le="0.1"} 19 http_request_duration_seconds_bucket{method="GET",path="/api/client_secret.json",status="429",le="0.25"} 19 http_request_duration_seconds_bucket{method="GET",path="/api/client_secret.json",status="429",le="0.5"} 19 http_request_duration_seconds_bucket{method="GET",path="/api/client_secret.json",status="429",le="1"} 19 http_request_duration_seconds_bucket{method="GET",path="/api/client_secret.json",status="429",le="2.5"} 19 http_request_duration_seconds_bucket{method="GET",path="/api/client_secret.json",status="429",le="5"} 19 http_request_duration_seconds_bucket{method="GET",path="/api/client_secret.json",status="429",le="10"} 19 http_request_duration_seconds_bucket{method="GET",path="/api/client_secret.json",status="429",le="+Inf"} 19 http_request_duration_seconds_sum{method="GET",path="/api/client_secret.json",status="429"} 0.0015361730000000003 http_request_duration_seconds_count{method="GET",path="/api/client_secret.json",status="429"} 19 http_request_duration_seconds_bucket{method="GET",path="/api/common.js",status="401",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/common.js",status="401",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/common.js",status="401",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/common.js",status="401",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/common.js",status="401",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/common.js",status="401",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/common.js",status="401",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/common.js",status="401",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/common.js",status="401",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/common.js",status="401",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/common.js",status="401",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/common.js",status="401",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/api/common.js",status="401"} 0.000154044 http_request_duration_seconds_count{method="GET",path="/api/common.js",status="401"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/common.js",status="429",le="0.005"} 16 http_request_duration_seconds_bucket{method="GET",path="/api/common.js",status="429",le="0.01"} 16 http_request_duration_seconds_bucket{method="GET",path="/api/common.js",status="429",le="0.025"} 16 http_request_duration_seconds_bucket{method="GET",path="/api/common.js",status="429",le="0.05"} 16 http_request_duration_seconds_bucket{method="GET",path="/api/common.js",status="429",le="0.1"} 16 http_request_duration_seconds_bucket{method="GET",path="/api/common.js",status="429",le="0.25"} 16 http_request_duration_seconds_bucket{method="GET",path="/api/common.js",status="429",le="0.5"} 16 http_request_duration_seconds_bucket{method="GET",path="/api/common.js",status="429",le="1"} 16 http_request_duration_seconds_bucket{method="GET",path="/api/common.js",status="429",le="2.5"} 16 http_request_duration_seconds_bucket{method="GET",path="/api/common.js",status="429",le="5"} 16 http_request_duration_seconds_bucket{method="GET",path="/api/common.js",status="429",le="10"} 16 http_request_duration_seconds_bucket{method="GET",path="/api/common.js",status="429",le="+Inf"} 16 http_request_duration_seconds_sum{method="GET",path="/api/common.js",status="429"} 0.0011919660000000002 http_request_duration_seconds_count{method="GET",path="/api/common.js",status="429"} 16 http_request_duration_seconds_bucket{method="GET",path="/api/config",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/config",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/config",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/config",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/config",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/config",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/config",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/config",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/config",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/config",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/config",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/config",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/api/config",status="429"} 0.000149744 http_request_duration_seconds_count{method="GET",path="/api/config",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/config.env",status="401",le="0.005"} 7 http_request_duration_seconds_bucket{method="GET",path="/api/config.env",status="401",le="0.01"} 7 http_request_duration_seconds_bucket{method="GET",path="/api/config.env",status="401",le="0.025"} 7 http_request_duration_seconds_bucket{method="GET",path="/api/config.env",status="401",le="0.05"} 7 http_request_duration_seconds_bucket{method="GET",path="/api/config.env",status="401",le="0.1"} 7 http_request_duration_seconds_bucket{method="GET",path="/api/config.env",status="401",le="0.25"} 7 http_request_duration_seconds_bucket{method="GET",path="/api/config.env",status="401",le="0.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/api/config.env",status="401",le="1"} 7 http_request_duration_seconds_bucket{method="GET",path="/api/config.env",status="401",le="2.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/api/config.env",status="401",le="5"} 7 http_request_duration_seconds_bucket{method="GET",path="/api/config.env",status="401",le="10"} 7 http_request_duration_seconds_bucket{method="GET",path="/api/config.env",status="401",le="+Inf"} 7 http_request_duration_seconds_sum{method="GET",path="/api/config.env",status="401"} 0.00103571 http_request_duration_seconds_count{method="GET",path="/api/config.env",status="401"} 7 http_request_duration_seconds_bucket{method="GET",path="/api/config.ino",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/config.ino",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/config.ino",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/config.ino",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/config.ino",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/config.ino",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/config.ino",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/config.ino",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/config.ino",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/config.ino",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/config.ino",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/config.ino",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/api/config.ino",status="429"} 0.00012651600000000002 http_request_duration_seconds_count{method="GET",path="/api/config.ino",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/config.js",status="401",le="0.005"} 9 http_request_duration_seconds_bucket{method="GET",path="/api/config.js",status="401",le="0.01"} 9 http_request_duration_seconds_bucket{method="GET",path="/api/config.js",status="401",le="0.025"} 9 http_request_duration_seconds_bucket{method="GET",path="/api/config.js",status="401",le="0.05"} 9 http_request_duration_seconds_bucket{method="GET",path="/api/config.js",status="401",le="0.1"} 9 http_request_duration_seconds_bucket{method="GET",path="/api/config.js",status="401",le="0.25"} 9 http_request_duration_seconds_bucket{method="GET",path="/api/config.js",status="401",le="0.5"} 9 http_request_duration_seconds_bucket{method="GET",path="/api/config.js",status="401",le="1"} 9 http_request_duration_seconds_bucket{method="GET",path="/api/config.js",status="401",le="2.5"} 9 http_request_duration_seconds_bucket{method="GET",path="/api/config.js",status="401",le="5"} 9 http_request_duration_seconds_bucket{method="GET",path="/api/config.js",status="401",le="10"} 9 http_request_duration_seconds_bucket{method="GET",path="/api/config.js",status="401",le="+Inf"} 9 http_request_duration_seconds_sum{method="GET",path="/api/config.js",status="401"} 0.0015469190000000001 http_request_duration_seconds_count{method="GET",path="/api/config.js",status="401"} 9 http_request_duration_seconds_bucket{method="GET",path="/api/config.js",status="429",le="0.005"} 15 http_request_duration_seconds_bucket{method="GET",path="/api/config.js",status="429",le="0.01"} 15 http_request_duration_seconds_bucket{method="GET",path="/api/config.js",status="429",le="0.025"} 15 http_request_duration_seconds_bucket{method="GET",path="/api/config.js",status="429",le="0.05"} 15 http_request_duration_seconds_bucket{method="GET",path="/api/config.js",status="429",le="0.1"} 15 http_request_duration_seconds_bucket{method="GET",path="/api/config.js",status="429",le="0.25"} 15 http_request_duration_seconds_bucket{method="GET",path="/api/config.js",status="429",le="0.5"} 15 http_request_duration_seconds_bucket{method="GET",path="/api/config.js",status="429",le="1"} 15 http_request_duration_seconds_bucket{method="GET",path="/api/config.js",status="429",le="2.5"} 15 http_request_duration_seconds_bucket{method="GET",path="/api/config.js",status="429",le="5"} 15 http_request_duration_seconds_bucket{method="GET",path="/api/config.js",status="429",le="10"} 15 http_request_duration_seconds_bucket{method="GET",path="/api/config.js",status="429",le="+Inf"} 15 http_request_duration_seconds_sum{method="GET",path="/api/config.js",status="429"} 0.00138735 http_request_duration_seconds_count{method="GET",path="/api/config.js",status="429"} 15 http_request_duration_seconds_bucket{method="GET",path="/api/config/.env",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/config/.env",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/config/.env",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/config/.env",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/config/.env",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/config/.env",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/config/.env",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/config/.env",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/config/.env",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/config/.env",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/config/.env",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/config/.env",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/api/config/.env",status="429"} 9.924e-05 http_request_duration_seconds_count{method="GET",path="/api/config/.env",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/config/common.js",status="401",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/config/common.js",status="401",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/config/common.js",status="401",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/config/common.js",status="401",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/config/common.js",status="401",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/config/common.js",status="401",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/config/common.js",status="401",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/config/common.js",status="401",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/config/common.js",status="401",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/config/common.js",status="401",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/config/common.js",status="401",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/config/common.js",status="401",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/api/config/common.js",status="401"} 0.000259505 http_request_duration_seconds_count{method="GET",path="/api/config/common.js",status="401"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/config/common.js",status="429",le="0.005"} 15 http_request_duration_seconds_bucket{method="GET",path="/api/config/common.js",status="429",le="0.01"} 15 http_request_duration_seconds_bucket{method="GET",path="/api/config/common.js",status="429",le="0.025"} 15 http_request_duration_seconds_bucket{method="GET",path="/api/config/common.js",status="429",le="0.05"} 15 http_request_duration_seconds_bucket{method="GET",path="/api/config/common.js",status="429",le="0.1"} 15 http_request_duration_seconds_bucket{method="GET",path="/api/config/common.js",status="429",le="0.25"} 15 http_request_duration_seconds_bucket{method="GET",path="/api/config/common.js",status="429",le="0.5"} 15 http_request_duration_seconds_bucket{method="GET",path="/api/config/common.js",status="429",le="1"} 15 http_request_duration_seconds_bucket{method="GET",path="/api/config/common.js",status="429",le="2.5"} 15 http_request_duration_seconds_bucket{method="GET",path="/api/config/common.js",status="429",le="5"} 15 http_request_duration_seconds_bucket{method="GET",path="/api/config/common.js",status="429",le="10"} 15 http_request_duration_seconds_bucket{method="GET",path="/api/config/common.js",status="429",le="+Inf"} 15 http_request_duration_seconds_sum{method="GET",path="/api/config/common.js",status="429"} 0.0013836470000000002 http_request_duration_seconds_count{method="GET",path="/api/config/common.js",status="429"} 15 http_request_duration_seconds_bucket{method="GET",path="/api/config/config.yml",status="401",le="0.005"} 7 http_request_duration_seconds_bucket{method="GET",path="/api/config/config.yml",status="401",le="0.01"} 7 http_request_duration_seconds_bucket{method="GET",path="/api/config/config.yml",status="401",le="0.025"} 7 http_request_duration_seconds_bucket{method="GET",path="/api/config/config.yml",status="401",le="0.05"} 7 http_request_duration_seconds_bucket{method="GET",path="/api/config/config.yml",status="401",le="0.1"} 7 http_request_duration_seconds_bucket{method="GET",path="/api/config/config.yml",status="401",le="0.25"} 7 http_request_duration_seconds_bucket{method="GET",path="/api/config/config.yml",status="401",le="0.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/api/config/config.yml",status="401",le="1"} 7 http_request_duration_seconds_bucket{method="GET",path="/api/config/config.yml",status="401",le="2.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/api/config/config.yml",status="401",le="5"} 7 http_request_duration_seconds_bucket{method="GET",path="/api/config/config.yml",status="401",le="10"} 7 http_request_duration_seconds_bucket{method="GET",path="/api/config/config.yml",status="401",le="+Inf"} 7 http_request_duration_seconds_sum{method="GET",path="/api/config/config.yml",status="401"} 0.0010371559999999998 http_request_duration_seconds_count{method="GET",path="/api/config/config.yml",status="401"} 7 http_request_duration_seconds_bucket{method="GET",path="/api/config/constants.js",status="401",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/config/constants.js",status="401",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/config/constants.js",status="401",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/config/constants.js",status="401",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/config/constants.js",status="401",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/config/constants.js",status="401",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/config/constants.js",status="401",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/config/constants.js",status="401",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/config/constants.js",status="401",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/config/constants.js",status="401",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/config/constants.js",status="401",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/config/constants.js",status="401",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/api/config/constants.js",status="401"} 7.1693e-05 http_request_duration_seconds_count{method="GET",path="/api/config/constants.js",status="401"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/config/constants.js",status="429",le="0.005"} 16 http_request_duration_seconds_bucket{method="GET",path="/api/config/constants.js",status="429",le="0.01"} 16 http_request_duration_seconds_bucket{method="GET",path="/api/config/constants.js",status="429",le="0.025"} 16 http_request_duration_seconds_bucket{method="GET",path="/api/config/constants.js",status="429",le="0.05"} 16 http_request_duration_seconds_bucket{method="GET",path="/api/config/constants.js",status="429",le="0.1"} 16 http_request_duration_seconds_bucket{method="GET",path="/api/config/constants.js",status="429",le="0.25"} 16 http_request_duration_seconds_bucket{method="GET",path="/api/config/constants.js",status="429",le="0.5"} 16 http_request_duration_seconds_bucket{method="GET",path="/api/config/constants.js",status="429",le="1"} 16 http_request_duration_seconds_bucket{method="GET",path="/api/config/constants.js",status="429",le="2.5"} 16 http_request_duration_seconds_bucket{method="GET",path="/api/config/constants.js",status="429",le="5"} 16 http_request_duration_seconds_bucket{method="GET",path="/api/config/constants.js",status="429",le="10"} 16 http_request_duration_seconds_bucket{method="GET",path="/api/config/constants.js",status="429",le="+Inf"} 16 http_request_duration_seconds_sum{method="GET",path="/api/config/constants.js",status="429"} 0.00123942 http_request_duration_seconds_count{method="GET",path="/api/config/constants.js",status="429"} 16 http_request_duration_seconds_bucket{method="GET",path="/api/config/database.js",status="429",le="0.005"} 17 http_request_duration_seconds_bucket{method="GET",path="/api/config/database.js",status="429",le="0.01"} 17 http_request_duration_seconds_bucket{method="GET",path="/api/config/database.js",status="429",le="0.025"} 17 http_request_duration_seconds_bucket{method="GET",path="/api/config/database.js",status="429",le="0.05"} 17 http_request_duration_seconds_bucket{method="GET",path="/api/config/database.js",status="429",le="0.1"} 17 http_request_duration_seconds_bucket{method="GET",path="/api/config/database.js",status="429",le="0.25"} 17 http_request_duration_seconds_bucket{method="GET",path="/api/config/database.js",status="429",le="0.5"} 17 http_request_duration_seconds_bucket{method="GET",path="/api/config/database.js",status="429",le="1"} 17 http_request_duration_seconds_bucket{method="GET",path="/api/config/database.js",status="429",le="2.5"} 17 http_request_duration_seconds_bucket{method="GET",path="/api/config/database.js",status="429",le="5"} 17 http_request_duration_seconds_bucket{method="GET",path="/api/config/database.js",status="429",le="10"} 17 http_request_duration_seconds_bucket{method="GET",path="/api/config/database.js",status="429",le="+Inf"} 17 http_request_duration_seconds_sum{method="GET",path="/api/config/database.js",status="429"} 0.001322046 http_request_duration_seconds_count{method="GET",path="/api/config/database.js",status="429"} 17 http_request_duration_seconds_bucket{method="GET",path="/api/config/template.js",status="401",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/config/template.js",status="401",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/config/template.js",status="401",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/config/template.js",status="401",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/config/template.js",status="401",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/config/template.js",status="401",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/config/template.js",status="401",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/config/template.js",status="401",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/config/template.js",status="401",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/config/template.js",status="401",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/config/template.js",status="401",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/config/template.js",status="401",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/api/config/template.js",status="401"} 0.000287327 http_request_duration_seconds_count{method="GET",path="/api/config/template.js",status="401"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/config/template.js",status="429",le="0.005"} 11 http_request_duration_seconds_bucket{method="GET",path="/api/config/template.js",status="429",le="0.01"} 11 http_request_duration_seconds_bucket{method="GET",path="/api/config/template.js",status="429",le="0.025"} 11 http_request_duration_seconds_bucket{method="GET",path="/api/config/template.js",status="429",le="0.05"} 11 http_request_duration_seconds_bucket{method="GET",path="/api/config/template.js",status="429",le="0.1"} 11 http_request_duration_seconds_bucket{method="GET",path="/api/config/template.js",status="429",le="0.25"} 11 http_request_duration_seconds_bucket{method="GET",path="/api/config/template.js",status="429",le="0.5"} 11 http_request_duration_seconds_bucket{method="GET",path="/api/config/template.js",status="429",le="1"} 11 http_request_duration_seconds_bucket{method="GET",path="/api/config/template.js",status="429",le="2.5"} 11 http_request_duration_seconds_bucket{method="GET",path="/api/config/template.js",status="429",le="5"} 11 http_request_duration_seconds_bucket{method="GET",path="/api/config/template.js",status="429",le="10"} 11 http_request_duration_seconds_bucket{method="GET",path="/api/config/template.js",status="429",le="+Inf"} 11 http_request_duration_seconds_sum{method="GET",path="/api/config/template.js",status="429"} 0.0008207479999999998 http_request_duration_seconds_count{method="GET",path="/api/config/template.js",status="429"} 11 http_request_duration_seconds_bucket{method="GET",path="/api/config/tsconfig.json",status="401",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/config/tsconfig.json",status="401",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/config/tsconfig.json",status="401",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/config/tsconfig.json",status="401",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/config/tsconfig.json",status="401",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/config/tsconfig.json",status="401",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/config/tsconfig.json",status="401",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/config/tsconfig.json",status="401",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/config/tsconfig.json",status="401",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/config/tsconfig.json",status="401",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/config/tsconfig.json",status="401",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/config/tsconfig.json",status="401",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/api/config/tsconfig.json",status="401"} 0.000112507 http_request_duration_seconds_count{method="GET",path="/api/config/tsconfig.json",status="401"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/config/tsconfig.json",status="429",le="0.005"} 14 http_request_duration_seconds_bucket{method="GET",path="/api/config/tsconfig.json",status="429",le="0.01"} 14 http_request_duration_seconds_bucket{method="GET",path="/api/config/tsconfig.json",status="429",le="0.025"} 14 http_request_duration_seconds_bucket{method="GET",path="/api/config/tsconfig.json",status="429",le="0.05"} 14 http_request_duration_seconds_bucket{method="GET",path="/api/config/tsconfig.json",status="429",le="0.1"} 14 http_request_duration_seconds_bucket{method="GET",path="/api/config/tsconfig.json",status="429",le="0.25"} 14 http_request_duration_seconds_bucket{method="GET",path="/api/config/tsconfig.json",status="429",le="0.5"} 14 http_request_duration_seconds_bucket{method="GET",path="/api/config/tsconfig.json",status="429",le="1"} 14 http_request_duration_seconds_bucket{method="GET",path="/api/config/tsconfig.json",status="429",le="2.5"} 14 http_request_duration_seconds_bucket{method="GET",path="/api/config/tsconfig.json",status="429",le="5"} 14 http_request_duration_seconds_bucket{method="GET",path="/api/config/tsconfig.json",status="429",le="10"} 14 http_request_duration_seconds_bucket{method="GET",path="/api/config/tsconfig.json",status="429",le="+Inf"} 14 http_request_duration_seconds_sum{method="GET",path="/api/config/tsconfig.json",status="429"} 0.000998342 http_request_duration_seconds_count{method="GET",path="/api/config/tsconfig.json",status="429"} 14 http_request_duration_seconds_bucket{method="GET",path="/api/constant.js",status="401",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/constant.js",status="401",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/constant.js",status="401",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/constant.js",status="401",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/constant.js",status="401",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/constant.js",status="401",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/constant.js",status="401",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/constant.js",status="401",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/constant.js",status="401",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/constant.js",status="401",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/constant.js",status="401",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/constant.js",status="401",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/api/constant.js",status="401"} 0.000164607 http_request_duration_seconds_count{method="GET",path="/api/constant.js",status="401"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/constant.js",status="429",le="0.005"} 16 http_request_duration_seconds_bucket{method="GET",path="/api/constant.js",status="429",le="0.01"} 16 http_request_duration_seconds_bucket{method="GET",path="/api/constant.js",status="429",le="0.025"} 16 http_request_duration_seconds_bucket{method="GET",path="/api/constant.js",status="429",le="0.05"} 16 http_request_duration_seconds_bucket{method="GET",path="/api/constant.js",status="429",le="0.1"} 16 http_request_duration_seconds_bucket{method="GET",path="/api/constant.js",status="429",le="0.25"} 16 http_request_duration_seconds_bucket{method="GET",path="/api/constant.js",status="429",le="0.5"} 16 http_request_duration_seconds_bucket{method="GET",path="/api/constant.js",status="429",le="1"} 16 http_request_duration_seconds_bucket{method="GET",path="/api/constant.js",status="429",le="2.5"} 16 http_request_duration_seconds_bucket{method="GET",path="/api/constant.js",status="429",le="5"} 16 http_request_duration_seconds_bucket{method="GET",path="/api/constant.js",status="429",le="10"} 16 http_request_duration_seconds_bucket{method="GET",path="/api/constant.js",status="429",le="+Inf"} 16 http_request_duration_seconds_sum{method="GET",path="/api/constant.js",status="429"} 0.0012896259999999999 http_request_duration_seconds_count{method="GET",path="/api/constant.js",status="429"} 16 http_request_duration_seconds_bucket{method="GET",path="/api/constants.js",status="401",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/api/constants.js",status="401",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/api/constants.js",status="401",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/api/constants.js",status="401",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/api/constants.js",status="401",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/api/constants.js",status="401",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/api/constants.js",status="401",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/api/constants.js",status="401",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/api/constants.js",status="401",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/api/constants.js",status="401",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/api/constants.js",status="401",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/api/constants.js",status="401",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/api/constants.js",status="401"} 0.000347397 http_request_duration_seconds_count{method="GET",path="/api/constants.js",status="401"} 3 http_request_duration_seconds_bucket{method="GET",path="/api/constants.js",status="429",le="0.005"} 15 http_request_duration_seconds_bucket{method="GET",path="/api/constants.js",status="429",le="0.01"} 15 http_request_duration_seconds_bucket{method="GET",path="/api/constants.js",status="429",le="0.025"} 15 http_request_duration_seconds_bucket{method="GET",path="/api/constants.js",status="429",le="0.05"} 15 http_request_duration_seconds_bucket{method="GET",path="/api/constants.js",status="429",le="0.1"} 15 http_request_duration_seconds_bucket{method="GET",path="/api/constants.js",status="429",le="0.25"} 15 http_request_duration_seconds_bucket{method="GET",path="/api/constants.js",status="429",le="0.5"} 15 http_request_duration_seconds_bucket{method="GET",path="/api/constants.js",status="429",le="1"} 15 http_request_duration_seconds_bucket{method="GET",path="/api/constants.js",status="429",le="2.5"} 15 http_request_duration_seconds_bucket{method="GET",path="/api/constants.js",status="429",le="5"} 15 http_request_duration_seconds_bucket{method="GET",path="/api/constants.js",status="429",le="10"} 15 http_request_duration_seconds_bucket{method="GET",path="/api/constants.js",status="429",le="+Inf"} 15 http_request_duration_seconds_sum{method="GET",path="/api/constants.js",status="429"} 0.001167745 http_request_duration_seconds_count{method="GET",path="/api/constants.js",status="429"} 15 http_request_duration_seconds_bucket{method="GET",path="/api/controller.js",status="401",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/controller.js",status="401",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/controller.js",status="401",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/controller.js",status="401",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/controller.js",status="401",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/controller.js",status="401",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/controller.js",status="401",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/controller.js",status="401",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/controller.js",status="401",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/controller.js",status="401",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/controller.js",status="401",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/controller.js",status="401",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/api/controller.js",status="401"} 0.000104203 http_request_duration_seconds_count{method="GET",path="/api/controller.js",status="401"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/controller.js",status="429",le="0.005"} 15 http_request_duration_seconds_bucket{method="GET",path="/api/controller.js",status="429",le="0.01"} 15 http_request_duration_seconds_bucket{method="GET",path="/api/controller.js",status="429",le="0.025"} 15 http_request_duration_seconds_bucket{method="GET",path="/api/controller.js",status="429",le="0.05"} 15 http_request_duration_seconds_bucket{method="GET",path="/api/controller.js",status="429",le="0.1"} 15 http_request_duration_seconds_bucket{method="GET",path="/api/controller.js",status="429",le="0.25"} 15 http_request_duration_seconds_bucket{method="GET",path="/api/controller.js",status="429",le="0.5"} 15 http_request_duration_seconds_bucket{method="GET",path="/api/controller.js",status="429",le="1"} 15 http_request_duration_seconds_bucket{method="GET",path="/api/controller.js",status="429",le="2.5"} 15 http_request_duration_seconds_bucket{method="GET",path="/api/controller.js",status="429",le="5"} 15 http_request_duration_seconds_bucket{method="GET",path="/api/controller.js",status="429",le="10"} 15 http_request_duration_seconds_bucket{method="GET",path="/api/controller.js",status="429",le="+Inf"} 15 http_request_duration_seconds_sum{method="GET",path="/api/controller.js",status="429"} 0.0011814400000000002 http_request_duration_seconds_count{method="GET",path="/api/controller.js",status="429"} 15 http_request_duration_seconds_bucket{method="GET",path="/api/core/.env",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/core/.env",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/core/.env",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/core/.env",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/core/.env",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/core/.env",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/core/.env",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/core/.env",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/core/.env",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/core/.env",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/core/.env",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/core/.env",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/api/core/.env",status="429"} 0.000125261 http_request_duration_seconds_count{method="GET",path="/api/core/.env",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/credentials",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/credentials",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/credentials",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/credentials",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/credentials",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/credentials",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/credentials",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/credentials",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/credentials",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/credentials",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/credentials",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/credentials",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/api/credentials",status="429"} 0.000187323 http_request_duration_seconds_count{method="GET",path="/api/credentials",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/data/*",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/data/*",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/data/*",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/data/*",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/data/*",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/data/*",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/data/*",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/data/*",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/data/*",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/data/*",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/data/*",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/data/*",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/api/data/*",status="429"} 0.00018361799999999998 http_request_duration_seconds_count{method="GET",path="/api/data/*",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/dev/.env",status="429",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/api/dev/.env",status="429",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/api/dev/.env",status="429",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/api/dev/.env",status="429",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/api/dev/.env",status="429",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/api/dev/.env",status="429",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/api/dev/.env",status="429",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/api/dev/.env",status="429",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/api/dev/.env",status="429",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/api/dev/.env",status="429",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/api/dev/.env",status="429",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/api/dev/.env",status="429",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/api/dev/.env",status="429"} 0.000255 http_request_duration_seconds_count{method="GET",path="/api/dev/.env",status="429"} 3 http_request_duration_seconds_bucket{method="GET",path="/api/endpoint",status="401",le="0.005"} 7 http_request_duration_seconds_bucket{method="GET",path="/api/endpoint",status="401",le="0.01"} 7 http_request_duration_seconds_bucket{method="GET",path="/api/endpoint",status="401",le="0.025"} 7 http_request_duration_seconds_bucket{method="GET",path="/api/endpoint",status="401",le="0.05"} 7 http_request_duration_seconds_bucket{method="GET",path="/api/endpoint",status="401",le="0.1"} 7 http_request_duration_seconds_bucket{method="GET",path="/api/endpoint",status="401",le="0.25"} 7 http_request_duration_seconds_bucket{method="GET",path="/api/endpoint",status="401",le="0.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/api/endpoint",status="401",le="1"} 7 http_request_duration_seconds_bucket{method="GET",path="/api/endpoint",status="401",le="2.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/api/endpoint",status="401",le="5"} 7 http_request_duration_seconds_bucket{method="GET",path="/api/endpoint",status="401",le="10"} 7 http_request_duration_seconds_bucket{method="GET",path="/api/endpoint",status="401",le="+Inf"} 7 http_request_duration_seconds_sum{method="GET",path="/api/endpoint",status="401"} 0.001346808 http_request_duration_seconds_count{method="GET",path="/api/endpoint",status="401"} 7 http_request_duration_seconds_bucket{method="GET",path="/api/env",status="401",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/env",status="401",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/env",status="401",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/env",status="401",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/env",status="401",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/env",status="401",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/env",status="401",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/env",status="401",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/env",status="401",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/env",status="401",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/env",status="401",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/env",status="401",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/api/env",status="401"} 0.000125505 http_request_duration_seconds_count{method="GET",path="/api/env",status="401"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/env",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/env",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/env",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/env",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/env",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/env",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/env",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/env",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/env",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/env",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/env",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/env",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/api/env",status="429"} 7.0225e-05 http_request_duration_seconds_count{method="GET",path="/api/env",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/env.js",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/env.js",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/env.js",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/env.js",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/env.js",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/env.js",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/env.js",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/env.js",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/env.js",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/env.js",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/env.js",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/env.js",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/api/env.js",status="429"} 0.00020719500000000002 http_request_duration_seconds_count{method="GET",path="/api/env.js",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/health",status="200",le="0.005"} 33 http_request_duration_seconds_bucket{method="GET",path="/api/health",status="200",le="0.01"} 423 http_request_duration_seconds_bucket{method="GET",path="/api/health",status="200",le="0.025"} 438 http_request_duration_seconds_bucket{method="GET",path="/api/health",status="200",le="0.05"} 439 http_request_duration_seconds_bucket{method="GET",path="/api/health",status="200",le="0.1"} 439 http_request_duration_seconds_bucket{method="GET",path="/api/health",status="200",le="0.25"} 439 http_request_duration_seconds_bucket{method="GET",path="/api/health",status="200",le="0.5"} 439 http_request_duration_seconds_bucket{method="GET",path="/api/health",status="200",le="1"} 439 http_request_duration_seconds_bucket{method="GET",path="/api/health",status="200",le="2.5"} 439 http_request_duration_seconds_bucket{method="GET",path="/api/health",status="200",le="5"} 439 http_request_duration_seconds_bucket{method="GET",path="/api/health",status="200",le="10"} 439 http_request_duration_seconds_bucket{method="GET",path="/api/health",status="200",le="+Inf"} 439 http_request_duration_seconds_sum{method="GET",path="/api/health",status="200"} 2.7690734759999986 http_request_duration_seconds_count{method="GET",path="/api/health",status="200"} 439 http_request_duration_seconds_bucket{method="GET",path="/api/health",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/health",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/health",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/health",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/health",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/health",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/health",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/health",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/health",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/health",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/health",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/health",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/api/health",status="429"} 8.277e-05 http_request_duration_seconds_count{method="GET",path="/api/health",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/helper.js",status="401",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/helper.js",status="401",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/helper.js",status="401",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/helper.js",status="401",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/helper.js",status="401",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/helper.js",status="401",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/helper.js",status="401",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/helper.js",status="401",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/helper.js",status="401",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/helper.js",status="401",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/helper.js",status="401",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/helper.js",status="401",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/api/helper.js",status="401"} 0.000105229 http_request_duration_seconds_count{method="GET",path="/api/helper.js",status="401"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/helper.js",status="429",le="0.005"} 15 http_request_duration_seconds_bucket{method="GET",path="/api/helper.js",status="429",le="0.01"} 15 http_request_duration_seconds_bucket{method="GET",path="/api/helper.js",status="429",le="0.025"} 15 http_request_duration_seconds_bucket{method="GET",path="/api/helper.js",status="429",le="0.05"} 15 http_request_duration_seconds_bucket{method="GET",path="/api/helper.js",status="429",le="0.1"} 15 http_request_duration_seconds_bucket{method="GET",path="/api/helper.js",status="429",le="0.25"} 15 http_request_duration_seconds_bucket{method="GET",path="/api/helper.js",status="429",le="0.5"} 15 http_request_duration_seconds_bucket{method="GET",path="/api/helper.js",status="429",le="1"} 15 http_request_duration_seconds_bucket{method="GET",path="/api/helper.js",status="429",le="2.5"} 15 http_request_duration_seconds_bucket{method="GET",path="/api/helper.js",status="429",le="5"} 15 http_request_duration_seconds_bucket{method="GET",path="/api/helper.js",status="429",le="10"} 15 http_request_duration_seconds_bucket{method="GET",path="/api/helper.js",status="429",le="+Inf"} 15 http_request_duration_seconds_sum{method="GET",path="/api/helper.js",status="429"} 0.0011791959999999998 http_request_duration_seconds_count{method="GET",path="/api/helper.js",status="429"} 15 http_request_duration_seconds_bucket{method="GET",path="/api/index.js",status="429",le="0.005"} 17 http_request_duration_seconds_bucket{method="GET",path="/api/index.js",status="429",le="0.01"} 17 http_request_duration_seconds_bucket{method="GET",path="/api/index.js",status="429",le="0.025"} 17 http_request_duration_seconds_bucket{method="GET",path="/api/index.js",status="429",le="0.05"} 17 http_request_duration_seconds_bucket{method="GET",path="/api/index.js",status="429",le="0.1"} 17 http_request_duration_seconds_bucket{method="GET",path="/api/index.js",status="429",le="0.25"} 17 http_request_duration_seconds_bucket{method="GET",path="/api/index.js",status="429",le="0.5"} 17 http_request_duration_seconds_bucket{method="GET",path="/api/index.js",status="429",le="1"} 17 http_request_duration_seconds_bucket{method="GET",path="/api/index.js",status="429",le="2.5"} 17 http_request_duration_seconds_bucket{method="GET",path="/api/index.js",status="429",le="5"} 17 http_request_duration_seconds_bucket{method="GET",path="/api/index.js",status="429",le="10"} 17 http_request_duration_seconds_bucket{method="GET",path="/api/index.js",status="429",le="+Inf"} 17 http_request_duration_seconds_sum{method="GET",path="/api/index.js",status="429"} 0.0014489309999999999 http_request_duration_seconds_count{method="GET",path="/api/index.js",status="429"} 17 http_request_duration_seconds_bucket{method="GET",path="/api/info.php",status="401",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/info.php",status="401",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/info.php",status="401",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/info.php",status="401",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/info.php",status="401",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/info.php",status="401",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/info.php",status="401",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/info.php",status="401",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/info.php",status="401",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/info.php",status="401",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/info.php",status="401",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/info.php",status="401",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/api/info.php",status="401"} 0.000168887 http_request_duration_seconds_count{method="GET",path="/api/info.php",status="401"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/info.php",status="429",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/api/info.php",status="429",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/api/info.php",status="429",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/api/info.php",status="429",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/api/info.php",status="429",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/api/info.php",status="429",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/api/info.php",status="429",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/api/info.php",status="429",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/api/info.php",status="429",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/api/info.php",status="429",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/api/info.php",status="429",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/api/info.php",status="429",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/api/info.php",status="429"} 0.000254992 http_request_duration_seconds_count{method="GET",path="/api/info.php",status="429"} 3 http_request_duration_seconds_bucket{method="GET",path="/api/login",status="401",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/login",status="401",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/login",status="401",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/login",status="401",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/login",status="401",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/login",status="401",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/login",status="401",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/login",status="401",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/login",status="401",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/login",status="401",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/login",status="401",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/login",status="401",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/api/login",status="401"} 0.000137524 http_request_duration_seconds_count{method="GET",path="/api/login",status="401"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/login",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/login",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/login",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/login",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/login",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/login",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/login",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/login",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/login",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/login",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/login",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/login",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/api/login",status="429"} 8.382e-05 http_request_duration_seconds_count{method="GET",path="/api/login",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/mail.js",status="429",le="0.005"} 17 http_request_duration_seconds_bucket{method="GET",path="/api/mail.js",status="429",le="0.01"} 17 http_request_duration_seconds_bucket{method="GET",path="/api/mail.js",status="429",le="0.025"} 17 http_request_duration_seconds_bucket{method="GET",path="/api/mail.js",status="429",le="0.05"} 17 http_request_duration_seconds_bucket{method="GET",path="/api/mail.js",status="429",le="0.1"} 17 http_request_duration_seconds_bucket{method="GET",path="/api/mail.js",status="429",le="0.25"} 17 http_request_duration_seconds_bucket{method="GET",path="/api/mail.js",status="429",le="0.5"} 17 http_request_duration_seconds_bucket{method="GET",path="/api/mail.js",status="429",le="1"} 17 http_request_duration_seconds_bucket{method="GET",path="/api/mail.js",status="429",le="2.5"} 17 http_request_duration_seconds_bucket{method="GET",path="/api/mail.js",status="429",le="5"} 17 http_request_duration_seconds_bucket{method="GET",path="/api/mail.js",status="429",le="10"} 17 http_request_duration_seconds_bucket{method="GET",path="/api/mail.js",status="429",le="+Inf"} 17 http_request_duration_seconds_sum{method="GET",path="/api/mail.js",status="429"} 0.0014421200000000003 http_request_duration_seconds_count{method="GET",path="/api/mail.js",status="429"} 17 http_request_duration_seconds_bucket{method="GET",path="/api/mailer.js",status="401",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/mailer.js",status="401",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/mailer.js",status="401",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/mailer.js",status="401",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/mailer.js",status="401",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/mailer.js",status="401",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/mailer.js",status="401",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/mailer.js",status="401",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/mailer.js",status="401",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/mailer.js",status="401",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/mailer.js",status="401",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/mailer.js",status="401",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/api/mailer.js",status="401"} 8.4856e-05 http_request_duration_seconds_count{method="GET",path="/api/mailer.js",status="401"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/mailer.js",status="429",le="0.005"} 15 http_request_duration_seconds_bucket{method="GET",path="/api/mailer.js",status="429",le="0.01"} 15 http_request_duration_seconds_bucket{method="GET",path="/api/mailer.js",status="429",le="0.025"} 15 http_request_duration_seconds_bucket{method="GET",path="/api/mailer.js",status="429",le="0.05"} 15 http_request_duration_seconds_bucket{method="GET",path="/api/mailer.js",status="429",le="0.1"} 15 http_request_duration_seconds_bucket{method="GET",path="/api/mailer.js",status="429",le="0.25"} 15 http_request_duration_seconds_bucket{method="GET",path="/api/mailer.js",status="429",le="0.5"} 15 http_request_duration_seconds_bucket{method="GET",path="/api/mailer.js",status="429",le="1"} 15 http_request_duration_seconds_bucket{method="GET",path="/api/mailer.js",status="429",le="2.5"} 15 http_request_duration_seconds_bucket{method="GET",path="/api/mailer.js",status="429",le="5"} 15 http_request_duration_seconds_bucket{method="GET",path="/api/mailer.js",status="429",le="10"} 15 http_request_duration_seconds_bucket{method="GET",path="/api/mailer.js",status="429",le="+Inf"} 15 http_request_duration_seconds_sum{method="GET",path="/api/mailer.js",status="429"} 0.0010468419999999999 http_request_duration_seconds_count{method="GET",path="/api/mailer.js",status="429"} 15 http_request_duration_seconds_bucket{method="GET",path="/api/mailserver.js",status="429",le="0.005"} 17 http_request_duration_seconds_bucket{method="GET",path="/api/mailserver.js",status="429",le="0.01"} 17 http_request_duration_seconds_bucket{method="GET",path="/api/mailserver.js",status="429",le="0.025"} 17 http_request_duration_seconds_bucket{method="GET",path="/api/mailserver.js",status="429",le="0.05"} 17 http_request_duration_seconds_bucket{method="GET",path="/api/mailserver.js",status="429",le="0.1"} 17 http_request_duration_seconds_bucket{method="GET",path="/api/mailserver.js",status="429",le="0.25"} 17 http_request_duration_seconds_bucket{method="GET",path="/api/mailserver.js",status="429",le="0.5"} 17 http_request_duration_seconds_bucket{method="GET",path="/api/mailserver.js",status="429",le="1"} 17 http_request_duration_seconds_bucket{method="GET",path="/api/mailserver.js",status="429",le="2.5"} 17 http_request_duration_seconds_bucket{method="GET",path="/api/mailserver.js",status="429",le="5"} 17 http_request_duration_seconds_bucket{method="GET",path="/api/mailserver.js",status="429",le="10"} 17 http_request_duration_seconds_bucket{method="GET",path="/api/mailserver.js",status="429",le="+Inf"} 17 http_request_duration_seconds_sum{method="GET",path="/api/mailserver.js",status="429"} 0.001276951 http_request_duration_seconds_count{method="GET",path="/api/mailserver.js",status="429"} 17 http_request_duration_seconds_bucket{method="GET",path="/api/model/config.ts",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/model/config.ts",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/model/config.ts",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/model/config.ts",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/model/config.ts",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/model/config.ts",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/model/config.ts",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/model/config.ts",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/model/config.ts",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/model/config.ts",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/model/config.ts",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/model/config.ts",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/api/model/config.ts",status="429"} 0.000148605 http_request_duration_seconds_count{method="GET",path="/api/model/config.ts",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/node/common.js",status="401",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/api/node/common.js",status="401",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/api/node/common.js",status="401",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/api/node/common.js",status="401",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/api/node/common.js",status="401",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/api/node/common.js",status="401",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/api/node/common.js",status="401",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/api/node/common.js",status="401",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/api/node/common.js",status="401",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/api/node/common.js",status="401",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/api/node/common.js",status="401",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/api/node/common.js",status="401",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/api/node/common.js",status="401"} 0.00038546800000000003 http_request_duration_seconds_count{method="GET",path="/api/node/common.js",status="401"} 3 http_request_duration_seconds_bucket{method="GET",path="/api/node/common.js",status="429",le="0.005"} 15 http_request_duration_seconds_bucket{method="GET",path="/api/node/common.js",status="429",le="0.01"} 15 http_request_duration_seconds_bucket{method="GET",path="/api/node/common.js",status="429",le="0.025"} 15 http_request_duration_seconds_bucket{method="GET",path="/api/node/common.js",status="429",le="0.05"} 15 http_request_duration_seconds_bucket{method="GET",path="/api/node/common.js",status="429",le="0.1"} 15 http_request_duration_seconds_bucket{method="GET",path="/api/node/common.js",status="429",le="0.25"} 15 http_request_duration_seconds_bucket{method="GET",path="/api/node/common.js",status="429",le="0.5"} 15 http_request_duration_seconds_bucket{method="GET",path="/api/node/common.js",status="429",le="1"} 15 http_request_duration_seconds_bucket{method="GET",path="/api/node/common.js",status="429",le="2.5"} 15 http_request_duration_seconds_bucket{method="GET",path="/api/node/common.js",status="429",le="5"} 15 http_request_duration_seconds_bucket{method="GET",path="/api/node/common.js",status="429",le="10"} 15 http_request_duration_seconds_bucket{method="GET",path="/api/node/common.js",status="429",le="+Inf"} 15 http_request_duration_seconds_sum{method="GET",path="/api/node/common.js",status="429"} 0.0012198140000000003 http_request_duration_seconds_count{method="GET",path="/api/node/common.js",status="429"} 15 http_request_duration_seconds_bucket{method="GET",path="/api/node/config.js",status="401",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/node/config.js",status="401",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/node/config.js",status="401",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/node/config.js",status="401",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/node/config.js",status="401",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/node/config.js",status="401",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/node/config.js",status="401",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/node/config.js",status="401",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/node/config.js",status="401",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/node/config.js",status="401",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/node/config.js",status="401",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/node/config.js",status="401",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/api/node/config.js",status="401"} 0.000281752 http_request_duration_seconds_count{method="GET",path="/api/node/config.js",status="401"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/node/config.js",status="429",le="0.005"} 15 http_request_duration_seconds_bucket{method="GET",path="/api/node/config.js",status="429",le="0.01"} 15 http_request_duration_seconds_bucket{method="GET",path="/api/node/config.js",status="429",le="0.025"} 15 http_request_duration_seconds_bucket{method="GET",path="/api/node/config.js",status="429",le="0.05"} 15 http_request_duration_seconds_bucket{method="GET",path="/api/node/config.js",status="429",le="0.1"} 15 http_request_duration_seconds_bucket{method="GET",path="/api/node/config.js",status="429",le="0.25"} 15 http_request_duration_seconds_bucket{method="GET",path="/api/node/config.js",status="429",le="0.5"} 15 http_request_duration_seconds_bucket{method="GET",path="/api/node/config.js",status="429",le="1"} 15 http_request_duration_seconds_bucket{method="GET",path="/api/node/config.js",status="429",le="2.5"} 15 http_request_duration_seconds_bucket{method="GET",path="/api/node/config.js",status="429",le="5"} 15 http_request_duration_seconds_bucket{method="GET",path="/api/node/config.js",status="429",le="10"} 15 http_request_duration_seconds_bucket{method="GET",path="/api/node/config.js",status="429",le="+Inf"} 15 http_request_duration_seconds_sum{method="GET",path="/api/node/config.js",status="429"} 0.0014352970000000003 http_request_duration_seconds_count{method="GET",path="/api/node/config.js",status="429"} 15 http_request_duration_seconds_bucket{method="GET",path="/api/node/constant.js",status="401",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/node/constant.js",status="401",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/node/constant.js",status="401",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/node/constant.js",status="401",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/node/constant.js",status="401",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/node/constant.js",status="401",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/node/constant.js",status="401",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/node/constant.js",status="401",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/node/constant.js",status="401",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/node/constant.js",status="401",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/node/constant.js",status="401",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/node/constant.js",status="401",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/api/node/constant.js",status="401"} 0.000118926 http_request_duration_seconds_count{method="GET",path="/api/node/constant.js",status="401"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/node/constant.js",status="429",le="0.005"} 17 http_request_duration_seconds_bucket{method="GET",path="/api/node/constant.js",status="429",le="0.01"} 17 http_request_duration_seconds_bucket{method="GET",path="/api/node/constant.js",status="429",le="0.025"} 17 http_request_duration_seconds_bucket{method="GET",path="/api/node/constant.js",status="429",le="0.05"} 17 http_request_duration_seconds_bucket{method="GET",path="/api/node/constant.js",status="429",le="0.1"} 17 http_request_duration_seconds_bucket{method="GET",path="/api/node/constant.js",status="429",le="0.25"} 17 http_request_duration_seconds_bucket{method="GET",path="/api/node/constant.js",status="429",le="0.5"} 17 http_request_duration_seconds_bucket{method="GET",path="/api/node/constant.js",status="429",le="1"} 17 http_request_duration_seconds_bucket{method="GET",path="/api/node/constant.js",status="429",le="2.5"} 17 http_request_duration_seconds_bucket{method="GET",path="/api/node/constant.js",status="429",le="5"} 17 http_request_duration_seconds_bucket{method="GET",path="/api/node/constant.js",status="429",le="10"} 17 http_request_duration_seconds_bucket{method="GET",path="/api/node/constant.js",status="429",le="+Inf"} 17 http_request_duration_seconds_sum{method="GET",path="/api/node/constant.js",status="429"} 0.001282277 http_request_duration_seconds_count{method="GET",path="/api/node/constant.js",status="429"} 17 http_request_duration_seconds_bucket{method="GET",path="/api/node/constants.js",status="429",le="0.005"} 19 http_request_duration_seconds_bucket{method="GET",path="/api/node/constants.js",status="429",le="0.01"} 19 http_request_duration_seconds_bucket{method="GET",path="/api/node/constants.js",status="429",le="0.025"} 19 http_request_duration_seconds_bucket{method="GET",path="/api/node/constants.js",status="429",le="0.05"} 19 http_request_duration_seconds_bucket{method="GET",path="/api/node/constants.js",status="429",le="0.1"} 19 http_request_duration_seconds_bucket{method="GET",path="/api/node/constants.js",status="429",le="0.25"} 19 http_request_duration_seconds_bucket{method="GET",path="/api/node/constants.js",status="429",le="0.5"} 19 http_request_duration_seconds_bucket{method="GET",path="/api/node/constants.js",status="429",le="1"} 19 http_request_duration_seconds_bucket{method="GET",path="/api/node/constants.js",status="429",le="2.5"} 19 http_request_duration_seconds_bucket{method="GET",path="/api/node/constants.js",status="429",le="5"} 19 http_request_duration_seconds_bucket{method="GET",path="/api/node/constants.js",status="429",le="10"} 19 http_request_duration_seconds_bucket{method="GET",path="/api/node/constants.js",status="429",le="+Inf"} 19 http_request_duration_seconds_sum{method="GET",path="/api/node/constants.js",status="429"} 0.001560778 http_request_duration_seconds_count{method="GET",path="/api/node/constants.js",status="429"} 19 http_request_duration_seconds_bucket{method="GET",path="/api/objects/codes.php.save",status="401",le="0.005"} 7 http_request_duration_seconds_bucket{method="GET",path="/api/objects/codes.php.save",status="401",le="0.01"} 7 http_request_duration_seconds_bucket{method="GET",path="/api/objects/codes.php.save",status="401",le="0.025"} 7 http_request_duration_seconds_bucket{method="GET",path="/api/objects/codes.php.save",status="401",le="0.05"} 7 http_request_duration_seconds_bucket{method="GET",path="/api/objects/codes.php.save",status="401",le="0.1"} 7 http_request_duration_seconds_bucket{method="GET",path="/api/objects/codes.php.save",status="401",le="0.25"} 7 http_request_duration_seconds_bucket{method="GET",path="/api/objects/codes.php.save",status="401",le="0.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/api/objects/codes.php.save",status="401",le="1"} 7 http_request_duration_seconds_bucket{method="GET",path="/api/objects/codes.php.save",status="401",le="2.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/api/objects/codes.php.save",status="401",le="5"} 7 http_request_duration_seconds_bucket{method="GET",path="/api/objects/codes.php.save",status="401",le="10"} 7 http_request_duration_seconds_bucket{method="GET",path="/api/objects/codes.php.save",status="401",le="+Inf"} 7 http_request_duration_seconds_sum{method="GET",path="/api/objects/codes.php.save",status="401"} 0.001015649 http_request_duration_seconds_count{method="GET",path="/api/objects/codes.php.save",status="401"} 7 http_request_duration_seconds_bucket{method="GET",path="/api/openapi.json",status="429",le="0.005"} 19 http_request_duration_seconds_bucket{method="GET",path="/api/openapi.json",status="429",le="0.01"} 19 http_request_duration_seconds_bucket{method="GET",path="/api/openapi.json",status="429",le="0.025"} 19 http_request_duration_seconds_bucket{method="GET",path="/api/openapi.json",status="429",le="0.05"} 19 http_request_duration_seconds_bucket{method="GET",path="/api/openapi.json",status="429",le="0.1"} 19 http_request_duration_seconds_bucket{method="GET",path="/api/openapi.json",status="429",le="0.25"} 19 http_request_duration_seconds_bucket{method="GET",path="/api/openapi.json",status="429",le="0.5"} 19 http_request_duration_seconds_bucket{method="GET",path="/api/openapi.json",status="429",le="1"} 19 http_request_duration_seconds_bucket{method="GET",path="/api/openapi.json",status="429",le="2.5"} 19 http_request_duration_seconds_bucket{method="GET",path="/api/openapi.json",status="429",le="5"} 19 http_request_duration_seconds_bucket{method="GET",path="/api/openapi.json",status="429",le="10"} 19 http_request_duration_seconds_bucket{method="GET",path="/api/openapi.json",status="429",le="+Inf"} 19 http_request_duration_seconds_sum{method="GET",path="/api/openapi.json",status="429"} 0.001259266 http_request_duration_seconds_count{method="GET",path="/api/openapi.json",status="429"} 19 http_request_duration_seconds_bucket{method="GET",path="/api/phpinfo.php",status="429",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/api/phpinfo.php",status="429",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/api/phpinfo.php",status="429",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/api/phpinfo.php",status="429",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/api/phpinfo.php",status="429",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/api/phpinfo.php",status="429",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/api/phpinfo.php",status="429",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/api/phpinfo.php",status="429",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/api/phpinfo.php",status="429",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/api/phpinfo.php",status="429",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/api/phpinfo.php",status="429",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/api/phpinfo.php",status="429",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/api/phpinfo.php",status="429"} 0.000341352 http_request_duration_seconds_count{method="GET",path="/api/phpinfo.php",status="429"} 4 http_request_duration_seconds_bucket{method="GET",path="/api/server.js",status="429",le="0.005"} 19 http_request_duration_seconds_bucket{method="GET",path="/api/server.js",status="429",le="0.01"} 19 http_request_duration_seconds_bucket{method="GET",path="/api/server.js",status="429",le="0.025"} 19 http_request_duration_seconds_bucket{method="GET",path="/api/server.js",status="429",le="0.05"} 19 http_request_duration_seconds_bucket{method="GET",path="/api/server.js",status="429",le="0.1"} 19 http_request_duration_seconds_bucket{method="GET",path="/api/server.js",status="429",le="0.25"} 19 http_request_duration_seconds_bucket{method="GET",path="/api/server.js",status="429",le="0.5"} 19 http_request_duration_seconds_bucket{method="GET",path="/api/server.js",status="429",le="1"} 19 http_request_duration_seconds_bucket{method="GET",path="/api/server.js",status="429",le="2.5"} 19 http_request_duration_seconds_bucket{method="GET",path="/api/server.js",status="429",le="5"} 19 http_request_duration_seconds_bucket{method="GET",path="/api/server.js",status="429",le="10"} 19 http_request_duration_seconds_bucket{method="GET",path="/api/server.js",status="429",le="+Inf"} 19 http_request_duration_seconds_sum{method="GET",path="/api/server.js",status="429"} 0.001450171 http_request_duration_seconds_count{method="GET",path="/api/server.js",status="429"} 19 http_request_duration_seconds_bucket{method="GET",path="/api/serverless/*",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/serverless/*",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/serverless/*",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/serverless/*",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/serverless/*",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/serverless/*",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/serverless/*",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/serverless/*",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/serverless/*",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/serverless/*",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/serverless/*",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/serverless/*",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/api/serverless/*",status="429"} 0.000200142 http_request_duration_seconds_count{method="GET",path="/api/serverless/*",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/settings",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/settings",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/settings",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/settings",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/settings",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/settings",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/settings",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/settings",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/settings",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/settings",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/settings",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/settings",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/api/settings",status="429"} 9.3024e-05 http_request_duration_seconds_count{method="GET",path="/api/settings",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/settings.py",status="429",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/api/settings.py",status="429",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/api/settings.py",status="429",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/api/settings.py",status="429",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/api/settings.py",status="429",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/api/settings.py",status="429",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/api/settings.py",status="429",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/api/settings.py",status="429",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/api/settings.py",status="429",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/api/settings.py",status="429",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/api/settings.py",status="429",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/api/settings.py",status="429",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/api/settings.py",status="429"} 0.000344878 http_request_duration_seconds_count{method="GET",path="/api/settings.py",status="429"} 4 http_request_duration_seconds_bucket{method="GET",path="/api/shared/.env",status="401",le="0.005"} 8 http_request_duration_seconds_bucket{method="GET",path="/api/shared/.env",status="401",le="0.01"} 8 http_request_duration_seconds_bucket{method="GET",path="/api/shared/.env",status="401",le="0.025"} 8 http_request_duration_seconds_bucket{method="GET",path="/api/shared/.env",status="401",le="0.05"} 8 http_request_duration_seconds_bucket{method="GET",path="/api/shared/.env",status="401",le="0.1"} 8 http_request_duration_seconds_bucket{method="GET",path="/api/shared/.env",status="401",le="0.25"} 8 http_request_duration_seconds_bucket{method="GET",path="/api/shared/.env",status="401",le="0.5"} 8 http_request_duration_seconds_bucket{method="GET",path="/api/shared/.env",status="401",le="1"} 8 http_request_duration_seconds_bucket{method="GET",path="/api/shared/.env",status="401",le="2.5"} 8 http_request_duration_seconds_bucket{method="GET",path="/api/shared/.env",status="401",le="5"} 8 http_request_duration_seconds_bucket{method="GET",path="/api/shared/.env",status="401",le="10"} 8 http_request_duration_seconds_bucket{method="GET",path="/api/shared/.env",status="401",le="+Inf"} 8 http_request_duration_seconds_sum{method="GET",path="/api/shared/.env",status="401"} 0.001136243 http_request_duration_seconds_count{method="GET",path="/api/shared/.env",status="401"} 8 http_request_duration_seconds_bucket{method="GET",path="/api/shared/config.env",status="401",le="0.005"} 8 http_request_duration_seconds_bucket{method="GET",path="/api/shared/config.env",status="401",le="0.01"} 8 http_request_duration_seconds_bucket{method="GET",path="/api/shared/config.env",status="401",le="0.025"} 8 http_request_duration_seconds_bucket{method="GET",path="/api/shared/config.env",status="401",le="0.05"} 8 http_request_duration_seconds_bucket{method="GET",path="/api/shared/config.env",status="401",le="0.1"} 8 http_request_duration_seconds_bucket{method="GET",path="/api/shared/config.env",status="401",le="0.25"} 8 http_request_duration_seconds_bucket{method="GET",path="/api/shared/config.env",status="401",le="0.5"} 8 http_request_duration_seconds_bucket{method="GET",path="/api/shared/config.env",status="401",le="1"} 8 http_request_duration_seconds_bucket{method="GET",path="/api/shared/config.env",status="401",le="2.5"} 8 http_request_duration_seconds_bucket{method="GET",path="/api/shared/config.env",status="401",le="5"} 8 http_request_duration_seconds_bucket{method="GET",path="/api/shared/config.env",status="401",le="10"} 8 http_request_duration_seconds_bucket{method="GET",path="/api/shared/config.env",status="401",le="+Inf"} 8 http_request_duration_seconds_sum{method="GET",path="/api/shared/config.env",status="401"} 0.001235901 http_request_duration_seconds_count{method="GET",path="/api/shared/config.env",status="401"} 8 http_request_duration_seconds_bucket{method="GET",path="/api/shared/config/.env",status="401",le="0.005"} 7 http_request_duration_seconds_bucket{method="GET",path="/api/shared/config/.env",status="401",le="0.01"} 7 http_request_duration_seconds_bucket{method="GET",path="/api/shared/config/.env",status="401",le="0.025"} 7 http_request_duration_seconds_bucket{method="GET",path="/api/shared/config/.env",status="401",le="0.05"} 7 http_request_duration_seconds_bucket{method="GET",path="/api/shared/config/.env",status="401",le="0.1"} 7 http_request_duration_seconds_bucket{method="GET",path="/api/shared/config/.env",status="401",le="0.25"} 7 http_request_duration_seconds_bucket{method="GET",path="/api/shared/config/.env",status="401",le="0.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/api/shared/config/.env",status="401",le="1"} 7 http_request_duration_seconds_bucket{method="GET",path="/api/shared/config/.env",status="401",le="2.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/api/shared/config/.env",status="401",le="5"} 7 http_request_duration_seconds_bucket{method="GET",path="/api/shared/config/.env",status="401",le="10"} 7 http_request_duration_seconds_bucket{method="GET",path="/api/shared/config/.env",status="401",le="+Inf"} 7 http_request_duration_seconds_sum{method="GET",path="/api/shared/config/.env",status="401"} 0.0009736860000000001 http_request_duration_seconds_count{method="GET",path="/api/shared/config/.env",status="401"} 7 http_request_duration_seconds_bucket{method="GET",path="/api/shared/config/config.env",status="401",le="0.005"} 7 http_request_duration_seconds_bucket{method="GET",path="/api/shared/config/config.env",status="401",le="0.01"} 7 http_request_duration_seconds_bucket{method="GET",path="/api/shared/config/config.env",status="401",le="0.025"} 7 http_request_duration_seconds_bucket{method="GET",path="/api/shared/config/config.env",status="401",le="0.05"} 7 http_request_duration_seconds_bucket{method="GET",path="/api/shared/config/config.env",status="401",le="0.1"} 7 http_request_duration_seconds_bucket{method="GET",path="/api/shared/config/config.env",status="401",le="0.25"} 7 http_request_duration_seconds_bucket{method="GET",path="/api/shared/config/config.env",status="401",le="0.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/api/shared/config/config.env",status="401",le="1"} 7 http_request_duration_seconds_bucket{method="GET",path="/api/shared/config/config.env",status="401",le="2.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/api/shared/config/config.env",status="401",le="5"} 7 http_request_duration_seconds_bucket{method="GET",path="/api/shared/config/config.env",status="401",le="10"} 7 http_request_duration_seconds_bucket{method="GET",path="/api/shared/config/config.env",status="401",le="+Inf"} 7 http_request_duration_seconds_sum{method="GET",path="/api/shared/config/config.env",status="401"} 0.001013448 http_request_duration_seconds_count{method="GET",path="/api/shared/config/config.env",status="401"} 7 http_request_duration_seconds_bucket{method="GET",path="/api/staging/.env",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/staging/.env",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/staging/.env",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/staging/.env",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/staging/.env",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/staging/.env",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/staging/.env",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/staging/.env",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/staging/.env",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/staging/.env",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/staging/.env",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/staging/.env",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/api/staging/.env",status="429"} 8.0548e-05 http_request_duration_seconds_count{method="GET",path="/api/staging/.env",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/stream/range",status="200",le="0.005"} 0 http_request_duration_seconds_bucket{method="GET",path="/api/stream/range",status="200",le="0.01"} 0 http_request_duration_seconds_bucket{method="GET",path="/api/stream/range",status="200",le="0.025"} 0 http_request_duration_seconds_bucket{method="GET",path="/api/stream/range",status="200",le="0.05"} 0 http_request_duration_seconds_bucket{method="GET",path="/api/stream/range",status="200",le="0.1"} 0 http_request_duration_seconds_bucket{method="GET",path="/api/stream/range",status="200",le="0.25"} 0 http_request_duration_seconds_bucket{method="GET",path="/api/stream/range",status="200",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/stream/range",status="200",le="1"} 5 http_request_duration_seconds_bucket{method="GET",path="/api/stream/range",status="200",le="2.5"} 6 http_request_duration_seconds_bucket{method="GET",path="/api/stream/range",status="200",le="5"} 6 http_request_duration_seconds_bucket{method="GET",path="/api/stream/range",status="200",le="10"} 6 http_request_duration_seconds_bucket{method="GET",path="/api/stream/range",status="200",le="+Inf"} 6 http_request_duration_seconds_sum{method="GET",path="/api/stream/range",status="200"} 4.04629611 http_request_duration_seconds_count{method="GET",path="/api/stream/range",status="200"} 6 http_request_duration_seconds_bucket{method="GET",path="/api/stream/range",status="206",le="0.005"} 0 http_request_duration_seconds_bucket{method="GET",path="/api/stream/range",status="206",le="0.01"} 0 http_request_duration_seconds_bucket{method="GET",path="/api/stream/range",status="206",le="0.025"} 0 http_request_duration_seconds_bucket{method="GET",path="/api/stream/range",status="206",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/stream/range",status="206",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/api/stream/range",status="206",le="0.25"} 20 http_request_duration_seconds_bucket{method="GET",path="/api/stream/range",status="206",le="0.5"} 33 http_request_duration_seconds_bucket{method="GET",path="/api/stream/range",status="206",le="1"} 42 http_request_duration_seconds_bucket{method="GET",path="/api/stream/range",status="206",le="2.5"} 48 http_request_duration_seconds_bucket{method="GET",path="/api/stream/range",status="206",le="5"} 49 http_request_duration_seconds_bucket{method="GET",path="/api/stream/range",status="206",le="10"} 49 http_request_duration_seconds_bucket{method="GET",path="/api/stream/range",status="206",le="+Inf"} 49 http_request_duration_seconds_sum{method="GET",path="/api/stream/range",status="206"} 27.828936646999992 http_request_duration_seconds_count{method="GET",path="/api/stream/range",status="206"} 49 http_request_duration_seconds_bucket{method="GET",path="/api/stream/range",status="404",le="0.005"} 0 http_request_duration_seconds_bucket{method="GET",path="/api/stream/range",status="404",le="0.01"} 0 http_request_duration_seconds_bucket{method="GET",path="/api/stream/range",status="404",le="0.025"} 0 http_request_duration_seconds_bucket{method="GET",path="/api/stream/range",status="404",le="0.05"} 0 http_request_duration_seconds_bucket{method="GET",path="/api/stream/range",status="404",le="0.1"} 0 http_request_duration_seconds_bucket{method="GET",path="/api/stream/range",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/stream/range",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/stream/range",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/stream/range",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/stream/range",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/stream/range",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/stream/range",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/api/stream/range",status="404"} 0.123867244 http_request_duration_seconds_count{method="GET",path="/api/stream/range",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/swagger.json",status="401",le="0.005"} 6 http_request_duration_seconds_bucket{method="GET",path="/api/swagger.json",status="401",le="0.01"} 6 http_request_duration_seconds_bucket{method="GET",path="/api/swagger.json",status="401",le="0.025"} 6 http_request_duration_seconds_bucket{method="GET",path="/api/swagger.json",status="401",le="0.05"} 6 http_request_duration_seconds_bucket{method="GET",path="/api/swagger.json",status="401",le="0.1"} 6 http_request_duration_seconds_bucket{method="GET",path="/api/swagger.json",status="401",le="0.25"} 6 http_request_duration_seconds_bucket{method="GET",path="/api/swagger.json",status="401",le="0.5"} 6 http_request_duration_seconds_bucket{method="GET",path="/api/swagger.json",status="401",le="1"} 6 http_request_duration_seconds_bucket{method="GET",path="/api/swagger.json",status="401",le="2.5"} 6 http_request_duration_seconds_bucket{method="GET",path="/api/swagger.json",status="401",le="5"} 6 http_request_duration_seconds_bucket{method="GET",path="/api/swagger.json",status="401",le="10"} 6 http_request_duration_seconds_bucket{method="GET",path="/api/swagger.json",status="401",le="+Inf"} 6 http_request_duration_seconds_sum{method="GET",path="/api/swagger.json",status="401"} 0.0008657380000000001 http_request_duration_seconds_count{method="GET",path="/api/swagger.json",status="401"} 6 http_request_duration_seconds_bucket{method="GET",path="/api/swagger.json",status="429",le="0.005"} 17 http_request_duration_seconds_bucket{method="GET",path="/api/swagger.json",status="429",le="0.01"} 17 http_request_duration_seconds_bucket{method="GET",path="/api/swagger.json",status="429",le="0.025"} 17 http_request_duration_seconds_bucket{method="GET",path="/api/swagger.json",status="429",le="0.05"} 17 http_request_duration_seconds_bucket{method="GET",path="/api/swagger.json",status="429",le="0.1"} 17 http_request_duration_seconds_bucket{method="GET",path="/api/swagger.json",status="429",le="0.25"} 17 http_request_duration_seconds_bucket{method="GET",path="/api/swagger.json",status="429",le="0.5"} 17 http_request_duration_seconds_bucket{method="GET",path="/api/swagger.json",status="429",le="1"} 17 http_request_duration_seconds_bucket{method="GET",path="/api/swagger.json",status="429",le="2.5"} 17 http_request_duration_seconds_bucket{method="GET",path="/api/swagger.json",status="429",le="5"} 17 http_request_duration_seconds_bucket{method="GET",path="/api/swagger.json",status="429",le="10"} 17 http_request_duration_seconds_bucket{method="GET",path="/api/swagger.json",status="429",le="+Inf"} 17 http_request_duration_seconds_sum{method="GET",path="/api/swagger.json",status="429"} 0.001076582 http_request_duration_seconds_count{method="GET",path="/api/swagger.json",status="429"} 17 http_request_duration_seconds_bucket{method="GET",path="/api/test",status="401",le="0.005"} 7 http_request_duration_seconds_bucket{method="GET",path="/api/test",status="401",le="0.01"} 7 http_request_duration_seconds_bucket{method="GET",path="/api/test",status="401",le="0.025"} 7 http_request_duration_seconds_bucket{method="GET",path="/api/test",status="401",le="0.05"} 7 http_request_duration_seconds_bucket{method="GET",path="/api/test",status="401",le="0.1"} 7 http_request_duration_seconds_bucket{method="GET",path="/api/test",status="401",le="0.25"} 7 http_request_duration_seconds_bucket{method="GET",path="/api/test",status="401",le="0.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/api/test",status="401",le="1"} 7 http_request_duration_seconds_bucket{method="GET",path="/api/test",status="401",le="2.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/api/test",status="401",le="5"} 7 http_request_duration_seconds_bucket{method="GET",path="/api/test",status="401",le="10"} 7 http_request_duration_seconds_bucket{method="GET",path="/api/test",status="401",le="+Inf"} 7 http_request_duration_seconds_sum{method="GET",path="/api/test",status="401"} 0.001075723 http_request_duration_seconds_count{method="GET",path="/api/test",status="401"} 7 http_request_duration_seconds_bucket{method="GET",path="/api/test/.env",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/test/.env",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/test/.env",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/test/.env",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/test/.env",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/test/.env",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/test/.env",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/test/.env",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/test/.env",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/test/.env",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/test/.env",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/test/.env",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/api/test/.env",status="429"} 0.000164103 http_request_duration_seconds_count{method="GET",path="/api/test/.env",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/user",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/user",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/user",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/user",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/user",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/user",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/user",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/user",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/user",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/user",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/user",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/user",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/api/user",status="429"} 0.00018635 http_request_duration_seconds_count{method="GET",path="/api/user",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/users/*",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/users/*",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/users/*",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/users/*",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/users/*",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/users/*",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/users/*",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/users/*",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/users/*",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/users/*",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/users/*",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/users/*",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/api/users/*",status="429"} 0.000214763 http_request_duration_seconds_count{method="GET",path="/api/users/*",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/utils.js",status="429",le="0.005"} 17 http_request_duration_seconds_bucket{method="GET",path="/api/utils.js",status="429",le="0.01"} 17 http_request_duration_seconds_bucket{method="GET",path="/api/utils.js",status="429",le="0.025"} 17 http_request_duration_seconds_bucket{method="GET",path="/api/utils.js",status="429",le="0.05"} 17 http_request_duration_seconds_bucket{method="GET",path="/api/utils.js",status="429",le="0.1"} 17 http_request_duration_seconds_bucket{method="GET",path="/api/utils.js",status="429",le="0.25"} 17 http_request_duration_seconds_bucket{method="GET",path="/api/utils.js",status="429",le="0.5"} 17 http_request_duration_seconds_bucket{method="GET",path="/api/utils.js",status="429",le="1"} 17 http_request_duration_seconds_bucket{method="GET",path="/api/utils.js",status="429",le="2.5"} 17 http_request_duration_seconds_bucket{method="GET",path="/api/utils.js",status="429",le="5"} 17 http_request_duration_seconds_bucket{method="GET",path="/api/utils.js",status="429",le="10"} 17 http_request_duration_seconds_bucket{method="GET",path="/api/utils.js",status="429",le="+Inf"} 17 http_request_duration_seconds_sum{method="GET",path="/api/utils.js",status="429"} 0.0011703479999999999 http_request_duration_seconds_count{method="GET",path="/api/utils.js",status="429"} 17 http_request_duration_seconds_bucket{method="GET",path="/api/v1/*",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/v1/*",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/v1/*",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/v1/*",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/v1/*",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/v1/*",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/v1/*",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/v1/*",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/v1/*",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/v1/*",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/v1/*",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/v1/*",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/api/v1/*",status="429"} 0.000219616 http_request_duration_seconds_count{method="GET",path="/api/v1/*",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/v1/.env",status="401",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/v1/.env",status="401",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/v1/.env",status="401",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/v1/.env",status="401",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/v1/.env",status="401",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/v1/.env",status="401",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/v1/.env",status="401",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/v1/.env",status="401",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/v1/.env",status="401",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/v1/.env",status="401",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/v1/.env",status="401",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/v1/.env",status="401",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/api/v1/.env",status="401"} 0.000393922 http_request_duration_seconds_count{method="GET",path="/api/v1/.env",status="401"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/v1/.env",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/v1/.env",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/v1/.env",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/v1/.env",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/v1/.env",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/v1/.env",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/v1/.env",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/v1/.env",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/v1/.env",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/v1/.env",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/v1/.env",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/v1/.env",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/api/v1/.env",status="429"} 0.00020093 http_request_duration_seconds_count{method="GET",path="/api/v1/.env",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/v1/config",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v1/config",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v1/config",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v1/config",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v1/config",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v1/config",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v1/config",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v1/config",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v1/config",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v1/config",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v1/config",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v1/config",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/api/v1/config",status="429"} 6.0612e-05 http_request_duration_seconds_count{method="GET",path="/api/v1/config",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v1/credentials",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/v1/credentials",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/v1/credentials",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/v1/credentials",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/v1/credentials",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/v1/credentials",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/v1/credentials",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/v1/credentials",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/v1/credentials",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/v1/credentials",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/v1/credentials",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/v1/credentials",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/api/v1/credentials",status="429"} 0.000190468 http_request_duration_seconds_count{method="GET",path="/api/v1/credentials",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/v1/env",status="401",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v1/env",status="401",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v1/env",status="401",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v1/env",status="401",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v1/env",status="401",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v1/env",status="401",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v1/env",status="401",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v1/env",status="401",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v1/env",status="401",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v1/env",status="401",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v1/env",status="401",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v1/env",status="401",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/api/v1/env",status="401"} 0.000131579 http_request_duration_seconds_count{method="GET",path="/api/v1/env",status="401"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v1/executions",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/v1/executions",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/v1/executions",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/v1/executions",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/v1/executions",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/v1/executions",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/v1/executions",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/v1/executions",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/v1/executions",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/v1/executions",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/v1/executions",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/v1/executions",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/api/v1/executions",status="429"} 0.00016820099999999998 http_request_duration_seconds_count{method="GET",path="/api/v1/executions",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/v1/phpinfo.php",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/v1/phpinfo.php",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/v1/phpinfo.php",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/v1/phpinfo.php",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/v1/phpinfo.php",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/v1/phpinfo.php",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/v1/phpinfo.php",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/v1/phpinfo.php",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/v1/phpinfo.php",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/v1/phpinfo.php",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/v1/phpinfo.php",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/v1/phpinfo.php",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/api/v1/phpinfo.php",status="429"} 0.000138596 http_request_duration_seconds_count{method="GET",path="/api/v1/phpinfo.php",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/v1/settings",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v1/settings",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v1/settings",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v1/settings",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v1/settings",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v1/settings",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v1/settings",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v1/settings",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v1/settings",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v1/settings",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v1/settings",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v1/settings",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/api/v1/settings",status="429"} 8.3812e-05 http_request_duration_seconds_count{method="GET",path="/api/v1/settings",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v1/workflows",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/v1/workflows",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/v1/workflows",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/v1/workflows",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/v1/workflows",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/v1/workflows",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/v1/workflows",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/v1/workflows",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/v1/workflows",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/v1/workflows",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/v1/workflows",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/v1/workflows",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/api/v1/workflows",status="429"} 0.00021765 http_request_duration_seconds_count{method="GET",path="/api/v1/workflows",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/v2/.env",status="401",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/v2/.env",status="401",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/v2/.env",status="401",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/v2/.env",status="401",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/v2/.env",status="401",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/v2/.env",status="401",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/v2/.env",status="401",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/v2/.env",status="401",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/v2/.env",status="401",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/v2/.env",status="401",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/v2/.env",status="401",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/v2/.env",status="401",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/api/v2/.env",status="401"} 0.00027912499999999997 http_request_duration_seconds_count{method="GET",path="/api/v2/.env",status="401"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/v2/.env",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/v2/.env",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/v2/.env",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/v2/.env",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/v2/.env",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/v2/.env",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/v2/.env",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/v2/.env",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/v2/.env",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/v2/.env",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/v2/.env",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/v2/.env",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/api/v2/.env",status="429"} 0.000165014 http_request_duration_seconds_count{method="GET",path="/api/v2/.env",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/v2/config",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v2/config",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v2/config",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v2/config",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v2/config",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v2/config",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v2/config",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v2/config",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v2/config",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v2/config",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v2/config",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v2/config",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/api/v2/config",status="429"} 0.000243411 http_request_duration_seconds_count{method="GET",path="/api/v2/config",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v2/phpinfo.php",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/v2/phpinfo.php",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/v2/phpinfo.php",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/v2/phpinfo.php",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/v2/phpinfo.php",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/v2/phpinfo.php",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/v2/phpinfo.php",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/v2/phpinfo.php",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/v2/phpinfo.php",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/v2/phpinfo.php",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/v2/phpinfo.php",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/v2/phpinfo.php",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/api/v2/phpinfo.php",status="429"} 0.000161893 http_request_duration_seconds_count{method="GET",path="/api/v2/phpinfo.php",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/v2/settings",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v2/settings",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v2/settings",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v2/settings",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v2/settings",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v2/settings",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v2/settings",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v2/settings",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v2/settings",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v2/settings",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v2/settings",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v2/settings",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/api/v2/settings",status="429"} 6.8944e-05 http_request_duration_seconds_count{method="GET",path="/api/v2/settings",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v3/.env",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v3/.env",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v3/.env",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v3/.env",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v3/.env",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v3/.env",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v3/.env",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v3/.env",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v3/.env",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v3/.env",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v3/.env",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v3/.env",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/api/v3/.env",status="429"} 8.8186e-05 http_request_duration_seconds_count{method="GET",path="/api/v3/.env",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/webhook/*",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/webhook/*",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/webhook/*",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/webhook/*",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/webhook/*",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/webhook/*",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/webhook/*",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/webhook/*",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/webhook/*",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/webhook/*",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/webhook/*",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/webhook/*",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/api/webhook/*",status="429"} 0.000161398 http_request_duration_seconds_count{method="GET",path="/api/webhook/*",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/apis.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/apis.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/apis.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/apis.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/apis.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/apis.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/apis.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/apis.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/apis.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/apis.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/apis.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/apis.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/apis.zip",status="429"} 4.8244e-05 http_request_duration_seconds_count{method="GET",path="/apis.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/apis/.env",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/apis/.env",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/apis/.env",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/apis/.env",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/apis/.env",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/apis/.env",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/apis/.env",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/apis/.env",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/apis/.env",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/apis/.env",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/apis/.env",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/apis/.env",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/apis/.env",status="429"} 0.000200079 http_request_duration_seconds_count{method="GET",path="/apis/.env",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/apis/config/config.js",status="404",le="0.005"} 9 http_request_duration_seconds_bucket{method="GET",path="/apis/config/config.js",status="404",le="0.01"} 9 http_request_duration_seconds_bucket{method="GET",path="/apis/config/config.js",status="404",le="0.025"} 9 http_request_duration_seconds_bucket{method="GET",path="/apis/config/config.js",status="404",le="0.05"} 9 http_request_duration_seconds_bucket{method="GET",path="/apis/config/config.js",status="404",le="0.1"} 9 http_request_duration_seconds_bucket{method="GET",path="/apis/config/config.js",status="404",le="0.25"} 9 http_request_duration_seconds_bucket{method="GET",path="/apis/config/config.js",status="404",le="0.5"} 9 http_request_duration_seconds_bucket{method="GET",path="/apis/config/config.js",status="404",le="1"} 9 http_request_duration_seconds_bucket{method="GET",path="/apis/config/config.js",status="404",le="2.5"} 9 http_request_duration_seconds_bucket{method="GET",path="/apis/config/config.js",status="404",le="5"} 9 http_request_duration_seconds_bucket{method="GET",path="/apis/config/config.js",status="404",le="10"} 9 http_request_duration_seconds_bucket{method="GET",path="/apis/config/config.js",status="404",le="+Inf"} 9 http_request_duration_seconds_sum{method="GET",path="/apis/config/config.js",status="404"} 0.00115864 http_request_duration_seconds_count{method="GET",path="/apis/config/config.js",status="404"} 9 http_request_duration_seconds_bucket{method="GET",path="/apis/config/config.js",status="429",le="0.005"} 14 http_request_duration_seconds_bucket{method="GET",path="/apis/config/config.js",status="429",le="0.01"} 14 http_request_duration_seconds_bucket{method="GET",path="/apis/config/config.js",status="429",le="0.025"} 14 http_request_duration_seconds_bucket{method="GET",path="/apis/config/config.js",status="429",le="0.05"} 14 http_request_duration_seconds_bucket{method="GET",path="/apis/config/config.js",status="429",le="0.1"} 14 http_request_duration_seconds_bucket{method="GET",path="/apis/config/config.js",status="429",le="0.25"} 14 http_request_duration_seconds_bucket{method="GET",path="/apis/config/config.js",status="429",le="0.5"} 14 http_request_duration_seconds_bucket{method="GET",path="/apis/config/config.js",status="429",le="1"} 14 http_request_duration_seconds_bucket{method="GET",path="/apis/config/config.js",status="429",le="2.5"} 14 http_request_duration_seconds_bucket{method="GET",path="/apis/config/config.js",status="429",le="5"} 14 http_request_duration_seconds_bucket{method="GET",path="/apis/config/config.js",status="429",le="10"} 14 http_request_duration_seconds_bucket{method="GET",path="/apis/config/config.js",status="429",le="+Inf"} 14 http_request_duration_seconds_sum{method="GET",path="/apis/config/config.js",status="429"} 0.001036183 http_request_duration_seconds_count{method="GET",path="/apis/config/config.js",status="429"} 14 http_request_duration_seconds_bucket{method="GET",path="/apis/controllers/users.js",status="404",le="0.005"} 7 http_request_duration_seconds_bucket{method="GET",path="/apis/controllers/users.js",status="404",le="0.01"} 7 http_request_duration_seconds_bucket{method="GET",path="/apis/controllers/users.js",status="404",le="0.025"} 7 http_request_duration_seconds_bucket{method="GET",path="/apis/controllers/users.js",status="404",le="0.05"} 7 http_request_duration_seconds_bucket{method="GET",path="/apis/controllers/users.js",status="404",le="0.1"} 7 http_request_duration_seconds_bucket{method="GET",path="/apis/controllers/users.js",status="404",le="0.25"} 7 http_request_duration_seconds_bucket{method="GET",path="/apis/controllers/users.js",status="404",le="0.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/apis/controllers/users.js",status="404",le="1"} 7 http_request_duration_seconds_bucket{method="GET",path="/apis/controllers/users.js",status="404",le="2.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/apis/controllers/users.js",status="404",le="5"} 7 http_request_duration_seconds_bucket{method="GET",path="/apis/controllers/users.js",status="404",le="10"} 7 http_request_duration_seconds_bucket{method="GET",path="/apis/controllers/users.js",status="404",le="+Inf"} 7 http_request_duration_seconds_sum{method="GET",path="/apis/controllers/users.js",status="404"} 0.000947448 http_request_duration_seconds_count{method="GET",path="/apis/controllers/users.js",status="404"} 7 http_request_duration_seconds_bucket{method="GET",path="/apis/controllers/users.js",status="429",le="0.005"} 17 http_request_duration_seconds_bucket{method="GET",path="/apis/controllers/users.js",status="429",le="0.01"} 17 http_request_duration_seconds_bucket{method="GET",path="/apis/controllers/users.js",status="429",le="0.025"} 17 http_request_duration_seconds_bucket{method="GET",path="/apis/controllers/users.js",status="429",le="0.05"} 17 http_request_duration_seconds_bucket{method="GET",path="/apis/controllers/users.js",status="429",le="0.1"} 17 http_request_duration_seconds_bucket{method="GET",path="/apis/controllers/users.js",status="429",le="0.25"} 17 http_request_duration_seconds_bucket{method="GET",path="/apis/controllers/users.js",status="429",le="0.5"} 17 http_request_duration_seconds_bucket{method="GET",path="/apis/controllers/users.js",status="429",le="1"} 17 http_request_duration_seconds_bucket{method="GET",path="/apis/controllers/users.js",status="429",le="2.5"} 17 http_request_duration_seconds_bucket{method="GET",path="/apis/controllers/users.js",status="429",le="5"} 17 http_request_duration_seconds_bucket{method="GET",path="/apis/controllers/users.js",status="429",le="10"} 17 http_request_duration_seconds_bucket{method="GET",path="/apis/controllers/users.js",status="429",le="+Inf"} 17 http_request_duration_seconds_sum{method="GET",path="/apis/controllers/users.js",status="429"} 0.001414739 http_request_duration_seconds_count{method="GET",path="/apis/controllers/users.js",status="429"} 17 http_request_duration_seconds_bucket{method="GET",path="/apis/index.js",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/apis/index.js",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/apis/index.js",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/apis/index.js",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/apis/index.js",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/apis/index.js",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/apis/index.js",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/apis/index.js",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/apis/index.js",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/apis/index.js",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/apis/index.js",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/apis/index.js",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/apis/index.js",status="404"} 0.000169558 http_request_duration_seconds_count{method="GET",path="/apis/index.js",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/apis/index.js",status="429",le="0.005"} 18 http_request_duration_seconds_bucket{method="GET",path="/apis/index.js",status="429",le="0.01"} 18 http_request_duration_seconds_bucket{method="GET",path="/apis/index.js",status="429",le="0.025"} 18 http_request_duration_seconds_bucket{method="GET",path="/apis/index.js",status="429",le="0.05"} 18 http_request_duration_seconds_bucket{method="GET",path="/apis/index.js",status="429",le="0.1"} 18 http_request_duration_seconds_bucket{method="GET",path="/apis/index.js",status="429",le="0.25"} 18 http_request_duration_seconds_bucket{method="GET",path="/apis/index.js",status="429",le="0.5"} 18 http_request_duration_seconds_bucket{method="GET",path="/apis/index.js",status="429",le="1"} 18 http_request_duration_seconds_bucket{method="GET",path="/apis/index.js",status="429",le="2.5"} 18 http_request_duration_seconds_bucket{method="GET",path="/apis/index.js",status="429",le="5"} 18 http_request_duration_seconds_bucket{method="GET",path="/apis/index.js",status="429",le="10"} 18 http_request_duration_seconds_bucket{method="GET",path="/apis/index.js",status="429",le="+Inf"} 18 http_request_duration_seconds_sum{method="GET",path="/apis/index.js",status="429"} 0.001541454 http_request_duration_seconds_count{method="GET",path="/apis/index.js",status="429"} 18 http_request_duration_seconds_bucket{method="GET",path="/apis/phpinfo.php",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/apis/phpinfo.php",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/apis/phpinfo.php",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/apis/phpinfo.php",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/apis/phpinfo.php",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/apis/phpinfo.php",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/apis/phpinfo.php",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/apis/phpinfo.php",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/apis/phpinfo.php",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/apis/phpinfo.php",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/apis/phpinfo.php",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/apis/phpinfo.php",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/apis/phpinfo.php",status="429"} 9.8555e-05 http_request_duration_seconds_count{method="GET",path="/apis/phpinfo.php",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/app-config.json",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/app-config.json",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/app-config.json",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/app-config.json",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/app-config.json",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/app-config.json",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/app-config.json",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/app-config.json",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/app-config.json",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/app-config.json",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/app-config.json",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/app-config.json",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/app-config.json",status="404"} 0.00021174699999999998 http_request_duration_seconds_count{method="GET",path="/app-config.json",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/app-config.json",status="429",le="0.005"} 17 http_request_duration_seconds_bucket{method="GET",path="/app-config.json",status="429",le="0.01"} 17 http_request_duration_seconds_bucket{method="GET",path="/app-config.json",status="429",le="0.025"} 17 http_request_duration_seconds_bucket{method="GET",path="/app-config.json",status="429",le="0.05"} 17 http_request_duration_seconds_bucket{method="GET",path="/app-config.json",status="429",le="0.1"} 17 http_request_duration_seconds_bucket{method="GET",path="/app-config.json",status="429",le="0.25"} 17 http_request_duration_seconds_bucket{method="GET",path="/app-config.json",status="429",le="0.5"} 17 http_request_duration_seconds_bucket{method="GET",path="/app-config.json",status="429",le="1"} 17 http_request_duration_seconds_bucket{method="GET",path="/app-config.json",status="429",le="2.5"} 17 http_request_duration_seconds_bucket{method="GET",path="/app-config.json",status="429",le="5"} 17 http_request_duration_seconds_bucket{method="GET",path="/app-config.json",status="429",le="10"} 17 http_request_duration_seconds_bucket{method="GET",path="/app-config.json",status="429",le="+Inf"} 17 http_request_duration_seconds_sum{method="GET",path="/app-config.json",status="429"} 0.001339523 http_request_duration_seconds_count{method="GET",path="/app-config.json",status="429"} 17 http_request_duration_seconds_bucket{method="GET",path="/app.7z",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/app.7z",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/app.7z",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/app.7z",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/app.7z",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/app.7z",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/app.7z",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/app.7z",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/app.7z",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/app.7z",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/app.7z",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/app.7z",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/app.7z",status="404"} 0.000134877 http_request_duration_seconds_count{method="GET",path="/app.7z",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/app.bz2",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/app.bz2",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/app.bz2",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/app.bz2",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/app.bz2",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/app.bz2",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/app.bz2",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/app.bz2",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/app.bz2",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/app.bz2",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/app.bz2",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/app.bz2",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/app.bz2",status="404"} 0.000127639 http_request_duration_seconds_count{method="GET",path="/app.bz2",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/app.gz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/app.gz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/app.gz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/app.gz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/app.gz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/app.gz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/app.gz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/app.gz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/app.gz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/app.gz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/app.gz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/app.gz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/app.gz",status="404"} 0.000130175 http_request_duration_seconds_count{method="GET",path="/app.gz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/app.js",status="404",le="0.005"} 7 http_request_duration_seconds_bucket{method="GET",path="/app.js",status="404",le="0.01"} 7 http_request_duration_seconds_bucket{method="GET",path="/app.js",status="404",le="0.025"} 7 http_request_duration_seconds_bucket{method="GET",path="/app.js",status="404",le="0.05"} 7 http_request_duration_seconds_bucket{method="GET",path="/app.js",status="404",le="0.1"} 7 http_request_duration_seconds_bucket{method="GET",path="/app.js",status="404",le="0.25"} 7 http_request_duration_seconds_bucket{method="GET",path="/app.js",status="404",le="0.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/app.js",status="404",le="1"} 7 http_request_duration_seconds_bucket{method="GET",path="/app.js",status="404",le="2.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/app.js",status="404",le="5"} 7 http_request_duration_seconds_bucket{method="GET",path="/app.js",status="404",le="10"} 7 http_request_duration_seconds_bucket{method="GET",path="/app.js",status="404",le="+Inf"} 7 http_request_duration_seconds_sum{method="GET",path="/app.js",status="404"} 0.0011850200000000002 http_request_duration_seconds_count{method="GET",path="/app.js",status="404"} 7 http_request_duration_seconds_bucket{method="GET",path="/app.js",status="429",le="0.005"} 19 http_request_duration_seconds_bucket{method="GET",path="/app.js",status="429",le="0.01"} 19 http_request_duration_seconds_bucket{method="GET",path="/app.js",status="429",le="0.025"} 19 http_request_duration_seconds_bucket{method="GET",path="/app.js",status="429",le="0.05"} 19 http_request_duration_seconds_bucket{method="GET",path="/app.js",status="429",le="0.1"} 19 http_request_duration_seconds_bucket{method="GET",path="/app.js",status="429",le="0.25"} 19 http_request_duration_seconds_bucket{method="GET",path="/app.js",status="429",le="0.5"} 19 http_request_duration_seconds_bucket{method="GET",path="/app.js",status="429",le="1"} 19 http_request_duration_seconds_bucket{method="GET",path="/app.js",status="429",le="2.5"} 19 http_request_duration_seconds_bucket{method="GET",path="/app.js",status="429",le="5"} 19 http_request_duration_seconds_bucket{method="GET",path="/app.js",status="429",le="10"} 19 http_request_duration_seconds_bucket{method="GET",path="/app.js",status="429",le="+Inf"} 19 http_request_duration_seconds_sum{method="GET",path="/app.js",status="429"} 0.0016260600000000004 http_request_duration_seconds_count{method="GET",path="/app.js",status="429"} 19 http_request_duration_seconds_bucket{method="GET",path="/app.js.map",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/app.js.map",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/app.js.map",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/app.js.map",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/app.js.map",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/app.js.map",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/app.js.map",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/app.js.map",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/app.js.map",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/app.js.map",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/app.js.map",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/app.js.map",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/app.js.map",status="404"} 0.000342907 http_request_duration_seconds_count{method="GET",path="/app.js.map",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/app.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/app.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/app.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/app.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/app.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/app.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/app.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/app.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/app.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/app.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/app.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/app.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/app.php",status="404"} 0.000293104 http_request_duration_seconds_count{method="GET",path="/app.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/app.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/app.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/app.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/app.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/app.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/app.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/app.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/app.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/app.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/app.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/app.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/app.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/app.php",status="429"} 0.000151131 http_request_duration_seconds_count{method="GET",path="/app.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/app.py",status="404",le="0.005"} 7 http_request_duration_seconds_bucket{method="GET",path="/app.py",status="404",le="0.01"} 7 http_request_duration_seconds_bucket{method="GET",path="/app.py",status="404",le="0.025"} 7 http_request_duration_seconds_bucket{method="GET",path="/app.py",status="404",le="0.05"} 7 http_request_duration_seconds_bucket{method="GET",path="/app.py",status="404",le="0.1"} 7 http_request_duration_seconds_bucket{method="GET",path="/app.py",status="404",le="0.25"} 7 http_request_duration_seconds_bucket{method="GET",path="/app.py",status="404",le="0.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/app.py",status="404",le="1"} 7 http_request_duration_seconds_bucket{method="GET",path="/app.py",status="404",le="2.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/app.py",status="404",le="5"} 7 http_request_duration_seconds_bucket{method="GET",path="/app.py",status="404",le="10"} 7 http_request_duration_seconds_bucket{method="GET",path="/app.py",status="404",le="+Inf"} 7 http_request_duration_seconds_sum{method="GET",path="/app.py",status="404"} 0.0009695849999999999 http_request_duration_seconds_count{method="GET",path="/app.py",status="404"} 7 http_request_duration_seconds_bucket{method="GET",path="/app.py",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/app.py",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/app.py",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/app.py",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/app.py",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/app.py",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/app.py",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/app.py",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/app.py",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/app.py",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/app.py",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/app.py",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/app.py",status="429"} 0.00017737500000000002 http_request_duration_seconds_count{method="GET",path="/app.py",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/app.rar",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/app.rar",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/app.rar",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/app.rar",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/app.rar",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/app.rar",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/app.rar",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/app.rar",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/app.rar",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/app.rar",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/app.rar",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/app.rar",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/app.rar",status="404"} 0.000138846 http_request_duration_seconds_count{method="GET",path="/app.rar",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/app.sql",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/app.sql",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/app.sql",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/app.sql",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/app.sql",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/app.sql",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/app.sql",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/app.sql",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/app.sql",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/app.sql",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/app.sql",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/app.sql",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/app.sql",status="404"} 0.000154148 http_request_duration_seconds_count{method="GET",path="/app.sql",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/app.sql.bz2",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/app.sql.bz2",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/app.sql.bz2",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/app.sql.bz2",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/app.sql.bz2",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/app.sql.bz2",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/app.sql.bz2",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/app.sql.bz2",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/app.sql.bz2",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/app.sql.bz2",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/app.sql.bz2",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/app.sql.bz2",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/app.sql.bz2",status="404"} 0.000140385 http_request_duration_seconds_count{method="GET",path="/app.sql.bz2",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/app.sql.gz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/app.sql.gz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/app.sql.gz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/app.sql.gz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/app.sql.gz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/app.sql.gz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/app.sql.gz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/app.sql.gz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/app.sql.gz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/app.sql.gz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/app.sql.gz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/app.sql.gz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/app.sql.gz",status="404"} 0.000133835 http_request_duration_seconds_count{method="GET",path="/app.sql.gz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/app.tar",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/app.tar",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/app.tar",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/app.tar",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/app.tar",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/app.tar",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/app.tar",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/app.tar",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/app.tar",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/app.tar",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/app.tar",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/app.tar",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/app.tar",status="404"} 0.00013196 http_request_duration_seconds_count{method="GET",path="/app.tar",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/app.tar.bz2",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/app.tar.bz2",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/app.tar.bz2",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/app.tar.bz2",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/app.tar.bz2",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/app.tar.bz2",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/app.tar.bz2",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/app.tar.bz2",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/app.tar.bz2",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/app.tar.bz2",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/app.tar.bz2",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/app.tar.bz2",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/app.tar.bz2",status="404"} 0.000130474 http_request_duration_seconds_count{method="GET",path="/app.tar.bz2",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/app.tar.gz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/app.tar.gz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/app.tar.gz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/app.tar.gz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/app.tar.gz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/app.tar.gz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/app.tar.gz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/app.tar.gz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/app.tar.gz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/app.tar.gz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/app.tar.gz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/app.tar.gz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/app.tar.gz",status="404"} 0.000141172 http_request_duration_seconds_count{method="GET",path="/app.tar.gz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/app.tar.xz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/app.tar.xz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/app.tar.xz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/app.tar.xz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/app.tar.xz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/app.tar.xz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/app.tar.xz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/app.tar.xz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/app.tar.xz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/app.tar.xz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/app.tar.xz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/app.tar.xz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/app.tar.xz",status="404"} 0.00014845 http_request_duration_seconds_count{method="GET",path="/app.tar.xz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/app.tgz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/app.tgz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/app.tgz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/app.tgz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/app.tgz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/app.tgz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/app.tgz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/app.tgz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/app.tgz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/app.tgz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/app.tgz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/app.tgz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/app.tgz",status="404"} 0.000133402 http_request_duration_seconds_count{method="GET",path="/app.tgz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/app.toml",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/app.toml",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/app.toml",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/app.toml",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/app.toml",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/app.toml",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/app.toml",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/app.toml",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/app.toml",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/app.toml",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/app.toml",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/app.toml",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/app.toml",status="429"} 0.00019783300000000001 http_request_duration_seconds_count{method="GET",path="/app.toml",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/app.yaml",status="429",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/app.yaml",status="429",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/app.yaml",status="429",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/app.yaml",status="429",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/app.yaml",status="429",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/app.yaml",status="429",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/app.yaml",status="429",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/app.yaml",status="429",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/app.yaml",status="429",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/app.yaml",status="429",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/app.yaml",status="429",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/app.yaml",status="429",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/app.yaml",status="429"} 0.000392131 http_request_duration_seconds_count{method="GET",path="/app.yaml",status="429"} 4 http_request_duration_seconds_bucket{method="GET",path="/app.yml",status="429",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/app.yml",status="429",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/app.yml",status="429",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/app.yml",status="429",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/app.yml",status="429",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/app.yml",status="429",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/app.yml",status="429",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/app.yml",status="429",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/app.yml",status="429",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/app.yml",status="429",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/app.yml",status="429",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/app.yml",status="429",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/app.yml",status="429"} 0.00041388899999999997 http_request_duration_seconds_count{method="GET",path="/app.yml",status="429"} 4 http_request_duration_seconds_bucket{method="GET",path="/app.zip",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/app.zip",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/app.zip",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/app.zip",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/app.zip",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/app.zip",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/app.zip",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/app.zip",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/app.zip",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/app.zip",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/app.zip",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/app.zip",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/app.zip",status="404"} 0.000148201 http_request_duration_seconds_count{method="GET",path="/app.zip",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/app.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/app.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/app.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/app.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/app.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/app.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/app.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/app.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/app.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/app.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/app.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/app.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/app.zip",status="429"} 2.6959e-05 http_request_duration_seconds_count{method="GET",path="/app.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/app.zst",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/app.zst",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/app.zst",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/app.zst",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/app.zst",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/app.zst",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/app.zst",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/app.zst",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/app.zst",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/app.zst",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/app.zst",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/app.zst",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/app.zst",status="404"} 0.000138827 http_request_duration_seconds_count{method="GET",path="/app.zst",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/*",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/app/*",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/app/*",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/app/*",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/app/*",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/app/*",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/app/*",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/app/*",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/app/*",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/app/*",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/app/*",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/app/*",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/app/*",status="429"} 0.000205816 http_request_duration_seconds_count{method="GET",path="/app/*",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/app/.env",status="404",le="0.005"} 15 http_request_duration_seconds_bucket{method="GET",path="/app/.env",status="404",le="0.01"} 15 http_request_duration_seconds_bucket{method="GET",path="/app/.env",status="404",le="0.025"} 15 http_request_duration_seconds_bucket{method="GET",path="/app/.env",status="404",le="0.05"} 15 http_request_duration_seconds_bucket{method="GET",path="/app/.env",status="404",le="0.1"} 15 http_request_duration_seconds_bucket{method="GET",path="/app/.env",status="404",le="0.25"} 15 http_request_duration_seconds_bucket{method="GET",path="/app/.env",status="404",le="0.5"} 15 http_request_duration_seconds_bucket{method="GET",path="/app/.env",status="404",le="1"} 15 http_request_duration_seconds_bucket{method="GET",path="/app/.env",status="404",le="2.5"} 15 http_request_duration_seconds_bucket{method="GET",path="/app/.env",status="404",le="5"} 15 http_request_duration_seconds_bucket{method="GET",path="/app/.env",status="404",le="10"} 15 http_request_duration_seconds_bucket{method="GET",path="/app/.env",status="404",le="+Inf"} 15 http_request_duration_seconds_sum{method="GET",path="/app/.env",status="404"} 0.002573067 http_request_duration_seconds_count{method="GET",path="/app/.env",status="404"} 15 http_request_duration_seconds_bucket{method="GET",path="/app/.env",status="429",le="0.005"} 9 http_request_duration_seconds_bucket{method="GET",path="/app/.env",status="429",le="0.01"} 9 http_request_duration_seconds_bucket{method="GET",path="/app/.env",status="429",le="0.025"} 9 http_request_duration_seconds_bucket{method="GET",path="/app/.env",status="429",le="0.05"} 9 http_request_duration_seconds_bucket{method="GET",path="/app/.env",status="429",le="0.1"} 9 http_request_duration_seconds_bucket{method="GET",path="/app/.env",status="429",le="0.25"} 9 http_request_duration_seconds_bucket{method="GET",path="/app/.env",status="429",le="0.5"} 9 http_request_duration_seconds_bucket{method="GET",path="/app/.env",status="429",le="1"} 9 http_request_duration_seconds_bucket{method="GET",path="/app/.env",status="429",le="2.5"} 9 http_request_duration_seconds_bucket{method="GET",path="/app/.env",status="429",le="5"} 9 http_request_duration_seconds_bucket{method="GET",path="/app/.env",status="429",le="10"} 9 http_request_duration_seconds_bucket{method="GET",path="/app/.env",status="429",le="+Inf"} 9 http_request_duration_seconds_sum{method="GET",path="/app/.env",status="429"} 0.0007722670000000001 http_request_duration_seconds_count{method="GET",path="/app/.env",status="429"} 9 http_request_duration_seconds_bucket{method="GET",path="/app/.env.local",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/app/.env.local",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/app/.env.local",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/app/.env.local",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/app/.env.local",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/app/.env.local",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/app/.env.local",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/app/.env.local",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/app/.env.local",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/app/.env.local",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/app/.env.local",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/app/.env.local",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/app/.env.local",status="429"} 0.00017604 http_request_duration_seconds_count{method="GET",path="/app/.env.local",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/app/.env.production",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/app/.env.production",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/app/.env.production",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/app/.env.production",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/app/.env.production",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/app/.env.production",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/app/.env.production",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/app/.env.production",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/app/.env.production",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/app/.env.production",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/app/.env.production",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/app/.env.production",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/app/.env.production",status="429"} 0.000211869 http_request_duration_seconds_count{method="GET",path="/app/.env.production",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/app/.environment",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/app/.environment",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/app/.environment",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/app/.environment",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/app/.environment",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/app/.environment",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/app/.environment",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/app/.environment",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/app/.environment",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/app/.environment",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/app/.environment",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/app/.environment",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/app/.environment",status="429"} 0.00010126200000000001 http_request_duration_seconds_count{method="GET",path="/app/.environment",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/app/.git/config",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/app/.git/config",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/app/.git/config",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/app/.git/config",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/app/.git/config",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/app/.git/config",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/app/.git/config",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/app/.git/config",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/app/.git/config",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/app/.git/config",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/app/.git/config",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/app/.git/config",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/app/.git/config",status="404"} 0.000562584 http_request_duration_seconds_count{method="GET",path="/app/.git/config",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/app/.git/config",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/.git/config",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/.git/config",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/.git/config",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/.git/config",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/.git/config",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/.git/config",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/.git/config",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/.git/config",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/.git/config",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/.git/config",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/.git/config",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/app/.git/config",status="429"} 8.8193e-05 http_request_duration_seconds_count{method="GET",path="/app/.git/config",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/.secrets",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/.secrets",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/.secrets",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/.secrets",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/.secrets",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/.secrets",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/.secrets",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/.secrets",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/.secrets",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/.secrets",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/.secrets",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/.secrets",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/app/.secrets",status="404"} 0.000121864 http_request_duration_seconds_count{method="GET",path="/app/.secrets",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/.secrets",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/.secrets",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/.secrets",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/.secrets",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/.secrets",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/.secrets",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/.secrets",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/.secrets",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/.secrets",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/.secrets",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/.secrets",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/.secrets",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/app/.secrets",status="429"} 0.000109744 http_request_duration_seconds_count{method="GET",path="/app/.secrets",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/.terraform/terraform.tfstate",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/app/.terraform/terraform.tfstate",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/app/.terraform/terraform.tfstate",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/app/.terraform/terraform.tfstate",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/app/.terraform/terraform.tfstate",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/app/.terraform/terraform.tfstate",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/app/.terraform/terraform.tfstate",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/app/.terraform/terraform.tfstate",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/app/.terraform/terraform.tfstate",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/app/.terraform/terraform.tfstate",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/app/.terraform/terraform.tfstate",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/app/.terraform/terraform.tfstate",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/app/.terraform/terraform.tfstate",status="429"} 0.000169816 http_request_duration_seconds_count{method="GET",path="/app/.terraform/terraform.tfstate",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/app/amplify.yaml",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/app/amplify.yaml",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/app/amplify.yaml",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/app/amplify.yaml",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/app/amplify.yaml",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/app/amplify.yaml",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/app/amplify.yaml",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/app/amplify.yaml",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/app/amplify.yaml",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/app/amplify.yaml",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/app/amplify.yaml",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/app/amplify.yaml",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/app/amplify.yaml",status="429"} 0.00015014799999999999 http_request_duration_seconds_count{method="GET",path="/app/amplify.yaml",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/app/amplify.yml",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/app/amplify.yml",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/app/amplify.yml",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/app/amplify.yml",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/app/amplify.yml",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/app/amplify.yml",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/app/amplify.yml",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/app/amplify.yml",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/app/amplify.yml",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/app/amplify.yml",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/app/amplify.yml",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/app/amplify.yml",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/app/amplify.yml",status="429"} 0.00023878700000000002 http_request_duration_seconds_count{method="GET",path="/app/amplify.yml",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/app/aws-config.ts",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/aws-config.ts",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/aws-config.ts",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/aws-config.ts",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/aws-config.ts",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/aws-config.ts",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/aws-config.ts",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/aws-config.ts",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/aws-config.ts",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/aws-config.ts",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/aws-config.ts",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/aws-config.ts",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/app/aws-config.ts",status="404"} 0.000153651 http_request_duration_seconds_count{method="GET",path="/app/aws-config.ts",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/aws/config.js",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/aws/config.js",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/aws/config.js",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/aws/config.js",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/aws/config.js",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/aws/config.js",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/aws/config.js",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/aws/config.js",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/aws/config.js",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/aws/config.js",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/aws/config.js",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/aws/config.js",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/app/aws/config.js",status="404"} 0.000165527 http_request_duration_seconds_count{method="GET",path="/app/aws/config.js",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/aws/config.js",status="429",le="0.005"} 18 http_request_duration_seconds_bucket{method="GET",path="/app/aws/config.js",status="429",le="0.01"} 18 http_request_duration_seconds_bucket{method="GET",path="/app/aws/config.js",status="429",le="0.025"} 18 http_request_duration_seconds_bucket{method="GET",path="/app/aws/config.js",status="429",le="0.05"} 18 http_request_duration_seconds_bucket{method="GET",path="/app/aws/config.js",status="429",le="0.1"} 18 http_request_duration_seconds_bucket{method="GET",path="/app/aws/config.js",status="429",le="0.25"} 18 http_request_duration_seconds_bucket{method="GET",path="/app/aws/config.js",status="429",le="0.5"} 18 http_request_duration_seconds_bucket{method="GET",path="/app/aws/config.js",status="429",le="1"} 18 http_request_duration_seconds_bucket{method="GET",path="/app/aws/config.js",status="429",le="2.5"} 18 http_request_duration_seconds_bucket{method="GET",path="/app/aws/config.js",status="429",le="5"} 18 http_request_duration_seconds_bucket{method="GET",path="/app/aws/config.js",status="429",le="10"} 18 http_request_duration_seconds_bucket{method="GET",path="/app/aws/config.js",status="429",le="+Inf"} 18 http_request_duration_seconds_sum{method="GET",path="/app/aws/config.js",status="429"} 0.001419308 http_request_duration_seconds_count{method="GET",path="/app/aws/config.js",status="429"} 18 http_request_duration_seconds_bucket{method="GET",path="/app/config/.env",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/app/config/.env",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/app/config/.env",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/app/config/.env",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/app/config/.env",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/app/config/.env",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/app/config/.env",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/app/config/.env",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/app/config/.env",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/app/config/.env",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/app/config/.env",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/app/config/.env",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/app/config/.env",status="429"} 0.000131865 http_request_duration_seconds_count{method="GET",path="/app/config/.env",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/app/config/development.ini",status="429",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/app/config/development.ini",status="429",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/app/config/development.ini",status="429",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/app/config/development.ini",status="429",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/app/config/development.ini",status="429",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/app/config/development.ini",status="429",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/app/config/development.ini",status="429",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/app/config/development.ini",status="429",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/app/config/development.ini",status="429",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/app/config/development.ini",status="429",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/app/config/development.ini",status="429",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/app/config/development.ini",status="429",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/app/config/development.ini",status="429"} 0.000377854 http_request_duration_seconds_count{method="GET",path="/app/config/development.ini",status="429"} 4 http_request_duration_seconds_bucket{method="GET",path="/app/config/parameters.yml",status="404",le="0.005"} 7 http_request_duration_seconds_bucket{method="GET",path="/app/config/parameters.yml",status="404",le="0.01"} 7 http_request_duration_seconds_bucket{method="GET",path="/app/config/parameters.yml",status="404",le="0.025"} 7 http_request_duration_seconds_bucket{method="GET",path="/app/config/parameters.yml",status="404",le="0.05"} 7 http_request_duration_seconds_bucket{method="GET",path="/app/config/parameters.yml",status="404",le="0.1"} 7 http_request_duration_seconds_bucket{method="GET",path="/app/config/parameters.yml",status="404",le="0.25"} 7 http_request_duration_seconds_bucket{method="GET",path="/app/config/parameters.yml",status="404",le="0.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/app/config/parameters.yml",status="404",le="1"} 7 http_request_duration_seconds_bucket{method="GET",path="/app/config/parameters.yml",status="404",le="2.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/app/config/parameters.yml",status="404",le="5"} 7 http_request_duration_seconds_bucket{method="GET",path="/app/config/parameters.yml",status="404",le="10"} 7 http_request_duration_seconds_bucket{method="GET",path="/app/config/parameters.yml",status="404",le="+Inf"} 7 http_request_duration_seconds_sum{method="GET",path="/app/config/parameters.yml",status="404"} 0.001043616 http_request_duration_seconds_count{method="GET",path="/app/config/parameters.yml",status="404"} 7 http_request_duration_seconds_bucket{method="GET",path="/app/config/parameters.yml",status="429",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/app/config/parameters.yml",status="429",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/app/config/parameters.yml",status="429",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/app/config/parameters.yml",status="429",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/app/config/parameters.yml",status="429",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/app/config/parameters.yml",status="429",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/app/config/parameters.yml",status="429",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/app/config/parameters.yml",status="429",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/app/config/parameters.yml",status="429",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/app/config/parameters.yml",status="429",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/app/config/parameters.yml",status="429",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/app/config/parameters.yml",status="429",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/app/config/parameters.yml",status="429"} 0.00034352499999999996 http_request_duration_seconds_count{method="GET",path="/app/config/parameters.yml",status="429"} 4 http_request_duration_seconds_bucket{method="GET",path="/app/config/parameters.yml.dist",status="429",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/app/config/parameters.yml.dist",status="429",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/app/config/parameters.yml.dist",status="429",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/app/config/parameters.yml.dist",status="429",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/app/config/parameters.yml.dist",status="429",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/app/config/parameters.yml.dist",status="429",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/app/config/parameters.yml.dist",status="429",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/app/config/parameters.yml.dist",status="429",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/app/config/parameters.yml.dist",status="429",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/app/config/parameters.yml.dist",status="429",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/app/config/parameters.yml.dist",status="429",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/app/config/parameters.yml.dist",status="429",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/app/config/parameters.yml.dist",status="429"} 0.000289722 http_request_duration_seconds_count{method="GET",path="/app/config/parameters.yml.dist",status="429"} 4 http_request_duration_seconds_bucket{method="GET",path="/app/credentials.json",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/credentials.json",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/credentials.json",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/credentials.json",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/credentials.json",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/credentials.json",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/credentials.json",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/credentials.json",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/credentials.json",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/credentials.json",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/credentials.json",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/credentials.json",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/app/credentials.json",status="404"} 0.000116165 http_request_duration_seconds_count{method="GET",path="/app/credentials.json",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/credentials.json",status="429",le="0.005"} 19 http_request_duration_seconds_bucket{method="GET",path="/app/credentials.json",status="429",le="0.01"} 19 http_request_duration_seconds_bucket{method="GET",path="/app/credentials.json",status="429",le="0.025"} 19 http_request_duration_seconds_bucket{method="GET",path="/app/credentials.json",status="429",le="0.05"} 19 http_request_duration_seconds_bucket{method="GET",path="/app/credentials.json",status="429",le="0.1"} 19 http_request_duration_seconds_bucket{method="GET",path="/app/credentials.json",status="429",le="0.25"} 19 http_request_duration_seconds_bucket{method="GET",path="/app/credentials.json",status="429",le="0.5"} 19 http_request_duration_seconds_bucket{method="GET",path="/app/credentials.json",status="429",le="1"} 19 http_request_duration_seconds_bucket{method="GET",path="/app/credentials.json",status="429",le="2.5"} 19 http_request_duration_seconds_bucket{method="GET",path="/app/credentials.json",status="429",le="5"} 19 http_request_duration_seconds_bucket{method="GET",path="/app/credentials.json",status="429",le="10"} 19 http_request_duration_seconds_bucket{method="GET",path="/app/credentials.json",status="429",le="+Inf"} 19 http_request_duration_seconds_sum{method="GET",path="/app/credentials.json",status="429"} 0.001382358 http_request_duration_seconds_count{method="GET",path="/app/credentials.json",status="429"} 19 http_request_duration_seconds_bucket{method="GET",path="/app/docker-compose.yml",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/app/docker-compose.yml",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/app/docker-compose.yml",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/app/docker-compose.yml",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/app/docker-compose.yml",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/app/docker-compose.yml",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/app/docker-compose.yml",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/app/docker-compose.yml",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/app/docker-compose.yml",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/app/docker-compose.yml",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/app/docker-compose.yml",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/app/docker-compose.yml",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/app/docker-compose.yml",status="429"} 0.000215698 http_request_duration_seconds_count{method="GET",path="/app/docker-compose.yml",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/app/etc/config.local.php",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/app/etc/config.local.php",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/app/etc/config.local.php",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/app/etc/config.local.php",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/app/etc/config.local.php",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/app/etc/config.local.php",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/app/etc/config.local.php",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/app/etc/config.local.php",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/app/etc/config.local.php",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/app/etc/config.local.php",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/app/etc/config.local.php",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/app/etc/config.local.php",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/app/etc/config.local.php",status="429"} 9.2661e-05 http_request_duration_seconds_count{method="GET",path="/app/etc/config.local.php",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/app/etc/config.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/etc/config.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/etc/config.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/etc/config.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/etc/config.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/etc/config.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/etc/config.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/etc/config.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/etc/config.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/etc/config.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/etc/config.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/etc/config.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/app/etc/config.php",status="404"} 9.1865e-05 http_request_duration_seconds_count{method="GET",path="/app/etc/config.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/etc/config.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/etc/config.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/etc/config.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/etc/config.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/etc/config.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/etc/config.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/etc/config.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/etc/config.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/etc/config.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/etc/config.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/etc/config.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/etc/config.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/app/etc/config.php",status="429"} 8.4357e-05 http_request_duration_seconds_count{method="GET",path="/app/etc/config.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/lib/aws.js",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/app/lib/aws.js",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/app/lib/aws.js",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/app/lib/aws.js",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/app/lib/aws.js",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/app/lib/aws.js",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/app/lib/aws.js",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/app/lib/aws.js",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/app/lib/aws.js",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/app/lib/aws.js",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/app/lib/aws.js",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/app/lib/aws.js",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/app/lib/aws.js",status="404"} 0.000240666 http_request_duration_seconds_count{method="GET",path="/app/lib/aws.js",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/app/lib/aws.js",status="429",le="0.005"} 17 http_request_duration_seconds_bucket{method="GET",path="/app/lib/aws.js",status="429",le="0.01"} 17 http_request_duration_seconds_bucket{method="GET",path="/app/lib/aws.js",status="429",le="0.025"} 17 http_request_duration_seconds_bucket{method="GET",path="/app/lib/aws.js",status="429",le="0.05"} 17 http_request_duration_seconds_bucket{method="GET",path="/app/lib/aws.js",status="429",le="0.1"} 17 http_request_duration_seconds_bucket{method="GET",path="/app/lib/aws.js",status="429",le="0.25"} 17 http_request_duration_seconds_bucket{method="GET",path="/app/lib/aws.js",status="429",le="0.5"} 17 http_request_duration_seconds_bucket{method="GET",path="/app/lib/aws.js",status="429",le="1"} 17 http_request_duration_seconds_bucket{method="GET",path="/app/lib/aws.js",status="429",le="2.5"} 17 http_request_duration_seconds_bucket{method="GET",path="/app/lib/aws.js",status="429",le="5"} 17 http_request_duration_seconds_bucket{method="GET",path="/app/lib/aws.js",status="429",le="10"} 17 http_request_duration_seconds_bucket{method="GET",path="/app/lib/aws.js",status="429",le="+Inf"} 17 http_request_duration_seconds_sum{method="GET",path="/app/lib/aws.js",status="429"} 0.001199661 http_request_duration_seconds_count{method="GET",path="/app/lib/aws.js",status="429"} 17 http_request_duration_seconds_bucket{method="GET",path="/app/lib/aws.ts",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/lib/aws.ts",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/lib/aws.ts",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/lib/aws.ts",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/lib/aws.ts",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/lib/aws.ts",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/lib/aws.ts",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/lib/aws.ts",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/lib/aws.ts",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/lib/aws.ts",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/lib/aws.ts",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/lib/aws.ts",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/app/lib/aws.ts",status="404"} 0.000199263 http_request_duration_seconds_count{method="GET",path="/app/lib/aws.ts",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/netlify.toml",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/app/netlify.toml",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/app/netlify.toml",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/app/netlify.toml",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/app/netlify.toml",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/app/netlify.toml",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/app/netlify.toml",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/app/netlify.toml",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/app/netlify.toml",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/app/netlify.toml",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/app/netlify.toml",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/app/netlify.toml",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/app/netlify.toml",status="429"} 0.000247104 http_request_duration_seconds_count{method="GET",path="/app/netlify.toml",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/app/next.config.js",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/app/next.config.js",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/app/next.config.js",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/app/next.config.js",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/app/next.config.js",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/app/next.config.js",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/app/next.config.js",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/app/next.config.js",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/app/next.config.js",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/app/next.config.js",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/app/next.config.js",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/app/next.config.js",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/app/next.config.js",status="429"} 0.00021133 http_request_duration_seconds_count{method="GET",path="/app/next.config.js",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/app/next.config.mjs",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/app/next.config.mjs",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/app/next.config.mjs",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/app/next.config.mjs",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/app/next.config.mjs",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/app/next.config.mjs",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/app/next.config.mjs",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/app/next.config.mjs",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/app/next.config.mjs",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/app/next.config.mjs",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/app/next.config.mjs",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/app/next.config.mjs",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/app/next.config.mjs",status="429"} 0.00020796900000000001 http_request_duration_seconds_count{method="GET",path="/app/next.config.mjs",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/app/nuxt.config.js",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/app/nuxt.config.js",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/app/nuxt.config.js",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/app/nuxt.config.js",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/app/nuxt.config.js",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/app/nuxt.config.js",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/app/nuxt.config.js",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/app/nuxt.config.js",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/app/nuxt.config.js",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/app/nuxt.config.js",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/app/nuxt.config.js",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/app/nuxt.config.js",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/app/nuxt.config.js",status="429"} 0.000220797 http_request_duration_seconds_count{method="GET",path="/app/nuxt.config.js",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/app/package.json",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/app/package.json",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/app/package.json",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/app/package.json",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/app/package.json",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/app/package.json",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/app/package.json",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/app/package.json",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/app/package.json",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/app/package.json",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/app/package.json",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/app/package.json",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/app/package.json",status="429"} 0.000175398 http_request_duration_seconds_count{method="GET",path="/app/package.json",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/app/phpinfo.php",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/app/phpinfo.php",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/app/phpinfo.php",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/app/phpinfo.php",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/app/phpinfo.php",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/app/phpinfo.php",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/app/phpinfo.php",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/app/phpinfo.php",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/app/phpinfo.php",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/app/phpinfo.php",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/app/phpinfo.php",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/app/phpinfo.php",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/app/phpinfo.php",status="429"} 0.000203083 http_request_duration_seconds_count{method="GET",path="/app/phpinfo.php",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/app/routes/aws.js",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/routes/aws.js",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/routes/aws.js",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/routes/aws.js",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/routes/aws.js",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/routes/aws.js",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/routes/aws.js",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/routes/aws.js",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/routes/aws.js",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/routes/aws.js",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/routes/aws.js",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/routes/aws.js",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/app/routes/aws.js",status="404"} 0.000133296 http_request_duration_seconds_count{method="GET",path="/app/routes/aws.js",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/routes/aws.js",status="429",le="0.005"} 18 http_request_duration_seconds_bucket{method="GET",path="/app/routes/aws.js",status="429",le="0.01"} 18 http_request_duration_seconds_bucket{method="GET",path="/app/routes/aws.js",status="429",le="0.025"} 18 http_request_duration_seconds_bucket{method="GET",path="/app/routes/aws.js",status="429",le="0.05"} 18 http_request_duration_seconds_bucket{method="GET",path="/app/routes/aws.js",status="429",le="0.1"} 18 http_request_duration_seconds_bucket{method="GET",path="/app/routes/aws.js",status="429",le="0.25"} 18 http_request_duration_seconds_bucket{method="GET",path="/app/routes/aws.js",status="429",le="0.5"} 18 http_request_duration_seconds_bucket{method="GET",path="/app/routes/aws.js",status="429",le="1"} 18 http_request_duration_seconds_bucket{method="GET",path="/app/routes/aws.js",status="429",le="2.5"} 18 http_request_duration_seconds_bucket{method="GET",path="/app/routes/aws.js",status="429",le="5"} 18 http_request_duration_seconds_bucket{method="GET",path="/app/routes/aws.js",status="429",le="10"} 18 http_request_duration_seconds_bucket{method="GET",path="/app/routes/aws.js",status="429",le="+Inf"} 18 http_request_duration_seconds_sum{method="GET",path="/app/routes/aws.js",status="429"} 0.001371151 http_request_duration_seconds_count{method="GET",path="/app/routes/aws.js",status="429"} 18 http_request_duration_seconds_bucket{method="GET",path="/app/serverless.yaml",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/app/serverless.yaml",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/app/serverless.yaml",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/app/serverless.yaml",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/app/serverless.yaml",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/app/serverless.yaml",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/app/serverless.yaml",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/app/serverless.yaml",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/app/serverless.yaml",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/app/serverless.yaml",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/app/serverless.yaml",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/app/serverless.yaml",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/app/serverless.yaml",status="429"} 0.000230969 http_request_duration_seconds_count{method="GET",path="/app/serverless.yaml",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/app/serverless.yml",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/app/serverless.yml",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/app/serverless.yml",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/app/serverless.yml",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/app/serverless.yml",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/app/serverless.yml",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/app/serverless.yml",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/app/serverless.yml",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/app/serverless.yml",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/app/serverless.yml",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/app/serverless.yml",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/app/serverless.yml",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/app/serverless.yml",status="429"} 0.00021893500000000002 http_request_duration_seconds_count{method="GET",path="/app/serverless.yml",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/app/terraform.tfstate",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/app/terraform.tfstate",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/app/terraform.tfstate",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/app/terraform.tfstate",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/app/terraform.tfstate",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/app/terraform.tfstate",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/app/terraform.tfstate",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/app/terraform.tfstate",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/app/terraform.tfstate",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/app/terraform.tfstate",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/app/terraform.tfstate",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/app/terraform.tfstate",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/app/terraform.tfstate",status="429"} 0.000207146 http_request_duration_seconds_count{method="GET",path="/app/terraform.tfstate",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/app/vercel.json",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/vercel.json",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/vercel.json",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/vercel.json",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/vercel.json",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/vercel.json",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/vercel.json",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/vercel.json",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/vercel.json",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/vercel.json",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/vercel.json",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/vercel.json",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/app/vercel.json",status="404"} 0.000170383 http_request_duration_seconds_count{method="GET",path="/app/vercel.json",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/vercel.json",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/vercel.json",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/vercel.json",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/vercel.json",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/vercel.json",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/vercel.json",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/vercel.json",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/vercel.json",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/vercel.json",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/vercel.json",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/vercel.json",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/vercel.json",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/app/vercel.json",status="429"} 8.0199e-05 http_request_duration_seconds_count{method="GET",path="/app/vercel.json",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/app_dev.php/_profiler/phpinfo",status="404",le="0.005"} 7 http_request_duration_seconds_bucket{method="GET",path="/app_dev.php/_profiler/phpinfo",status="404",le="0.01"} 7 http_request_duration_seconds_bucket{method="GET",path="/app_dev.php/_profiler/phpinfo",status="404",le="0.025"} 7 http_request_duration_seconds_bucket{method="GET",path="/app_dev.php/_profiler/phpinfo",status="404",le="0.05"} 7 http_request_duration_seconds_bucket{method="GET",path="/app_dev.php/_profiler/phpinfo",status="404",le="0.1"} 7 http_request_duration_seconds_bucket{method="GET",path="/app_dev.php/_profiler/phpinfo",status="404",le="0.25"} 7 http_request_duration_seconds_bucket{method="GET",path="/app_dev.php/_profiler/phpinfo",status="404",le="0.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/app_dev.php/_profiler/phpinfo",status="404",le="1"} 7 http_request_duration_seconds_bucket{method="GET",path="/app_dev.php/_profiler/phpinfo",status="404",le="2.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/app_dev.php/_profiler/phpinfo",status="404",le="5"} 7 http_request_duration_seconds_bucket{method="GET",path="/app_dev.php/_profiler/phpinfo",status="404",le="10"} 7 http_request_duration_seconds_bucket{method="GET",path="/app_dev.php/_profiler/phpinfo",status="404",le="+Inf"} 7 http_request_duration_seconds_sum{method="GET",path="/app_dev.php/_profiler/phpinfo",status="404"} 0.0010022009999999999 http_request_duration_seconds_count{method="GET",path="/app_dev.php/_profiler/phpinfo",status="404"} 7 http_request_duration_seconds_bucket{method="GET",path="/application-production.properties",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/application-production.properties",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/application-production.properties",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/application-production.properties",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/application-production.properties",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/application-production.properties",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/application-production.properties",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/application-production.properties",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/application-production.properties",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/application-production.properties",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/application-production.properties",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/application-production.properties",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/application-production.properties",status="404"} 0.000169554 http_request_duration_seconds_count{method="GET",path="/application-production.properties",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/application.7z",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/application.7z",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/application.7z",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/application.7z",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/application.7z",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/application.7z",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/application.7z",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/application.7z",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/application.7z",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/application.7z",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/application.7z",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/application.7z",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/application.7z",status="404"} 0.000132289 http_request_duration_seconds_count{method="GET",path="/application.7z",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/application.bz2",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/application.bz2",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/application.bz2",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/application.bz2",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/application.bz2",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/application.bz2",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/application.bz2",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/application.bz2",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/application.bz2",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/application.bz2",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/application.bz2",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/application.bz2",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/application.bz2",status="404"} 0.000152424 http_request_duration_seconds_count{method="GET",path="/application.bz2",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/application.gz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/application.gz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/application.gz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/application.gz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/application.gz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/application.gz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/application.gz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/application.gz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/application.gz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/application.gz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/application.gz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/application.gz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/application.gz",status="404"} 0.000150271 http_request_duration_seconds_count{method="GET",path="/application.gz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/application.ini",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/application.ini",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/application.ini",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/application.ini",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/application.ini",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/application.ini",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/application.ini",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/application.ini",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/application.ini",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/application.ini",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/application.ini",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/application.ini",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/application.ini",status="429"} 7.493799999999999e-05 http_request_duration_seconds_count{method="GET",path="/application.ini",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/application.properties",status="404",le="0.005"} 9 http_request_duration_seconds_bucket{method="GET",path="/application.properties",status="404",le="0.01"} 9 http_request_duration_seconds_bucket{method="GET",path="/application.properties",status="404",le="0.025"} 9 http_request_duration_seconds_bucket{method="GET",path="/application.properties",status="404",le="0.05"} 9 http_request_duration_seconds_bucket{method="GET",path="/application.properties",status="404",le="0.1"} 9 http_request_duration_seconds_bucket{method="GET",path="/application.properties",status="404",le="0.25"} 9 http_request_duration_seconds_bucket{method="GET",path="/application.properties",status="404",le="0.5"} 9 http_request_duration_seconds_bucket{method="GET",path="/application.properties",status="404",le="1"} 9 http_request_duration_seconds_bucket{method="GET",path="/application.properties",status="404",le="2.5"} 9 http_request_duration_seconds_bucket{method="GET",path="/application.properties",status="404",le="5"} 9 http_request_duration_seconds_bucket{method="GET",path="/application.properties",status="404",le="10"} 9 http_request_duration_seconds_bucket{method="GET",path="/application.properties",status="404",le="+Inf"} 9 http_request_duration_seconds_sum{method="GET",path="/application.properties",status="404"} 0.0012721450000000001 http_request_duration_seconds_count{method="GET",path="/application.properties",status="404"} 9 http_request_duration_seconds_bucket{method="GET",path="/application.properties",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/application.properties",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/application.properties",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/application.properties",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/application.properties",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/application.properties",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/application.properties",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/application.properties",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/application.properties",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/application.properties",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/application.properties",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/application.properties",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/application.properties",status="429"} 0.000100885 http_request_duration_seconds_count{method="GET",path="/application.properties",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/application.rar",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/application.rar",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/application.rar",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/application.rar",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/application.rar",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/application.rar",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/application.rar",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/application.rar",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/application.rar",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/application.rar",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/application.rar",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/application.rar",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/application.rar",status="404"} 0.000139492 http_request_duration_seconds_count{method="GET",path="/application.rar",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/application.sql",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/application.sql",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/application.sql",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/application.sql",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/application.sql",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/application.sql",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/application.sql",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/application.sql",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/application.sql",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/application.sql",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/application.sql",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/application.sql",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/application.sql",status="404"} 0.000128518 http_request_duration_seconds_count{method="GET",path="/application.sql",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/application.sql.bz2",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/application.sql.bz2",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/application.sql.bz2",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/application.sql.bz2",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/application.sql.bz2",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/application.sql.bz2",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/application.sql.bz2",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/application.sql.bz2",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/application.sql.bz2",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/application.sql.bz2",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/application.sql.bz2",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/application.sql.bz2",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/application.sql.bz2",status="404"} 0.000129337 http_request_duration_seconds_count{method="GET",path="/application.sql.bz2",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/application.sql.gz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/application.sql.gz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/application.sql.gz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/application.sql.gz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/application.sql.gz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/application.sql.gz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/application.sql.gz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/application.sql.gz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/application.sql.gz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/application.sql.gz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/application.sql.gz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/application.sql.gz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/application.sql.gz",status="404"} 0.000131571 http_request_duration_seconds_count{method="GET",path="/application.sql.gz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/application.tar",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/application.tar",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/application.tar",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/application.tar",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/application.tar",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/application.tar",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/application.tar",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/application.tar",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/application.tar",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/application.tar",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/application.tar",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/application.tar",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/application.tar",status="404"} 0.000130657 http_request_duration_seconds_count{method="GET",path="/application.tar",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/application.tar.bz2",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/application.tar.bz2",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/application.tar.bz2",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/application.tar.bz2",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/application.tar.bz2",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/application.tar.bz2",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/application.tar.bz2",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/application.tar.bz2",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/application.tar.bz2",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/application.tar.bz2",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/application.tar.bz2",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/application.tar.bz2",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/application.tar.bz2",status="404"} 0.00013362 http_request_duration_seconds_count{method="GET",path="/application.tar.bz2",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/application.tar.gz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/application.tar.gz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/application.tar.gz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/application.tar.gz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/application.tar.gz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/application.tar.gz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/application.tar.gz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/application.tar.gz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/application.tar.gz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/application.tar.gz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/application.tar.gz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/application.tar.gz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/application.tar.gz",status="404"} 0.000149413 http_request_duration_seconds_count{method="GET",path="/application.tar.gz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/application.tar.xz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/application.tar.xz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/application.tar.xz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/application.tar.xz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/application.tar.xz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/application.tar.xz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/application.tar.xz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/application.tar.xz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/application.tar.xz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/application.tar.xz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/application.tar.xz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/application.tar.xz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/application.tar.xz",status="404"} 0.00012655 http_request_duration_seconds_count{method="GET",path="/application.tar.xz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/application.tgz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/application.tgz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/application.tgz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/application.tgz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/application.tgz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/application.tgz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/application.tgz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/application.tgz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/application.tgz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/application.tgz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/application.tgz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/application.tgz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/application.tgz",status="404"} 0.00012503 http_request_duration_seconds_count{method="GET",path="/application.tgz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/application.yaml",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/application.yaml",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/application.yaml",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/application.yaml",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/application.yaml",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/application.yaml",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/application.yaml",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/application.yaml",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/application.yaml",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/application.yaml",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/application.yaml",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/application.yaml",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/application.yaml",status="404"} 0.000164034 http_request_duration_seconds_count{method="GET",path="/application.yaml",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/application.yml",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/application.yml",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/application.yml",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/application.yml",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/application.yml",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/application.yml",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/application.yml",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/application.yml",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/application.yml",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/application.yml",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/application.yml",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/application.yml",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/application.yml",status="404"} 0.000479478 http_request_duration_seconds_count{method="GET",path="/application.yml",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/application.zip",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/application.zip",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/application.zip",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/application.zip",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/application.zip",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/application.zip",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/application.zip",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/application.zip",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/application.zip",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/application.zip",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/application.zip",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/application.zip",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/application.zip",status="404"} 0.000136556 http_request_duration_seconds_count{method="GET",path="/application.zip",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/application.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/application.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/application.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/application.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/application.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/application.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/application.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/application.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/application.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/application.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/application.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/application.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/application.zip",status="429"} 3.7769e-05 http_request_duration_seconds_count{method="GET",path="/application.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/application.zst",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/application.zst",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/application.zst",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/application.zst",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/application.zst",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/application.zst",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/application.zst",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/application.zst",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/application.zst",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/application.zst",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/application.zst",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/application.zst",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/application.zst",status="404"} 0.000159985 http_request_duration_seconds_count{method="GET",path="/application.zst",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/application/.env",status="404",le="0.005"} 7 http_request_duration_seconds_bucket{method="GET",path="/application/.env",status="404",le="0.01"} 7 http_request_duration_seconds_bucket{method="GET",path="/application/.env",status="404",le="0.025"} 7 http_request_duration_seconds_bucket{method="GET",path="/application/.env",status="404",le="0.05"} 7 http_request_duration_seconds_bucket{method="GET",path="/application/.env",status="404",le="0.1"} 7 http_request_duration_seconds_bucket{method="GET",path="/application/.env",status="404",le="0.25"} 7 http_request_duration_seconds_bucket{method="GET",path="/application/.env",status="404",le="0.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/application/.env",status="404",le="1"} 7 http_request_duration_seconds_bucket{method="GET",path="/application/.env",status="404",le="2.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/application/.env",status="404",le="5"} 7 http_request_duration_seconds_bucket{method="GET",path="/application/.env",status="404",le="10"} 7 http_request_duration_seconds_bucket{method="GET",path="/application/.env",status="404",le="+Inf"} 7 http_request_duration_seconds_sum{method="GET",path="/application/.env",status="404"} 0.0009588879999999999 http_request_duration_seconds_count{method="GET",path="/application/.env",status="404"} 7 http_request_duration_seconds_bucket{method="GET",path="/application/.env",status="429",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/application/.env",status="429",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/application/.env",status="429",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/application/.env",status="429",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/application/.env",status="429",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/application/.env",status="429",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/application/.env",status="429",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/application/.env",status="429",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/application/.env",status="429",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/application/.env",status="429",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/application/.env",status="429",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/application/.env",status="429",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/application/.env",status="429"} 0.000323218 http_request_duration_seconds_count{method="GET",path="/application/.env",status="429"} 3 http_request_duration_seconds_bucket{method="GET",path="/application/config/autoload.php",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/application/config/autoload.php",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/application/config/autoload.php",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/application/config/autoload.php",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/application/config/autoload.php",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/application/config/autoload.php",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/application/config/autoload.php",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/application/config/autoload.php",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/application/config/autoload.php",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/application/config/autoload.php",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/application/config/autoload.php",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/application/config/autoload.php",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/application/config/autoload.php",status="429"} 0.000181101 http_request_duration_seconds_count{method="GET",path="/application/config/autoload.php",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/application/config/aws_constants.js",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/application/config/aws_constants.js",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/application/config/aws_constants.js",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/application/config/aws_constants.js",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/application/config/aws_constants.js",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/application/config/aws_constants.js",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/application/config/aws_constants.js",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/application/config/aws_constants.js",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/application/config/aws_constants.js",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/application/config/aws_constants.js",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/application/config/aws_constants.js",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/application/config/aws_constants.js",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/application/config/aws_constants.js",status="404"} 0.000123773 http_request_duration_seconds_count{method="GET",path="/application/config/aws_constants.js",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/application/config/aws_constants.js",status="429",le="0.005"} 16 http_request_duration_seconds_bucket{method="GET",path="/application/config/aws_constants.js",status="429",le="0.01"} 16 http_request_duration_seconds_bucket{method="GET",path="/application/config/aws_constants.js",status="429",le="0.025"} 16 http_request_duration_seconds_bucket{method="GET",path="/application/config/aws_constants.js",status="429",le="0.05"} 16 http_request_duration_seconds_bucket{method="GET",path="/application/config/aws_constants.js",status="429",le="0.1"} 16 http_request_duration_seconds_bucket{method="GET",path="/application/config/aws_constants.js",status="429",le="0.25"} 16 http_request_duration_seconds_bucket{method="GET",path="/application/config/aws_constants.js",status="429",le="0.5"} 16 http_request_duration_seconds_bucket{method="GET",path="/application/config/aws_constants.js",status="429",le="1"} 16 http_request_duration_seconds_bucket{method="GET",path="/application/config/aws_constants.js",status="429",le="2.5"} 16 http_request_duration_seconds_bucket{method="GET",path="/application/config/aws_constants.js",status="429",le="5"} 16 http_request_duration_seconds_bucket{method="GET",path="/application/config/aws_constants.js",status="429",le="10"} 16 http_request_duration_seconds_bucket{method="GET",path="/application/config/aws_constants.js",status="429",le="+Inf"} 16 http_request_duration_seconds_sum{method="GET",path="/application/config/aws_constants.js",status="429"} 0.0012832000000000004 http_request_duration_seconds_count{method="GET",path="/application/config/aws_constants.js",status="429"} 16 http_request_duration_seconds_bucket{method="GET",path="/application/config/config.php",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/application/config/config.php",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/application/config/config.php",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/application/config/config.php",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/application/config/config.php",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/application/config/config.php",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/application/config/config.php",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/application/config/config.php",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/application/config/config.php",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/application/config/config.php",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/application/config/config.php",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/application/config/config.php",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/application/config/config.php",status="429"} 0.000101977 http_request_duration_seconds_count{method="GET",path="/application/config/config.php",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/application/config/constants.js",status="429",le="0.005"} 17 http_request_duration_seconds_bucket{method="GET",path="/application/config/constants.js",status="429",le="0.01"} 17 http_request_duration_seconds_bucket{method="GET",path="/application/config/constants.js",status="429",le="0.025"} 17 http_request_duration_seconds_bucket{method="GET",path="/application/config/constants.js",status="429",le="0.05"} 17 http_request_duration_seconds_bucket{method="GET",path="/application/config/constants.js",status="429",le="0.1"} 17 http_request_duration_seconds_bucket{method="GET",path="/application/config/constants.js",status="429",le="0.25"} 17 http_request_duration_seconds_bucket{method="GET",path="/application/config/constants.js",status="429",le="0.5"} 17 http_request_duration_seconds_bucket{method="GET",path="/application/config/constants.js",status="429",le="1"} 17 http_request_duration_seconds_bucket{method="GET",path="/application/config/constants.js",status="429",le="2.5"} 17 http_request_duration_seconds_bucket{method="GET",path="/application/config/constants.js",status="429",le="5"} 17 http_request_duration_seconds_bucket{method="GET",path="/application/config/constants.js",status="429",le="10"} 17 http_request_duration_seconds_bucket{method="GET",path="/application/config/constants.js",status="429",le="+Inf"} 17 http_request_duration_seconds_sum{method="GET",path="/application/config/constants.js",status="429"} 0.001343481 http_request_duration_seconds_count{method="GET",path="/application/config/constants.js",status="429"} 17 http_request_duration_seconds_bucket{method="GET",path="/application/config/constants.php",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/application/config/constants.php",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/application/config/constants.php",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/application/config/constants.php",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/application/config/constants.php",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/application/config/constants.php",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/application/config/constants.php",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/application/config/constants.php",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/application/config/constants.php",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/application/config/constants.php",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/application/config/constants.php",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/application/config/constants.php",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/application/config/constants.php",status="429"} 9.7616e-05 http_request_duration_seconds_count{method="GET",path="/application/config/constants.php",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/application/config/constants.php/",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/application/config/constants.php/",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/application/config/constants.php/",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/application/config/constants.php/",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/application/config/constants.php/",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/application/config/constants.php/",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/application/config/constants.php/",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/application/config/constants.php/",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/application/config/constants.php/",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/application/config/constants.php/",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/application/config/constants.php/",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/application/config/constants.php/",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/application/config/constants.php/",status="429"} 0.000102849 http_request_duration_seconds_count{method="GET",path="/application/config/constants.php/",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/application/config/database.php",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/application/config/database.php",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/application/config/database.php",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/application/config/database.php",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/application/config/database.php",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/application/config/database.php",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/application/config/database.php",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/application/config/database.php",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/application/config/database.php",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/application/config/database.php",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/application/config/database.php",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/application/config/database.php",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/application/config/database.php",status="429"} 0.000105974 http_request_duration_seconds_count{method="GET",path="/application/config/database.php",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/application/config/db.js",status="429",le="0.005"} 17 http_request_duration_seconds_bucket{method="GET",path="/application/config/db.js",status="429",le="0.01"} 17 http_request_duration_seconds_bucket{method="GET",path="/application/config/db.js",status="429",le="0.025"} 17 http_request_duration_seconds_bucket{method="GET",path="/application/config/db.js",status="429",le="0.05"} 17 http_request_duration_seconds_bucket{method="GET",path="/application/config/db.js",status="429",le="0.1"} 17 http_request_duration_seconds_bucket{method="GET",path="/application/config/db.js",status="429",le="0.25"} 17 http_request_duration_seconds_bucket{method="GET",path="/application/config/db.js",status="429",le="0.5"} 17 http_request_duration_seconds_bucket{method="GET",path="/application/config/db.js",status="429",le="1"} 17 http_request_duration_seconds_bucket{method="GET",path="/application/config/db.js",status="429",le="2.5"} 17 http_request_duration_seconds_bucket{method="GET",path="/application/config/db.js",status="429",le="5"} 17 http_request_duration_seconds_bucket{method="GET",path="/application/config/db.js",status="429",le="10"} 17 http_request_duration_seconds_bucket{method="GET",path="/application/config/db.js",status="429",le="+Inf"} 17 http_request_duration_seconds_sum{method="GET",path="/application/config/db.js",status="429"} 0.001324396 http_request_duration_seconds_count{method="GET",path="/application/config/db.js",status="429"} 17 http_request_duration_seconds_bucket{method="GET",path="/application/config/email.php",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/application/config/email.php",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/application/config/email.php",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/application/config/email.php",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/application/config/email.php",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/application/config/email.php",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/application/config/email.php",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/application/config/email.php",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/application/config/email.php",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/application/config/email.php",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/application/config/email.php",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/application/config/email.php",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/application/config/email.php",status="429"} 0.000142028 http_request_duration_seconds_count{method="GET",path="/application/config/email.php",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/application/config/profiler.php",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/application/config/profiler.php",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/application/config/profiler.php",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/application/config/profiler.php",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/application/config/profiler.php",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/application/config/profiler.php",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/application/config/profiler.php",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/application/config/profiler.php",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/application/config/profiler.php",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/application/config/profiler.php",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/application/config/profiler.php",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/application/config/profiler.php",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/application/config/profiler.php",status="429"} 0.000184963 http_request_duration_seconds_count{method="GET",path="/application/config/profiler.php",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/application/config/routes.php",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/application/config/routes.php",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/application/config/routes.php",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/application/config/routes.php",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/application/config/routes.php",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/application/config/routes.php",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/application/config/routes.php",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/application/config/routes.php",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/application/config/routes.php",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/application/config/routes.php",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/application/config/routes.php",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/application/config/routes.php",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/application/config/routes.php",status="429"} 0.00012545200000000002 http_request_duration_seconds_count{method="GET",path="/application/config/routes.php",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/application/configs/application.ini",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/application/configs/application.ini",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/application/configs/application.ini",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/application/configs/application.ini",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/application/configs/application.ini",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/application/configs/application.ini",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/application/configs/application.ini",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/application/configs/application.ini",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/application/configs/application.ini",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/application/configs/application.ini",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/application/configs/application.ini",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/application/configs/application.ini",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/application/configs/application.ini",status="429"} 0.00013897699999999998 http_request_duration_seconds_count{method="GET",path="/application/configs/application.ini",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/application/libraries/aws-config.ini",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/application/libraries/aws-config.ini",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/application/libraries/aws-config.ini",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/application/libraries/aws-config.ini",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/application/libraries/aws-config.ini",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/application/libraries/aws-config.ini",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/application/libraries/aws-config.ini",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/application/libraries/aws-config.ini",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/application/libraries/aws-config.ini",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/application/libraries/aws-config.ini",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/application/libraries/aws-config.ini",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/application/libraries/aws-config.ini",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/application/libraries/aws-config.ini",status="429"} 0.00016198500000000002 http_request_duration_seconds_count{method="GET",path="/application/libraries/aws-config.ini",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/application/libraries/aws/access.ini",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/application/libraries/aws/access.ini",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/application/libraries/aws/access.ini",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/application/libraries/aws/access.ini",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/application/libraries/aws/access.ini",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/application/libraries/aws/access.ini",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/application/libraries/aws/access.ini",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/application/libraries/aws/access.ini",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/application/libraries/aws/access.ini",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/application/libraries/aws/access.ini",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/application/libraries/aws/access.ini",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/application/libraries/aws/access.ini",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/application/libraries/aws/access.ini",status="429"} 0.00011156999999999999 http_request_duration_seconds_count{method="GET",path="/application/libraries/aws/access.ini",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/application_default_credentials.json",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/application_default_credentials.json",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/application_default_credentials.json",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/application_default_credentials.json",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/application_default_credentials.json",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/application_default_credentials.json",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/application_default_credentials.json",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/application_default_credentials.json",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/application_default_credentials.json",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/application_default_credentials.json",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/application_default_credentials.json",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/application_default_credentials.json",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/application_default_credentials.json",status="404"} 0.000637029 http_request_duration_seconds_count{method="GET",path="/application_default_credentials.json",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/application_default_credentials.json",status="429",le="0.005"} 19 http_request_duration_seconds_bucket{method="GET",path="/application_default_credentials.json",status="429",le="0.01"} 19 http_request_duration_seconds_bucket{method="GET",path="/application_default_credentials.json",status="429",le="0.025"} 19 http_request_duration_seconds_bucket{method="GET",path="/application_default_credentials.json",status="429",le="0.05"} 19 http_request_duration_seconds_bucket{method="GET",path="/application_default_credentials.json",status="429",le="0.1"} 19 http_request_duration_seconds_bucket{method="GET",path="/application_default_credentials.json",status="429",le="0.25"} 19 http_request_duration_seconds_bucket{method="GET",path="/application_default_credentials.json",status="429",le="0.5"} 19 http_request_duration_seconds_bucket{method="GET",path="/application_default_credentials.json",status="429",le="1"} 19 http_request_duration_seconds_bucket{method="GET",path="/application_default_credentials.json",status="429",le="2.5"} 19 http_request_duration_seconds_bucket{method="GET",path="/application_default_credentials.json",status="429",le="5"} 19 http_request_duration_seconds_bucket{method="GET",path="/application_default_credentials.json",status="429",le="10"} 19 http_request_duration_seconds_bucket{method="GET",path="/application_default_credentials.json",status="429",le="+Inf"} 19 http_request_duration_seconds_sum{method="GET",path="/application_default_credentials.json",status="429"} 0.0014146939999999998 http_request_duration_seconds_count{method="GET",path="/application_default_credentials.json",status="429"} 19 http_request_duration_seconds_bucket{method="GET",path="/applications.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/applications.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/applications.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/applications.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/applications.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/applications.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/applications.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/applications.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/applications.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/applications.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/applications.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/applications.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/applications.zip",status="429"} 4.2550000000000004e-05 http_request_duration_seconds_count{method="GET",path="/applications.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/apps.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/apps.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/apps.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/apps.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/apps.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/apps.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/apps.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/apps.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/apps.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/apps.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/apps.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/apps.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/apps.zip",status="429"} 4.4546000000000003e-05 http_request_duration_seconds_count{method="GET",path="/apps.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/apps/.env",status="404",le="0.005"} 8 http_request_duration_seconds_bucket{method="GET",path="/apps/.env",status="404",le="0.01"} 8 http_request_duration_seconds_bucket{method="GET",path="/apps/.env",status="404",le="0.025"} 8 http_request_duration_seconds_bucket{method="GET",path="/apps/.env",status="404",le="0.05"} 8 http_request_duration_seconds_bucket{method="GET",path="/apps/.env",status="404",le="0.1"} 8 http_request_duration_seconds_bucket{method="GET",path="/apps/.env",status="404",le="0.25"} 8 http_request_duration_seconds_bucket{method="GET",path="/apps/.env",status="404",le="0.5"} 8 http_request_duration_seconds_bucket{method="GET",path="/apps/.env",status="404",le="1"} 8 http_request_duration_seconds_bucket{method="GET",path="/apps/.env",status="404",le="2.5"} 8 http_request_duration_seconds_bucket{method="GET",path="/apps/.env",status="404",le="5"} 8 http_request_duration_seconds_bucket{method="GET",path="/apps/.env",status="404",le="10"} 8 http_request_duration_seconds_bucket{method="GET",path="/apps/.env",status="404",le="+Inf"} 8 http_request_duration_seconds_sum{method="GET",path="/apps/.env",status="404"} 0.0012196429999999999 http_request_duration_seconds_count{method="GET",path="/apps/.env",status="404"} 8 http_request_duration_seconds_bucket{method="GET",path="/apps/.env",status="429",le="0.005"} 5 http_request_duration_seconds_bucket{method="GET",path="/apps/.env",status="429",le="0.01"} 5 http_request_duration_seconds_bucket{method="GET",path="/apps/.env",status="429",le="0.025"} 5 http_request_duration_seconds_bucket{method="GET",path="/apps/.env",status="429",le="0.05"} 5 http_request_duration_seconds_bucket{method="GET",path="/apps/.env",status="429",le="0.1"} 5 http_request_duration_seconds_bucket{method="GET",path="/apps/.env",status="429",le="0.25"} 5 http_request_duration_seconds_bucket{method="GET",path="/apps/.env",status="429",le="0.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/apps/.env",status="429",le="1"} 5 http_request_duration_seconds_bucket{method="GET",path="/apps/.env",status="429",le="2.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/apps/.env",status="429",le="5"} 5 http_request_duration_seconds_bucket{method="GET",path="/apps/.env",status="429",le="10"} 5 http_request_duration_seconds_bucket{method="GET",path="/apps/.env",status="429",le="+Inf"} 5 http_request_duration_seconds_sum{method="GET",path="/apps/.env",status="429"} 0.000364481 http_request_duration_seconds_count{method="GET",path="/apps/.env",status="429"} 5 http_request_duration_seconds_bucket{method="GET",path="/apps/config/.env",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/apps/config/.env",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/apps/config/.env",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/apps/config/.env",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/apps/config/.env",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/apps/config/.env",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/apps/config/.env",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/apps/config/.env",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/apps/config/.env",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/apps/config/.env",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/apps/config/.env",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/apps/config/.env",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/apps/config/.env",status="429"} 9.0173e-05 http_request_duration_seconds_count{method="GET",path="/apps/config/.env",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/apps/phpinfo.php",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/apps/phpinfo.php",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/apps/phpinfo.php",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/apps/phpinfo.php",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/apps/phpinfo.php",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/apps/phpinfo.php",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/apps/phpinfo.php",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/apps/phpinfo.php",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/apps/phpinfo.php",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/apps/phpinfo.php",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/apps/phpinfo.php",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/apps/phpinfo.php",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/apps/phpinfo.php",status="429"} 9.735399999999999e-05 http_request_duration_seconds_count{method="GET",path="/apps/phpinfo.php",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/appsettings.Development.json",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/appsettings.Development.json",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/appsettings.Development.json",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/appsettings.Development.json",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/appsettings.Development.json",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/appsettings.Development.json",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/appsettings.Development.json",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/appsettings.Development.json",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/appsettings.Development.json",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/appsettings.Development.json",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/appsettings.Development.json",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/appsettings.Development.json",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/appsettings.Development.json",status="404"} 0.000371614 http_request_duration_seconds_count{method="GET",path="/appsettings.Development.json",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/appsettings.Development.json",status="429",le="0.005"} 22 http_request_duration_seconds_bucket{method="GET",path="/appsettings.Development.json",status="429",le="0.01"} 22 http_request_duration_seconds_bucket{method="GET",path="/appsettings.Development.json",status="429",le="0.025"} 22 http_request_duration_seconds_bucket{method="GET",path="/appsettings.Development.json",status="429",le="0.05"} 22 http_request_duration_seconds_bucket{method="GET",path="/appsettings.Development.json",status="429",le="0.1"} 22 http_request_duration_seconds_bucket{method="GET",path="/appsettings.Development.json",status="429",le="0.25"} 22 http_request_duration_seconds_bucket{method="GET",path="/appsettings.Development.json",status="429",le="0.5"} 22 http_request_duration_seconds_bucket{method="GET",path="/appsettings.Development.json",status="429",le="1"} 22 http_request_duration_seconds_bucket{method="GET",path="/appsettings.Development.json",status="429",le="2.5"} 22 http_request_duration_seconds_bucket{method="GET",path="/appsettings.Development.json",status="429",le="5"} 22 http_request_duration_seconds_bucket{method="GET",path="/appsettings.Development.json",status="429",le="10"} 22 http_request_duration_seconds_bucket{method="GET",path="/appsettings.Development.json",status="429",le="+Inf"} 22 http_request_duration_seconds_sum{method="GET",path="/appsettings.Development.json",status="429"} 0.0017445890000000002 http_request_duration_seconds_count{method="GET",path="/appsettings.Development.json",status="429"} 22 http_request_duration_seconds_bucket{method="GET",path="/appsettings.Local.json",status="429",le="0.005"} 19 http_request_duration_seconds_bucket{method="GET",path="/appsettings.Local.json",status="429",le="0.01"} 19 http_request_duration_seconds_bucket{method="GET",path="/appsettings.Local.json",status="429",le="0.025"} 19 http_request_duration_seconds_bucket{method="GET",path="/appsettings.Local.json",status="429",le="0.05"} 19 http_request_duration_seconds_bucket{method="GET",path="/appsettings.Local.json",status="429",le="0.1"} 19 http_request_duration_seconds_bucket{method="GET",path="/appsettings.Local.json",status="429",le="0.25"} 19 http_request_duration_seconds_bucket{method="GET",path="/appsettings.Local.json",status="429",le="0.5"} 19 http_request_duration_seconds_bucket{method="GET",path="/appsettings.Local.json",status="429",le="1"} 19 http_request_duration_seconds_bucket{method="GET",path="/appsettings.Local.json",status="429",le="2.5"} 19 http_request_duration_seconds_bucket{method="GET",path="/appsettings.Local.json",status="429",le="5"} 19 http_request_duration_seconds_bucket{method="GET",path="/appsettings.Local.json",status="429",le="10"} 19 http_request_duration_seconds_bucket{method="GET",path="/appsettings.Local.json",status="429",le="+Inf"} 19 http_request_duration_seconds_sum{method="GET",path="/appsettings.Local.json",status="429"} 0.0014847200000000001 http_request_duration_seconds_count{method="GET",path="/appsettings.Local.json",status="429"} 19 http_request_duration_seconds_bucket{method="GET",path="/appsettings.Production.json",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/appsettings.Production.json",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/appsettings.Production.json",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/appsettings.Production.json",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/appsettings.Production.json",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/appsettings.Production.json",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/appsettings.Production.json",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/appsettings.Production.json",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/appsettings.Production.json",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/appsettings.Production.json",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/appsettings.Production.json",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/appsettings.Production.json",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/appsettings.Production.json",status="404"} 0.000172558 http_request_duration_seconds_count{method="GET",path="/appsettings.Production.json",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/appsettings.Production.json",status="429",le="0.005"} 20 http_request_duration_seconds_bucket{method="GET",path="/appsettings.Production.json",status="429",le="0.01"} 20 http_request_duration_seconds_bucket{method="GET",path="/appsettings.Production.json",status="429",le="0.025"} 20 http_request_duration_seconds_bucket{method="GET",path="/appsettings.Production.json",status="429",le="0.05"} 20 http_request_duration_seconds_bucket{method="GET",path="/appsettings.Production.json",status="429",le="0.1"} 20 http_request_duration_seconds_bucket{method="GET",path="/appsettings.Production.json",status="429",le="0.25"} 20 http_request_duration_seconds_bucket{method="GET",path="/appsettings.Production.json",status="429",le="0.5"} 20 http_request_duration_seconds_bucket{method="GET",path="/appsettings.Production.json",status="429",le="1"} 20 http_request_duration_seconds_bucket{method="GET",path="/appsettings.Production.json",status="429",le="2.5"} 20 http_request_duration_seconds_bucket{method="GET",path="/appsettings.Production.json",status="429",le="5"} 20 http_request_duration_seconds_bucket{method="GET",path="/appsettings.Production.json",status="429",le="10"} 20 http_request_duration_seconds_bucket{method="GET",path="/appsettings.Production.json",status="429",le="+Inf"} 20 http_request_duration_seconds_sum{method="GET",path="/appsettings.Production.json",status="429"} 0.001672951 http_request_duration_seconds_count{method="GET",path="/appsettings.Production.json",status="429"} 20 http_request_duration_seconds_bucket{method="GET",path="/appsettings.QA.json",status="429",le="0.005"} 19 http_request_duration_seconds_bucket{method="GET",path="/appsettings.QA.json",status="429",le="0.01"} 19 http_request_duration_seconds_bucket{method="GET",path="/appsettings.QA.json",status="429",le="0.025"} 19 http_request_duration_seconds_bucket{method="GET",path="/appsettings.QA.json",status="429",le="0.05"} 19 http_request_duration_seconds_bucket{method="GET",path="/appsettings.QA.json",status="429",le="0.1"} 19 http_request_duration_seconds_bucket{method="GET",path="/appsettings.QA.json",status="429",le="0.25"} 19 http_request_duration_seconds_bucket{method="GET",path="/appsettings.QA.json",status="429",le="0.5"} 19 http_request_duration_seconds_bucket{method="GET",path="/appsettings.QA.json",status="429",le="1"} 19 http_request_duration_seconds_bucket{method="GET",path="/appsettings.QA.json",status="429",le="2.5"} 19 http_request_duration_seconds_bucket{method="GET",path="/appsettings.QA.json",status="429",le="5"} 19 http_request_duration_seconds_bucket{method="GET",path="/appsettings.QA.json",status="429",le="10"} 19 http_request_duration_seconds_bucket{method="GET",path="/appsettings.QA.json",status="429",le="+Inf"} 19 http_request_duration_seconds_sum{method="GET",path="/appsettings.QA.json",status="429"} 0.0014564789999999999 http_request_duration_seconds_count{method="GET",path="/appsettings.QA.json",status="429"} 19 http_request_duration_seconds_bucket{method="GET",path="/appsettings.Staging.json",status="429",le="0.005"} 19 http_request_duration_seconds_bucket{method="GET",path="/appsettings.Staging.json",status="429",le="0.01"} 19 http_request_duration_seconds_bucket{method="GET",path="/appsettings.Staging.json",status="429",le="0.025"} 19 http_request_duration_seconds_bucket{method="GET",path="/appsettings.Staging.json",status="429",le="0.05"} 19 http_request_duration_seconds_bucket{method="GET",path="/appsettings.Staging.json",status="429",le="0.1"} 19 http_request_duration_seconds_bucket{method="GET",path="/appsettings.Staging.json",status="429",le="0.25"} 19 http_request_duration_seconds_bucket{method="GET",path="/appsettings.Staging.json",status="429",le="0.5"} 19 http_request_duration_seconds_bucket{method="GET",path="/appsettings.Staging.json",status="429",le="1"} 19 http_request_duration_seconds_bucket{method="GET",path="/appsettings.Staging.json",status="429",le="2.5"} 19 http_request_duration_seconds_bucket{method="GET",path="/appsettings.Staging.json",status="429",le="5"} 19 http_request_duration_seconds_bucket{method="GET",path="/appsettings.Staging.json",status="429",le="10"} 19 http_request_duration_seconds_bucket{method="GET",path="/appsettings.Staging.json",status="429",le="+Inf"} 19 http_request_duration_seconds_sum{method="GET",path="/appsettings.Staging.json",status="429"} 0.001587246 http_request_duration_seconds_count{method="GET",path="/appsettings.Staging.json",status="429"} 19 http_request_duration_seconds_bucket{method="GET",path="/appsettings.Test.json",status="429",le="0.005"} 19 http_request_duration_seconds_bucket{method="GET",path="/appsettings.Test.json",status="429",le="0.01"} 19 http_request_duration_seconds_bucket{method="GET",path="/appsettings.Test.json",status="429",le="0.025"} 19 http_request_duration_seconds_bucket{method="GET",path="/appsettings.Test.json",status="429",le="0.05"} 19 http_request_duration_seconds_bucket{method="GET",path="/appsettings.Test.json",status="429",le="0.1"} 19 http_request_duration_seconds_bucket{method="GET",path="/appsettings.Test.json",status="429",le="0.25"} 19 http_request_duration_seconds_bucket{method="GET",path="/appsettings.Test.json",status="429",le="0.5"} 19 http_request_duration_seconds_bucket{method="GET",path="/appsettings.Test.json",status="429",le="1"} 19 http_request_duration_seconds_bucket{method="GET",path="/appsettings.Test.json",status="429",le="2.5"} 19 http_request_duration_seconds_bucket{method="GET",path="/appsettings.Test.json",status="429",le="5"} 19 http_request_duration_seconds_bucket{method="GET",path="/appsettings.Test.json",status="429",le="10"} 19 http_request_duration_seconds_bucket{method="GET",path="/appsettings.Test.json",status="429",le="+Inf"} 19 http_request_duration_seconds_sum{method="GET",path="/appsettings.Test.json",status="429"} 0.0014982759999999996 http_request_duration_seconds_count{method="GET",path="/appsettings.Test.json",status="429"} 19 http_request_duration_seconds_bucket{method="GET",path="/appsettings.json",status="404",le="0.005"} 17 http_request_duration_seconds_bucket{method="GET",path="/appsettings.json",status="404",le="0.01"} 17 http_request_duration_seconds_bucket{method="GET",path="/appsettings.json",status="404",le="0.025"} 17 http_request_duration_seconds_bucket{method="GET",path="/appsettings.json",status="404",le="0.05"} 17 http_request_duration_seconds_bucket{method="GET",path="/appsettings.json",status="404",le="0.1"} 17 http_request_duration_seconds_bucket{method="GET",path="/appsettings.json",status="404",le="0.25"} 17 http_request_duration_seconds_bucket{method="GET",path="/appsettings.json",status="404",le="0.5"} 17 http_request_duration_seconds_bucket{method="GET",path="/appsettings.json",status="404",le="1"} 17 http_request_duration_seconds_bucket{method="GET",path="/appsettings.json",status="404",le="2.5"} 17 http_request_duration_seconds_bucket{method="GET",path="/appsettings.json",status="404",le="5"} 17 http_request_duration_seconds_bucket{method="GET",path="/appsettings.json",status="404",le="10"} 17 http_request_duration_seconds_bucket{method="GET",path="/appsettings.json",status="404",le="+Inf"} 17 http_request_duration_seconds_sum{method="GET",path="/appsettings.json",status="404"} 0.002467173 http_request_duration_seconds_count{method="GET",path="/appsettings.json",status="404"} 17 http_request_duration_seconds_bucket{method="GET",path="/appsettings.json",status="429",le="0.005"} 22 http_request_duration_seconds_bucket{method="GET",path="/appsettings.json",status="429",le="0.01"} 22 http_request_duration_seconds_bucket{method="GET",path="/appsettings.json",status="429",le="0.025"} 22 http_request_duration_seconds_bucket{method="GET",path="/appsettings.json",status="429",le="0.05"} 22 http_request_duration_seconds_bucket{method="GET",path="/appsettings.json",status="429",le="0.1"} 22 http_request_duration_seconds_bucket{method="GET",path="/appsettings.json",status="429",le="0.25"} 22 http_request_duration_seconds_bucket{method="GET",path="/appsettings.json",status="429",le="0.5"} 22 http_request_duration_seconds_bucket{method="GET",path="/appsettings.json",status="429",le="1"} 22 http_request_duration_seconds_bucket{method="GET",path="/appsettings.json",status="429",le="2.5"} 22 http_request_duration_seconds_bucket{method="GET",path="/appsettings.json",status="429",le="5"} 22 http_request_duration_seconds_bucket{method="GET",path="/appsettings.json",status="429",le="10"} 22 http_request_duration_seconds_bucket{method="GET",path="/appsettings.json",status="429",le="+Inf"} 22 http_request_duration_seconds_sum{method="GET",path="/appsettings.json",status="429"} 0.0017955129999999999 http_request_duration_seconds_count{method="GET",path="/appsettings.json",status="429"} 22 http_request_duration_seconds_bucket{method="GET",path="/appveyor.yml",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/appveyor.yml",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/appveyor.yml",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/appveyor.yml",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/appveyor.yml",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/appveyor.yml",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/appveyor.yml",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/appveyor.yml",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/appveyor.yml",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/appveyor.yml",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/appveyor.yml",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/appveyor.yml",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/appveyor.yml",status="429"} 9.8745e-05 http_request_duration_seconds_count{method="GET",path="/appveyor.yml",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/ar.php",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/ar.php",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/ar.php",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/ar.php",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/ar.php",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/ar.php",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/ar.php",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/ar.php",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/ar.php",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/ar.php",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/ar.php",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/ar.php",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/ar.php",status="404"} 0.000403246 http_request_duration_seconds_count{method="GET",path="/ar.php",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/archive.7z",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/archive.7z",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/archive.7z",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/archive.7z",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/archive.7z",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/archive.7z",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/archive.7z",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/archive.7z",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/archive.7z",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/archive.7z",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/archive.7z",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/archive.7z",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/archive.7z",status="404"} 0.000131494 http_request_duration_seconds_count{method="GET",path="/archive.7z",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/archive.bz2",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/archive.bz2",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/archive.bz2",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/archive.bz2",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/archive.bz2",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/archive.bz2",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/archive.bz2",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/archive.bz2",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/archive.bz2",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/archive.bz2",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/archive.bz2",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/archive.bz2",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/archive.bz2",status="404"} 0.000120822 http_request_duration_seconds_count{method="GET",path="/archive.bz2",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/archive.gz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/archive.gz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/archive.gz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/archive.gz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/archive.gz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/archive.gz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/archive.gz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/archive.gz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/archive.gz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/archive.gz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/archive.gz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/archive.gz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/archive.gz",status="404"} 0.000130758 http_request_duration_seconds_count{method="GET",path="/archive.gz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/archive.rar",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/archive.rar",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/archive.rar",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/archive.rar",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/archive.rar",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/archive.rar",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/archive.rar",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/archive.rar",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/archive.rar",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/archive.rar",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/archive.rar",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/archive.rar",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/archive.rar",status="404"} 0.000121162 http_request_duration_seconds_count{method="GET",path="/archive.rar",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/archive.sql",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/archive.sql",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/archive.sql",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/archive.sql",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/archive.sql",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/archive.sql",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/archive.sql",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/archive.sql",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/archive.sql",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/archive.sql",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/archive.sql",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/archive.sql",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/archive.sql",status="404"} 0.000149601 http_request_duration_seconds_count{method="GET",path="/archive.sql",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/archive.sql.bz2",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/archive.sql.bz2",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/archive.sql.bz2",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/archive.sql.bz2",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/archive.sql.bz2",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/archive.sql.bz2",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/archive.sql.bz2",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/archive.sql.bz2",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/archive.sql.bz2",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/archive.sql.bz2",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/archive.sql.bz2",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/archive.sql.bz2",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/archive.sql.bz2",status="404"} 0.000162472 http_request_duration_seconds_count{method="GET",path="/archive.sql.bz2",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/archive.sql.gz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/archive.sql.gz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/archive.sql.gz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/archive.sql.gz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/archive.sql.gz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/archive.sql.gz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/archive.sql.gz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/archive.sql.gz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/archive.sql.gz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/archive.sql.gz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/archive.sql.gz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/archive.sql.gz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/archive.sql.gz",status="404"} 0.000167053 http_request_duration_seconds_count{method="GET",path="/archive.sql.gz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/archive.tar",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/archive.tar",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/archive.tar",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/archive.tar",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/archive.tar",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/archive.tar",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/archive.tar",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/archive.tar",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/archive.tar",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/archive.tar",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/archive.tar",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/archive.tar",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/archive.tar",status="404"} 0.000137456 http_request_duration_seconds_count{method="GET",path="/archive.tar",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/archive.tar.bz2",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/archive.tar.bz2",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/archive.tar.bz2",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/archive.tar.bz2",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/archive.tar.bz2",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/archive.tar.bz2",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/archive.tar.bz2",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/archive.tar.bz2",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/archive.tar.bz2",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/archive.tar.bz2",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/archive.tar.bz2",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/archive.tar.bz2",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/archive.tar.bz2",status="404"} 0.000134646 http_request_duration_seconds_count{method="GET",path="/archive.tar.bz2",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/archive.tar.gz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/archive.tar.gz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/archive.tar.gz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/archive.tar.gz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/archive.tar.gz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/archive.tar.gz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/archive.tar.gz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/archive.tar.gz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/archive.tar.gz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/archive.tar.gz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/archive.tar.gz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/archive.tar.gz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/archive.tar.gz",status="404"} 0.000149803 http_request_duration_seconds_count{method="GET",path="/archive.tar.gz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/archive.tar.xz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/archive.tar.xz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/archive.tar.xz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/archive.tar.xz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/archive.tar.xz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/archive.tar.xz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/archive.tar.xz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/archive.tar.xz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/archive.tar.xz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/archive.tar.xz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/archive.tar.xz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/archive.tar.xz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/archive.tar.xz",status="404"} 0.000129042 http_request_duration_seconds_count{method="GET",path="/archive.tar.xz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/archive.tgz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/archive.tgz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/archive.tgz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/archive.tgz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/archive.tgz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/archive.tgz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/archive.tgz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/archive.tgz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/archive.tgz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/archive.tgz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/archive.tgz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/archive.tgz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/archive.tgz",status="404"} 0.000143495 http_request_duration_seconds_count{method="GET",path="/archive.tgz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/archive.zip",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/archive.zip",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/archive.zip",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/archive.zip",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/archive.zip",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/archive.zip",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/archive.zip",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/archive.zip",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/archive.zip",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/archive.zip",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/archive.zip",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/archive.zip",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/archive.zip",status="404"} 0.000153576 http_request_duration_seconds_count{method="GET",path="/archive.zip",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/archive.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/archive.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/archive.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/archive.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/archive.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/archive.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/archive.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/archive.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/archive.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/archive.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/archive.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/archive.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/archive.zip",status="429"} 3.1636999999999995e-05 http_request_duration_seconds_count{method="GET",path="/archive.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/archive.zst",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/archive.zst",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/archive.zst",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/archive.zst",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/archive.zst",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/archive.zst",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/archive.zst",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/archive.zst",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/archive.zst",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/archive.zst",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/archive.zst",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/archive.zst",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/archive.zst",status="404"} 0.000150811 http_request_duration_seconds_count{method="GET",path="/archive.zst",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/archives.7z",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/archives.7z",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/archives.7z",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/archives.7z",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/archives.7z",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/archives.7z",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/archives.7z",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/archives.7z",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/archives.7z",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/archives.7z",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/archives.7z",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/archives.7z",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/archives.7z",status="404"} 0.000137637 http_request_duration_seconds_count{method="GET",path="/archives.7z",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/archives.bz2",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/archives.bz2",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/archives.bz2",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/archives.bz2",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/archives.bz2",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/archives.bz2",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/archives.bz2",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/archives.bz2",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/archives.bz2",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/archives.bz2",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/archives.bz2",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/archives.bz2",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/archives.bz2",status="404"} 0.000141536 http_request_duration_seconds_count{method="GET",path="/archives.bz2",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/archives.gz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/archives.gz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/archives.gz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/archives.gz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/archives.gz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/archives.gz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/archives.gz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/archives.gz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/archives.gz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/archives.gz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/archives.gz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/archives.gz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/archives.gz",status="404"} 0.000135174 http_request_duration_seconds_count{method="GET",path="/archives.gz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/archives.rar",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/archives.rar",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/archives.rar",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/archives.rar",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/archives.rar",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/archives.rar",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/archives.rar",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/archives.rar",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/archives.rar",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/archives.rar",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/archives.rar",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/archives.rar",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/archives.rar",status="404"} 0.000120891 http_request_duration_seconds_count{method="GET",path="/archives.rar",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/archives.sql",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/archives.sql",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/archives.sql",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/archives.sql",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/archives.sql",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/archives.sql",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/archives.sql",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/archives.sql",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/archives.sql",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/archives.sql",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/archives.sql",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/archives.sql",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/archives.sql",status="404"} 0.000174727 http_request_duration_seconds_count{method="GET",path="/archives.sql",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/archives.sql.bz2",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/archives.sql.bz2",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/archives.sql.bz2",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/archives.sql.bz2",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/archives.sql.bz2",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/archives.sql.bz2",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/archives.sql.bz2",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/archives.sql.bz2",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/archives.sql.bz2",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/archives.sql.bz2",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/archives.sql.bz2",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/archives.sql.bz2",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/archives.sql.bz2",status="404"} 0.000141758 http_request_duration_seconds_count{method="GET",path="/archives.sql.bz2",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/archives.sql.gz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/archives.sql.gz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/archives.sql.gz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/archives.sql.gz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/archives.sql.gz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/archives.sql.gz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/archives.sql.gz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/archives.sql.gz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/archives.sql.gz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/archives.sql.gz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/archives.sql.gz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/archives.sql.gz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/archives.sql.gz",status="404"} 0.000145737 http_request_duration_seconds_count{method="GET",path="/archives.sql.gz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/archives.tar",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/archives.tar",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/archives.tar",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/archives.tar",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/archives.tar",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/archives.tar",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/archives.tar",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/archives.tar",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/archives.tar",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/archives.tar",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/archives.tar",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/archives.tar",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/archives.tar",status="404"} 0.000129515 http_request_duration_seconds_count{method="GET",path="/archives.tar",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/archives.tar.bz2",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/archives.tar.bz2",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/archives.tar.bz2",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/archives.tar.bz2",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/archives.tar.bz2",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/archives.tar.bz2",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/archives.tar.bz2",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/archives.tar.bz2",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/archives.tar.bz2",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/archives.tar.bz2",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/archives.tar.bz2",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/archives.tar.bz2",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/archives.tar.bz2",status="404"} 0.000150401 http_request_duration_seconds_count{method="GET",path="/archives.tar.bz2",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/archives.tar.gz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/archives.tar.gz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/archives.tar.gz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/archives.tar.gz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/archives.tar.gz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/archives.tar.gz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/archives.tar.gz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/archives.tar.gz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/archives.tar.gz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/archives.tar.gz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/archives.tar.gz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/archives.tar.gz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/archives.tar.gz",status="404"} 0.000127594 http_request_duration_seconds_count{method="GET",path="/archives.tar.gz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/archives.tar.xz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/archives.tar.xz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/archives.tar.xz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/archives.tar.xz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/archives.tar.xz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/archives.tar.xz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/archives.tar.xz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/archives.tar.xz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/archives.tar.xz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/archives.tar.xz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/archives.tar.xz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/archives.tar.xz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/archives.tar.xz",status="404"} 0.000179668 http_request_duration_seconds_count{method="GET",path="/archives.tar.xz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/archives.tgz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/archives.tgz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/archives.tgz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/archives.tgz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/archives.tgz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/archives.tgz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/archives.tgz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/archives.tgz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/archives.tgz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/archives.tgz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/archives.tgz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/archives.tgz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/archives.tgz",status="404"} 0.000141385 http_request_duration_seconds_count{method="GET",path="/archives.tgz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/archives.zip",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/archives.zip",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/archives.zip",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/archives.zip",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/archives.zip",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/archives.zip",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/archives.zip",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/archives.zip",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/archives.zip",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/archives.zip",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/archives.zip",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/archives.zip",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/archives.zip",status="404"} 0.000136864 http_request_duration_seconds_count{method="GET",path="/archives.zip",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/archives.zst",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/archives.zst",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/archives.zst",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/archives.zst",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/archives.zst",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/archives.zst",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/archives.zst",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/archives.zst",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/archives.zst",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/archives.zst",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/archives.zst",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/archives.zst",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/archives.zst",status="404"} 0.000226686 http_request_duration_seconds_count{method="GET",path="/archives.zst",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/articles/*",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/articles/*",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/articles/*",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/articles/*",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/articles/*",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/articles/*",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/articles/*",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/articles/*",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/articles/*",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/articles/*",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/articles/*",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/articles/*",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/articles/*",status="429"} 0.000219902 http_request_duration_seconds_count{method="GET",path="/articles/*",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/as.php",status="404",le="0.005"} 7 http_request_duration_seconds_bucket{method="GET",path="/as.php",status="404",le="0.01"} 7 http_request_duration_seconds_bucket{method="GET",path="/as.php",status="404",le="0.025"} 7 http_request_duration_seconds_bucket{method="GET",path="/as.php",status="404",le="0.05"} 7 http_request_duration_seconds_bucket{method="GET",path="/as.php",status="404",le="0.1"} 7 http_request_duration_seconds_bucket{method="GET",path="/as.php",status="404",le="0.25"} 7 http_request_duration_seconds_bucket{method="GET",path="/as.php",status="404",le="0.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/as.php",status="404",le="1"} 7 http_request_duration_seconds_bucket{method="GET",path="/as.php",status="404",le="2.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/as.php",status="404",le="5"} 7 http_request_duration_seconds_bucket{method="GET",path="/as.php",status="404",le="10"} 7 http_request_duration_seconds_bucket{method="GET",path="/as.php",status="404",le="+Inf"} 7 http_request_duration_seconds_sum{method="GET",path="/as.php",status="404"} 0.000990726 http_request_duration_seconds_count{method="GET",path="/as.php",status="404"} 7 http_request_duration_seconds_bucket{method="GET",path="/asasx.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/asasx.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/asasx.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/asasx.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/asasx.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/asasx.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/asasx.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/asasx.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/asasx.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/asasx.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/asasx.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/asasx.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/asasx.php",status="404"} 0.000292007 http_request_duration_seconds_count{method="GET",path="/asasx.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/asd.php",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/asd.php",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/asd.php",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/asd.php",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/asd.php",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/asd.php",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/asd.php",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/asd.php",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/asd.php",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/asd.php",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/asd.php",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/asd.php",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/asd.php",status="404"} 0.00043734800000000006 http_request_duration_seconds_count{method="GET",path="/asd.php",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/asdf.php",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/asdf.php",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/asdf.php",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/asdf.php",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/asdf.php",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/asdf.php",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/asdf.php",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/asdf.php",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/asdf.php",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/asdf.php",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/asdf.php",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/asdf.php",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/asdf.php",status="429"} 0.000152674 http_request_duration_seconds_count{method="GET",path="/asdf.php",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/asdkjh2k3h4_nonexistent_path",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/asdkjh2k3h4_nonexistent_path",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/asdkjh2k3h4_nonexistent_path",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/asdkjh2k3h4_nonexistent_path",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/asdkjh2k3h4_nonexistent_path",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/asdkjh2k3h4_nonexistent_path",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/asdkjh2k3h4_nonexistent_path",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/asdkjh2k3h4_nonexistent_path",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/asdkjh2k3h4_nonexistent_path",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/asdkjh2k3h4_nonexistent_path",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/asdkjh2k3h4_nonexistent_path",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/asdkjh2k3h4_nonexistent_path",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/asdkjh2k3h4_nonexistent_path",status="404"} 0.000410696 http_request_duration_seconds_count{method="GET",path="/asdkjh2k3h4_nonexistent_path",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/asp.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/asp.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/asp.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/asp.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/asp.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/asp.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/asp.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/asp.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/asp.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/asp.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/asp.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/asp.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/asp.zip",status="429"} 3.0095e-05 http_request_duration_seconds_count{method="GET",path="/asp.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/aspnet.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/aspnet.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/aspnet.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/aspnet.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/aspnet.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/aspnet.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/aspnet.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/aspnet.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/aspnet.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/aspnet.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/aspnet.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/aspnet.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/aspnet.zip",status="429"} 2.591e-05 http_request_duration_seconds_count{method="GET",path="/aspnet.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/asset-manifest.json",status="404",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/asset-manifest.json",status="404",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/asset-manifest.json",status="404",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/asset-manifest.json",status="404",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/asset-manifest.json",status="404",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/asset-manifest.json",status="404",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/asset-manifest.json",status="404",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/asset-manifest.json",status="404",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/asset-manifest.json",status="404",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/asset-manifest.json",status="404",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/asset-manifest.json",status="404",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/asset-manifest.json",status="404",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/asset-manifest.json",status="404"} 0.0006482160000000001 http_request_duration_seconds_count{method="GET",path="/asset-manifest.json",status="404"} 4 http_request_duration_seconds_bucket{method="GET",path="/asset-manifest.json",status="429",le="0.005"} 18 http_request_duration_seconds_bucket{method="GET",path="/asset-manifest.json",status="429",le="0.01"} 18 http_request_duration_seconds_bucket{method="GET",path="/asset-manifest.json",status="429",le="0.025"} 18 http_request_duration_seconds_bucket{method="GET",path="/asset-manifest.json",status="429",le="0.05"} 18 http_request_duration_seconds_bucket{method="GET",path="/asset-manifest.json",status="429",le="0.1"} 18 http_request_duration_seconds_bucket{method="GET",path="/asset-manifest.json",status="429",le="0.25"} 18 http_request_duration_seconds_bucket{method="GET",path="/asset-manifest.json",status="429",le="0.5"} 18 http_request_duration_seconds_bucket{method="GET",path="/asset-manifest.json",status="429",le="1"} 18 http_request_duration_seconds_bucket{method="GET",path="/asset-manifest.json",status="429",le="2.5"} 18 http_request_duration_seconds_bucket{method="GET",path="/asset-manifest.json",status="429",le="5"} 18 http_request_duration_seconds_bucket{method="GET",path="/asset-manifest.json",status="429",le="10"} 18 http_request_duration_seconds_bucket{method="GET",path="/asset-manifest.json",status="429",le="+Inf"} 18 http_request_duration_seconds_sum{method="GET",path="/asset-manifest.json",status="429"} 0.0014069159999999998 http_request_duration_seconds_count{method="GET",path="/asset-manifest.json",status="429"} 18 http_request_duration_seconds_bucket{method="GET",path="/assets.zip",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/assets.zip",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/assets.zip",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/assets.zip",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/assets.zip",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/assets.zip",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/assets.zip",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/assets.zip",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/assets.zip",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/assets.zip",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/assets.zip",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/assets.zip",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/assets.zip",status="404"} 8.0689e-05 http_request_duration_seconds_count{method="GET",path="/assets.zip",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/assets.zip",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/assets.zip",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/assets.zip",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/assets.zip",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/assets.zip",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/assets.zip",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/assets.zip",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/assets.zip",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/assets.zip",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/assets.zip",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/assets.zip",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/assets.zip",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/assets.zip",status="429"} 1.9903e-05 http_request_duration_seconds_count{method="GET",path="/assets.zip",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/assets/.env",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/assets/.env",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/assets/.env",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/assets/.env",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/assets/.env",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/assets/.env",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/assets/.env",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/assets/.env",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/assets/.env",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/assets/.env",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/assets/.env",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/assets/.env",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/assets/.env",status="404"} 0.000160309 http_request_duration_seconds_count{method="GET",path="/assets/.env",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/assets/.env",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/assets/.env",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/assets/.env",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/assets/.env",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/assets/.env",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/assets/.env",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/assets/.env",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/assets/.env",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/assets/.env",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/assets/.env",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/assets/.env",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/assets/.env",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/assets/.env",status="429"} 8.1595e-05 http_request_duration_seconds_count{method="GET",path="/assets/.env",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/assets/.git/config",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/assets/.git/config",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/assets/.git/config",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/assets/.git/config",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/assets/.git/config",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/assets/.git/config",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/assets/.git/config",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/assets/.git/config",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/assets/.git/config",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/assets/.git/config",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/assets/.git/config",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/assets/.git/config",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/assets/.git/config",status="429"} 0.000128 http_request_duration_seconds_count{method="GET",path="/assets/.git/config",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/assets/manifest.json",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/assets/manifest.json",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/assets/manifest.json",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/assets/manifest.json",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/assets/manifest.json",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/assets/manifest.json",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/assets/manifest.json",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/assets/manifest.json",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/assets/manifest.json",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/assets/manifest.json",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/assets/manifest.json",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/assets/manifest.json",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/assets/manifest.json",status="404"} 0.000259316 http_request_duration_seconds_count{method="GET",path="/assets/manifest.json",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/assets/manifest.json",status="429",le="0.005"} 16 http_request_duration_seconds_bucket{method="GET",path="/assets/manifest.json",status="429",le="0.01"} 16 http_request_duration_seconds_bucket{method="GET",path="/assets/manifest.json",status="429",le="0.025"} 16 http_request_duration_seconds_bucket{method="GET",path="/assets/manifest.json",status="429",le="0.05"} 16 http_request_duration_seconds_bucket{method="GET",path="/assets/manifest.json",status="429",le="0.1"} 16 http_request_duration_seconds_bucket{method="GET",path="/assets/manifest.json",status="429",le="0.25"} 16 http_request_duration_seconds_bucket{method="GET",path="/assets/manifest.json",status="429",le="0.5"} 16 http_request_duration_seconds_bucket{method="GET",path="/assets/manifest.json",status="429",le="1"} 16 http_request_duration_seconds_bucket{method="GET",path="/assets/manifest.json",status="429",le="2.5"} 16 http_request_duration_seconds_bucket{method="GET",path="/assets/manifest.json",status="429",le="5"} 16 http_request_duration_seconds_bucket{method="GET",path="/assets/manifest.json",status="429",le="10"} 16 http_request_duration_seconds_bucket{method="GET",path="/assets/manifest.json",status="429",le="+Inf"} 16 http_request_duration_seconds_sum{method="GET",path="/assets/manifest.json",status="429"} 0.0012542160000000003 http_request_duration_seconds_count{method="GET",path="/assets/manifest.json",status="429"} 16 http_request_duration_seconds_bucket{method="GET",path="/atkno.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/atkno.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/atkno.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/atkno.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/atkno.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/atkno.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/atkno.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/atkno.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/atkno.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/atkno.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/atkno.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/atkno.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/atkno.php",status="404"} 0.000117717 http_request_duration_seconds_count{method="GET",path="/atkno.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/atomlib.php",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/atomlib.php",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/atomlib.php",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/atomlib.php",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/atomlib.php",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/atomlib.php",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/atomlib.php",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/atomlib.php",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/atomlib.php",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/atomlib.php",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/atomlib.php",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/atomlib.php",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/atomlib.php",status="404"} 0.00519711 http_request_duration_seconds_count{method="GET",path="/atomlib.php",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/attachments.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/attachments.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/attachments.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/attachments.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/attachments.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/attachments.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/attachments.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/attachments.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/attachments.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/attachments.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/attachments.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/attachments.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/attachments.zip",status="429"} 3.9846e-05 http_request_duration_seconds_count{method="GET",path="/attachments.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/attacker/docker-compose.yml",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/attacker/docker-compose.yml",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/attacker/docker-compose.yml",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/attacker/docker-compose.yml",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/attacker/docker-compose.yml",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/attacker/docker-compose.yml",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/attacker/docker-compose.yml",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/attacker/docker-compose.yml",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/attacker/docker-compose.yml",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/attacker/docker-compose.yml",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/attacker/docker-compose.yml",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/attacker/docker-compose.yml",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/attacker/docker-compose.yml",status="429"} 0.000212643 http_request_duration_seconds_count{method="GET",path="/attacker/docker-compose.yml",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/atx.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/atx.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/atx.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/atx.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/atx.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/atx.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/atx.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/atx.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/atx.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/atx.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/atx.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/atx.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/atx.php",status="404"} 0.000255643 http_request_duration_seconds_count{method="GET",path="/atx.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/audio.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/audio.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/audio.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/audio.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/audio.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/audio.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/audio.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/audio.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/audio.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/audio.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/audio.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/audio.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/audio.zip",status="429"} 3.0793e-05 http_request_duration_seconds_count{method="GET",path="/audio.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/auth.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/auth.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/auth.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/auth.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/auth.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/auth.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/auth.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/auth.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/auth.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/auth.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/auth.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/auth.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/auth.zip",status="429"} 5.5546e-05 http_request_duration_seconds_count{method="GET",path="/auth.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/auth/*",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/auth/*",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/auth/*",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/auth/*",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/auth/*",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/auth/*",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/auth/*",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/auth/*",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/auth/*",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/auth/*",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/auth/*",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/auth/*",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/auth/*",status="429"} 0.00018155 http_request_duration_seconds_count{method="GET",path="/auth/*",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/auth/service_key.json",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/auth/service_key.json",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/auth/service_key.json",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/auth/service_key.json",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/auth/service_key.json",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/auth/service_key.json",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/auth/service_key.json",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/auth/service_key.json",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/auth/service_key.json",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/auth/service_key.json",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/auth/service_key.json",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/auth/service_key.json",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/auth/service_key.json",status="404"} 0.000108841 http_request_duration_seconds_count{method="GET",path="/auth/service_key.json",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/authentication.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/authentication.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/authentication.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/authentication.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/authentication.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/authentication.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/authentication.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/authentication.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/authentication.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/authentication.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/authentication.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/authentication.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/authentication.zip",status="429"} 2.672e-05 http_request_duration_seconds_count{method="GET",path="/authentication.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/authorization.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/authorization.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/authorization.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/authorization.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/authorization.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/authorization.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/authorization.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/authorization.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/authorization.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/authorization.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/authorization.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/authorization.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/authorization.zip",status="429"} 2.145e-05 http_request_duration_seconds_count{method="GET",path="/authorization.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/autoload_classmap.php",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/autoload_classmap.php",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/autoload_classmap.php",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/autoload_classmap.php",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/autoload_classmap.php",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/autoload_classmap.php",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/autoload_classmap.php",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/autoload_classmap.php",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/autoload_classmap.php",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/autoload_classmap.php",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/autoload_classmap.php",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/autoload_classmap.php",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/autoload_classmap.php",status="404"} 0.000401144 http_request_duration_seconds_count{method="GET",path="/autoload_classmap.php",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/automation.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/automation.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/automation.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/automation.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/automation.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/automation.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/automation.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/automation.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/automation.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/automation.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/automation.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/automation.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/automation.zip",status="429"} 3.8627e-05 http_request_duration_seconds_count{method="GET",path="/automation.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/av.php",status="404",le="0.005"} 5 http_request_duration_seconds_bucket{method="GET",path="/av.php",status="404",le="0.01"} 5 http_request_duration_seconds_bucket{method="GET",path="/av.php",status="404",le="0.025"} 5 http_request_duration_seconds_bucket{method="GET",path="/av.php",status="404",le="0.05"} 5 http_request_duration_seconds_bucket{method="GET",path="/av.php",status="404",le="0.1"} 5 http_request_duration_seconds_bucket{method="GET",path="/av.php",status="404",le="0.25"} 5 http_request_duration_seconds_bucket{method="GET",path="/av.php",status="404",le="0.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/av.php",status="404",le="1"} 5 http_request_duration_seconds_bucket{method="GET",path="/av.php",status="404",le="2.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/av.php",status="404",le="5"} 5 http_request_duration_seconds_bucket{method="GET",path="/av.php",status="404",le="10"} 5 http_request_duration_seconds_bucket{method="GET",path="/av.php",status="404",le="+Inf"} 5 http_request_duration_seconds_sum{method="GET",path="/av.php",status="404"} 0.0007025619999999999 http_request_duration_seconds_count{method="GET",path="/av.php",status="404"} 5 http_request_duration_seconds_bucket{method="GET",path="/ave.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/ave.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/ave.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/ave.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/ave.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/ave.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/ave.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/ave.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/ave.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/ave.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/ave.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/ave.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/ave.php",status="404"} 0.000262152 http_request_duration_seconds_count{method="GET",path="/ave.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/aw.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/aw.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/aw.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/aw.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/aw.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/aw.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/aw.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/aw.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/aw.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/aw.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/aw.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/aw.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/aw.php",status="404"} 0.000131614 http_request_duration_seconds_count{method="GET",path="/aw.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/awa.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/awa.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/awa.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/awa.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/awa.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/awa.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/awa.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/awa.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/awa.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/awa.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/awa.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/awa.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/awa.php",status="429"} 0.000124031 http_request_duration_seconds_count{method="GET",path="/awa.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/awp-careers.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/awp-careers.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/awp-careers.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/awp-careers.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/awp-careers.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/awp-careers.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/awp-careers.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/awp-careers.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/awp-careers.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/awp-careers.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/awp-careers.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/awp-careers.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/awp-careers.php",status="404"} 0.000185475 http_request_duration_seconds_count{method="GET",path="/awp-careers.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/aws-cloudformation-template.json",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/aws-cloudformation-template.json",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/aws-cloudformation-template.json",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/aws-cloudformation-template.json",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/aws-cloudformation-template.json",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/aws-cloudformation-template.json",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/aws-cloudformation-template.json",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/aws-cloudformation-template.json",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/aws-cloudformation-template.json",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/aws-cloudformation-template.json",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/aws-cloudformation-template.json",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/aws-cloudformation-template.json",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/aws-cloudformation-template.json",status="404"} 0.000122868 http_request_duration_seconds_count{method="GET",path="/aws-cloudformation-template.json",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/aws-cloudformation-template.json",status="429",le="0.005"} 18 http_request_duration_seconds_bucket{method="GET",path="/aws-cloudformation-template.json",status="429",le="0.01"} 18 http_request_duration_seconds_bucket{method="GET",path="/aws-cloudformation-template.json",status="429",le="0.025"} 18 http_request_duration_seconds_bucket{method="GET",path="/aws-cloudformation-template.json",status="429",le="0.05"} 18 http_request_duration_seconds_bucket{method="GET",path="/aws-cloudformation-template.json",status="429",le="0.1"} 18 http_request_duration_seconds_bucket{method="GET",path="/aws-cloudformation-template.json",status="429",le="0.25"} 18 http_request_duration_seconds_bucket{method="GET",path="/aws-cloudformation-template.json",status="429",le="0.5"} 18 http_request_duration_seconds_bucket{method="GET",path="/aws-cloudformation-template.json",status="429",le="1"} 18 http_request_duration_seconds_bucket{method="GET",path="/aws-cloudformation-template.json",status="429",le="2.5"} 18 http_request_duration_seconds_bucket{method="GET",path="/aws-cloudformation-template.json",status="429",le="5"} 18 http_request_duration_seconds_bucket{method="GET",path="/aws-cloudformation-template.json",status="429",le="10"} 18 http_request_duration_seconds_bucket{method="GET",path="/aws-cloudformation-template.json",status="429",le="+Inf"} 18 http_request_duration_seconds_sum{method="GET",path="/aws-cloudformation-template.json",status="429"} 0.001328425 http_request_duration_seconds_count{method="GET",path="/aws-cloudformation-template.json",status="429"} 18 http_request_duration_seconds_bucket{method="GET",path="/aws-codecommit/",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/aws-codecommit/",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/aws-codecommit/",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/aws-codecommit/",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/aws-codecommit/",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/aws-codecommit/",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/aws-codecommit/",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/aws-codecommit/",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/aws-codecommit/",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/aws-codecommit/",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/aws-codecommit/",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/aws-codecommit/",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/aws-codecommit/",status="429"} 0.00020569700000000002 http_request_duration_seconds_count{method="GET",path="/aws-codecommit/",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/aws-config.js",status="404",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/aws-config.js",status="404",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/aws-config.js",status="404",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/aws-config.js",status="404",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/aws-config.js",status="404",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/aws-config.js",status="404",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/aws-config.js",status="404",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/aws-config.js",status="404",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/aws-config.js",status="404",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/aws-config.js",status="404",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/aws-config.js",status="404",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/aws-config.js",status="404",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/aws-config.js",status="404"} 0.000593584 http_request_duration_seconds_count{method="GET",path="/aws-config.js",status="404"} 4 http_request_duration_seconds_bucket{method="GET",path="/aws-config.js",status="429",le="0.005"} 16 http_request_duration_seconds_bucket{method="GET",path="/aws-config.js",status="429",le="0.01"} 16 http_request_duration_seconds_bucket{method="GET",path="/aws-config.js",status="429",le="0.025"} 16 http_request_duration_seconds_bucket{method="GET",path="/aws-config.js",status="429",le="0.05"} 16 http_request_duration_seconds_bucket{method="GET",path="/aws-config.js",status="429",le="0.1"} 16 http_request_duration_seconds_bucket{method="GET",path="/aws-config.js",status="429",le="0.25"} 16 http_request_duration_seconds_bucket{method="GET",path="/aws-config.js",status="429",le="0.5"} 16 http_request_duration_seconds_bucket{method="GET",path="/aws-config.js",status="429",le="1"} 16 http_request_duration_seconds_bucket{method="GET",path="/aws-config.js",status="429",le="2.5"} 16 http_request_duration_seconds_bucket{method="GET",path="/aws-config.js",status="429",le="5"} 16 http_request_duration_seconds_bucket{method="GET",path="/aws-config.js",status="429",le="10"} 16 http_request_duration_seconds_bucket{method="GET",path="/aws-config.js",status="429",le="+Inf"} 16 http_request_duration_seconds_sum{method="GET",path="/aws-config.js",status="429"} 0.001273296 http_request_duration_seconds_count{method="GET",path="/aws-config.js",status="429"} 16 http_request_duration_seconds_bucket{method="GET",path="/aws-configuration.js",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/aws-configuration.js",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/aws-configuration.js",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/aws-configuration.js",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/aws-configuration.js",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/aws-configuration.js",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/aws-configuration.js",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/aws-configuration.js",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/aws-configuration.js",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/aws-configuration.js",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/aws-configuration.js",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/aws-configuration.js",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/aws-configuration.js",status="404"} 0.000140321 http_request_duration_seconds_count{method="GET",path="/aws-configuration.js",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/aws-configuration.js",status="429",le="0.005"} 18 http_request_duration_seconds_bucket{method="GET",path="/aws-configuration.js",status="429",le="0.01"} 18 http_request_duration_seconds_bucket{method="GET",path="/aws-configuration.js",status="429",le="0.025"} 18 http_request_duration_seconds_bucket{method="GET",path="/aws-configuration.js",status="429",le="0.05"} 18 http_request_duration_seconds_bucket{method="GET",path="/aws-configuration.js",status="429",le="0.1"} 18 http_request_duration_seconds_bucket{method="GET",path="/aws-configuration.js",status="429",le="0.25"} 18 http_request_duration_seconds_bucket{method="GET",path="/aws-configuration.js",status="429",le="0.5"} 18 http_request_duration_seconds_bucket{method="GET",path="/aws-configuration.js",status="429",le="1"} 18 http_request_duration_seconds_bucket{method="GET",path="/aws-configuration.js",status="429",le="2.5"} 18 http_request_duration_seconds_bucket{method="GET",path="/aws-configuration.js",status="429",le="5"} 18 http_request_duration_seconds_bucket{method="GET",path="/aws-configuration.js",status="429",le="10"} 18 http_request_duration_seconds_bucket{method="GET",path="/aws-configuration.js",status="429",le="+Inf"} 18 http_request_duration_seconds_sum{method="GET",path="/aws-configuration.js",status="429"} 0.0013825799999999998 http_request_duration_seconds_count{method="GET",path="/aws-configuration.js",status="429"} 18 http_request_duration_seconds_bucket{method="GET",path="/aws-credentials",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/aws-credentials",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/aws-credentials",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/aws-credentials",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/aws-credentials",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/aws-credentials",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/aws-credentials",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/aws-credentials",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/aws-credentials",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/aws-credentials",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/aws-credentials",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/aws-credentials",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/aws-credentials",status="404"} 0.000125483 http_request_duration_seconds_count{method="GET",path="/aws-credentials",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/aws-creds.json",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/aws-creds.json",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/aws-creds.json",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/aws-creds.json",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/aws-creds.json",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/aws-creds.json",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/aws-creds.json",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/aws-creds.json",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/aws-creds.json",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/aws-creds.json",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/aws-creds.json",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/aws-creds.json",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/aws-creds.json",status="404"} 0.000145033 http_request_duration_seconds_count{method="GET",path="/aws-creds.json",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/aws-creds.json",status="429",le="0.005"} 18 http_request_duration_seconds_bucket{method="GET",path="/aws-creds.json",status="429",le="0.01"} 18 http_request_duration_seconds_bucket{method="GET",path="/aws-creds.json",status="429",le="0.025"} 18 http_request_duration_seconds_bucket{method="GET",path="/aws-creds.json",status="429",le="0.05"} 18 http_request_duration_seconds_bucket{method="GET",path="/aws-creds.json",status="429",le="0.1"} 18 http_request_duration_seconds_bucket{method="GET",path="/aws-creds.json",status="429",le="0.25"} 18 http_request_duration_seconds_bucket{method="GET",path="/aws-creds.json",status="429",le="0.5"} 18 http_request_duration_seconds_bucket{method="GET",path="/aws-creds.json",status="429",le="1"} 18 http_request_duration_seconds_bucket{method="GET",path="/aws-creds.json",status="429",le="2.5"} 18 http_request_duration_seconds_bucket{method="GET",path="/aws-creds.json",status="429",le="5"} 18 http_request_duration_seconds_bucket{method="GET",path="/aws-creds.json",status="429",le="10"} 18 http_request_duration_seconds_bucket{method="GET",path="/aws-creds.json",status="429",le="+Inf"} 18 http_request_duration_seconds_sum{method="GET",path="/aws-creds.json",status="429"} 0.0014176690000000003 http_request_duration_seconds_count{method="GET",path="/aws-creds.json",status="429"} 18 http_request_duration_seconds_bucket{method="GET",path="/aws-exports.js",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/aws-exports.js",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/aws-exports.js",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/aws-exports.js",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/aws-exports.js",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/aws-exports.js",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/aws-exports.js",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/aws-exports.js",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/aws-exports.js",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/aws-exports.js",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/aws-exports.js",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/aws-exports.js",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/aws-exports.js",status="404"} 0.000233807 http_request_duration_seconds_count{method="GET",path="/aws-exports.js",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/aws-exports.js",status="429",le="0.005"} 17 http_request_duration_seconds_bucket{method="GET",path="/aws-exports.js",status="429",le="0.01"} 17 http_request_duration_seconds_bucket{method="GET",path="/aws-exports.js",status="429",le="0.025"} 17 http_request_duration_seconds_bucket{method="GET",path="/aws-exports.js",status="429",le="0.05"} 17 http_request_duration_seconds_bucket{method="GET",path="/aws-exports.js",status="429",le="0.1"} 17 http_request_duration_seconds_bucket{method="GET",path="/aws-exports.js",status="429",le="0.25"} 17 http_request_duration_seconds_bucket{method="GET",path="/aws-exports.js",status="429",le="0.5"} 17 http_request_duration_seconds_bucket{method="GET",path="/aws-exports.js",status="429",le="1"} 17 http_request_duration_seconds_bucket{method="GET",path="/aws-exports.js",status="429",le="2.5"} 17 http_request_duration_seconds_bucket{method="GET",path="/aws-exports.js",status="429",le="5"} 17 http_request_duration_seconds_bucket{method="GET",path="/aws-exports.js",status="429",le="10"} 17 http_request_duration_seconds_bucket{method="GET",path="/aws-exports.js",status="429",le="+Inf"} 17 http_request_duration_seconds_sum{method="GET",path="/aws-exports.js",status="429"} 0.001467142 http_request_duration_seconds_count{method="GET",path="/aws-exports.js",status="429"} 17 http_request_duration_seconds_bucket{method="GET",path="/aws-exports.ts",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/aws-exports.ts",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/aws-exports.ts",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/aws-exports.ts",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/aws-exports.ts",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/aws-exports.ts",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/aws-exports.ts",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/aws-exports.ts",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/aws-exports.ts",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/aws-exports.ts",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/aws-exports.ts",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/aws-exports.ts",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/aws-exports.ts",status="404"} 0.000166985 http_request_duration_seconds_count{method="GET",path="/aws-exports.ts",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/aws-keys.js",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/aws-keys.js",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/aws-keys.js",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/aws-keys.js",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/aws-keys.js",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/aws-keys.js",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/aws-keys.js",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/aws-keys.js",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/aws-keys.js",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/aws-keys.js",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/aws-keys.js",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/aws-keys.js",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/aws-keys.js",status="404"} 0.000178146 http_request_duration_seconds_count{method="GET",path="/aws-keys.js",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/aws-keys.js",status="429",le="0.005"} 18 http_request_duration_seconds_bucket{method="GET",path="/aws-keys.js",status="429",le="0.01"} 18 http_request_duration_seconds_bucket{method="GET",path="/aws-keys.js",status="429",le="0.025"} 18 http_request_duration_seconds_bucket{method="GET",path="/aws-keys.js",status="429",le="0.05"} 18 http_request_duration_seconds_bucket{method="GET",path="/aws-keys.js",status="429",le="0.1"} 18 http_request_duration_seconds_bucket{method="GET",path="/aws-keys.js",status="429",le="0.25"} 18 http_request_duration_seconds_bucket{method="GET",path="/aws-keys.js",status="429",le="0.5"} 18 http_request_duration_seconds_bucket{method="GET",path="/aws-keys.js",status="429",le="1"} 18 http_request_duration_seconds_bucket{method="GET",path="/aws-keys.js",status="429",le="2.5"} 18 http_request_duration_seconds_bucket{method="GET",path="/aws-keys.js",status="429",le="5"} 18 http_request_duration_seconds_bucket{method="GET",path="/aws-keys.js",status="429",le="10"} 18 http_request_duration_seconds_bucket{method="GET",path="/aws-keys.js",status="429",le="+Inf"} 18 http_request_duration_seconds_sum{method="GET",path="/aws-keys.js",status="429"} 0.001143881 http_request_duration_seconds_count{method="GET",path="/aws-keys.js",status="429"} 18 http_request_duration_seconds_bucket{method="GET",path="/aws-keys.json",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/aws-keys.json",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/aws-keys.json",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/aws-keys.json",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/aws-keys.json",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/aws-keys.json",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/aws-keys.json",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/aws-keys.json",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/aws-keys.json",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/aws-keys.json",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/aws-keys.json",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/aws-keys.json",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/aws-keys.json",status="404"} 0.000230657 http_request_duration_seconds_count{method="GET",path="/aws-keys.json",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/aws-keys.json",status="429",le="0.005"} 17 http_request_duration_seconds_bucket{method="GET",path="/aws-keys.json",status="429",le="0.01"} 17 http_request_duration_seconds_bucket{method="GET",path="/aws-keys.json",status="429",le="0.025"} 17 http_request_duration_seconds_bucket{method="GET",path="/aws-keys.json",status="429",le="0.05"} 17 http_request_duration_seconds_bucket{method="GET",path="/aws-keys.json",status="429",le="0.1"} 17 http_request_duration_seconds_bucket{method="GET",path="/aws-keys.json",status="429",le="0.25"} 17 http_request_duration_seconds_bucket{method="GET",path="/aws-keys.json",status="429",le="0.5"} 17 http_request_duration_seconds_bucket{method="GET",path="/aws-keys.json",status="429",le="1"} 17 http_request_duration_seconds_bucket{method="GET",path="/aws-keys.json",status="429",le="2.5"} 17 http_request_duration_seconds_bucket{method="GET",path="/aws-keys.json",status="429",le="5"} 17 http_request_duration_seconds_bucket{method="GET",path="/aws-keys.json",status="429",le="10"} 17 http_request_duration_seconds_bucket{method="GET",path="/aws-keys.json",status="429",le="+Inf"} 17 http_request_duration_seconds_sum{method="GET",path="/aws-keys.json",status="429"} 0.001224886 http_request_duration_seconds_count{method="GET",path="/aws-keys.json",status="429"} 17 http_request_duration_seconds_bucket{method="GET",path="/aws-sam.yml",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/aws-sam.yml",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/aws-sam.yml",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/aws-sam.yml",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/aws-sam.yml",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/aws-sam.yml",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/aws-sam.yml",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/aws-sam.yml",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/aws-sam.yml",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/aws-sam.yml",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/aws-sam.yml",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/aws-sam.yml",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/aws-sam.yml",status="404"} 0.000146109 http_request_duration_seconds_count{method="GET",path="/aws-sam.yml",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/aws-secret.yaml",status="404",le="0.005"} 7 http_request_duration_seconds_bucket{method="GET",path="/aws-secret.yaml",status="404",le="0.01"} 7 http_request_duration_seconds_bucket{method="GET",path="/aws-secret.yaml",status="404",le="0.025"} 7 http_request_duration_seconds_bucket{method="GET",path="/aws-secret.yaml",status="404",le="0.05"} 7 http_request_duration_seconds_bucket{method="GET",path="/aws-secret.yaml",status="404",le="0.1"} 7 http_request_duration_seconds_bucket{method="GET",path="/aws-secret.yaml",status="404",le="0.25"} 7 http_request_duration_seconds_bucket{method="GET",path="/aws-secret.yaml",status="404",le="0.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/aws-secret.yaml",status="404",le="1"} 7 http_request_duration_seconds_bucket{method="GET",path="/aws-secret.yaml",status="404",le="2.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/aws-secret.yaml",status="404",le="5"} 7 http_request_duration_seconds_bucket{method="GET",path="/aws-secret.yaml",status="404",le="10"} 7 http_request_duration_seconds_bucket{method="GET",path="/aws-secret.yaml",status="404",le="+Inf"} 7 http_request_duration_seconds_sum{method="GET",path="/aws-secret.yaml",status="404"} 0.0011205359999999999 http_request_duration_seconds_count{method="GET",path="/aws-secret.yaml",status="404"} 7 http_request_duration_seconds_bucket{method="GET",path="/aws-ses.json",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/aws-ses.json",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/aws-ses.json",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/aws-ses.json",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/aws-ses.json",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/aws-ses.json",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/aws-ses.json",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/aws-ses.json",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/aws-ses.json",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/aws-ses.json",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/aws-ses.json",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/aws-ses.json",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/aws-ses.json",status="429"} 0.000183877 http_request_duration_seconds_count{method="GET",path="/aws-ses.json",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/aws.config.js",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/aws.config.js",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/aws.config.js",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/aws.config.js",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/aws.config.js",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/aws.config.js",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/aws.config.js",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/aws.config.js",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/aws.config.js",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/aws.config.js",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/aws.config.js",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/aws.config.js",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/aws.config.js",status="404"} 0.00045717999999999996 http_request_duration_seconds_count{method="GET",path="/aws.config.js",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/aws.config.js",status="429",le="0.005"} 18 http_request_duration_seconds_bucket{method="GET",path="/aws.config.js",status="429",le="0.01"} 18 http_request_duration_seconds_bucket{method="GET",path="/aws.config.js",status="429",le="0.025"} 18 http_request_duration_seconds_bucket{method="GET",path="/aws.config.js",status="429",le="0.05"} 18 http_request_duration_seconds_bucket{method="GET",path="/aws.config.js",status="429",le="0.1"} 18 http_request_duration_seconds_bucket{method="GET",path="/aws.config.js",status="429",le="0.25"} 18 http_request_duration_seconds_bucket{method="GET",path="/aws.config.js",status="429",le="0.5"} 18 http_request_duration_seconds_bucket{method="GET",path="/aws.config.js",status="429",le="1"} 18 http_request_duration_seconds_bucket{method="GET",path="/aws.config.js",status="429",le="2.5"} 18 http_request_duration_seconds_bucket{method="GET",path="/aws.config.js",status="429",le="5"} 18 http_request_duration_seconds_bucket{method="GET",path="/aws.config.js",status="429",le="10"} 18 http_request_duration_seconds_bucket{method="GET",path="/aws.config.js",status="429",le="+Inf"} 18 http_request_duration_seconds_sum{method="GET",path="/aws.config.js",status="429"} 0.0014307900000000001 http_request_duration_seconds_count{method="GET",path="/aws.config.js",status="429"} 18 http_request_duration_seconds_bucket{method="GET",path="/aws.env",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/aws.env",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/aws.env",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/aws.env",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/aws.env",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/aws.env",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/aws.env",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/aws.env",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/aws.env",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/aws.env",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/aws.env",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/aws.env",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/aws.env",status="404"} 0.000510109 http_request_duration_seconds_count{method="GET",path="/aws.env",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/aws.env",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/aws.env",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/aws.env",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/aws.env",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/aws.env",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/aws.env",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/aws.env",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/aws.env",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/aws.env",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/aws.env",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/aws.env",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/aws.env",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/aws.env",status="429"} 8.0117e-05 http_request_duration_seconds_count{method="GET",path="/aws.env",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/aws.env.json",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/aws.env.json",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/aws.env.json",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/aws.env.json",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/aws.env.json",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/aws.env.json",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/aws.env.json",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/aws.env.json",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/aws.env.json",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/aws.env.json",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/aws.env.json",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/aws.env.json",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/aws.env.json",status="429"} 0.000245383 http_request_duration_seconds_count{method="GET",path="/aws.env.json",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/aws.json",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/aws.json",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/aws.json",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/aws.json",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/aws.json",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/aws.json",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/aws.json",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/aws.json",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/aws.json",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/aws.json",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/aws.json",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/aws.json",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/aws.json",status="404"} 0.00044658999999999996 http_request_duration_seconds_count{method="GET",path="/aws.json",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/aws.json",status="429",le="0.005"} 17 http_request_duration_seconds_bucket{method="GET",path="/aws.json",status="429",le="0.01"} 17 http_request_duration_seconds_bucket{method="GET",path="/aws.json",status="429",le="0.025"} 17 http_request_duration_seconds_bucket{method="GET",path="/aws.json",status="429",le="0.05"} 17 http_request_duration_seconds_bucket{method="GET",path="/aws.json",status="429",le="0.1"} 17 http_request_duration_seconds_bucket{method="GET",path="/aws.json",status="429",le="0.25"} 17 http_request_duration_seconds_bucket{method="GET",path="/aws.json",status="429",le="0.5"} 17 http_request_duration_seconds_bucket{method="GET",path="/aws.json",status="429",le="1"} 17 http_request_duration_seconds_bucket{method="GET",path="/aws.json",status="429",le="2.5"} 17 http_request_duration_seconds_bucket{method="GET",path="/aws.json",status="429",le="5"} 17 http_request_duration_seconds_bucket{method="GET",path="/aws.json",status="429",le="10"} 17 http_request_duration_seconds_bucket{method="GET",path="/aws.json",status="429",le="+Inf"} 17 http_request_duration_seconds_sum{method="GET",path="/aws.json",status="429"} 0.0014394849999999997 http_request_duration_seconds_count{method="GET",path="/aws.json",status="429"} 17 http_request_duration_seconds_bucket{method="GET",path="/aws.md",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/aws.md",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/aws.md",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/aws.md",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/aws.md",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/aws.md",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/aws.md",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/aws.md",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/aws.md",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/aws.md",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/aws.md",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/aws.md",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/aws.md",status="404"} 7.8554e-05 http_request_duration_seconds_count{method="GET",path="/aws.md",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/aws.md",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/aws.md",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/aws.md",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/aws.md",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/aws.md",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/aws.md",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/aws.md",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/aws.md",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/aws.md",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/aws.md",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/aws.md",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/aws.md",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/aws.md",status="429"} 4.0927e-05 http_request_duration_seconds_count{method="GET",path="/aws.md",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/aws.properties",status="429",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/aws.properties",status="429",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/aws.properties",status="429",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/aws.properties",status="429",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/aws.properties",status="429",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/aws.properties",status="429",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/aws.properties",status="429",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/aws.properties",status="429",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/aws.properties",status="429",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/aws.properties",status="429",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/aws.properties",status="429",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/aws.properties",status="429",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/aws.properties",status="429"} 0.00040223500000000003 http_request_duration_seconds_count{method="GET",path="/aws.properties",status="429"} 4 http_request_duration_seconds_bucket{method="GET",path="/aws.service.ts",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/aws.service.ts",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/aws.service.ts",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/aws.service.ts",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/aws.service.ts",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/aws.service.ts",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/aws.service.ts",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/aws.service.ts",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/aws.service.ts",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/aws.service.ts",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/aws.service.ts",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/aws.service.ts",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/aws.service.ts",status="429"} 0.000136926 http_request_duration_seconds_count{method="GET",path="/aws.service.ts",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/aws.show.yaml",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/aws.show.yaml",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/aws.show.yaml",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/aws.show.yaml",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/aws.show.yaml",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/aws.show.yaml",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/aws.show.yaml",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/aws.show.yaml",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/aws.show.yaml",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/aws.show.yaml",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/aws.show.yaml",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/aws.show.yaml",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/aws.show.yaml",status="429"} 0.00019029399999999998 http_request_duration_seconds_count{method="GET",path="/aws.show.yaml",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/aws.yaml",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/aws.yaml",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/aws.yaml",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/aws.yaml",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/aws.yaml",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/aws.yaml",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/aws.yaml",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/aws.yaml",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/aws.yaml",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/aws.yaml",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/aws.yaml",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/aws.yaml",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/aws.yaml",status="429"} 0.000198029 http_request_duration_seconds_count{method="GET",path="/aws.yaml",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/aws.yml",status="404",le="0.005"} 7 http_request_duration_seconds_bucket{method="GET",path="/aws.yml",status="404",le="0.01"} 7 http_request_duration_seconds_bucket{method="GET",path="/aws.yml",status="404",le="0.025"} 7 http_request_duration_seconds_bucket{method="GET",path="/aws.yml",status="404",le="0.05"} 7 http_request_duration_seconds_bucket{method="GET",path="/aws.yml",status="404",le="0.1"} 7 http_request_duration_seconds_bucket{method="GET",path="/aws.yml",status="404",le="0.25"} 7 http_request_duration_seconds_bucket{method="GET",path="/aws.yml",status="404",le="0.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/aws.yml",status="404",le="1"} 7 http_request_duration_seconds_bucket{method="GET",path="/aws.yml",status="404",le="2.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/aws.yml",status="404",le="5"} 7 http_request_duration_seconds_bucket{method="GET",path="/aws.yml",status="404",le="10"} 7 http_request_duration_seconds_bucket{method="GET",path="/aws.yml",status="404",le="+Inf"} 7 http_request_duration_seconds_sum{method="GET",path="/aws.yml",status="404"} 0.0009658220000000001 http_request_duration_seconds_count{method="GET",path="/aws.yml",status="404"} 7 http_request_duration_seconds_bucket{method="GET",path="/aws.yml",status="429",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/aws.yml",status="429",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/aws.yml",status="429",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/aws.yml",status="429",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/aws.yml",status="429",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/aws.yml",status="429",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/aws.yml",status="429",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/aws.yml",status="429",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/aws.yml",status="429",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/aws.yml",status="429",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/aws.yml",status="429",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/aws.yml",status="429",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/aws.yml",status="429"} 0.000390805 http_request_duration_seconds_count{method="GET",path="/aws.yml",status="429"} 4 http_request_duration_seconds_bucket{method="GET",path="/aws/.env",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/aws/.env",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/aws/.env",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/aws/.env",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/aws/.env",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/aws/.env",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/aws/.env",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/aws/.env",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/aws/.env",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/aws/.env",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/aws/.env",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/aws/.env",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/aws/.env",status="429"} 8.3848e-05 http_request_duration_seconds_count{method="GET",path="/aws/.env",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/aws/bucket",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/aws/bucket",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/aws/bucket",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/aws/bucket",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/aws/bucket",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/aws/bucket",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/aws/bucket",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/aws/bucket",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/aws/bucket",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/aws/bucket",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/aws/bucket",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/aws/bucket",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/aws/bucket",status="429"} 0.000226467 http_request_duration_seconds_count{method="GET",path="/aws/bucket",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/aws/buckets",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/aws/buckets",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/aws/buckets",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/aws/buckets",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/aws/buckets",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/aws/buckets",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/aws/buckets",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/aws/buckets",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/aws/buckets",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/aws/buckets",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/aws/buckets",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/aws/buckets",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/aws/buckets",status="429"} 0.000181141 http_request_duration_seconds_count{method="GET",path="/aws/buckets",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/aws/config/s3.json",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/aws/config/s3.json",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/aws/config/s3.json",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/aws/config/s3.json",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/aws/config/s3.json",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/aws/config/s3.json",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/aws/config/s3.json",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/aws/config/s3.json",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/aws/config/s3.json",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/aws/config/s3.json",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/aws/config/s3.json",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/aws/config/s3.json",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/aws/config/s3.json",status="404"} 0.000134919 http_request_duration_seconds_count{method="GET",path="/aws/config/s3.json",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/aws/config/s3.json",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/aws/config/s3.json",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/aws/config/s3.json",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/aws/config/s3.json",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/aws/config/s3.json",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/aws/config/s3.json",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/aws/config/s3.json",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/aws/config/s3.json",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/aws/config/s3.json",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/aws/config/s3.json",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/aws/config/s3.json",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/aws/config/s3.json",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/aws/config/s3.json",status="429"} 9.2096e-05 http_request_duration_seconds_count{method="GET",path="/aws/config/s3.json",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/aws/credentials",status="404",le="0.005"} 8 http_request_duration_seconds_bucket{method="GET",path="/aws/credentials",status="404",le="0.01"} 8 http_request_duration_seconds_bucket{method="GET",path="/aws/credentials",status="404",le="0.025"} 8 http_request_duration_seconds_bucket{method="GET",path="/aws/credentials",status="404",le="0.05"} 8 http_request_duration_seconds_bucket{method="GET",path="/aws/credentials",status="404",le="0.1"} 8 http_request_duration_seconds_bucket{method="GET",path="/aws/credentials",status="404",le="0.25"} 8 http_request_duration_seconds_bucket{method="GET",path="/aws/credentials",status="404",le="0.5"} 8 http_request_duration_seconds_bucket{method="GET",path="/aws/credentials",status="404",le="1"} 8 http_request_duration_seconds_bucket{method="GET",path="/aws/credentials",status="404",le="2.5"} 8 http_request_duration_seconds_bucket{method="GET",path="/aws/credentials",status="404",le="5"} 8 http_request_duration_seconds_bucket{method="GET",path="/aws/credentials",status="404",le="10"} 8 http_request_duration_seconds_bucket{method="GET",path="/aws/credentials",status="404",le="+Inf"} 8 http_request_duration_seconds_sum{method="GET",path="/aws/credentials",status="404"} 0.001070044 http_request_duration_seconds_count{method="GET",path="/aws/credentials",status="404"} 8 http_request_duration_seconds_bucket{method="GET",path="/aws/metadata",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/aws/metadata",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/aws/metadata",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/aws/metadata",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/aws/metadata",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/aws/metadata",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/aws/metadata",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/aws/metadata",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/aws/metadata",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/aws/metadata",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/aws/metadata",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/aws/metadata",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/aws/metadata",status="429"} 0.000260676 http_request_duration_seconds_count{method="GET",path="/aws/metadata",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/aws/s3/credentials",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/aws/s3/credentials",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/aws/s3/credentials",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/aws/s3/credentials",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/aws/s3/credentials",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/aws/s3/credentials",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/aws/s3/credentials",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/aws/s3/credentials",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/aws/s3/credentials",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/aws/s3/credentials",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/aws/s3/credentials",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/aws/s3/credentials",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/aws/s3/credentials",status="429"} 0.00021782100000000001 http_request_duration_seconds_count{method="GET",path="/aws/s3/credentials",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/aws/s3/env.env",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/aws/s3/env.env",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/aws/s3/env.env",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/aws/s3/env.env",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/aws/s3/env.env",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/aws/s3/env.env",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/aws/s3/env.env",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/aws/s3/env.env",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/aws/s3/env.env",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/aws/s3/env.env",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/aws/s3/env.env",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/aws/s3/env.env",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/aws/s3/env.env",status="429"} 0.000210991 http_request_duration_seconds_count{method="GET",path="/aws/s3/env.env",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/aws/ses/smtp.env",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/aws/ses/smtp.env",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/aws/ses/smtp.env",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/aws/ses/smtp.env",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/aws/ses/smtp.env",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/aws/ses/smtp.env",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/aws/ses/smtp.env",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/aws/ses/smtp.env",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/aws/ses/smtp.env",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/aws/ses/smtp.env",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/aws/ses/smtp.env",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/aws/ses/smtp.env",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/aws/ses/smtp.env",status="429"} 0.000230746 http_request_duration_seconds_count{method="GET",path="/aws/ses/smtp.env",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/aws_config.json",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/aws_config.json",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/aws_config.json",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/aws_config.json",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/aws_config.json",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/aws_config.json",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/aws_config.json",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/aws_config.json",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/aws_config.json",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/aws_config.json",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/aws_config.json",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/aws_config.json",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/aws_config.json",status="404"} 0.00044118 http_request_duration_seconds_count{method="GET",path="/aws_config.json",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/aws_config.json",status="429",le="0.005"} 13 http_request_duration_seconds_bucket{method="GET",path="/aws_config.json",status="429",le="0.01"} 13 http_request_duration_seconds_bucket{method="GET",path="/aws_config.json",status="429",le="0.025"} 13 http_request_duration_seconds_bucket{method="GET",path="/aws_config.json",status="429",le="0.05"} 13 http_request_duration_seconds_bucket{method="GET",path="/aws_config.json",status="429",le="0.1"} 13 http_request_duration_seconds_bucket{method="GET",path="/aws_config.json",status="429",le="0.25"} 13 http_request_duration_seconds_bucket{method="GET",path="/aws_config.json",status="429",le="0.5"} 13 http_request_duration_seconds_bucket{method="GET",path="/aws_config.json",status="429",le="1"} 13 http_request_duration_seconds_bucket{method="GET",path="/aws_config.json",status="429",le="2.5"} 13 http_request_duration_seconds_bucket{method="GET",path="/aws_config.json",status="429",le="5"} 13 http_request_duration_seconds_bucket{method="GET",path="/aws_config.json",status="429",le="10"} 13 http_request_duration_seconds_bucket{method="GET",path="/aws_config.json",status="429",le="+Inf"} 13 http_request_duration_seconds_sum{method="GET",path="/aws_config.json",status="429"} 0.0009763260000000001 http_request_duration_seconds_count{method="GET",path="/aws_config.json",status="429"} 13 http_request_duration_seconds_bucket{method="GET",path="/aws_credentials.ini",status="429",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/aws_credentials.ini",status="429",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/aws_credentials.ini",status="429",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/aws_credentials.ini",status="429",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/aws_credentials.ini",status="429",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/aws_credentials.ini",status="429",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/aws_credentials.ini",status="429",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/aws_credentials.ini",status="429",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/aws_credentials.ini",status="429",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/aws_credentials.ini",status="429",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/aws_credentials.ini",status="429",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/aws_credentials.ini",status="429",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/aws_credentials.ini",status="429"} 0.000349303 http_request_duration_seconds_count{method="GET",path="/aws_credentials.ini",status="429"} 4 http_request_duration_seconds_bucket{method="GET",path="/aws_s3_bucket",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/aws_s3_bucket",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/aws_s3_bucket",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/aws_s3_bucket",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/aws_s3_bucket",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/aws_s3_bucket",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/aws_s3_bucket",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/aws_s3_bucket",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/aws_s3_bucket",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/aws_s3_bucket",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/aws_s3_bucket",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/aws_s3_bucket",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/aws_s3_bucket",status="429"} 0.000213234 http_request_duration_seconds_count{method="GET",path="/aws_s3_bucket",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/aws_s3_config.json",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/aws_s3_config.json",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/aws_s3_config.json",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/aws_s3_config.json",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/aws_s3_config.json",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/aws_s3_config.json",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/aws_s3_config.json",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/aws_s3_config.json",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/aws_s3_config.json",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/aws_s3_config.json",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/aws_s3_config.json",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/aws_s3_config.json",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/aws_s3_config.json",status="429"} 0.000187434 http_request_duration_seconds_count{method="GET",path="/aws_s3_config.json",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/awsconfig.properties",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/awsconfig.properties",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/awsconfig.properties",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/awsconfig.properties",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/awsconfig.properties",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/awsconfig.properties",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/awsconfig.properties",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/awsconfig.properties",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/awsconfig.properties",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/awsconfig.properties",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/awsconfig.properties",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/awsconfig.properties",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/awsconfig.properties",status="429"} 0.000124915 http_request_duration_seconds_count{method="GET",path="/awsconfig.properties",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/awstats/.env",status="404",le="0.005"} 7 http_request_duration_seconds_bucket{method="GET",path="/awstats/.env",status="404",le="0.01"} 7 http_request_duration_seconds_bucket{method="GET",path="/awstats/.env",status="404",le="0.025"} 7 http_request_duration_seconds_bucket{method="GET",path="/awstats/.env",status="404",le="0.05"} 7 http_request_duration_seconds_bucket{method="GET",path="/awstats/.env",status="404",le="0.1"} 7 http_request_duration_seconds_bucket{method="GET",path="/awstats/.env",status="404",le="0.25"} 7 http_request_duration_seconds_bucket{method="GET",path="/awstats/.env",status="404",le="0.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/awstats/.env",status="404",le="1"} 7 http_request_duration_seconds_bucket{method="GET",path="/awstats/.env",status="404",le="2.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/awstats/.env",status="404",le="5"} 7 http_request_duration_seconds_bucket{method="GET",path="/awstats/.env",status="404",le="10"} 7 http_request_duration_seconds_bucket{method="GET",path="/awstats/.env",status="404",le="+Inf"} 7 http_request_duration_seconds_sum{method="GET",path="/awstats/.env",status="404"} 0.0009988980000000002 http_request_duration_seconds_count{method="GET",path="/awstats/.env",status="404"} 7 http_request_duration_seconds_bucket{method="GET",path="/axe.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/axe.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/axe.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/axe.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/axe.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/axe.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/axe.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/axe.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/axe.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/axe.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/axe.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/axe.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/axe.php",status="404"} 0.000278681 http_request_duration_seconds_count{method="GET",path="/axe.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/axe.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/axe.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/axe.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/axe.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/axe.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/axe.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/axe.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/axe.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/axe.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/axe.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/axe.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/axe.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/axe.php",status="429"} 0.000140963 http_request_duration_seconds_count{method="GET",path="/axe.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/ayk.php",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/ayk.php",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/ayk.php",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/ayk.php",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/ayk.php",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/ayk.php",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/ayk.php",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/ayk.php",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/ayk.php",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/ayk.php",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/ayk.php",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/ayk.php",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/ayk.php",status="404"} 0.000444682 http_request_duration_seconds_count{method="GET",path="/ayk.php",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/az.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/az.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/az.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/az.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/az.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/az.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/az.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/az.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/az.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/az.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/az.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/az.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/az.php",status="404"} 0.000258167 http_request_duration_seconds_count{method="GET",path="/az.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/azure-blob.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/azure-blob.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/azure-blob.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/azure-blob.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/azure-blob.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/azure-blob.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/azure-blob.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/azure-blob.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/azure-blob.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/azure-blob.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/azure-blob.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/azure-blob.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/azure-blob.zip",status="429"} 1.7555e-05 http_request_duration_seconds_count{method="GET",path="/azure-blob.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/azure-pipelines.yml",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/azure-pipelines.yml",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/azure-pipelines.yml",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/azure-pipelines.yml",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/azure-pipelines.yml",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/azure-pipelines.yml",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/azure-pipelines.yml",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/azure-pipelines.yml",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/azure-pipelines.yml",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/azure-pipelines.yml",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/azure-pipelines.yml",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/azure-pipelines.yml",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/azure-pipelines.yml",status="404"} 0.000129586 http_request_duration_seconds_count{method="GET",path="/azure-pipelines.yml",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/azure.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/azure.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/azure.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/azure.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/azure.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/azure.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/azure.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/azure.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/azure.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/azure.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/azure.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/azure.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/azure.zip",status="429"} 3.059e-05 http_request_duration_seconds_count{method="GET",path="/azure.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/azure/.env",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/azure/.env",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/azure/.env",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/azure/.env",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/azure/.env",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/azure/.env",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/azure/.env",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/azure/.env",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/azure/.env",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/azure/.env",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/azure/.env",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/azure/.env",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/azure/.env",status="429"} 9.9573e-05 http_request_duration_seconds_count{method="GET",path="/azure/.env",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/b.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/b.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/b.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/b.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/b.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/b.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/b.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/b.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/b.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/b.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/b.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/b.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/b.php",status="404"} 0.000130428 http_request_duration_seconds_count{method="GET",path="/b.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/b8hg8b.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/b8hg8b.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/b8hg8b.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/b8hg8b.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/b8hg8b.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/b8hg8b.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/b8hg8b.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/b8hg8b.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/b8hg8b.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/b8hg8b.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/b8hg8b.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/b8hg8b.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/b8hg8b.php",status="404"} 0.000163362 http_request_duration_seconds_count{method="GET",path="/b8hg8b.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/back-api/.env",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/back-api/.env",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/back-api/.env",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/back-api/.env",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/back-api/.env",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/back-api/.env",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/back-api/.env",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/back-api/.env",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/back-api/.env",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/back-api/.env",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/back-api/.env",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/back-api/.env",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/back-api/.env",status="404"} 0.000157087 http_request_duration_seconds_count{method="GET",path="/back-api/.env",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/back-api/.env",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/back-api/.env",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/back-api/.env",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/back-api/.env",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/back-api/.env",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/back-api/.env",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/back-api/.env",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/back-api/.env",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/back-api/.env",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/back-api/.env",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/back-api/.env",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/back-api/.env",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/back-api/.env",status="429"} 0.000169679 http_request_duration_seconds_count{method="GET",path="/back-api/.env",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/back-end/.env",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/back-end/.env",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/back-end/.env",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/back-end/.env",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/back-end/.env",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/back-end/.env",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/back-end/.env",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/back-end/.env",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/back-end/.env",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/back-end/.env",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/back-end/.env",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/back-end/.env",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/back-end/.env",status="429"} 0.000226508 http_request_duration_seconds_count{method="GET",path="/back-end/.env",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/back/.env",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/back/.env",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/back/.env",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/back/.env",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/back/.env",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/back/.env",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/back/.env",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/back/.env",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/back/.env",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/back/.env",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/back/.env",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/back/.env",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/back/.env",status="429"} 0.000269324 http_request_duration_seconds_count{method="GET",path="/back/.env",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/back/phpinfo.php",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/back/phpinfo.php",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/back/phpinfo.php",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/back/phpinfo.php",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/back/phpinfo.php",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/back/phpinfo.php",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/back/phpinfo.php",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/back/phpinfo.php",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/back/phpinfo.php",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/back/phpinfo.php",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/back/phpinfo.php",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/back/phpinfo.php",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/back/phpinfo.php",status="429"} 0.000153979 http_request_duration_seconds_count{method="GET",path="/back/phpinfo.php",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/back_up.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/back_up.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/back_up.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/back_up.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/back_up.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/back_up.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/back_up.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/back_up.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/back_up.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/back_up.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/back_up.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/back_up.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/back_up.zip",status="429"} 8.1597e-05 http_request_duration_seconds_count{method="GET",path="/back_up.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/backend-api/.env",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/backend-api/.env",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/backend-api/.env",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/backend-api/.env",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/backend-api/.env",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/backend-api/.env",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/backend-api/.env",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/backend-api/.env",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/backend-api/.env",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/backend-api/.env",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/backend-api/.env",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/backend-api/.env",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/backend-api/.env",status="429"} 0.000211563 http_request_duration_seconds_count{method="GET",path="/backend-api/.env",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/backend.7z",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend.7z",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend.7z",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend.7z",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend.7z",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend.7z",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend.7z",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend.7z",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend.7z",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend.7z",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend.7z",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend.7z",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/backend.7z",status="404"} 0.000122219 http_request_duration_seconds_count{method="GET",path="/backend.7z",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend.bz2",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend.bz2",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend.bz2",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend.bz2",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend.bz2",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend.bz2",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend.bz2",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend.bz2",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend.bz2",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend.bz2",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend.bz2",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend.bz2",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/backend.bz2",status="404"} 0.000118406 http_request_duration_seconds_count{method="GET",path="/backend.bz2",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend.gz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend.gz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend.gz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend.gz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend.gz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend.gz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend.gz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend.gz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend.gz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend.gz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend.gz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend.gz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/backend.gz",status="404"} 0.000120752 http_request_duration_seconds_count{method="GET",path="/backend.gz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend.rar",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend.rar",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend.rar",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend.rar",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend.rar",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend.rar",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend.rar",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend.rar",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend.rar",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend.rar",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend.rar",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend.rar",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/backend.rar",status="404"} 0.00011696 http_request_duration_seconds_count{method="GET",path="/backend.rar",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend.sql",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend.sql",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend.sql",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend.sql",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend.sql",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend.sql",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend.sql",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend.sql",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend.sql",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend.sql",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend.sql",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend.sql",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/backend.sql",status="404"} 0.000126211 http_request_duration_seconds_count{method="GET",path="/backend.sql",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend.sql.bz2",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend.sql.bz2",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend.sql.bz2",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend.sql.bz2",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend.sql.bz2",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend.sql.bz2",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend.sql.bz2",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend.sql.bz2",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend.sql.bz2",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend.sql.bz2",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend.sql.bz2",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend.sql.bz2",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/backend.sql.bz2",status="404"} 0.000144991 http_request_duration_seconds_count{method="GET",path="/backend.sql.bz2",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend.sql.gz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend.sql.gz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend.sql.gz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend.sql.gz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend.sql.gz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend.sql.gz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend.sql.gz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend.sql.gz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend.sql.gz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend.sql.gz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend.sql.gz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend.sql.gz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/backend.sql.gz",status="404"} 0.000129507 http_request_duration_seconds_count{method="GET",path="/backend.sql.gz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend.tar",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend.tar",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend.tar",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend.tar",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend.tar",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend.tar",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend.tar",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend.tar",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend.tar",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend.tar",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend.tar",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend.tar",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/backend.tar",status="404"} 0.000134307 http_request_duration_seconds_count{method="GET",path="/backend.tar",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend.tar.bz2",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend.tar.bz2",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend.tar.bz2",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend.tar.bz2",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend.tar.bz2",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend.tar.bz2",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend.tar.bz2",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend.tar.bz2",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend.tar.bz2",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend.tar.bz2",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend.tar.bz2",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend.tar.bz2",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/backend.tar.bz2",status="404"} 0.000143626 http_request_duration_seconds_count{method="GET",path="/backend.tar.bz2",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend.tar.gz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend.tar.gz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend.tar.gz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend.tar.gz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend.tar.gz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend.tar.gz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend.tar.gz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend.tar.gz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend.tar.gz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend.tar.gz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend.tar.gz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend.tar.gz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/backend.tar.gz",status="404"} 0.000158574 http_request_duration_seconds_count{method="GET",path="/backend.tar.gz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend.tar.xz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend.tar.xz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend.tar.xz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend.tar.xz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend.tar.xz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend.tar.xz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend.tar.xz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend.tar.xz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend.tar.xz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend.tar.xz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend.tar.xz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend.tar.xz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/backend.tar.xz",status="404"} 0.000148568 http_request_duration_seconds_count{method="GET",path="/backend.tar.xz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend.tf",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend.tf",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend.tf",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend.tf",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend.tf",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend.tf",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend.tf",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend.tf",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend.tf",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend.tf",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend.tf",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend.tf",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/backend.tf",status="404"} 0.000152696 http_request_duration_seconds_count{method="GET",path="/backend.tf",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend.tgz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend.tgz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend.tgz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend.tgz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend.tgz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend.tgz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend.tgz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend.tgz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend.tgz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend.tgz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend.tgz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend.tgz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/backend.tgz",status="404"} 0.000138444 http_request_duration_seconds_count{method="GET",path="/backend.tgz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend.zip",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend.zip",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend.zip",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend.zip",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend.zip",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend.zip",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend.zip",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend.zip",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend.zip",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend.zip",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend.zip",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend.zip",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/backend.zip",status="404"} 0.00016085 http_request_duration_seconds_count{method="GET",path="/backend.zip",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend.zst",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend.zst",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend.zst",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend.zst",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend.zst",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend.zst",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend.zst",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend.zst",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend.zst",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend.zst",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend.zst",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend.zst",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/backend.zst",status="404"} 0.000143718 http_request_duration_seconds_count{method="GET",path="/backend.zst",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend/.env",status="404",le="0.005"} 18 http_request_duration_seconds_bucket{method="GET",path="/backend/.env",status="404",le="0.01"} 18 http_request_duration_seconds_bucket{method="GET",path="/backend/.env",status="404",le="0.025"} 18 http_request_duration_seconds_bucket{method="GET",path="/backend/.env",status="404",le="0.05"} 18 http_request_duration_seconds_bucket{method="GET",path="/backend/.env",status="404",le="0.1"} 18 http_request_duration_seconds_bucket{method="GET",path="/backend/.env",status="404",le="0.25"} 18 http_request_duration_seconds_bucket{method="GET",path="/backend/.env",status="404",le="0.5"} 18 http_request_duration_seconds_bucket{method="GET",path="/backend/.env",status="404",le="1"} 18 http_request_duration_seconds_bucket{method="GET",path="/backend/.env",status="404",le="2.5"} 18 http_request_duration_seconds_bucket{method="GET",path="/backend/.env",status="404",le="5"} 18 http_request_duration_seconds_bucket{method="GET",path="/backend/.env",status="404",le="10"} 18 http_request_duration_seconds_bucket{method="GET",path="/backend/.env",status="404",le="+Inf"} 18 http_request_duration_seconds_sum{method="GET",path="/backend/.env",status="404"} 0.0024429739999999997 http_request_duration_seconds_count{method="GET",path="/backend/.env",status="404"} 18 http_request_duration_seconds_bucket{method="GET",path="/backend/.env",status="429",le="0.005"} 10 http_request_duration_seconds_bucket{method="GET",path="/backend/.env",status="429",le="0.01"} 10 http_request_duration_seconds_bucket{method="GET",path="/backend/.env",status="429",le="0.025"} 10 http_request_duration_seconds_bucket{method="GET",path="/backend/.env",status="429",le="0.05"} 10 http_request_duration_seconds_bucket{method="GET",path="/backend/.env",status="429",le="0.1"} 10 http_request_duration_seconds_bucket{method="GET",path="/backend/.env",status="429",le="0.25"} 10 http_request_duration_seconds_bucket{method="GET",path="/backend/.env",status="429",le="0.5"} 10 http_request_duration_seconds_bucket{method="GET",path="/backend/.env",status="429",le="1"} 10 http_request_duration_seconds_bucket{method="GET",path="/backend/.env",status="429",le="2.5"} 10 http_request_duration_seconds_bucket{method="GET",path="/backend/.env",status="429",le="5"} 10 http_request_duration_seconds_bucket{method="GET",path="/backend/.env",status="429",le="10"} 10 http_request_duration_seconds_bucket{method="GET",path="/backend/.env",status="429",le="+Inf"} 10 http_request_duration_seconds_sum{method="GET",path="/backend/.env",status="429"} 0.0008687720000000001 http_request_duration_seconds_count{method="GET",path="/backend/.env",status="429"} 10 http_request_duration_seconds_bucket{method="GET",path="/backend/.git/config",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend/.git/config",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend/.git/config",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend/.git/config",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend/.git/config",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend/.git/config",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend/.git/config",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend/.git/config",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend/.git/config",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend/.git/config",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend/.git/config",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend/.git/config",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/backend/.git/config",status="404"} 0.00014377 http_request_duration_seconds_count{method="GET",path="/backend/.git/config",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend/app.js",status="429",le="0.005"} 17 http_request_duration_seconds_bucket{method="GET",path="/backend/app.js",status="429",le="0.01"} 17 http_request_duration_seconds_bucket{method="GET",path="/backend/app.js",status="429",le="0.025"} 17 http_request_duration_seconds_bucket{method="GET",path="/backend/app.js",status="429",le="0.05"} 17 http_request_duration_seconds_bucket{method="GET",path="/backend/app.js",status="429",le="0.1"} 17 http_request_duration_seconds_bucket{method="GET",path="/backend/app.js",status="429",le="0.25"} 17 http_request_duration_seconds_bucket{method="GET",path="/backend/app.js",status="429",le="0.5"} 17 http_request_duration_seconds_bucket{method="GET",path="/backend/app.js",status="429",le="1"} 17 http_request_duration_seconds_bucket{method="GET",path="/backend/app.js",status="429",le="2.5"} 17 http_request_duration_seconds_bucket{method="GET",path="/backend/app.js",status="429",le="5"} 17 http_request_duration_seconds_bucket{method="GET",path="/backend/app.js",status="429",le="10"} 17 http_request_duration_seconds_bucket{method="GET",path="/backend/app.js",status="429",le="+Inf"} 17 http_request_duration_seconds_sum{method="GET",path="/backend/app.js",status="429"} 0.0012065720000000002 http_request_duration_seconds_count{method="GET",path="/backend/app.js",status="429"} 17 http_request_duration_seconds_bucket{method="GET",path="/backend/aws/conf.py",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/backend/aws/conf.py",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/backend/aws/conf.py",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/backend/aws/conf.py",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/backend/aws/conf.py",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/backend/aws/conf.py",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/backend/aws/conf.py",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/backend/aws/conf.py",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/backend/aws/conf.py",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/backend/aws/conf.py",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/backend/aws/conf.py",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/backend/aws/conf.py",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/backend/aws/conf.py",status="429"} 0.00016248800000000002 http_request_duration_seconds_count{method="GET",path="/backend/aws/conf.py",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/backend/config.js",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend/config.js",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend/config.js",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend/config.js",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend/config.js",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend/config.js",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend/config.js",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend/config.js",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend/config.js",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend/config.js",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend/config.js",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend/config.js",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/backend/config.js",status="404"} 0.000150254 http_request_duration_seconds_count{method="GET",path="/backend/config.js",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend/config.js",status="429",le="0.005"} 18 http_request_duration_seconds_bucket{method="GET",path="/backend/config.js",status="429",le="0.01"} 18 http_request_duration_seconds_bucket{method="GET",path="/backend/config.js",status="429",le="0.025"} 18 http_request_duration_seconds_bucket{method="GET",path="/backend/config.js",status="429",le="0.05"} 18 http_request_duration_seconds_bucket{method="GET",path="/backend/config.js",status="429",le="0.1"} 18 http_request_duration_seconds_bucket{method="GET",path="/backend/config.js",status="429",le="0.25"} 18 http_request_duration_seconds_bucket{method="GET",path="/backend/config.js",status="429",le="0.5"} 18 http_request_duration_seconds_bucket{method="GET",path="/backend/config.js",status="429",le="1"} 18 http_request_duration_seconds_bucket{method="GET",path="/backend/config.js",status="429",le="2.5"} 18 http_request_duration_seconds_bucket{method="GET",path="/backend/config.js",status="429",le="5"} 18 http_request_duration_seconds_bucket{method="GET",path="/backend/config.js",status="429",le="10"} 18 http_request_duration_seconds_bucket{method="GET",path="/backend/config.js",status="429",le="+Inf"} 18 http_request_duration_seconds_sum{method="GET",path="/backend/config.js",status="429"} 0.001371279 http_request_duration_seconds_count{method="GET",path="/backend/config.js",status="429"} 18 http_request_duration_seconds_bucket{method="GET",path="/backend/config/common.js",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend/config/common.js",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend/config/common.js",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend/config/common.js",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend/config/common.js",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend/config/common.js",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend/config/common.js",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend/config/common.js",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend/config/common.js",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend/config/common.js",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend/config/common.js",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend/config/common.js",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/backend/config/common.js",status="404"} 0.000162402 http_request_duration_seconds_count{method="GET",path="/backend/config/common.js",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend/config/common.js",status="429",le="0.005"} 18 http_request_duration_seconds_bucket{method="GET",path="/backend/config/common.js",status="429",le="0.01"} 18 http_request_duration_seconds_bucket{method="GET",path="/backend/config/common.js",status="429",le="0.025"} 18 http_request_duration_seconds_bucket{method="GET",path="/backend/config/common.js",status="429",le="0.05"} 18 http_request_duration_seconds_bucket{method="GET",path="/backend/config/common.js",status="429",le="0.1"} 18 http_request_duration_seconds_bucket{method="GET",path="/backend/config/common.js",status="429",le="0.25"} 18 http_request_duration_seconds_bucket{method="GET",path="/backend/config/common.js",status="429",le="0.5"} 18 http_request_duration_seconds_bucket{method="GET",path="/backend/config/common.js",status="429",le="1"} 18 http_request_duration_seconds_bucket{method="GET",path="/backend/config/common.js",status="429",le="2.5"} 18 http_request_duration_seconds_bucket{method="GET",path="/backend/config/common.js",status="429",le="5"} 18 http_request_duration_seconds_bucket{method="GET",path="/backend/config/common.js",status="429",le="10"} 18 http_request_duration_seconds_bucket{method="GET",path="/backend/config/common.js",status="429",le="+Inf"} 18 http_request_duration_seconds_sum{method="GET",path="/backend/config/common.js",status="429"} 0.001256153 http_request_duration_seconds_count{method="GET",path="/backend/config/common.js",status="429"} 18 http_request_duration_seconds_bucket{method="GET",path="/backend/config/constants.js",status="429",le="0.005"} 19 http_request_duration_seconds_bucket{method="GET",path="/backend/config/constants.js",status="429",le="0.01"} 19 http_request_duration_seconds_bucket{method="GET",path="/backend/config/constants.js",status="429",le="0.025"} 19 http_request_duration_seconds_bucket{method="GET",path="/backend/config/constants.js",status="429",le="0.05"} 19 http_request_duration_seconds_bucket{method="GET",path="/backend/config/constants.js",status="429",le="0.1"} 19 http_request_duration_seconds_bucket{method="GET",path="/backend/config/constants.js",status="429",le="0.25"} 19 http_request_duration_seconds_bucket{method="GET",path="/backend/config/constants.js",status="429",le="0.5"} 19 http_request_duration_seconds_bucket{method="GET",path="/backend/config/constants.js",status="429",le="1"} 19 http_request_duration_seconds_bucket{method="GET",path="/backend/config/constants.js",status="429",le="2.5"} 19 http_request_duration_seconds_bucket{method="GET",path="/backend/config/constants.js",status="429",le="5"} 19 http_request_duration_seconds_bucket{method="GET",path="/backend/config/constants.js",status="429",le="10"} 19 http_request_duration_seconds_bucket{method="GET",path="/backend/config/constants.js",status="429",le="+Inf"} 19 http_request_duration_seconds_sum{method="GET",path="/backend/config/constants.js",status="429"} 0.0014231169999999998 http_request_duration_seconds_count{method="GET",path="/backend/config/constants.js",status="429"} 19 http_request_duration_seconds_bucket{method="GET",path="/backend/config/database.js",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend/config/database.js",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend/config/database.js",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend/config/database.js",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend/config/database.js",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend/config/database.js",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend/config/database.js",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend/config/database.js",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend/config/database.js",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend/config/database.js",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend/config/database.js",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend/config/database.js",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/backend/config/database.js",status="404"} 0.000101133 http_request_duration_seconds_count{method="GET",path="/backend/config/database.js",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend/config/database.js",status="429",le="0.005"} 16 http_request_duration_seconds_bucket{method="GET",path="/backend/config/database.js",status="429",le="0.01"} 16 http_request_duration_seconds_bucket{method="GET",path="/backend/config/database.js",status="429",le="0.025"} 16 http_request_duration_seconds_bucket{method="GET",path="/backend/config/database.js",status="429",le="0.05"} 16 http_request_duration_seconds_bucket{method="GET",path="/backend/config/database.js",status="429",le="0.1"} 16 http_request_duration_seconds_bucket{method="GET",path="/backend/config/database.js",status="429",le="0.25"} 16 http_request_duration_seconds_bucket{method="GET",path="/backend/config/database.js",status="429",le="0.5"} 16 http_request_duration_seconds_bucket{method="GET",path="/backend/config/database.js",status="429",le="1"} 16 http_request_duration_seconds_bucket{method="GET",path="/backend/config/database.js",status="429",le="2.5"} 16 http_request_duration_seconds_bucket{method="GET",path="/backend/config/database.js",status="429",le="5"} 16 http_request_duration_seconds_bucket{method="GET",path="/backend/config/database.js",status="429",le="10"} 16 http_request_duration_seconds_bucket{method="GET",path="/backend/config/database.js",status="429",le="+Inf"} 16 http_request_duration_seconds_sum{method="GET",path="/backend/config/database.js",status="429"} 0.0013918780000000003 http_request_duration_seconds_count{method="GET",path="/backend/config/database.js",status="429"} 16 http_request_duration_seconds_bucket{method="GET",path="/backend/config/default.yml",status="404",le="0.005"} 7 http_request_duration_seconds_bucket{method="GET",path="/backend/config/default.yml",status="404",le="0.01"} 7 http_request_duration_seconds_bucket{method="GET",path="/backend/config/default.yml",status="404",le="0.025"} 7 http_request_duration_seconds_bucket{method="GET",path="/backend/config/default.yml",status="404",le="0.05"} 7 http_request_duration_seconds_bucket{method="GET",path="/backend/config/default.yml",status="404",le="0.1"} 7 http_request_duration_seconds_bucket{method="GET",path="/backend/config/default.yml",status="404",le="0.25"} 7 http_request_duration_seconds_bucket{method="GET",path="/backend/config/default.yml",status="404",le="0.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/backend/config/default.yml",status="404",le="1"} 7 http_request_duration_seconds_bucket{method="GET",path="/backend/config/default.yml",status="404",le="2.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/backend/config/default.yml",status="404",le="5"} 7 http_request_duration_seconds_bucket{method="GET",path="/backend/config/default.yml",status="404",le="10"} 7 http_request_duration_seconds_bucket{method="GET",path="/backend/config/default.yml",status="404",le="+Inf"} 7 http_request_duration_seconds_sum{method="GET",path="/backend/config/default.yml",status="404"} 0.001013447 http_request_duration_seconds_count{method="GET",path="/backend/config/default.yml",status="404"} 7 http_request_duration_seconds_bucket{method="GET",path="/backend/config/default.yml",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/backend/config/default.yml",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/backend/config/default.yml",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/backend/config/default.yml",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/backend/config/default.yml",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/backend/config/default.yml",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/backend/config/default.yml",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/backend/config/default.yml",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/backend/config/default.yml",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/backend/config/default.yml",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/backend/config/default.yml",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/backend/config/default.yml",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/backend/config/default.yml",status="429"} 0.000144173 http_request_duration_seconds_count{method="GET",path="/backend/config/default.yml",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/backend/config/development.yml",status="404",le="0.005"} 7 http_request_duration_seconds_bucket{method="GET",path="/backend/config/development.yml",status="404",le="0.01"} 7 http_request_duration_seconds_bucket{method="GET",path="/backend/config/development.yml",status="404",le="0.025"} 7 http_request_duration_seconds_bucket{method="GET",path="/backend/config/development.yml",status="404",le="0.05"} 7 http_request_duration_seconds_bucket{method="GET",path="/backend/config/development.yml",status="404",le="0.1"} 7 http_request_duration_seconds_bucket{method="GET",path="/backend/config/development.yml",status="404",le="0.25"} 7 http_request_duration_seconds_bucket{method="GET",path="/backend/config/development.yml",status="404",le="0.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/backend/config/development.yml",status="404",le="1"} 7 http_request_duration_seconds_bucket{method="GET",path="/backend/config/development.yml",status="404",le="2.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/backend/config/development.yml",status="404",le="5"} 7 http_request_duration_seconds_bucket{method="GET",path="/backend/config/development.yml",status="404",le="10"} 7 http_request_duration_seconds_bucket{method="GET",path="/backend/config/development.yml",status="404",le="+Inf"} 7 http_request_duration_seconds_sum{method="GET",path="/backend/config/development.yml",status="404"} 0.001051594 http_request_duration_seconds_count{method="GET",path="/backend/config/development.yml",status="404"} 7 http_request_duration_seconds_bucket{method="GET",path="/backend/config/development.yml",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/backend/config/development.yml",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/backend/config/development.yml",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/backend/config/development.yml",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/backend/config/development.yml",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/backend/config/development.yml",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/backend/config/development.yml",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/backend/config/development.yml",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/backend/config/development.yml",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/backend/config/development.yml",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/backend/config/development.yml",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/backend/config/development.yml",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/backend/config/development.yml",status="429"} 0.000136065 http_request_duration_seconds_count{method="GET",path="/backend/config/development.yml",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/backend/config/settings.yml",status="404",le="0.005"} 7 http_request_duration_seconds_bucket{method="GET",path="/backend/config/settings.yml",status="404",le="0.01"} 7 http_request_duration_seconds_bucket{method="GET",path="/backend/config/settings.yml",status="404",le="0.025"} 7 http_request_duration_seconds_bucket{method="GET",path="/backend/config/settings.yml",status="404",le="0.05"} 7 http_request_duration_seconds_bucket{method="GET",path="/backend/config/settings.yml",status="404",le="0.1"} 7 http_request_duration_seconds_bucket{method="GET",path="/backend/config/settings.yml",status="404",le="0.25"} 7 http_request_duration_seconds_bucket{method="GET",path="/backend/config/settings.yml",status="404",le="0.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/backend/config/settings.yml",status="404",le="1"} 7 http_request_duration_seconds_bucket{method="GET",path="/backend/config/settings.yml",status="404",le="2.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/backend/config/settings.yml",status="404",le="5"} 7 http_request_duration_seconds_bucket{method="GET",path="/backend/config/settings.yml",status="404",le="10"} 7 http_request_duration_seconds_bucket{method="GET",path="/backend/config/settings.yml",status="404",le="+Inf"} 7 http_request_duration_seconds_sum{method="GET",path="/backend/config/settings.yml",status="404"} 0.000997038 http_request_duration_seconds_count{method="GET",path="/backend/config/settings.yml",status="404"} 7 http_request_duration_seconds_bucket{method="GET",path="/backend/config/template.js",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend/config/template.js",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend/config/template.js",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend/config/template.js",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend/config/template.js",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend/config/template.js",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend/config/template.js",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend/config/template.js",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend/config/template.js",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend/config/template.js",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend/config/template.js",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend/config/template.js",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/backend/config/template.js",status="404"} 0.000144233 http_request_duration_seconds_count{method="GET",path="/backend/config/template.js",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend/config/template.js",status="429",le="0.005"} 16 http_request_duration_seconds_bucket{method="GET",path="/backend/config/template.js",status="429",le="0.01"} 16 http_request_duration_seconds_bucket{method="GET",path="/backend/config/template.js",status="429",le="0.025"} 16 http_request_duration_seconds_bucket{method="GET",path="/backend/config/template.js",status="429",le="0.05"} 16 http_request_duration_seconds_bucket{method="GET",path="/backend/config/template.js",status="429",le="0.1"} 16 http_request_duration_seconds_bucket{method="GET",path="/backend/config/template.js",status="429",le="0.25"} 16 http_request_duration_seconds_bucket{method="GET",path="/backend/config/template.js",status="429",le="0.5"} 16 http_request_duration_seconds_bucket{method="GET",path="/backend/config/template.js",status="429",le="1"} 16 http_request_duration_seconds_bucket{method="GET",path="/backend/config/template.js",status="429",le="2.5"} 16 http_request_duration_seconds_bucket{method="GET",path="/backend/config/template.js",status="429",le="5"} 16 http_request_duration_seconds_bucket{method="GET",path="/backend/config/template.js",status="429",le="10"} 16 http_request_duration_seconds_bucket{method="GET",path="/backend/config/template.js",status="429",le="+Inf"} 16 http_request_duration_seconds_sum{method="GET",path="/backend/config/template.js",status="429"} 0.001327793 http_request_duration_seconds_count{method="GET",path="/backend/config/template.js",status="429"} 16 http_request_duration_seconds_bucket{method="GET",path="/backend/constant.js",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/backend/constant.js",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/backend/constant.js",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/backend/constant.js",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/backend/constant.js",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/backend/constant.js",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/backend/constant.js",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/backend/constant.js",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/backend/constant.js",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/backend/constant.js",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/backend/constant.js",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/backend/constant.js",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/backend/constant.js",status="404"} 0.000191672 http_request_duration_seconds_count{method="GET",path="/backend/constant.js",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/backend/constant.js",status="429",le="0.005"} 14 http_request_duration_seconds_bucket{method="GET",path="/backend/constant.js",status="429",le="0.01"} 14 http_request_duration_seconds_bucket{method="GET",path="/backend/constant.js",status="429",le="0.025"} 14 http_request_duration_seconds_bucket{method="GET",path="/backend/constant.js",status="429",le="0.05"} 14 http_request_duration_seconds_bucket{method="GET",path="/backend/constant.js",status="429",le="0.1"} 14 http_request_duration_seconds_bucket{method="GET",path="/backend/constant.js",status="429",le="0.25"} 14 http_request_duration_seconds_bucket{method="GET",path="/backend/constant.js",status="429",le="0.5"} 14 http_request_duration_seconds_bucket{method="GET",path="/backend/constant.js",status="429",le="1"} 14 http_request_duration_seconds_bucket{method="GET",path="/backend/constant.js",status="429",le="2.5"} 14 http_request_duration_seconds_bucket{method="GET",path="/backend/constant.js",status="429",le="5"} 14 http_request_duration_seconds_bucket{method="GET",path="/backend/constant.js",status="429",le="10"} 14 http_request_duration_seconds_bucket{method="GET",path="/backend/constant.js",status="429",le="+Inf"} 14 http_request_duration_seconds_sum{method="GET",path="/backend/constant.js",status="429"} 0.00098951 http_request_duration_seconds_count{method="GET",path="/backend/constant.js",status="429"} 14 http_request_duration_seconds_bucket{method="GET",path="/backend/constants.js",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend/constants.js",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend/constants.js",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend/constants.js",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend/constants.js",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend/constants.js",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend/constants.js",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend/constants.js",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend/constants.js",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend/constants.js",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend/constants.js",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend/constants.js",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/backend/constants.js",status="404"} 9.0038e-05 http_request_duration_seconds_count{method="GET",path="/backend/constants.js",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend/constants.js",status="429",le="0.005"} 16 http_request_duration_seconds_bucket{method="GET",path="/backend/constants.js",status="429",le="0.01"} 16 http_request_duration_seconds_bucket{method="GET",path="/backend/constants.js",status="429",le="0.025"} 16 http_request_duration_seconds_bucket{method="GET",path="/backend/constants.js",status="429",le="0.05"} 16 http_request_duration_seconds_bucket{method="GET",path="/backend/constants.js",status="429",le="0.1"} 16 http_request_duration_seconds_bucket{method="GET",path="/backend/constants.js",status="429",le="0.25"} 16 http_request_duration_seconds_bucket{method="GET",path="/backend/constants.js",status="429",le="0.5"} 16 http_request_duration_seconds_bucket{method="GET",path="/backend/constants.js",status="429",le="1"} 16 http_request_duration_seconds_bucket{method="GET",path="/backend/constants.js",status="429",le="2.5"} 16 http_request_duration_seconds_bucket{method="GET",path="/backend/constants.js",status="429",le="5"} 16 http_request_duration_seconds_bucket{method="GET",path="/backend/constants.js",status="429",le="10"} 16 http_request_duration_seconds_bucket{method="GET",path="/backend/constants.js",status="429",le="+Inf"} 16 http_request_duration_seconds_sum{method="GET",path="/backend/constants.js",status="429"} 0.0012662229999999997 http_request_duration_seconds_count{method="GET",path="/backend/constants.js",status="429"} 16 http_request_duration_seconds_bucket{method="GET",path="/backend/controller.js",status="429",le="0.005"} 17 http_request_duration_seconds_bucket{method="GET",path="/backend/controller.js",status="429",le="0.01"} 17 http_request_duration_seconds_bucket{method="GET",path="/backend/controller.js",status="429",le="0.025"} 17 http_request_duration_seconds_bucket{method="GET",path="/backend/controller.js",status="429",le="0.05"} 17 http_request_duration_seconds_bucket{method="GET",path="/backend/controller.js",status="429",le="0.1"} 17 http_request_duration_seconds_bucket{method="GET",path="/backend/controller.js",status="429",le="0.25"} 17 http_request_duration_seconds_bucket{method="GET",path="/backend/controller.js",status="429",le="0.5"} 17 http_request_duration_seconds_bucket{method="GET",path="/backend/controller.js",status="429",le="1"} 17 http_request_duration_seconds_bucket{method="GET",path="/backend/controller.js",status="429",le="2.5"} 17 http_request_duration_seconds_bucket{method="GET",path="/backend/controller.js",status="429",le="5"} 17 http_request_duration_seconds_bucket{method="GET",path="/backend/controller.js",status="429",le="10"} 17 http_request_duration_seconds_bucket{method="GET",path="/backend/controller.js",status="429",le="+Inf"} 17 http_request_duration_seconds_sum{method="GET",path="/backend/controller.js",status="429"} 0.001141248 http_request_duration_seconds_count{method="GET",path="/backend/controller.js",status="429"} 17 http_request_duration_seconds_bucket{method="GET",path="/backend/env.js",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/backend/env.js",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/backend/env.js",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/backend/env.js",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/backend/env.js",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/backend/env.js",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/backend/env.js",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/backend/env.js",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/backend/env.js",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/backend/env.js",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/backend/env.js",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/backend/env.js",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/backend/env.js",status="429"} 0.000172164 http_request_duration_seconds_count{method="GET",path="/backend/env.js",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/backend/helper.js",status="429",le="0.005"} 17 http_request_duration_seconds_bucket{method="GET",path="/backend/helper.js",status="429",le="0.01"} 17 http_request_duration_seconds_bucket{method="GET",path="/backend/helper.js",status="429",le="0.025"} 17 http_request_duration_seconds_bucket{method="GET",path="/backend/helper.js",status="429",le="0.05"} 17 http_request_duration_seconds_bucket{method="GET",path="/backend/helper.js",status="429",le="0.1"} 17 http_request_duration_seconds_bucket{method="GET",path="/backend/helper.js",status="429",le="0.25"} 17 http_request_duration_seconds_bucket{method="GET",path="/backend/helper.js",status="429",le="0.5"} 17 http_request_duration_seconds_bucket{method="GET",path="/backend/helper.js",status="429",le="1"} 17 http_request_duration_seconds_bucket{method="GET",path="/backend/helper.js",status="429",le="2.5"} 17 http_request_duration_seconds_bucket{method="GET",path="/backend/helper.js",status="429",le="5"} 17 http_request_duration_seconds_bucket{method="GET",path="/backend/helper.js",status="429",le="10"} 17 http_request_duration_seconds_bucket{method="GET",path="/backend/helper.js",status="429",le="+Inf"} 17 http_request_duration_seconds_sum{method="GET",path="/backend/helper.js",status="429"} 0.001204024 http_request_duration_seconds_count{method="GET",path="/backend/helper.js",status="429"} 17 http_request_duration_seconds_bucket{method="GET",path="/backend/index.js",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend/index.js",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend/index.js",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend/index.js",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend/index.js",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend/index.js",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend/index.js",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend/index.js",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend/index.js",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend/index.js",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend/index.js",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend/index.js",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/backend/index.js",status="404"} 7.7278e-05 http_request_duration_seconds_count{method="GET",path="/backend/index.js",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend/index.js",status="429",le="0.005"} 18 http_request_duration_seconds_bucket{method="GET",path="/backend/index.js",status="429",le="0.01"} 18 http_request_duration_seconds_bucket{method="GET",path="/backend/index.js",status="429",le="0.025"} 18 http_request_duration_seconds_bucket{method="GET",path="/backend/index.js",status="429",le="0.05"} 18 http_request_duration_seconds_bucket{method="GET",path="/backend/index.js",status="429",le="0.1"} 18 http_request_duration_seconds_bucket{method="GET",path="/backend/index.js",status="429",le="0.25"} 18 http_request_duration_seconds_bucket{method="GET",path="/backend/index.js",status="429",le="0.5"} 18 http_request_duration_seconds_bucket{method="GET",path="/backend/index.js",status="429",le="1"} 18 http_request_duration_seconds_bucket{method="GET",path="/backend/index.js",status="429",le="2.5"} 18 http_request_duration_seconds_bucket{method="GET",path="/backend/index.js",status="429",le="5"} 18 http_request_duration_seconds_bucket{method="GET",path="/backend/index.js",status="429",le="10"} 18 http_request_duration_seconds_bucket{method="GET",path="/backend/index.js",status="429",le="+Inf"} 18 http_request_duration_seconds_sum{method="GET",path="/backend/index.js",status="429"} 0.0014443120000000001 http_request_duration_seconds_count{method="GET",path="/backend/index.js",status="429"} 18 http_request_duration_seconds_bucket{method="GET",path="/backend/mail.js",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend/mail.js",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend/mail.js",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend/mail.js",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend/mail.js",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend/mail.js",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend/mail.js",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend/mail.js",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend/mail.js",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend/mail.js",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend/mail.js",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend/mail.js",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/backend/mail.js",status="404"} 0.000100511 http_request_duration_seconds_count{method="GET",path="/backend/mail.js",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend/mail.js",status="429",le="0.005"} 16 http_request_duration_seconds_bucket{method="GET",path="/backend/mail.js",status="429",le="0.01"} 16 http_request_duration_seconds_bucket{method="GET",path="/backend/mail.js",status="429",le="0.025"} 16 http_request_duration_seconds_bucket{method="GET",path="/backend/mail.js",status="429",le="0.05"} 16 http_request_duration_seconds_bucket{method="GET",path="/backend/mail.js",status="429",le="0.1"} 16 http_request_duration_seconds_bucket{method="GET",path="/backend/mail.js",status="429",le="0.25"} 16 http_request_duration_seconds_bucket{method="GET",path="/backend/mail.js",status="429",le="0.5"} 16 http_request_duration_seconds_bucket{method="GET",path="/backend/mail.js",status="429",le="1"} 16 http_request_duration_seconds_bucket{method="GET",path="/backend/mail.js",status="429",le="2.5"} 16 http_request_duration_seconds_bucket{method="GET",path="/backend/mail.js",status="429",le="5"} 16 http_request_duration_seconds_bucket{method="GET",path="/backend/mail.js",status="429",le="10"} 16 http_request_duration_seconds_bucket{method="GET",path="/backend/mail.js",status="429",le="+Inf"} 16 http_request_duration_seconds_sum{method="GET",path="/backend/mail.js",status="429"} 0.001252541 http_request_duration_seconds_count{method="GET",path="/backend/mail.js",status="429"} 16 http_request_duration_seconds_bucket{method="GET",path="/backend/mailer.js",status="429",le="0.005"} 17 http_request_duration_seconds_bucket{method="GET",path="/backend/mailer.js",status="429",le="0.01"} 17 http_request_duration_seconds_bucket{method="GET",path="/backend/mailer.js",status="429",le="0.025"} 17 http_request_duration_seconds_bucket{method="GET",path="/backend/mailer.js",status="429",le="0.05"} 17 http_request_duration_seconds_bucket{method="GET",path="/backend/mailer.js",status="429",le="0.1"} 17 http_request_duration_seconds_bucket{method="GET",path="/backend/mailer.js",status="429",le="0.25"} 17 http_request_duration_seconds_bucket{method="GET",path="/backend/mailer.js",status="429",le="0.5"} 17 http_request_duration_seconds_bucket{method="GET",path="/backend/mailer.js",status="429",le="1"} 17 http_request_duration_seconds_bucket{method="GET",path="/backend/mailer.js",status="429",le="2.5"} 17 http_request_duration_seconds_bucket{method="GET",path="/backend/mailer.js",status="429",le="5"} 17 http_request_duration_seconds_bucket{method="GET",path="/backend/mailer.js",status="429",le="10"} 17 http_request_duration_seconds_bucket{method="GET",path="/backend/mailer.js",status="429",le="+Inf"} 17 http_request_duration_seconds_sum{method="GET",path="/backend/mailer.js",status="429"} 0.001151324 http_request_duration_seconds_count{method="GET",path="/backend/mailer.js",status="429"} 17 http_request_duration_seconds_bucket{method="GET",path="/backend/mailserver.js",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend/mailserver.js",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend/mailserver.js",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend/mailserver.js",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend/mailserver.js",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend/mailserver.js",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend/mailserver.js",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend/mailserver.js",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend/mailserver.js",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend/mailserver.js",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend/mailserver.js",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend/mailserver.js",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/backend/mailserver.js",status="404"} 9.9323e-05 http_request_duration_seconds_count{method="GET",path="/backend/mailserver.js",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend/mailserver.js",status="429",le="0.005"} 15 http_request_duration_seconds_bucket{method="GET",path="/backend/mailserver.js",status="429",le="0.01"} 15 http_request_duration_seconds_bucket{method="GET",path="/backend/mailserver.js",status="429",le="0.025"} 15 http_request_duration_seconds_bucket{method="GET",path="/backend/mailserver.js",status="429",le="0.05"} 15 http_request_duration_seconds_bucket{method="GET",path="/backend/mailserver.js",status="429",le="0.1"} 15 http_request_duration_seconds_bucket{method="GET",path="/backend/mailserver.js",status="429",le="0.25"} 15 http_request_duration_seconds_bucket{method="GET",path="/backend/mailserver.js",status="429",le="0.5"} 15 http_request_duration_seconds_bucket{method="GET",path="/backend/mailserver.js",status="429",le="1"} 15 http_request_duration_seconds_bucket{method="GET",path="/backend/mailserver.js",status="429",le="2.5"} 15 http_request_duration_seconds_bucket{method="GET",path="/backend/mailserver.js",status="429",le="5"} 15 http_request_duration_seconds_bucket{method="GET",path="/backend/mailserver.js",status="429",le="10"} 15 http_request_duration_seconds_bucket{method="GET",path="/backend/mailserver.js",status="429",le="+Inf"} 15 http_request_duration_seconds_sum{method="GET",path="/backend/mailserver.js",status="429"} 0.0011669570000000002 http_request_duration_seconds_count{method="GET",path="/backend/mailserver.js",status="429"} 15 http_request_duration_seconds_bucket{method="GET",path="/backend/node/common.js",status="429",le="0.005"} 19 http_request_duration_seconds_bucket{method="GET",path="/backend/node/common.js",status="429",le="0.01"} 19 http_request_duration_seconds_bucket{method="GET",path="/backend/node/common.js",status="429",le="0.025"} 19 http_request_duration_seconds_bucket{method="GET",path="/backend/node/common.js",status="429",le="0.05"} 19 http_request_duration_seconds_bucket{method="GET",path="/backend/node/common.js",status="429",le="0.1"} 19 http_request_duration_seconds_bucket{method="GET",path="/backend/node/common.js",status="429",le="0.25"} 19 http_request_duration_seconds_bucket{method="GET",path="/backend/node/common.js",status="429",le="0.5"} 19 http_request_duration_seconds_bucket{method="GET",path="/backend/node/common.js",status="429",le="1"} 19 http_request_duration_seconds_bucket{method="GET",path="/backend/node/common.js",status="429",le="2.5"} 19 http_request_duration_seconds_bucket{method="GET",path="/backend/node/common.js",status="429",le="5"} 19 http_request_duration_seconds_bucket{method="GET",path="/backend/node/common.js",status="429",le="10"} 19 http_request_duration_seconds_bucket{method="GET",path="/backend/node/common.js",status="429",le="+Inf"} 19 http_request_duration_seconds_sum{method="GET",path="/backend/node/common.js",status="429"} 0.0014785069999999998 http_request_duration_seconds_count{method="GET",path="/backend/node/common.js",status="429"} 19 http_request_duration_seconds_bucket{method="GET",path="/backend/node/config.js",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend/node/config.js",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend/node/config.js",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend/node/config.js",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend/node/config.js",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend/node/config.js",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend/node/config.js",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend/node/config.js",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend/node/config.js",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend/node/config.js",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend/node/config.js",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend/node/config.js",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/backend/node/config.js",status="404"} 0.000121015 http_request_duration_seconds_count{method="GET",path="/backend/node/config.js",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend/node/config.js",status="429",le="0.005"} 18 http_request_duration_seconds_bucket{method="GET",path="/backend/node/config.js",status="429",le="0.01"} 18 http_request_duration_seconds_bucket{method="GET",path="/backend/node/config.js",status="429",le="0.025"} 18 http_request_duration_seconds_bucket{method="GET",path="/backend/node/config.js",status="429",le="0.05"} 18 http_request_duration_seconds_bucket{method="GET",path="/backend/node/config.js",status="429",le="0.1"} 18 http_request_duration_seconds_bucket{method="GET",path="/backend/node/config.js",status="429",le="0.25"} 18 http_request_duration_seconds_bucket{method="GET",path="/backend/node/config.js",status="429",le="0.5"} 18 http_request_duration_seconds_bucket{method="GET",path="/backend/node/config.js",status="429",le="1"} 18 http_request_duration_seconds_bucket{method="GET",path="/backend/node/config.js",status="429",le="2.5"} 18 http_request_duration_seconds_bucket{method="GET",path="/backend/node/config.js",status="429",le="5"} 18 http_request_duration_seconds_bucket{method="GET",path="/backend/node/config.js",status="429",le="10"} 18 http_request_duration_seconds_bucket{method="GET",path="/backend/node/config.js",status="429",le="+Inf"} 18 http_request_duration_seconds_sum{method="GET",path="/backend/node/config.js",status="429"} 0.0014347489999999997 http_request_duration_seconds_count{method="GET",path="/backend/node/config.js",status="429"} 18 http_request_duration_seconds_bucket{method="GET",path="/backend/node/constant.js",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend/node/constant.js",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend/node/constant.js",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend/node/constant.js",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend/node/constant.js",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend/node/constant.js",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend/node/constant.js",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend/node/constant.js",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend/node/constant.js",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend/node/constant.js",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend/node/constant.js",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend/node/constant.js",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/backend/node/constant.js",status="404"} 0.000131363 http_request_duration_seconds_count{method="GET",path="/backend/node/constant.js",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend/node/constant.js",status="429",le="0.005"} 18 http_request_duration_seconds_bucket{method="GET",path="/backend/node/constant.js",status="429",le="0.01"} 18 http_request_duration_seconds_bucket{method="GET",path="/backend/node/constant.js",status="429",le="0.025"} 18 http_request_duration_seconds_bucket{method="GET",path="/backend/node/constant.js",status="429",le="0.05"} 18 http_request_duration_seconds_bucket{method="GET",path="/backend/node/constant.js",status="429",le="0.1"} 18 http_request_duration_seconds_bucket{method="GET",path="/backend/node/constant.js",status="429",le="0.25"} 18 http_request_duration_seconds_bucket{method="GET",path="/backend/node/constant.js",status="429",le="0.5"} 18 http_request_duration_seconds_bucket{method="GET",path="/backend/node/constant.js",status="429",le="1"} 18 http_request_duration_seconds_bucket{method="GET",path="/backend/node/constant.js",status="429",le="2.5"} 18 http_request_duration_seconds_bucket{method="GET",path="/backend/node/constant.js",status="429",le="5"} 18 http_request_duration_seconds_bucket{method="GET",path="/backend/node/constant.js",status="429",le="10"} 18 http_request_duration_seconds_bucket{method="GET",path="/backend/node/constant.js",status="429",le="+Inf"} 18 http_request_duration_seconds_sum{method="GET",path="/backend/node/constant.js",status="429"} 0.001306143 http_request_duration_seconds_count{method="GET",path="/backend/node/constant.js",status="429"} 18 http_request_duration_seconds_bucket{method="GET",path="/backend/node/constants.js",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/backend/node/constants.js",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/backend/node/constants.js",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/backend/node/constants.js",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/backend/node/constants.js",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/backend/node/constants.js",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/backend/node/constants.js",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/backend/node/constants.js",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/backend/node/constants.js",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/backend/node/constants.js",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/backend/node/constants.js",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/backend/node/constants.js",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/backend/node/constants.js",status="404"} 0.000183029 http_request_duration_seconds_count{method="GET",path="/backend/node/constants.js",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/backend/node/constants.js",status="429",le="0.005"} 17 http_request_duration_seconds_bucket{method="GET",path="/backend/node/constants.js",status="429",le="0.01"} 17 http_request_duration_seconds_bucket{method="GET",path="/backend/node/constants.js",status="429",le="0.025"} 17 http_request_duration_seconds_bucket{method="GET",path="/backend/node/constants.js",status="429",le="0.05"} 17 http_request_duration_seconds_bucket{method="GET",path="/backend/node/constants.js",status="429",le="0.1"} 17 http_request_duration_seconds_bucket{method="GET",path="/backend/node/constants.js",status="429",le="0.25"} 17 http_request_duration_seconds_bucket{method="GET",path="/backend/node/constants.js",status="429",le="0.5"} 17 http_request_duration_seconds_bucket{method="GET",path="/backend/node/constants.js",status="429",le="1"} 17 http_request_duration_seconds_bucket{method="GET",path="/backend/node/constants.js",status="429",le="2.5"} 17 http_request_duration_seconds_bucket{method="GET",path="/backend/node/constants.js",status="429",le="5"} 17 http_request_duration_seconds_bucket{method="GET",path="/backend/node/constants.js",status="429",le="10"} 17 http_request_duration_seconds_bucket{method="GET",path="/backend/node/constants.js",status="429",le="+Inf"} 17 http_request_duration_seconds_sum{method="GET",path="/backend/node/constants.js",status="429"} 0.0014086580000000001 http_request_duration_seconds_count{method="GET",path="/backend/node/constants.js",status="429"} 17 http_request_duration_seconds_bucket{method="GET",path="/backend/phpinfo.php",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/backend/phpinfo.php",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/backend/phpinfo.php",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/backend/phpinfo.php",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/backend/phpinfo.php",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/backend/phpinfo.php",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/backend/phpinfo.php",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/backend/phpinfo.php",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/backend/phpinfo.php",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/backend/phpinfo.php",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/backend/phpinfo.php",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/backend/phpinfo.php",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/backend/phpinfo.php",status="429"} 0.000125118 http_request_duration_seconds_count{method="GET",path="/backend/phpinfo.php",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/backend/server.js",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend/server.js",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend/server.js",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend/server.js",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend/server.js",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend/server.js",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend/server.js",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend/server.js",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend/server.js",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend/server.js",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend/server.js",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend/server.js",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/backend/server.js",status="404"} 8.0171e-05 http_request_duration_seconds_count{method="GET",path="/backend/server.js",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend/server.js",status="429",le="0.005"} 15 http_request_duration_seconds_bucket{method="GET",path="/backend/server.js",status="429",le="0.01"} 15 http_request_duration_seconds_bucket{method="GET",path="/backend/server.js",status="429",le="0.025"} 15 http_request_duration_seconds_bucket{method="GET",path="/backend/server.js",status="429",le="0.05"} 15 http_request_duration_seconds_bucket{method="GET",path="/backend/server.js",status="429",le="0.1"} 15 http_request_duration_seconds_bucket{method="GET",path="/backend/server.js",status="429",le="0.25"} 15 http_request_duration_seconds_bucket{method="GET",path="/backend/server.js",status="429",le="0.5"} 15 http_request_duration_seconds_bucket{method="GET",path="/backend/server.js",status="429",le="1"} 15 http_request_duration_seconds_bucket{method="GET",path="/backend/server.js",status="429",le="2.5"} 15 http_request_duration_seconds_bucket{method="GET",path="/backend/server.js",status="429",le="5"} 15 http_request_duration_seconds_bucket{method="GET",path="/backend/server.js",status="429",le="10"} 15 http_request_duration_seconds_bucket{method="GET",path="/backend/server.js",status="429",le="+Inf"} 15 http_request_duration_seconds_sum{method="GET",path="/backend/server.js",status="429"} 0.001104886 http_request_duration_seconds_count{method="GET",path="/backend/server.js",status="429"} 15 http_request_duration_seconds_bucket{method="GET",path="/backend/settings.py",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/backend/settings.py",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/backend/settings.py",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/backend/settings.py",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/backend/settings.py",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/backend/settings.py",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/backend/settings.py",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/backend/settings.py",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/backend/settings.py",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/backend/settings.py",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/backend/settings.py",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/backend/settings.py",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/backend/settings.py",status="429"} 0.000113623 http_request_duration_seconds_count{method="GET",path="/backend/settings.py",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/backend/utils.js",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend/utils.js",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend/utils.js",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend/utils.js",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend/utils.js",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend/utils.js",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend/utils.js",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend/utils.js",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend/utils.js",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend/utils.js",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend/utils.js",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend/utils.js",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/backend/utils.js",status="404"} 0.000112043 http_request_duration_seconds_count{method="GET",path="/backend/utils.js",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend/utils.js",status="429",le="0.005"} 16 http_request_duration_seconds_bucket{method="GET",path="/backend/utils.js",status="429",le="0.01"} 16 http_request_duration_seconds_bucket{method="GET",path="/backend/utils.js",status="429",le="0.025"} 16 http_request_duration_seconds_bucket{method="GET",path="/backend/utils.js",status="429",le="0.05"} 16 http_request_duration_seconds_bucket{method="GET",path="/backend/utils.js",status="429",le="0.1"} 16 http_request_duration_seconds_bucket{method="GET",path="/backend/utils.js",status="429",le="0.25"} 16 http_request_duration_seconds_bucket{method="GET",path="/backend/utils.js",status="429",le="0.5"} 16 http_request_duration_seconds_bucket{method="GET",path="/backend/utils.js",status="429",le="1"} 16 http_request_duration_seconds_bucket{method="GET",path="/backend/utils.js",status="429",le="2.5"} 16 http_request_duration_seconds_bucket{method="GET",path="/backend/utils.js",status="429",le="5"} 16 http_request_duration_seconds_bucket{method="GET",path="/backend/utils.js",status="429",le="10"} 16 http_request_duration_seconds_bucket{method="GET",path="/backend/utils.js",status="429",le="+Inf"} 16 http_request_duration_seconds_sum{method="GET",path="/backend/utils.js",status="429"} 0.001085592 http_request_duration_seconds_count{method="GET",path="/backend/utils.js",status="429"} 16 http_request_duration_seconds_bucket{method="GET",path="/backup.7z",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.7z",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.7z",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.7z",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.7z",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.7z",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.7z",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.7z",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.7z",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.7z",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.7z",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.7z",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/backup.7z",status="404"} 0.000139396 http_request_duration_seconds_count{method="GET",path="/backup.7z",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.bz2",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.bz2",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.bz2",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.bz2",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.bz2",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.bz2",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.bz2",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.bz2",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.bz2",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.bz2",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.bz2",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.bz2",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/backup.bz2",status="404"} 0.000148153 http_request_duration_seconds_count{method="GET",path="/backup.bz2",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.gz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.gz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.gz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.gz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.gz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.gz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.gz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.gz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.gz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.gz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.gz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.gz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/backup.gz",status="404"} 0.000158354 http_request_duration_seconds_count{method="GET",path="/backup.gz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.rar",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.rar",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.rar",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.rar",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.rar",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.rar",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.rar",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.rar",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.rar",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.rar",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.rar",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.rar",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/backup.rar",status="404"} 0.000141798 http_request_duration_seconds_count{method="GET",path="/backup.rar",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.sql",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/backup.sql",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/backup.sql",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/backup.sql",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/backup.sql",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/backup.sql",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/backup.sql",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/backup.sql",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/backup.sql",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/backup.sql",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/backup.sql",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/backup.sql",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/backup.sql",status="404"} 0.000535684 http_request_duration_seconds_count{method="GET",path="/backup.sql",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/backup.sql.bz2",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.sql.bz2",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.sql.bz2",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.sql.bz2",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.sql.bz2",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.sql.bz2",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.sql.bz2",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.sql.bz2",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.sql.bz2",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.sql.bz2",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.sql.bz2",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.sql.bz2",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/backup.sql.bz2",status="404"} 0.000162912 http_request_duration_seconds_count{method="GET",path="/backup.sql.bz2",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.sql.gz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.sql.gz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.sql.gz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.sql.gz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.sql.gz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.sql.gz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.sql.gz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.sql.gz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.sql.gz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.sql.gz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.sql.gz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.sql.gz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/backup.sql.gz",status="404"} 0.000129012 http_request_duration_seconds_count{method="GET",path="/backup.sql.gz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.tar",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.tar",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.tar",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.tar",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.tar",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.tar",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.tar",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.tar",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.tar",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.tar",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.tar",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.tar",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/backup.tar",status="404"} 0.000127786 http_request_duration_seconds_count{method="GET",path="/backup.tar",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.tar.bz2",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.tar.bz2",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.tar.bz2",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.tar.bz2",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.tar.bz2",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.tar.bz2",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.tar.bz2",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.tar.bz2",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.tar.bz2",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.tar.bz2",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.tar.bz2",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.tar.bz2",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/backup.tar.bz2",status="404"} 0.000134508 http_request_duration_seconds_count{method="GET",path="/backup.tar.bz2",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.tar.gz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.tar.gz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.tar.gz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.tar.gz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.tar.gz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.tar.gz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.tar.gz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.tar.gz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.tar.gz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.tar.gz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.tar.gz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.tar.gz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/backup.tar.gz",status="404"} 0.000119043 http_request_duration_seconds_count{method="GET",path="/backup.tar.gz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.tar.xz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.tar.xz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.tar.xz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.tar.xz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.tar.xz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.tar.xz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.tar.xz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.tar.xz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.tar.xz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.tar.xz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.tar.xz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.tar.xz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/backup.tar.xz",status="404"} 0.00014697 http_request_duration_seconds_count{method="GET",path="/backup.tar.xz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.tgz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.tgz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.tgz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.tgz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.tgz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.tgz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.tgz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.tgz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.tgz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.tgz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.tgz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.tgz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/backup.tgz",status="404"} 0.000139178 http_request_duration_seconds_count{method="GET",path="/backup.tgz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.zip",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.zip",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.zip",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.zip",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.zip",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.zip",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.zip",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.zip",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.zip",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.zip",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.zip",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.zip",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/backup.zip",status="404"} 0.000129786 http_request_duration_seconds_count{method="GET",path="/backup.zip",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/backup.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/backup.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/backup.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/backup.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/backup.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/backup.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/backup.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/backup.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/backup.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/backup.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/backup.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/backup.zip",status="429"} 2.3282e-05 http_request_duration_seconds_count{method="GET",path="/backup.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/backup.zst",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.zst",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.zst",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.zst",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.zst",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.zst",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.zst",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.zst",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.zst",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.zst",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.zst",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.zst",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/backup.zst",status="404"} 0.000151675 http_request_duration_seconds_count{method="GET",path="/backup.zst",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup/.env",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/backup/.env",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/backup/.env",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/backup/.env",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/backup/.env",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/backup/.env",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/backup/.env",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/backup/.env",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/backup/.env",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/backup/.env",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/backup/.env",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/backup/.env",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/backup/.env",status="404"} 0.00028811600000000004 http_request_duration_seconds_count{method="GET",path="/backup/.env",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/backup/.env",status="429",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/backup/.env",status="429",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/backup/.env",status="429",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/backup/.env",status="429",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/backup/.env",status="429",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/backup/.env",status="429",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/backup/.env",status="429",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/backup/.env",status="429",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/backup/.env",status="429",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/backup/.env",status="429",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/backup/.env",status="429",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/backup/.env",status="429",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/backup/.env",status="429"} 0.000276045 http_request_duration_seconds_count{method="GET",path="/backup/.env",status="429"} 4 http_request_duration_seconds_bucket{method="GET",path="/backup/env",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/backup/env",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/backup/env",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/backup/env",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/backup/env",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/backup/env",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/backup/env",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/backup/env",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/backup/env",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/backup/env",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/backup/env",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/backup/env",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/backup/env",status="429"} 0.000163516 http_request_duration_seconds_count{method="GET",path="/backup/env",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/backup/phpinfo.php",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/backup/phpinfo.php",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/backup/phpinfo.php",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/backup/phpinfo.php",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/backup/phpinfo.php",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/backup/phpinfo.php",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/backup/phpinfo.php",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/backup/phpinfo.php",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/backup/phpinfo.php",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/backup/phpinfo.php",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/backup/phpinfo.php",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/backup/phpinfo.php",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/backup/phpinfo.php",status="429"} 0.000260243 http_request_duration_seconds_count{method="GET",path="/backup/phpinfo.php",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/backup_1.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/backup_1.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/backup_1.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/backup_1.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/backup_1.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/backup_1.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/backup_1.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/backup_1.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/backup_1.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/backup_1.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/backup_1.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/backup_1.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/backup_1.zip",status="429"} 3.5869000000000005e-05 http_request_duration_seconds_count{method="GET",path="/backup_1.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/backup_2.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/backup_2.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/backup_2.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/backup_2.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/backup_2.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/backup_2.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/backup_2.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/backup_2.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/backup_2.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/backup_2.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/backup_2.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/backup_2.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/backup_2.zip",status="429"} 2.9838999999999997e-05 http_request_duration_seconds_count{method="GET",path="/backup_2.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/backup_3.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/backup_3.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/backup_3.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/backup_3.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/backup_3.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/backup_3.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/backup_3.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/backup_3.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/backup_3.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/backup_3.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/backup_3.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/backup_3.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/backup_3.zip",status="429"} 4.3594e-05 http_request_duration_seconds_count{method="GET",path="/backup_3.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/backup_4.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/backup_4.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/backup_4.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/backup_4.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/backup_4.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/backup_4.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/backup_4.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/backup_4.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/backup_4.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/backup_4.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/backup_4.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/backup_4.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/backup_4.zip",status="429"} 0.00178511 http_request_duration_seconds_count{method="GET",path="/backup_4.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/backup_5.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/backup_5.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/backup_5.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/backup_5.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/backup_5.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/backup_5.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/backup_5.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/backup_5.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/backup_5.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/backup_5.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/backup_5.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/backup_5.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/backup_5.zip",status="429"} 0.000101771 http_request_duration_seconds_count{method="GET",path="/backup_5.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/backup_daily.zip",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_daily.zip",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_daily.zip",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_daily.zip",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_daily.zip",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_daily.zip",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_daily.zip",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_daily.zip",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_daily.zip",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_daily.zip",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_daily.zip",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_daily.zip",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/backup_daily.zip",status="404"} 3.0229e-05 http_request_duration_seconds_count{method="GET",path="/backup_daily.zip",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_daily.zip",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_daily.zip",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_daily.zip",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_daily.zip",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_daily.zip",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_daily.zip",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_daily.zip",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_daily.zip",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_daily.zip",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_daily.zip",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_daily.zip",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_daily.zip",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/backup_daily.zip",status="429"} 1.1084e-05 http_request_duration_seconds_count{method="GET",path="/backup_daily.zip",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_db.7z",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_db.7z",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_db.7z",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_db.7z",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_db.7z",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_db.7z",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_db.7z",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_db.7z",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_db.7z",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_db.7z",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_db.7z",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_db.7z",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/backup_db.7z",status="404"} 0.000149494 http_request_duration_seconds_count{method="GET",path="/backup_db.7z",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_db.bz2",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_db.bz2",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_db.bz2",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_db.bz2",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_db.bz2",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_db.bz2",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_db.bz2",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_db.bz2",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_db.bz2",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_db.bz2",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_db.bz2",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_db.bz2",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/backup_db.bz2",status="404"} 0.000163875 http_request_duration_seconds_count{method="GET",path="/backup_db.bz2",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_db.gz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_db.gz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_db.gz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_db.gz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_db.gz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_db.gz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_db.gz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_db.gz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_db.gz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_db.gz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_db.gz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_db.gz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/backup_db.gz",status="404"} 0.000130169 http_request_duration_seconds_count{method="GET",path="/backup_db.gz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_db.rar",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_db.rar",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_db.rar",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_db.rar",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_db.rar",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_db.rar",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_db.rar",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_db.rar",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_db.rar",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_db.rar",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_db.rar",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_db.rar",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/backup_db.rar",status="404"} 0.000152784 http_request_duration_seconds_count{method="GET",path="/backup_db.rar",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_db.sql",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_db.sql",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_db.sql",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_db.sql",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_db.sql",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_db.sql",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_db.sql",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_db.sql",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_db.sql",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_db.sql",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_db.sql",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_db.sql",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/backup_db.sql",status="404"} 0.000146317 http_request_duration_seconds_count{method="GET",path="/backup_db.sql",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_db.sql.bz2",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_db.sql.bz2",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_db.sql.bz2",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_db.sql.bz2",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_db.sql.bz2",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_db.sql.bz2",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_db.sql.bz2",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_db.sql.bz2",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_db.sql.bz2",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_db.sql.bz2",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_db.sql.bz2",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_db.sql.bz2",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/backup_db.sql.bz2",status="404"} 0.000159716 http_request_duration_seconds_count{method="GET",path="/backup_db.sql.bz2",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_db.sql.gz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_db.sql.gz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_db.sql.gz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_db.sql.gz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_db.sql.gz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_db.sql.gz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_db.sql.gz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_db.sql.gz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_db.sql.gz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_db.sql.gz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_db.sql.gz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_db.sql.gz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/backup_db.sql.gz",status="404"} 0.000138043 http_request_duration_seconds_count{method="GET",path="/backup_db.sql.gz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_db.tar",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_db.tar",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_db.tar",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_db.tar",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_db.tar",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_db.tar",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_db.tar",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_db.tar",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_db.tar",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_db.tar",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_db.tar",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_db.tar",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/backup_db.tar",status="404"} 0.000130994 http_request_duration_seconds_count{method="GET",path="/backup_db.tar",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_db.tar.bz2",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_db.tar.bz2",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_db.tar.bz2",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_db.tar.bz2",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_db.tar.bz2",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_db.tar.bz2",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_db.tar.bz2",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_db.tar.bz2",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_db.tar.bz2",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_db.tar.bz2",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_db.tar.bz2",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_db.tar.bz2",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/backup_db.tar.bz2",status="404"} 0.000133779 http_request_duration_seconds_count{method="GET",path="/backup_db.tar.bz2",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_db.tar.gz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_db.tar.gz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_db.tar.gz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_db.tar.gz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_db.tar.gz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_db.tar.gz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_db.tar.gz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_db.tar.gz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_db.tar.gz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_db.tar.gz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_db.tar.gz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_db.tar.gz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/backup_db.tar.gz",status="404"} 0.000169324 http_request_duration_seconds_count{method="GET",path="/backup_db.tar.gz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_db.tar.xz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_db.tar.xz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_db.tar.xz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_db.tar.xz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_db.tar.xz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_db.tar.xz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_db.tar.xz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_db.tar.xz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_db.tar.xz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_db.tar.xz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_db.tar.xz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_db.tar.xz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/backup_db.tar.xz",status="404"} 0.000127317 http_request_duration_seconds_count{method="GET",path="/backup_db.tar.xz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_db.tgz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_db.tgz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_db.tgz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_db.tgz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_db.tgz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_db.tgz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_db.tgz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_db.tgz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_db.tgz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_db.tgz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_db.tgz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_db.tgz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/backup_db.tgz",status="404"} 0.000144384 http_request_duration_seconds_count{method="GET",path="/backup_db.tgz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_db.zip",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_db.zip",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_db.zip",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_db.zip",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_db.zip",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_db.zip",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_db.zip",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_db.zip",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_db.zip",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_db.zip",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_db.zip",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_db.zip",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/backup_db.zip",status="404"} 0.000137213 http_request_duration_seconds_count{method="GET",path="/backup_db.zip",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_db.zst",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_db.zst",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_db.zst",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_db.zst",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_db.zst",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_db.zst",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_db.zst",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_db.zst",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_db.zst",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_db.zst",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_db.zst",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_db.zst",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/backup_db.zst",status="404"} 0.000140936 http_request_duration_seconds_count{method="GET",path="/backup_db.zst",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_full.7z",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_full.7z",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_full.7z",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_full.7z",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_full.7z",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_full.7z",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_full.7z",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_full.7z",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_full.7z",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_full.7z",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_full.7z",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_full.7z",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/backup_full.7z",status="404"} 0.000155735 http_request_duration_seconds_count{method="GET",path="/backup_full.7z",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_full.bz2",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_full.bz2",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_full.bz2",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_full.bz2",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_full.bz2",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_full.bz2",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_full.bz2",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_full.bz2",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_full.bz2",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_full.bz2",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_full.bz2",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_full.bz2",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/backup_full.bz2",status="404"} 0.000144713 http_request_duration_seconds_count{method="GET",path="/backup_full.bz2",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_full.gz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_full.gz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_full.gz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_full.gz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_full.gz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_full.gz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_full.gz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_full.gz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_full.gz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_full.gz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_full.gz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_full.gz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/backup_full.gz",status="404"} 0.000133061 http_request_duration_seconds_count{method="GET",path="/backup_full.gz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_full.rar",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_full.rar",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_full.rar",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_full.rar",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_full.rar",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_full.rar",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_full.rar",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_full.rar",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_full.rar",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_full.rar",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_full.rar",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_full.rar",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/backup_full.rar",status="404"} 0.0001272 http_request_duration_seconds_count{method="GET",path="/backup_full.rar",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_full.sql",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_full.sql",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_full.sql",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_full.sql",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_full.sql",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_full.sql",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_full.sql",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_full.sql",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_full.sql",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_full.sql",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_full.sql",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_full.sql",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/backup_full.sql",status="404"} 0.000126343 http_request_duration_seconds_count{method="GET",path="/backup_full.sql",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_full.sql.bz2",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_full.sql.bz2",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_full.sql.bz2",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_full.sql.bz2",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_full.sql.bz2",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_full.sql.bz2",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_full.sql.bz2",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_full.sql.bz2",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_full.sql.bz2",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_full.sql.bz2",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_full.sql.bz2",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_full.sql.bz2",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/backup_full.sql.bz2",status="404"} 0.000116687 http_request_duration_seconds_count{method="GET",path="/backup_full.sql.bz2",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_full.sql.gz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_full.sql.gz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_full.sql.gz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_full.sql.gz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_full.sql.gz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_full.sql.gz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_full.sql.gz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_full.sql.gz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_full.sql.gz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_full.sql.gz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_full.sql.gz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_full.sql.gz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/backup_full.sql.gz",status="404"} 0.000156413 http_request_duration_seconds_count{method="GET",path="/backup_full.sql.gz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_full.tar",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_full.tar",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_full.tar",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_full.tar",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_full.tar",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_full.tar",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_full.tar",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_full.tar",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_full.tar",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_full.tar",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_full.tar",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_full.tar",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/backup_full.tar",status="404"} 0.00013006 http_request_duration_seconds_count{method="GET",path="/backup_full.tar",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_full.tar.bz2",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_full.tar.bz2",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_full.tar.bz2",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_full.tar.bz2",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_full.tar.bz2",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_full.tar.bz2",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_full.tar.bz2",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_full.tar.bz2",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_full.tar.bz2",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_full.tar.bz2",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_full.tar.bz2",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_full.tar.bz2",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/backup_full.tar.bz2",status="404"} 0.000152767 http_request_duration_seconds_count{method="GET",path="/backup_full.tar.bz2",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_full.tar.gz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_full.tar.gz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_full.tar.gz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_full.tar.gz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_full.tar.gz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_full.tar.gz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_full.tar.gz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_full.tar.gz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_full.tar.gz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_full.tar.gz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_full.tar.gz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_full.tar.gz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/backup_full.tar.gz",status="404"} 0.00014298 http_request_duration_seconds_count{method="GET",path="/backup_full.tar.gz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_full.tar.xz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_full.tar.xz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_full.tar.xz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_full.tar.xz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_full.tar.xz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_full.tar.xz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_full.tar.xz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_full.tar.xz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_full.tar.xz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_full.tar.xz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_full.tar.xz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_full.tar.xz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/backup_full.tar.xz",status="404"} 0.000149253 http_request_duration_seconds_count{method="GET",path="/backup_full.tar.xz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_full.tgz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_full.tgz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_full.tgz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_full.tgz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_full.tgz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_full.tgz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_full.tgz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_full.tgz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_full.tgz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_full.tgz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_full.tgz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_full.tgz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/backup_full.tgz",status="404"} 0.000152384 http_request_duration_seconds_count{method="GET",path="/backup_full.tgz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_full.zip",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_full.zip",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_full.zip",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_full.zip",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_full.zip",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_full.zip",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_full.zip",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_full.zip",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_full.zip",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_full.zip",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_full.zip",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_full.zip",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/backup_full.zip",status="404"} 0.000133869 http_request_duration_seconds_count{method="GET",path="/backup_full.zip",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_full.zst",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_full.zst",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_full.zst",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_full.zst",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_full.zst",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_full.zst",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_full.zst",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_full.zst",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_full.zst",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_full.zst",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_full.zst",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_full.zst",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/backup_full.zst",status="404"} 0.000131209 http_request_duration_seconds_count{method="GET",path="/backup_full.zst",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_monthly.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/backup_monthly.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/backup_monthly.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/backup_monthly.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/backup_monthly.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/backup_monthly.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/backup_monthly.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/backup_monthly.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/backup_monthly.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/backup_monthly.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/backup_monthly.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/backup_monthly.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/backup_monthly.zip",status="429"} 2.5381e-05 http_request_duration_seconds_count{method="GET",path="/backup_monthly.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/backup_weekly.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/backup_weekly.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/backup_weekly.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/backup_weekly.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/backup_weekly.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/backup_weekly.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/backup_weekly.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/backup_weekly.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/backup_weekly.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/backup_weekly.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/backup_weekly.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/backup_weekly.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/backup_weekly.zip",status="429"} 3.1236e-05 http_request_duration_seconds_count{method="GET",path="/backup_weekly.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/backup_yearly.zip",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_yearly.zip",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_yearly.zip",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_yearly.zip",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_yearly.zip",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_yearly.zip",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_yearly.zip",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_yearly.zip",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_yearly.zip",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_yearly.zip",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_yearly.zip",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_yearly.zip",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/backup_yearly.zip",status="404"} 3.6045e-05 http_request_duration_seconds_count{method="GET",path="/backup_yearly.zip",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_yearly.zip",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_yearly.zip",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_yearly.zip",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_yearly.zip",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_yearly.zip",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_yearly.zip",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_yearly.zip",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_yearly.zip",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_yearly.zip",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_yearly.zip",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_yearly.zip",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup_yearly.zip",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/backup_yearly.zip",status="429"} 2.0371e-05 http_request_duration_seconds_count{method="GET",path="/backup_yearly.zip",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups.7z",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups.7z",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups.7z",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups.7z",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups.7z",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups.7z",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups.7z",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups.7z",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups.7z",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups.7z",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups.7z",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups.7z",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/backups.7z",status="404"} 0.000134451 http_request_duration_seconds_count{method="GET",path="/backups.7z",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups.bz2",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups.bz2",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups.bz2",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups.bz2",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups.bz2",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups.bz2",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups.bz2",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups.bz2",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups.bz2",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups.bz2",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups.bz2",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups.bz2",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/backups.bz2",status="404"} 0.000183925 http_request_duration_seconds_count{method="GET",path="/backups.bz2",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups.gz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups.gz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups.gz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups.gz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups.gz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups.gz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups.gz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups.gz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups.gz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups.gz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups.gz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups.gz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/backups.gz",status="404"} 0.000131771 http_request_duration_seconds_count{method="GET",path="/backups.gz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups.rar",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups.rar",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups.rar",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups.rar",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups.rar",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups.rar",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups.rar",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups.rar",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups.rar",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups.rar",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups.rar",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups.rar",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/backups.rar",status="404"} 0.000139068 http_request_duration_seconds_count{method="GET",path="/backups.rar",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups.sql",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups.sql",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups.sql",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups.sql",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups.sql",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups.sql",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups.sql",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups.sql",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups.sql",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups.sql",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups.sql",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups.sql",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/backups.sql",status="404"} 0.000188861 http_request_duration_seconds_count{method="GET",path="/backups.sql",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups.sql.bz2",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups.sql.bz2",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups.sql.bz2",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups.sql.bz2",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups.sql.bz2",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups.sql.bz2",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups.sql.bz2",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups.sql.bz2",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups.sql.bz2",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups.sql.bz2",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups.sql.bz2",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups.sql.bz2",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/backups.sql.bz2",status="404"} 0.000150387 http_request_duration_seconds_count{method="GET",path="/backups.sql.bz2",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups.sql.gz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups.sql.gz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups.sql.gz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups.sql.gz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups.sql.gz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups.sql.gz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups.sql.gz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups.sql.gz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups.sql.gz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups.sql.gz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups.sql.gz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups.sql.gz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/backups.sql.gz",status="404"} 0.00013031 http_request_duration_seconds_count{method="GET",path="/backups.sql.gz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups.tar",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups.tar",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups.tar",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups.tar",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups.tar",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups.tar",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups.tar",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups.tar",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups.tar",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups.tar",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups.tar",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups.tar",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/backups.tar",status="404"} 0.0001294 http_request_duration_seconds_count{method="GET",path="/backups.tar",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups.tar.bz2",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups.tar.bz2",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups.tar.bz2",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups.tar.bz2",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups.tar.bz2",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups.tar.bz2",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups.tar.bz2",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups.tar.bz2",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups.tar.bz2",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups.tar.bz2",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups.tar.bz2",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups.tar.bz2",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/backups.tar.bz2",status="404"} 0.000162458 http_request_duration_seconds_count{method="GET",path="/backups.tar.bz2",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups.tar.gz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups.tar.gz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups.tar.gz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups.tar.gz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups.tar.gz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups.tar.gz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups.tar.gz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups.tar.gz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups.tar.gz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups.tar.gz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups.tar.gz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups.tar.gz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/backups.tar.gz",status="404"} 0.000136274 http_request_duration_seconds_count{method="GET",path="/backups.tar.gz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups.tar.xz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups.tar.xz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups.tar.xz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups.tar.xz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups.tar.xz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups.tar.xz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups.tar.xz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups.tar.xz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups.tar.xz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups.tar.xz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups.tar.xz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups.tar.xz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/backups.tar.xz",status="404"} 0.000131451 http_request_duration_seconds_count{method="GET",path="/backups.tar.xz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups.tgz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups.tgz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups.tgz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups.tgz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups.tgz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups.tgz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups.tgz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups.tgz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups.tgz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups.tgz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups.tgz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups.tgz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/backups.tgz",status="404"} 0.000130055 http_request_duration_seconds_count{method="GET",path="/backups.tgz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups.zip",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups.zip",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups.zip",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups.zip",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups.zip",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups.zip",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups.zip",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups.zip",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups.zip",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups.zip",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups.zip",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups.zip",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/backups.zip",status="404"} 0.000132853 http_request_duration_seconds_count{method="GET",path="/backups.zip",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/backups.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/backups.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/backups.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/backups.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/backups.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/backups.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/backups.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/backups.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/backups.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/backups.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/backups.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/backups.zip",status="429"} 4.852e-05 http_request_duration_seconds_count{method="GET",path="/backups.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/backups.zst",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups.zst",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups.zst",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups.zst",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups.zst",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups.zst",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups.zst",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups.zst",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups.zst",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups.zst",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups.zst",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups.zst",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/backups.zst",status="404"} 0.000135921 http_request_duration_seconds_count{method="GET",path="/backups.zst",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups/.env",status="429",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/backups/.env",status="429",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/backups/.env",status="429",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/backups/.env",status="429",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/backups/.env",status="429",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/backups/.env",status="429",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/backups/.env",status="429",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/backups/.env",status="429",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/backups/.env",status="429",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/backups/.env",status="429",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/backups/.env",status="429",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/backups/.env",status="429",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/backups/.env",status="429"} 0.000416605 http_request_duration_seconds_count{method="GET",path="/backups/.env",status="429"} 4 http_request_duration_seconds_bucket{method="GET",path="/baixy.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/baixy.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/baixy.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/baixy.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/baixy.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/baixy.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/baixy.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/baixy.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/baixy.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/baixy.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/baixy.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/baixy.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/baixy.php",status="404"} 0.000172044 http_request_duration_seconds_count{method="GET",path="/baixy.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/bajah.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/bajah.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/bajah.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/bajah.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/bajah.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/bajah.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/bajah.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/bajah.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/bajah.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/bajah.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/bajah.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/bajah.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/bajah.php",status="404"} 0.000138026 http_request_duration_seconds_count{method="GET",path="/bajah.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/bak.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/bak.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/bak.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/bak.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/bak.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/bak.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/bak.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/bak.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/bak.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/bak.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/bak.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/bak.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/bak.php",status="404"} 0.000155639 http_request_duration_seconds_count{method="GET",path="/bak.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/bak.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/bak.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/bak.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/bak.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/bak.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/bak.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/bak.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/bak.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/bak.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/bak.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/bak.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/bak.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/bak.zip",status="429"} 3.4322999999999996e-05 http_request_duration_seconds_count{method="GET",path="/bak.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/bak/phpinfo.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/bak/phpinfo.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/bak/phpinfo.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/bak/phpinfo.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/bak/phpinfo.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/bak/phpinfo.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/bak/phpinfo.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/bak/phpinfo.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/bak/phpinfo.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/bak/phpinfo.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/bak/phpinfo.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/bak/phpinfo.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/bak/phpinfo.php",status="404"} 0.000397359 http_request_duration_seconds_count{method="GET",path="/bak/phpinfo.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/bak/phpinfo.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/bak/phpinfo.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/bak/phpinfo.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/bak/phpinfo.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/bak/phpinfo.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/bak/phpinfo.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/bak/phpinfo.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/bak/phpinfo.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/bak/phpinfo.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/bak/phpinfo.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/bak/phpinfo.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/bak/phpinfo.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/bak/phpinfo.php",status="429"} 2.8065e-05 http_request_duration_seconds_count{method="GET",path="/bak/phpinfo.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/bal.php",status="404",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/bal.php",status="404",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/bal.php",status="404",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/bal.php",status="404",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/bal.php",status="404",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/bal.php",status="404",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/bal.php",status="404",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/bal.php",status="404",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/bal.php",status="404",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/bal.php",status="404",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/bal.php",status="404",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/bal.php",status="404",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/bal.php",status="404"} 0.000576658 http_request_duration_seconds_count{method="GET",path="/bal.php",status="404"} 4 http_request_duration_seconds_bucket{method="GET",path="/balbasaur.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/balbasaur.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/balbasaur.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/balbasaur.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/balbasaur.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/balbasaur.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/balbasaur.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/balbasaur.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/balbasaur.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/balbasaur.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/balbasaur.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/balbasaur.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/balbasaur.php",status="404"} 0.000153037 http_request_duration_seconds_count{method="GET",path="/balbasaur.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/base.yaml",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/base.yaml",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/base.yaml",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/base.yaml",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/base.yaml",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/base.yaml",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/base.yaml",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/base.yaml",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/base.yaml",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/base.yaml",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/base.yaml",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/base.yaml",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/base.yaml",status="429"} 0.000124101 http_request_duration_seconds_count{method="GET",path="/base.yaml",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/base.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/base.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/base.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/base.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/base.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/base.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/base.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/base.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/base.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/base.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/base.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/base.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/base.zip",status="429"} 3.8021999999999996e-05 http_request_duration_seconds_count{method="GET",path="/base.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/batch.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/batch.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/batch.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/batch.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/batch.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/batch.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/batch.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/batch.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/batch.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/batch.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/batch.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/batch.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/batch.zip",status="429"} 2.2887e-05 http_request_duration_seconds_count{method="GET",path="/batch.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/baxa1.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/baxa1.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/baxa1.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/baxa1.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/baxa1.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/baxa1.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/baxa1.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/baxa1.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/baxa1.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/baxa1.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/baxa1.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/baxa1.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/baxa1.php",status="404"} 0.000144947 http_request_duration_seconds_count{method="GET",path="/baxa1.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/bazaar.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/bazaar.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/bazaar.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/bazaar.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/bazaar.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/bazaar.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/bazaar.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/bazaar.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/bazaar.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/bazaar.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/bazaar.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/bazaar.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/bazaar.zip",status="429"} 2.6677e-05 http_request_duration_seconds_count{method="GET",path="/bazaar.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/bb.php",status="404",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/bb.php",status="404",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/bb.php",status="404",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/bb.php",status="404",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/bb.php",status="404",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/bb.php",status="404",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/bb.php",status="404",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/bb.php",status="404",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/bb.php",status="404",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/bb.php",status="404",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/bb.php",status="404",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/bb.php",status="404",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/bb.php",status="404"} 0.000848913 http_request_duration_seconds_count{method="GET",path="/bb.php",status="404"} 4 http_request_duration_seconds_bucket{method="GET",path="/bc.php",status="404",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/bc.php",status="404",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/bc.php",status="404",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/bc.php",status="404",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/bc.php",status="404",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/bc.php",status="404",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/bc.php",status="404",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/bc.php",status="404",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/bc.php",status="404",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/bc.php",status="404",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/bc.php",status="404",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/bc.php",status="404",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/bc.php",status="404"} 0.000539275 http_request_duration_seconds_count{method="GET",path="/bc.php",status="404"} 4 http_request_duration_seconds_bucket{method="GET",path="/be/.env",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/be/.env",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/be/.env",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/be/.env",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/be/.env",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/be/.env",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/be/.env",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/be/.env",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/be/.env",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/be/.env",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/be/.env",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/be/.env",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/be/.env",status="404"} 0.000121993 http_request_duration_seconds_count{method="GET",path="/be/.env",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/be/.env",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/be/.env",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/be/.env",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/be/.env",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/be/.env",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/be/.env",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/be/.env",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/be/.env",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/be/.env",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/be/.env",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/be/.env",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/be/.env",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/be/.env",status="429"} 0.000143526 http_request_duration_seconds_count{method="GET",path="/be/.env",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/be/config.js",status="429",le="0.005"} 17 http_request_duration_seconds_bucket{method="GET",path="/be/config.js",status="429",le="0.01"} 17 http_request_duration_seconds_bucket{method="GET",path="/be/config.js",status="429",le="0.025"} 17 http_request_duration_seconds_bucket{method="GET",path="/be/config.js",status="429",le="0.05"} 17 http_request_duration_seconds_bucket{method="GET",path="/be/config.js",status="429",le="0.1"} 17 http_request_duration_seconds_bucket{method="GET",path="/be/config.js",status="429",le="0.25"} 17 http_request_duration_seconds_bucket{method="GET",path="/be/config.js",status="429",le="0.5"} 17 http_request_duration_seconds_bucket{method="GET",path="/be/config.js",status="429",le="1"} 17 http_request_duration_seconds_bucket{method="GET",path="/be/config.js",status="429",le="2.5"} 17 http_request_duration_seconds_bucket{method="GET",path="/be/config.js",status="429",le="5"} 17 http_request_duration_seconds_bucket{method="GET",path="/be/config.js",status="429",le="10"} 17 http_request_duration_seconds_bucket{method="GET",path="/be/config.js",status="429",le="+Inf"} 17 http_request_duration_seconds_sum{method="GET",path="/be/config.js",status="429"} 0.001416363 http_request_duration_seconds_count{method="GET",path="/be/config.js",status="429"} 17 http_request_duration_seconds_bucket{method="GET",path="/beta.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/beta.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/beta.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/beta.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/beta.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/beta.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/beta.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/beta.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/beta.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/beta.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/beta.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/beta.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/beta.zip",status="429"} 3.1705e-05 http_request_duration_seconds_count{method="GET",path="/beta.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/beta/.env",status="429",le="0.005"} 5 http_request_duration_seconds_bucket{method="GET",path="/beta/.env",status="429",le="0.01"} 5 http_request_duration_seconds_bucket{method="GET",path="/beta/.env",status="429",le="0.025"} 5 http_request_duration_seconds_bucket{method="GET",path="/beta/.env",status="429",le="0.05"} 5 http_request_duration_seconds_bucket{method="GET",path="/beta/.env",status="429",le="0.1"} 5 http_request_duration_seconds_bucket{method="GET",path="/beta/.env",status="429",le="0.25"} 5 http_request_duration_seconds_bucket{method="GET",path="/beta/.env",status="429",le="0.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/beta/.env",status="429",le="1"} 5 http_request_duration_seconds_bucket{method="GET",path="/beta/.env",status="429",le="2.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/beta/.env",status="429",le="5"} 5 http_request_duration_seconds_bucket{method="GET",path="/beta/.env",status="429",le="10"} 5 http_request_duration_seconds_bucket{method="GET",path="/beta/.env",status="429",le="+Inf"} 5 http_request_duration_seconds_sum{method="GET",path="/beta/.env",status="429"} 0.000501794 http_request_duration_seconds_count{method="GET",path="/beta/.env",status="429"} 5 http_request_duration_seconds_bucket{method="GET",path="/beta/phpinfo.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/beta/phpinfo.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/beta/phpinfo.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/beta/phpinfo.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/beta/phpinfo.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/beta/phpinfo.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/beta/phpinfo.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/beta/phpinfo.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/beta/phpinfo.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/beta/phpinfo.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/beta/phpinfo.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/beta/phpinfo.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/beta/phpinfo.php",status="404"} 7.4283e-05 http_request_duration_seconds_count{method="GET",path="/beta/phpinfo.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/beta/phpinfo.php",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/beta/phpinfo.php",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/beta/phpinfo.php",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/beta/phpinfo.php",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/beta/phpinfo.php",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/beta/phpinfo.php",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/beta/phpinfo.php",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/beta/phpinfo.php",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/beta/phpinfo.php",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/beta/phpinfo.php",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/beta/phpinfo.php",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/beta/phpinfo.php",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/beta/phpinfo.php",status="429"} 0.000174761 http_request_duration_seconds_count{method="GET",path="/beta/phpinfo.php",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/bfil.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/bfil.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/bfil.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/bfil.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/bfil.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/bfil.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/bfil.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/bfil.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/bfil.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/bfil.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/bfil.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/bfil.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/bfil.php",status="404"} 0.000135548 http_request_duration_seconds_count{method="GET",path="/bfil.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/bgymj.php",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/bgymj.php",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/bgymj.php",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/bgymj.php",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/bgymj.php",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/bgymj.php",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/bgymj.php",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/bgymj.php",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/bgymj.php",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/bgymj.php",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/bgymj.php",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/bgymj.php",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/bgymj.php",status="404"} 0.000482035 http_request_duration_seconds_count{method="GET",path="/bgymj.php",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/bhm.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/bhm.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/bhm.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/bhm.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/bhm.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/bhm.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/bhm.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/bhm.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/bhm.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/bhm.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/bhm.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/bhm.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/bhm.php",status="404"} 0.000138139 http_request_duration_seconds_count{method="GET",path="/bhm.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/bibil.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/bibil.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/bibil.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/bibil.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/bibil.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/bibil.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/bibil.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/bibil.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/bibil.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/bibil.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/bibil.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/bibil.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/bibil.php",status="404"} 0.00026471700000000003 http_request_duration_seconds_count{method="GET",path="/bibil.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/billing/*",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/billing/*",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/billing/*",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/billing/*",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/billing/*",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/billing/*",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/billing/*",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/billing/*",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/billing/*",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/billing/*",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/billing/*",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/billing/*",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/billing/*",status="429"} 0.00019190100000000002 http_request_duration_seconds_count{method="GET",path="/billing/*",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/bin.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/bin.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/bin.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/bin.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/bin.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/bin.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/bin.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/bin.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/bin.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/bin.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/bin.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/bin.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/bin.zip",status="429"} 3.5019e-05 http_request_duration_seconds_count{method="GET",path="/bin.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/bin/.env",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/bin/.env",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/bin/.env",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/bin/.env",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/bin/.env",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/bin/.env",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/bin/.env",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/bin/.env",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/bin/.env",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/bin/.env",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/bin/.env",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/bin/.env",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/bin/.env",status="429"} 8.5184e-05 http_request_duration_seconds_count{method="GET",path="/bin/.env",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/birlingsless.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/birlingsless.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/birlingsless.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/birlingsless.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/birlingsless.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/birlingsless.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/birlingsless.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/birlingsless.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/birlingsless.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/birlingsless.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/birlingsless.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/birlingsless.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/birlingsless.php",status="404"} 0.000130127 http_request_duration_seconds_count{method="GET",path="/birlingsless.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/bjfl.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/bjfl.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/bjfl.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/bjfl.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/bjfl.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/bjfl.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/bjfl.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/bjfl.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/bjfl.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/bjfl.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/bjfl.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/bjfl.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/bjfl.php",status="404"} 0.000292913 http_request_duration_seconds_count{method="GET",path="/bjfl.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/bless.php",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/bless.php",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/bless.php",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/bless.php",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/bless.php",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/bless.php",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/bless.php",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/bless.php",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/bless.php",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/bless.php",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/bless.php",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/bless.php",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/bless.php",status="404"} 0.00067059 http_request_duration_seconds_count{method="GET",path="/bless.php",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/bless11.php",status="404",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/bless11.php",status="404",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/bless11.php",status="404",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/bless11.php",status="404",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/bless11.php",status="404",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/bless11.php",status="404",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/bless11.php",status="404",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/bless11.php",status="404",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/bless11.php",status="404",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/bless11.php",status="404",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/bless11.php",status="404",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/bless11.php",status="404",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/bless11.php",status="404"} 0.000518736 http_request_duration_seconds_count{method="GET",path="/bless11.php",status="404"} 4 http_request_duration_seconds_bucket{method="GET",path="/bless3.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/bless3.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/bless3.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/bless3.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/bless3.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/bless3.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/bless3.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/bless3.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/bless3.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/bless3.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/bless3.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/bless3.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/bless3.php",status="404"} 0.000142175 http_request_duration_seconds_count{method="GET",path="/bless3.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/bless5.php",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/bless5.php",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/bless5.php",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/bless5.php",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/bless5.php",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/bless5.php",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/bless5.php",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/bless5.php",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/bless5.php",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/bless5.php",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/bless5.php",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/bless5.php",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/bless5.php",status="404"} 0.00039897300000000006 http_request_duration_seconds_count{method="GET",path="/bless5.php",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/blog",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/blog",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/blog",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/blog",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/blog",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/blog",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/blog",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/blog",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/blog",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/blog",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/blog",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/blog",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/blog",status="429"} 0.000245713 http_request_duration_seconds_count{method="GET",path="/blog",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/blog/.env",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/blog/.env",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/blog/.env",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/blog/.env",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/blog/.env",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/blog/.env",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/blog/.env",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/blog/.env",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/blog/.env",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/blog/.env",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/blog/.env",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/blog/.env",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/blog/.env",status="429"} 0.00011747400000000001 http_request_duration_seconds_count{method="GET",path="/blog/.env",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/blog/.git/config",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/blog/.git/config",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/blog/.git/config",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/blog/.git/config",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/blog/.git/config",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/blog/.git/config",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/blog/.git/config",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/blog/.git/config",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/blog/.git/config",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/blog/.git/config",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/blog/.git/config",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/blog/.git/config",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/blog/.git/config",status="429"} 0.000105287 http_request_duration_seconds_count{method="GET",path="/blog/.git/config",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/blog/[year]/[month]/[slug]",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/blog/[year]/[month]/[slug]",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/blog/[year]/[month]/[slug]",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/blog/[year]/[month]/[slug]",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/blog/[year]/[month]/[slug]",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/blog/[year]/[month]/[slug]",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/blog/[year]/[month]/[slug]",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/blog/[year]/[month]/[slug]",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/blog/[year]/[month]/[slug]",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/blog/[year]/[month]/[slug]",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/blog/[year]/[month]/[slug]",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/blog/[year]/[month]/[slug]",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/blog/[year]/[month]/[slug]",status="404"} 0.000131455 http_request_duration_seconds_count{method="GET",path="/blog/[year]/[month]/[slug]",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/blog/[year]/[month]/[slug]",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/blog/[year]/[month]/[slug]",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/blog/[year]/[month]/[slug]",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/blog/[year]/[month]/[slug]",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/blog/[year]/[month]/[slug]",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/blog/[year]/[month]/[slug]",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/blog/[year]/[month]/[slug]",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/blog/[year]/[month]/[slug]",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/blog/[year]/[month]/[slug]",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/blog/[year]/[month]/[slug]",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/blog/[year]/[month]/[slug]",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/blog/[year]/[month]/[slug]",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/blog/[year]/[month]/[slug]",status="429"} 0.000130718 http_request_duration_seconds_count{method="GET",path="/blog/[year]/[month]/[slug]",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/blog/phpinfo.php",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/blog/phpinfo.php",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/blog/phpinfo.php",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/blog/phpinfo.php",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/blog/phpinfo.php",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/blog/phpinfo.php",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/blog/phpinfo.php",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/blog/phpinfo.php",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/blog/phpinfo.php",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/blog/phpinfo.php",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/blog/phpinfo.php",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/blog/phpinfo.php",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/blog/phpinfo.php",status="429"} 8.4631e-05 http_request_duration_seconds_count{method="GET",path="/blog/phpinfo.php",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/blogs/.env",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/blogs/.env",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/blogs/.env",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/blogs/.env",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/blogs/.env",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/blogs/.env",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/blogs/.env",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/blogs/.env",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/blogs/.env",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/blogs/.env",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/blogs/.env",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/blogs/.env",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/blogs/.env",status="404"} 0.000100494 http_request_duration_seconds_count{method="GET",path="/blogs/.env",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/blogs/.env",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/blogs/.env",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/blogs/.env",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/blogs/.env",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/blogs/.env",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/blogs/.env",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/blogs/.env",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/blogs/.env",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/blogs/.env",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/blogs/.env",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/blogs/.env",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/blogs/.env",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/blogs/.env",status="429"} 2.2393e-05 http_request_duration_seconds_count{method="GET",path="/blogs/.env",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/blox.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/blox.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/blox.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/blox.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/blox.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/blox.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/blox.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/blox.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/blox.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/blox.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/blox.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/blox.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/blox.php",status="404"} 0.000155513 http_request_duration_seconds_count{method="GET",path="/blox.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/bluehost.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/bluehost.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/bluehost.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/bluehost.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/bluehost.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/bluehost.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/bluehost.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/bluehost.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/bluehost.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/bluehost.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/bluehost.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/bluehost.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/bluehost.zip",status="429"} 4.0339e-05 http_request_duration_seconds_count{method="GET",path="/bluehost.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/blurbs.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/blurbs.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/blurbs.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/blurbs.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/blurbs.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/blurbs.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/blurbs.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/blurbs.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/blurbs.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/blurbs.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/blurbs.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/blurbs.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/blurbs.php",status="404"} 0.000153345 http_request_duration_seconds_count{method="GET",path="/blurbs.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/bnm.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/bnm.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/bnm.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/bnm.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/bnm.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/bnm.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/bnm.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/bnm.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/bnm.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/bnm.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/bnm.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/bnm.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/bnm.php",status="404"} 0.000149602 http_request_duration_seconds_count{method="GET",path="/bnm.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/bo.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/bo.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/bo.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/bo.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/bo.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/bo.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/bo.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/bo.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/bo.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/bo.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/bo.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/bo.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/bo.php",status="404"} 0.000141381 http_request_duration_seconds_count{method="GET",path="/bo.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/bob.php",status="404",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/bob.php",status="404",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/bob.php",status="404",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/bob.php",status="404",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/bob.php",status="404",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/bob.php",status="404",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/bob.php",status="404",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/bob.php",status="404",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/bob.php",status="404",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/bob.php",status="404",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/bob.php",status="404",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/bob.php",status="404",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/bob.php",status="404"} 0.000710379 http_request_duration_seconds_count{method="GET",path="/bob.php",status="404"} 4 http_request_duration_seconds_bucket{method="GET",path="/bolt.php",status="404",le="0.005"} 5 http_request_duration_seconds_bucket{method="GET",path="/bolt.php",status="404",le="0.01"} 5 http_request_duration_seconds_bucket{method="GET",path="/bolt.php",status="404",le="0.025"} 5 http_request_duration_seconds_bucket{method="GET",path="/bolt.php",status="404",le="0.05"} 5 http_request_duration_seconds_bucket{method="GET",path="/bolt.php",status="404",le="0.1"} 5 http_request_duration_seconds_bucket{method="GET",path="/bolt.php",status="404",le="0.25"} 5 http_request_duration_seconds_bucket{method="GET",path="/bolt.php",status="404",le="0.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/bolt.php",status="404",le="1"} 5 http_request_duration_seconds_bucket{method="GET",path="/bolt.php",status="404",le="2.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/bolt.php",status="404",le="5"} 5 http_request_duration_seconds_bucket{method="GET",path="/bolt.php",status="404",le="10"} 5 http_request_duration_seconds_bucket{method="GET",path="/bolt.php",status="404",le="+Inf"} 5 http_request_duration_seconds_sum{method="GET",path="/bolt.php",status="404"} 0.000703452 http_request_duration_seconds_count{method="GET",path="/bolt.php",status="404"} 5 http_request_duration_seconds_bucket{method="GET",path="/boot.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/boot.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/boot.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/boot.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/boot.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/boot.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/boot.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/boot.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/boot.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/boot.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/boot.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/boot.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/boot.zip",status="429"} 5.8219e-05 http_request_duration_seconds_count{method="GET",path="/boot.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/bootstrap.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/bootstrap.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/bootstrap.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/bootstrap.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/bootstrap.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/bootstrap.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/bootstrap.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/bootstrap.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/bootstrap.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/bootstrap.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/bootstrap.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/bootstrap.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/bootstrap.php",status="404"} 0.000130243 http_request_duration_seconds_count{method="GET",path="/bootstrap.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/bootstrap.yml",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/bootstrap.yml",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/bootstrap.yml",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/bootstrap.yml",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/bootstrap.yml",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/bootstrap.yml",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/bootstrap.yml",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/bootstrap.yml",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/bootstrap.yml",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/bootstrap.yml",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/bootstrap.yml",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/bootstrap.yml",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/bootstrap.yml",status="404"} 0.000160847 http_request_duration_seconds_count{method="GET",path="/bootstrap.yml",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/bootstrap/.env",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/bootstrap/.env",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/bootstrap/.env",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/bootstrap/.env",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/bootstrap/.env",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/bootstrap/.env",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/bootstrap/.env",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/bootstrap/.env",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/bootstrap/.env",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/bootstrap/.env",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/bootstrap/.env",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/bootstrap/.env",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/bootstrap/.env",status="429"} 7.3553e-05 http_request_duration_seconds_count{method="GET",path="/bootstrap/.env",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/bower_components.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/bower_components.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/bower_components.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/bower_components.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/bower_components.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/bower_components.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/bower_components.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/bower_components.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/bower_components.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/bower_components.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/bower_components.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/bower_components.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/bower_components.zip",status="429"} 5.0456e-05 http_request_duration_seconds_count{method="GET",path="/bower_components.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/box.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/box.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/box.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/box.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/box.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/box.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/box.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/box.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/box.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/box.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/box.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/box.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/box.zip",status="429"} 6.8668e-05 http_request_duration_seconds_count{method="GET",path="/box.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/brevo/.env",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/brevo/.env",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/brevo/.env",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/brevo/.env",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/brevo/.env",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/brevo/.env",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/brevo/.env",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/brevo/.env",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/brevo/.env",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/brevo/.env",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/brevo/.env",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/brevo/.env",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/brevo/.env",status="404"} 0.000159864 http_request_duration_seconds_count{method="GET",path="/brevo/.env",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/brevo/.env",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/brevo/.env",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/brevo/.env",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/brevo/.env",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/brevo/.env",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/brevo/.env",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/brevo/.env",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/brevo/.env",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/brevo/.env",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/brevo/.env",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/brevo/.env",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/brevo/.env",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/brevo/.env",status="429"} 0.000106484 http_request_duration_seconds_count{method="GET",path="/brevo/.env",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/bs1.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/bs1.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/bs1.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/bs1.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/bs1.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/bs1.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/bs1.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/bs1.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/bs1.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/bs1.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/bs1.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/bs1.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/bs1.php",status="404"} 0.000165741 http_request_duration_seconds_count{method="GET",path="/bs1.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/bthil.php",status="404",le="0.005"} 7 http_request_duration_seconds_bucket{method="GET",path="/bthil.php",status="404",le="0.01"} 7 http_request_duration_seconds_bucket{method="GET",path="/bthil.php",status="404",le="0.025"} 7 http_request_duration_seconds_bucket{method="GET",path="/bthil.php",status="404",le="0.05"} 7 http_request_duration_seconds_bucket{method="GET",path="/bthil.php",status="404",le="0.1"} 7 http_request_duration_seconds_bucket{method="GET",path="/bthil.php",status="404",le="0.25"} 7 http_request_duration_seconds_bucket{method="GET",path="/bthil.php",status="404",le="0.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/bthil.php",status="404",le="1"} 7 http_request_duration_seconds_bucket{method="GET",path="/bthil.php",status="404",le="2.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/bthil.php",status="404",le="5"} 7 http_request_duration_seconds_bucket{method="GET",path="/bthil.php",status="404",le="10"} 7 http_request_duration_seconds_bucket{method="GET",path="/bthil.php",status="404",le="+Inf"} 7 http_request_duration_seconds_sum{method="GET",path="/bthil.php",status="404"} 0.001039902 http_request_duration_seconds_count{method="GET",path="/bthil.php",status="404"} 7 http_request_duration_seconds_bucket{method="GET",path="/buc.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/buc.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/buc.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/buc.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/buc.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/buc.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/buc.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/buc.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/buc.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/buc.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/buc.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/buc.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/buc.php",status="404"} 0.000270546 http_request_duration_seconds_count{method="GET",path="/buc.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/bugsnag.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/bugsnag.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/bugsnag.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/bugsnag.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/bugsnag.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/bugsnag.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/bugsnag.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/bugsnag.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/bugsnag.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/bugsnag.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/bugsnag.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/bugsnag.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/bugsnag.zip",status="429"} 3.3126999999999996e-05 http_request_duration_seconds_count{method="GET",path="/bugsnag.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/build-manifest.json",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/build-manifest.json",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/build-manifest.json",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/build-manifest.json",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/build-manifest.json",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/build-manifest.json",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/build-manifest.json",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/build-manifest.json",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/build-manifest.json",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/build-manifest.json",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/build-manifest.json",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/build-manifest.json",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/build-manifest.json",status="404"} 0.00038352600000000003 http_request_duration_seconds_count{method="GET",path="/build-manifest.json",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/build-manifest.json",status="429",le="0.005"} 15 http_request_duration_seconds_bucket{method="GET",path="/build-manifest.json",status="429",le="0.01"} 15 http_request_duration_seconds_bucket{method="GET",path="/build-manifest.json",status="429",le="0.025"} 15 http_request_duration_seconds_bucket{method="GET",path="/build-manifest.json",status="429",le="0.05"} 15 http_request_duration_seconds_bucket{method="GET",path="/build-manifest.json",status="429",le="0.1"} 15 http_request_duration_seconds_bucket{method="GET",path="/build-manifest.json",status="429",le="0.25"} 15 http_request_duration_seconds_bucket{method="GET",path="/build-manifest.json",status="429",le="0.5"} 15 http_request_duration_seconds_bucket{method="GET",path="/build-manifest.json",status="429",le="1"} 15 http_request_duration_seconds_bucket{method="GET",path="/build-manifest.json",status="429",le="2.5"} 15 http_request_duration_seconds_bucket{method="GET",path="/build-manifest.json",status="429",le="5"} 15 http_request_duration_seconds_bucket{method="GET",path="/build-manifest.json",status="429",le="10"} 15 http_request_duration_seconds_bucket{method="GET",path="/build-manifest.json",status="429",le="+Inf"} 15 http_request_duration_seconds_sum{method="GET",path="/build-manifest.json",status="429"} 0.0011879750000000002 http_request_duration_seconds_count{method="GET",path="/build-manifest.json",status="429"} 15 http_request_duration_seconds_bucket{method="GET",path="/build.7z",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/build.7z",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/build.7z",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/build.7z",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/build.7z",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/build.7z",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/build.7z",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/build.7z",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/build.7z",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/build.7z",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/build.7z",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/build.7z",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/build.7z",status="404"} 0.000131388 http_request_duration_seconds_count{method="GET",path="/build.7z",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/build.bz2",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/build.bz2",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/build.bz2",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/build.bz2",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/build.bz2",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/build.bz2",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/build.bz2",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/build.bz2",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/build.bz2",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/build.bz2",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/build.bz2",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/build.bz2",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/build.bz2",status="404"} 0.000156297 http_request_duration_seconds_count{method="GET",path="/build.bz2",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/build.gz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/build.gz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/build.gz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/build.gz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/build.gz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/build.gz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/build.gz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/build.gz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/build.gz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/build.gz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/build.gz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/build.gz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/build.gz",status="404"} 0.000155339 http_request_duration_seconds_count{method="GET",path="/build.gz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/build.rar",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/build.rar",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/build.rar",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/build.rar",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/build.rar",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/build.rar",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/build.rar",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/build.rar",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/build.rar",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/build.rar",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/build.rar",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/build.rar",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/build.rar",status="404"} 0.000133721 http_request_duration_seconds_count{method="GET",path="/build.rar",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/build.sql",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/build.sql",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/build.sql",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/build.sql",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/build.sql",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/build.sql",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/build.sql",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/build.sql",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/build.sql",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/build.sql",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/build.sql",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/build.sql",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/build.sql",status="404"} 0.000147932 http_request_duration_seconds_count{method="GET",path="/build.sql",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/build.sql.bz2",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/build.sql.bz2",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/build.sql.bz2",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/build.sql.bz2",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/build.sql.bz2",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/build.sql.bz2",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/build.sql.bz2",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/build.sql.bz2",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/build.sql.bz2",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/build.sql.bz2",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/build.sql.bz2",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/build.sql.bz2",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/build.sql.bz2",status="404"} 0.000125408 http_request_duration_seconds_count{method="GET",path="/build.sql.bz2",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/build.sql.gz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/build.sql.gz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/build.sql.gz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/build.sql.gz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/build.sql.gz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/build.sql.gz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/build.sql.gz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/build.sql.gz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/build.sql.gz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/build.sql.gz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/build.sql.gz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/build.sql.gz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/build.sql.gz",status="404"} 0.000155563 http_request_duration_seconds_count{method="GET",path="/build.sql.gz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/build.tar",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/build.tar",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/build.tar",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/build.tar",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/build.tar",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/build.tar",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/build.tar",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/build.tar",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/build.tar",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/build.tar",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/build.tar",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/build.tar",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/build.tar",status="404"} 0.000136151 http_request_duration_seconds_count{method="GET",path="/build.tar",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/build.tar.bz2",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/build.tar.bz2",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/build.tar.bz2",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/build.tar.bz2",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/build.tar.bz2",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/build.tar.bz2",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/build.tar.bz2",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/build.tar.bz2",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/build.tar.bz2",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/build.tar.bz2",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/build.tar.bz2",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/build.tar.bz2",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/build.tar.bz2",status="404"} 0.000139958 http_request_duration_seconds_count{method="GET",path="/build.tar.bz2",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/build.tar.gz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/build.tar.gz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/build.tar.gz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/build.tar.gz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/build.tar.gz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/build.tar.gz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/build.tar.gz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/build.tar.gz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/build.tar.gz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/build.tar.gz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/build.tar.gz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/build.tar.gz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/build.tar.gz",status="404"} 0.000125969 http_request_duration_seconds_count{method="GET",path="/build.tar.gz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/build.tar.xz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/build.tar.xz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/build.tar.xz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/build.tar.xz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/build.tar.xz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/build.tar.xz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/build.tar.xz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/build.tar.xz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/build.tar.xz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/build.tar.xz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/build.tar.xz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/build.tar.xz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/build.tar.xz",status="404"} 0.000127208 http_request_duration_seconds_count{method="GET",path="/build.tar.xz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/build.tgz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/build.tgz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/build.tgz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/build.tgz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/build.tgz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/build.tgz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/build.tgz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/build.tgz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/build.tgz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/build.tgz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/build.tgz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/build.tgz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/build.tgz",status="404"} 0.000131045 http_request_duration_seconds_count{method="GET",path="/build.tgz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/build.zip",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/build.zip",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/build.zip",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/build.zip",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/build.zip",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/build.zip",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/build.zip",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/build.zip",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/build.zip",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/build.zip",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/build.zip",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/build.zip",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/build.zip",status="404"} 0.000134549 http_request_duration_seconds_count{method="GET",path="/build.zip",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/build.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/build.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/build.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/build.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/build.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/build.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/build.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/build.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/build.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/build.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/build.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/build.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/build.zip",status="429"} 2.2491e-05 http_request_duration_seconds_count{method="GET",path="/build.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/build.zst",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/build.zst",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/build.zst",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/build.zst",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/build.zst",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/build.zst",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/build.zst",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/build.zst",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/build.zst",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/build.zst",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/build.zst",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/build.zst",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/build.zst",status="404"} 0.000142287 http_request_duration_seconds_count{method="GET",path="/build.zst",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/build/.env",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/build/.env",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/build/.env",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/build/.env",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/build/.env",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/build/.env",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/build/.env",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/build/.env",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/build/.env",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/build/.env",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/build/.env",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/build/.env",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/build/.env",status="404"} 0.000223936 http_request_duration_seconds_count{method="GET",path="/build/.env",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/build/.env",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/build/.env",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/build/.env",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/build/.env",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/build/.env",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/build/.env",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/build/.env",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/build/.env",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/build/.env",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/build/.env",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/build/.env",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/build/.env",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/build/.env",status="429"} 0.000102856 http_request_duration_seconds_count{method="GET",path="/build/.env",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/build/.git/config",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/build/.git/config",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/build/.git/config",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/build/.git/config",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/build/.git/config",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/build/.git/config",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/build/.git/config",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/build/.git/config",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/build/.git/config",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/build/.git/config",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/build/.git/config",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/build/.git/config",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/build/.git/config",status="429"} 0.000116447 http_request_duration_seconds_count{method="GET",path="/build/.git/config",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/build/manifest.json",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/build/manifest.json",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/build/manifest.json",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/build/manifest.json",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/build/manifest.json",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/build/manifest.json",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/build/manifest.json",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/build/manifest.json",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/build/manifest.json",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/build/manifest.json",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/build/manifest.json",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/build/manifest.json",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/build/manifest.json",status="404"} 0.000439201 http_request_duration_seconds_count{method="GET",path="/build/manifest.json",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/build/manifest.json",status="429",le="0.005"} 17 http_request_duration_seconds_bucket{method="GET",path="/build/manifest.json",status="429",le="0.01"} 17 http_request_duration_seconds_bucket{method="GET",path="/build/manifest.json",status="429",le="0.025"} 17 http_request_duration_seconds_bucket{method="GET",path="/build/manifest.json",status="429",le="0.05"} 17 http_request_duration_seconds_bucket{method="GET",path="/build/manifest.json",status="429",le="0.1"} 17 http_request_duration_seconds_bucket{method="GET",path="/build/manifest.json",status="429",le="0.25"} 17 http_request_duration_seconds_bucket{method="GET",path="/build/manifest.json",status="429",le="0.5"} 17 http_request_duration_seconds_bucket{method="GET",path="/build/manifest.json",status="429",le="1"} 17 http_request_duration_seconds_bucket{method="GET",path="/build/manifest.json",status="429",le="2.5"} 17 http_request_duration_seconds_bucket{method="GET",path="/build/manifest.json",status="429",le="5"} 17 http_request_duration_seconds_bucket{method="GET",path="/build/manifest.json",status="429",le="10"} 17 http_request_duration_seconds_bucket{method="GET",path="/build/manifest.json",status="429",le="+Inf"} 17 http_request_duration_seconds_sum{method="GET",path="/build/manifest.json",status="429"} 0.001323507 http_request_duration_seconds_count{method="GET",path="/build/manifest.json",status="429"} 17 http_request_duration_seconds_bucket{method="GET",path="/buildkite/.env",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/buildkite/.env",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/buildkite/.env",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/buildkite/.env",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/buildkite/.env",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/buildkite/.env",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/buildkite/.env",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/buildkite/.env",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/buildkite/.env",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/buildkite/.env",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/buildkite/.env",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/buildkite/.env",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/buildkite/.env",status="429"} 8.9954e-05 http_request_duration_seconds_count{method="GET",path="/buildkite/.env",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/bulk/.env",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/bulk/.env",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/bulk/.env",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/bulk/.env",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/bulk/.env",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/bulk/.env",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/bulk/.env",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/bulk/.env",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/bulk/.env",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/bulk/.env",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/bulk/.env",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/bulk/.env",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/bulk/.env",status="404"} 0.000131405 http_request_duration_seconds_count{method="GET",path="/bulk/.env",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/bulk/.env",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/bulk/.env",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/bulk/.env",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/bulk/.env",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/bulk/.env",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/bulk/.env",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/bulk/.env",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/bulk/.env",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/bulk/.env",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/bulk/.env",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/bulk/.env",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/bulk/.env",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/bulk/.env",status="429"} 9.3351e-05 http_request_duration_seconds_count{method="GET",path="/bulk/.env",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/bundle.js.map",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/bundle.js.map",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/bundle.js.map",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/bundle.js.map",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/bundle.js.map",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/bundle.js.map",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/bundle.js.map",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/bundle.js.map",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/bundle.js.map",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/bundle.js.map",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/bundle.js.map",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/bundle.js.map",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/bundle.js.map",status="404"} 0.000128863 http_request_duration_seconds_count{method="GET",path="/bundle.js.map",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/business.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/business.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/business.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/business.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/business.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/business.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/business.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/business.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/business.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/business.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/business.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/business.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/business.zip",status="429"} 5.9411000000000004e-05 http_request_duration_seconds_count{method="GET",path="/business.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/buy.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/buy.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/buy.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/buy.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/buy.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/buy.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/buy.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/buy.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/buy.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/buy.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/buy.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/buy.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/buy.php",status="404"} 0.00026595899999999997 http_request_duration_seconds_count{method="GET",path="/buy.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/by.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/by.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/by.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/by.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/by.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/by.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/by.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/by.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/by.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/by.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/by.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/by.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/by.php",status="404"} 0.000149628 http_request_duration_seconds_count{method="GET",path="/by.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/byp.php",status="404",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/byp.php",status="404",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/byp.php",status="404",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/byp.php",status="404",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/byp.php",status="404",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/byp.php",status="404",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/byp.php",status="404",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/byp.php",status="404",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/byp.php",status="404",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/byp.php",status="404",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/byp.php",status="404",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/byp.php",status="404",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/byp.php",status="404"} 0.000546462 http_request_duration_seconds_count{method="GET",path="/byp.php",status="404"} 4 http_request_duration_seconds_bucket{method="GET",path="/byypas.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/byypas.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/byypas.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/byypas.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/byypas.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/byypas.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/byypas.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/byypas.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/byypas.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/byypas.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/byypas.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/byypas.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/byypas.php",status="404"} 0.00029273600000000004 http_request_duration_seconds_count{method="GET",path="/byypas.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/byypas.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/byypas.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/byypas.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/byypas.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/byypas.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/byypas.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/byypas.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/byypas.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/byypas.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/byypas.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/byypas.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/byypas.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/byypas.php",status="429"} 0.000147955 http_request_duration_seconds_count{method="GET",path="/byypas.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/ca4.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/ca4.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/ca4.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/ca4.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/ca4.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/ca4.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/ca4.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/ca4.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/ca4.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/ca4.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/ca4.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/ca4.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/ca4.php",status="404"} 0.00015634 http_request_duration_seconds_count{method="GET",path="/ca4.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/cache.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/cache.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/cache.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/cache.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/cache.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/cache.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/cache.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/cache.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/cache.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/cache.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/cache.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/cache.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/cache.php",status="404"} 0.000125979 http_request_duration_seconds_count{method="GET",path="/cache.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/cache.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/cache.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/cache.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/cache.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/cache.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/cache.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/cache.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/cache.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/cache.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/cache.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/cache.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/cache.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/cache.php",status="429"} 0.00014357 http_request_duration_seconds_count{method="GET",path="/cache.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/cache/.env",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/cache/.env",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/cache/.env",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/cache/.env",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/cache/.env",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/cache/.env",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/cache/.env",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/cache/.env",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/cache/.env",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/cache/.env",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/cache/.env",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/cache/.env",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/cache/.env",status="429"} 9.9398e-05 http_request_duration_seconds_count{method="GET",path="/cache/.env",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/cah.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/cah.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/cah.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/cah.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/cah.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/cah.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/cah.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/cah.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/cah.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/cah.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/cah.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/cah.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/cah.php",status="404"} 0.000281034 http_request_duration_seconds_count{method="GET",path="/cah.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/cakephp/.env",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/cakephp/.env",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/cakephp/.env",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/cakephp/.env",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/cakephp/.env",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/cakephp/.env",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/cakephp/.env",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/cakephp/.env",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/cakephp/.env",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/cakephp/.env",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/cakephp/.env",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/cakephp/.env",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/cakephp/.env",status="429"} 7.9884e-05 http_request_duration_seconds_count{method="GET",path="/cakephp/.env",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/callback.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/callback.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/callback.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/callback.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/callback.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/callback.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/callback.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/callback.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/callback.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/callback.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/callback.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/callback.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/callback.php",status="404"} 0.000280746 http_request_duration_seconds_count{method="GET",path="/callback.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/campaign/.env",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/campaign/.env",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/campaign/.env",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/campaign/.env",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/campaign/.env",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/campaign/.env",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/campaign/.env",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/campaign/.env",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/campaign/.env",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/campaign/.env",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/campaign/.env",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/campaign/.env",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/campaign/.env",status="429"} 0.00025361899999999996 http_request_duration_seconds_count{method="GET",path="/campaign/.env",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/card.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/card.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/card.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/card.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/card.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/card.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/card.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/card.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/card.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/card.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/card.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/card.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/card.php",status="429"} 0.000131938 http_request_duration_seconds_count{method="GET",path="/card.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/cart",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/cart",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/cart",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/cart",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/cart",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/cart",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/cart",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/cart",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/cart",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/cart",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/cart",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/cart",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/cart",status="429"} 0.000286619 http_request_duration_seconds_count{method="GET",path="/cart",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/cart.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/cart.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/cart.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/cart.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/cart.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/cart.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/cart.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/cart.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/cart.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/cart.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/cart.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/cart.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/cart.zip",status="429"} 3.903e-05 http_request_duration_seconds_count{method="GET",path="/cart.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/cart/.env",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/cart/.env",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/cart/.env",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/cart/.env",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/cart/.env",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/cart/.env",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/cart/.env",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/cart/.env",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/cart/.env",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/cart/.env",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/cart/.env",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/cart/.env",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/cart/.env",status="429"} 0.00012415199999999999 http_request_duration_seconds_count{method="GET",path="/cart/.env",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/casp1.php",status="404",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/casp1.php",status="404",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/casp1.php",status="404",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/casp1.php",status="404",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/casp1.php",status="404",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/casp1.php",status="404",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/casp1.php",status="404",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/casp1.php",status="404",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/casp1.php",status="404",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/casp1.php",status="404",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/casp1.php",status="404",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/casp1.php",status="404",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/casp1.php",status="404"} 0.000570979 http_request_duration_seconds_count{method="GET",path="/casp1.php",status="404"} 4 http_request_duration_seconds_bucket{method="GET",path="/casp3.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/casp3.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/casp3.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/casp3.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/casp3.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/casp3.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/casp3.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/casp3.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/casp3.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/casp3.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/casp3.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/casp3.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/casp3.php",status="404"} 0.000138292 http_request_duration_seconds_count{method="GET",path="/casp3.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/cassandra.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/cassandra.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/cassandra.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/cassandra.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/cassandra.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/cassandra.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/cassandra.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/cassandra.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/cassandra.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/cassandra.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/cassandra.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/cassandra.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/cassandra.zip",status="429"} 4.0676e-05 http_request_duration_seconds_count{method="GET",path="/cassandra.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/catalog.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/catalog.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/catalog.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/catalog.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/catalog.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/catalog.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/catalog.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/catalog.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/catalog.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/catalog.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/catalog.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/catalog.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/catalog.zip",status="429"} 2.6006e-05 http_request_duration_seconds_count{method="GET",path="/catalog.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/ccou.php",status="404",le="0.005"} 5 http_request_duration_seconds_bucket{method="GET",path="/ccou.php",status="404",le="0.01"} 5 http_request_duration_seconds_bucket{method="GET",path="/ccou.php",status="404",le="0.025"} 5 http_request_duration_seconds_bucket{method="GET",path="/ccou.php",status="404",le="0.05"} 5 http_request_duration_seconds_bucket{method="GET",path="/ccou.php",status="404",le="0.1"} 5 http_request_duration_seconds_bucket{method="GET",path="/ccou.php",status="404",le="0.25"} 5 http_request_duration_seconds_bucket{method="GET",path="/ccou.php",status="404",le="0.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/ccou.php",status="404",le="1"} 5 http_request_duration_seconds_bucket{method="GET",path="/ccou.php",status="404",le="2.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/ccou.php",status="404",le="5"} 5 http_request_duration_seconds_bucket{method="GET",path="/ccou.php",status="404",le="10"} 5 http_request_duration_seconds_bucket{method="GET",path="/ccou.php",status="404",le="+Inf"} 5 http_request_duration_seconds_sum{method="GET",path="/ccou.php",status="404"} 0.000749416 http_request_duration_seconds_count{method="GET",path="/ccou.php",status="404"} 5 http_request_duration_seconds_bucket{method="GET",path="/ccs.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/ccs.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/ccs.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/ccs.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/ccs.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/ccs.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/ccs.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/ccs.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/ccs.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/ccs.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/ccs.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/ccs.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/ccs.php",status="404"} 0.000150794 http_request_duration_seconds_count{method="GET",path="/ccs.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/cd.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/cd.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/cd.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/cd.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/cd.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/cd.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/cd.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/cd.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/cd.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/cd.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/cd.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/cd.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/cd.zip",status="429"} 4.0464e-05 http_request_duration_seconds_count{method="GET",path="/cd.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/cd/.env",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/cd/.env",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/cd/.env",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/cd/.env",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/cd/.env",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/cd/.env",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/cd/.env",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/cd/.env",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/cd/.env",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/cd/.env",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/cd/.env",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/cd/.env",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/cd/.env",status="429"} 9.0727e-05 http_request_duration_seconds_count{method="GET",path="/cd/.env",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/cdk.json",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/cdk.json",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/cdk.json",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/cdk.json",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/cdk.json",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/cdk.json",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/cdk.json",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/cdk.json",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/cdk.json",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/cdk.json",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/cdk.json",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/cdk.json",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/cdk.json",status="404"} 0.000478246 http_request_duration_seconds_count{method="GET",path="/cdk.json",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/cdk.json",status="429",le="0.005"} 16 http_request_duration_seconds_bucket{method="GET",path="/cdk.json",status="429",le="0.01"} 16 http_request_duration_seconds_bucket{method="GET",path="/cdk.json",status="429",le="0.025"} 16 http_request_duration_seconds_bucket{method="GET",path="/cdk.json",status="429",le="0.05"} 16 http_request_duration_seconds_bucket{method="GET",path="/cdk.json",status="429",le="0.1"} 16 http_request_duration_seconds_bucket{method="GET",path="/cdk.json",status="429",le="0.25"} 16 http_request_duration_seconds_bucket{method="GET",path="/cdk.json",status="429",le="0.5"} 16 http_request_duration_seconds_bucket{method="GET",path="/cdk.json",status="429",le="1"} 16 http_request_duration_seconds_bucket{method="GET",path="/cdk.json",status="429",le="2.5"} 16 http_request_duration_seconds_bucket{method="GET",path="/cdk.json",status="429",le="5"} 16 http_request_duration_seconds_bucket{method="GET",path="/cdk.json",status="429",le="10"} 16 http_request_duration_seconds_bucket{method="GET",path="/cdk.json",status="429",le="+Inf"} 16 http_request_duration_seconds_sum{method="GET",path="/cdk.json",status="429"} 0.001304649 http_request_duration_seconds_count{method="GET",path="/cdk.json",status="429"} 16 http_request_duration_seconds_bucket{method="GET",path="/cdn.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/cdn.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/cdn.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/cdn.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/cdn.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/cdn.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/cdn.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/cdn.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/cdn.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/cdn.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/cdn.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/cdn.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/cdn.zip",status="429"} 2.4618e-05 http_request_duration_seconds_count{method="GET",path="/cdn.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/cdxadmin.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/cdxadmin.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/cdxadmin.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/cdxadmin.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/cdxadmin.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/cdxadmin.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/cdxadmin.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/cdxadmin.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/cdxadmin.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/cdxadmin.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/cdxadmin.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/cdxadmin.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/cdxadmin.php",status="404"} 0.000132095 http_request_duration_seconds_count{method="GET",path="/cdxadmin.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/certificates.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/certificates.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/certificates.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/certificates.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/certificates.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/certificates.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/certificates.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/certificates.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/certificates.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/certificates.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/certificates.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/certificates.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/certificates.zip",status="429"} 5.8344e-05 http_request_duration_seconds_count{method="GET",path="/certificates.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/certs/private.key",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/certs/private.key",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/certs/private.key",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/certs/private.key",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/certs/private.key",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/certs/private.key",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/certs/private.key",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/certs/private.key",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/certs/private.key",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/certs/private.key",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/certs/private.key",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/certs/private.key",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/certs/private.key",status="404"} 0.000102879 http_request_duration_seconds_count{method="GET",path="/certs/private.key",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/cfg.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/cfg.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/cfg.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/cfg.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/cfg.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/cfg.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/cfg.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/cfg.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/cfg.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/cfg.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/cfg.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/cfg.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/cfg.zip",status="429"} 5.557400000000001e-05 http_request_duration_seconds_count{method="GET",path="/cfg.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/cfile.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/cfile.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/cfile.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/cfile.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/cfile.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/cfile.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/cfile.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/cfile.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/cfile.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/cfile.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/cfile.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/cfile.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/cfile.php",status="404"} 0.000127016 http_request_duration_seconds_count{method="GET",path="/cfile.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/cfn-template.json",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/cfn-template.json",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/cfn-template.json",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/cfn-template.json",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/cfn-template.json",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/cfn-template.json",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/cfn-template.json",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/cfn-template.json",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/cfn-template.json",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/cfn-template.json",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/cfn-template.json",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/cfn-template.json",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/cfn-template.json",status="404"} 0.00040977699999999995 http_request_duration_seconds_count{method="GET",path="/cfn-template.json",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/cfn-template.json",status="429",le="0.005"} 15 http_request_duration_seconds_bucket{method="GET",path="/cfn-template.json",status="429",le="0.01"} 15 http_request_duration_seconds_bucket{method="GET",path="/cfn-template.json",status="429",le="0.025"} 15 http_request_duration_seconds_bucket{method="GET",path="/cfn-template.json",status="429",le="0.05"} 15 http_request_duration_seconds_bucket{method="GET",path="/cfn-template.json",status="429",le="0.1"} 15 http_request_duration_seconds_bucket{method="GET",path="/cfn-template.json",status="429",le="0.25"} 15 http_request_duration_seconds_bucket{method="GET",path="/cfn-template.json",status="429",le="0.5"} 15 http_request_duration_seconds_bucket{method="GET",path="/cfn-template.json",status="429",le="1"} 15 http_request_duration_seconds_bucket{method="GET",path="/cfn-template.json",status="429",le="2.5"} 15 http_request_duration_seconds_bucket{method="GET",path="/cfn-template.json",status="429",le="5"} 15 http_request_duration_seconds_bucket{method="GET",path="/cfn-template.json",status="429",le="10"} 15 http_request_duration_seconds_bucket{method="GET",path="/cfn-template.json",status="429",le="+Inf"} 15 http_request_duration_seconds_sum{method="GET",path="/cfn-template.json",status="429"} 0.001063988 http_request_duration_seconds_count{method="GET",path="/cfn-template.json",status="429"} 15 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/cgi-bin/",status="404"} 0.000158258 http_request_duration_seconds_count{method="GET",path="/cgi-bin/",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/.env",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/.env",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/.env",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/.env",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/.env",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/.env",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/.env",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/.env",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/.env",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/.env",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/.env",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/.env",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/cgi-bin/.env",status="429"} 0.00012185000000000001 http_request_duration_seconds_count{method="GET",path="/cgi-bin/.env",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/index.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/index.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/index.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/index.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/index.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/index.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/index.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/index.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/index.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/index.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/index.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/index.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/cgi-bin/index.php",status="404"} 0.000292584 http_request_duration_seconds_count{method="GET",path="/cgi-bin/index.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/changelog.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/changelog.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/changelog.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/changelog.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/changelog.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/changelog.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/changelog.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/changelog.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/changelog.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/changelog.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/changelog.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/changelog.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/changelog.zip",status="429"} 2.3981e-05 http_request_duration_seconds_count{method="GET",path="/changelog.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/chat",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/chat",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/chat",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/chat",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/chat",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/chat",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/chat",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/chat",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/chat",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/chat",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/chat",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/chat",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/chat",status="429"} 0.000173065 http_request_duration_seconds_count{method="GET",path="/chat",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/chat.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/chat.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/chat.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/chat.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/chat.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/chat.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/chat.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/chat.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/chat.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/chat.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/chat.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/chat.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/chat.zip",status="429"} 4.068e-05 http_request_duration_seconds_count{method="GET",path="/chat.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/chat/*",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/chat/*",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/chat/*",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/chat/*",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/chat/*",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/chat/*",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/chat/*",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/chat/*",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/chat/*",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/chat/*",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/chat/*",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/chat/*",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/chat/*",status="429"} 0.000226005 http_request_duration_seconds_count{method="GET",path="/chat/*",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/checkout",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/checkout",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/checkout",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/checkout",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/checkout",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/checkout",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/checkout",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/checkout",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/checkout",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/checkout",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/checkout",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/checkout",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/checkout",status="429"} 0.000244615 http_request_duration_seconds_count{method="GET",path="/checkout",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/checkout.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/checkout.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/checkout.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/checkout.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/checkout.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/checkout.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/checkout.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/checkout.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/checkout.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/checkout.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/checkout.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/checkout.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/checkout.zip",status="429"} 3.3043e-05 http_request_duration_seconds_count{method="GET",path="/checkout.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/chosen",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/chosen",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/chosen",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/chosen",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/chosen",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/chosen",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/chosen",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/chosen",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/chosen",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/chosen",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/chosen",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/chosen",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/chosen",status="404"} 0.000190746 http_request_duration_seconds_count{method="GET",path="/chosen",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/chosen.php",status="404",le="0.005"} 5 http_request_duration_seconds_bucket{method="GET",path="/chosen.php",status="404",le="0.01"} 5 http_request_duration_seconds_bucket{method="GET",path="/chosen.php",status="404",le="0.025"} 5 http_request_duration_seconds_bucket{method="GET",path="/chosen.php",status="404",le="0.05"} 5 http_request_duration_seconds_bucket{method="GET",path="/chosen.php",status="404",le="0.1"} 5 http_request_duration_seconds_bucket{method="GET",path="/chosen.php",status="404",le="0.25"} 5 http_request_duration_seconds_bucket{method="GET",path="/chosen.php",status="404",le="0.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/chosen.php",status="404",le="1"} 5 http_request_duration_seconds_bucket{method="GET",path="/chosen.php",status="404",le="2.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/chosen.php",status="404",le="5"} 5 http_request_duration_seconds_bucket{method="GET",path="/chosen.php",status="404",le="10"} 5 http_request_duration_seconds_bucket{method="GET",path="/chosen.php",status="404",le="+Inf"} 5 http_request_duration_seconds_sum{method="GET",path="/chosen.php",status="404"} 0.000898338 http_request_duration_seconds_count{method="GET",path="/chosen.php",status="404"} 5 http_request_duration_seconds_bucket{method="GET",path="/chosen.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/chosen.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/chosen.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/chosen.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/chosen.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/chosen.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/chosen.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/chosen.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/chosen.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/chosen.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/chosen.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/chosen.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/chosen.php",status="429"} 0.000127319 http_request_duration_seconds_count{method="GET",path="/chosen.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/ci.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/ci.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/ci.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/ci.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/ci.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/ci.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/ci.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/ci.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/ci.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/ci.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/ci.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/ci.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/ci.zip",status="429"} 4.1853e-05 http_request_duration_seconds_count{method="GET",path="/ci.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/ci/.env",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/ci/.env",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/ci/.env",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/ci/.env",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/ci/.env",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/ci/.env",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/ci/.env",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/ci/.env",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/ci/.env",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/ci/.env",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/ci/.env",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/ci/.env",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/ci/.env",status="429"} 8.1481e-05 http_request_duration_seconds_count{method="GET",path="/ci/.env",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/cilng.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/cilng.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/cilng.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/cilng.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/cilng.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/cilng.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/cilng.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/cilng.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/cilng.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/cilng.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/cilng.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/cilng.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/cilng.php",status="404"} 0.000123937 http_request_duration_seconds_count{method="GET",path="/cilng.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/cilus.php",status="404",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/cilus.php",status="404",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/cilus.php",status="404",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/cilus.php",status="404",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/cilus.php",status="404",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/cilus.php",status="404",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/cilus.php",status="404",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/cilus.php",status="404",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/cilus.php",status="404",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/cilus.php",status="404",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/cilus.php",status="404",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/cilus.php",status="404",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/cilus.php",status="404"} 0.000588699 http_request_duration_seconds_count{method="GET",path="/cilus.php",status="404"} 4 http_request_duration_seconds_bucket{method="GET",path="/cilus.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/cilus.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/cilus.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/cilus.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/cilus.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/cilus.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/cilus.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/cilus.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/cilus.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/cilus.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/cilus.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/cilus.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/cilus.php",status="429"} 0.000130404 http_request_duration_seconds_count{method="GET",path="/cilus.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/circle.yml",status="429",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/circle.yml",status="429",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/circle.yml",status="429",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/circle.yml",status="429",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/circle.yml",status="429",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/circle.yml",status="429",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/circle.yml",status="429",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/circle.yml",status="429",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/circle.yml",status="429",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/circle.yml",status="429",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/circle.yml",status="429",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/circle.yml",status="429",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/circle.yml",status="429"} 0.000404943 http_request_duration_seconds_count{method="GET",path="/circle.yml",status="429"} 4 http_request_duration_seconds_bucket{method="GET",path="/circleci/.env",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/circleci/.env",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/circleci/.env",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/circleci/.env",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/circleci/.env",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/circleci/.env",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/circleci/.env",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/circleci/.env",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/circleci/.env",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/circleci/.env",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/circleci/.env",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/circleci/.env",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/circleci/.env",status="429"} 9.5018e-05 http_request_duration_seconds_count{method="GET",path="/circleci/.env",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/cjfuns.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/cjfuns.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/cjfuns.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/cjfuns.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/cjfuns.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/cjfuns.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/cjfuns.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/cjfuns.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/cjfuns.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/cjfuns.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/cjfuns.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/cjfuns.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/cjfuns.php",status="404"} 0.000152046 http_request_duration_seconds_count{method="GET",path="/cjfuns.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/class-bda.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/class-bda.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/class-bda.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/class-bda.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/class-bda.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/class-bda.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/class-bda.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/class-bda.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/class-bda.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/class-bda.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/class-bda.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/class-bda.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/class-bda.php",status="404"} 0.000178764 http_request_duration_seconds_count{method="GET",path="/class-bda.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/class-t.api.php",status="404",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/class-t.api.php",status="404",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/class-t.api.php",status="404",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/class-t.api.php",status="404",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/class-t.api.php",status="404",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/class-t.api.php",status="404",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/class-t.api.php",status="404",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/class-t.api.php",status="404",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/class-t.api.php",status="404",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/class-t.api.php",status="404",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/class-t.api.php",status="404",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/class-t.api.php",status="404",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/class-t.api.php",status="404"} 0.0010895109999999998 http_request_duration_seconds_count{method="GET",path="/class-t.api.php",status="404"} 4 http_request_duration_seconds_bucket{method="GET",path="/class.php",status="404",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/class.php",status="404",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/class.php",status="404",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/class.php",status="404",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/class.php",status="404",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/class.php",status="404",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/class.php",status="404",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/class.php",status="404",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/class.php",status="404",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/class.php",status="404",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/class.php",status="404",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/class.php",status="404",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/class.php",status="404"} 0.0005435819999999999 http_request_duration_seconds_count{method="GET",path="/class.php",status="404"} 4 http_request_duration_seconds_bucket{method="GET",path="/class.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/class.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/class.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/class.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/class.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/class.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/class.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/class.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/class.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/class.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/class.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/class.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/class.php",status="429"} 0.000159059 http_request_duration_seconds_count{method="GET",path="/class.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/class19.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/class19.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/class19.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/class19.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/class19.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/class19.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/class19.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/class19.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/class19.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/class19.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/class19.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/class19.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/class19.php",status="404"} 0.000272468 http_request_duration_seconds_count{method="GET",path="/class19.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/class20.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/class20.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/class20.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/class20.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/class20.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/class20.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/class20.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/class20.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/class20.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/class20.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/class20.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/class20.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/class20.php",status="404"} 0.000327568 http_request_duration_seconds_count{method="GET",path="/class20.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/class892.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/class892.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/class892.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/class892.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/class892.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/class892.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/class892.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/class892.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/class892.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/class892.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/class892.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/class892.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/class892.php",status="404"} 0.000144906 http_request_duration_seconds_count{method="GET",path="/class892.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/class9.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/class9.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/class9.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/class9.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/class9.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/class9.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/class9.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/class9.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/class9.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/class9.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/class9.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/class9.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/class9.php",status="404"} 0.000276687 http_request_duration_seconds_count{method="GET",path="/class9.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/classgoto24.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/classgoto24.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/classgoto24.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/classgoto24.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/classgoto24.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/classgoto24.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/classgoto24.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/classgoto24.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/classgoto24.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/classgoto24.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/classgoto24.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/classgoto24.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/classgoto24.php",status="404"} 0.000597628 http_request_duration_seconds_count{method="GET",path="/classgoto24.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/classwithtostring.php",status="404",le="0.005"} 9 http_request_duration_seconds_bucket{method="GET",path="/classwithtostring.php",status="404",le="0.01"} 9 http_request_duration_seconds_bucket{method="GET",path="/classwithtostring.php",status="404",le="0.025"} 9 http_request_duration_seconds_bucket{method="GET",path="/classwithtostring.php",status="404",le="0.05"} 9 http_request_duration_seconds_bucket{method="GET",path="/classwithtostring.php",status="404",le="0.1"} 9 http_request_duration_seconds_bucket{method="GET",path="/classwithtostring.php",status="404",le="0.25"} 9 http_request_duration_seconds_bucket{method="GET",path="/classwithtostring.php",status="404",le="0.5"} 9 http_request_duration_seconds_bucket{method="GET",path="/classwithtostring.php",status="404",le="1"} 9 http_request_duration_seconds_bucket{method="GET",path="/classwithtostring.php",status="404",le="2.5"} 9 http_request_duration_seconds_bucket{method="GET",path="/classwithtostring.php",status="404",le="5"} 9 http_request_duration_seconds_bucket{method="GET",path="/classwithtostring.php",status="404",le="10"} 9 http_request_duration_seconds_bucket{method="GET",path="/classwithtostring.php",status="404",le="+Inf"} 9 http_request_duration_seconds_sum{method="GET",path="/classwithtostring.php",status="404"} 0.0015671480000000002 http_request_duration_seconds_count{method="GET",path="/classwithtostring.php",status="404"} 9 http_request_duration_seconds_bucket{method="GET",path="/classwithtostring.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/classwithtostring.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/classwithtostring.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/classwithtostring.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/classwithtostring.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/classwithtostring.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/classwithtostring.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/classwithtostring.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/classwithtostring.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/classwithtostring.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/classwithtostring.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/classwithtostring.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/classwithtostring.php",status="429"} 0.000125104 http_request_duration_seconds_count{method="GET",path="/classwithtostring.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/click.php",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/click.php",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/click.php",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/click.php",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/click.php",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/click.php",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/click.php",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/click.php",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/click.php",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/click.php",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/click.php",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/click.php",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/click.php",status="404"} 0.000419822 http_request_duration_seconds_count{method="GET",path="/click.php",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/client.7z",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/client.7z",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/client.7z",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/client.7z",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/client.7z",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/client.7z",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/client.7z",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/client.7z",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/client.7z",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/client.7z",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/client.7z",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/client.7z",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/client.7z",status="404"} 0.000145162 http_request_duration_seconds_count{method="GET",path="/client.7z",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/client.bz2",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/client.bz2",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/client.bz2",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/client.bz2",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/client.bz2",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/client.bz2",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/client.bz2",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/client.bz2",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/client.bz2",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/client.bz2",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/client.bz2",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/client.bz2",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/client.bz2",status="404"} 0.000131145 http_request_duration_seconds_count{method="GET",path="/client.bz2",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/client.gz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/client.gz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/client.gz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/client.gz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/client.gz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/client.gz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/client.gz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/client.gz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/client.gz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/client.gz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/client.gz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/client.gz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/client.gz",status="404"} 0.0001267 http_request_duration_seconds_count{method="GET",path="/client.gz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/client.rar",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/client.rar",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/client.rar",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/client.rar",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/client.rar",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/client.rar",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/client.rar",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/client.rar",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/client.rar",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/client.rar",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/client.rar",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/client.rar",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/client.rar",status="404"} 0.00014892 http_request_duration_seconds_count{method="GET",path="/client.rar",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/client.sql",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/client.sql",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/client.sql",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/client.sql",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/client.sql",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/client.sql",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/client.sql",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/client.sql",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/client.sql",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/client.sql",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/client.sql",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/client.sql",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/client.sql",status="404"} 0.00012629 http_request_duration_seconds_count{method="GET",path="/client.sql",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/client.sql.bz2",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/client.sql.bz2",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/client.sql.bz2",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/client.sql.bz2",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/client.sql.bz2",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/client.sql.bz2",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/client.sql.bz2",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/client.sql.bz2",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/client.sql.bz2",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/client.sql.bz2",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/client.sql.bz2",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/client.sql.bz2",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/client.sql.bz2",status="404"} 0.000119137 http_request_duration_seconds_count{method="GET",path="/client.sql.bz2",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/client.sql.gz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/client.sql.gz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/client.sql.gz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/client.sql.gz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/client.sql.gz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/client.sql.gz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/client.sql.gz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/client.sql.gz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/client.sql.gz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/client.sql.gz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/client.sql.gz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/client.sql.gz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/client.sql.gz",status="404"} 0.000134184 http_request_duration_seconds_count{method="GET",path="/client.sql.gz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/client.tar",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/client.tar",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/client.tar",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/client.tar",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/client.tar",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/client.tar",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/client.tar",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/client.tar",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/client.tar",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/client.tar",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/client.tar",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/client.tar",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/client.tar",status="404"} 0.000133394 http_request_duration_seconds_count{method="GET",path="/client.tar",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/client.tar.bz2",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/client.tar.bz2",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/client.tar.bz2",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/client.tar.bz2",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/client.tar.bz2",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/client.tar.bz2",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/client.tar.bz2",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/client.tar.bz2",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/client.tar.bz2",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/client.tar.bz2",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/client.tar.bz2",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/client.tar.bz2",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/client.tar.bz2",status="404"} 0.000122607 http_request_duration_seconds_count{method="GET",path="/client.tar.bz2",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/client.tar.gz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/client.tar.gz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/client.tar.gz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/client.tar.gz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/client.tar.gz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/client.tar.gz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/client.tar.gz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/client.tar.gz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/client.tar.gz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/client.tar.gz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/client.tar.gz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/client.tar.gz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/client.tar.gz",status="404"} 0.000128592 http_request_duration_seconds_count{method="GET",path="/client.tar.gz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/client.tar.xz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/client.tar.xz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/client.tar.xz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/client.tar.xz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/client.tar.xz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/client.tar.xz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/client.tar.xz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/client.tar.xz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/client.tar.xz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/client.tar.xz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/client.tar.xz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/client.tar.xz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/client.tar.xz",status="404"} 0.000143744 http_request_duration_seconds_count{method="GET",path="/client.tar.xz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/client.tgz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/client.tgz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/client.tgz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/client.tgz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/client.tgz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/client.tgz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/client.tgz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/client.tgz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/client.tgz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/client.tgz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/client.tgz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/client.tgz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/client.tgz",status="404"} 0.000142377 http_request_duration_seconds_count{method="GET",path="/client.tgz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/client.zip",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/client.zip",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/client.zip",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/client.zip",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/client.zip",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/client.zip",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/client.zip",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/client.zip",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/client.zip",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/client.zip",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/client.zip",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/client.zip",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/client.zip",status="404"} 0.000127747 http_request_duration_seconds_count{method="GET",path="/client.zip",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/client.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/client.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/client.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/client.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/client.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/client.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/client.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/client.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/client.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/client.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/client.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/client.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/client.zip",status="429"} 4.4571000000000004e-05 http_request_duration_seconds_count{method="GET",path="/client.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/client.zst",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/client.zst",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/client.zst",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/client.zst",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/client.zst",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/client.zst",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/client.zst",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/client.zst",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/client.zst",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/client.zst",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/client.zst",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/client.zst",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/client.zst",status="404"} 0.000127521 http_request_duration_seconds_count{method="GET",path="/client.zst",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/client/.env",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/client/.env",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/client/.env",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/client/.env",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/client/.env",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/client/.env",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/client/.env",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/client/.env",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/client/.env",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/client/.env",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/client/.env",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/client/.env",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/client/.env",status="404"} 0.000132134 http_request_duration_seconds_count{method="GET",path="/client/.env",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/client/.env",status="429",le="0.005"} 5 http_request_duration_seconds_bucket{method="GET",path="/client/.env",status="429",le="0.01"} 5 http_request_duration_seconds_bucket{method="GET",path="/client/.env",status="429",le="0.025"} 5 http_request_duration_seconds_bucket{method="GET",path="/client/.env",status="429",le="0.05"} 5 http_request_duration_seconds_bucket{method="GET",path="/client/.env",status="429",le="0.1"} 5 http_request_duration_seconds_bucket{method="GET",path="/client/.env",status="429",le="0.25"} 5 http_request_duration_seconds_bucket{method="GET",path="/client/.env",status="429",le="0.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/client/.env",status="429",le="1"} 5 http_request_duration_seconds_bucket{method="GET",path="/client/.env",status="429",le="2.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/client/.env",status="429",le="5"} 5 http_request_duration_seconds_bucket{method="GET",path="/client/.env",status="429",le="10"} 5 http_request_duration_seconds_bucket{method="GET",path="/client/.env",status="429",le="+Inf"} 5 http_request_duration_seconds_sum{method="GET",path="/client/.env",status="429"} 0.00044707600000000003 http_request_duration_seconds_count{method="GET",path="/client/.env",status="429"} 5 http_request_duration_seconds_bucket{method="GET",path="/client/stripe.config.js",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/client/stripe.config.js",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/client/stripe.config.js",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/client/stripe.config.js",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/client/stripe.config.js",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/client/stripe.config.js",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/client/stripe.config.js",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/client/stripe.config.js",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/client/stripe.config.js",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/client/stripe.config.js",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/client/stripe.config.js",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/client/stripe.config.js",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/client/stripe.config.js",status="429"} 0.000195116 http_request_duration_seconds_count{method="GET",path="/client/stripe.config.js",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/client_secret.json",status="429",le="0.005"} 20 http_request_duration_seconds_bucket{method="GET",path="/client_secret.json",status="429",le="0.01"} 20 http_request_duration_seconds_bucket{method="GET",path="/client_secret.json",status="429",le="0.025"} 20 http_request_duration_seconds_bucket{method="GET",path="/client_secret.json",status="429",le="0.05"} 20 http_request_duration_seconds_bucket{method="GET",path="/client_secret.json",status="429",le="0.1"} 20 http_request_duration_seconds_bucket{method="GET",path="/client_secret.json",status="429",le="0.25"} 20 http_request_duration_seconds_bucket{method="GET",path="/client_secret.json",status="429",le="0.5"} 20 http_request_duration_seconds_bucket{method="GET",path="/client_secret.json",status="429",le="1"} 20 http_request_duration_seconds_bucket{method="GET",path="/client_secret.json",status="429",le="2.5"} 20 http_request_duration_seconds_bucket{method="GET",path="/client_secret.json",status="429",le="5"} 20 http_request_duration_seconds_bucket{method="GET",path="/client_secret.json",status="429",le="10"} 20 http_request_duration_seconds_bucket{method="GET",path="/client_secret.json",status="429",le="+Inf"} 20 http_request_duration_seconds_sum{method="GET",path="/client_secret.json",status="429"} 0.0015436489999999998 http_request_duration_seconds_count{method="GET",path="/client_secret.json",status="429"} 20 http_request_duration_seconds_bucket{method="GET",path="/client_secrets.json",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/client_secrets.json",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/client_secrets.json",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/client_secrets.json",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/client_secrets.json",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/client_secrets.json",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/client_secrets.json",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/client_secrets.json",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/client_secrets.json",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/client_secrets.json",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/client_secrets.json",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/client_secrets.json",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/client_secrets.json",status="404"} 0.000111201 http_request_duration_seconds_count{method="GET",path="/client_secrets.json",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/client_secrets.json",status="429",le="0.005"} 19 http_request_duration_seconds_bucket{method="GET",path="/client_secrets.json",status="429",le="0.01"} 19 http_request_duration_seconds_bucket{method="GET",path="/client_secrets.json",status="429",le="0.025"} 19 http_request_duration_seconds_bucket{method="GET",path="/client_secrets.json",status="429",le="0.05"} 19 http_request_duration_seconds_bucket{method="GET",path="/client_secrets.json",status="429",le="0.1"} 19 http_request_duration_seconds_bucket{method="GET",path="/client_secrets.json",status="429",le="0.25"} 19 http_request_duration_seconds_bucket{method="GET",path="/client_secrets.json",status="429",le="0.5"} 19 http_request_duration_seconds_bucket{method="GET",path="/client_secrets.json",status="429",le="1"} 19 http_request_duration_seconds_bucket{method="GET",path="/client_secrets.json",status="429",le="2.5"} 19 http_request_duration_seconds_bucket{method="GET",path="/client_secrets.json",status="429",le="5"} 19 http_request_duration_seconds_bucket{method="GET",path="/client_secrets.json",status="429",le="10"} 19 http_request_duration_seconds_bucket{method="GET",path="/client_secrets.json",status="429",le="+Inf"} 19 http_request_duration_seconds_sum{method="GET",path="/client_secrets.json",status="429"} 0.0014833000000000001 http_request_duration_seconds_count{method="GET",path="/client_secrets.json",status="429"} 19 http_request_duration_seconds_bucket{method="GET",path="/clients.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/clients.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/clients.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/clients.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/clients.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/clients.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/clients.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/clients.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/clients.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/clients.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/clients.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/clients.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/clients.zip",status="429"} 3.9022999999999996e-05 http_request_duration_seconds_count{method="GET",path="/clients.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/clients/.env",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/clients/.env",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/clients/.env",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/clients/.env",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/clients/.env",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/clients/.env",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/clients/.env",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/clients/.env",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/clients/.env",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/clients/.env",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/clients/.env",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/clients/.env",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/clients/.env",status="429"} 0.000173828 http_request_duration_seconds_count{method="GET",path="/clients/.env",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/clone.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/clone.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/clone.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/clone.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/clone.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/clone.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/clone.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/clone.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/clone.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/clone.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/clone.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/clone.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/clone.zip",status="429"} 2.8278999999999998e-05 http_request_duration_seconds_count{method="GET",path="/clone.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/cloud.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/cloud.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/cloud.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/cloud.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/cloud.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/cloud.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/cloud.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/cloud.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/cloud.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/cloud.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/cloud.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/cloud.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/cloud.zip",status="429"} 3.5852e-05 http_request_duration_seconds_count{method="GET",path="/cloud.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/cloud/.env",status="429",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/cloud/.env",status="429",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/cloud/.env",status="429",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/cloud/.env",status="429",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/cloud/.env",status="429",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/cloud/.env",status="429",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/cloud/.env",status="429",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/cloud/.env",status="429",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/cloud/.env",status="429",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/cloud/.env",status="429",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/cloud/.env",status="429",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/cloud/.env",status="429",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/cloud/.env",status="429"} 0.000185028 http_request_duration_seconds_count{method="GET",path="/cloud/.env",status="429"} 3 http_request_duration_seconds_bucket{method="GET",path="/cloud/Scraper.js",status="404",le="0.005"} 7 http_request_duration_seconds_bucket{method="GET",path="/cloud/Scraper.js",status="404",le="0.01"} 7 http_request_duration_seconds_bucket{method="GET",path="/cloud/Scraper.js",status="404",le="0.025"} 7 http_request_duration_seconds_bucket{method="GET",path="/cloud/Scraper.js",status="404",le="0.05"} 7 http_request_duration_seconds_bucket{method="GET",path="/cloud/Scraper.js",status="404",le="0.1"} 7 http_request_duration_seconds_bucket{method="GET",path="/cloud/Scraper.js",status="404",le="0.25"} 7 http_request_duration_seconds_bucket{method="GET",path="/cloud/Scraper.js",status="404",le="0.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/cloud/Scraper.js",status="404",le="1"} 7 http_request_duration_seconds_bucket{method="GET",path="/cloud/Scraper.js",status="404",le="2.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/cloud/Scraper.js",status="404",le="5"} 7 http_request_duration_seconds_bucket{method="GET",path="/cloud/Scraper.js",status="404",le="10"} 7 http_request_duration_seconds_bucket{method="GET",path="/cloud/Scraper.js",status="404",le="+Inf"} 7 http_request_duration_seconds_sum{method="GET",path="/cloud/Scraper.js",status="404"} 0.0011185680000000001 http_request_duration_seconds_count{method="GET",path="/cloud/Scraper.js",status="404"} 7 http_request_duration_seconds_bucket{method="GET",path="/cloud/Scraper.js",status="429",le="0.005"} 16 http_request_duration_seconds_bucket{method="GET",path="/cloud/Scraper.js",status="429",le="0.01"} 16 http_request_duration_seconds_bucket{method="GET",path="/cloud/Scraper.js",status="429",le="0.025"} 16 http_request_duration_seconds_bucket{method="GET",path="/cloud/Scraper.js",status="429",le="0.05"} 16 http_request_duration_seconds_bucket{method="GET",path="/cloud/Scraper.js",status="429",le="0.1"} 16 http_request_duration_seconds_bucket{method="GET",path="/cloud/Scraper.js",status="429",le="0.25"} 16 http_request_duration_seconds_bucket{method="GET",path="/cloud/Scraper.js",status="429",le="0.5"} 16 http_request_duration_seconds_bucket{method="GET",path="/cloud/Scraper.js",status="429",le="1"} 16 http_request_duration_seconds_bucket{method="GET",path="/cloud/Scraper.js",status="429",le="2.5"} 16 http_request_duration_seconds_bucket{method="GET",path="/cloud/Scraper.js",status="429",le="5"} 16 http_request_duration_seconds_bucket{method="GET",path="/cloud/Scraper.js",status="429",le="10"} 16 http_request_duration_seconds_bucket{method="GET",path="/cloud/Scraper.js",status="429",le="+Inf"} 16 http_request_duration_seconds_sum{method="GET",path="/cloud/Scraper.js",status="429"} 0.0012416880000000001 http_request_duration_seconds_count{method="GET",path="/cloud/Scraper.js",status="429"} 16 http_request_duration_seconds_bucket{method="GET",path="/cloudflare.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/cloudflare.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/cloudflare.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/cloudflare.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/cloudflare.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/cloudflare.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/cloudflare.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/cloudflare.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/cloudflare.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/cloudflare.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/cloudflare.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/cloudflare.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/cloudflare.zip",status="429"} 1.8555e-05 http_request_duration_seconds_count{method="GET",path="/cloudflare.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/cloudformation.json",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/cloudformation.json",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/cloudformation.json",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/cloudformation.json",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/cloudformation.json",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/cloudformation.json",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/cloudformation.json",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/cloudformation.json",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/cloudformation.json",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/cloudformation.json",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/cloudformation.json",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/cloudformation.json",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/cloudformation.json",status="404"} 0.000137377 http_request_duration_seconds_count{method="GET",path="/cloudformation.json",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/cloudformation.json",status="429",le="0.005"} 18 http_request_duration_seconds_bucket{method="GET",path="/cloudformation.json",status="429",le="0.01"} 18 http_request_duration_seconds_bucket{method="GET",path="/cloudformation.json",status="429",le="0.025"} 18 http_request_duration_seconds_bucket{method="GET",path="/cloudformation.json",status="429",le="0.05"} 18 http_request_duration_seconds_bucket{method="GET",path="/cloudformation.json",status="429",le="0.1"} 18 http_request_duration_seconds_bucket{method="GET",path="/cloudformation.json",status="429",le="0.25"} 18 http_request_duration_seconds_bucket{method="GET",path="/cloudformation.json",status="429",le="0.5"} 18 http_request_duration_seconds_bucket{method="GET",path="/cloudformation.json",status="429",le="1"} 18 http_request_duration_seconds_bucket{method="GET",path="/cloudformation.json",status="429",le="2.5"} 18 http_request_duration_seconds_bucket{method="GET",path="/cloudformation.json",status="429",le="5"} 18 http_request_duration_seconds_bucket{method="GET",path="/cloudformation.json",status="429",le="10"} 18 http_request_duration_seconds_bucket{method="GET",path="/cloudformation.json",status="429",le="+Inf"} 18 http_request_duration_seconds_sum{method="GET",path="/cloudformation.json",status="429"} 0.001422166 http_request_duration_seconds_count{method="GET",path="/cloudformation.json",status="429"} 18 http_request_duration_seconds_bucket{method="GET",path="/clss.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/clss.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/clss.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/clss.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/clss.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/clss.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/clss.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/clss.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/clss.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/clss.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/clss.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/clss.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/clss.php",status="404"} 0.000308309 http_request_duration_seconds_count{method="GET",path="/clss.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/cms/*",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/cms/*",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/cms/*",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/cms/*",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/cms/*",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/cms/*",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/cms/*",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/cms/*",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/cms/*",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/cms/*",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/cms/*",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/cms/*",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/cms/*",status="429"} 0.000168031 http_request_duration_seconds_count{method="GET",path="/cms/*",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/cms/.env",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/cms/.env",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/cms/.env",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/cms/.env",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/cms/.env",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/cms/.env",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/cms/.env",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/cms/.env",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/cms/.env",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/cms/.env",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/cms/.env",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/cms/.env",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/cms/.env",status="404"} 0.000157557 http_request_duration_seconds_count{method="GET",path="/cms/.env",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/cms/.env",status="429",le="0.005"} 5 http_request_duration_seconds_bucket{method="GET",path="/cms/.env",status="429",le="0.01"} 5 http_request_duration_seconds_bucket{method="GET",path="/cms/.env",status="429",le="0.025"} 5 http_request_duration_seconds_bucket{method="GET",path="/cms/.env",status="429",le="0.05"} 5 http_request_duration_seconds_bucket{method="GET",path="/cms/.env",status="429",le="0.1"} 5 http_request_duration_seconds_bucket{method="GET",path="/cms/.env",status="429",le="0.25"} 5 http_request_duration_seconds_bucket{method="GET",path="/cms/.env",status="429",le="0.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/cms/.env",status="429",le="1"} 5 http_request_duration_seconds_bucket{method="GET",path="/cms/.env",status="429",le="2.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/cms/.env",status="429",le="5"} 5 http_request_duration_seconds_bucket{method="GET",path="/cms/.env",status="429",le="10"} 5 http_request_duration_seconds_bucket{method="GET",path="/cms/.env",status="429",le="+Inf"} 5 http_request_duration_seconds_sum{method="GET",path="/cms/.env",status="429"} 0.000382562 http_request_duration_seconds_count{method="GET",path="/cms/.env",status="429"} 5 http_request_duration_seconds_bucket{method="GET",path="/code.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/code.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/code.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/code.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/code.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/code.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/code.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/code.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/code.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/code.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/code.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/code.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/code.zip",status="429"} 3.5562e-05 http_request_duration_seconds_count{method="GET",path="/code.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/code/.git/config",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/code/.git/config",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/code/.git/config",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/code/.git/config",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/code/.git/config",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/code/.git/config",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/code/.git/config",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/code/.git/config",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/code/.git/config",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/code/.git/config",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/code/.git/config",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/code/.git/config",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/code/.git/config",status="429"} 0.000167871 http_request_duration_seconds_count{method="GET",path="/code/.git/config",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/codeigniter/.env",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/codeigniter/.env",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/codeigniter/.env",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/codeigniter/.env",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/codeigniter/.env",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/codeigniter/.env",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/codeigniter/.env",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/codeigniter/.env",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/codeigniter/.env",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/codeigniter/.env",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/codeigniter/.env",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/codeigniter/.env",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/codeigniter/.env",status="429"} 8.7274e-05 http_request_duration_seconds_count{method="GET",path="/codeigniter/.env",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/comfunctions.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/comfunctions.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/comfunctions.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/comfunctions.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/comfunctions.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/comfunctions.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/comfunctions.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/comfunctions.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/comfunctions.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/comfunctions.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/comfunctions.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/comfunctions.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/comfunctions.php",status="404"} 0.000139284 http_request_duration_seconds_count{method="GET",path="/comfunctions.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/commerce.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/commerce.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/commerce.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/commerce.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/commerce.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/commerce.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/commerce.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/commerce.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/commerce.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/commerce.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/commerce.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/commerce.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/commerce.zip",status="429"} 4.2777e-05 http_request_duration_seconds_count{method="GET",path="/commerce.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/common.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/common.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/common.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/common.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/common.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/common.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/common.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/common.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/common.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/common.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/common.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/common.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/common.zip",status="429"} 2.728e-05 http_request_duration_seconds_count{method="GET",path="/common.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/communication.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/communication.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/communication.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/communication.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/communication.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/communication.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/communication.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/communication.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/communication.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/communication.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/communication.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/communication.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/communication.zip",status="429"} 4.1407000000000005e-05 http_request_duration_seconds_count{method="GET",path="/communication.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/company.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/company.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/company.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/company.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/company.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/company.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/company.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/company.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/company.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/company.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/company.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/company.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/company.zip",status="429"} 4.1067e-05 http_request_duration_seconds_count{method="GET",path="/company.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/composables/useAws.js",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/composables/useAws.js",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/composables/useAws.js",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/composables/useAws.js",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/composables/useAws.js",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/composables/useAws.js",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/composables/useAws.js",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/composables/useAws.js",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/composables/useAws.js",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/composables/useAws.js",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/composables/useAws.js",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/composables/useAws.js",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/composables/useAws.js",status="404"} 0.000256189 http_request_duration_seconds_count{method="GET",path="/composables/useAws.js",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/composables/useAws.js",status="429",le="0.005"} 17 http_request_duration_seconds_bucket{method="GET",path="/composables/useAws.js",status="429",le="0.01"} 17 http_request_duration_seconds_bucket{method="GET",path="/composables/useAws.js",status="429",le="0.025"} 17 http_request_duration_seconds_bucket{method="GET",path="/composables/useAws.js",status="429",le="0.05"} 17 http_request_duration_seconds_bucket{method="GET",path="/composables/useAws.js",status="429",le="0.1"} 17 http_request_duration_seconds_bucket{method="GET",path="/composables/useAws.js",status="429",le="0.25"} 17 http_request_duration_seconds_bucket{method="GET",path="/composables/useAws.js",status="429",le="0.5"} 17 http_request_duration_seconds_bucket{method="GET",path="/composables/useAws.js",status="429",le="1"} 17 http_request_duration_seconds_bucket{method="GET",path="/composables/useAws.js",status="429",le="2.5"} 17 http_request_duration_seconds_bucket{method="GET",path="/composables/useAws.js",status="429",le="5"} 17 http_request_duration_seconds_bucket{method="GET",path="/composables/useAws.js",status="429",le="10"} 17 http_request_duration_seconds_bucket{method="GET",path="/composables/useAws.js",status="429",le="+Inf"} 17 http_request_duration_seconds_sum{method="GET",path="/composables/useAws.js",status="429"} 0.0013790439999999996 http_request_duration_seconds_count{method="GET",path="/composables/useAws.js",status="429"} 17 http_request_duration_seconds_bucket{method="GET",path="/compose.yaml",status="429",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/compose.yaml",status="429",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/compose.yaml",status="429",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/compose.yaml",status="429",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/compose.yaml",status="429",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/compose.yaml",status="429",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/compose.yaml",status="429",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/compose.yaml",status="429",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/compose.yaml",status="429",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/compose.yaml",status="429",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/compose.yaml",status="429",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/compose.yaml",status="429",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/compose.yaml",status="429"} 0.00037262100000000006 http_request_duration_seconds_count{method="GET",path="/compose.yaml",status="429"} 4 http_request_duration_seconds_bucket{method="GET",path="/composer.json",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/composer.json",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/composer.json",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/composer.json",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/composer.json",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/composer.json",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/composer.json",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/composer.json",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/composer.json",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/composer.json",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/composer.json",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/composer.json",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/composer.json",status="404"} 0.000167118 http_request_duration_seconds_count{method="GET",path="/composer.json",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/composer.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/composer.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/composer.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/composer.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/composer.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/composer.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/composer.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/composer.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/composer.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/composer.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/composer.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/composer.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/composer.zip",status="429"} 3.8274999999999995e-05 http_request_duration_seconds_count{method="GET",path="/composer.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/conf.php",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/conf.php",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/conf.php",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/conf.php",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/conf.php",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/conf.php",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/conf.php",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/conf.php",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/conf.php",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/conf.php",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/conf.php",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/conf.php",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/conf.php",status="429"} 6.9288e-05 http_request_duration_seconds_count{method="GET",path="/conf.php",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/conf.yaml",status="429",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/conf.yaml",status="429",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/conf.yaml",status="429",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/conf.yaml",status="429",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/conf.yaml",status="429",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/conf.yaml",status="429",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/conf.yaml",status="429",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/conf.yaml",status="429",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/conf.yaml",status="429",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/conf.yaml",status="429",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/conf.yaml",status="429",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/conf.yaml",status="429",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/conf.yaml",status="429"} 0.000374076 http_request_duration_seconds_count{method="GET",path="/conf.yaml",status="429"} 4 http_request_duration_seconds_bucket{method="GET",path="/conf.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/conf.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/conf.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/conf.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/conf.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/conf.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/conf.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/conf.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/conf.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/conf.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/conf.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/conf.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/conf.zip",status="429"} 3.6081e-05 http_request_duration_seconds_count{method="GET",path="/conf.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/conf/.env",status="404",le="0.005"} 7 http_request_duration_seconds_bucket{method="GET",path="/conf/.env",status="404",le="0.01"} 7 http_request_duration_seconds_bucket{method="GET",path="/conf/.env",status="404",le="0.025"} 7 http_request_duration_seconds_bucket{method="GET",path="/conf/.env",status="404",le="0.05"} 7 http_request_duration_seconds_bucket{method="GET",path="/conf/.env",status="404",le="0.1"} 7 http_request_duration_seconds_bucket{method="GET",path="/conf/.env",status="404",le="0.25"} 7 http_request_duration_seconds_bucket{method="GET",path="/conf/.env",status="404",le="0.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/conf/.env",status="404",le="1"} 7 http_request_duration_seconds_bucket{method="GET",path="/conf/.env",status="404",le="2.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/conf/.env",status="404",le="5"} 7 http_request_duration_seconds_bucket{method="GET",path="/conf/.env",status="404",le="10"} 7 http_request_duration_seconds_bucket{method="GET",path="/conf/.env",status="404",le="+Inf"} 7 http_request_duration_seconds_sum{method="GET",path="/conf/.env",status="404"} 0.001023369 http_request_duration_seconds_count{method="GET",path="/conf/.env",status="404"} 7 http_request_duration_seconds_bucket{method="GET",path="/conf/application.json",status="429",le="0.005"} 17 http_request_duration_seconds_bucket{method="GET",path="/conf/application.json",status="429",le="0.01"} 17 http_request_duration_seconds_bucket{method="GET",path="/conf/application.json",status="429",le="0.025"} 17 http_request_duration_seconds_bucket{method="GET",path="/conf/application.json",status="429",le="0.05"} 17 http_request_duration_seconds_bucket{method="GET",path="/conf/application.json",status="429",le="0.1"} 17 http_request_duration_seconds_bucket{method="GET",path="/conf/application.json",status="429",le="0.25"} 17 http_request_duration_seconds_bucket{method="GET",path="/conf/application.json",status="429",le="0.5"} 17 http_request_duration_seconds_bucket{method="GET",path="/conf/application.json",status="429",le="1"} 17 http_request_duration_seconds_bucket{method="GET",path="/conf/application.json",status="429",le="2.5"} 17 http_request_duration_seconds_bucket{method="GET",path="/conf/application.json",status="429",le="5"} 17 http_request_duration_seconds_bucket{method="GET",path="/conf/application.json",status="429",le="10"} 17 http_request_duration_seconds_bucket{method="GET",path="/conf/application.json",status="429",le="+Inf"} 17 http_request_duration_seconds_sum{method="GET",path="/conf/application.json",status="429"} 0.001320497 http_request_duration_seconds_count{method="GET",path="/conf/application.json",status="429"} 17 http_request_duration_seconds_bucket{method="GET",path="/conf/aws.properties",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/conf/aws.properties",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/conf/aws.properties",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/conf/aws.properties",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/conf/aws.properties",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/conf/aws.properties",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/conf/aws.properties",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/conf/aws.properties",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/conf/aws.properties",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/conf/aws.properties",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/conf/aws.properties",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/conf/aws.properties",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/conf/aws.properties",status="429"} 8.9818e-05 http_request_duration_seconds_count{method="GET",path="/conf/aws.properties",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/conf/aws.toml",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/conf/aws.toml",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/conf/aws.toml",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/conf/aws.toml",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/conf/aws.toml",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/conf/aws.toml",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/conf/aws.toml",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/conf/aws.toml",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/conf/aws.toml",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/conf/aws.toml",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/conf/aws.toml",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/conf/aws.toml",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/conf/aws.toml",status="429"} 9.7366e-05 http_request_duration_seconds_count{method="GET",path="/conf/aws.toml",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/conf/conf.toml",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/conf/conf.toml",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/conf/conf.toml",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/conf/conf.toml",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/conf/conf.toml",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/conf/conf.toml",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/conf/conf.toml",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/conf/conf.toml",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/conf/conf.toml",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/conf/conf.toml",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/conf/conf.toml",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/conf/conf.toml",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/conf/conf.toml",status="429"} 0.00015059 http_request_duration_seconds_count{method="GET",path="/conf/conf.toml",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/conf/config.toml",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/conf/config.toml",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/conf/config.toml",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/conf/config.toml",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/conf/config.toml",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/conf/config.toml",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/conf/config.toml",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/conf/config.toml",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/conf/config.toml",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/conf/config.toml",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/conf/config.toml",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/conf/config.toml",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/conf/config.toml",status="404"} 0.000134755 http_request_duration_seconds_count{method="GET",path="/conf/config.toml",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/conf/config.toml",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/conf/config.toml",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/conf/config.toml",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/conf/config.toml",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/conf/config.toml",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/conf/config.toml",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/conf/config.toml",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/conf/config.toml",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/conf/config.toml",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/conf/config.toml",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/conf/config.toml",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/conf/config.toml",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/conf/config.toml",status="429"} 5.0101e-05 http_request_duration_seconds_count{method="GET",path="/conf/config.toml",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.7z",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.7z",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.7z",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.7z",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.7z",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.7z",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.7z",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.7z",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.7z",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.7z",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.7z",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.7z",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/config.7z",status="404"} 0.000130485 http_request_duration_seconds_count{method="GET",path="/config.7z",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.bak",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.bak",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.bak",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.bak",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.bak",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.bak",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.bak",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.bak",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.bak",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.bak",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.bak",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.bak",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/config.bak",status="404"} 0.000174646 http_request_duration_seconds_count{method="GET",path="/config.bak",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.bz2",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.bz2",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.bz2",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.bz2",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.bz2",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.bz2",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.bz2",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.bz2",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.bz2",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.bz2",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.bz2",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.bz2",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/config.bz2",status="404"} 0.000130789 http_request_duration_seconds_count{method="GET",path="/config.bz2",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.env",status="404",le="0.005"} 8 http_request_duration_seconds_bucket{method="GET",path="/config.env",status="404",le="0.01"} 8 http_request_duration_seconds_bucket{method="GET",path="/config.env",status="404",le="0.025"} 8 http_request_duration_seconds_bucket{method="GET",path="/config.env",status="404",le="0.05"} 8 http_request_duration_seconds_bucket{method="GET",path="/config.env",status="404",le="0.1"} 8 http_request_duration_seconds_bucket{method="GET",path="/config.env",status="404",le="0.25"} 8 http_request_duration_seconds_bucket{method="GET",path="/config.env",status="404",le="0.5"} 8 http_request_duration_seconds_bucket{method="GET",path="/config.env",status="404",le="1"} 8 http_request_duration_seconds_bucket{method="GET",path="/config.env",status="404",le="2.5"} 8 http_request_duration_seconds_bucket{method="GET",path="/config.env",status="404",le="5"} 8 http_request_duration_seconds_bucket{method="GET",path="/config.env",status="404",le="10"} 8 http_request_duration_seconds_bucket{method="GET",path="/config.env",status="404",le="+Inf"} 8 http_request_duration_seconds_sum{method="GET",path="/config.env",status="404"} 0.001240342 http_request_duration_seconds_count{method="GET",path="/config.env",status="404"} 8 http_request_duration_seconds_bucket{method="GET",path="/config.env",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/config.env",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/config.env",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/config.env",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/config.env",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/config.env",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/config.env",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/config.env",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/config.env",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/config.env",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/config.env",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/config.env",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/config.env",status="429"} 0.000149113 http_request_duration_seconds_count{method="GET",path="/config.env",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/config.gz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.gz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.gz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.gz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.gz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.gz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.gz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.gz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.gz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.gz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.gz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.gz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/config.gz",status="404"} 0.000129848 http_request_duration_seconds_count{method="GET",path="/config.gz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.js",status="404",le="0.005"} 11 http_request_duration_seconds_bucket{method="GET",path="/config.js",status="404",le="0.01"} 11 http_request_duration_seconds_bucket{method="GET",path="/config.js",status="404",le="0.025"} 11 http_request_duration_seconds_bucket{method="GET",path="/config.js",status="404",le="0.05"} 11 http_request_duration_seconds_bucket{method="GET",path="/config.js",status="404",le="0.1"} 11 http_request_duration_seconds_bucket{method="GET",path="/config.js",status="404",le="0.25"} 11 http_request_duration_seconds_bucket{method="GET",path="/config.js",status="404",le="0.5"} 11 http_request_duration_seconds_bucket{method="GET",path="/config.js",status="404",le="1"} 11 http_request_duration_seconds_bucket{method="GET",path="/config.js",status="404",le="2.5"} 11 http_request_duration_seconds_bucket{method="GET",path="/config.js",status="404",le="5"} 11 http_request_duration_seconds_bucket{method="GET",path="/config.js",status="404",le="10"} 11 http_request_duration_seconds_bucket{method="GET",path="/config.js",status="404",le="+Inf"} 11 http_request_duration_seconds_sum{method="GET",path="/config.js",status="404"} 0.001474028 http_request_duration_seconds_count{method="GET",path="/config.js",status="404"} 11 http_request_duration_seconds_bucket{method="GET",path="/config.js",status="429",le="0.005"} 23 http_request_duration_seconds_bucket{method="GET",path="/config.js",status="429",le="0.01"} 23 http_request_duration_seconds_bucket{method="GET",path="/config.js",status="429",le="0.025"} 23 http_request_duration_seconds_bucket{method="GET",path="/config.js",status="429",le="0.05"} 23 http_request_duration_seconds_bucket{method="GET",path="/config.js",status="429",le="0.1"} 23 http_request_duration_seconds_bucket{method="GET",path="/config.js",status="429",le="0.25"} 23 http_request_duration_seconds_bucket{method="GET",path="/config.js",status="429",le="0.5"} 23 http_request_duration_seconds_bucket{method="GET",path="/config.js",status="429",le="1"} 23 http_request_duration_seconds_bucket{method="GET",path="/config.js",status="429",le="2.5"} 23 http_request_duration_seconds_bucket{method="GET",path="/config.js",status="429",le="5"} 23 http_request_duration_seconds_bucket{method="GET",path="/config.js",status="429",le="10"} 23 http_request_duration_seconds_bucket{method="GET",path="/config.js",status="429",le="+Inf"} 23 http_request_duration_seconds_sum{method="GET",path="/config.js",status="429"} 0.0016438330000000001 http_request_duration_seconds_count{method="GET",path="/config.js",status="429"} 23 http_request_duration_seconds_bucket{method="GET",path="/config.json",status="404",le="0.005"} 23 http_request_duration_seconds_bucket{method="GET",path="/config.json",status="404",le="0.01"} 23 http_request_duration_seconds_bucket{method="GET",path="/config.json",status="404",le="0.025"} 23 http_request_duration_seconds_bucket{method="GET",path="/config.json",status="404",le="0.05"} 23 http_request_duration_seconds_bucket{method="GET",path="/config.json",status="404",le="0.1"} 23 http_request_duration_seconds_bucket{method="GET",path="/config.json",status="404",le="0.25"} 23 http_request_duration_seconds_bucket{method="GET",path="/config.json",status="404",le="0.5"} 23 http_request_duration_seconds_bucket{method="GET",path="/config.json",status="404",le="1"} 23 http_request_duration_seconds_bucket{method="GET",path="/config.json",status="404",le="2.5"} 23 http_request_duration_seconds_bucket{method="GET",path="/config.json",status="404",le="5"} 23 http_request_duration_seconds_bucket{method="GET",path="/config.json",status="404",le="10"} 23 http_request_duration_seconds_bucket{method="GET",path="/config.json",status="404",le="+Inf"} 23 http_request_duration_seconds_sum{method="GET",path="/config.json",status="404"} 0.003487006 http_request_duration_seconds_count{method="GET",path="/config.json",status="404"} 23 http_request_duration_seconds_bucket{method="GET",path="/config.json",status="429",le="0.005"} 24 http_request_duration_seconds_bucket{method="GET",path="/config.json",status="429",le="0.01"} 24 http_request_duration_seconds_bucket{method="GET",path="/config.json",status="429",le="0.025"} 24 http_request_duration_seconds_bucket{method="GET",path="/config.json",status="429",le="0.05"} 24 http_request_duration_seconds_bucket{method="GET",path="/config.json",status="429",le="0.1"} 24 http_request_duration_seconds_bucket{method="GET",path="/config.json",status="429",le="0.25"} 24 http_request_duration_seconds_bucket{method="GET",path="/config.json",status="429",le="0.5"} 24 http_request_duration_seconds_bucket{method="GET",path="/config.json",status="429",le="1"} 24 http_request_duration_seconds_bucket{method="GET",path="/config.json",status="429",le="2.5"} 24 http_request_duration_seconds_bucket{method="GET",path="/config.json",status="429",le="5"} 24 http_request_duration_seconds_bucket{method="GET",path="/config.json",status="429",le="10"} 24 http_request_duration_seconds_bucket{method="GET",path="/config.json",status="429",le="+Inf"} 24 http_request_duration_seconds_sum{method="GET",path="/config.json",status="429"} 0.0017153599999999995 http_request_duration_seconds_count{method="GET",path="/config.json",status="429"} 24 http_request_duration_seconds_bucket{method="GET",path="/config.json.save",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.json.save",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.json.save",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.json.save",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.json.save",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.json.save",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.json.save",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.json.save",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.json.save",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.json.save",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.json.save",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.json.save",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/config.json.save",status="404"} 0.000139487 http_request_duration_seconds_count{method="GET",path="/config.json.save",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.old",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.old",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.old",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.old",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.old",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.old",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.old",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.old",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.old",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.old",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.old",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.old",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/config.old",status="404"} 0.000156738 http_request_duration_seconds_count{method="GET",path="/config.old",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.php",status="404",le="0.005"} 5 http_request_duration_seconds_bucket{method="GET",path="/config.php",status="404",le="0.01"} 5 http_request_duration_seconds_bucket{method="GET",path="/config.php",status="404",le="0.025"} 5 http_request_duration_seconds_bucket{method="GET",path="/config.php",status="404",le="0.05"} 5 http_request_duration_seconds_bucket{method="GET",path="/config.php",status="404",le="0.1"} 5 http_request_duration_seconds_bucket{method="GET",path="/config.php",status="404",le="0.25"} 5 http_request_duration_seconds_bucket{method="GET",path="/config.php",status="404",le="0.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/config.php",status="404",le="1"} 5 http_request_duration_seconds_bucket{method="GET",path="/config.php",status="404",le="2.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/config.php",status="404",le="5"} 5 http_request_duration_seconds_bucket{method="GET",path="/config.php",status="404",le="10"} 5 http_request_duration_seconds_bucket{method="GET",path="/config.php",status="404",le="+Inf"} 5 http_request_duration_seconds_sum{method="GET",path="/config.php",status="404"} 0.000772818 http_request_duration_seconds_count{method="GET",path="/config.php",status="404"} 5 http_request_duration_seconds_bucket{method="GET",path="/config.php",status="429",le="0.005"} 6 http_request_duration_seconds_bucket{method="GET",path="/config.php",status="429",le="0.01"} 6 http_request_duration_seconds_bucket{method="GET",path="/config.php",status="429",le="0.025"} 6 http_request_duration_seconds_bucket{method="GET",path="/config.php",status="429",le="0.05"} 6 http_request_duration_seconds_bucket{method="GET",path="/config.php",status="429",le="0.1"} 6 http_request_duration_seconds_bucket{method="GET",path="/config.php",status="429",le="0.25"} 6 http_request_duration_seconds_bucket{method="GET",path="/config.php",status="429",le="0.5"} 6 http_request_duration_seconds_bucket{method="GET",path="/config.php",status="429",le="1"} 6 http_request_duration_seconds_bucket{method="GET",path="/config.php",status="429",le="2.5"} 6 http_request_duration_seconds_bucket{method="GET",path="/config.php",status="429",le="5"} 6 http_request_duration_seconds_bucket{method="GET",path="/config.php",status="429",le="10"} 6 http_request_duration_seconds_bucket{method="GET",path="/config.php",status="429",le="+Inf"} 6 http_request_duration_seconds_sum{method="GET",path="/config.php",status="429"} 0.0005208459999999999 http_request_duration_seconds_count{method="GET",path="/config.php",status="429"} 6 http_request_duration_seconds_bucket{method="GET",path="/config.php.bak",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/config.php.bak",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/config.php.bak",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/config.php.bak",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/config.php.bak",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/config.php.bak",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/config.php.bak",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/config.php.bak",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/config.php.bak",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/config.php.bak",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/config.php.bak",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/config.php.bak",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/config.php.bak",status="404"} 0.000489742 http_request_duration_seconds_count{method="GET",path="/config.php.bak",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/config.prod.ini",status="429",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/config.prod.ini",status="429",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/config.prod.ini",status="429",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/config.prod.ini",status="429",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/config.prod.ini",status="429",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/config.prod.ini",status="429",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/config.prod.ini",status="429",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/config.prod.ini",status="429",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/config.prod.ini",status="429",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/config.prod.ini",status="429",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/config.prod.ini",status="429",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/config.prod.ini",status="429",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/config.prod.ini",status="429"} 0.00035653 http_request_duration_seconds_count{method="GET",path="/config.prod.ini",status="429"} 4 http_request_duration_seconds_bucket{method="GET",path="/config.rar",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.rar",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.rar",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.rar",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.rar",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.rar",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.rar",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.rar",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.rar",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.rar",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.rar",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.rar",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/config.rar",status="404"} 0.000139792 http_request_duration_seconds_count{method="GET",path="/config.rar",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.rb",status="429",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/config.rb",status="429",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/config.rb",status="429",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/config.rb",status="429",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/config.rb",status="429",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/config.rb",status="429",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/config.rb",status="429",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/config.rb",status="429",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/config.rb",status="429",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/config.rb",status="429",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/config.rb",status="429",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/config.rb",status="429",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/config.rb",status="429"} 0.000348647 http_request_duration_seconds_count{method="GET",path="/config.rb",status="429"} 4 http_request_duration_seconds_bucket{method="GET",path="/config.sql",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.sql",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.sql",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.sql",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.sql",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.sql",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.sql",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.sql",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.sql",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.sql",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.sql",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.sql",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/config.sql",status="404"} 0.000149015 http_request_duration_seconds_count{method="GET",path="/config.sql",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.sql.bz2",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.sql.bz2",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.sql.bz2",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.sql.bz2",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.sql.bz2",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.sql.bz2",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.sql.bz2",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.sql.bz2",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.sql.bz2",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.sql.bz2",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.sql.bz2",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.sql.bz2",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/config.sql.bz2",status="404"} 0.000127797 http_request_duration_seconds_count{method="GET",path="/config.sql.bz2",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.sql.gz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.sql.gz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.sql.gz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.sql.gz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.sql.gz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.sql.gz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.sql.gz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.sql.gz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.sql.gz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.sql.gz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.sql.gz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.sql.gz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/config.sql.gz",status="404"} 0.000128994 http_request_duration_seconds_count{method="GET",path="/config.sql.gz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.tar",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.tar",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.tar",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.tar",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.tar",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.tar",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.tar",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.tar",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.tar",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.tar",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.tar",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.tar",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/config.tar",status="404"} 0.000143169 http_request_duration_seconds_count{method="GET",path="/config.tar",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.tar.bz2",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.tar.bz2",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.tar.bz2",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.tar.bz2",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.tar.bz2",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.tar.bz2",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.tar.bz2",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.tar.bz2",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.tar.bz2",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.tar.bz2",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.tar.bz2",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.tar.bz2",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/config.tar.bz2",status="404"} 0.00012782 http_request_duration_seconds_count{method="GET",path="/config.tar.bz2",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.tar.gz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.tar.gz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.tar.gz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.tar.gz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.tar.gz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.tar.gz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.tar.gz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.tar.gz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.tar.gz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.tar.gz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.tar.gz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.tar.gz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/config.tar.gz",status="404"} 0.000136401 http_request_duration_seconds_count{method="GET",path="/config.tar.gz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.tar.xz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.tar.xz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.tar.xz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.tar.xz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.tar.xz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.tar.xz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.tar.xz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.tar.xz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.tar.xz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.tar.xz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.tar.xz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.tar.xz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/config.tar.xz",status="404"} 0.000129152 http_request_duration_seconds_count{method="GET",path="/config.tar.xz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.tgz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.tgz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.tgz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.tgz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.tgz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.tgz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.tgz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.tgz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.tgz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.tgz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.tgz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.tgz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/config.tgz",status="404"} 0.00014004 http_request_duration_seconds_count{method="GET",path="/config.tgz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.ts",status="429",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/config.ts",status="429",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/config.ts",status="429",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/config.ts",status="429",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/config.ts",status="429",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/config.ts",status="429",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/config.ts",status="429",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/config.ts",status="429",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/config.ts",status="429",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/config.ts",status="429",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/config.ts",status="429",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/config.ts",status="429",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/config.ts",status="429"} 0.000374937 http_request_duration_seconds_count{method="GET",path="/config.ts",status="429"} 4 http_request_duration_seconds_bucket{method="GET",path="/config.yaml",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/config.yaml",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/config.yaml",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/config.yaml",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/config.yaml",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/config.yaml",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/config.yaml",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/config.yaml",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/config.yaml",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/config.yaml",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/config.yaml",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/config.yaml",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/config.yaml",status="404"} 0.000295581 http_request_duration_seconds_count{method="GET",path="/config.yaml",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/config.yaml",status="429",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/config.yaml",status="429",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/config.yaml",status="429",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/config.yaml",status="429",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/config.yaml",status="429",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/config.yaml",status="429",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/config.yaml",status="429",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/config.yaml",status="429",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/config.yaml",status="429",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/config.yaml",status="429",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/config.yaml",status="429",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/config.yaml",status="429",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/config.yaml",status="429"} 0.000343097 http_request_duration_seconds_count{method="GET",path="/config.yaml",status="429"} 4 http_request_duration_seconds_bucket{method="GET",path="/config.yml",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/config.yml",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/config.yml",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/config.yml",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/config.yml",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/config.yml",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/config.yml",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/config.yml",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/config.yml",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/config.yml",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/config.yml",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/config.yml",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/config.yml",status="404"} 0.000440217 http_request_duration_seconds_count{method="GET",path="/config.yml",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/config.yml",status="429",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/config.yml",status="429",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/config.yml",status="429",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/config.yml",status="429",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/config.yml",status="429",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/config.yml",status="429",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/config.yml",status="429",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/config.yml",status="429",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/config.yml",status="429",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/config.yml",status="429",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/config.yml",status="429",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/config.yml",status="429",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/config.yml",status="429"} 0.000345418 http_request_duration_seconds_count{method="GET",path="/config.yml",status="429"} 4 http_request_duration_seconds_bucket{method="GET",path="/config.zip",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.zip",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.zip",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.zip",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.zip",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.zip",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.zip",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.zip",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.zip",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.zip",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.zip",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.zip",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/config.zip",status="404"} 0.000132366 http_request_duration_seconds_count{method="GET",path="/config.zip",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/config.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/config.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/config.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/config.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/config.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/config.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/config.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/config.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/config.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/config.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/config.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/config.zip",status="429"} 3.486e-05 http_request_duration_seconds_count{method="GET",path="/config.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/config.zst",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.zst",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.zst",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.zst",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.zst",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.zst",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.zst",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.zst",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.zst",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.zst",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.zst",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.zst",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/config.zst",status="404"} 0.000142184 http_request_duration_seconds_count{method="GET",path="/config.zst",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/.env",status="404",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/config/.env",status="404",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/config/.env",status="404",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/config/.env",status="404",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/config/.env",status="404",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/config/.env",status="404",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/config/.env",status="404",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/config/.env",status="404",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/config/.env",status="404",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/config/.env",status="404",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/config/.env",status="404",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/config/.env",status="404",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/config/.env",status="404"} 0.0005338560000000001 http_request_duration_seconds_count{method="GET",path="/config/.env",status="404"} 4 http_request_duration_seconds_bucket{method="GET",path="/config/.env",status="429",le="0.005"} 5 http_request_duration_seconds_bucket{method="GET",path="/config/.env",status="429",le="0.01"} 5 http_request_duration_seconds_bucket{method="GET",path="/config/.env",status="429",le="0.025"} 5 http_request_duration_seconds_bucket{method="GET",path="/config/.env",status="429",le="0.05"} 5 http_request_duration_seconds_bucket{method="GET",path="/config/.env",status="429",le="0.1"} 5 http_request_duration_seconds_bucket{method="GET",path="/config/.env",status="429",le="0.25"} 5 http_request_duration_seconds_bucket{method="GET",path="/config/.env",status="429",le="0.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/config/.env",status="429",le="1"} 5 http_request_duration_seconds_bucket{method="GET",path="/config/.env",status="429",le="2.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/config/.env",status="429",le="5"} 5 http_request_duration_seconds_bucket{method="GET",path="/config/.env",status="429",le="10"} 5 http_request_duration_seconds_bucket{method="GET",path="/config/.env",status="429",le="+Inf"} 5 http_request_duration_seconds_sum{method="GET",path="/config/.env",status="429"} 0.000383857 http_request_duration_seconds_count{method="GET",path="/config/.env",status="429"} 5 http_request_duration_seconds_bucket{method="GET",path="/config/app.js",status="429",le="0.005"} 19 http_request_duration_seconds_bucket{method="GET",path="/config/app.js",status="429",le="0.01"} 19 http_request_duration_seconds_bucket{method="GET",path="/config/app.js",status="429",le="0.025"} 19 http_request_duration_seconds_bucket{method="GET",path="/config/app.js",status="429",le="0.05"} 19 http_request_duration_seconds_bucket{method="GET",path="/config/app.js",status="429",le="0.1"} 19 http_request_duration_seconds_bucket{method="GET",path="/config/app.js",status="429",le="0.25"} 19 http_request_duration_seconds_bucket{method="GET",path="/config/app.js",status="429",le="0.5"} 19 http_request_duration_seconds_bucket{method="GET",path="/config/app.js",status="429",le="1"} 19 http_request_duration_seconds_bucket{method="GET",path="/config/app.js",status="429",le="2.5"} 19 http_request_duration_seconds_bucket{method="GET",path="/config/app.js",status="429",le="5"} 19 http_request_duration_seconds_bucket{method="GET",path="/config/app.js",status="429",le="10"} 19 http_request_duration_seconds_bucket{method="GET",path="/config/app.js",status="429",le="+Inf"} 19 http_request_duration_seconds_sum{method="GET",path="/config/app.js",status="429"} 0.00141686 http_request_duration_seconds_count{method="GET",path="/config/app.js",status="429"} 19 http_request_duration_seconds_bucket{method="GET",path="/config/app.php",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/app.php",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/app.php",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/app.php",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/app.php",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/app.php",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/app.php",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/app.php",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/app.php",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/app.php",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/app.php",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/app.php",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/config/app.php",status="429"} 0.000154021 http_request_duration_seconds_count{method="GET",path="/config/app.php",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/app/.env",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/app/.env",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/app/.env",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/app/.env",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/app/.env",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/app/.env",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/app/.env",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/app/.env",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/app/.env",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/app/.env",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/app/.env",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/app/.env",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/config/app/.env",status="429"} 7.1458e-05 http_request_duration_seconds_count{method="GET",path="/config/app/.env",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/application.config.php",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/application.config.php",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/application.config.php",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/application.config.php",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/application.config.php",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/application.config.php",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/application.config.php",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/application.config.php",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/application.config.php",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/application.config.php",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/application.config.php",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/application.config.php",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/config/application.config.php",status="429"} 9.496e-05 http_request_duration_seconds_count{method="GET",path="/config/application.config.php",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/application.properties",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/application.properties",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/application.properties",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/application.properties",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/application.properties",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/application.properties",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/application.properties",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/application.properties",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/application.properties",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/application.properties",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/application.properties",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/application.properties",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/config/application.properties",status="429"} 0.000120551 http_request_duration_seconds_count{method="GET",path="/config/application.properties",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/application.yml",status="404",le="0.005"} 8 http_request_duration_seconds_bucket{method="GET",path="/config/application.yml",status="404",le="0.01"} 8 http_request_duration_seconds_bucket{method="GET",path="/config/application.yml",status="404",le="0.025"} 8 http_request_duration_seconds_bucket{method="GET",path="/config/application.yml",status="404",le="0.05"} 8 http_request_duration_seconds_bucket{method="GET",path="/config/application.yml",status="404",le="0.1"} 8 http_request_duration_seconds_bucket{method="GET",path="/config/application.yml",status="404",le="0.25"} 8 http_request_duration_seconds_bucket{method="GET",path="/config/application.yml",status="404",le="0.5"} 8 http_request_duration_seconds_bucket{method="GET",path="/config/application.yml",status="404",le="1"} 8 http_request_duration_seconds_bucket{method="GET",path="/config/application.yml",status="404",le="2.5"} 8 http_request_duration_seconds_bucket{method="GET",path="/config/application.yml",status="404",le="5"} 8 http_request_duration_seconds_bucket{method="GET",path="/config/application.yml",status="404",le="10"} 8 http_request_duration_seconds_bucket{method="GET",path="/config/application.yml",status="404",le="+Inf"} 8 http_request_duration_seconds_sum{method="GET",path="/config/application.yml",status="404"} 0.001158524 http_request_duration_seconds_count{method="GET",path="/config/application.yml",status="404"} 8 http_request_duration_seconds_bucket{method="GET",path="/config/application.yml",status="429",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/config/application.yml",status="429",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/config/application.yml",status="429",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/config/application.yml",status="429",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/config/application.yml",status="429",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/config/application.yml",status="429",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/config/application.yml",status="429",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/config/application.yml",status="429",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/config/application.yml",status="429",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/config/application.yml",status="429",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/config/application.yml",status="429",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/config/application.yml",status="429",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/config/application.yml",status="429"} 0.000339444 http_request_duration_seconds_count{method="GET",path="/config/application.yml",status="429"} 4 http_request_duration_seconds_bucket{method="GET",path="/config/auth.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/auth.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/auth.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/auth.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/auth.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/auth.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/auth.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/auth.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/auth.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/auth.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/auth.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/auth.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/config/auth.php",status="404"} 0.000144574 http_request_duration_seconds_count{method="GET",path="/config/auth.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/auth.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/auth.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/auth.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/auth.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/auth.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/auth.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/auth.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/auth.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/auth.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/auth.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/auth.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/auth.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/config/auth.php",status="429"} 9.1842e-05 http_request_duration_seconds_count{method="GET",path="/config/auth.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/autoload/global.php",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/autoload/global.php",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/autoload/global.php",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/autoload/global.php",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/autoload/global.php",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/autoload/global.php",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/autoload/global.php",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/autoload/global.php",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/autoload/global.php",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/autoload/global.php",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/autoload/global.php",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/autoload/global.php",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/config/autoload/global.php",status="429"} 0.000187846 http_request_duration_seconds_count{method="GET",path="/config/autoload/global.php",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/autoload/local.php",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/autoload/local.php",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/autoload/local.php",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/autoload/local.php",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/autoload/local.php",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/autoload/local.php",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/autoload/local.php",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/autoload/local.php",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/autoload/local.php",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/autoload/local.php",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/autoload/local.php",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/autoload/local.php",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/config/autoload/local.php",status="429"} 8.702e-05 http_request_duration_seconds_count{method="GET",path="/config/autoload/local.php",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/aws.ini",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/aws.ini",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/aws.ini",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/aws.ini",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/aws.ini",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/aws.ini",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/aws.ini",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/aws.ini",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/aws.ini",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/aws.ini",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/aws.ini",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/aws.ini",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/config/aws.ini",status="404"} 9.8126e-05 http_request_duration_seconds_count{method="GET",path="/config/aws.ini",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/aws.ini",status="429",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/config/aws.ini",status="429",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/config/aws.ini",status="429",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/config/aws.ini",status="429",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/config/aws.ini",status="429",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/config/aws.ini",status="429",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/config/aws.ini",status="429",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/config/aws.ini",status="429",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/config/aws.ini",status="429",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/config/aws.ini",status="429",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/config/aws.ini",status="429",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/config/aws.ini",status="429",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/config/aws.ini",status="429"} 0.00022770400000000001 http_request_duration_seconds_count{method="GET",path="/config/aws.ini",status="429"} 3 http_request_duration_seconds_bucket{method="GET",path="/config/aws.json",status="429",le="0.005"} 19 http_request_duration_seconds_bucket{method="GET",path="/config/aws.json",status="429",le="0.01"} 19 http_request_duration_seconds_bucket{method="GET",path="/config/aws.json",status="429",le="0.025"} 19 http_request_duration_seconds_bucket{method="GET",path="/config/aws.json",status="429",le="0.05"} 19 http_request_duration_seconds_bucket{method="GET",path="/config/aws.json",status="429",le="0.1"} 19 http_request_duration_seconds_bucket{method="GET",path="/config/aws.json",status="429",le="0.25"} 19 http_request_duration_seconds_bucket{method="GET",path="/config/aws.json",status="429",le="0.5"} 19 http_request_duration_seconds_bucket{method="GET",path="/config/aws.json",status="429",le="1"} 19 http_request_duration_seconds_bucket{method="GET",path="/config/aws.json",status="429",le="2.5"} 19 http_request_duration_seconds_bucket{method="GET",path="/config/aws.json",status="429",le="5"} 19 http_request_duration_seconds_bucket{method="GET",path="/config/aws.json",status="429",le="10"} 19 http_request_duration_seconds_bucket{method="GET",path="/config/aws.json",status="429",le="+Inf"} 19 http_request_duration_seconds_sum{method="GET",path="/config/aws.json",status="429"} 0.0015274459999999998 http_request_duration_seconds_count{method="GET",path="/config/aws.json",status="429"} 19 http_request_duration_seconds_bucket{method="GET",path="/config/aws.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/aws.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/aws.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/aws.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/aws.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/aws.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/aws.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/aws.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/aws.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/aws.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/aws.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/aws.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/config/aws.php",status="404"} 0.000155926 http_request_duration_seconds_count{method="GET",path="/config/aws.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/aws.php",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/aws.php",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/aws.php",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/aws.php",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/aws.php",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/aws.php",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/aws.php",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/aws.php",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/aws.php",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/aws.php",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/aws.php",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/aws.php",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/config/aws.php",status="429"} 0.000202424 http_request_duration_seconds_count{method="GET",path="/config/aws.php",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/aws.yml",status="404",le="0.005"} 7 http_request_duration_seconds_bucket{method="GET",path="/config/aws.yml",status="404",le="0.01"} 7 http_request_duration_seconds_bucket{method="GET",path="/config/aws.yml",status="404",le="0.025"} 7 http_request_duration_seconds_bucket{method="GET",path="/config/aws.yml",status="404",le="0.05"} 7 http_request_duration_seconds_bucket{method="GET",path="/config/aws.yml",status="404",le="0.1"} 7 http_request_duration_seconds_bucket{method="GET",path="/config/aws.yml",status="404",le="0.25"} 7 http_request_duration_seconds_bucket{method="GET",path="/config/aws.yml",status="404",le="0.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/config/aws.yml",status="404",le="1"} 7 http_request_duration_seconds_bucket{method="GET",path="/config/aws.yml",status="404",le="2.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/config/aws.yml",status="404",le="5"} 7 http_request_duration_seconds_bucket{method="GET",path="/config/aws.yml",status="404",le="10"} 7 http_request_duration_seconds_bucket{method="GET",path="/config/aws.yml",status="404",le="+Inf"} 7 http_request_duration_seconds_sum{method="GET",path="/config/aws.yml",status="404"} 0.001019231 http_request_duration_seconds_count{method="GET",path="/config/aws.yml",status="404"} 7 http_request_duration_seconds_bucket{method="GET",path="/config/aws.yml",status="429",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/config/aws.yml",status="429",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/config/aws.yml",status="429",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/config/aws.yml",status="429",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/config/aws.yml",status="429",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/config/aws.yml",status="429",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/config/aws.yml",status="429",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/config/aws.yml",status="429",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/config/aws.yml",status="429",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/config/aws.yml",status="429",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/config/aws.yml",status="429",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/config/aws.yml",status="429",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/config/aws.yml",status="429"} 0.000331893 http_request_duration_seconds_count{method="GET",path="/config/aws.yml",status="429"} 4 http_request_duration_seconds_bucket{method="GET",path="/config/base.properties",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/base.properties",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/base.properties",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/base.properties",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/base.properties",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/base.properties",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/base.properties",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/base.properties",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/base.properties",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/base.properties",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/base.properties",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/base.properties",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/config/base.properties",status="429"} 0.00012134899999999999 http_request_duration_seconds_count{method="GET",path="/config/base.properties",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/bootstrap.php",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/bootstrap.php",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/bootstrap.php",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/bootstrap.php",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/bootstrap.php",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/bootstrap.php",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/bootstrap.php",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/bootstrap.php",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/bootstrap.php",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/bootstrap.php",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/bootstrap.php",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/bootstrap.php",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/config/bootstrap.php",status="429"} 0.000200905 http_request_duration_seconds_count{method="GET",path="/config/bootstrap.php",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/broadcasting.php",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/broadcasting.php",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/broadcasting.php",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/broadcasting.php",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/broadcasting.php",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/broadcasting.php",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/broadcasting.php",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/broadcasting.php",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/broadcasting.php",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/broadcasting.php",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/broadcasting.php",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/broadcasting.php",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/config/broadcasting.php",status="429"} 0.000115715 http_request_duration_seconds_count{method="GET",path="/config/broadcasting.php",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/cache.php",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/cache.php",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/cache.php",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/cache.php",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/cache.php",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/cache.php",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/cache.php",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/cache.php",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/cache.php",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/cache.php",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/cache.php",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/cache.php",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/config/cache.php",status="429"} 0.00014602499999999999 http_request_duration_seconds_count{method="GET",path="/config/cache.php",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/cli_bootstrap.php",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/cli_bootstrap.php",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/cli_bootstrap.php",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/cli_bootstrap.php",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/cli_bootstrap.php",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/cli_bootstrap.php",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/cli_bootstrap.php",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/cli_bootstrap.php",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/cli_bootstrap.php",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/cli_bootstrap.php",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/cli_bootstrap.php",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/cli_bootstrap.php",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/config/cli_bootstrap.php",status="429"} 7.3925e-05 http_request_duration_seconds_count{method="GET",path="/config/cli_bootstrap.php",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/common.js",status="429",le="0.005"} 19 http_request_duration_seconds_bucket{method="GET",path="/config/common.js",status="429",le="0.01"} 19 http_request_duration_seconds_bucket{method="GET",path="/config/common.js",status="429",le="0.025"} 19 http_request_duration_seconds_bucket{method="GET",path="/config/common.js",status="429",le="0.05"} 19 http_request_duration_seconds_bucket{method="GET",path="/config/common.js",status="429",le="0.1"} 19 http_request_duration_seconds_bucket{method="GET",path="/config/common.js",status="429",le="0.25"} 19 http_request_duration_seconds_bucket{method="GET",path="/config/common.js",status="429",le="0.5"} 19 http_request_duration_seconds_bucket{method="GET",path="/config/common.js",status="429",le="1"} 19 http_request_duration_seconds_bucket{method="GET",path="/config/common.js",status="429",le="2.5"} 19 http_request_duration_seconds_bucket{method="GET",path="/config/common.js",status="429",le="5"} 19 http_request_duration_seconds_bucket{method="GET",path="/config/common.js",status="429",le="10"} 19 http_request_duration_seconds_bucket{method="GET",path="/config/common.js",status="429",le="+Inf"} 19 http_request_duration_seconds_sum{method="GET",path="/config/common.js",status="429"} 0.0015490240000000002 http_request_duration_seconds_count{method="GET",path="/config/common.js",status="429"} 19 http_request_duration_seconds_bucket{method="GET",path="/config/config.exs",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/config.exs",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/config.exs",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/config.exs",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/config.exs",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/config.exs",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/config.exs",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/config.exs",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/config.exs",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/config.exs",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/config.exs",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/config.exs",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/config/config.exs",status="429"} 0.00015363199999999998 http_request_duration_seconds_count{method="GET",path="/config/config.exs",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/config.go",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/config.go",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/config.go",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/config.go",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/config.go",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/config.go",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/config.go",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/config.go",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/config.go",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/config.go",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/config.go",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/config.go",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/config/config.go",status="429"} 0.00014263900000000001 http_request_duration_seconds_count{method="GET",path="/config/config.go",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/config.inc.php",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/config.inc.php",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/config.inc.php",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/config.inc.php",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/config.inc.php",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/config.inc.php",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/config.inc.php",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/config.inc.php",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/config.inc.php",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/config.inc.php",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/config.inc.php",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/config.inc.php",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/config/config.inc.php",status="429"} 0.00021087200000000002 http_request_duration_seconds_count{method="GET",path="/config/config.inc.php",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/config.ino",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/config.ino",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/config.ino",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/config.ino",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/config.ino",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/config.ino",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/config.ino",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/config.ino",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/config.ino",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/config.ino",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/config.ino",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/config.ino",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/config/config.ino",status="429"} 0.000151012 http_request_duration_seconds_count{method="GET",path="/config/config.ino",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/config.js",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/config.js",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/config.js",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/config.js",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/config.js",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/config.js",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/config.js",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/config.js",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/config.js",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/config.js",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/config.js",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/config.js",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/config/config.js",status="404"} 0.000258372 http_request_duration_seconds_count{method="GET",path="/config/config.js",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/config.js",status="429",le="0.005"} 21 http_request_duration_seconds_bucket{method="GET",path="/config/config.js",status="429",le="0.01"} 21 http_request_duration_seconds_bucket{method="GET",path="/config/config.js",status="429",le="0.025"} 21 http_request_duration_seconds_bucket{method="GET",path="/config/config.js",status="429",le="0.05"} 21 http_request_duration_seconds_bucket{method="GET",path="/config/config.js",status="429",le="0.1"} 21 http_request_duration_seconds_bucket{method="GET",path="/config/config.js",status="429",le="0.25"} 21 http_request_duration_seconds_bucket{method="GET",path="/config/config.js",status="429",le="0.5"} 21 http_request_duration_seconds_bucket{method="GET",path="/config/config.js",status="429",le="1"} 21 http_request_duration_seconds_bucket{method="GET",path="/config/config.js",status="429",le="2.5"} 21 http_request_duration_seconds_bucket{method="GET",path="/config/config.js",status="429",le="5"} 21 http_request_duration_seconds_bucket{method="GET",path="/config/config.js",status="429",le="10"} 21 http_request_duration_seconds_bucket{method="GET",path="/config/config.js",status="429",le="+Inf"} 21 http_request_duration_seconds_sum{method="GET",path="/config/config.js",status="429"} 0.0017071380000000002 http_request_duration_seconds_count{method="GET",path="/config/config.js",status="429"} 21 http_request_duration_seconds_bucket{method="GET",path="/config/config.json",status="404",le="0.005"} 9 http_request_duration_seconds_bucket{method="GET",path="/config/config.json",status="404",le="0.01"} 9 http_request_duration_seconds_bucket{method="GET",path="/config/config.json",status="404",le="0.025"} 9 http_request_duration_seconds_bucket{method="GET",path="/config/config.json",status="404",le="0.05"} 9 http_request_duration_seconds_bucket{method="GET",path="/config/config.json",status="404",le="0.1"} 9 http_request_duration_seconds_bucket{method="GET",path="/config/config.json",status="404",le="0.25"} 9 http_request_duration_seconds_bucket{method="GET",path="/config/config.json",status="404",le="0.5"} 9 http_request_duration_seconds_bucket{method="GET",path="/config/config.json",status="404",le="1"} 9 http_request_duration_seconds_bucket{method="GET",path="/config/config.json",status="404",le="2.5"} 9 http_request_duration_seconds_bucket{method="GET",path="/config/config.json",status="404",le="5"} 9 http_request_duration_seconds_bucket{method="GET",path="/config/config.json",status="404",le="10"} 9 http_request_duration_seconds_bucket{method="GET",path="/config/config.json",status="404",le="+Inf"} 9 http_request_duration_seconds_sum{method="GET",path="/config/config.json",status="404"} 0.00123691 http_request_duration_seconds_count{method="GET",path="/config/config.json",status="404"} 9 http_request_duration_seconds_bucket{method="GET",path="/config/config.json",status="429",le="0.005"} 17 http_request_duration_seconds_bucket{method="GET",path="/config/config.json",status="429",le="0.01"} 17 http_request_duration_seconds_bucket{method="GET",path="/config/config.json",status="429",le="0.025"} 17 http_request_duration_seconds_bucket{method="GET",path="/config/config.json",status="429",le="0.05"} 17 http_request_duration_seconds_bucket{method="GET",path="/config/config.json",status="429",le="0.1"} 17 http_request_duration_seconds_bucket{method="GET",path="/config/config.json",status="429",le="0.25"} 17 http_request_duration_seconds_bucket{method="GET",path="/config/config.json",status="429",le="0.5"} 17 http_request_duration_seconds_bucket{method="GET",path="/config/config.json",status="429",le="1"} 17 http_request_duration_seconds_bucket{method="GET",path="/config/config.json",status="429",le="2.5"} 17 http_request_duration_seconds_bucket{method="GET",path="/config/config.json",status="429",le="5"} 17 http_request_duration_seconds_bucket{method="GET",path="/config/config.json",status="429",le="10"} 17 http_request_duration_seconds_bucket{method="GET",path="/config/config.json",status="429",le="+Inf"} 17 http_request_duration_seconds_sum{method="GET",path="/config/config.json",status="429"} 0.0012105529999999998 http_request_duration_seconds_count{method="GET",path="/config/config.json",status="429"} 17 http_request_duration_seconds_bucket{method="GET",path="/config/config.php",status="429",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/config/config.php",status="429",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/config/config.php",status="429",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/config/config.php",status="429",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/config/config.php",status="429",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/config/config.php",status="429",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/config/config.php",status="429",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/config/config.php",status="429",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/config/config.php",status="429",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/config/config.php",status="429",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/config/config.php",status="429",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/config/config.php",status="429",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/config/config.php",status="429"} 0.000328726 http_request_duration_seconds_count{method="GET",path="/config/config.php",status="429"} 4 http_request_duration_seconds_bucket{method="GET",path="/config/constant.js",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/constant.js",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/constant.js",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/constant.js",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/constant.js",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/constant.js",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/constant.js",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/constant.js",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/constant.js",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/constant.js",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/constant.js",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/constant.js",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/config/constant.js",status="404"} 0.000375572 http_request_duration_seconds_count{method="GET",path="/config/constant.js",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/constant.js",status="429",le="0.005"} 15 http_request_duration_seconds_bucket{method="GET",path="/config/constant.js",status="429",le="0.01"} 15 http_request_duration_seconds_bucket{method="GET",path="/config/constant.js",status="429",le="0.025"} 15 http_request_duration_seconds_bucket{method="GET",path="/config/constant.js",status="429",le="0.05"} 15 http_request_duration_seconds_bucket{method="GET",path="/config/constant.js",status="429",le="0.1"} 15 http_request_duration_seconds_bucket{method="GET",path="/config/constant.js",status="429",le="0.25"} 15 http_request_duration_seconds_bucket{method="GET",path="/config/constant.js",status="429",le="0.5"} 15 http_request_duration_seconds_bucket{method="GET",path="/config/constant.js",status="429",le="1"} 15 http_request_duration_seconds_bucket{method="GET",path="/config/constant.js",status="429",le="2.5"} 15 http_request_duration_seconds_bucket{method="GET",path="/config/constant.js",status="429",le="5"} 15 http_request_duration_seconds_bucket{method="GET",path="/config/constant.js",status="429",le="10"} 15 http_request_duration_seconds_bucket{method="GET",path="/config/constant.js",status="429",le="+Inf"} 15 http_request_duration_seconds_sum{method="GET",path="/config/constant.js",status="429"} 0.0011877430000000002 http_request_duration_seconds_count{method="GET",path="/config/constant.js",status="429"} 15 http_request_duration_seconds_bucket{method="GET",path="/config/constants.js",status="404",le="0.005"} 7 http_request_duration_seconds_bucket{method="GET",path="/config/constants.js",status="404",le="0.01"} 7 http_request_duration_seconds_bucket{method="GET",path="/config/constants.js",status="404",le="0.025"} 7 http_request_duration_seconds_bucket{method="GET",path="/config/constants.js",status="404",le="0.05"} 7 http_request_duration_seconds_bucket{method="GET",path="/config/constants.js",status="404",le="0.1"} 7 http_request_duration_seconds_bucket{method="GET",path="/config/constants.js",status="404",le="0.25"} 7 http_request_duration_seconds_bucket{method="GET",path="/config/constants.js",status="404",le="0.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/config/constants.js",status="404",le="1"} 7 http_request_duration_seconds_bucket{method="GET",path="/config/constants.js",status="404",le="2.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/config/constants.js",status="404",le="5"} 7 http_request_duration_seconds_bucket{method="GET",path="/config/constants.js",status="404",le="10"} 7 http_request_duration_seconds_bucket{method="GET",path="/config/constants.js",status="404",le="+Inf"} 7 http_request_duration_seconds_sum{method="GET",path="/config/constants.js",status="404"} 0.000941791 http_request_duration_seconds_count{method="GET",path="/config/constants.js",status="404"} 7 http_request_duration_seconds_bucket{method="GET",path="/config/constants.js",status="429",le="0.005"} 19 http_request_duration_seconds_bucket{method="GET",path="/config/constants.js",status="429",le="0.01"} 19 http_request_duration_seconds_bucket{method="GET",path="/config/constants.js",status="429",le="0.025"} 19 http_request_duration_seconds_bucket{method="GET",path="/config/constants.js",status="429",le="0.05"} 19 http_request_duration_seconds_bucket{method="GET",path="/config/constants.js",status="429",le="0.1"} 19 http_request_duration_seconds_bucket{method="GET",path="/config/constants.js",status="429",le="0.25"} 19 http_request_duration_seconds_bucket{method="GET",path="/config/constants.js",status="429",le="0.5"} 19 http_request_duration_seconds_bucket{method="GET",path="/config/constants.js",status="429",le="1"} 19 http_request_duration_seconds_bucket{method="GET",path="/config/constants.js",status="429",le="2.5"} 19 http_request_duration_seconds_bucket{method="GET",path="/config/constants.js",status="429",le="5"} 19 http_request_duration_seconds_bucket{method="GET",path="/config/constants.js",status="429",le="10"} 19 http_request_duration_seconds_bucket{method="GET",path="/config/constants.js",status="429",le="+Inf"} 19 http_request_duration_seconds_sum{method="GET",path="/config/constants.js",status="429"} 0.0017104239999999999 http_request_duration_seconds_count{method="GET",path="/config/constants.js",status="429"} 19 http_request_duration_seconds_bucket{method="GET",path="/config/controller.js",status="429",le="0.005"} 17 http_request_duration_seconds_bucket{method="GET",path="/config/controller.js",status="429",le="0.01"} 17 http_request_duration_seconds_bucket{method="GET",path="/config/controller.js",status="429",le="0.025"} 17 http_request_duration_seconds_bucket{method="GET",path="/config/controller.js",status="429",le="0.05"} 17 http_request_duration_seconds_bucket{method="GET",path="/config/controller.js",status="429",le="0.1"} 17 http_request_duration_seconds_bucket{method="GET",path="/config/controller.js",status="429",le="0.25"} 17 http_request_duration_seconds_bucket{method="GET",path="/config/controller.js",status="429",le="0.5"} 17 http_request_duration_seconds_bucket{method="GET",path="/config/controller.js",status="429",le="1"} 17 http_request_duration_seconds_bucket{method="GET",path="/config/controller.js",status="429",le="2.5"} 17 http_request_duration_seconds_bucket{method="GET",path="/config/controller.js",status="429",le="5"} 17 http_request_duration_seconds_bucket{method="GET",path="/config/controller.js",status="429",le="10"} 17 http_request_duration_seconds_bucket{method="GET",path="/config/controller.js",status="429",le="+Inf"} 17 http_request_duration_seconds_sum{method="GET",path="/config/controller.js",status="429"} 0.0012567399999999997 http_request_duration_seconds_count{method="GET",path="/config/controller.js",status="429"} 17 http_request_duration_seconds_bucket{method="GET",path="/config/credentials.json",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/config/credentials.json",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/config/credentials.json",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/config/credentials.json",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/config/credentials.json",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/config/credentials.json",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/config/credentials.json",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/config/credentials.json",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/config/credentials.json",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/config/credentials.json",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/config/credentials.json",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/config/credentials.json",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/config/credentials.json",status="404"} 0.000346291 http_request_duration_seconds_count{method="GET",path="/config/credentials.json",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/config/credentials.json",status="429",le="0.005"} 14 http_request_duration_seconds_bucket{method="GET",path="/config/credentials.json",status="429",le="0.01"} 14 http_request_duration_seconds_bucket{method="GET",path="/config/credentials.json",status="429",le="0.025"} 14 http_request_duration_seconds_bucket{method="GET",path="/config/credentials.json",status="429",le="0.05"} 14 http_request_duration_seconds_bucket{method="GET",path="/config/credentials.json",status="429",le="0.1"} 14 http_request_duration_seconds_bucket{method="GET",path="/config/credentials.json",status="429",le="0.25"} 14 http_request_duration_seconds_bucket{method="GET",path="/config/credentials.json",status="429",le="0.5"} 14 http_request_duration_seconds_bucket{method="GET",path="/config/credentials.json",status="429",le="1"} 14 http_request_duration_seconds_bucket{method="GET",path="/config/credentials.json",status="429",le="2.5"} 14 http_request_duration_seconds_bucket{method="GET",path="/config/credentials.json",status="429",le="5"} 14 http_request_duration_seconds_bucket{method="GET",path="/config/credentials.json",status="429",le="10"} 14 http_request_duration_seconds_bucket{method="GET",path="/config/credentials.json",status="429",le="+Inf"} 14 http_request_duration_seconds_sum{method="GET",path="/config/credentials.json",status="429"} 0.001093977 http_request_duration_seconds_count{method="GET",path="/config/credentials.json",status="429"} 14 http_request_duration_seconds_bucket{method="GET",path="/config/daemon.json",status="429",le="0.005"} 17 http_request_duration_seconds_bucket{method="GET",path="/config/daemon.json",status="429",le="0.01"} 17 http_request_duration_seconds_bucket{method="GET",path="/config/daemon.json",status="429",le="0.025"} 17 http_request_duration_seconds_bucket{method="GET",path="/config/daemon.json",status="429",le="0.05"} 17 http_request_duration_seconds_bucket{method="GET",path="/config/daemon.json",status="429",le="0.1"} 17 http_request_duration_seconds_bucket{method="GET",path="/config/daemon.json",status="429",le="0.25"} 17 http_request_duration_seconds_bucket{method="GET",path="/config/daemon.json",status="429",le="0.5"} 17 http_request_duration_seconds_bucket{method="GET",path="/config/daemon.json",status="429",le="1"} 17 http_request_duration_seconds_bucket{method="GET",path="/config/daemon.json",status="429",le="2.5"} 17 http_request_duration_seconds_bucket{method="GET",path="/config/daemon.json",status="429",le="5"} 17 http_request_duration_seconds_bucket{method="GET",path="/config/daemon.json",status="429",le="10"} 17 http_request_duration_seconds_bucket{method="GET",path="/config/daemon.json",status="429",le="+Inf"} 17 http_request_duration_seconds_sum{method="GET",path="/config/daemon.json",status="429"} 0.001207302 http_request_duration_seconds_count{method="GET",path="/config/daemon.json",status="429"} 17 http_request_duration_seconds_bucket{method="GET",path="/config/database.config.php",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/database.config.php",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/database.config.php",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/database.config.php",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/database.config.php",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/database.config.php",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/database.config.php",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/database.config.php",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/database.config.php",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/database.config.php",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/database.config.php",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/database.config.php",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/config/database.config.php",status="429"} 0.000183179 http_request_duration_seconds_count{method="GET",path="/config/database.config.php",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/database.js",status="429",le="0.005"} 17 http_request_duration_seconds_bucket{method="GET",path="/config/database.js",status="429",le="0.01"} 17 http_request_duration_seconds_bucket{method="GET",path="/config/database.js",status="429",le="0.025"} 17 http_request_duration_seconds_bucket{method="GET",path="/config/database.js",status="429",le="0.05"} 17 http_request_duration_seconds_bucket{method="GET",path="/config/database.js",status="429",le="0.1"} 17 http_request_duration_seconds_bucket{method="GET",path="/config/database.js",status="429",le="0.25"} 17 http_request_duration_seconds_bucket{method="GET",path="/config/database.js",status="429",le="0.5"} 17 http_request_duration_seconds_bucket{method="GET",path="/config/database.js",status="429",le="1"} 17 http_request_duration_seconds_bucket{method="GET",path="/config/database.js",status="429",le="2.5"} 17 http_request_duration_seconds_bucket{method="GET",path="/config/database.js",status="429",le="5"} 17 http_request_duration_seconds_bucket{method="GET",path="/config/database.js",status="429",le="10"} 17 http_request_duration_seconds_bucket{method="GET",path="/config/database.js",status="429",le="+Inf"} 17 http_request_duration_seconds_sum{method="GET",path="/config/database.js",status="429"} 0.001318931 http_request_duration_seconds_count{method="GET",path="/config/database.js",status="429"} 17 http_request_duration_seconds_bucket{method="GET",path="/config/database.php",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/database.php",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/database.php",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/database.php",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/database.php",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/database.php",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/database.php",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/database.php",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/database.php",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/database.php",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/database.php",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/database.php",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/config/database.php",status="429"} 0.000154522 http_request_duration_seconds_count{method="GET",path="/config/database.php",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/database.yml",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/database.yml",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/database.yml",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/database.yml",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/database.yml",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/database.yml",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/database.yml",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/database.yml",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/database.yml",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/database.yml",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/database.yml",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/database.yml",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/config/database.yml",status="404"} 0.00043791999999999995 http_request_duration_seconds_count{method="GET",path="/config/database.yml",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/default.json",status="429",le="0.005"} 18 http_request_duration_seconds_bucket{method="GET",path="/config/default.json",status="429",le="0.01"} 18 http_request_duration_seconds_bucket{method="GET",path="/config/default.json",status="429",le="0.025"} 18 http_request_duration_seconds_bucket{method="GET",path="/config/default.json",status="429",le="0.05"} 18 http_request_duration_seconds_bucket{method="GET",path="/config/default.json",status="429",le="0.1"} 18 http_request_duration_seconds_bucket{method="GET",path="/config/default.json",status="429",le="0.25"} 18 http_request_duration_seconds_bucket{method="GET",path="/config/default.json",status="429",le="0.5"} 18 http_request_duration_seconds_bucket{method="GET",path="/config/default.json",status="429",le="1"} 18 http_request_duration_seconds_bucket{method="GET",path="/config/default.json",status="429",le="2.5"} 18 http_request_duration_seconds_bucket{method="GET",path="/config/default.json",status="429",le="5"} 18 http_request_duration_seconds_bucket{method="GET",path="/config/default.json",status="429",le="10"} 18 http_request_duration_seconds_bucket{method="GET",path="/config/default.json",status="429",le="+Inf"} 18 http_request_duration_seconds_sum{method="GET",path="/config/default.json",status="429"} 0.001309439 http_request_duration_seconds_count{method="GET",path="/config/default.json",status="429"} 18 http_request_duration_seconds_bucket{method="GET",path="/config/dev.json",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/dev.json",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/dev.json",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/dev.json",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/dev.json",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/dev.json",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/dev.json",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/dev.json",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/dev.json",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/dev.json",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/dev.json",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/dev.json",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/config/dev.json",status="404"} 0.000561429 http_request_duration_seconds_count{method="GET",path="/config/dev.json",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/dev.json",status="429",le="0.005"} 15 http_request_duration_seconds_bucket{method="GET",path="/config/dev.json",status="429",le="0.01"} 15 http_request_duration_seconds_bucket{method="GET",path="/config/dev.json",status="429",le="0.025"} 15 http_request_duration_seconds_bucket{method="GET",path="/config/dev.json",status="429",le="0.05"} 15 http_request_duration_seconds_bucket{method="GET",path="/config/dev.json",status="429",le="0.1"} 15 http_request_duration_seconds_bucket{method="GET",path="/config/dev.json",status="429",le="0.25"} 15 http_request_duration_seconds_bucket{method="GET",path="/config/dev.json",status="429",le="0.5"} 15 http_request_duration_seconds_bucket{method="GET",path="/config/dev.json",status="429",le="1"} 15 http_request_duration_seconds_bucket{method="GET",path="/config/dev.json",status="429",le="2.5"} 15 http_request_duration_seconds_bucket{method="GET",path="/config/dev.json",status="429",le="5"} 15 http_request_duration_seconds_bucket{method="GET",path="/config/dev.json",status="429",le="10"} 15 http_request_duration_seconds_bucket{method="GET",path="/config/dev.json",status="429",le="+Inf"} 15 http_request_duration_seconds_sum{method="GET",path="/config/dev.json",status="429"} 0.001186078 http_request_duration_seconds_count{method="GET",path="/config/dev.json",status="429"} 15 http_request_duration_seconds_bucket{method="GET",path="/config/dev/config.toml",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/dev/config.toml",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/dev/config.toml",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/dev/config.toml",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/dev/config.toml",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/dev/config.toml",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/dev/config.toml",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/dev/config.toml",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/dev/config.toml",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/dev/config.toml",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/dev/config.toml",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/dev/config.toml",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/config/dev/config.toml",status="429"} 9.745399999999999e-05 http_request_duration_seconds_count{method="GET",path="/config/dev/config.toml",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/development.config.php",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/development.config.php",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/development.config.php",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/development.config.php",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/development.config.php",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/development.config.php",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/development.config.php",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/development.config.php",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/development.config.php",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/development.config.php",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/development.config.php",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/development.config.php",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/config/development.config.php",status="429"} 0.00022031999999999998 http_request_duration_seconds_count{method="GET",path="/config/development.config.php",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/development.json",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/development.json",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/development.json",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/development.json",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/development.json",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/development.json",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/development.json",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/development.json",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/development.json",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/development.json",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/development.json",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/development.json",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/config/development.json",status="404"} 0.000155613 http_request_duration_seconds_count{method="GET",path="/config/development.json",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/development.json",status="429",le="0.005"} 17 http_request_duration_seconds_bucket{method="GET",path="/config/development.json",status="429",le="0.01"} 17 http_request_duration_seconds_bucket{method="GET",path="/config/development.json",status="429",le="0.025"} 17 http_request_duration_seconds_bucket{method="GET",path="/config/development.json",status="429",le="0.05"} 17 http_request_duration_seconds_bucket{method="GET",path="/config/development.json",status="429",le="0.1"} 17 http_request_duration_seconds_bucket{method="GET",path="/config/development.json",status="429",le="0.25"} 17 http_request_duration_seconds_bucket{method="GET",path="/config/development.json",status="429",le="0.5"} 17 http_request_duration_seconds_bucket{method="GET",path="/config/development.json",status="429",le="1"} 17 http_request_duration_seconds_bucket{method="GET",path="/config/development.json",status="429",le="2.5"} 17 http_request_duration_seconds_bucket{method="GET",path="/config/development.json",status="429",le="5"} 17 http_request_duration_seconds_bucket{method="GET",path="/config/development.json",status="429",le="10"} 17 http_request_duration_seconds_bucket{method="GET",path="/config/development.json",status="429",le="+Inf"} 17 http_request_duration_seconds_sum{method="GET",path="/config/development.json",status="429"} 0.0013572100000000002 http_request_duration_seconds_count{method="GET",path="/config/development.json",status="429"} 17 http_request_duration_seconds_bucket{method="GET",path="/config/env",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/env",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/env",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/env",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/env",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/env",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/env",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/env",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/env",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/env",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/env",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/env",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/config/env",status="404"} 0.000103358 http_request_duration_seconds_count{method="GET",path="/config/env",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/env",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/env",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/env",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/env",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/env",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/env",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/env",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/env",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/env",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/env",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/env",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/env",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/config/env",status="429"} 0.000102759 http_request_duration_seconds_count{method="GET",path="/config/env",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/env.js",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/env.js",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/env.js",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/env.js",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/env.js",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/env.js",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/env.js",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/env.js",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/env.js",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/env.js",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/env.js",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/env.js",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/config/env.js",status="429"} 0.000223726 http_request_duration_seconds_count{method="GET",path="/config/env.js",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/env.json",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/env.json",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/env.json",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/env.json",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/env.json",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/env.json",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/env.json",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/env.json",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/env.json",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/env.json",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/env.json",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/env.json",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/config/env.json",status="404"} 0.000122545 http_request_duration_seconds_count{method="GET",path="/config/env.json",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/env.json",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/env.json",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/env.json",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/env.json",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/env.json",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/env.json",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/env.json",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/env.json",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/env.json",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/env.json",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/env.json",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/env.json",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/config/env.json",status="429"} 9.4792e-05 http_request_duration_seconds_count{method="GET",path="/config/env.json",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/env.php",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/env.php",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/env.php",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/env.php",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/env.php",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/env.php",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/env.php",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/env.php",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/env.php",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/env.php",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/env.php",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/env.php",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/config/env.php",status="429"} 0.000208209 http_request_duration_seconds_count{method="GET",path="/config/env.php",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/environment",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/environment",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/environment",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/environment",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/environment",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/environment",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/environment",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/environment",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/environment",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/environment",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/environment",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/environment",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/config/environment",status="429"} 0.00011551700000000001 http_request_duration_seconds_count{method="GET",path="/config/environment",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/environment.json",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/environment.json",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/environment.json",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/environment.json",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/environment.json",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/environment.json",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/environment.json",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/environment.json",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/environment.json",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/environment.json",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/environment.json",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/environment.json",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/config/environment.json",status="429"} 0.000178674 http_request_duration_seconds_count{method="GET",path="/config/environment.json",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/environment.rb",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/environment.rb",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/environment.rb",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/environment.rb",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/environment.rb",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/environment.rb",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/environment.rb",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/environment.rb",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/environment.rb",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/environment.rb",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/environment.rb",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/environment.rb",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/config/environment.rb",status="429"} 0.00018477 http_request_duration_seconds_count{method="GET",path="/config/environment.rb",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/filesystems.php",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/filesystems.php",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/filesystems.php",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/filesystems.php",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/filesystems.php",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/filesystems.php",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/filesystems.php",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/filesystems.php",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/filesystems.php",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/filesystems.php",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/filesystems.php",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/filesystems.php",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/config/filesystems.php",status="429"} 0.000153539 http_request_duration_seconds_count{method="GET",path="/config/filesystems.php",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/firebase_credentials.json",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/firebase_credentials.json",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/firebase_credentials.json",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/firebase_credentials.json",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/firebase_credentials.json",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/firebase_credentials.json",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/firebase_credentials.json",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/firebase_credentials.json",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/firebase_credentials.json",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/firebase_credentials.json",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/firebase_credentials.json",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/firebase_credentials.json",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/config/firebase_credentials.json",status="404"} 0.000113698 http_request_duration_seconds_count{method="GET",path="/config/firebase_credentials.json",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/gcp-credentials.json",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/gcp-credentials.json",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/gcp-credentials.json",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/gcp-credentials.json",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/gcp-credentials.json",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/gcp-credentials.json",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/gcp-credentials.json",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/gcp-credentials.json",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/gcp-credentials.json",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/gcp-credentials.json",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/gcp-credentials.json",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/gcp-credentials.json",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/config/gcp-credentials.json",status="404"} 0.000123223 http_request_duration_seconds_count{method="GET",path="/config/gcp-credentials.json",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/gcp-credentials.json",status="429",le="0.005"} 7 http_request_duration_seconds_bucket{method="GET",path="/config/gcp-credentials.json",status="429",le="0.01"} 7 http_request_duration_seconds_bucket{method="GET",path="/config/gcp-credentials.json",status="429",le="0.025"} 7 http_request_duration_seconds_bucket{method="GET",path="/config/gcp-credentials.json",status="429",le="0.05"} 7 http_request_duration_seconds_bucket{method="GET",path="/config/gcp-credentials.json",status="429",le="0.1"} 7 http_request_duration_seconds_bucket{method="GET",path="/config/gcp-credentials.json",status="429",le="0.25"} 7 http_request_duration_seconds_bucket{method="GET",path="/config/gcp-credentials.json",status="429",le="0.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/config/gcp-credentials.json",status="429",le="1"} 7 http_request_duration_seconds_bucket{method="GET",path="/config/gcp-credentials.json",status="429",le="2.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/config/gcp-credentials.json",status="429",le="5"} 7 http_request_duration_seconds_bucket{method="GET",path="/config/gcp-credentials.json",status="429",le="10"} 7 http_request_duration_seconds_bucket{method="GET",path="/config/gcp-credentials.json",status="429",le="+Inf"} 7 http_request_duration_seconds_sum{method="GET",path="/config/gcp-credentials.json",status="429"} 0.00065722 http_request_duration_seconds_count{method="GET",path="/config/gcp-credentials.json",status="429"} 7 http_request_duration_seconds_bucket{method="GET",path="/config/gcp.json",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/gcp.json",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/gcp.json",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/gcp.json",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/gcp.json",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/gcp.json",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/gcp.json",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/gcp.json",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/gcp.json",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/gcp.json",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/gcp.json",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/gcp.json",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/config/gcp.json",status="404"} 0.000234883 http_request_duration_seconds_count{method="GET",path="/config/gcp.json",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/gcp.json",status="429",le="0.005"} 7 http_request_duration_seconds_bucket{method="GET",path="/config/gcp.json",status="429",le="0.01"} 7 http_request_duration_seconds_bucket{method="GET",path="/config/gcp.json",status="429",le="0.025"} 7 http_request_duration_seconds_bucket{method="GET",path="/config/gcp.json",status="429",le="0.05"} 7 http_request_duration_seconds_bucket{method="GET",path="/config/gcp.json",status="429",le="0.1"} 7 http_request_duration_seconds_bucket{method="GET",path="/config/gcp.json",status="429",le="0.25"} 7 http_request_duration_seconds_bucket{method="GET",path="/config/gcp.json",status="429",le="0.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/config/gcp.json",status="429",le="1"} 7 http_request_duration_seconds_bucket{method="GET",path="/config/gcp.json",status="429",le="2.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/config/gcp.json",status="429",le="5"} 7 http_request_duration_seconds_bucket{method="GET",path="/config/gcp.json",status="429",le="10"} 7 http_request_duration_seconds_bucket{method="GET",path="/config/gcp.json",status="429",le="+Inf"} 7 http_request_duration_seconds_sum{method="GET",path="/config/gcp.json",status="429"} 0.0004850280000000001 http_request_duration_seconds_count{method="GET",path="/config/gcp.json",status="429"} 7 http_request_duration_seconds_bucket{method="GET",path="/config/helper.js",status="429",le="0.005"} 17 http_request_duration_seconds_bucket{method="GET",path="/config/helper.js",status="429",le="0.01"} 17 http_request_duration_seconds_bucket{method="GET",path="/config/helper.js",status="429",le="0.025"} 17 http_request_duration_seconds_bucket{method="GET",path="/config/helper.js",status="429",le="0.05"} 17 http_request_duration_seconds_bucket{method="GET",path="/config/helper.js",status="429",le="0.1"} 17 http_request_duration_seconds_bucket{method="GET",path="/config/helper.js",status="429",le="0.25"} 17 http_request_duration_seconds_bucket{method="GET",path="/config/helper.js",status="429",le="0.5"} 17 http_request_duration_seconds_bucket{method="GET",path="/config/helper.js",status="429",le="1"} 17 http_request_duration_seconds_bucket{method="GET",path="/config/helper.js",status="429",le="2.5"} 17 http_request_duration_seconds_bucket{method="GET",path="/config/helper.js",status="429",le="5"} 17 http_request_duration_seconds_bucket{method="GET",path="/config/helper.js",status="429",le="10"} 17 http_request_duration_seconds_bucket{method="GET",path="/config/helper.js",status="429",le="+Inf"} 17 http_request_duration_seconds_sum{method="GET",path="/config/helper.js",status="429"} 0.001323484 http_request_duration_seconds_count{method="GET",path="/config/helper.js",status="429"} 17 http_request_duration_seconds_bucket{method="GET",path="/config/index.js",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/index.js",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/index.js",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/index.js",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/index.js",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/index.js",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/index.js",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/index.js",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/index.js",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/index.js",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/index.js",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/index.js",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/config/index.js",status="404"} 0.000132308 http_request_duration_seconds_count{method="GET",path="/config/index.js",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/index.js",status="429",le="0.005"} 16 http_request_duration_seconds_bucket{method="GET",path="/config/index.js",status="429",le="0.01"} 16 http_request_duration_seconds_bucket{method="GET",path="/config/index.js",status="429",le="0.025"} 16 http_request_duration_seconds_bucket{method="GET",path="/config/index.js",status="429",le="0.05"} 16 http_request_duration_seconds_bucket{method="GET",path="/config/index.js",status="429",le="0.1"} 16 http_request_duration_seconds_bucket{method="GET",path="/config/index.js",status="429",le="0.25"} 16 http_request_duration_seconds_bucket{method="GET",path="/config/index.js",status="429",le="0.5"} 16 http_request_duration_seconds_bucket{method="GET",path="/config/index.js",status="429",le="1"} 16 http_request_duration_seconds_bucket{method="GET",path="/config/index.js",status="429",le="2.5"} 16 http_request_duration_seconds_bucket{method="GET",path="/config/index.js",status="429",le="5"} 16 http_request_duration_seconds_bucket{method="GET",path="/config/index.js",status="429",le="10"} 16 http_request_duration_seconds_bucket{method="GET",path="/config/index.js",status="429",le="+Inf"} 16 http_request_duration_seconds_sum{method="GET",path="/config/index.js",status="429"} 0.00107025 http_request_duration_seconds_count{method="GET",path="/config/index.js",status="429"} 16 http_request_duration_seconds_bucket{method="GET",path="/config/local.json",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/local.json",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/local.json",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/local.json",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/local.json",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/local.json",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/local.json",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/local.json",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/local.json",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/local.json",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/local.json",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/local.json",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/config/local.json",status="404"} 0.000227944 http_request_duration_seconds_count{method="GET",path="/config/local.json",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/local.json",status="429",le="0.005"} 14 http_request_duration_seconds_bucket{method="GET",path="/config/local.json",status="429",le="0.01"} 14 http_request_duration_seconds_bucket{method="GET",path="/config/local.json",status="429",le="0.025"} 14 http_request_duration_seconds_bucket{method="GET",path="/config/local.json",status="429",le="0.05"} 14 http_request_duration_seconds_bucket{method="GET",path="/config/local.json",status="429",le="0.1"} 14 http_request_duration_seconds_bucket{method="GET",path="/config/local.json",status="429",le="0.25"} 14 http_request_duration_seconds_bucket{method="GET",path="/config/local.json",status="429",le="0.5"} 14 http_request_duration_seconds_bucket{method="GET",path="/config/local.json",status="429",le="1"} 14 http_request_duration_seconds_bucket{method="GET",path="/config/local.json",status="429",le="2.5"} 14 http_request_duration_seconds_bucket{method="GET",path="/config/local.json",status="429",le="5"} 14 http_request_duration_seconds_bucket{method="GET",path="/config/local.json",status="429",le="10"} 14 http_request_duration_seconds_bucket{method="GET",path="/config/local.json",status="429",le="+Inf"} 14 http_request_duration_seconds_sum{method="GET",path="/config/local.json",status="429"} 0.0011755259999999999 http_request_duration_seconds_count{method="GET",path="/config/local.json",status="429"} 14 http_request_duration_seconds_bucket{method="GET",path="/config/local.yml",status="404",le="0.005"} 7 http_request_duration_seconds_bucket{method="GET",path="/config/local.yml",status="404",le="0.01"} 7 http_request_duration_seconds_bucket{method="GET",path="/config/local.yml",status="404",le="0.025"} 7 http_request_duration_seconds_bucket{method="GET",path="/config/local.yml",status="404",le="0.05"} 7 http_request_duration_seconds_bucket{method="GET",path="/config/local.yml",status="404",le="0.1"} 7 http_request_duration_seconds_bucket{method="GET",path="/config/local.yml",status="404",le="0.25"} 7 http_request_duration_seconds_bucket{method="GET",path="/config/local.yml",status="404",le="0.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/config/local.yml",status="404",le="1"} 7 http_request_duration_seconds_bucket{method="GET",path="/config/local.yml",status="404",le="2.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/config/local.yml",status="404",le="5"} 7 http_request_duration_seconds_bucket{method="GET",path="/config/local.yml",status="404",le="10"} 7 http_request_duration_seconds_bucket{method="GET",path="/config/local.yml",status="404",le="+Inf"} 7 http_request_duration_seconds_sum{method="GET",path="/config/local.yml",status="404"} 0.0009811379999999999 http_request_duration_seconds_count{method="GET",path="/config/local.yml",status="404"} 7 http_request_duration_seconds_bucket{method="GET",path="/config/mail.js",status="429",le="0.005"} 17 http_request_duration_seconds_bucket{method="GET",path="/config/mail.js",status="429",le="0.01"} 17 http_request_duration_seconds_bucket{method="GET",path="/config/mail.js",status="429",le="0.025"} 17 http_request_duration_seconds_bucket{method="GET",path="/config/mail.js",status="429",le="0.05"} 17 http_request_duration_seconds_bucket{method="GET",path="/config/mail.js",status="429",le="0.1"} 17 http_request_duration_seconds_bucket{method="GET",path="/config/mail.js",status="429",le="0.25"} 17 http_request_duration_seconds_bucket{method="GET",path="/config/mail.js",status="429",le="0.5"} 17 http_request_duration_seconds_bucket{method="GET",path="/config/mail.js",status="429",le="1"} 17 http_request_duration_seconds_bucket{method="GET",path="/config/mail.js",status="429",le="2.5"} 17 http_request_duration_seconds_bucket{method="GET",path="/config/mail.js",status="429",le="5"} 17 http_request_duration_seconds_bucket{method="GET",path="/config/mail.js",status="429",le="10"} 17 http_request_duration_seconds_bucket{method="GET",path="/config/mail.js",status="429",le="+Inf"} 17 http_request_duration_seconds_sum{method="GET",path="/config/mail.js",status="429"} 0.0014025970000000002 http_request_duration_seconds_count{method="GET",path="/config/mail.js",status="429"} 17 http_request_duration_seconds_bucket{method="GET",path="/config/mail.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/mail.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/mail.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/mail.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/mail.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/mail.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/mail.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/mail.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/mail.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/mail.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/mail.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/mail.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/config/mail.php",status="404"} 0.000180751 http_request_duration_seconds_count{method="GET",path="/config/mail.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/mail.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/mail.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/mail.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/mail.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/mail.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/mail.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/mail.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/mail.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/mail.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/mail.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/mail.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/mail.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/config/mail.php",status="429"} 0.000106794 http_request_duration_seconds_count{method="GET",path="/config/mail.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/mailer.js",status="429",le="0.005"} 17 http_request_duration_seconds_bucket{method="GET",path="/config/mailer.js",status="429",le="0.01"} 17 http_request_duration_seconds_bucket{method="GET",path="/config/mailer.js",status="429",le="0.025"} 17 http_request_duration_seconds_bucket{method="GET",path="/config/mailer.js",status="429",le="0.05"} 17 http_request_duration_seconds_bucket{method="GET",path="/config/mailer.js",status="429",le="0.1"} 17 http_request_duration_seconds_bucket{method="GET",path="/config/mailer.js",status="429",le="0.25"} 17 http_request_duration_seconds_bucket{method="GET",path="/config/mailer.js",status="429",le="0.5"} 17 http_request_duration_seconds_bucket{method="GET",path="/config/mailer.js",status="429",le="1"} 17 http_request_duration_seconds_bucket{method="GET",path="/config/mailer.js",status="429",le="2.5"} 17 http_request_duration_seconds_bucket{method="GET",path="/config/mailer.js",status="429",le="5"} 17 http_request_duration_seconds_bucket{method="GET",path="/config/mailer.js",status="429",le="10"} 17 http_request_duration_seconds_bucket{method="GET",path="/config/mailer.js",status="429",le="+Inf"} 17 http_request_duration_seconds_sum{method="GET",path="/config/mailer.js",status="429"} 0.001172688 http_request_duration_seconds_count{method="GET",path="/config/mailer.js",status="429"} 17 http_request_duration_seconds_bucket{method="GET",path="/config/mailserver.js",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/config/mailserver.js",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/config/mailserver.js",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/config/mailserver.js",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/config/mailserver.js",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/config/mailserver.js",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/config/mailserver.js",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/config/mailserver.js",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/config/mailserver.js",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/config/mailserver.js",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/config/mailserver.js",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/config/mailserver.js",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/config/mailserver.js",status="404"} 0.00030028899999999997 http_request_duration_seconds_count{method="GET",path="/config/mailserver.js",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/config/mailserver.js",status="429",le="0.005"} 13 http_request_duration_seconds_bucket{method="GET",path="/config/mailserver.js",status="429",le="0.01"} 13 http_request_duration_seconds_bucket{method="GET",path="/config/mailserver.js",status="429",le="0.025"} 13 http_request_duration_seconds_bucket{method="GET",path="/config/mailserver.js",status="429",le="0.05"} 13 http_request_duration_seconds_bucket{method="GET",path="/config/mailserver.js",status="429",le="0.1"} 13 http_request_duration_seconds_bucket{method="GET",path="/config/mailserver.js",status="429",le="0.25"} 13 http_request_duration_seconds_bucket{method="GET",path="/config/mailserver.js",status="429",le="0.5"} 13 http_request_duration_seconds_bucket{method="GET",path="/config/mailserver.js",status="429",le="1"} 13 http_request_duration_seconds_bucket{method="GET",path="/config/mailserver.js",status="429",le="2.5"} 13 http_request_duration_seconds_bucket{method="GET",path="/config/mailserver.js",status="429",le="5"} 13 http_request_duration_seconds_bucket{method="GET",path="/config/mailserver.js",status="429",le="10"} 13 http_request_duration_seconds_bucket{method="GET",path="/config/mailserver.js",status="429",le="+Inf"} 13 http_request_duration_seconds_sum{method="GET",path="/config/mailserver.js",status="429"} 0.0010273250000000002 http_request_duration_seconds_count{method="GET",path="/config/mailserver.js",status="429"} 13 http_request_duration_seconds_bucket{method="GET",path="/config/module.config.php",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/module.config.php",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/module.config.php",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/module.config.php",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/module.config.php",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/module.config.php",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/module.config.php",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/module.config.php",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/module.config.php",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/module.config.php",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/module.config.php",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/module.config.php",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/config/module.config.php",status="429"} 0.000187628 http_request_duration_seconds_count{method="GET",path="/config/module.config.php",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/nexmo.php",status="429",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/config/nexmo.php",status="429",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/config/nexmo.php",status="429",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/config/nexmo.php",status="429",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/config/nexmo.php",status="429",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/config/nexmo.php",status="429",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/config/nexmo.php",status="429",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/config/nexmo.php",status="429",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/config/nexmo.php",status="429",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/config/nexmo.php",status="429",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/config/nexmo.php",status="429",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/config/nexmo.php",status="429",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/config/nexmo.php",status="429"} 0.000311748 http_request_duration_seconds_count{method="GET",path="/config/nexmo.php",status="429"} 4 http_request_duration_seconds_bucket{method="GET",path="/config/parameters.yml",status="404",le="0.005"} 8 http_request_duration_seconds_bucket{method="GET",path="/config/parameters.yml",status="404",le="0.01"} 8 http_request_duration_seconds_bucket{method="GET",path="/config/parameters.yml",status="404",le="0.025"} 8 http_request_duration_seconds_bucket{method="GET",path="/config/parameters.yml",status="404",le="0.05"} 8 http_request_duration_seconds_bucket{method="GET",path="/config/parameters.yml",status="404",le="0.1"} 8 http_request_duration_seconds_bucket{method="GET",path="/config/parameters.yml",status="404",le="0.25"} 8 http_request_duration_seconds_bucket{method="GET",path="/config/parameters.yml",status="404",le="0.5"} 8 http_request_duration_seconds_bucket{method="GET",path="/config/parameters.yml",status="404",le="1"} 8 http_request_duration_seconds_bucket{method="GET",path="/config/parameters.yml",status="404",le="2.5"} 8 http_request_duration_seconds_bucket{method="GET",path="/config/parameters.yml",status="404",le="5"} 8 http_request_duration_seconds_bucket{method="GET",path="/config/parameters.yml",status="404",le="10"} 8 http_request_duration_seconds_bucket{method="GET",path="/config/parameters.yml",status="404",le="+Inf"} 8 http_request_duration_seconds_sum{method="GET",path="/config/parameters.yml",status="404"} 0.001193294 http_request_duration_seconds_count{method="GET",path="/config/parameters.yml",status="404"} 8 http_request_duration_seconds_bucket{method="GET",path="/config/parameters.yml",status="429",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/config/parameters.yml",status="429",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/config/parameters.yml",status="429",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/config/parameters.yml",status="429",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/config/parameters.yml",status="429",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/config/parameters.yml",status="429",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/config/parameters.yml",status="429",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/config/parameters.yml",status="429",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/config/parameters.yml",status="429",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/config/parameters.yml",status="429",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/config/parameters.yml",status="429",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/config/parameters.yml",status="429",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/config/parameters.yml",status="429"} 0.000280454 http_request_duration_seconds_count{method="GET",path="/config/parameters.yml",status="429"} 3 http_request_duration_seconds_bucket{method="GET",path="/config/parameters.yml.dist",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/parameters.yml.dist",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/parameters.yml.dist",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/parameters.yml.dist",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/parameters.yml.dist",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/parameters.yml.dist",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/parameters.yml.dist",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/parameters.yml.dist",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/parameters.yml.dist",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/parameters.yml.dist",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/parameters.yml.dist",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/parameters.yml.dist",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/config/parameters.yml.dist",status="429"} 0.00019416099999999999 http_request_duration_seconds_count{method="GET",path="/config/parameters.yml.dist",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/paths.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/paths.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/paths.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/paths.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/paths.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/paths.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/paths.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/paths.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/paths.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/paths.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/paths.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/paths.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/config/paths.php",status="404"} 0.000109675 http_request_duration_seconds_count{method="GET",path="/config/paths.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/paths.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/paths.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/paths.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/paths.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/paths.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/paths.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/paths.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/paths.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/paths.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/paths.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/paths.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/paths.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/config/paths.php",status="429"} 4.1245e-05 http_request_duration_seconds_count{method="GET",path="/config/paths.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/php.ini",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/php.ini",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/php.ini",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/php.ini",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/php.ini",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/php.ini",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/php.ini",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/php.ini",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/php.ini",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/php.ini",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/php.ini",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/php.ini",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/config/php.ini",status="404"} 0.000137279 http_request_duration_seconds_count{method="GET",path="/config/php.ini",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/php.ini",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/php.ini",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/php.ini",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/php.ini",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/php.ini",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/php.ini",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/php.ini",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/php.ini",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/php.ini",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/php.ini",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/php.ini",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/php.ini",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/config/php.ini",status="429"} 3.2538e-05 http_request_duration_seconds_count{method="GET",path="/config/php.ini",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/prod.json",status="429",le="0.005"} 17 http_request_duration_seconds_bucket{method="GET",path="/config/prod.json",status="429",le="0.01"} 17 http_request_duration_seconds_bucket{method="GET",path="/config/prod.json",status="429",le="0.025"} 17 http_request_duration_seconds_bucket{method="GET",path="/config/prod.json",status="429",le="0.05"} 17 http_request_duration_seconds_bucket{method="GET",path="/config/prod.json",status="429",le="0.1"} 17 http_request_duration_seconds_bucket{method="GET",path="/config/prod.json",status="429",le="0.25"} 17 http_request_duration_seconds_bucket{method="GET",path="/config/prod.json",status="429",le="0.5"} 17 http_request_duration_seconds_bucket{method="GET",path="/config/prod.json",status="429",le="1"} 17 http_request_duration_seconds_bucket{method="GET",path="/config/prod.json",status="429",le="2.5"} 17 http_request_duration_seconds_bucket{method="GET",path="/config/prod.json",status="429",le="5"} 17 http_request_duration_seconds_bucket{method="GET",path="/config/prod.json",status="429",le="10"} 17 http_request_duration_seconds_bucket{method="GET",path="/config/prod.json",status="429",le="+Inf"} 17 http_request_duration_seconds_sum{method="GET",path="/config/prod.json",status="429"} 0.001163639 http_request_duration_seconds_count{method="GET",path="/config/prod.json",status="429"} 17 http_request_duration_seconds_bucket{method="GET",path="/config/production.json",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/config/production.json",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/config/production.json",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/config/production.json",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/config/production.json",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/config/production.json",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/config/production.json",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/config/production.json",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/config/production.json",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/config/production.json",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/config/production.json",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/config/production.json",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/config/production.json",status="404"} 0.00038283699999999997 http_request_duration_seconds_count{method="GET",path="/config/production.json",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/config/production.json",status="429",le="0.005"} 20 http_request_duration_seconds_bucket{method="GET",path="/config/production.json",status="429",le="0.01"} 20 http_request_duration_seconds_bucket{method="GET",path="/config/production.json",status="429",le="0.025"} 20 http_request_duration_seconds_bucket{method="GET",path="/config/production.json",status="429",le="0.05"} 20 http_request_duration_seconds_bucket{method="GET",path="/config/production.json",status="429",le="0.1"} 20 http_request_duration_seconds_bucket{method="GET",path="/config/production.json",status="429",le="0.25"} 20 http_request_duration_seconds_bucket{method="GET",path="/config/production.json",status="429",le="0.5"} 20 http_request_duration_seconds_bucket{method="GET",path="/config/production.json",status="429",le="1"} 20 http_request_duration_seconds_bucket{method="GET",path="/config/production.json",status="429",le="2.5"} 20 http_request_duration_seconds_bucket{method="GET",path="/config/production.json",status="429",le="5"} 20 http_request_duration_seconds_bucket{method="GET",path="/config/production.json",status="429",le="10"} 20 http_request_duration_seconds_bucket{method="GET",path="/config/production.json",status="429",le="+Inf"} 20 http_request_duration_seconds_sum{method="GET",path="/config/production.json",status="429"} 0.0015266239999999999 http_request_duration_seconds_count{method="GET",path="/config/production.json",status="429"} 20 http_request_duration_seconds_bucket{method="GET",path="/config/requirements.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/requirements.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/requirements.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/requirements.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/requirements.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/requirements.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/requirements.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/requirements.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/requirements.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/requirements.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/requirements.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/requirements.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/config/requirements.php",status="404"} 0.00010685 http_request_duration_seconds_count{method="GET",path="/config/requirements.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/requirements.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/requirements.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/requirements.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/requirements.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/requirements.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/requirements.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/requirements.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/requirements.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/requirements.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/requirements.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/requirements.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/requirements.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/config/requirements.php",status="429"} 0.000109829 http_request_duration_seconds_count{method="GET",path="/config/requirements.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/routes.php",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/routes.php",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/routes.php",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/routes.php",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/routes.php",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/routes.php",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/routes.php",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/routes.php",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/routes.php",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/routes.php",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/routes.php",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/routes.php",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/config/routes.php",status="429"} 0.000119778 http_request_duration_seconds_count{method="GET",path="/config/routes.php",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/s3.yml",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/s3.yml",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/s3.yml",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/s3.yml",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/s3.yml",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/s3.yml",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/s3.yml",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/s3.yml",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/s3.yml",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/s3.yml",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/s3.yml",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/s3.yml",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/config/s3.yml",status="404"} 0.000121267 http_request_duration_seconds_count{method="GET",path="/config/s3.yml",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/s3.yml",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/s3.yml",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/s3.yml",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/s3.yml",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/s3.yml",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/s3.yml",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/s3.yml",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/s3.yml",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/s3.yml",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/s3.yml",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/s3.yml",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/s3.yml",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/config/s3.yml",status="429"} 5.5251e-05 http_request_duration_seconds_count{method="GET",path="/config/s3.yml",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/secrets.yml",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/secrets.yml",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/secrets.yml",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/secrets.yml",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/secrets.yml",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/secrets.yml",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/secrets.yml",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/secrets.yml",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/secrets.yml",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/secrets.yml",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/secrets.yml",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/secrets.yml",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/config/secrets.yml",status="404"} 0.000181056 http_request_duration_seconds_count{method="GET",path="/config/secrets.yml",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/secrets.yml",status="429",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/config/secrets.yml",status="429",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/config/secrets.yml",status="429",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/config/secrets.yml",status="429",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/config/secrets.yml",status="429",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/config/secrets.yml",status="429",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/config/secrets.yml",status="429",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/config/secrets.yml",status="429",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/config/secrets.yml",status="429",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/config/secrets.yml",status="429",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/config/secrets.yml",status="429",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/config/secrets.yml",status="429",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/config/secrets.yml",status="429"} 0.000292941 http_request_duration_seconds_count{method="GET",path="/config/secrets.yml",status="429"} 3 http_request_duration_seconds_bucket{method="GET",path="/config/security.config.php",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/security.config.php",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/security.config.php",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/security.config.php",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/security.config.php",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/security.config.php",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/security.config.php",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/security.config.php",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/security.config.php",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/security.config.php",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/security.config.php",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/security.config.php",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/config/security.config.php",status="429"} 0.000147251 http_request_duration_seconds_count{method="GET",path="/config/security.config.php",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/server.js",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/server.js",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/server.js",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/server.js",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/server.js",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/server.js",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/server.js",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/server.js",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/server.js",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/server.js",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/server.js",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/server.js",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/config/server.js",status="404"} 0.000140428 http_request_duration_seconds_count{method="GET",path="/config/server.js",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/server.js",status="429",le="0.005"} 18 http_request_duration_seconds_bucket{method="GET",path="/config/server.js",status="429",le="0.01"} 18 http_request_duration_seconds_bucket{method="GET",path="/config/server.js",status="429",le="0.025"} 18 http_request_duration_seconds_bucket{method="GET",path="/config/server.js",status="429",le="0.05"} 18 http_request_duration_seconds_bucket{method="GET",path="/config/server.js",status="429",le="0.1"} 18 http_request_duration_seconds_bucket{method="GET",path="/config/server.js",status="429",le="0.25"} 18 http_request_duration_seconds_bucket{method="GET",path="/config/server.js",status="429",le="0.5"} 18 http_request_duration_seconds_bucket{method="GET",path="/config/server.js",status="429",le="1"} 18 http_request_duration_seconds_bucket{method="GET",path="/config/server.js",status="429",le="2.5"} 18 http_request_duration_seconds_bucket{method="GET",path="/config/server.js",status="429",le="5"} 18 http_request_duration_seconds_bucket{method="GET",path="/config/server.js",status="429",le="10"} 18 http_request_duration_seconds_bucket{method="GET",path="/config/server.js",status="429",le="+Inf"} 18 http_request_duration_seconds_sum{method="GET",path="/config/server.js",status="429"} 0.0015013080000000005 http_request_duration_seconds_count{method="GET",path="/config/server.js",status="429"} 18 http_request_duration_seconds_bucket{method="GET",path="/config/service-account.json",status="404",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/config/service-account.json",status="404",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/config/service-account.json",status="404",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/config/service-account.json",status="404",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/config/service-account.json",status="404",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/config/service-account.json",status="404",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/config/service-account.json",status="404",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/config/service-account.json",status="404",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/config/service-account.json",status="404",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/config/service-account.json",status="404",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/config/service-account.json",status="404",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/config/service-account.json",status="404",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/config/service-account.json",status="404"} 0.000790108 http_request_duration_seconds_count{method="GET",path="/config/service-account.json",status="404"} 4 http_request_duration_seconds_bucket{method="GET",path="/config/service-account.json",status="429",le="0.005"} 16 http_request_duration_seconds_bucket{method="GET",path="/config/service-account.json",status="429",le="0.01"} 16 http_request_duration_seconds_bucket{method="GET",path="/config/service-account.json",status="429",le="0.025"} 16 http_request_duration_seconds_bucket{method="GET",path="/config/service-account.json",status="429",le="0.05"} 16 http_request_duration_seconds_bucket{method="GET",path="/config/service-account.json",status="429",le="0.1"} 16 http_request_duration_seconds_bucket{method="GET",path="/config/service-account.json",status="429",le="0.25"} 16 http_request_duration_seconds_bucket{method="GET",path="/config/service-account.json",status="429",le="0.5"} 16 http_request_duration_seconds_bucket{method="GET",path="/config/service-account.json",status="429",le="1"} 16 http_request_duration_seconds_bucket{method="GET",path="/config/service-account.json",status="429",le="2.5"} 16 http_request_duration_seconds_bucket{method="GET",path="/config/service-account.json",status="429",le="5"} 16 http_request_duration_seconds_bucket{method="GET",path="/config/service-account.json",status="429",le="10"} 16 http_request_duration_seconds_bucket{method="GET",path="/config/service-account.json",status="429",le="+Inf"} 16 http_request_duration_seconds_sum{method="GET",path="/config/service-account.json",status="429"} 0.001231844 http_request_duration_seconds_count{method="GET",path="/config/service-account.json",status="429"} 16 http_request_duration_seconds_bucket{method="GET",path="/config/services.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/services.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/services.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/services.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/services.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/services.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/services.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/services.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/services.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/services.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/services.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/services.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/config/services.php",status="404"} 0.000137684 http_request_duration_seconds_count{method="GET",path="/config/services.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/services.php",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/services.php",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/services.php",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/services.php",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/services.php",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/services.php",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/services.php",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/services.php",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/services.php",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/services.php",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/services.php",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/services.php",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/config/services.php",status="429"} 8.572e-05 http_request_duration_seconds_count{method="GET",path="/config/services.php",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/session.php",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/session.php",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/session.php",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/session.php",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/session.php",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/session.php",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/session.php",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/session.php",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/session.php",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/session.php",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/session.php",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/session.php",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/config/session.php",status="429"} 0.000149184 http_request_duration_seconds_count{method="GET",path="/config/session.php",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/settings.json",status="404",le="0.005"} 7 http_request_duration_seconds_bucket{method="GET",path="/config/settings.json",status="404",le="0.01"} 7 http_request_duration_seconds_bucket{method="GET",path="/config/settings.json",status="404",le="0.025"} 7 http_request_duration_seconds_bucket{method="GET",path="/config/settings.json",status="404",le="0.05"} 7 http_request_duration_seconds_bucket{method="GET",path="/config/settings.json",status="404",le="0.1"} 7 http_request_duration_seconds_bucket{method="GET",path="/config/settings.json",status="404",le="0.25"} 7 http_request_duration_seconds_bucket{method="GET",path="/config/settings.json",status="404",le="0.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/config/settings.json",status="404",le="1"} 7 http_request_duration_seconds_bucket{method="GET",path="/config/settings.json",status="404",le="2.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/config/settings.json",status="404",le="5"} 7 http_request_duration_seconds_bucket{method="GET",path="/config/settings.json",status="404",le="10"} 7 http_request_duration_seconds_bucket{method="GET",path="/config/settings.json",status="404",le="+Inf"} 7 http_request_duration_seconds_sum{method="GET",path="/config/settings.json",status="404"} 0.0009667950000000001 http_request_duration_seconds_count{method="GET",path="/config/settings.json",status="404"} 7 http_request_duration_seconds_bucket{method="GET",path="/config/settings.json",status="429",le="0.005"} 17 http_request_duration_seconds_bucket{method="GET",path="/config/settings.json",status="429",le="0.01"} 17 http_request_duration_seconds_bucket{method="GET",path="/config/settings.json",status="429",le="0.025"} 17 http_request_duration_seconds_bucket{method="GET",path="/config/settings.json",status="429",le="0.05"} 17 http_request_duration_seconds_bucket{method="GET",path="/config/settings.json",status="429",le="0.1"} 17 http_request_duration_seconds_bucket{method="GET",path="/config/settings.json",status="429",le="0.25"} 17 http_request_duration_seconds_bucket{method="GET",path="/config/settings.json",status="429",le="0.5"} 17 http_request_duration_seconds_bucket{method="GET",path="/config/settings.json",status="429",le="1"} 17 http_request_duration_seconds_bucket{method="GET",path="/config/settings.json",status="429",le="2.5"} 17 http_request_duration_seconds_bucket{method="GET",path="/config/settings.json",status="429",le="5"} 17 http_request_duration_seconds_bucket{method="GET",path="/config/settings.json",status="429",le="10"} 17 http_request_duration_seconds_bucket{method="GET",path="/config/settings.json",status="429",le="+Inf"} 17 http_request_duration_seconds_sum{method="GET",path="/config/settings.json",status="429"} 0.001238328 http_request_duration_seconds_count{method="GET",path="/config/settings.json",status="429"} 17 http_request_duration_seconds_bucket{method="GET",path="/config/settings.local",status="404",le="0.005"} 7 http_request_duration_seconds_bucket{method="GET",path="/config/settings.local",status="404",le="0.01"} 7 http_request_duration_seconds_bucket{method="GET",path="/config/settings.local",status="404",le="0.025"} 7 http_request_duration_seconds_bucket{method="GET",path="/config/settings.local",status="404",le="0.05"} 7 http_request_duration_seconds_bucket{method="GET",path="/config/settings.local",status="404",le="0.1"} 7 http_request_duration_seconds_bucket{method="GET",path="/config/settings.local",status="404",le="0.25"} 7 http_request_duration_seconds_bucket{method="GET",path="/config/settings.local",status="404",le="0.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/config/settings.local",status="404",le="1"} 7 http_request_duration_seconds_bucket{method="GET",path="/config/settings.local",status="404",le="2.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/config/settings.local",status="404",le="5"} 7 http_request_duration_seconds_bucket{method="GET",path="/config/settings.local",status="404",le="10"} 7 http_request_duration_seconds_bucket{method="GET",path="/config/settings.local",status="404",le="+Inf"} 7 http_request_duration_seconds_sum{method="GET",path="/config/settings.local",status="404"} 0.000983133 http_request_duration_seconds_count{method="GET",path="/config/settings.local",status="404"} 7 http_request_duration_seconds_bucket{method="GET",path="/config/settings.prod",status="404",le="0.005"} 7 http_request_duration_seconds_bucket{method="GET",path="/config/settings.prod",status="404",le="0.01"} 7 http_request_duration_seconds_bucket{method="GET",path="/config/settings.prod",status="404",le="0.025"} 7 http_request_duration_seconds_bucket{method="GET",path="/config/settings.prod",status="404",le="0.05"} 7 http_request_duration_seconds_bucket{method="GET",path="/config/settings.prod",status="404",le="0.1"} 7 http_request_duration_seconds_bucket{method="GET",path="/config/settings.prod",status="404",le="0.25"} 7 http_request_duration_seconds_bucket{method="GET",path="/config/settings.prod",status="404",le="0.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/config/settings.prod",status="404",le="1"} 7 http_request_duration_seconds_bucket{method="GET",path="/config/settings.prod",status="404",le="2.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/config/settings.prod",status="404",le="5"} 7 http_request_duration_seconds_bucket{method="GET",path="/config/settings.prod",status="404",le="10"} 7 http_request_duration_seconds_bucket{method="GET",path="/config/settings.prod",status="404",le="+Inf"} 7 http_request_duration_seconds_sum{method="GET",path="/config/settings.prod",status="404"} 0.000988722 http_request_duration_seconds_count{method="GET",path="/config/settings.prod",status="404"} 7 http_request_duration_seconds_bucket{method="GET",path="/config/sitemap.rb",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/sitemap.rb",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/sitemap.rb",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/sitemap.rb",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/sitemap.rb",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/sitemap.rb",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/sitemap.rb",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/sitemap.rb",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/sitemap.rb",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/sitemap.rb",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/sitemap.rb",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/sitemap.rb",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/config/sitemap.rb",status="429"} 0.00020390099999999998 http_request_duration_seconds_count{method="GET",path="/config/sitemap.rb",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/staging.json",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/staging.json",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/staging.json",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/staging.json",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/staging.json",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/staging.json",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/staging.json",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/staging.json",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/staging.json",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/staging.json",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/staging.json",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/staging.json",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/config/staging.json",status="404"} 0.000118497 http_request_duration_seconds_count{method="GET",path="/config/staging.json",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/staging.json",status="429",le="0.005"} 14 http_request_duration_seconds_bucket{method="GET",path="/config/staging.json",status="429",le="0.01"} 14 http_request_duration_seconds_bucket{method="GET",path="/config/staging.json",status="429",le="0.025"} 14 http_request_duration_seconds_bucket{method="GET",path="/config/staging.json",status="429",le="0.05"} 14 http_request_duration_seconds_bucket{method="GET",path="/config/staging.json",status="429",le="0.1"} 14 http_request_duration_seconds_bucket{method="GET",path="/config/staging.json",status="429",le="0.25"} 14 http_request_duration_seconds_bucket{method="GET",path="/config/staging.json",status="429",le="0.5"} 14 http_request_duration_seconds_bucket{method="GET",path="/config/staging.json",status="429",le="1"} 14 http_request_duration_seconds_bucket{method="GET",path="/config/staging.json",status="429",le="2.5"} 14 http_request_duration_seconds_bucket{method="GET",path="/config/staging.json",status="429",le="5"} 14 http_request_duration_seconds_bucket{method="GET",path="/config/staging.json",status="429",le="10"} 14 http_request_duration_seconds_bucket{method="GET",path="/config/staging.json",status="429",le="+Inf"} 14 http_request_duration_seconds_sum{method="GET",path="/config/staging.json",status="429"} 0.001119812 http_request_duration_seconds_count{method="GET",path="/config/staging.json",status="429"} 14 http_request_duration_seconds_bucket{method="GET",path="/config/storage.yml",status="404",le="0.005"} 7 http_request_duration_seconds_bucket{method="GET",path="/config/storage.yml",status="404",le="0.01"} 7 http_request_duration_seconds_bucket{method="GET",path="/config/storage.yml",status="404",le="0.025"} 7 http_request_duration_seconds_bucket{method="GET",path="/config/storage.yml",status="404",le="0.05"} 7 http_request_duration_seconds_bucket{method="GET",path="/config/storage.yml",status="404",le="0.1"} 7 http_request_duration_seconds_bucket{method="GET",path="/config/storage.yml",status="404",le="0.25"} 7 http_request_duration_seconds_bucket{method="GET",path="/config/storage.yml",status="404",le="0.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/config/storage.yml",status="404",le="1"} 7 http_request_duration_seconds_bucket{method="GET",path="/config/storage.yml",status="404",le="2.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/config/storage.yml",status="404",le="5"} 7 http_request_duration_seconds_bucket{method="GET",path="/config/storage.yml",status="404",le="10"} 7 http_request_duration_seconds_bucket{method="GET",path="/config/storage.yml",status="404",le="+Inf"} 7 http_request_duration_seconds_sum{method="GET",path="/config/storage.yml",status="404"} 0.000976101 http_request_duration_seconds_count{method="GET",path="/config/storage.yml",status="404"} 7 http_request_duration_seconds_bucket{method="GET",path="/config/storage.yml",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/storage.yml",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/storage.yml",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/storage.yml",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/storage.yml",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/storage.yml",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/storage.yml",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/storage.yml",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/storage.yml",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/storage.yml",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/storage.yml",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/storage.yml",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/config/storage.yml",status="429"} 0.00013623000000000002 http_request_duration_seconds_count{method="GET",path="/config/storage.yml",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/stripe.json",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/stripe.json",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/stripe.json",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/stripe.json",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/stripe.json",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/stripe.json",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/stripe.json",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/stripe.json",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/stripe.json",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/stripe.json",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/stripe.json",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/stripe.json",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/config/stripe.json",status="429"} 0.000257583 http_request_duration_seconds_count{method="GET",path="/config/stripe.json",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/stripe.php",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/stripe.php",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/stripe.php",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/stripe.php",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/stripe.php",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/stripe.php",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/stripe.php",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/stripe.php",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/stripe.php",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/stripe.php",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/stripe.php",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/stripe.php",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/config/stripe.php",status="429"} 0.000211634 http_request_duration_seconds_count{method="GET",path="/config/stripe.php",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/stripe.yaml",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/stripe.yaml",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/stripe.yaml",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/stripe.yaml",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/stripe.yaml",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/stripe.yaml",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/stripe.yaml",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/stripe.yaml",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/stripe.yaml",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/stripe.yaml",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/stripe.yaml",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/stripe.yaml",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/config/stripe.yaml",status="429"} 0.000230971 http_request_duration_seconds_count{method="GET",path="/config/stripe.yaml",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/template.js",status="429",le="0.005"} 17 http_request_duration_seconds_bucket{method="GET",path="/config/template.js",status="429",le="0.01"} 17 http_request_duration_seconds_bucket{method="GET",path="/config/template.js",status="429",le="0.025"} 17 http_request_duration_seconds_bucket{method="GET",path="/config/template.js",status="429",le="0.05"} 17 http_request_duration_seconds_bucket{method="GET",path="/config/template.js",status="429",le="0.1"} 17 http_request_duration_seconds_bucket{method="GET",path="/config/template.js",status="429",le="0.25"} 17 http_request_duration_seconds_bucket{method="GET",path="/config/template.js",status="429",le="0.5"} 17 http_request_duration_seconds_bucket{method="GET",path="/config/template.js",status="429",le="1"} 17 http_request_duration_seconds_bucket{method="GET",path="/config/template.js",status="429",le="2.5"} 17 http_request_duration_seconds_bucket{method="GET",path="/config/template.js",status="429",le="5"} 17 http_request_duration_seconds_bucket{method="GET",path="/config/template.js",status="429",le="10"} 17 http_request_duration_seconds_bucket{method="GET",path="/config/template.js",status="429",le="+Inf"} 17 http_request_duration_seconds_sum{method="GET",path="/config/template.js",status="429"} 0.0013374090000000003 http_request_duration_seconds_count{method="GET",path="/config/template.js",status="429"} 17 http_request_duration_seconds_bucket{method="GET",path="/config/test.config.php",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/test.config.php",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/test.config.php",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/test.config.php",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/test.config.php",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/test.config.php",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/test.config.php",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/test.config.php",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/test.config.php",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/test.config.php",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/test.config.php",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/test.config.php",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/config/test.config.php",status="429"} 0.000105362 http_request_duration_seconds_count{method="GET",path="/config/test.config.php",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/test.json",status="429",le="0.005"} 19 http_request_duration_seconds_bucket{method="GET",path="/config/test.json",status="429",le="0.01"} 19 http_request_duration_seconds_bucket{method="GET",path="/config/test.json",status="429",le="0.025"} 19 http_request_duration_seconds_bucket{method="GET",path="/config/test.json",status="429",le="0.05"} 19 http_request_duration_seconds_bucket{method="GET",path="/config/test.json",status="429",le="0.1"} 19 http_request_duration_seconds_bucket{method="GET",path="/config/test.json",status="429",le="0.25"} 19 http_request_duration_seconds_bucket{method="GET",path="/config/test.json",status="429",le="0.5"} 19 http_request_duration_seconds_bucket{method="GET",path="/config/test.json",status="429",le="1"} 19 http_request_duration_seconds_bucket{method="GET",path="/config/test.json",status="429",le="2.5"} 19 http_request_duration_seconds_bucket{method="GET",path="/config/test.json",status="429",le="5"} 19 http_request_duration_seconds_bucket{method="GET",path="/config/test.json",status="429",le="10"} 19 http_request_duration_seconds_bucket{method="GET",path="/config/test.json",status="429",le="+Inf"} 19 http_request_duration_seconds_sum{method="GET",path="/config/test.json",status="429"} 0.001619677 http_request_duration_seconds_count{method="GET",path="/config/test.json",status="429"} 19 http_request_duration_seconds_bucket{method="GET",path="/config/utils.js",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/utils.js",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/utils.js",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/utils.js",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/utils.js",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/utils.js",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/utils.js",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/utils.js",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/utils.js",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/utils.js",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/utils.js",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/utils.js",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/config/utils.js",status="404"} 0.000108378 http_request_duration_seconds_count{method="GET",path="/config/utils.js",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/utils.js",status="429",le="0.005"} 17 http_request_duration_seconds_bucket{method="GET",path="/config/utils.js",status="429",le="0.01"} 17 http_request_duration_seconds_bucket{method="GET",path="/config/utils.js",status="429",le="0.025"} 17 http_request_duration_seconds_bucket{method="GET",path="/config/utils.js",status="429",le="0.05"} 17 http_request_duration_seconds_bucket{method="GET",path="/config/utils.js",status="429",le="0.1"} 17 http_request_duration_seconds_bucket{method="GET",path="/config/utils.js",status="429",le="0.25"} 17 http_request_duration_seconds_bucket{method="GET",path="/config/utils.js",status="429",le="0.5"} 17 http_request_duration_seconds_bucket{method="GET",path="/config/utils.js",status="429",le="1"} 17 http_request_duration_seconds_bucket{method="GET",path="/config/utils.js",status="429",le="2.5"} 17 http_request_duration_seconds_bucket{method="GET",path="/config/utils.js",status="429",le="5"} 17 http_request_duration_seconds_bucket{method="GET",path="/config/utils.js",status="429",le="10"} 17 http_request_duration_seconds_bucket{method="GET",path="/config/utils.js",status="429",le="+Inf"} 17 http_request_duration_seconds_sum{method="GET",path="/config/utils.js",status="429"} 0.001616553 http_request_duration_seconds_count{method="GET",path="/config/utils.js",status="429"} 17 http_request_duration_seconds_bucket{method="GET",path="/config_tmp.ini",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/config_tmp.ini",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/config_tmp.ini",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/config_tmp.ini",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/config_tmp.ini",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/config_tmp.ini",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/config_tmp.ini",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/config_tmp.ini",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/config_tmp.ini",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/config_tmp.ini",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/config_tmp.ini",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/config_tmp.ini",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/config_tmp.ini",status="429"} 0.000160697 http_request_duration_seconds_count{method="GET",path="/config_tmp.ini",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/configs.7z",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/configs.7z",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/configs.7z",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/configs.7z",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/configs.7z",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/configs.7z",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/configs.7z",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/configs.7z",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/configs.7z",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/configs.7z",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/configs.7z",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/configs.7z",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/configs.7z",status="404"} 0.000129214 http_request_duration_seconds_count{method="GET",path="/configs.7z",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/configs.bz2",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/configs.bz2",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/configs.bz2",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/configs.bz2",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/configs.bz2",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/configs.bz2",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/configs.bz2",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/configs.bz2",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/configs.bz2",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/configs.bz2",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/configs.bz2",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/configs.bz2",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/configs.bz2",status="404"} 0.00014156 http_request_duration_seconds_count{method="GET",path="/configs.bz2",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/configs.gz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/configs.gz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/configs.gz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/configs.gz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/configs.gz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/configs.gz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/configs.gz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/configs.gz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/configs.gz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/configs.gz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/configs.gz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/configs.gz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/configs.gz",status="404"} 0.000136809 http_request_duration_seconds_count{method="GET",path="/configs.gz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/configs.rar",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/configs.rar",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/configs.rar",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/configs.rar",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/configs.rar",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/configs.rar",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/configs.rar",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/configs.rar",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/configs.rar",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/configs.rar",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/configs.rar",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/configs.rar",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/configs.rar",status="404"} 0.000128013 http_request_duration_seconds_count{method="GET",path="/configs.rar",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/configs.sql",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/configs.sql",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/configs.sql",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/configs.sql",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/configs.sql",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/configs.sql",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/configs.sql",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/configs.sql",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/configs.sql",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/configs.sql",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/configs.sql",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/configs.sql",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/configs.sql",status="404"} 0.000135029 http_request_duration_seconds_count{method="GET",path="/configs.sql",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/configs.sql.bz2",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/configs.sql.bz2",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/configs.sql.bz2",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/configs.sql.bz2",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/configs.sql.bz2",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/configs.sql.bz2",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/configs.sql.bz2",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/configs.sql.bz2",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/configs.sql.bz2",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/configs.sql.bz2",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/configs.sql.bz2",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/configs.sql.bz2",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/configs.sql.bz2",status="404"} 0.000153511 http_request_duration_seconds_count{method="GET",path="/configs.sql.bz2",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/configs.sql.gz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/configs.sql.gz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/configs.sql.gz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/configs.sql.gz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/configs.sql.gz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/configs.sql.gz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/configs.sql.gz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/configs.sql.gz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/configs.sql.gz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/configs.sql.gz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/configs.sql.gz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/configs.sql.gz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/configs.sql.gz",status="404"} 0.000149459 http_request_duration_seconds_count{method="GET",path="/configs.sql.gz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/configs.tar",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/configs.tar",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/configs.tar",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/configs.tar",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/configs.tar",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/configs.tar",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/configs.tar",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/configs.tar",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/configs.tar",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/configs.tar",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/configs.tar",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/configs.tar",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/configs.tar",status="404"} 0.000154908 http_request_duration_seconds_count{method="GET",path="/configs.tar",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/configs.tar.bz2",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/configs.tar.bz2",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/configs.tar.bz2",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/configs.tar.bz2",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/configs.tar.bz2",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/configs.tar.bz2",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/configs.tar.bz2",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/configs.tar.bz2",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/configs.tar.bz2",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/configs.tar.bz2",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/configs.tar.bz2",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/configs.tar.bz2",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/configs.tar.bz2",status="404"} 0.000146529 http_request_duration_seconds_count{method="GET",path="/configs.tar.bz2",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/configs.tar.gz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/configs.tar.gz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/configs.tar.gz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/configs.tar.gz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/configs.tar.gz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/configs.tar.gz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/configs.tar.gz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/configs.tar.gz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/configs.tar.gz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/configs.tar.gz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/configs.tar.gz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/configs.tar.gz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/configs.tar.gz",status="404"} 0.000142723 http_request_duration_seconds_count{method="GET",path="/configs.tar.gz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/configs.tar.xz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/configs.tar.xz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/configs.tar.xz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/configs.tar.xz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/configs.tar.xz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/configs.tar.xz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/configs.tar.xz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/configs.tar.xz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/configs.tar.xz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/configs.tar.xz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/configs.tar.xz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/configs.tar.xz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/configs.tar.xz",status="404"} 0.000166238 http_request_duration_seconds_count{method="GET",path="/configs.tar.xz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/configs.tgz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/configs.tgz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/configs.tgz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/configs.tgz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/configs.tgz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/configs.tgz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/configs.tgz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/configs.tgz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/configs.tgz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/configs.tgz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/configs.tgz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/configs.tgz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/configs.tgz",status="404"} 0.000140743 http_request_duration_seconds_count{method="GET",path="/configs.tgz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/configs.zip",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/configs.zip",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/configs.zip",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/configs.zip",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/configs.zip",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/configs.zip",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/configs.zip",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/configs.zip",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/configs.zip",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/configs.zip",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/configs.zip",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/configs.zip",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/configs.zip",status="404"} 0.000140229 http_request_duration_seconds_count{method="GET",path="/configs.zip",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/configs.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/configs.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/configs.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/configs.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/configs.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/configs.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/configs.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/configs.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/configs.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/configs.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/configs.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/configs.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/configs.zip",status="429"} 3.3725999999999995e-05 http_request_duration_seconds_count{method="GET",path="/configs.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/configs.zst",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/configs.zst",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/configs.zst",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/configs.zst",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/configs.zst",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/configs.zst",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/configs.zst",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/configs.zst",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/configs.zst",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/configs.zst",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/configs.zst",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/configs.zst",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/configs.zst",status="404"} 0.000131536 http_request_duration_seconds_count{method="GET",path="/configs.zst",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/configs/application.ini",status="429",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/configs/application.ini",status="429",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/configs/application.ini",status="429",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/configs/application.ini",status="429",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/configs/application.ini",status="429",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/configs/application.ini",status="429",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/configs/application.ini",status="429",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/configs/application.ini",status="429",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/configs/application.ini",status="429",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/configs/application.ini",status="429",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/configs/application.ini",status="429",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/configs/application.ini",status="429",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/configs/application.ini",status="429"} 0.000347422 http_request_duration_seconds_count{method="GET",path="/configs/application.ini",status="429"} 4 http_request_duration_seconds_bucket{method="GET",path="/configs/routes-4aug.js",status="404",le="0.005"} 7 http_request_duration_seconds_bucket{method="GET",path="/configs/routes-4aug.js",status="404",le="0.01"} 7 http_request_duration_seconds_bucket{method="GET",path="/configs/routes-4aug.js",status="404",le="0.025"} 7 http_request_duration_seconds_bucket{method="GET",path="/configs/routes-4aug.js",status="404",le="0.05"} 7 http_request_duration_seconds_bucket{method="GET",path="/configs/routes-4aug.js",status="404",le="0.1"} 7 http_request_duration_seconds_bucket{method="GET",path="/configs/routes-4aug.js",status="404",le="0.25"} 7 http_request_duration_seconds_bucket{method="GET",path="/configs/routes-4aug.js",status="404",le="0.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/configs/routes-4aug.js",status="404",le="1"} 7 http_request_duration_seconds_bucket{method="GET",path="/configs/routes-4aug.js",status="404",le="2.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/configs/routes-4aug.js",status="404",le="5"} 7 http_request_duration_seconds_bucket{method="GET",path="/configs/routes-4aug.js",status="404",le="10"} 7 http_request_duration_seconds_bucket{method="GET",path="/configs/routes-4aug.js",status="404",le="+Inf"} 7 http_request_duration_seconds_sum{method="GET",path="/configs/routes-4aug.js",status="404"} 0.0009698230000000001 http_request_duration_seconds_count{method="GET",path="/configs/routes-4aug.js",status="404"} 7 http_request_duration_seconds_bucket{method="GET",path="/configs/routes-4aug.js",status="429",le="0.005"} 15 http_request_duration_seconds_bucket{method="GET",path="/configs/routes-4aug.js",status="429",le="0.01"} 15 http_request_duration_seconds_bucket{method="GET",path="/configs/routes-4aug.js",status="429",le="0.025"} 15 http_request_duration_seconds_bucket{method="GET",path="/configs/routes-4aug.js",status="429",le="0.05"} 15 http_request_duration_seconds_bucket{method="GET",path="/configs/routes-4aug.js",status="429",le="0.1"} 15 http_request_duration_seconds_bucket{method="GET",path="/configs/routes-4aug.js",status="429",le="0.25"} 15 http_request_duration_seconds_bucket{method="GET",path="/configs/routes-4aug.js",status="429",le="0.5"} 15 http_request_duration_seconds_bucket{method="GET",path="/configs/routes-4aug.js",status="429",le="1"} 15 http_request_duration_seconds_bucket{method="GET",path="/configs/routes-4aug.js",status="429",le="2.5"} 15 http_request_duration_seconds_bucket{method="GET",path="/configs/routes-4aug.js",status="429",le="5"} 15 http_request_duration_seconds_bucket{method="GET",path="/configs/routes-4aug.js",status="429",le="10"} 15 http_request_duration_seconds_bucket{method="GET",path="/configs/routes-4aug.js",status="429",le="+Inf"} 15 http_request_duration_seconds_sum{method="GET",path="/configs/routes-4aug.js",status="429"} 0.0010477729999999999 http_request_duration_seconds_count{method="GET",path="/configs/routes-4aug.js",status="429"} 15 http_request_duration_seconds_bucket{method="GET",path="/configs/routes.js",status="404",le="0.005"} 8 http_request_duration_seconds_bucket{method="GET",path="/configs/routes.js",status="404",le="0.01"} 8 http_request_duration_seconds_bucket{method="GET",path="/configs/routes.js",status="404",le="0.025"} 8 http_request_duration_seconds_bucket{method="GET",path="/configs/routes.js",status="404",le="0.05"} 8 http_request_duration_seconds_bucket{method="GET",path="/configs/routes.js",status="404",le="0.1"} 8 http_request_duration_seconds_bucket{method="GET",path="/configs/routes.js",status="404",le="0.25"} 8 http_request_duration_seconds_bucket{method="GET",path="/configs/routes.js",status="404",le="0.5"} 8 http_request_duration_seconds_bucket{method="GET",path="/configs/routes.js",status="404",le="1"} 8 http_request_duration_seconds_bucket{method="GET",path="/configs/routes.js",status="404",le="2.5"} 8 http_request_duration_seconds_bucket{method="GET",path="/configs/routes.js",status="404",le="5"} 8 http_request_duration_seconds_bucket{method="GET",path="/configs/routes.js",status="404",le="10"} 8 http_request_duration_seconds_bucket{method="GET",path="/configs/routes.js",status="404",le="+Inf"} 8 http_request_duration_seconds_sum{method="GET",path="/configs/routes.js",status="404"} 0.001087877 http_request_duration_seconds_count{method="GET",path="/configs/routes.js",status="404"} 8 http_request_duration_seconds_bucket{method="GET",path="/configs/routes.js",status="429",le="0.005"} 13 http_request_duration_seconds_bucket{method="GET",path="/configs/routes.js",status="429",le="0.01"} 13 http_request_duration_seconds_bucket{method="GET",path="/configs/routes.js",status="429",le="0.025"} 13 http_request_duration_seconds_bucket{method="GET",path="/configs/routes.js",status="429",le="0.05"} 13 http_request_duration_seconds_bucket{method="GET",path="/configs/routes.js",status="429",le="0.1"} 13 http_request_duration_seconds_bucket{method="GET",path="/configs/routes.js",status="429",le="0.25"} 13 http_request_duration_seconds_bucket{method="GET",path="/configs/routes.js",status="429",le="0.5"} 13 http_request_duration_seconds_bucket{method="GET",path="/configs/routes.js",status="429",le="1"} 13 http_request_duration_seconds_bucket{method="GET",path="/configs/routes.js",status="429",le="2.5"} 13 http_request_duration_seconds_bucket{method="GET",path="/configs/routes.js",status="429",le="5"} 13 http_request_duration_seconds_bucket{method="GET",path="/configs/routes.js",status="429",le="10"} 13 http_request_duration_seconds_bucket{method="GET",path="/configs/routes.js",status="429",le="+Inf"} 13 http_request_duration_seconds_sum{method="GET",path="/configs/routes.js",status="429"} 0.001139305 http_request_duration_seconds_count{method="GET",path="/configs/routes.js",status="429"} 13 http_request_duration_seconds_bucket{method="GET",path="/configs/s3_config.json",status="404",le="0.005"} 8 http_request_duration_seconds_bucket{method="GET",path="/configs/s3_config.json",status="404",le="0.01"} 8 http_request_duration_seconds_bucket{method="GET",path="/configs/s3_config.json",status="404",le="0.025"} 8 http_request_duration_seconds_bucket{method="GET",path="/configs/s3_config.json",status="404",le="0.05"} 8 http_request_duration_seconds_bucket{method="GET",path="/configs/s3_config.json",status="404",le="0.1"} 8 http_request_duration_seconds_bucket{method="GET",path="/configs/s3_config.json",status="404",le="0.25"} 8 http_request_duration_seconds_bucket{method="GET",path="/configs/s3_config.json",status="404",le="0.5"} 8 http_request_duration_seconds_bucket{method="GET",path="/configs/s3_config.json",status="404",le="1"} 8 http_request_duration_seconds_bucket{method="GET",path="/configs/s3_config.json",status="404",le="2.5"} 8 http_request_duration_seconds_bucket{method="GET",path="/configs/s3_config.json",status="404",le="5"} 8 http_request_duration_seconds_bucket{method="GET",path="/configs/s3_config.json",status="404",le="10"} 8 http_request_duration_seconds_bucket{method="GET",path="/configs/s3_config.json",status="404",le="+Inf"} 8 http_request_duration_seconds_sum{method="GET",path="/configs/s3_config.json",status="404"} 0.001179852 http_request_duration_seconds_count{method="GET",path="/configs/s3_config.json",status="404"} 8 http_request_duration_seconds_bucket{method="GET",path="/configs/s3_config.json",status="429",le="0.005"} 12 http_request_duration_seconds_bucket{method="GET",path="/configs/s3_config.json",status="429",le="0.01"} 12 http_request_duration_seconds_bucket{method="GET",path="/configs/s3_config.json",status="429",le="0.025"} 12 http_request_duration_seconds_bucket{method="GET",path="/configs/s3_config.json",status="429",le="0.05"} 12 http_request_duration_seconds_bucket{method="GET",path="/configs/s3_config.json",status="429",le="0.1"} 12 http_request_duration_seconds_bucket{method="GET",path="/configs/s3_config.json",status="429",le="0.25"} 12 http_request_duration_seconds_bucket{method="GET",path="/configs/s3_config.json",status="429",le="0.5"} 12 http_request_duration_seconds_bucket{method="GET",path="/configs/s3_config.json",status="429",le="1"} 12 http_request_duration_seconds_bucket{method="GET",path="/configs/s3_config.json",status="429",le="2.5"} 12 http_request_duration_seconds_bucket{method="GET",path="/configs/s3_config.json",status="429",le="5"} 12 http_request_duration_seconds_bucket{method="GET",path="/configs/s3_config.json",status="429",le="10"} 12 http_request_duration_seconds_bucket{method="GET",path="/configs/s3_config.json",status="429",le="+Inf"} 12 http_request_duration_seconds_sum{method="GET",path="/configs/s3_config.json",status="429"} 0.000888522 http_request_duration_seconds_count{method="GET",path="/configs/s3_config.json",status="429"} 12 http_request_duration_seconds_bucket{method="GET",path="/configuration.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/configuration.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/configuration.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/configuration.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/configuration.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/configuration.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/configuration.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/configuration.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/configuration.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/configuration.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/configuration.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/configuration.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/configuration.php",status="404"} 0.000148861 http_request_duration_seconds_count{method="GET",path="/configuration.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/configuration.php",status="429",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/configuration.php",status="429",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/configuration.php",status="429",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/configuration.php",status="429",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/configuration.php",status="429",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/configuration.php",status="429",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/configuration.php",status="429",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/configuration.php",status="429",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/configuration.php",status="429",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/configuration.php",status="429",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/configuration.php",status="429",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/configuration.php",status="429",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/configuration.php",status="429"} 0.00023835099999999998 http_request_duration_seconds_count{method="GET",path="/configuration.php",status="429"} 3 http_request_duration_seconds_bucket{method="GET",path="/configuration.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/configuration.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/configuration.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/configuration.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/configuration.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/configuration.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/configuration.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/configuration.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/configuration.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/configuration.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/configuration.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/configuration.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/configuration.zip",status="429"} 3.4426e-05 http_request_duration_seconds_count{method="GET",path="/configuration.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/cong.php",status="404",le="0.005"} 5 http_request_duration_seconds_bucket{method="GET",path="/cong.php",status="404",le="0.01"} 5 http_request_duration_seconds_bucket{method="GET",path="/cong.php",status="404",le="0.025"} 5 http_request_duration_seconds_bucket{method="GET",path="/cong.php",status="404",le="0.05"} 5 http_request_duration_seconds_bucket{method="GET",path="/cong.php",status="404",le="0.1"} 5 http_request_duration_seconds_bucket{method="GET",path="/cong.php",status="404",le="0.25"} 5 http_request_duration_seconds_bucket{method="GET",path="/cong.php",status="404",le="0.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/cong.php",status="404",le="1"} 5 http_request_duration_seconds_bucket{method="GET",path="/cong.php",status="404",le="2.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/cong.php",status="404",le="5"} 5 http_request_duration_seconds_bucket{method="GET",path="/cong.php",status="404",le="10"} 5 http_request_duration_seconds_bucket{method="GET",path="/cong.php",status="404",le="+Inf"} 5 http_request_duration_seconds_sum{method="GET",path="/cong.php",status="404"} 0.0006702909999999999 http_request_duration_seconds_count{method="GET",path="/cong.php",status="404"} 5 http_request_duration_seconds_bucket{method="GET",path="/console/",status="404",le="0.005"} 10 http_request_duration_seconds_bucket{method="GET",path="/console/",status="404",le="0.01"} 10 http_request_duration_seconds_bucket{method="GET",path="/console/",status="404",le="0.025"} 10 http_request_duration_seconds_bucket{method="GET",path="/console/",status="404",le="0.05"} 10 http_request_duration_seconds_bucket{method="GET",path="/console/",status="404",le="0.1"} 10 http_request_duration_seconds_bucket{method="GET",path="/console/",status="404",le="0.25"} 10 http_request_duration_seconds_bucket{method="GET",path="/console/",status="404",le="0.5"} 10 http_request_duration_seconds_bucket{method="GET",path="/console/",status="404",le="1"} 10 http_request_duration_seconds_bucket{method="GET",path="/console/",status="404",le="2.5"} 10 http_request_duration_seconds_bucket{method="GET",path="/console/",status="404",le="5"} 10 http_request_duration_seconds_bucket{method="GET",path="/console/",status="404",le="10"} 10 http_request_duration_seconds_bucket{method="GET",path="/console/",status="404",le="+Inf"} 10 http_request_duration_seconds_sum{method="GET",path="/console/",status="404"} 0.002885849 http_request_duration_seconds_count{method="GET",path="/console/",status="404"} 10 http_request_duration_seconds_bucket{method="GET",path="/console/*",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/console/*",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/console/*",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/console/*",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/console/*",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/console/*",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/console/*",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/console/*",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/console/*",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/console/*",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/console/*",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/console/*",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/console/*",status="429"} 0.000221361 http_request_duration_seconds_count{method="GET",path="/console/*",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/console/.env",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/console/.env",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/console/.env",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/console/.env",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/console/.env",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/console/.env",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/console/.env",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/console/.env",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/console/.env",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/console/.env",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/console/.env",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/console/.env",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/console/.env",status="429"} 0.000101523 http_request_duration_seconds_count{method="GET",path="/console/.env",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/constant.js",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/constant.js",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/constant.js",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/constant.js",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/constant.js",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/constant.js",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/constant.js",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/constant.js",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/constant.js",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/constant.js",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/constant.js",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/constant.js",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/constant.js",status="404"} 0.000126252 http_request_duration_seconds_count{method="GET",path="/constant.js",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/constant.js",status="429",le="0.005"} 18 http_request_duration_seconds_bucket{method="GET",path="/constant.js",status="429",le="0.01"} 18 http_request_duration_seconds_bucket{method="GET",path="/constant.js",status="429",le="0.025"} 18 http_request_duration_seconds_bucket{method="GET",path="/constant.js",status="429",le="0.05"} 18 http_request_duration_seconds_bucket{method="GET",path="/constant.js",status="429",le="0.1"} 18 http_request_duration_seconds_bucket{method="GET",path="/constant.js",status="429",le="0.25"} 18 http_request_duration_seconds_bucket{method="GET",path="/constant.js",status="429",le="0.5"} 18 http_request_duration_seconds_bucket{method="GET",path="/constant.js",status="429",le="1"} 18 http_request_duration_seconds_bucket{method="GET",path="/constant.js",status="429",le="2.5"} 18 http_request_duration_seconds_bucket{method="GET",path="/constant.js",status="429",le="5"} 18 http_request_duration_seconds_bucket{method="GET",path="/constant.js",status="429",le="10"} 18 http_request_duration_seconds_bucket{method="GET",path="/constant.js",status="429",le="+Inf"} 18 http_request_duration_seconds_sum{method="GET",path="/constant.js",status="429"} 0.0015450050000000001 http_request_duration_seconds_count{method="GET",path="/constant.js",status="429"} 18 http_request_duration_seconds_bucket{method="GET",path="/constants.ini",status="429",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/constants.ini",status="429",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/constants.ini",status="429",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/constants.ini",status="429",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/constants.ini",status="429",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/constants.ini",status="429",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/constants.ini",status="429",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/constants.ini",status="429",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/constants.ini",status="429",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/constants.ini",status="429",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/constants.ini",status="429",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/constants.ini",status="429",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/constants.ini",status="429"} 0.000321668 http_request_duration_seconds_count{method="GET",path="/constants.ini",status="429"} 4 http_request_duration_seconds_bucket{method="GET",path="/constants.js",status="429",le="0.005"} 19 http_request_duration_seconds_bucket{method="GET",path="/constants.js",status="429",le="0.01"} 19 http_request_duration_seconds_bucket{method="GET",path="/constants.js",status="429",le="0.025"} 19 http_request_duration_seconds_bucket{method="GET",path="/constants.js",status="429",le="0.05"} 19 http_request_duration_seconds_bucket{method="GET",path="/constants.js",status="429",le="0.1"} 19 http_request_duration_seconds_bucket{method="GET",path="/constants.js",status="429",le="0.25"} 19 http_request_duration_seconds_bucket{method="GET",path="/constants.js",status="429",le="0.5"} 19 http_request_duration_seconds_bucket{method="GET",path="/constants.js",status="429",le="1"} 19 http_request_duration_seconds_bucket{method="GET",path="/constants.js",status="429",le="2.5"} 19 http_request_duration_seconds_bucket{method="GET",path="/constants.js",status="429",le="5"} 19 http_request_duration_seconds_bucket{method="GET",path="/constants.js",status="429",le="10"} 19 http_request_duration_seconds_bucket{method="GET",path="/constants.js",status="429",le="+Inf"} 19 http_request_duration_seconds_sum{method="GET",path="/constants.js",status="429"} 0.0015943320000000002 http_request_duration_seconds_count{method="GET",path="/constants.js",status="429"} 19 http_request_duration_seconds_bucket{method="GET",path="/constants.json",status="429",le="0.005"} 19 http_request_duration_seconds_bucket{method="GET",path="/constants.json",status="429",le="0.01"} 19 http_request_duration_seconds_bucket{method="GET",path="/constants.json",status="429",le="0.025"} 19 http_request_duration_seconds_bucket{method="GET",path="/constants.json",status="429",le="0.05"} 19 http_request_duration_seconds_bucket{method="GET",path="/constants.json",status="429",le="0.1"} 19 http_request_duration_seconds_bucket{method="GET",path="/constants.json",status="429",le="0.25"} 19 http_request_duration_seconds_bucket{method="GET",path="/constants.json",status="429",le="0.5"} 19 http_request_duration_seconds_bucket{method="GET",path="/constants.json",status="429",le="1"} 19 http_request_duration_seconds_bucket{method="GET",path="/constants.json",status="429",le="2.5"} 19 http_request_duration_seconds_bucket{method="GET",path="/constants.json",status="429",le="5"} 19 http_request_duration_seconds_bucket{method="GET",path="/constants.json",status="429",le="10"} 19 http_request_duration_seconds_bucket{method="GET",path="/constants.json",status="429",le="+Inf"} 19 http_request_duration_seconds_sum{method="GET",path="/constants.json",status="429"} 0.0015694419999999999 http_request_duration_seconds_count{method="GET",path="/constants.json",status="429"} 19 http_request_duration_seconds_bucket{method="GET",path="/constants.ts",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/constants.ts",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/constants.ts",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/constants.ts",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/constants.ts",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/constants.ts",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/constants.ts",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/constants.ts",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/constants.ts",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/constants.ts",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/constants.ts",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/constants.ts",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/constants.ts",status="404"} 0.000109509 http_request_duration_seconds_count{method="GET",path="/constants.ts",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/constants.ts",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/constants.ts",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/constants.ts",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/constants.ts",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/constants.ts",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/constants.ts",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/constants.ts",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/constants.ts",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/constants.ts",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/constants.ts",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/constants.ts",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/constants.ts",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/constants.ts",status="429"} 4.9197e-05 http_request_duration_seconds_count{method="GET",path="/constants.ts",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/constants.yml",status="429",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/constants.yml",status="429",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/constants.yml",status="429",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/constants.yml",status="429",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/constants.yml",status="429",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/constants.yml",status="429",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/constants.yml",status="429",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/constants.yml",status="429",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/constants.yml",status="429",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/constants.yml",status="429",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/constants.yml",status="429",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/constants.yml",status="429",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/constants.yml",status="429"} 0.00042078100000000006 http_request_duration_seconds_count{method="GET",path="/constants.yml",status="429"} 4 http_request_duration_seconds_bucket{method="GET",path="/construct.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/construct.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/construct.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/construct.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/construct.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/construct.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/construct.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/construct.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/construct.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/construct.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/construct.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/construct.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/construct.zip",status="429"} 2.5486e-05 http_request_duration_seconds_count{method="GET",path="/construct.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/contact",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/contact",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/contact",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/contact",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/contact",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/contact",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/contact",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/contact",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/contact",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/contact",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/contact",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/contact",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/contact",status="429"} 0.000184188 http_request_duration_seconds_count{method="GET",path="/contact",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/contact.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/contact.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/contact.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/contact.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/contact.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/contact.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/contact.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/contact.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/contact.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/contact.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/contact.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/contact.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/contact.zip",status="429"} 2.3889999999999997e-05 http_request_duration_seconds_count{method="GET",path="/contact.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/content.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/content.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/content.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/content.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/content.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/content.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/content.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/content.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/content.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/content.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/content.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/content.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/content.php",status="404"} 0.00014399 http_request_duration_seconds_count{method="GET",path="/content.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/content.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/content.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/content.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/content.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/content.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/content.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/content.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/content.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/content.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/content.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/content.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/content.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/content.zip",status="429"} 3.2872e-05 http_request_duration_seconds_count{method="GET",path="/content.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/content/*",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/content/*",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/content/*",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/content/*",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/content/*",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/content/*",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/content/*",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/content/*",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/content/*",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/content/*",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/content/*",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/content/*",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/content/*",status="404"} 0.000129134 http_request_duration_seconds_count{method="GET",path="/content/*",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/content/*",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/content/*",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/content/*",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/content/*",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/content/*",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/content/*",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/content/*",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/content/*",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/content/*",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/content/*",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/content/*",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/content/*",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/content/*",status="429"} 0.000136806 http_request_duration_seconds_count{method="GET",path="/content/*",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/continuous.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/continuous.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/continuous.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/continuous.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/continuous.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/continuous.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/continuous.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/continuous.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/continuous.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/continuous.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/continuous.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/continuous.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/continuous.zip",status="429"} 2.2934e-05 http_request_duration_seconds_count{method="GET",path="/continuous.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/control-panel/.env",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/control-panel/.env",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/control-panel/.env",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/control-panel/.env",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/control-panel/.env",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/control-panel/.env",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/control-panel/.env",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/control-panel/.env",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/control-panel/.env",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/control-panel/.env",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/control-panel/.env",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/control-panel/.env",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/control-panel/.env",status="404"} 8.3628e-05 http_request_duration_seconds_count{method="GET",path="/control-panel/.env",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/control.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/control.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/control.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/control.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/control.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/control.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/control.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/control.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/control.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/control.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/control.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/control.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/control.zip",status="429"} 2.8207e-05 http_request_duration_seconds_count{method="GET",path="/control.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/control/.env",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/control/.env",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/control/.env",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/control/.env",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/control/.env",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/control/.env",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/control/.env",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/control/.env",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/control/.env",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/control/.env",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/control/.env",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/control/.env",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/control/.env",status="429"} 0.000144214 http_request_duration_seconds_count{method="GET",path="/control/.env",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/control_panel.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/control_panel.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/control_panel.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/control_panel.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/control_panel.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/control_panel.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/control_panel.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/control_panel.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/control_panel.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/control_panel.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/control_panel.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/control_panel.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/control_panel.zip",status="429"} 5.376e-05 http_request_duration_seconds_count{method="GET",path="/control_panel.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/controller.js",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/controller.js",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/controller.js",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/controller.js",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/controller.js",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/controller.js",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/controller.js",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/controller.js",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/controller.js",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/controller.js",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/controller.js",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/controller.js",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/controller.js",status="404"} 7.7212e-05 http_request_duration_seconds_count{method="GET",path="/controller.js",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/controller.js",status="429",le="0.005"} 18 http_request_duration_seconds_bucket{method="GET",path="/controller.js",status="429",le="0.01"} 18 http_request_duration_seconds_bucket{method="GET",path="/controller.js",status="429",le="0.025"} 18 http_request_duration_seconds_bucket{method="GET",path="/controller.js",status="429",le="0.05"} 18 http_request_duration_seconds_bucket{method="GET",path="/controller.js",status="429",le="0.1"} 18 http_request_duration_seconds_bucket{method="GET",path="/controller.js",status="429",le="0.25"} 18 http_request_duration_seconds_bucket{method="GET",path="/controller.js",status="429",le="0.5"} 18 http_request_duration_seconds_bucket{method="GET",path="/controller.js",status="429",le="1"} 18 http_request_duration_seconds_bucket{method="GET",path="/controller.js",status="429",le="2.5"} 18 http_request_duration_seconds_bucket{method="GET",path="/controller.js",status="429",le="5"} 18 http_request_duration_seconds_bucket{method="GET",path="/controller.js",status="429",le="10"} 18 http_request_duration_seconds_bucket{method="GET",path="/controller.js",status="429",le="+Inf"} 18 http_request_duration_seconds_sum{method="GET",path="/controller.js",status="429"} 0.0014451090000000004 http_request_duration_seconds_count{method="GET",path="/controller.js",status="429"} 18 http_request_duration_seconds_bucket{method="GET",path="/controller/admin/post.js",status="404",le="0.005"} 8 http_request_duration_seconds_bucket{method="GET",path="/controller/admin/post.js",status="404",le="0.01"} 8 http_request_duration_seconds_bucket{method="GET",path="/controller/admin/post.js",status="404",le="0.025"} 8 http_request_duration_seconds_bucket{method="GET",path="/controller/admin/post.js",status="404",le="0.05"} 8 http_request_duration_seconds_bucket{method="GET",path="/controller/admin/post.js",status="404",le="0.1"} 8 http_request_duration_seconds_bucket{method="GET",path="/controller/admin/post.js",status="404",le="0.25"} 8 http_request_duration_seconds_bucket{method="GET",path="/controller/admin/post.js",status="404",le="0.5"} 8 http_request_duration_seconds_bucket{method="GET",path="/controller/admin/post.js",status="404",le="1"} 8 http_request_duration_seconds_bucket{method="GET",path="/controller/admin/post.js",status="404",le="2.5"} 8 http_request_duration_seconds_bucket{method="GET",path="/controller/admin/post.js",status="404",le="5"} 8 http_request_duration_seconds_bucket{method="GET",path="/controller/admin/post.js",status="404",le="10"} 8 http_request_duration_seconds_bucket{method="GET",path="/controller/admin/post.js",status="404",le="+Inf"} 8 http_request_duration_seconds_sum{method="GET",path="/controller/admin/post.js",status="404"} 0.001039663 http_request_duration_seconds_count{method="GET",path="/controller/admin/post.js",status="404"} 8 http_request_duration_seconds_bucket{method="GET",path="/controller/admin/post.js",status="429",le="0.005"} 15 http_request_duration_seconds_bucket{method="GET",path="/controller/admin/post.js",status="429",le="0.01"} 15 http_request_duration_seconds_bucket{method="GET",path="/controller/admin/post.js",status="429",le="0.025"} 15 http_request_duration_seconds_bucket{method="GET",path="/controller/admin/post.js",status="429",le="0.05"} 15 http_request_duration_seconds_bucket{method="GET",path="/controller/admin/post.js",status="429",le="0.1"} 15 http_request_duration_seconds_bucket{method="GET",path="/controller/admin/post.js",status="429",le="0.25"} 15 http_request_duration_seconds_bucket{method="GET",path="/controller/admin/post.js",status="429",le="0.5"} 15 http_request_duration_seconds_bucket{method="GET",path="/controller/admin/post.js",status="429",le="1"} 15 http_request_duration_seconds_bucket{method="GET",path="/controller/admin/post.js",status="429",le="2.5"} 15 http_request_duration_seconds_bucket{method="GET",path="/controller/admin/post.js",status="429",le="5"} 15 http_request_duration_seconds_bucket{method="GET",path="/controller/admin/post.js",status="429",le="10"} 15 http_request_duration_seconds_bucket{method="GET",path="/controller/admin/post.js",status="429",le="+Inf"} 15 http_request_duration_seconds_sum{method="GET",path="/controller/admin/post.js",status="429"} 0.0012606939999999997 http_request_duration_seconds_count{method="GET",path="/controller/admin/post.js",status="429"} 15 http_request_duration_seconds_bucket{method="GET",path="/controller/api/post.js",status="404",le="0.005"} 7 http_request_duration_seconds_bucket{method="GET",path="/controller/api/post.js",status="404",le="0.01"} 7 http_request_duration_seconds_bucket{method="GET",path="/controller/api/post.js",status="404",le="0.025"} 7 http_request_duration_seconds_bucket{method="GET",path="/controller/api/post.js",status="404",le="0.05"} 7 http_request_duration_seconds_bucket{method="GET",path="/controller/api/post.js",status="404",le="0.1"} 7 http_request_duration_seconds_bucket{method="GET",path="/controller/api/post.js",status="404",le="0.25"} 7 http_request_duration_seconds_bucket{method="GET",path="/controller/api/post.js",status="404",le="0.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/controller/api/post.js",status="404",le="1"} 7 http_request_duration_seconds_bucket{method="GET",path="/controller/api/post.js",status="404",le="2.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/controller/api/post.js",status="404",le="5"} 7 http_request_duration_seconds_bucket{method="GET",path="/controller/api/post.js",status="404",le="10"} 7 http_request_duration_seconds_bucket{method="GET",path="/controller/api/post.js",status="404",le="+Inf"} 7 http_request_duration_seconds_sum{method="GET",path="/controller/api/post.js",status="404"} 0.000980851 http_request_duration_seconds_count{method="GET",path="/controller/api/post.js",status="404"} 7 http_request_duration_seconds_bucket{method="GET",path="/controller/api/post.js",status="429",le="0.005"} 15 http_request_duration_seconds_bucket{method="GET",path="/controller/api/post.js",status="429",le="0.01"} 15 http_request_duration_seconds_bucket{method="GET",path="/controller/api/post.js",status="429",le="0.025"} 15 http_request_duration_seconds_bucket{method="GET",path="/controller/api/post.js",status="429",le="0.05"} 15 http_request_duration_seconds_bucket{method="GET",path="/controller/api/post.js",status="429",le="0.1"} 15 http_request_duration_seconds_bucket{method="GET",path="/controller/api/post.js",status="429",le="0.25"} 15 http_request_duration_seconds_bucket{method="GET",path="/controller/api/post.js",status="429",le="0.5"} 15 http_request_duration_seconds_bucket{method="GET",path="/controller/api/post.js",status="429",le="1"} 15 http_request_duration_seconds_bucket{method="GET",path="/controller/api/post.js",status="429",le="2.5"} 15 http_request_duration_seconds_bucket{method="GET",path="/controller/api/post.js",status="429",le="5"} 15 http_request_duration_seconds_bucket{method="GET",path="/controller/api/post.js",status="429",le="10"} 15 http_request_duration_seconds_bucket{method="GET",path="/controller/api/post.js",status="429",le="+Inf"} 15 http_request_duration_seconds_sum{method="GET",path="/controller/api/post.js",status="429"} 0.00113774 http_request_duration_seconds_count{method="GET",path="/controller/api/post.js",status="429"} 15 http_request_duration_seconds_bucket{method="GET",path="/controllers/settings.js",status="404",le="0.005"} 7 http_request_duration_seconds_bucket{method="GET",path="/controllers/settings.js",status="404",le="0.01"} 7 http_request_duration_seconds_bucket{method="GET",path="/controllers/settings.js",status="404",le="0.025"} 7 http_request_duration_seconds_bucket{method="GET",path="/controllers/settings.js",status="404",le="0.05"} 7 http_request_duration_seconds_bucket{method="GET",path="/controllers/settings.js",status="404",le="0.1"} 7 http_request_duration_seconds_bucket{method="GET",path="/controllers/settings.js",status="404",le="0.25"} 7 http_request_duration_seconds_bucket{method="GET",path="/controllers/settings.js",status="404",le="0.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/controllers/settings.js",status="404",le="1"} 7 http_request_duration_seconds_bucket{method="GET",path="/controllers/settings.js",status="404",le="2.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/controllers/settings.js",status="404",le="5"} 7 http_request_duration_seconds_bucket{method="GET",path="/controllers/settings.js",status="404",le="10"} 7 http_request_duration_seconds_bucket{method="GET",path="/controllers/settings.js",status="404",le="+Inf"} 7 http_request_duration_seconds_sum{method="GET",path="/controllers/settings.js",status="404"} 0.000996373 http_request_duration_seconds_count{method="GET",path="/controllers/settings.js",status="404"} 7 http_request_duration_seconds_bucket{method="GET",path="/controllers/settings.js",status="429",le="0.005"} 15 http_request_duration_seconds_bucket{method="GET",path="/controllers/settings.js",status="429",le="0.01"} 15 http_request_duration_seconds_bucket{method="GET",path="/controllers/settings.js",status="429",le="0.025"} 15 http_request_duration_seconds_bucket{method="GET",path="/controllers/settings.js",status="429",le="0.05"} 15 http_request_duration_seconds_bucket{method="GET",path="/controllers/settings.js",status="429",le="0.1"} 15 http_request_duration_seconds_bucket{method="GET",path="/controllers/settings.js",status="429",le="0.25"} 15 http_request_duration_seconds_bucket{method="GET",path="/controllers/settings.js",status="429",le="0.5"} 15 http_request_duration_seconds_bucket{method="GET",path="/controllers/settings.js",status="429",le="1"} 15 http_request_duration_seconds_bucket{method="GET",path="/controllers/settings.js",status="429",le="2.5"} 15 http_request_duration_seconds_bucket{method="GET",path="/controllers/settings.js",status="429",le="5"} 15 http_request_duration_seconds_bucket{method="GET",path="/controllers/settings.js",status="429",le="10"} 15 http_request_duration_seconds_bucket{method="GET",path="/controllers/settings.js",status="429",le="+Inf"} 15 http_request_duration_seconds_sum{method="GET",path="/controllers/settings.js",status="429"} 0.001268738 http_request_duration_seconds_count{method="GET",path="/controllers/settings.js",status="429"} 15 http_request_duration_seconds_bucket{method="GET",path="/controlpanel",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/controlpanel",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/controlpanel",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/controlpanel",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/controlpanel",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/controlpanel",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/controlpanel",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/controlpanel",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/controlpanel",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/controlpanel",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/controlpanel",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/controlpanel",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/controlpanel",status="404"} 0.00028990799999999996 http_request_duration_seconds_count{method="GET",path="/controlpanel",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/copy.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/copy.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/copy.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/copy.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/copy.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/copy.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/copy.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/copy.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/copy.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/copy.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/copy.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/copy.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/copy.zip",status="429"} 7.2094e-05 http_request_duration_seconds_count{method="GET",path="/copy.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/cord.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/cord.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/cord.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/cord.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/cord.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/cord.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/cord.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/cord.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/cord.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/cord.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/cord.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/cord.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/cord.php",status="404"} 0.000150991 http_request_duration_seconds_count{method="GET",path="/cord.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/cordova.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/cordova.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/cordova.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/cordova.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/cordova.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/cordova.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/cordova.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/cordova.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/cordova.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/cordova.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/cordova.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/cordova.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/cordova.zip",status="429"} 3.8328e-05 http_request_duration_seconds_count{method="GET",path="/cordova.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/core.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/core.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/core.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/core.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/core.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/core.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/core.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/core.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/core.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/core.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/core.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/core.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/core.php",status="404"} 0.000148073 http_request_duration_seconds_count{method="GET",path="/core.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/core/.env",status="404",le="0.005"} 8 http_request_duration_seconds_bucket{method="GET",path="/core/.env",status="404",le="0.01"} 8 http_request_duration_seconds_bucket{method="GET",path="/core/.env",status="404",le="0.025"} 8 http_request_duration_seconds_bucket{method="GET",path="/core/.env",status="404",le="0.05"} 8 http_request_duration_seconds_bucket{method="GET",path="/core/.env",status="404",le="0.1"} 8 http_request_duration_seconds_bucket{method="GET",path="/core/.env",status="404",le="0.25"} 8 http_request_duration_seconds_bucket{method="GET",path="/core/.env",status="404",le="0.5"} 8 http_request_duration_seconds_bucket{method="GET",path="/core/.env",status="404",le="1"} 8 http_request_duration_seconds_bucket{method="GET",path="/core/.env",status="404",le="2.5"} 8 http_request_duration_seconds_bucket{method="GET",path="/core/.env",status="404",le="5"} 8 http_request_duration_seconds_bucket{method="GET",path="/core/.env",status="404",le="10"} 8 http_request_duration_seconds_bucket{method="GET",path="/core/.env",status="404",le="+Inf"} 8 http_request_duration_seconds_sum{method="GET",path="/core/.env",status="404"} 0.0011182219999999999 http_request_duration_seconds_count{method="GET",path="/core/.env",status="404"} 8 http_request_duration_seconds_bucket{method="GET",path="/core/.env",status="429",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/core/.env",status="429",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/core/.env",status="429",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/core/.env",status="429",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/core/.env",status="429",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/core/.env",status="429",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/core/.env",status="429",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/core/.env",status="429",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/core/.env",status="429",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/core/.env",status="429",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/core/.env",status="429",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/core/.env",status="429",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/core/.env",status="429"} 0.00039884199999999995 http_request_duration_seconds_count{method="GET",path="/core/.env",status="429"} 4 http_request_duration_seconds_bucket{method="GET",path="/core/Database/.env",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/core/Database/.env",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/core/Database/.env",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/core/Database/.env",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/core/Database/.env",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/core/Database/.env",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/core/Database/.env",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/core/Database/.env",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/core/Database/.env",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/core/Database/.env",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/core/Database/.env",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/core/Database/.env",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/core/Database/.env",status="404"} 0.000133392 http_request_duration_seconds_count{method="GET",path="/core/Database/.env",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/core/app/.env",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/core/app/.env",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/core/app/.env",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/core/app/.env",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/core/app/.env",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/core/app/.env",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/core/app/.env",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/core/app/.env",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/core/app/.env",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/core/app/.env",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/core/app/.env",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/core/app/.env",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/core/app/.env",status="404"} 0.000152912 http_request_duration_seconds_count{method="GET",path="/core/app/.env",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/core/app/.env",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/core/app/.env",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/core/app/.env",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/core/app/.env",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/core/app/.env",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/core/app/.env",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/core/app/.env",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/core/app/.env",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/core/app/.env",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/core/app/.env",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/core/app/.env",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/core/app/.env",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/core/app/.env",status="429"} 9.0817e-05 http_request_duration_seconds_count{method="GET",path="/core/app/.env",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/core/info.php",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/core/info.php",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/core/info.php",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/core/info.php",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/core/info.php",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/core/info.php",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/core/info.php",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/core/info.php",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/core/info.php",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/core/info.php",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/core/info.php",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/core/info.php",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/core/info.php",status="429"} 0.00017299999999999998 http_request_duration_seconds_count{method="GET",path="/core/info.php",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/core/init.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/core/init.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/core/init.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/core/init.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/core/init.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/core/init.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/core/init.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/core/init.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/core/init.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/core/init.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/core/init.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/core/init.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/core/init.php",status="404"} 0.00045434 http_request_duration_seconds_count{method="GET",path="/core/init.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/core/phpinfo.php",status="429",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/core/phpinfo.php",status="429",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/core/phpinfo.php",status="429",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/core/phpinfo.php",status="429",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/core/phpinfo.php",status="429",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/core/phpinfo.php",status="429",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/core/phpinfo.php",status="429",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/core/phpinfo.php",status="429",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/core/phpinfo.php",status="429",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/core/phpinfo.php",status="429",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/core/phpinfo.php",status="429",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/core/phpinfo.php",status="429",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/core/phpinfo.php",status="429"} 0.000183348 http_request_duration_seconds_count{method="GET",path="/core/phpinfo.php",status="429"} 3 http_request_duration_seconds_bucket{method="GET",path="/cpanel.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/cpanel.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/cpanel.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/cpanel.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/cpanel.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/cpanel.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/cpanel.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/cpanel.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/cpanel.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/cpanel.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/cpanel.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/cpanel.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/cpanel.zip",status="429"} 4.606e-05 http_request_duration_seconds_count{method="GET",path="/cpanel.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/cpanel/phpinfo.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/cpanel/phpinfo.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/cpanel/phpinfo.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/cpanel/phpinfo.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/cpanel/phpinfo.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/cpanel/phpinfo.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/cpanel/phpinfo.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/cpanel/phpinfo.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/cpanel/phpinfo.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/cpanel/phpinfo.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/cpanel/phpinfo.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/cpanel/phpinfo.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/cpanel/phpinfo.php",status="404"} 0.000132063 http_request_duration_seconds_count{method="GET",path="/cpanel/phpinfo.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/cpanel/phpinfo.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/cpanel/phpinfo.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/cpanel/phpinfo.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/cpanel/phpinfo.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/cpanel/phpinfo.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/cpanel/phpinfo.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/cpanel/phpinfo.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/cpanel/phpinfo.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/cpanel/phpinfo.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/cpanel/phpinfo.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/cpanel/phpinfo.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/cpanel/phpinfo.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/cpanel/phpinfo.php",status="429"} 6.9259e-05 http_request_duration_seconds_count{method="GET",path="/cpanel/phpinfo.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/cream1.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/cream1.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/cream1.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/cream1.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/cream1.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/cream1.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/cream1.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/cream1.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/cream1.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/cream1.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/cream1.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/cream1.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/cream1.php",status="404"} 0.000154359 http_request_duration_seconds_count{method="GET",path="/cream1.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/creative.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/creative.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/creative.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/creative.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/creative.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/creative.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/creative.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/creative.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/creative.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/creative.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/creative.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/creative.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/creative.zip",status="429"} 1.6898e-05 http_request_duration_seconds_count{method="GET",path="/creative.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/credentials",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/credentials",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/credentials",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/credentials",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/credentials",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/credentials",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/credentials",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/credentials",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/credentials",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/credentials",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/credentials",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/credentials",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/credentials",status="404"} 0.000139706 http_request_duration_seconds_count{method="GET",path="/credentials",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/credentials.csv",status="429",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/credentials.csv",status="429",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/credentials.csv",status="429",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/credentials.csv",status="429",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/credentials.csv",status="429",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/credentials.csv",status="429",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/credentials.csv",status="429",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/credentials.csv",status="429",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/credentials.csv",status="429",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/credentials.csv",status="429",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/credentials.csv",status="429",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/credentials.csv",status="429",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/credentials.csv",status="429"} 0.000346446 http_request_duration_seconds_count{method="GET",path="/credentials.csv",status="429"} 4 http_request_duration_seconds_bucket{method="GET",path="/credentials.go",status="429",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/credentials.go",status="429",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/credentials.go",status="429",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/credentials.go",status="429",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/credentials.go",status="429",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/credentials.go",status="429",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/credentials.go",status="429",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/credentials.go",status="429",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/credentials.go",status="429",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/credentials.go",status="429",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/credentials.go",status="429",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/credentials.go",status="429",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/credentials.go",status="429"} 0.00033706700000000003 http_request_duration_seconds_count{method="GET",path="/credentials.go",status="429"} 4 http_request_duration_seconds_bucket{method="GET",path="/credentials.ini",status="429",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/credentials.ini",status="429",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/credentials.ini",status="429",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/credentials.ini",status="429",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/credentials.ini",status="429",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/credentials.ini",status="429",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/credentials.ini",status="429",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/credentials.ini",status="429",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/credentials.ini",status="429",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/credentials.ini",status="429",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/credentials.ini",status="429",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/credentials.ini",status="429",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/credentials.ini",status="429"} 0.000306275 http_request_duration_seconds_count{method="GET",path="/credentials.ini",status="429"} 4 http_request_duration_seconds_bucket{method="GET",path="/credentials.js",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/credentials.js",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/credentials.js",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/credentials.js",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/credentials.js",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/credentials.js",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/credentials.js",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/credentials.js",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/credentials.js",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/credentials.js",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/credentials.js",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/credentials.js",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/credentials.js",status="404"} 0.000125378 http_request_duration_seconds_count{method="GET",path="/credentials.js",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/credentials.js",status="429",le="0.005"} 18 http_request_duration_seconds_bucket{method="GET",path="/credentials.js",status="429",le="0.01"} 18 http_request_duration_seconds_bucket{method="GET",path="/credentials.js",status="429",le="0.025"} 18 http_request_duration_seconds_bucket{method="GET",path="/credentials.js",status="429",le="0.05"} 18 http_request_duration_seconds_bucket{method="GET",path="/credentials.js",status="429",le="0.1"} 18 http_request_duration_seconds_bucket{method="GET",path="/credentials.js",status="429",le="0.25"} 18 http_request_duration_seconds_bucket{method="GET",path="/credentials.js",status="429",le="0.5"} 18 http_request_duration_seconds_bucket{method="GET",path="/credentials.js",status="429",le="1"} 18 http_request_duration_seconds_bucket{method="GET",path="/credentials.js",status="429",le="2.5"} 18 http_request_duration_seconds_bucket{method="GET",path="/credentials.js",status="429",le="5"} 18 http_request_duration_seconds_bucket{method="GET",path="/credentials.js",status="429",le="10"} 18 http_request_duration_seconds_bucket{method="GET",path="/credentials.js",status="429",le="+Inf"} 18 http_request_duration_seconds_sum{method="GET",path="/credentials.js",status="429"} 0.001483391 http_request_duration_seconds_count{method="GET",path="/credentials.js",status="429"} 18 http_request_duration_seconds_bucket{method="GET",path="/credentials.json",status="404",le="0.005"} 7 http_request_duration_seconds_bucket{method="GET",path="/credentials.json",status="404",le="0.01"} 7 http_request_duration_seconds_bucket{method="GET",path="/credentials.json",status="404",le="0.025"} 7 http_request_duration_seconds_bucket{method="GET",path="/credentials.json",status="404",le="0.05"} 7 http_request_duration_seconds_bucket{method="GET",path="/credentials.json",status="404",le="0.1"} 7 http_request_duration_seconds_bucket{method="GET",path="/credentials.json",status="404",le="0.25"} 7 http_request_duration_seconds_bucket{method="GET",path="/credentials.json",status="404",le="0.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/credentials.json",status="404",le="1"} 7 http_request_duration_seconds_bucket{method="GET",path="/credentials.json",status="404",le="2.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/credentials.json",status="404",le="5"} 7 http_request_duration_seconds_bucket{method="GET",path="/credentials.json",status="404",le="10"} 7 http_request_duration_seconds_bucket{method="GET",path="/credentials.json",status="404",le="+Inf"} 7 http_request_duration_seconds_sum{method="GET",path="/credentials.json",status="404"} 0.000873305 http_request_duration_seconds_count{method="GET",path="/credentials.json",status="404"} 7 http_request_duration_seconds_bucket{method="GET",path="/credentials.json",status="429",le="0.005"} 24 http_request_duration_seconds_bucket{method="GET",path="/credentials.json",status="429",le="0.01"} 24 http_request_duration_seconds_bucket{method="GET",path="/credentials.json",status="429",le="0.025"} 24 http_request_duration_seconds_bucket{method="GET",path="/credentials.json",status="429",le="0.05"} 24 http_request_duration_seconds_bucket{method="GET",path="/credentials.json",status="429",le="0.1"} 24 http_request_duration_seconds_bucket{method="GET",path="/credentials.json",status="429",le="0.25"} 24 http_request_duration_seconds_bucket{method="GET",path="/credentials.json",status="429",le="0.5"} 24 http_request_duration_seconds_bucket{method="GET",path="/credentials.json",status="429",le="1"} 24 http_request_duration_seconds_bucket{method="GET",path="/credentials.json",status="429",le="2.5"} 24 http_request_duration_seconds_bucket{method="GET",path="/credentials.json",status="429",le="5"} 24 http_request_duration_seconds_bucket{method="GET",path="/credentials.json",status="429",le="10"} 24 http_request_duration_seconds_bucket{method="GET",path="/credentials.json",status="429",le="+Inf"} 24 http_request_duration_seconds_sum{method="GET",path="/credentials.json",status="429"} 0.001675186 http_request_duration_seconds_count{method="GET",path="/credentials.json",status="429"} 24 http_request_duration_seconds_bucket{method="GET",path="/credentials.json.bak",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/credentials.json.bak",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/credentials.json.bak",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/credentials.json.bak",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/credentials.json.bak",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/credentials.json.bak",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/credentials.json.bak",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/credentials.json.bak",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/credentials.json.bak",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/credentials.json.bak",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/credentials.json.bak",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/credentials.json.bak",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/credentials.json.bak",status="404"} 0.000161594 http_request_duration_seconds_count{method="GET",path="/credentials.json.bak",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/credentials.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/credentials.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/credentials.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/credentials.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/credentials.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/credentials.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/credentials.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/credentials.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/credentials.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/credentials.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/credentials.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/credentials.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/credentials.php",status="404"} 0.000150975 http_request_duration_seconds_count{method="GET",path="/credentials.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/credentials.properties",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/credentials.properties",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/credentials.properties",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/credentials.properties",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/credentials.properties",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/credentials.properties",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/credentials.properties",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/credentials.properties",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/credentials.properties",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/credentials.properties",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/credentials.properties",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/credentials.properties",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/credentials.properties",status="429"} 0.000125416 http_request_duration_seconds_count{method="GET",path="/credentials.properties",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/credentials.ts",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/credentials.ts",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/credentials.ts",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/credentials.ts",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/credentials.ts",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/credentials.ts",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/credentials.ts",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/credentials.ts",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/credentials.ts",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/credentials.ts",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/credentials.ts",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/credentials.ts",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/credentials.ts",status="429"} 0.000182559 http_request_duration_seconds_count{method="GET",path="/credentials.ts",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/credentials.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/credentials.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/credentials.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/credentials.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/credentials.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/credentials.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/credentials.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/credentials.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/credentials.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/credentials.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/credentials.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/credentials.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/credentials.zip",status="429"} 6.2552e-05 http_request_duration_seconds_count{method="GET",path="/credentials.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/credentials/service-account.json",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/credentials/service-account.json",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/credentials/service-account.json",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/credentials/service-account.json",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/credentials/service-account.json",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/credentials/service-account.json",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/credentials/service-account.json",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/credentials/service-account.json",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/credentials/service-account.json",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/credentials/service-account.json",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/credentials/service-account.json",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/credentials/service-account.json",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/credentials/service-account.json",status="404"} 0.000136223 http_request_duration_seconds_count{method="GET",path="/credentials/service-account.json",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/credentials_aws.go",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/credentials_aws.go",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/credentials_aws.go",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/credentials_aws.go",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/credentials_aws.go",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/credentials_aws.go",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/credentials_aws.go",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/credentials_aws.go",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/credentials_aws.go",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/credentials_aws.go",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/credentials_aws.go",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/credentials_aws.go",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/credentials_aws.go",status="404"} 9.13e-05 http_request_duration_seconds_count{method="GET",path="/credentials_aws.go",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/credentials_aws.go",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/credentials_aws.go",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/credentials_aws.go",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/credentials_aws.go",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/credentials_aws.go",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/credentials_aws.go",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/credentials_aws.go",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/credentials_aws.go",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/credentials_aws.go",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/credentials_aws.go",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/credentials_aws.go",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/credentials_aws.go",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/credentials_aws.go",status="429"} 2.8244e-05 http_request_duration_seconds_count{method="GET",path="/credentials_aws.go",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/creds.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/creds.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/creds.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/creds.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/creds.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/creds.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/creds.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/creds.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/creds.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/creds.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/creds.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/creds.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/creds.zip",status="429"} 3.3898e-05 http_request_duration_seconds_count{method="GET",path="/creds.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/crgio.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/crgio.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/crgio.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/crgio.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/crgio.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/crgio.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/crgio.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/crgio.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/crgio.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/crgio.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/crgio.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/crgio.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/crgio.php",status="404"} 0.000314706 http_request_duration_seconds_count{method="GET",path="/crgio.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/crgio.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/crgio.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/crgio.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/crgio.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/crgio.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/crgio.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/crgio.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/crgio.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/crgio.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/crgio.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/crgio.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/crgio.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/crgio.php",status="429"} 0.000130929 http_request_duration_seconds_count{method="GET",path="/crgio.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/crm/.env",status="404",le="0.005"} 8 http_request_duration_seconds_bucket{method="GET",path="/crm/.env",status="404",le="0.01"} 8 http_request_duration_seconds_bucket{method="GET",path="/crm/.env",status="404",le="0.025"} 8 http_request_duration_seconds_bucket{method="GET",path="/crm/.env",status="404",le="0.05"} 8 http_request_duration_seconds_bucket{method="GET",path="/crm/.env",status="404",le="0.1"} 8 http_request_duration_seconds_bucket{method="GET",path="/crm/.env",status="404",le="0.25"} 8 http_request_duration_seconds_bucket{method="GET",path="/crm/.env",status="404",le="0.5"} 8 http_request_duration_seconds_bucket{method="GET",path="/crm/.env",status="404",le="1"} 8 http_request_duration_seconds_bucket{method="GET",path="/crm/.env",status="404",le="2.5"} 8 http_request_duration_seconds_bucket{method="GET",path="/crm/.env",status="404",le="5"} 8 http_request_duration_seconds_bucket{method="GET",path="/crm/.env",status="404",le="10"} 8 http_request_duration_seconds_bucket{method="GET",path="/crm/.env",status="404",le="+Inf"} 8 http_request_duration_seconds_sum{method="GET",path="/crm/.env",status="404"} 0.00109328 http_request_duration_seconds_count{method="GET",path="/crm/.env",status="404"} 8 http_request_duration_seconds_bucket{method="GET",path="/crm/.env",status="429",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/crm/.env",status="429",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/crm/.env",status="429",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/crm/.env",status="429",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/crm/.env",status="429",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/crm/.env",status="429",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/crm/.env",status="429",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/crm/.env",status="429",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/crm/.env",status="429",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/crm/.env",status="429",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/crm/.env",status="429",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/crm/.env",status="429",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/crm/.env",status="429"} 0.00030587699999999997 http_request_duration_seconds_count{method="GET",path="/crm/.env",status="429"} 3 http_request_duration_seconds_bucket{method="GET",path="/cron.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/cron.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/cron.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/cron.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/cron.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/cron.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/cron.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/cron.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/cron.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/cron.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/cron.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/cron.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/cron.zip",status="429"} 4.1834e-05 http_request_duration_seconds_count{method="GET",path="/cron.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/cron/.env",status="404",le="0.005"} 8 http_request_duration_seconds_bucket{method="GET",path="/cron/.env",status="404",le="0.01"} 8 http_request_duration_seconds_bucket{method="GET",path="/cron/.env",status="404",le="0.025"} 8 http_request_duration_seconds_bucket{method="GET",path="/cron/.env",status="404",le="0.05"} 8 http_request_duration_seconds_bucket{method="GET",path="/cron/.env",status="404",le="0.1"} 8 http_request_duration_seconds_bucket{method="GET",path="/cron/.env",status="404",le="0.25"} 8 http_request_duration_seconds_bucket{method="GET",path="/cron/.env",status="404",le="0.5"} 8 http_request_duration_seconds_bucket{method="GET",path="/cron/.env",status="404",le="1"} 8 http_request_duration_seconds_bucket{method="GET",path="/cron/.env",status="404",le="2.5"} 8 http_request_duration_seconds_bucket{method="GET",path="/cron/.env",status="404",le="5"} 8 http_request_duration_seconds_bucket{method="GET",path="/cron/.env",status="404",le="10"} 8 http_request_duration_seconds_bucket{method="GET",path="/cron/.env",status="404",le="+Inf"} 8 http_request_duration_seconds_sum{method="GET",path="/cron/.env",status="404"} 0.0011436290000000002 http_request_duration_seconds_count{method="GET",path="/cron/.env",status="404"} 8 http_request_duration_seconds_bucket{method="GET",path="/cron/.env",status="429",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/cron/.env",status="429",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/cron/.env",status="429",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/cron/.env",status="429",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/cron/.env",status="429",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/cron/.env",status="429",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/cron/.env",status="429",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/cron/.env",status="429",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/cron/.env",status="429",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/cron/.env",status="429",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/cron/.env",status="429",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/cron/.env",status="429",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/cron/.env",status="429"} 0.000301462 http_request_duration_seconds_count{method="GET",path="/cron/.env",status="429"} 3 http_request_duration_seconds_bucket{method="GET",path="/cron/index.js",status="429",le="0.005"} 17 http_request_duration_seconds_bucket{method="GET",path="/cron/index.js",status="429",le="0.01"} 17 http_request_duration_seconds_bucket{method="GET",path="/cron/index.js",status="429",le="0.025"} 17 http_request_duration_seconds_bucket{method="GET",path="/cron/index.js",status="429",le="0.05"} 17 http_request_duration_seconds_bucket{method="GET",path="/cron/index.js",status="429",le="0.1"} 17 http_request_duration_seconds_bucket{method="GET",path="/cron/index.js",status="429",le="0.25"} 17 http_request_duration_seconds_bucket{method="GET",path="/cron/index.js",status="429",le="0.5"} 17 http_request_duration_seconds_bucket{method="GET",path="/cron/index.js",status="429",le="1"} 17 http_request_duration_seconds_bucket{method="GET",path="/cron/index.js",status="429",le="2.5"} 17 http_request_duration_seconds_bucket{method="GET",path="/cron/index.js",status="429",le="5"} 17 http_request_duration_seconds_bucket{method="GET",path="/cron/index.js",status="429",le="10"} 17 http_request_duration_seconds_bucket{method="GET",path="/cron/index.js",status="429",le="+Inf"} 17 http_request_duration_seconds_sum{method="GET",path="/cron/index.js",status="429"} 0.001170337 http_request_duration_seconds_count{method="GET",path="/cron/index.js",status="429"} 17 http_request_duration_seconds_bucket{method="GET",path="/cronlab/.env",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/cronlab/.env",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/cronlab/.env",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/cronlab/.env",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/cronlab/.env",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/cronlab/.env",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/cronlab/.env",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/cronlab/.env",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/cronlab/.env",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/cronlab/.env",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/cronlab/.env",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/cronlab/.env",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/cronlab/.env",status="404"} 0.000142593 http_request_duration_seconds_count{method="GET",path="/cronlab/.env",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/cronlab/.env",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/cronlab/.env",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/cronlab/.env",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/cronlab/.env",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/cronlab/.env",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/cronlab/.env",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/cronlab/.env",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/cronlab/.env",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/cronlab/.env",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/cronlab/.env",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/cronlab/.env",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/cronlab/.env",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/cronlab/.env",status="429"} 0.000102708 http_request_duration_seconds_count{method="GET",path="/cronlab/.env",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/css.php",status="404",le="0.005"} 7 http_request_duration_seconds_bucket{method="GET",path="/css.php",status="404",le="0.01"} 7 http_request_duration_seconds_bucket{method="GET",path="/css.php",status="404",le="0.025"} 7 http_request_duration_seconds_bucket{method="GET",path="/css.php",status="404",le="0.05"} 7 http_request_duration_seconds_bucket{method="GET",path="/css.php",status="404",le="0.1"} 7 http_request_duration_seconds_bucket{method="GET",path="/css.php",status="404",le="0.25"} 7 http_request_duration_seconds_bucket{method="GET",path="/css.php",status="404",le="0.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/css.php",status="404",le="1"} 7 http_request_duration_seconds_bucket{method="GET",path="/css.php",status="404",le="2.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/css.php",status="404",le="5"} 7 http_request_duration_seconds_bucket{method="GET",path="/css.php",status="404",le="10"} 7 http_request_duration_seconds_bucket{method="GET",path="/css.php",status="404",le="+Inf"} 7 http_request_duration_seconds_sum{method="GET",path="/css.php",status="404"} 0.000939993 http_request_duration_seconds_count{method="GET",path="/css.php",status="404"} 7 http_request_duration_seconds_bucket{method="GET",path="/css/autoload_classmap.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/css/autoload_classmap.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/css/autoload_classmap.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/css/autoload_classmap.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/css/autoload_classmap.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/css/autoload_classmap.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/css/autoload_classmap.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/css/autoload_classmap.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/css/autoload_classmap.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/css/autoload_classmap.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/css/autoload_classmap.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/css/autoload_classmap.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/css/autoload_classmap.php",status="404"} 0.000131551 http_request_duration_seconds_count{method="GET",path="/css/autoload_classmap.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/css/colors/blue/index.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/css/colors/blue/index.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/css/colors/blue/index.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/css/colors/blue/index.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/css/colors/blue/index.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/css/colors/blue/index.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/css/colors/blue/index.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/css/colors/blue/index.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/css/colors/blue/index.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/css/colors/blue/index.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/css/colors/blue/index.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/css/colors/blue/index.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/css/colors/blue/index.php",status="404"} 0.00026976400000000003 http_request_duration_seconds_count{method="GET",path="/css/colors/blue/index.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/css/index.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/css/index.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/css/index.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/css/index.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/css/index.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/css/index.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/css/index.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/css/index.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/css/index.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/css/index.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/css/index.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/css/index.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/css/index.php",status="404"} 0.000288481 http_request_duration_seconds_count{method="GET",path="/css/index.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/csv.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/csv.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/csv.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/csv.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/csv.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/csv.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/csv.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/csv.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/csv.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/csv.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/csv.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/csv.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/csv.php",status="404"} 0.0005612939999999999 http_request_duration_seconds_count{method="GET",path="/csv.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/cu.php",status="404",le="0.005"} 5 http_request_duration_seconds_bucket{method="GET",path="/cu.php",status="404",le="0.01"} 5 http_request_duration_seconds_bucket{method="GET",path="/cu.php",status="404",le="0.025"} 5 http_request_duration_seconds_bucket{method="GET",path="/cu.php",status="404",le="0.05"} 5 http_request_duration_seconds_bucket{method="GET",path="/cu.php",status="404",le="0.1"} 5 http_request_duration_seconds_bucket{method="GET",path="/cu.php",status="404",le="0.25"} 5 http_request_duration_seconds_bucket{method="GET",path="/cu.php",status="404",le="0.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/cu.php",status="404",le="1"} 5 http_request_duration_seconds_bucket{method="GET",path="/cu.php",status="404",le="2.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/cu.php",status="404",le="5"} 5 http_request_duration_seconds_bucket{method="GET",path="/cu.php",status="404",le="10"} 5 http_request_duration_seconds_bucket{method="GET",path="/cu.php",status="404",le="+Inf"} 5 http_request_duration_seconds_sum{method="GET",path="/cu.php",status="404"} 0.0008428139999999999 http_request_duration_seconds_count{method="GET",path="/cu.php",status="404"} 5 http_request_duration_seconds_bucket{method="GET",path="/current.7z",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/current.7z",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/current.7z",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/current.7z",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/current.7z",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/current.7z",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/current.7z",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/current.7z",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/current.7z",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/current.7z",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/current.7z",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/current.7z",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/current.7z",status="404"} 0.00014866 http_request_duration_seconds_count{method="GET",path="/current.7z",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/current.bz2",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/current.bz2",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/current.bz2",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/current.bz2",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/current.bz2",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/current.bz2",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/current.bz2",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/current.bz2",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/current.bz2",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/current.bz2",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/current.bz2",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/current.bz2",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/current.bz2",status="404"} 0.00012843 http_request_duration_seconds_count{method="GET",path="/current.bz2",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/current.gz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/current.gz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/current.gz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/current.gz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/current.gz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/current.gz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/current.gz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/current.gz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/current.gz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/current.gz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/current.gz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/current.gz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/current.gz",status="404"} 0.000133533 http_request_duration_seconds_count{method="GET",path="/current.gz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/current.rar",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/current.rar",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/current.rar",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/current.rar",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/current.rar",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/current.rar",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/current.rar",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/current.rar",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/current.rar",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/current.rar",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/current.rar",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/current.rar",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/current.rar",status="404"} 0.000126966 http_request_duration_seconds_count{method="GET",path="/current.rar",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/current.sql",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/current.sql",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/current.sql",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/current.sql",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/current.sql",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/current.sql",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/current.sql",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/current.sql",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/current.sql",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/current.sql",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/current.sql",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/current.sql",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/current.sql",status="404"} 0.00014475 http_request_duration_seconds_count{method="GET",path="/current.sql",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/current.sql.bz2",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/current.sql.bz2",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/current.sql.bz2",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/current.sql.bz2",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/current.sql.bz2",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/current.sql.bz2",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/current.sql.bz2",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/current.sql.bz2",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/current.sql.bz2",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/current.sql.bz2",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/current.sql.bz2",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/current.sql.bz2",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/current.sql.bz2",status="404"} 0.000145909 http_request_duration_seconds_count{method="GET",path="/current.sql.bz2",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/current.sql.gz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/current.sql.gz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/current.sql.gz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/current.sql.gz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/current.sql.gz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/current.sql.gz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/current.sql.gz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/current.sql.gz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/current.sql.gz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/current.sql.gz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/current.sql.gz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/current.sql.gz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/current.sql.gz",status="404"} 0.000142146 http_request_duration_seconds_count{method="GET",path="/current.sql.gz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/current.tar",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/current.tar",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/current.tar",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/current.tar",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/current.tar",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/current.tar",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/current.tar",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/current.tar",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/current.tar",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/current.tar",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/current.tar",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/current.tar",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/current.tar",status="404"} 0.000207465 http_request_duration_seconds_count{method="GET",path="/current.tar",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/current.tar.bz2",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/current.tar.bz2",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/current.tar.bz2",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/current.tar.bz2",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/current.tar.bz2",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/current.tar.bz2",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/current.tar.bz2",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/current.tar.bz2",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/current.tar.bz2",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/current.tar.bz2",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/current.tar.bz2",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/current.tar.bz2",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/current.tar.bz2",status="404"} 0.000163121 http_request_duration_seconds_count{method="GET",path="/current.tar.bz2",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/current.tar.gz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/current.tar.gz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/current.tar.gz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/current.tar.gz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/current.tar.gz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/current.tar.gz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/current.tar.gz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/current.tar.gz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/current.tar.gz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/current.tar.gz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/current.tar.gz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/current.tar.gz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/current.tar.gz",status="404"} 0.000150944 http_request_duration_seconds_count{method="GET",path="/current.tar.gz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/current.tar.xz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/current.tar.xz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/current.tar.xz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/current.tar.xz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/current.tar.xz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/current.tar.xz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/current.tar.xz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/current.tar.xz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/current.tar.xz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/current.tar.xz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/current.tar.xz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/current.tar.xz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/current.tar.xz",status="404"} 0.000141126 http_request_duration_seconds_count{method="GET",path="/current.tar.xz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/current.tgz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/current.tgz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/current.tgz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/current.tgz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/current.tgz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/current.tgz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/current.tgz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/current.tgz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/current.tgz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/current.tgz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/current.tgz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/current.tgz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/current.tgz",status="404"} 0.000136418 http_request_duration_seconds_count{method="GET",path="/current.tgz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/current.zip",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/current.zip",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/current.zip",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/current.zip",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/current.zip",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/current.zip",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/current.zip",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/current.zip",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/current.zip",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/current.zip",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/current.zip",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/current.zip",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/current.zip",status="404"} 0.000130361 http_request_duration_seconds_count{method="GET",path="/current.zip",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/current.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/current.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/current.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/current.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/current.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/current.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/current.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/current.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/current.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/current.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/current.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/current.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/current.zip",status="429"} 3.3805e-05 http_request_duration_seconds_count{method="GET",path="/current.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/current.zst",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/current.zst",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/current.zst",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/current.zst",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/current.zst",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/current.zst",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/current.zst",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/current.zst",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/current.zst",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/current.zst",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/current.zst",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/current.zst",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/current.zst",status="404"} 0.00013081 http_request_duration_seconds_count{method="GET",path="/current.zst",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/current/.env",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/current/.env",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/current/.env",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/current/.env",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/current/.env",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/current/.env",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/current/.env",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/current/.env",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/current/.env",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/current/.env",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/current/.env",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/current/.env",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/current/.env",status="404"} 0.000194629 http_request_duration_seconds_count{method="GET",path="/current/.env",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/current/.env",status="429",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/current/.env",status="429",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/current/.env",status="429",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/current/.env",status="429",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/current/.env",status="429",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/current/.env",status="429",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/current/.env",status="429",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/current/.env",status="429",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/current/.env",status="429",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/current/.env",status="429",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/current/.env",status="429",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/current/.env",status="429",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/current/.env",status="429"} 0.00027242900000000003 http_request_duration_seconds_count{method="GET",path="/current/.env",status="429"} 3 http_request_duration_seconds_bucket{method="GET",path="/custom-plugin.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/custom-plugin.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/custom-plugin.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/custom-plugin.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/custom-plugin.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/custom-plugin.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/custom-plugin.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/custom-plugin.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/custom-plugin.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/custom-plugin.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/custom-plugin.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/custom-plugin.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/custom-plugin.php",status="404"} 0.000167039 http_request_duration_seconds_count{method="GET",path="/custom-plugin.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/custom.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/custom.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/custom.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/custom.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/custom.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/custom.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/custom.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/custom.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/custom.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/custom.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/custom.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/custom.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/custom.zip",status="429"} 4.2259e-05 http_request_duration_seconds_count{method="GET",path="/custom.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/customer.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/customer.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/customer.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/customer.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/customer.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/customer.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/customer.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/customer.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/customer.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/customer.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/customer.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/customer.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/customer.zip",status="429"} 4.2193999999999996e-05 http_request_duration_seconds_count{method="GET",path="/customer.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/customer/.env",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/customer/.env",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/customer/.env",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/customer/.env",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/customer/.env",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/customer/.env",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/customer/.env",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/customer/.env",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/customer/.env",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/customer/.env",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/customer/.env",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/customer/.env",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/customer/.env",status="429"} 0.000119526 http_request_duration_seconds_count{method="GET",path="/customer/.env",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/customers/.env",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/customers/.env",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/customers/.env",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/customers/.env",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/customers/.env",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/customers/.env",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/customers/.env",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/customers/.env",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/customers/.env",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/customers/.env",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/customers/.env",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/customers/.env",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/customers/.env",status="429"} 0.00020284399999999998 http_request_duration_seconds_count{method="GET",path="/customers/.env",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/cxs.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/cxs.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/cxs.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/cxs.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/cxs.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/cxs.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/cxs.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/cxs.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/cxs.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/cxs.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/cxs.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/cxs.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/cxs.php",status="404"} 0.000130567 http_request_duration_seconds_count{method="GET",path="/cxs.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/d.php",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/d.php",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/d.php",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/d.php",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/d.php",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/d.php",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/d.php",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/d.php",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/d.php",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/d.php",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/d.php",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/d.php",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/d.php",status="404"} 0.00043729399999999996 http_request_duration_seconds_count{method="GET",path="/d.php",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/d.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/d.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/d.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/d.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/d.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/d.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/d.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/d.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/d.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/d.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/d.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/d.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/d.php",status="429"} 0.000129747 http_request_duration_seconds_count{method="GET",path="/d.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/d12.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/d12.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/d12.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/d12.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/d12.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/d12.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/d12.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/d12.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/d12.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/d12.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/d12.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/d12.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/d12.php",status="404"} 0.00012773 http_request_duration_seconds_count{method="GET",path="/d12.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/dal.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/dal.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/dal.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/dal.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/dal.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/dal.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/dal.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/dal.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/dal.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/dal.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/dal.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/dal.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/dal.php",status="404"} 0.000170981 http_request_duration_seconds_count{method="GET",path="/dal.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/dashboard.zip",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/dashboard.zip",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/dashboard.zip",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/dashboard.zip",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/dashboard.zip",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/dashboard.zip",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/dashboard.zip",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/dashboard.zip",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/dashboard.zip",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/dashboard.zip",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/dashboard.zip",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/dashboard.zip",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/dashboard.zip",status="404"} 1.6077e-05 http_request_duration_seconds_count{method="GET",path="/dashboard.zip",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/dashboard.zip",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/dashboard.zip",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/dashboard.zip",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/dashboard.zip",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/dashboard.zip",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/dashboard.zip",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/dashboard.zip",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/dashboard.zip",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/dashboard.zip",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/dashboard.zip",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/dashboard.zip",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/dashboard.zip",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/dashboard.zip",status="429"} 1.4183e-05 http_request_duration_seconds_count{method="GET",path="/dashboard.zip",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/dashboard/*",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/dashboard/*",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/dashboard/*",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/dashboard/*",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/dashboard/*",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/dashboard/*",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/dashboard/*",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/dashboard/*",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/dashboard/*",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/dashboard/*",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/dashboard/*",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/dashboard/*",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/dashboard/*",status="429"} 0.000213085 http_request_duration_seconds_count{method="GET",path="/dashboard/*",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/dashboard/.env",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/dashboard/.env",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/dashboard/.env",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/dashboard/.env",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/dashboard/.env",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/dashboard/.env",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/dashboard/.env",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/dashboard/.env",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/dashboard/.env",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/dashboard/.env",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/dashboard/.env",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/dashboard/.env",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/dashboard/.env",status="404"} 0.000132889 http_request_duration_seconds_count{method="GET",path="/dashboard/.env",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/dashboard/.env",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/dashboard/.env",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/dashboard/.env",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/dashboard/.env",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/dashboard/.env",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/dashboard/.env",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/dashboard/.env",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/dashboard/.env",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/dashboard/.env",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/dashboard/.env",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/dashboard/.env",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/dashboard/.env",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/dashboard/.env",status="429"} 7.6202e-05 http_request_duration_seconds_count{method="GET",path="/dashboard/.env",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/dashboard/.git/config",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/dashboard/.git/config",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/dashboard/.git/config",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/dashboard/.git/config",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/dashboard/.git/config",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/dashboard/.git/config",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/dashboard/.git/config",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/dashboard/.git/config",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/dashboard/.git/config",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/dashboard/.git/config",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/dashboard/.git/config",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/dashboard/.git/config",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/dashboard/.git/config",status="404"} 0.000137353 http_request_duration_seconds_count{method="GET",path="/dashboard/.git/config",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/dashboard/phpinfo.php",status="404",le="0.005"} 7 http_request_duration_seconds_bucket{method="GET",path="/dashboard/phpinfo.php",status="404",le="0.01"} 7 http_request_duration_seconds_bucket{method="GET",path="/dashboard/phpinfo.php",status="404",le="0.025"} 7 http_request_duration_seconds_bucket{method="GET",path="/dashboard/phpinfo.php",status="404",le="0.05"} 7 http_request_duration_seconds_bucket{method="GET",path="/dashboard/phpinfo.php",status="404",le="0.1"} 7 http_request_duration_seconds_bucket{method="GET",path="/dashboard/phpinfo.php",status="404",le="0.25"} 7 http_request_duration_seconds_bucket{method="GET",path="/dashboard/phpinfo.php",status="404",le="0.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/dashboard/phpinfo.php",status="404",le="1"} 7 http_request_duration_seconds_bucket{method="GET",path="/dashboard/phpinfo.php",status="404",le="2.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/dashboard/phpinfo.php",status="404",le="5"} 7 http_request_duration_seconds_bucket{method="GET",path="/dashboard/phpinfo.php",status="404",le="10"} 7 http_request_duration_seconds_bucket{method="GET",path="/dashboard/phpinfo.php",status="404",le="+Inf"} 7 http_request_duration_seconds_sum{method="GET",path="/dashboard/phpinfo.php",status="404"} 0.001165225 http_request_duration_seconds_count{method="GET",path="/dashboard/phpinfo.php",status="404"} 7 http_request_duration_seconds_bucket{method="GET",path="/dass.php",status="404",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/dass.php",status="404",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/dass.php",status="404",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/dass.php",status="404",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/dass.php",status="404",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/dass.php",status="404",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/dass.php",status="404",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/dass.php",status="404",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/dass.php",status="404",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/dass.php",status="404",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/dass.php",status="404",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/dass.php",status="404",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/dass.php",status="404"} 0.000524222 http_request_duration_seconds_count{method="GET",path="/dass.php",status="404"} 4 http_request_duration_seconds_bucket{method="GET",path="/data.7z",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/data.7z",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/data.7z",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/data.7z",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/data.7z",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/data.7z",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/data.7z",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/data.7z",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/data.7z",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/data.7z",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/data.7z",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/data.7z",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/data.7z",status="404"} 0.000193266 http_request_duration_seconds_count{method="GET",path="/data.7z",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/data.bz2",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/data.bz2",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/data.bz2",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/data.bz2",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/data.bz2",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/data.bz2",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/data.bz2",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/data.bz2",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/data.bz2",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/data.bz2",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/data.bz2",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/data.bz2",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/data.bz2",status="404"} 0.000133441 http_request_duration_seconds_count{method="GET",path="/data.bz2",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/data.gz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/data.gz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/data.gz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/data.gz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/data.gz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/data.gz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/data.gz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/data.gz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/data.gz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/data.gz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/data.gz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/data.gz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/data.gz",status="404"} 0.000159199 http_request_duration_seconds_count{method="GET",path="/data.gz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/data.rar",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/data.rar",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/data.rar",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/data.rar",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/data.rar",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/data.rar",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/data.rar",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/data.rar",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/data.rar",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/data.rar",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/data.rar",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/data.rar",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/data.rar",status="404"} 0.00014176 http_request_duration_seconds_count{method="GET",path="/data.rar",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/data.sql",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/data.sql",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/data.sql",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/data.sql",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/data.sql",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/data.sql",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/data.sql",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/data.sql",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/data.sql",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/data.sql",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/data.sql",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/data.sql",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/data.sql",status="404"} 0.000127009 http_request_duration_seconds_count{method="GET",path="/data.sql",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/data.sql.bz2",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/data.sql.bz2",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/data.sql.bz2",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/data.sql.bz2",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/data.sql.bz2",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/data.sql.bz2",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/data.sql.bz2",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/data.sql.bz2",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/data.sql.bz2",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/data.sql.bz2",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/data.sql.bz2",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/data.sql.bz2",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/data.sql.bz2",status="404"} 0.000128504 http_request_duration_seconds_count{method="GET",path="/data.sql.bz2",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/data.sql.gz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/data.sql.gz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/data.sql.gz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/data.sql.gz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/data.sql.gz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/data.sql.gz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/data.sql.gz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/data.sql.gz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/data.sql.gz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/data.sql.gz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/data.sql.gz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/data.sql.gz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/data.sql.gz",status="404"} 0.000157013 http_request_duration_seconds_count{method="GET",path="/data.sql.gz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/data.tar",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/data.tar",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/data.tar",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/data.tar",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/data.tar",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/data.tar",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/data.tar",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/data.tar",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/data.tar",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/data.tar",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/data.tar",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/data.tar",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/data.tar",status="404"} 0.00013092 http_request_duration_seconds_count{method="GET",path="/data.tar",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/data.tar.bz2",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/data.tar.bz2",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/data.tar.bz2",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/data.tar.bz2",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/data.tar.bz2",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/data.tar.bz2",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/data.tar.bz2",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/data.tar.bz2",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/data.tar.bz2",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/data.tar.bz2",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/data.tar.bz2",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/data.tar.bz2",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/data.tar.bz2",status="404"} 0.000132303 http_request_duration_seconds_count{method="GET",path="/data.tar.bz2",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/data.tar.gz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/data.tar.gz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/data.tar.gz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/data.tar.gz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/data.tar.gz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/data.tar.gz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/data.tar.gz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/data.tar.gz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/data.tar.gz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/data.tar.gz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/data.tar.gz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/data.tar.gz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/data.tar.gz",status="404"} 0.000145202 http_request_duration_seconds_count{method="GET",path="/data.tar.gz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/data.tar.xz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/data.tar.xz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/data.tar.xz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/data.tar.xz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/data.tar.xz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/data.tar.xz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/data.tar.xz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/data.tar.xz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/data.tar.xz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/data.tar.xz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/data.tar.xz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/data.tar.xz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/data.tar.xz",status="404"} 0.000177529 http_request_duration_seconds_count{method="GET",path="/data.tar.xz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/data.tgz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/data.tgz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/data.tgz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/data.tgz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/data.tgz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/data.tgz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/data.tgz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/data.tgz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/data.tgz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/data.tgz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/data.tgz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/data.tgz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/data.tgz",status="404"} 0.00015724 http_request_duration_seconds_count{method="GET",path="/data.tgz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/data.zip",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/data.zip",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/data.zip",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/data.zip",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/data.zip",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/data.zip",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/data.zip",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/data.zip",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/data.zip",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/data.zip",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/data.zip",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/data.zip",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/data.zip",status="404"} 0.000118812 http_request_duration_seconds_count{method="GET",path="/data.zip",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/data.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/data.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/data.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/data.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/data.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/data.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/data.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/data.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/data.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/data.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/data.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/data.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/data.zip",status="429"} 4.0996e-05 http_request_duration_seconds_count{method="GET",path="/data.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/data.zst",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/data.zst",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/data.zst",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/data.zst",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/data.zst",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/data.zst",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/data.zst",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/data.zst",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/data.zst",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/data.zst",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/data.zst",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/data.zst",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/data.zst",status="404"} 0.000149936 http_request_duration_seconds_count{method="GET",path="/data.zst",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/data/credentials.ini",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/data/credentials.ini",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/data/credentials.ini",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/data/credentials.ini",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/data/credentials.ini",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/data/credentials.ini",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/data/credentials.ini",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/data/credentials.ini",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/data/credentials.ini",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/data/credentials.ini",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/data/credentials.ini",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/data/credentials.ini",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/data/credentials.ini",status="429"} 0.00011762799999999999 http_request_duration_seconds_count{method="GET",path="/data/credentials.ini",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/database.7z",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.7z",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.7z",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.7z",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.7z",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.7z",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.7z",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.7z",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.7z",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.7z",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.7z",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.7z",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/database.7z",status="404"} 0.000144172 http_request_duration_seconds_count{method="GET",path="/database.7z",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.bz2",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.bz2",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.bz2",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.bz2",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.bz2",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.bz2",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.bz2",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.bz2",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.bz2",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.bz2",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.bz2",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.bz2",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/database.bz2",status="404"} 0.000126207 http_request_duration_seconds_count{method="GET",path="/database.bz2",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.gz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.gz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.gz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.gz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.gz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.gz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.gz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.gz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.gz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.gz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.gz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.gz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/database.gz",status="404"} 0.000135801 http_request_duration_seconds_count{method="GET",path="/database.gz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/database.php",status="404"} 0.00014159 http_request_duration_seconds_count{method="GET",path="/database.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.php",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/database.php",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/database.php",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/database.php",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/database.php",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/database.php",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/database.php",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/database.php",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/database.php",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/database.php",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/database.php",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/database.php",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/database.php",status="429"} 0.000127134 http_request_duration_seconds_count{method="GET",path="/database.php",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/database.rar",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.rar",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.rar",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.rar",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.rar",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.rar",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.rar",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.rar",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.rar",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.rar",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.rar",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.rar",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/database.rar",status="404"} 0.000126832 http_request_duration_seconds_count{method="GET",path="/database.rar",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.sql",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/database.sql",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/database.sql",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/database.sql",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/database.sql",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/database.sql",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/database.sql",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/database.sql",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/database.sql",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/database.sql",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/database.sql",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/database.sql",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/database.sql",status="404"} 0.000439955 http_request_duration_seconds_count{method="GET",path="/database.sql",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/database.sql.bz2",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.sql.bz2",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.sql.bz2",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.sql.bz2",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.sql.bz2",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.sql.bz2",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.sql.bz2",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.sql.bz2",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.sql.bz2",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.sql.bz2",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.sql.bz2",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.sql.bz2",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/database.sql.bz2",status="404"} 0.00018779 http_request_duration_seconds_count{method="GET",path="/database.sql.bz2",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.sql.gz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.sql.gz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.sql.gz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.sql.gz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.sql.gz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.sql.gz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.sql.gz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.sql.gz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.sql.gz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.sql.gz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.sql.gz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.sql.gz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/database.sql.gz",status="404"} 0.000143629 http_request_duration_seconds_count{method="GET",path="/database.sql.gz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.tar",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.tar",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.tar",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.tar",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.tar",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.tar",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.tar",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.tar",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.tar",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.tar",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.tar",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.tar",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/database.tar",status="404"} 0.000141669 http_request_duration_seconds_count{method="GET",path="/database.tar",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.tar.bz2",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.tar.bz2",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.tar.bz2",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.tar.bz2",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.tar.bz2",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.tar.bz2",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.tar.bz2",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.tar.bz2",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.tar.bz2",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.tar.bz2",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.tar.bz2",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.tar.bz2",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/database.tar.bz2",status="404"} 0.000150999 http_request_duration_seconds_count{method="GET",path="/database.tar.bz2",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.tar.gz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.tar.gz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.tar.gz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.tar.gz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.tar.gz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.tar.gz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.tar.gz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.tar.gz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.tar.gz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.tar.gz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.tar.gz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.tar.gz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/database.tar.gz",status="404"} 0.000168416 http_request_duration_seconds_count{method="GET",path="/database.tar.gz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.tar.xz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.tar.xz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.tar.xz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.tar.xz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.tar.xz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.tar.xz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.tar.xz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.tar.xz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.tar.xz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.tar.xz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.tar.xz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.tar.xz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/database.tar.xz",status="404"} 0.00013605 http_request_duration_seconds_count{method="GET",path="/database.tar.xz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.tgz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.tgz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.tgz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.tgz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.tgz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.tgz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.tgz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.tgz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.tgz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.tgz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.tgz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.tgz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/database.tgz",status="404"} 0.000152335 http_request_duration_seconds_count{method="GET",path="/database.tgz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.zip",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.zip",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.zip",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.zip",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.zip",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.zip",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.zip",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.zip",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.zip",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.zip",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.zip",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.zip",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/database.zip",status="404"} 0.000132506 http_request_duration_seconds_count{method="GET",path="/database.zip",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/database.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/database.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/database.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/database.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/database.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/database.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/database.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/database.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/database.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/database.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/database.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/database.zip",status="429"} 3.4974e-05 http_request_duration_seconds_count{method="GET",path="/database.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/database.zst",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.zst",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.zst",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.zst",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.zst",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.zst",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.zst",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.zst",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.zst",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.zst",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.zst",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.zst",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/database.zst",status="404"} 0.000160096 http_request_duration_seconds_count{method="GET",path="/database.zst",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/database/.env",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/database/.env",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/database/.env",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/database/.env",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/database/.env",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/database/.env",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/database/.env",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/database/.env",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/database/.env",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/database/.env",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/database/.env",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/database/.env",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/database/.env",status="404"} 0.000162772 http_request_duration_seconds_count{method="GET",path="/database/.env",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/database/.env",status="429",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/database/.env",status="429",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/database/.env",status="429",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/database/.env",status="429",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/database/.env",status="429",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/database/.env",status="429",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/database/.env",status="429",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/database/.env",status="429",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/database/.env",status="429",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/database/.env",status="429",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/database/.env",status="429",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/database/.env",status="429",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/database/.env",status="429"} 0.00021557599999999998 http_request_duration_seconds_count{method="GET",path="/database/.env",status="429"} 3 http_request_duration_seconds_bucket{method="GET",path="/datadog.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/datadog.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/datadog.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/datadog.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/datadog.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/datadog.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/datadog.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/datadog.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/datadog.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/datadog.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/datadog.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/datadog.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/datadog.zip",status="429"} 3.4464e-05 http_request_duration_seconds_count{method="GET",path="/datadog.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/db.7z",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/db.7z",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/db.7z",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/db.7z",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/db.7z",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/db.7z",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/db.7z",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/db.7z",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/db.7z",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/db.7z",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/db.7z",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/db.7z",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/db.7z",status="404"} 0.000138372 http_request_duration_seconds_count{method="GET",path="/db.7z",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/db.bz2",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/db.bz2",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/db.bz2",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/db.bz2",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/db.bz2",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/db.bz2",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/db.bz2",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/db.bz2",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/db.bz2",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/db.bz2",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/db.bz2",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/db.bz2",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/db.bz2",status="404"} 0.000128994 http_request_duration_seconds_count{method="GET",path="/db.bz2",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/db.gz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/db.gz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/db.gz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/db.gz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/db.gz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/db.gz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/db.gz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/db.gz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/db.gz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/db.gz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/db.gz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/db.gz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/db.gz",status="404"} 0.000131235 http_request_duration_seconds_count{method="GET",path="/db.gz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/db.php",status="404",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/db.php",status="404",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/db.php",status="404",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/db.php",status="404",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/db.php",status="404",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/db.php",status="404",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/db.php",status="404",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/db.php",status="404",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/db.php",status="404",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/db.php",status="404",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/db.php",status="404",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/db.php",status="404",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/db.php",status="404"} 0.0005677639999999999 http_request_duration_seconds_count{method="GET",path="/db.php",status="404"} 4 http_request_duration_seconds_bucket{method="GET",path="/db.php",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/db.php",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/db.php",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/db.php",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/db.php",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/db.php",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/db.php",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/db.php",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/db.php",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/db.php",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/db.php",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/db.php",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/db.php",status="429"} 0.000134115 http_request_duration_seconds_count{method="GET",path="/db.php",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/db.rar",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/db.rar",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/db.rar",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/db.rar",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/db.rar",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/db.rar",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/db.rar",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/db.rar",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/db.rar",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/db.rar",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/db.rar",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/db.rar",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/db.rar",status="404"} 0.000130787 http_request_duration_seconds_count{method="GET",path="/db.rar",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/db.sql",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/db.sql",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/db.sql",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/db.sql",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/db.sql",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/db.sql",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/db.sql",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/db.sql",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/db.sql",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/db.sql",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/db.sql",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/db.sql",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/db.sql",status="404"} 0.00046363100000000005 http_request_duration_seconds_count{method="GET",path="/db.sql",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/db.sql.bz2",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/db.sql.bz2",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/db.sql.bz2",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/db.sql.bz2",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/db.sql.bz2",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/db.sql.bz2",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/db.sql.bz2",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/db.sql.bz2",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/db.sql.bz2",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/db.sql.bz2",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/db.sql.bz2",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/db.sql.bz2",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/db.sql.bz2",status="404"} 0.00013085 http_request_duration_seconds_count{method="GET",path="/db.sql.bz2",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/db.sql.gz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/db.sql.gz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/db.sql.gz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/db.sql.gz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/db.sql.gz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/db.sql.gz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/db.sql.gz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/db.sql.gz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/db.sql.gz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/db.sql.gz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/db.sql.gz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/db.sql.gz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/db.sql.gz",status="404"} 0.000139584 http_request_duration_seconds_count{method="GET",path="/db.sql.gz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/db.tar",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/db.tar",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/db.tar",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/db.tar",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/db.tar",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/db.tar",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/db.tar",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/db.tar",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/db.tar",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/db.tar",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/db.tar",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/db.tar",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/db.tar",status="404"} 0.000136496 http_request_duration_seconds_count{method="GET",path="/db.tar",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/db.tar.bz2",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/db.tar.bz2",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/db.tar.bz2",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/db.tar.bz2",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/db.tar.bz2",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/db.tar.bz2",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/db.tar.bz2",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/db.tar.bz2",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/db.tar.bz2",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/db.tar.bz2",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/db.tar.bz2",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/db.tar.bz2",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/db.tar.bz2",status="404"} 0.000130387 http_request_duration_seconds_count{method="GET",path="/db.tar.bz2",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/db.tar.gz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/db.tar.gz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/db.tar.gz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/db.tar.gz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/db.tar.gz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/db.tar.gz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/db.tar.gz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/db.tar.gz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/db.tar.gz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/db.tar.gz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/db.tar.gz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/db.tar.gz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/db.tar.gz",status="404"} 0.000140001 http_request_duration_seconds_count{method="GET",path="/db.tar.gz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/db.tar.xz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/db.tar.xz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/db.tar.xz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/db.tar.xz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/db.tar.xz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/db.tar.xz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/db.tar.xz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/db.tar.xz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/db.tar.xz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/db.tar.xz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/db.tar.xz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/db.tar.xz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/db.tar.xz",status="404"} 0.000149004 http_request_duration_seconds_count{method="GET",path="/db.tar.xz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/db.tgz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/db.tgz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/db.tgz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/db.tgz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/db.tgz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/db.tgz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/db.tgz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/db.tgz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/db.tgz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/db.tgz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/db.tgz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/db.tgz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/db.tgz",status="404"} 0.000215963 http_request_duration_seconds_count{method="GET",path="/db.tgz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/db.zip",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/db.zip",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/db.zip",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/db.zip",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/db.zip",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/db.zip",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/db.zip",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/db.zip",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/db.zip",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/db.zip",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/db.zip",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/db.zip",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/db.zip",status="404"} 0.000130243 http_request_duration_seconds_count{method="GET",path="/db.zip",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/db.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/db.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/db.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/db.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/db.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/db.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/db.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/db.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/db.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/db.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/db.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/db.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/db.zip",status="429"} 4.1685000000000005e-05 http_request_duration_seconds_count{method="GET",path="/db.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/db.zst",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/db.zst",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/db.zst",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/db.zst",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/db.zst",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/db.zst",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/db.zst",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/db.zst",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/db.zst",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/db.zst",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/db.zst",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/db.zst",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/db.zst",status="404"} 0.000165715 http_request_duration_seconds_count{method="GET",path="/db.zst",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/db/.env",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/db/.env",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/db/.env",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/db/.env",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/db/.env",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/db/.env",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/db/.env",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/db/.env",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/db/.env",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/db/.env",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/db/.env",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/db/.env",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/db/.env",status="429"} 0.000218405 http_request_duration_seconds_count{method="GET",path="/db/.env",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/db_backup.7z",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_backup.7z",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_backup.7z",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_backup.7z",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_backup.7z",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_backup.7z",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_backup.7z",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_backup.7z",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_backup.7z",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_backup.7z",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_backup.7z",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_backup.7z",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/db_backup.7z",status="404"} 0.00015647 http_request_duration_seconds_count{method="GET",path="/db_backup.7z",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_backup.bz2",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_backup.bz2",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_backup.bz2",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_backup.bz2",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_backup.bz2",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_backup.bz2",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_backup.bz2",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_backup.bz2",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_backup.bz2",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_backup.bz2",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_backup.bz2",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_backup.bz2",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/db_backup.bz2",status="404"} 0.000131251 http_request_duration_seconds_count{method="GET",path="/db_backup.bz2",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_backup.gz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_backup.gz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_backup.gz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_backup.gz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_backup.gz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_backup.gz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_backup.gz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_backup.gz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_backup.gz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_backup.gz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_backup.gz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_backup.gz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/db_backup.gz",status="404"} 0.000154079 http_request_duration_seconds_count{method="GET",path="/db_backup.gz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_backup.rar",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_backup.rar",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_backup.rar",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_backup.rar",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_backup.rar",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_backup.rar",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_backup.rar",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_backup.rar",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_backup.rar",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_backup.rar",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_backup.rar",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_backup.rar",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/db_backup.rar",status="404"} 0.000131905 http_request_duration_seconds_count{method="GET",path="/db_backup.rar",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_backup.sql",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_backup.sql",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_backup.sql",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_backup.sql",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_backup.sql",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_backup.sql",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_backup.sql",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_backup.sql",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_backup.sql",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_backup.sql",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_backup.sql",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_backup.sql",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/db_backup.sql",status="404"} 0.000134205 http_request_duration_seconds_count{method="GET",path="/db_backup.sql",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_backup.sql.bz2",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_backup.sql.bz2",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_backup.sql.bz2",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_backup.sql.bz2",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_backup.sql.bz2",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_backup.sql.bz2",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_backup.sql.bz2",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_backup.sql.bz2",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_backup.sql.bz2",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_backup.sql.bz2",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_backup.sql.bz2",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_backup.sql.bz2",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/db_backup.sql.bz2",status="404"} 0.000183922 http_request_duration_seconds_count{method="GET",path="/db_backup.sql.bz2",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_backup.sql.gz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_backup.sql.gz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_backup.sql.gz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_backup.sql.gz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_backup.sql.gz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_backup.sql.gz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_backup.sql.gz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_backup.sql.gz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_backup.sql.gz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_backup.sql.gz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_backup.sql.gz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_backup.sql.gz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/db_backup.sql.gz",status="404"} 0.000136434 http_request_duration_seconds_count{method="GET",path="/db_backup.sql.gz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_backup.tar",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_backup.tar",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_backup.tar",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_backup.tar",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_backup.tar",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_backup.tar",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_backup.tar",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_backup.tar",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_backup.tar",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_backup.tar",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_backup.tar",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_backup.tar",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/db_backup.tar",status="404"} 0.000155544 http_request_duration_seconds_count{method="GET",path="/db_backup.tar",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_backup.tar.bz2",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_backup.tar.bz2",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_backup.tar.bz2",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_backup.tar.bz2",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_backup.tar.bz2",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_backup.tar.bz2",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_backup.tar.bz2",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_backup.tar.bz2",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_backup.tar.bz2",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_backup.tar.bz2",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_backup.tar.bz2",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_backup.tar.bz2",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/db_backup.tar.bz2",status="404"} 0.000178266 http_request_duration_seconds_count{method="GET",path="/db_backup.tar.bz2",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_backup.tar.gz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_backup.tar.gz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_backup.tar.gz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_backup.tar.gz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_backup.tar.gz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_backup.tar.gz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_backup.tar.gz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_backup.tar.gz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_backup.tar.gz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_backup.tar.gz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_backup.tar.gz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_backup.tar.gz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/db_backup.tar.gz",status="404"} 0.000128249 http_request_duration_seconds_count{method="GET",path="/db_backup.tar.gz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_backup.tar.xz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_backup.tar.xz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_backup.tar.xz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_backup.tar.xz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_backup.tar.xz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_backup.tar.xz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_backup.tar.xz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_backup.tar.xz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_backup.tar.xz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_backup.tar.xz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_backup.tar.xz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_backup.tar.xz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/db_backup.tar.xz",status="404"} 0.000174915 http_request_duration_seconds_count{method="GET",path="/db_backup.tar.xz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_backup.tgz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_backup.tgz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_backup.tgz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_backup.tgz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_backup.tgz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_backup.tgz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_backup.tgz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_backup.tgz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_backup.tgz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_backup.tgz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_backup.tgz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_backup.tgz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/db_backup.tgz",status="404"} 0.000144813 http_request_duration_seconds_count{method="GET",path="/db_backup.tgz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_backup.zip",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_backup.zip",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_backup.zip",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_backup.zip",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_backup.zip",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_backup.zip",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_backup.zip",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_backup.zip",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_backup.zip",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_backup.zip",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_backup.zip",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_backup.zip",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/db_backup.zip",status="404"} 0.00013269 http_request_duration_seconds_count{method="GET",path="/db_backup.zip",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_backup.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/db_backup.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/db_backup.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/db_backup.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/db_backup.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/db_backup.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/db_backup.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/db_backup.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/db_backup.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/db_backup.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/db_backup.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/db_backup.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/db_backup.zip",status="429"} 6.3967e-05 http_request_duration_seconds_count{method="GET",path="/db_backup.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/db_backup.zst",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_backup.zst",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_backup.zst",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_backup.zst",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_backup.zst",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_backup.zst",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_backup.zst",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_backup.zst",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_backup.zst",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_backup.zst",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_backup.zst",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_backup.zst",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/db_backup.zst",status="404"} 0.000140004 http_request_duration_seconds_count{method="GET",path="/db_backup.zst",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_dump.7z",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_dump.7z",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_dump.7z",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_dump.7z",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_dump.7z",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_dump.7z",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_dump.7z",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_dump.7z",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_dump.7z",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_dump.7z",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_dump.7z",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_dump.7z",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/db_dump.7z",status="404"} 0.000143102 http_request_duration_seconds_count{method="GET",path="/db_dump.7z",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_dump.bz2",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_dump.bz2",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_dump.bz2",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_dump.bz2",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_dump.bz2",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_dump.bz2",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_dump.bz2",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_dump.bz2",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_dump.bz2",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_dump.bz2",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_dump.bz2",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_dump.bz2",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/db_dump.bz2",status="404"} 0.000137293 http_request_duration_seconds_count{method="GET",path="/db_dump.bz2",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_dump.gz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_dump.gz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_dump.gz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_dump.gz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_dump.gz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_dump.gz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_dump.gz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_dump.gz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_dump.gz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_dump.gz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_dump.gz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_dump.gz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/db_dump.gz",status="404"} 0.000197299 http_request_duration_seconds_count{method="GET",path="/db_dump.gz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_dump.rar",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_dump.rar",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_dump.rar",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_dump.rar",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_dump.rar",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_dump.rar",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_dump.rar",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_dump.rar",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_dump.rar",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_dump.rar",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_dump.rar",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_dump.rar",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/db_dump.rar",status="404"} 0.000151381 http_request_duration_seconds_count{method="GET",path="/db_dump.rar",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_dump.sql",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_dump.sql",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_dump.sql",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_dump.sql",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_dump.sql",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_dump.sql",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_dump.sql",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_dump.sql",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_dump.sql",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_dump.sql",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_dump.sql",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_dump.sql",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/db_dump.sql",status="404"} 0.000125012 http_request_duration_seconds_count{method="GET",path="/db_dump.sql",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_dump.sql.bz2",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_dump.sql.bz2",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_dump.sql.bz2",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_dump.sql.bz2",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_dump.sql.bz2",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_dump.sql.bz2",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_dump.sql.bz2",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_dump.sql.bz2",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_dump.sql.bz2",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_dump.sql.bz2",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_dump.sql.bz2",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_dump.sql.bz2",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/db_dump.sql.bz2",status="404"} 0.00014197 http_request_duration_seconds_count{method="GET",path="/db_dump.sql.bz2",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_dump.sql.gz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_dump.sql.gz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_dump.sql.gz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_dump.sql.gz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_dump.sql.gz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_dump.sql.gz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_dump.sql.gz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_dump.sql.gz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_dump.sql.gz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_dump.sql.gz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_dump.sql.gz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_dump.sql.gz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/db_dump.sql.gz",status="404"} 0.000140193 http_request_duration_seconds_count{method="GET",path="/db_dump.sql.gz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_dump.tar",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_dump.tar",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_dump.tar",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_dump.tar",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_dump.tar",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_dump.tar",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_dump.tar",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_dump.tar",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_dump.tar",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_dump.tar",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_dump.tar",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_dump.tar",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/db_dump.tar",status="404"} 0.000144143 http_request_duration_seconds_count{method="GET",path="/db_dump.tar",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_dump.tar.bz2",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_dump.tar.bz2",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_dump.tar.bz2",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_dump.tar.bz2",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_dump.tar.bz2",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_dump.tar.bz2",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_dump.tar.bz2",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_dump.tar.bz2",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_dump.tar.bz2",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_dump.tar.bz2",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_dump.tar.bz2",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_dump.tar.bz2",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/db_dump.tar.bz2",status="404"} 0.000136445 http_request_duration_seconds_count{method="GET",path="/db_dump.tar.bz2",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_dump.tar.gz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_dump.tar.gz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_dump.tar.gz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_dump.tar.gz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_dump.tar.gz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_dump.tar.gz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_dump.tar.gz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_dump.tar.gz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_dump.tar.gz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_dump.tar.gz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_dump.tar.gz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_dump.tar.gz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/db_dump.tar.gz",status="404"} 0.000127543 http_request_duration_seconds_count{method="GET",path="/db_dump.tar.gz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_dump.tar.xz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_dump.tar.xz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_dump.tar.xz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_dump.tar.xz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_dump.tar.xz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_dump.tar.xz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_dump.tar.xz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_dump.tar.xz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_dump.tar.xz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_dump.tar.xz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_dump.tar.xz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_dump.tar.xz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/db_dump.tar.xz",status="404"} 0.000140209 http_request_duration_seconds_count{method="GET",path="/db_dump.tar.xz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_dump.tgz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_dump.tgz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_dump.tgz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_dump.tgz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_dump.tgz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_dump.tgz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_dump.tgz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_dump.tgz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_dump.tgz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_dump.tgz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_dump.tgz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_dump.tgz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/db_dump.tgz",status="404"} 0.000149417 http_request_duration_seconds_count{method="GET",path="/db_dump.tgz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_dump.zip",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_dump.zip",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_dump.zip",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_dump.zip",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_dump.zip",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_dump.zip",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_dump.zip",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_dump.zip",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_dump.zip",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_dump.zip",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_dump.zip",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_dump.zip",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/db_dump.zip",status="404"} 0.000127203 http_request_duration_seconds_count{method="GET",path="/db_dump.zip",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_dump.zst",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_dump.zst",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_dump.zst",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_dump.zst",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_dump.zst",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_dump.zst",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_dump.zst",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_dump.zst",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_dump.zst",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_dump.zst",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_dump.zst",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/db_dump.zst",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/db_dump.zst",status="404"} 0.000118774 http_request_duration_seconds_count{method="GET",path="/db_dump.zst",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/dbadmin.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/dbadmin.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/dbadmin.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/dbadmin.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/dbadmin.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/dbadmin.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/dbadmin.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/dbadmin.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/dbadmin.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/dbadmin.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/dbadmin.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/dbadmin.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/dbadmin.zip",status="429"} 6.509199999999999e-05 http_request_duration_seconds_count{method="GET",path="/dbadmin.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/dbadmin/.env",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/dbadmin/.env",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/dbadmin/.env",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/dbadmin/.env",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/dbadmin/.env",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/dbadmin/.env",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/dbadmin/.env",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/dbadmin/.env",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/dbadmin/.env",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/dbadmin/.env",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/dbadmin/.env",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/dbadmin/.env",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/dbadmin/.env",status="429"} 0.000143883 http_request_duration_seconds_count{method="GET",path="/dbadmin/.env",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/dbase.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/dbase.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/dbase.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/dbase.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/dbase.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/dbase.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/dbase.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/dbase.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/dbase.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/dbase.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/dbase.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/dbase.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/dbase.zip",status="429"} 4.5611e-05 http_request_duration_seconds_count{method="GET",path="/dbase.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/dbdump.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/dbdump.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/dbdump.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/dbdump.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/dbdump.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/dbdump.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/dbdump.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/dbdump.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/dbdump.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/dbdump.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/dbdump.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/dbdump.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/dbdump.zip",status="429"} 7.6945e-05 http_request_duration_seconds_count{method="GET",path="/dbdump.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/de.php",status="404",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/de.php",status="404",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/de.php",status="404",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/de.php",status="404",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/de.php",status="404",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/de.php",status="404",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/de.php",status="404",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/de.php",status="404",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/de.php",status="404",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/de.php",status="404",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/de.php",status="404",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/de.php",status="404",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/de.php",status="404"} 0.000579244 http_request_duration_seconds_count{method="GET",path="/de.php",status="404"} 4 http_request_duration_seconds_bucket{method="GET",path="/debug.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/debug.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/debug.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/debug.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/debug.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/debug.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/debug.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/debug.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/debug.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/debug.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/debug.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/debug.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/debug.php",status="404"} 0.000125738 http_request_duration_seconds_count{method="GET",path="/debug.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/debug.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/debug.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/debug.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/debug.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/debug.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/debug.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/debug.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/debug.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/debug.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/debug.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/debug.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/debug.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/debug.php",status="429"} 6.4465e-05 http_request_duration_seconds_count{method="GET",path="/debug.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/debug.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/debug.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/debug.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/debug.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/debug.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/debug.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/debug.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/debug.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/debug.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/debug.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/debug.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/debug.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/debug.zip",status="429"} 3.0416e-05 http_request_duration_seconds_count{method="GET",path="/debug.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/debug/",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/debug/",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/debug/",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/debug/",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/debug/",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/debug/",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/debug/",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/debug/",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/debug/",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/debug/",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/debug/",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/debug/",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/debug/",status="404"} 0.000134987 http_request_duration_seconds_count{method="GET",path="/debug/",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/debug/default/view",status="404",le="0.005"} 17 http_request_duration_seconds_bucket{method="GET",path="/debug/default/view",status="404",le="0.01"} 17 http_request_duration_seconds_bucket{method="GET",path="/debug/default/view",status="404",le="0.025"} 17 http_request_duration_seconds_bucket{method="GET",path="/debug/default/view",status="404",le="0.05"} 17 http_request_duration_seconds_bucket{method="GET",path="/debug/default/view",status="404",le="0.1"} 17 http_request_duration_seconds_bucket{method="GET",path="/debug/default/view",status="404",le="0.25"} 17 http_request_duration_seconds_bucket{method="GET",path="/debug/default/view",status="404",le="0.5"} 17 http_request_duration_seconds_bucket{method="GET",path="/debug/default/view",status="404",le="1"} 17 http_request_duration_seconds_bucket{method="GET",path="/debug/default/view",status="404",le="2.5"} 17 http_request_duration_seconds_bucket{method="GET",path="/debug/default/view",status="404",le="5"} 17 http_request_duration_seconds_bucket{method="GET",path="/debug/default/view",status="404",le="10"} 17 http_request_duration_seconds_bucket{method="GET",path="/debug/default/view",status="404",le="+Inf"} 17 http_request_duration_seconds_sum{method="GET",path="/debug/default/view",status="404"} 0.002610904 http_request_duration_seconds_count{method="GET",path="/debug/default/view",status="404"} 17 http_request_duration_seconds_bucket{method="GET",path="/debugbar/",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/debugbar/",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/debugbar/",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/debugbar/",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/debugbar/",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/debugbar/",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/debugbar/",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/debugbar/",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/debugbar/",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/debugbar/",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/debugbar/",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/debugbar/",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/debugbar/",status="404"} 0.000134969 http_request_duration_seconds_count{method="GET",path="/debugbar/",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/default.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/default.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/default.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/default.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/default.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/default.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/default.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/default.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/default.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/default.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/default.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/default.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/default.php",status="404"} 0.00029290100000000003 http_request_duration_seconds_count{method="GET",path="/default.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/default.php",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/default.php",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/default.php",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/default.php",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/default.php",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/default.php",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/default.php",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/default.php",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/default.php",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/default.php",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/default.php",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/default.php",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/default.php",status="429"} 0.000143932 http_request_duration_seconds_count{method="GET",path="/default.php",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/default.ts",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/default.ts",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/default.ts",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/default.ts",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/default.ts",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/default.ts",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/default.ts",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/default.ts",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/default.ts",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/default.ts",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/default.ts",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/default.ts",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/default.ts",status="429"} 0.000129024 http_request_duration_seconds_count{method="GET",path="/default.ts",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/default.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/default.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/default.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/default.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/default.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/default.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/default.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/default.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/default.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/default.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/default.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/default.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/default.zip",status="429"} 3.154e-05 http_request_duration_seconds_count{method="GET",path="/default.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/defaults.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/defaults.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/defaults.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/defaults.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/defaults.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/defaults.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/defaults.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/defaults.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/defaults.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/defaults.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/defaults.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/defaults.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/defaults.php",status="404"} 0.000278212 http_request_duration_seconds_count{method="GET",path="/defaults.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/defaults.yaml",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/defaults.yaml",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/defaults.yaml",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/defaults.yaml",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/defaults.yaml",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/defaults.yaml",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/defaults.yaml",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/defaults.yaml",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/defaults.yaml",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/defaults.yaml",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/defaults.yaml",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/defaults.yaml",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/defaults.yaml",status="429"} 0.00015458600000000001 http_request_duration_seconds_count{method="GET",path="/defaults.yaml",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/demo.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/demo.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/demo.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/demo.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/demo.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/demo.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/demo.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/demo.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/demo.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/demo.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/demo.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/demo.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/demo.zip",status="429"} 3.1489e-05 http_request_duration_seconds_count{method="GET",path="/demo.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/demo/.env",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/demo/.env",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/demo/.env",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/demo/.env",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/demo/.env",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/demo/.env",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/demo/.env",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/demo/.env",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/demo/.env",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/demo/.env",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/demo/.env",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/demo/.env",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/demo/.env",status="429"} 0.000197847 http_request_duration_seconds_count{method="GET",path="/demo/.env",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/demo/phpinfo.php",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/demo/phpinfo.php",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/demo/phpinfo.php",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/demo/phpinfo.php",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/demo/phpinfo.php",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/demo/phpinfo.php",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/demo/phpinfo.php",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/demo/phpinfo.php",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/demo/phpinfo.php",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/demo/phpinfo.php",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/demo/phpinfo.php",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/demo/phpinfo.php",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/demo/phpinfo.php",status="429"} 9.0665e-05 http_request_duration_seconds_count{method="GET",path="/demo/phpinfo.php",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/department.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/department.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/department.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/department.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/department.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/department.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/department.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/department.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/department.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/department.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/department.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/department.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/department.zip",status="429"} 5.609299999999999e-05 http_request_duration_seconds_count{method="GET",path="/department.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/deploy.sh",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/deploy.sh",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/deploy.sh",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/deploy.sh",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/deploy.sh",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/deploy.sh",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/deploy.sh",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/deploy.sh",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/deploy.sh",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/deploy.sh",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/deploy.sh",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/deploy.sh",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/deploy.sh",status="429"} 0.00017587 http_request_duration_seconds_count{method="GET",path="/deploy.sh",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/deploy.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/deploy.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/deploy.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/deploy.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/deploy.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/deploy.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/deploy.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/deploy.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/deploy.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/deploy.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/deploy.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/deploy.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/deploy.zip",status="429"} 4.325e-05 http_request_duration_seconds_count{method="GET",path="/deploy.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/deploy/.env",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/deploy/.env",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/deploy/.env",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/deploy/.env",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/deploy/.env",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/deploy/.env",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/deploy/.env",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/deploy/.env",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/deploy/.env",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/deploy/.env",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/deploy/.env",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/deploy/.env",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/deploy/.env",status="404"} 0.000265176 http_request_duration_seconds_count{method="GET",path="/deploy/.env",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/deploy/.env",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/deploy/.env",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/deploy/.env",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/deploy/.env",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/deploy/.env",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/deploy/.env",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/deploy/.env",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/deploy/.env",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/deploy/.env",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/deploy/.env",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/deploy/.env",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/deploy/.env",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/deploy/.env",status="429"} 7.439e-05 http_request_duration_seconds_count{method="GET",path="/deploy/.env",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/deployment.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/deployment.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/deployment.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/deployment.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/deployment.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/deployment.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/deployment.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/deployment.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/deployment.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/deployment.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/deployment.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/deployment.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/deployment.zip",status="429"} 3.3529e-05 http_request_duration_seconds_count{method="GET",path="/deployment.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/design.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/design.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/design.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/design.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/design.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/design.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/design.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/design.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/design.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/design.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/design.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/design.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/design.zip",status="429"} 3.2291e-05 http_request_duration_seconds_count{method="GET",path="/design.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/designs.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/designs.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/designs.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/designs.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/designs.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/designs.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/designs.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/designs.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/designs.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/designs.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/designs.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/designs.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/designs.zip",status="429"} 5.849099999999999e-05 http_request_duration_seconds_count{method="GET",path="/designs.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/dev.7z",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/dev.7z",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/dev.7z",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/dev.7z",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/dev.7z",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/dev.7z",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/dev.7z",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/dev.7z",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/dev.7z",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/dev.7z",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/dev.7z",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/dev.7z",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/dev.7z",status="404"} 0.000268704 http_request_duration_seconds_count{method="GET",path="/dev.7z",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/dev.bz2",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/dev.bz2",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/dev.bz2",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/dev.bz2",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/dev.bz2",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/dev.bz2",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/dev.bz2",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/dev.bz2",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/dev.bz2",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/dev.bz2",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/dev.bz2",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/dev.bz2",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/dev.bz2",status="404"} 0.000167005 http_request_duration_seconds_count{method="GET",path="/dev.bz2",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/dev.gz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/dev.gz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/dev.gz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/dev.gz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/dev.gz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/dev.gz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/dev.gz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/dev.gz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/dev.gz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/dev.gz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/dev.gz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/dev.gz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/dev.gz",status="404"} 0.000130987 http_request_duration_seconds_count{method="GET",path="/dev.gz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/dev.rar",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/dev.rar",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/dev.rar",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/dev.rar",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/dev.rar",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/dev.rar",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/dev.rar",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/dev.rar",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/dev.rar",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/dev.rar",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/dev.rar",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/dev.rar",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/dev.rar",status="404"} 0.000146556 http_request_duration_seconds_count{method="GET",path="/dev.rar",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/dev.sql",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/dev.sql",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/dev.sql",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/dev.sql",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/dev.sql",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/dev.sql",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/dev.sql",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/dev.sql",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/dev.sql",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/dev.sql",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/dev.sql",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/dev.sql",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/dev.sql",status="404"} 0.000156611 http_request_duration_seconds_count{method="GET",path="/dev.sql",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/dev.sql.bz2",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/dev.sql.bz2",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/dev.sql.bz2",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/dev.sql.bz2",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/dev.sql.bz2",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/dev.sql.bz2",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/dev.sql.bz2",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/dev.sql.bz2",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/dev.sql.bz2",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/dev.sql.bz2",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/dev.sql.bz2",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/dev.sql.bz2",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/dev.sql.bz2",status="404"} 0.00015456 http_request_duration_seconds_count{method="GET",path="/dev.sql.bz2",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/dev.sql.gz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/dev.sql.gz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/dev.sql.gz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/dev.sql.gz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/dev.sql.gz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/dev.sql.gz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/dev.sql.gz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/dev.sql.gz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/dev.sql.gz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/dev.sql.gz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/dev.sql.gz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/dev.sql.gz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/dev.sql.gz",status="404"} 0.000143222 http_request_duration_seconds_count{method="GET",path="/dev.sql.gz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/dev.tar",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/dev.tar",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/dev.tar",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/dev.tar",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/dev.tar",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/dev.tar",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/dev.tar",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/dev.tar",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/dev.tar",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/dev.tar",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/dev.tar",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/dev.tar",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/dev.tar",status="404"} 0.000137786 http_request_duration_seconds_count{method="GET",path="/dev.tar",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/dev.tar.bz2",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/dev.tar.bz2",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/dev.tar.bz2",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/dev.tar.bz2",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/dev.tar.bz2",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/dev.tar.bz2",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/dev.tar.bz2",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/dev.tar.bz2",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/dev.tar.bz2",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/dev.tar.bz2",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/dev.tar.bz2",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/dev.tar.bz2",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/dev.tar.bz2",status="404"} 0.00013668 http_request_duration_seconds_count{method="GET",path="/dev.tar.bz2",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/dev.tar.gz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/dev.tar.gz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/dev.tar.gz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/dev.tar.gz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/dev.tar.gz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/dev.tar.gz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/dev.tar.gz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/dev.tar.gz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/dev.tar.gz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/dev.tar.gz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/dev.tar.gz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/dev.tar.gz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/dev.tar.gz",status="404"} 0.000141458 http_request_duration_seconds_count{method="GET",path="/dev.tar.gz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/dev.tar.xz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/dev.tar.xz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/dev.tar.xz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/dev.tar.xz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/dev.tar.xz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/dev.tar.xz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/dev.tar.xz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/dev.tar.xz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/dev.tar.xz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/dev.tar.xz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/dev.tar.xz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/dev.tar.xz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/dev.tar.xz",status="404"} 0.000152674 http_request_duration_seconds_count{method="GET",path="/dev.tar.xz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/dev.tgz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/dev.tgz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/dev.tgz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/dev.tgz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/dev.tgz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/dev.tgz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/dev.tgz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/dev.tgz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/dev.tgz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/dev.tgz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/dev.tgz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/dev.tgz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/dev.tgz",status="404"} 0.000151928 http_request_duration_seconds_count{method="GET",path="/dev.tgz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/dev.zip",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/dev.zip",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/dev.zip",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/dev.zip",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/dev.zip",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/dev.zip",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/dev.zip",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/dev.zip",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/dev.zip",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/dev.zip",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/dev.zip",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/dev.zip",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/dev.zip",status="404"} 0.00019808 http_request_duration_seconds_count{method="GET",path="/dev.zip",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/dev.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/dev.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/dev.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/dev.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/dev.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/dev.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/dev.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/dev.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/dev.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/dev.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/dev.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/dev.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/dev.zip",status="429"} 3.8725e-05 http_request_duration_seconds_count{method="GET",path="/dev.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/dev.zst",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/dev.zst",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/dev.zst",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/dev.zst",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/dev.zst",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/dev.zst",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/dev.zst",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/dev.zst",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/dev.zst",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/dev.zst",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/dev.zst",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/dev.zst",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/dev.zst",status="404"} 0.00013521 http_request_duration_seconds_count{method="GET",path="/dev.zst",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/dev/.env",status="404",le="0.005"} 8 http_request_duration_seconds_bucket{method="GET",path="/dev/.env",status="404",le="0.01"} 8 http_request_duration_seconds_bucket{method="GET",path="/dev/.env",status="404",le="0.025"} 8 http_request_duration_seconds_bucket{method="GET",path="/dev/.env",status="404",le="0.05"} 8 http_request_duration_seconds_bucket{method="GET",path="/dev/.env",status="404",le="0.1"} 8 http_request_duration_seconds_bucket{method="GET",path="/dev/.env",status="404",le="0.25"} 8 http_request_duration_seconds_bucket{method="GET",path="/dev/.env",status="404",le="0.5"} 8 http_request_duration_seconds_bucket{method="GET",path="/dev/.env",status="404",le="1"} 8 http_request_duration_seconds_bucket{method="GET",path="/dev/.env",status="404",le="2.5"} 8 http_request_duration_seconds_bucket{method="GET",path="/dev/.env",status="404",le="5"} 8 http_request_duration_seconds_bucket{method="GET",path="/dev/.env",status="404",le="10"} 8 http_request_duration_seconds_bucket{method="GET",path="/dev/.env",status="404",le="+Inf"} 8 http_request_duration_seconds_sum{method="GET",path="/dev/.env",status="404"} 0.0011518499999999998 http_request_duration_seconds_count{method="GET",path="/dev/.env",status="404"} 8 http_request_duration_seconds_bucket{method="GET",path="/dev/.env",status="429",le="0.005"} 5 http_request_duration_seconds_bucket{method="GET",path="/dev/.env",status="429",le="0.01"} 5 http_request_duration_seconds_bucket{method="GET",path="/dev/.env",status="429",le="0.025"} 5 http_request_duration_seconds_bucket{method="GET",path="/dev/.env",status="429",le="0.05"} 5 http_request_duration_seconds_bucket{method="GET",path="/dev/.env",status="429",le="0.1"} 5 http_request_duration_seconds_bucket{method="GET",path="/dev/.env",status="429",le="0.25"} 5 http_request_duration_seconds_bucket{method="GET",path="/dev/.env",status="429",le="0.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/dev/.env",status="429",le="1"} 5 http_request_duration_seconds_bucket{method="GET",path="/dev/.env",status="429",le="2.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/dev/.env",status="429",le="5"} 5 http_request_duration_seconds_bucket{method="GET",path="/dev/.env",status="429",le="10"} 5 http_request_duration_seconds_bucket{method="GET",path="/dev/.env",status="429",le="+Inf"} 5 http_request_duration_seconds_sum{method="GET",path="/dev/.env",status="429"} 0.000443196 http_request_duration_seconds_count{method="GET",path="/dev/.env",status="429"} 5 http_request_duration_seconds_bucket{method="GET",path="/dev/env.js",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/dev/env.js",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/dev/env.js",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/dev/env.js",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/dev/env.js",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/dev/env.js",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/dev/env.js",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/dev/env.js",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/dev/env.js",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/dev/env.js",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/dev/env.js",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/dev/env.js",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/dev/env.js",status="429"} 0.00022450299999999997 http_request_duration_seconds_count{method="GET",path="/dev/env.js",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/dev/phpinfo.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/dev/phpinfo.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/dev/phpinfo.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/dev/phpinfo.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/dev/phpinfo.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/dev/phpinfo.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/dev/phpinfo.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/dev/phpinfo.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/dev/phpinfo.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/dev/phpinfo.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/dev/phpinfo.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/dev/phpinfo.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/dev/phpinfo.php",status="404"} 0.000119985 http_request_duration_seconds_count{method="GET",path="/dev/phpinfo.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/dev/phpinfo.php",status="429",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/dev/phpinfo.php",status="429",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/dev/phpinfo.php",status="429",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/dev/phpinfo.php",status="429",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/dev/phpinfo.php",status="429",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/dev/phpinfo.php",status="429",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/dev/phpinfo.php",status="429",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/dev/phpinfo.php",status="429",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/dev/phpinfo.php",status="429",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/dev/phpinfo.php",status="429",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/dev/phpinfo.php",status="429",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/dev/phpinfo.php",status="429",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/dev/phpinfo.php",status="429"} 0.000243006 http_request_duration_seconds_count{method="GET",path="/dev/phpinfo.php",status="429"} 3 http_request_duration_seconds_bucket{method="GET",path="/develop.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/develop.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/develop.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/develop.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/develop.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/develop.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/develop.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/develop.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/develop.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/develop.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/develop.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/develop.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/develop.zip",status="429"} 2.2541e-05 http_request_duration_seconds_count{method="GET",path="/develop.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/develop/.env",status="429",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/develop/.env",status="429",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/develop/.env",status="429",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/develop/.env",status="429",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/develop/.env",status="429",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/develop/.env",status="429",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/develop/.env",status="429",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/develop/.env",status="429",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/develop/.env",status="429",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/develop/.env",status="429",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/develop/.env",status="429",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/develop/.env",status="429",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/develop/.env",status="429"} 0.00036102199999999996 http_request_duration_seconds_count{method="GET",path="/develop/.env",status="429"} 4 http_request_duration_seconds_bucket{method="GET",path="/developer/.env",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/developer/.env",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/developer/.env",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/developer/.env",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/developer/.env",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/developer/.env",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/developer/.env",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/developer/.env",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/developer/.env",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/developer/.env",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/developer/.env",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/developer/.env",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/developer/.env",status="429"} 0.00021003299999999999 http_request_duration_seconds_count{method="GET",path="/developer/.env",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/development.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/development.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/development.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/development.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/development.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/development.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/development.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/development.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/development.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/development.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/development.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/development.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/development.zip",status="429"} 5.7397e-05 http_request_duration_seconds_count{method="GET",path="/development.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/development/.env",status="404",le="0.005"} 7 http_request_duration_seconds_bucket{method="GET",path="/development/.env",status="404",le="0.01"} 7 http_request_duration_seconds_bucket{method="GET",path="/development/.env",status="404",le="0.025"} 7 http_request_duration_seconds_bucket{method="GET",path="/development/.env",status="404",le="0.05"} 7 http_request_duration_seconds_bucket{method="GET",path="/development/.env",status="404",le="0.1"} 7 http_request_duration_seconds_bucket{method="GET",path="/development/.env",status="404",le="0.25"} 7 http_request_duration_seconds_bucket{method="GET",path="/development/.env",status="404",le="0.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/development/.env",status="404",le="1"} 7 http_request_duration_seconds_bucket{method="GET",path="/development/.env",status="404",le="2.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/development/.env",status="404",le="5"} 7 http_request_duration_seconds_bucket{method="GET",path="/development/.env",status="404",le="10"} 7 http_request_duration_seconds_bucket{method="GET",path="/development/.env",status="404",le="+Inf"} 7 http_request_duration_seconds_sum{method="GET",path="/development/.env",status="404"} 0.001056562 http_request_duration_seconds_count{method="GET",path="/development/.env",status="404"} 7 http_request_duration_seconds_bucket{method="GET",path="/development/.env",status="429",le="0.005"} 5 http_request_duration_seconds_bucket{method="GET",path="/development/.env",status="429",le="0.01"} 5 http_request_duration_seconds_bucket{method="GET",path="/development/.env",status="429",le="0.025"} 5 http_request_duration_seconds_bucket{method="GET",path="/development/.env",status="429",le="0.05"} 5 http_request_duration_seconds_bucket{method="GET",path="/development/.env",status="429",le="0.1"} 5 http_request_duration_seconds_bucket{method="GET",path="/development/.env",status="429",le="0.25"} 5 http_request_duration_seconds_bucket{method="GET",path="/development/.env",status="429",le="0.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/development/.env",status="429",le="1"} 5 http_request_duration_seconds_bucket{method="GET",path="/development/.env",status="429",le="2.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/development/.env",status="429",le="5"} 5 http_request_duration_seconds_bucket{method="GET",path="/development/.env",status="429",le="10"} 5 http_request_duration_seconds_bucket{method="GET",path="/development/.env",status="429",le="+Inf"} 5 http_request_duration_seconds_sum{method="GET",path="/development/.env",status="429"} 0.000423745 http_request_duration_seconds_count{method="GET",path="/development/.env",status="429"} 5 http_request_duration_seconds_bucket{method="GET",path="/devtools.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/devtools.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/devtools.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/devtools.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/devtools.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/devtools.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/devtools.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/devtools.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/devtools.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/devtools.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/devtools.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/devtools.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/devtools.zip",status="429"} 3.0771e-05 http_request_duration_seconds_count{method="GET",path="/devtools.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/dex.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/dex.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/dex.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/dex.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/dex.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/dex.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/dex.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/dex.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/dex.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/dex.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/dex.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/dex.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/dex.php",status="404"} 0.000134254 http_request_duration_seconds_count{method="GET",path="/dex.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/digitalocean.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/digitalocean.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/digitalocean.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/digitalocean.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/digitalocean.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/digitalocean.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/digitalocean.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/digitalocean.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/digitalocean.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/digitalocean.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/digitalocean.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/digitalocean.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/digitalocean.zip",status="429"} 3.3894e-05 http_request_duration_seconds_count{method="GET",path="/digitalocean.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/directadmin.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/directadmin.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/directadmin.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/directadmin.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/directadmin.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/directadmin.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/directadmin.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/directadmin.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/directadmin.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/directadmin.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/directadmin.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/directadmin.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/directadmin.zip",status="429"} 2.4372e-05 http_request_duration_seconds_count{method="GET",path="/directadmin.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/discord.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/discord.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/discord.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/discord.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/discord.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/discord.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/discord.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/discord.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/discord.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/discord.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/discord.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/discord.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/discord.zip",status="429"} 2.0768000000000002e-05 http_request_duration_seconds_count{method="GET",path="/discord.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/dist.7z",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/dist.7z",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/dist.7z",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/dist.7z",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/dist.7z",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/dist.7z",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/dist.7z",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/dist.7z",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/dist.7z",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/dist.7z",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/dist.7z",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/dist.7z",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/dist.7z",status="404"} 0.000131926 http_request_duration_seconds_count{method="GET",path="/dist.7z",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/dist.bz2",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/dist.bz2",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/dist.bz2",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/dist.bz2",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/dist.bz2",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/dist.bz2",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/dist.bz2",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/dist.bz2",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/dist.bz2",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/dist.bz2",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/dist.bz2",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/dist.bz2",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/dist.bz2",status="404"} 0.000126657 http_request_duration_seconds_count{method="GET",path="/dist.bz2",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/dist.gz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/dist.gz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/dist.gz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/dist.gz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/dist.gz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/dist.gz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/dist.gz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/dist.gz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/dist.gz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/dist.gz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/dist.gz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/dist.gz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/dist.gz",status="404"} 0.000137991 http_request_duration_seconds_count{method="GET",path="/dist.gz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/dist.rar",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/dist.rar",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/dist.rar",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/dist.rar",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/dist.rar",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/dist.rar",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/dist.rar",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/dist.rar",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/dist.rar",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/dist.rar",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/dist.rar",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/dist.rar",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/dist.rar",status="404"} 0.000143441 http_request_duration_seconds_count{method="GET",path="/dist.rar",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/dist.sql",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/dist.sql",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/dist.sql",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/dist.sql",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/dist.sql",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/dist.sql",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/dist.sql",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/dist.sql",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/dist.sql",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/dist.sql",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/dist.sql",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/dist.sql",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/dist.sql",status="404"} 0.000126987 http_request_duration_seconds_count{method="GET",path="/dist.sql",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/dist.sql.bz2",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/dist.sql.bz2",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/dist.sql.bz2",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/dist.sql.bz2",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/dist.sql.bz2",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/dist.sql.bz2",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/dist.sql.bz2",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/dist.sql.bz2",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/dist.sql.bz2",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/dist.sql.bz2",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/dist.sql.bz2",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/dist.sql.bz2",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/dist.sql.bz2",status="404"} 0.000150079 http_request_duration_seconds_count{method="GET",path="/dist.sql.bz2",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/dist.sql.gz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/dist.sql.gz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/dist.sql.gz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/dist.sql.gz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/dist.sql.gz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/dist.sql.gz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/dist.sql.gz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/dist.sql.gz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/dist.sql.gz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/dist.sql.gz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/dist.sql.gz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/dist.sql.gz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/dist.sql.gz",status="404"} 0.00013369 http_request_duration_seconds_count{method="GET",path="/dist.sql.gz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/dist.tar",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/dist.tar",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/dist.tar",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/dist.tar",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/dist.tar",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/dist.tar",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/dist.tar",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/dist.tar",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/dist.tar",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/dist.tar",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/dist.tar",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/dist.tar",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/dist.tar",status="404"} 0.000134833 http_request_duration_seconds_count{method="GET",path="/dist.tar",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/dist.tar.bz2",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/dist.tar.bz2",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/dist.tar.bz2",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/dist.tar.bz2",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/dist.tar.bz2",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/dist.tar.bz2",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/dist.tar.bz2",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/dist.tar.bz2",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/dist.tar.bz2",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/dist.tar.bz2",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/dist.tar.bz2",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/dist.tar.bz2",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/dist.tar.bz2",status="404"} 0.000153345 http_request_duration_seconds_count{method="GET",path="/dist.tar.bz2",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/dist.tar.gz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/dist.tar.gz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/dist.tar.gz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/dist.tar.gz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/dist.tar.gz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/dist.tar.gz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/dist.tar.gz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/dist.tar.gz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/dist.tar.gz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/dist.tar.gz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/dist.tar.gz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/dist.tar.gz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/dist.tar.gz",status="404"} 0.000128796 http_request_duration_seconds_count{method="GET",path="/dist.tar.gz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/dist.tar.xz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/dist.tar.xz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/dist.tar.xz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/dist.tar.xz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/dist.tar.xz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/dist.tar.xz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/dist.tar.xz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/dist.tar.xz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/dist.tar.xz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/dist.tar.xz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/dist.tar.xz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/dist.tar.xz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/dist.tar.xz",status="404"} 0.000143534 http_request_duration_seconds_count{method="GET",path="/dist.tar.xz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/dist.tgz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/dist.tgz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/dist.tgz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/dist.tgz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/dist.tgz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/dist.tgz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/dist.tgz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/dist.tgz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/dist.tgz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/dist.tgz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/dist.tgz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/dist.tgz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/dist.tgz",status="404"} 0.000137822 http_request_duration_seconds_count{method="GET",path="/dist.tgz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/dist.zip",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/dist.zip",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/dist.zip",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/dist.zip",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/dist.zip",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/dist.zip",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/dist.zip",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/dist.zip",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/dist.zip",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/dist.zip",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/dist.zip",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/dist.zip",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/dist.zip",status="404"} 0.000146873 http_request_duration_seconds_count{method="GET",path="/dist.zip",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/dist.zst",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/dist.zst",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/dist.zst",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/dist.zst",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/dist.zst",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/dist.zst",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/dist.zst",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/dist.zst",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/dist.zst",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/dist.zst",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/dist.zst",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/dist.zst",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/dist.zst",status="404"} 0.000134989 http_request_duration_seconds_count{method="GET",path="/dist.zst",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/dist/.env",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/dist/.env",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/dist/.env",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/dist/.env",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/dist/.env",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/dist/.env",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/dist/.env",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/dist/.env",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/dist/.env",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/dist/.env",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/dist/.env",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/dist/.env",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/dist/.env",status="404"} 0.000270794 http_request_duration_seconds_count{method="GET",path="/dist/.env",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/dist/.env",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/dist/.env",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/dist/.env",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/dist/.env",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/dist/.env",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/dist/.env",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/dist/.env",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/dist/.env",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/dist/.env",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/dist/.env",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/dist/.env",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/dist/.env",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/dist/.env",status="429"} 8.0326e-05 http_request_duration_seconds_count{method="GET",path="/dist/.env",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/dist/.git/config",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/dist/.git/config",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/dist/.git/config",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/dist/.git/config",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/dist/.git/config",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/dist/.git/config",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/dist/.git/config",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/dist/.git/config",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/dist/.git/config",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/dist/.git/config",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/dist/.git/config",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/dist/.git/config",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/dist/.git/config",status="429"} 0.000136924 http_request_duration_seconds_count{method="GET",path="/dist/.git/config",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/dist/.vite/manifest.json",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/dist/.vite/manifest.json",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/dist/.vite/manifest.json",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/dist/.vite/manifest.json",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/dist/.vite/manifest.json",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/dist/.vite/manifest.json",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/dist/.vite/manifest.json",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/dist/.vite/manifest.json",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/dist/.vite/manifest.json",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/dist/.vite/manifest.json",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/dist/.vite/manifest.json",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/dist/.vite/manifest.json",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/dist/.vite/manifest.json",status="404"} 0.000147197 http_request_duration_seconds_count{method="GET",path="/dist/.vite/manifest.json",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/dist/.vite/manifest.json",status="429",le="0.005"} 18 http_request_duration_seconds_bucket{method="GET",path="/dist/.vite/manifest.json",status="429",le="0.01"} 18 http_request_duration_seconds_bucket{method="GET",path="/dist/.vite/manifest.json",status="429",le="0.025"} 18 http_request_duration_seconds_bucket{method="GET",path="/dist/.vite/manifest.json",status="429",le="0.05"} 18 http_request_duration_seconds_bucket{method="GET",path="/dist/.vite/manifest.json",status="429",le="0.1"} 18 http_request_duration_seconds_bucket{method="GET",path="/dist/.vite/manifest.json",status="429",le="0.25"} 18 http_request_duration_seconds_bucket{method="GET",path="/dist/.vite/manifest.json",status="429",le="0.5"} 18 http_request_duration_seconds_bucket{method="GET",path="/dist/.vite/manifest.json",status="429",le="1"} 18 http_request_duration_seconds_bucket{method="GET",path="/dist/.vite/manifest.json",status="429",le="2.5"} 18 http_request_duration_seconds_bucket{method="GET",path="/dist/.vite/manifest.json",status="429",le="5"} 18 http_request_duration_seconds_bucket{method="GET",path="/dist/.vite/manifest.json",status="429",le="10"} 18 http_request_duration_seconds_bucket{method="GET",path="/dist/.vite/manifest.json",status="429",le="+Inf"} 18 http_request_duration_seconds_sum{method="GET",path="/dist/.vite/manifest.json",status="429"} 0.001423536 http_request_duration_seconds_count{method="GET",path="/dist/.vite/manifest.json",status="429"} 18 http_request_duration_seconds_bucket{method="GET",path="/dist/manifest.json",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/dist/manifest.json",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/dist/manifest.json",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/dist/manifest.json",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/dist/manifest.json",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/dist/manifest.json",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/dist/manifest.json",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/dist/manifest.json",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/dist/manifest.json",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/dist/manifest.json",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/dist/manifest.json",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/dist/manifest.json",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/dist/manifest.json",status="404"} 0.00023735599999999998 http_request_duration_seconds_count{method="GET",path="/dist/manifest.json",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/dist/manifest.json",status="429",le="0.005"} 17 http_request_duration_seconds_bucket{method="GET",path="/dist/manifest.json",status="429",le="0.01"} 17 http_request_duration_seconds_bucket{method="GET",path="/dist/manifest.json",status="429",le="0.025"} 17 http_request_duration_seconds_bucket{method="GET",path="/dist/manifest.json",status="429",le="0.05"} 17 http_request_duration_seconds_bucket{method="GET",path="/dist/manifest.json",status="429",le="0.1"} 17 http_request_duration_seconds_bucket{method="GET",path="/dist/manifest.json",status="429",le="0.25"} 17 http_request_duration_seconds_bucket{method="GET",path="/dist/manifest.json",status="429",le="0.5"} 17 http_request_duration_seconds_bucket{method="GET",path="/dist/manifest.json",status="429",le="1"} 17 http_request_duration_seconds_bucket{method="GET",path="/dist/manifest.json",status="429",le="2.5"} 17 http_request_duration_seconds_bucket{method="GET",path="/dist/manifest.json",status="429",le="5"} 17 http_request_duration_seconds_bucket{method="GET",path="/dist/manifest.json",status="429",le="10"} 17 http_request_duration_seconds_bucket{method="GET",path="/dist/manifest.json",status="429",le="+Inf"} 17 http_request_duration_seconds_sum{method="GET",path="/dist/manifest.json",status="429"} 0.0014342870000000002 http_request_duration_seconds_count{method="GET",path="/dist/manifest.json",status="429"} 17 http_request_duration_seconds_bucket{method="GET",path="/distribution.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/distribution.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/distribution.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/distribution.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/distribution.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/distribution.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/distribution.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/distribution.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/distribution.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/distribution.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/distribution.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/distribution.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/distribution.zip",status="429"} 2.3378e-05 http_request_duration_seconds_count{method="GET",path="/distribution.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/division.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/division.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/division.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/division.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/division.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/division.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/division.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/division.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/division.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/division.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/division.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/division.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/division.zip",status="429"} 2.6793999999999998e-05 http_request_duration_seconds_count{method="GET",path="/division.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/django.7z",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/django.7z",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/django.7z",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/django.7z",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/django.7z",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/django.7z",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/django.7z",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/django.7z",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/django.7z",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/django.7z",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/django.7z",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/django.7z",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/django.7z",status="404"} 0.000129269 http_request_duration_seconds_count{method="GET",path="/django.7z",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/django.bz2",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/django.bz2",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/django.bz2",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/django.bz2",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/django.bz2",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/django.bz2",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/django.bz2",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/django.bz2",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/django.bz2",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/django.bz2",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/django.bz2",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/django.bz2",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/django.bz2",status="404"} 0.000216647 http_request_duration_seconds_count{method="GET",path="/django.bz2",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/django.gz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/django.gz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/django.gz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/django.gz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/django.gz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/django.gz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/django.gz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/django.gz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/django.gz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/django.gz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/django.gz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/django.gz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/django.gz",status="404"} 0.0001805 http_request_duration_seconds_count{method="GET",path="/django.gz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/django.rar",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/django.rar",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/django.rar",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/django.rar",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/django.rar",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/django.rar",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/django.rar",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/django.rar",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/django.rar",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/django.rar",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/django.rar",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/django.rar",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/django.rar",status="404"} 0.000139007 http_request_duration_seconds_count{method="GET",path="/django.rar",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/django.sql",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/django.sql",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/django.sql",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/django.sql",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/django.sql",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/django.sql",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/django.sql",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/django.sql",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/django.sql",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/django.sql",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/django.sql",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/django.sql",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/django.sql",status="404"} 0.000178981 http_request_duration_seconds_count{method="GET",path="/django.sql",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/django.sql.bz2",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/django.sql.bz2",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/django.sql.bz2",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/django.sql.bz2",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/django.sql.bz2",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/django.sql.bz2",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/django.sql.bz2",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/django.sql.bz2",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/django.sql.bz2",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/django.sql.bz2",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/django.sql.bz2",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/django.sql.bz2",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/django.sql.bz2",status="404"} 0.000159946 http_request_duration_seconds_count{method="GET",path="/django.sql.bz2",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/django.sql.gz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/django.sql.gz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/django.sql.gz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/django.sql.gz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/django.sql.gz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/django.sql.gz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/django.sql.gz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/django.sql.gz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/django.sql.gz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/django.sql.gz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/django.sql.gz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/django.sql.gz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/django.sql.gz",status="404"} 0.000156991 http_request_duration_seconds_count{method="GET",path="/django.sql.gz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/django.tar",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/django.tar",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/django.tar",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/django.tar",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/django.tar",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/django.tar",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/django.tar",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/django.tar",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/django.tar",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/django.tar",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/django.tar",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/django.tar",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/django.tar",status="404"} 0.00012107 http_request_duration_seconds_count{method="GET",path="/django.tar",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/django.tar.bz2",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/django.tar.bz2",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/django.tar.bz2",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/django.tar.bz2",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/django.tar.bz2",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/django.tar.bz2",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/django.tar.bz2",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/django.tar.bz2",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/django.tar.bz2",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/django.tar.bz2",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/django.tar.bz2",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/django.tar.bz2",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/django.tar.bz2",status="404"} 0.000143095 http_request_duration_seconds_count{method="GET",path="/django.tar.bz2",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/django.tar.gz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/django.tar.gz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/django.tar.gz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/django.tar.gz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/django.tar.gz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/django.tar.gz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/django.tar.gz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/django.tar.gz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/django.tar.gz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/django.tar.gz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/django.tar.gz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/django.tar.gz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/django.tar.gz",status="404"} 0.000141744 http_request_duration_seconds_count{method="GET",path="/django.tar.gz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/django.tar.xz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/django.tar.xz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/django.tar.xz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/django.tar.xz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/django.tar.xz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/django.tar.xz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/django.tar.xz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/django.tar.xz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/django.tar.xz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/django.tar.xz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/django.tar.xz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/django.tar.xz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/django.tar.xz",status="404"} 0.000145627 http_request_duration_seconds_count{method="GET",path="/django.tar.xz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/django.tgz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/django.tgz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/django.tgz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/django.tgz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/django.tgz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/django.tgz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/django.tgz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/django.tgz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/django.tgz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/django.tgz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/django.tgz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/django.tgz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/django.tgz",status="404"} 0.000134723 http_request_duration_seconds_count{method="GET",path="/django.tgz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/django.zip",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/django.zip",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/django.zip",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/django.zip",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/django.zip",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/django.zip",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/django.zip",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/django.zip",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/django.zip",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/django.zip",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/django.zip",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/django.zip",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/django.zip",status="404"} 0.000131586 http_request_duration_seconds_count{method="GET",path="/django.zip",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/django.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/django.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/django.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/django.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/django.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/django.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/django.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/django.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/django.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/django.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/django.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/django.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/django.zip",status="429"} 3.6924e-05 http_request_duration_seconds_count{method="GET",path="/django.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/django.zst",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/django.zst",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/django.zst",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/django.zst",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/django.zst",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/django.zst",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/django.zst",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/django.zst",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/django.zst",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/django.zst",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/django.zst",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/django.zst",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/django.zst",status="404"} 0.000135821 http_request_duration_seconds_count{method="GET",path="/django.zst",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/dlu.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/dlu.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/dlu.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/dlu.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/dlu.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/dlu.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/dlu.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/dlu.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/dlu.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/dlu.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/dlu.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/dlu.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/dlu.php",status="404"} 0.000150387 http_request_duration_seconds_count{method="GET",path="/dlu.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/dnscfg.cgi",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/dnscfg.cgi",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/dnscfg.cgi",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/dnscfg.cgi",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/dnscfg.cgi",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/dnscfg.cgi",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/dnscfg.cgi",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/dnscfg.cgi",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/dnscfg.cgi",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/dnscfg.cgi",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/dnscfg.cgi",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/dnscfg.cgi",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/dnscfg.cgi",status="429"} 0.000253481 http_request_duration_seconds_count{method="GET",path="/dnscfg.cgi",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/doc.php",status="404",le="0.005"} 5 http_request_duration_seconds_bucket{method="GET",path="/doc.php",status="404",le="0.01"} 5 http_request_duration_seconds_bucket{method="GET",path="/doc.php",status="404",le="0.025"} 5 http_request_duration_seconds_bucket{method="GET",path="/doc.php",status="404",le="0.05"} 5 http_request_duration_seconds_bucket{method="GET",path="/doc.php",status="404",le="0.1"} 5 http_request_duration_seconds_bucket{method="GET",path="/doc.php",status="404",le="0.25"} 5 http_request_duration_seconds_bucket{method="GET",path="/doc.php",status="404",le="0.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/doc.php",status="404",le="1"} 5 http_request_duration_seconds_bucket{method="GET",path="/doc.php",status="404",le="2.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/doc.php",status="404",le="5"} 5 http_request_duration_seconds_bucket{method="GET",path="/doc.php",status="404",le="10"} 5 http_request_duration_seconds_bucket{method="GET",path="/doc.php",status="404",le="+Inf"} 5 http_request_duration_seconds_sum{method="GET",path="/doc.php",status="404"} 0.000931809 http_request_duration_seconds_count{method="GET",path="/doc.php",status="404"} 5 http_request_duration_seconds_bucket{method="GET",path="/docker-cloud.yml",status="429",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/docker-cloud.yml",status="429",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/docker-cloud.yml",status="429",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/docker-cloud.yml",status="429",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/docker-cloud.yml",status="429",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/docker-cloud.yml",status="429",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/docker-cloud.yml",status="429",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/docker-cloud.yml",status="429",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/docker-cloud.yml",status="429",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/docker-cloud.yml",status="429",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/docker-cloud.yml",status="429",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/docker-cloud.yml",status="429",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/docker-cloud.yml",status="429"} 0.000338187 http_request_duration_seconds_count{method="GET",path="/docker-cloud.yml",status="429"} 4 http_request_duration_seconds_bucket{method="GET",path="/docker-compose.yaml",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/docker-compose.yaml",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/docker-compose.yaml",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/docker-compose.yaml",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/docker-compose.yaml",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/docker-compose.yaml",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/docker-compose.yaml",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/docker-compose.yaml",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/docker-compose.yaml",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/docker-compose.yaml",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/docker-compose.yaml",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/docker-compose.yaml",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/docker-compose.yaml",status="404"} 0.00027771800000000004 http_request_duration_seconds_count{method="GET",path="/docker-compose.yaml",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/docker-compose.yml",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/docker-compose.yml",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/docker-compose.yml",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/docker-compose.yml",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/docker-compose.yml",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/docker-compose.yml",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/docker-compose.yml",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/docker-compose.yml",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/docker-compose.yml",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/docker-compose.yml",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/docker-compose.yml",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/docker-compose.yml",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/docker-compose.yml",status="404"} 0.000291046 http_request_duration_seconds_count{method="GET",path="/docker-compose.yml",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/docker-compose.yml",status="429",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/docker-compose.yml",status="429",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/docker-compose.yml",status="429",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/docker-compose.yml",status="429",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/docker-compose.yml",status="429",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/docker-compose.yml",status="429",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/docker-compose.yml",status="429",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/docker-compose.yml",status="429",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/docker-compose.yml",status="429",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/docker-compose.yml",status="429",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/docker-compose.yml",status="429",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/docker-compose.yml",status="429",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/docker-compose.yml",status="429"} 0.00040377900000000005 http_request_duration_seconds_count{method="GET",path="/docker-compose.yml",status="429"} 4 http_request_duration_seconds_bucket{method="GET",path="/docker-compose/.env",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/docker-compose/.env",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/docker-compose/.env",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/docker-compose/.env",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/docker-compose/.env",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/docker-compose/.env",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/docker-compose/.env",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/docker-compose/.env",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/docker-compose/.env",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/docker-compose/.env",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/docker-compose/.env",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/docker-compose/.env",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/docker-compose/.env",status="429"} 0.000152002 http_request_duration_seconds_count{method="GET",path="/docker-compose/.env",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/docker/.env",status="404",le="0.005"} 7 http_request_duration_seconds_bucket{method="GET",path="/docker/.env",status="404",le="0.01"} 7 http_request_duration_seconds_bucket{method="GET",path="/docker/.env",status="404",le="0.025"} 7 http_request_duration_seconds_bucket{method="GET",path="/docker/.env",status="404",le="0.05"} 7 http_request_duration_seconds_bucket{method="GET",path="/docker/.env",status="404",le="0.1"} 7 http_request_duration_seconds_bucket{method="GET",path="/docker/.env",status="404",le="0.25"} 7 http_request_duration_seconds_bucket{method="GET",path="/docker/.env",status="404",le="0.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/docker/.env",status="404",le="1"} 7 http_request_duration_seconds_bucket{method="GET",path="/docker/.env",status="404",le="2.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/docker/.env",status="404",le="5"} 7 http_request_duration_seconds_bucket{method="GET",path="/docker/.env",status="404",le="10"} 7 http_request_duration_seconds_bucket{method="GET",path="/docker/.env",status="404",le="+Inf"} 7 http_request_duration_seconds_sum{method="GET",path="/docker/.env",status="404"} 0.001097146 http_request_duration_seconds_count{method="GET",path="/docker/.env",status="404"} 7 http_request_duration_seconds_bucket{method="GET",path="/docker/.env",status="429",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/docker/.env",status="429",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/docker/.env",status="429",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/docker/.env",status="429",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/docker/.env",status="429",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/docker/.env",status="429",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/docker/.env",status="429",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/docker/.env",status="429",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/docker/.env",status="429",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/docker/.env",status="429",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/docker/.env",status="429",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/docker/.env",status="429",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/docker/.env",status="429"} 0.000165746 http_request_duration_seconds_count{method="GET",path="/docker/.env",status="429"} 3 http_request_duration_seconds_bucket{method="GET",path="/docker/app/.env",status="404",le="0.005"} 7 http_request_duration_seconds_bucket{method="GET",path="/docker/app/.env",status="404",le="0.01"} 7 http_request_duration_seconds_bucket{method="GET",path="/docker/app/.env",status="404",le="0.025"} 7 http_request_duration_seconds_bucket{method="GET",path="/docker/app/.env",status="404",le="0.05"} 7 http_request_duration_seconds_bucket{method="GET",path="/docker/app/.env",status="404",le="0.1"} 7 http_request_duration_seconds_bucket{method="GET",path="/docker/app/.env",status="404",le="0.25"} 7 http_request_duration_seconds_bucket{method="GET",path="/docker/app/.env",status="404",le="0.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/docker/app/.env",status="404",le="1"} 7 http_request_duration_seconds_bucket{method="GET",path="/docker/app/.env",status="404",le="2.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/docker/app/.env",status="404",le="5"} 7 http_request_duration_seconds_bucket{method="GET",path="/docker/app/.env",status="404",le="10"} 7 http_request_duration_seconds_bucket{method="GET",path="/docker/app/.env",status="404",le="+Inf"} 7 http_request_duration_seconds_sum{method="GET",path="/docker/app/.env",status="404"} 0.00097672 http_request_duration_seconds_count{method="GET",path="/docker/app/.env",status="404"} 7 http_request_duration_seconds_bucket{method="GET",path="/docker/overlay/config.json",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/docker/overlay/config.json",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/docker/overlay/config.json",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/docker/overlay/config.json",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/docker/overlay/config.json",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/docker/overlay/config.json",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/docker/overlay/config.json",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/docker/overlay/config.json",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/docker/overlay/config.json",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/docker/overlay/config.json",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/docker/overlay/config.json",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/docker/overlay/config.json",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/docker/overlay/config.json",status="429"} 0.00018623499999999998 http_request_duration_seconds_count{method="GET",path="/docker/overlay/config.json",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/docker/registry/config.yml",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/docker/registry/config.yml",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/docker/registry/config.yml",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/docker/registry/config.yml",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/docker/registry/config.yml",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/docker/registry/config.yml",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/docker/registry/config.yml",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/docker/registry/config.yml",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/docker/registry/config.yml",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/docker/registry/config.yml",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/docker/registry/config.yml",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/docker/registry/config.yml",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/docker/registry/config.yml",status="429"} 0.000202296 http_request_duration_seconds_count{method="GET",path="/docker/registry/config.yml",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/docs",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/docs",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/docs",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/docs",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/docs",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/docs",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/docs",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/docs",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/docs",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/docs",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/docs",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/docs",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/docs",status="404"} 0.000109206 http_request_duration_seconds_count{method="GET",path="/docs",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/docs",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/docs",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/docs",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/docs",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/docs",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/docs",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/docs",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/docs",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/docs",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/docs",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/docs",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/docs",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/docs",status="429"} 8.7051e-05 http_request_duration_seconds_count{method="GET",path="/docs",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/docs.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/docs.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/docs.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/docs.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/docs.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/docs.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/docs.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/docs.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/docs.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/docs.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/docs.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/docs.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/docs.zip",status="429"} 4.3984e-05 http_request_duration_seconds_count{method="GET",path="/docs.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/docs/phpinfo.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/docs/phpinfo.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/docs/phpinfo.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/docs/phpinfo.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/docs/phpinfo.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/docs/phpinfo.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/docs/phpinfo.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/docs/phpinfo.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/docs/phpinfo.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/docs/phpinfo.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/docs/phpinfo.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/docs/phpinfo.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/docs/phpinfo.php",status="429"} 7.3503e-05 http_request_duration_seconds_count{method="GET",path="/docs/phpinfo.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/documentation.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/documentation.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/documentation.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/documentation.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/documentation.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/documentation.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/documentation.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/documentation.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/documentation.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/documentation.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/documentation.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/documentation.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/documentation.zip",status="429"} 5.2843e-05 http_request_duration_seconds_count{method="GET",path="/documentation.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/documents.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/documents.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/documents.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/documents.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/documents.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/documents.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/documents.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/documents.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/documents.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/documents.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/documents.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/documents.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/documents.zip",status="429"} 4.1719e-05 http_request_duration_seconds_count{method="GET",path="/documents.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/domain.zip",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/domain.zip",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/domain.zip",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/domain.zip",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/domain.zip",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/domain.zip",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/domain.zip",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/domain.zip",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/domain.zip",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/domain.zip",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/domain.zip",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/domain.zip",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/domain.zip",status="404"} 2.0424e-05 http_request_duration_seconds_count{method="GET",path="/domain.zip",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/domain.zip",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/domain.zip",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/domain.zip",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/domain.zip",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/domain.zip",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/domain.zip",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/domain.zip",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/domain.zip",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/domain.zip",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/domain.zip",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/domain.zip",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/domain.zip",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/domain.zip",status="429"} 3.0024e-05 http_request_duration_seconds_count{method="GET",path="/domain.zip",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/domains.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/domains.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/domains.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/domains.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/domains.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/domains.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/domains.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/domains.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/domains.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/domains.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/domains.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/domains.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/domains.php",status="404"} 0.00029445700000000003 http_request_duration_seconds_count{method="GET",path="/domains.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/domains.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/domains.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/domains.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/domains.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/domains.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/domains.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/domains.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/domains.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/domains.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/domains.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/domains.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/domains.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/domains.zip",status="429"} 4.7381e-05 http_request_duration_seconds_count{method="GET",path="/domains.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/dostshell.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/dostshell.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/dostshell.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/dostshell.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/dostshell.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/dostshell.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/dostshell.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/dostshell.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/dostshell.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/dostshell.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/dostshell.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/dostshell.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/dostshell.php",status="404"} 0.000307996 http_request_duration_seconds_count{method="GET",path="/dostshell.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/dotenv.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/dotenv.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/dotenv.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/dotenv.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/dotenv.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/dotenv.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/dotenv.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/dotenv.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/dotenv.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/dotenv.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/dotenv.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/dotenv.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/dotenv.zip",status="429"} 3.5684000000000006e-05 http_request_duration_seconds_count{method="GET",path="/dotenv.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/doti.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/doti.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/doti.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/doti.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/doti.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/doti.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/doti.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/doti.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/doti.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/doti.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/doti.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/doti.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/doti.php",status="404"} 0.000126054 http_request_duration_seconds_count{method="GET",path="/doti.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/dotnet.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/dotnet.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/dotnet.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/dotnet.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/dotnet.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/dotnet.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/dotnet.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/dotnet.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/dotnet.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/dotnet.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/dotnet.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/dotnet.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/dotnet.zip",status="429"} 1.6706e-05 http_request_duration_seconds_count{method="GET",path="/dotnet.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/downloads.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/downloads.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/downloads.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/downloads.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/downloads.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/downloads.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/downloads.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/downloads.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/downloads.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/downloads.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/downloads.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/downloads.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/downloads.zip",status="429"} 5.0298e-05 http_request_duration_seconds_count{method="GET",path="/downloads.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/dr.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/dr.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/dr.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/dr.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/dr.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/dr.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/dr.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/dr.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/dr.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/dr.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/dr.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/dr.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/dr.php",status="404"} 0.000138738 http_request_duration_seconds_count{method="GET",path="/dr.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/drafts.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/drafts.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/drafts.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/drafts.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/drafts.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/drafts.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/drafts.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/drafts.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/drafts.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/drafts.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/drafts.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/drafts.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/drafts.zip",status="429"} 4.6003e-05 http_request_duration_seconds_count{method="GET",path="/drafts.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/dreamhost.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/dreamhost.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/dreamhost.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/dreamhost.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/dreamhost.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/dreamhost.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/dreamhost.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/dreamhost.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/dreamhost.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/dreamhost.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/dreamhost.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/dreamhost.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/dreamhost.zip",status="429"} 4.0998e-05 http_request_duration_seconds_count{method="GET",path="/dreamhost.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/drhunthq.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/drhunthq.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/drhunthq.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/drhunthq.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/drhunthq.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/drhunthq.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/drhunthq.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/drhunthq.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/drhunthq.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/drhunthq.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/drhunthq.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/drhunthq.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/drhunthq.php",status="404"} 0.000289313 http_request_duration_seconds_count{method="GET",path="/drhunthq.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/drivers.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/drivers.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/drivers.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/drivers.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/drivers.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/drivers.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/drivers.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/drivers.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/drivers.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/drivers.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/drivers.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/drivers.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/drivers.zip",status="429"} 4.2699e-05 http_request_duration_seconds_count{method="GET",path="/drivers.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/dropbox.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/dropbox.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/dropbox.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/dropbox.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/dropbox.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/dropbox.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/dropbox.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/dropbox.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/dropbox.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/dropbox.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/dropbox.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/dropbox.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/dropbox.zip",status="429"} 2.9498e-05 http_request_duration_seconds_count{method="GET",path="/dropbox.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/dropdown.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/dropdown.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/dropdown.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/dropdown.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/dropdown.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/dropdown.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/dropdown.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/dropdown.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/dropdown.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/dropdown.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/dropdown.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/dropdown.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/dropdown.php",status="404"} 0.000283166 http_request_duration_seconds_count{method="GET",path="/dropdown.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/dropdown.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/dropdown.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/dropdown.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/dropdown.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/dropdown.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/dropdown.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/dropdown.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/dropdown.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/dropdown.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/dropdown.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/dropdown.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/dropdown.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/dropdown.php",status="429"} 0.00027089 http_request_duration_seconds_count{method="GET",path="/dropdown.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/drupal.7z",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/drupal.7z",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/drupal.7z",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/drupal.7z",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/drupal.7z",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/drupal.7z",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/drupal.7z",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/drupal.7z",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/drupal.7z",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/drupal.7z",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/drupal.7z",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/drupal.7z",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/drupal.7z",status="404"} 0.000122023 http_request_duration_seconds_count{method="GET",path="/drupal.7z",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/drupal.bz2",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/drupal.bz2",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/drupal.bz2",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/drupal.bz2",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/drupal.bz2",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/drupal.bz2",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/drupal.bz2",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/drupal.bz2",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/drupal.bz2",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/drupal.bz2",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/drupal.bz2",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/drupal.bz2",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/drupal.bz2",status="404"} 0.000137093 http_request_duration_seconds_count{method="GET",path="/drupal.bz2",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/drupal.gz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/drupal.gz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/drupal.gz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/drupal.gz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/drupal.gz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/drupal.gz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/drupal.gz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/drupal.gz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/drupal.gz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/drupal.gz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/drupal.gz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/drupal.gz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/drupal.gz",status="404"} 0.000143012 http_request_duration_seconds_count{method="GET",path="/drupal.gz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/drupal.rar",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/drupal.rar",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/drupal.rar",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/drupal.rar",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/drupal.rar",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/drupal.rar",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/drupal.rar",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/drupal.rar",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/drupal.rar",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/drupal.rar",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/drupal.rar",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/drupal.rar",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/drupal.rar",status="404"} 0.000140327 http_request_duration_seconds_count{method="GET",path="/drupal.rar",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/drupal.sql",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/drupal.sql",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/drupal.sql",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/drupal.sql",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/drupal.sql",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/drupal.sql",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/drupal.sql",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/drupal.sql",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/drupal.sql",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/drupal.sql",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/drupal.sql",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/drupal.sql",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/drupal.sql",status="404"} 0.000140409 http_request_duration_seconds_count{method="GET",path="/drupal.sql",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/drupal.sql.bz2",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/drupal.sql.bz2",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/drupal.sql.bz2",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/drupal.sql.bz2",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/drupal.sql.bz2",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/drupal.sql.bz2",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/drupal.sql.bz2",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/drupal.sql.bz2",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/drupal.sql.bz2",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/drupal.sql.bz2",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/drupal.sql.bz2",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/drupal.sql.bz2",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/drupal.sql.bz2",status="404"} 0.000139718 http_request_duration_seconds_count{method="GET",path="/drupal.sql.bz2",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/drupal.sql.gz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/drupal.sql.gz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/drupal.sql.gz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/drupal.sql.gz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/drupal.sql.gz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/drupal.sql.gz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/drupal.sql.gz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/drupal.sql.gz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/drupal.sql.gz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/drupal.sql.gz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/drupal.sql.gz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/drupal.sql.gz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/drupal.sql.gz",status="404"} 0.000134719 http_request_duration_seconds_count{method="GET",path="/drupal.sql.gz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/drupal.tar",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/drupal.tar",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/drupal.tar",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/drupal.tar",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/drupal.tar",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/drupal.tar",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/drupal.tar",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/drupal.tar",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/drupal.tar",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/drupal.tar",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/drupal.tar",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/drupal.tar",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/drupal.tar",status="404"} 0.000146972 http_request_duration_seconds_count{method="GET",path="/drupal.tar",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/drupal.tar.bz2",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/drupal.tar.bz2",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/drupal.tar.bz2",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/drupal.tar.bz2",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/drupal.tar.bz2",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/drupal.tar.bz2",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/drupal.tar.bz2",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/drupal.tar.bz2",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/drupal.tar.bz2",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/drupal.tar.bz2",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/drupal.tar.bz2",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/drupal.tar.bz2",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/drupal.tar.bz2",status="404"} 0.000136264 http_request_duration_seconds_count{method="GET",path="/drupal.tar.bz2",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/drupal.tar.gz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/drupal.tar.gz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/drupal.tar.gz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/drupal.tar.gz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/drupal.tar.gz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/drupal.tar.gz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/drupal.tar.gz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/drupal.tar.gz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/drupal.tar.gz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/drupal.tar.gz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/drupal.tar.gz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/drupal.tar.gz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/drupal.tar.gz",status="404"} 0.000122357 http_request_duration_seconds_count{method="GET",path="/drupal.tar.gz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/drupal.tar.xz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/drupal.tar.xz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/drupal.tar.xz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/drupal.tar.xz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/drupal.tar.xz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/drupal.tar.xz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/drupal.tar.xz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/drupal.tar.xz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/drupal.tar.xz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/drupal.tar.xz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/drupal.tar.xz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/drupal.tar.xz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/drupal.tar.xz",status="404"} 0.000119004 http_request_duration_seconds_count{method="GET",path="/drupal.tar.xz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/drupal.tgz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/drupal.tgz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/drupal.tgz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/drupal.tgz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/drupal.tgz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/drupal.tgz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/drupal.tgz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/drupal.tgz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/drupal.tgz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/drupal.tgz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/drupal.tgz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/drupal.tgz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/drupal.tgz",status="404"} 0.000130998 http_request_duration_seconds_count{method="GET",path="/drupal.tgz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/drupal.zip",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/drupal.zip",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/drupal.zip",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/drupal.zip",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/drupal.zip",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/drupal.zip",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/drupal.zip",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/drupal.zip",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/drupal.zip",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/drupal.zip",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/drupal.zip",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/drupal.zip",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/drupal.zip",status="404"} 0.000191088 http_request_duration_seconds_count{method="GET",path="/drupal.zip",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/drupal.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/drupal.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/drupal.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/drupal.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/drupal.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/drupal.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/drupal.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/drupal.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/drupal.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/drupal.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/drupal.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/drupal.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/drupal.zip",status="429"} 4.9392000000000004e-05 http_request_duration_seconds_count{method="GET",path="/drupal.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/drupal.zst",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/drupal.zst",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/drupal.zst",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/drupal.zst",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/drupal.zst",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/drupal.zst",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/drupal.zst",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/drupal.zst",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/drupal.zst",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/drupal.zst",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/drupal.zst",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/drupal.zst",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/drupal.zst",status="404"} 0.000150674 http_request_duration_seconds_count{method="GET",path="/drupal.zst",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/drupal/.env",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/drupal/.env",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/drupal/.env",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/drupal/.env",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/drupal/.env",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/drupal/.env",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/drupal/.env",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/drupal/.env",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/drupal/.env",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/drupal/.env",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/drupal/.env",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/drupal/.env",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/drupal/.env",status="404"} 0.000150723 http_request_duration_seconds_count{method="GET",path="/drupal/.env",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/drupal/.env",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/drupal/.env",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/drupal/.env",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/drupal/.env",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/drupal/.env",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/drupal/.env",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/drupal/.env",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/drupal/.env",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/drupal/.env",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/drupal/.env",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/drupal/.env",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/drupal/.env",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/drupal/.env",status="429"} 8.8611e-05 http_request_duration_seconds_count{method="GET",path="/drupal/.env",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/drykl.php",status="404",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/drykl.php",status="404",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/drykl.php",status="404",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/drykl.php",status="404",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/drykl.php",status="404",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/drykl.php",status="404",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/drykl.php",status="404",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/drykl.php",status="404",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/drykl.php",status="404",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/drykl.php",status="404",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/drykl.php",status="404",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/drykl.php",status="404",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/drykl.php",status="404"} 0.000831076 http_request_duration_seconds_count{method="GET",path="/drykl.php",status="404"} 4 http_request_duration_seconds_bucket{method="GET",path="/dump.7z",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.7z",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.7z",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.7z",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.7z",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.7z",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.7z",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.7z",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.7z",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.7z",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.7z",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.7z",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/dump.7z",status="404"} 0.000126314 http_request_duration_seconds_count{method="GET",path="/dump.7z",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.bz2",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.bz2",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.bz2",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.bz2",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.bz2",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.bz2",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.bz2",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.bz2",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.bz2",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.bz2",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.bz2",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.bz2",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/dump.bz2",status="404"} 0.00013163 http_request_duration_seconds_count{method="GET",path="/dump.bz2",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.gz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.gz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.gz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.gz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.gz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.gz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.gz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.gz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.gz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.gz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.gz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.gz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/dump.gz",status="404"} 0.000140643 http_request_duration_seconds_count{method="GET",path="/dump.gz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.rar",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.rar",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.rar",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.rar",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.rar",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.rar",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.rar",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.rar",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.rar",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.rar",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.rar",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.rar",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/dump.rar",status="404"} 0.0001305 http_request_duration_seconds_count{method="GET",path="/dump.rar",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.sql",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/dump.sql",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/dump.sql",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/dump.sql",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/dump.sql",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/dump.sql",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/dump.sql",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/dump.sql",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/dump.sql",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/dump.sql",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/dump.sql",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/dump.sql",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/dump.sql",status="404"} 0.000418299 http_request_duration_seconds_count{method="GET",path="/dump.sql",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/dump.sql.bz2",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.sql.bz2",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.sql.bz2",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.sql.bz2",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.sql.bz2",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.sql.bz2",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.sql.bz2",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.sql.bz2",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.sql.bz2",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.sql.bz2",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.sql.bz2",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.sql.bz2",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/dump.sql.bz2",status="404"} 0.00013127 http_request_duration_seconds_count{method="GET",path="/dump.sql.bz2",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.sql.gz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.sql.gz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.sql.gz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.sql.gz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.sql.gz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.sql.gz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.sql.gz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.sql.gz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.sql.gz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.sql.gz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.sql.gz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.sql.gz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/dump.sql.gz",status="404"} 0.000137496 http_request_duration_seconds_count{method="GET",path="/dump.sql.gz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.tar",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.tar",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.tar",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.tar",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.tar",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.tar",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.tar",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.tar",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.tar",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.tar",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.tar",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.tar",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/dump.tar",status="404"} 0.000140756 http_request_duration_seconds_count{method="GET",path="/dump.tar",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.tar.bz2",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.tar.bz2",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.tar.bz2",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.tar.bz2",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.tar.bz2",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.tar.bz2",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.tar.bz2",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.tar.bz2",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.tar.bz2",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.tar.bz2",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.tar.bz2",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.tar.bz2",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/dump.tar.bz2",status="404"} 0.000151159 http_request_duration_seconds_count{method="GET",path="/dump.tar.bz2",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.tar.gz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.tar.gz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.tar.gz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.tar.gz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.tar.gz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.tar.gz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.tar.gz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.tar.gz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.tar.gz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.tar.gz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.tar.gz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.tar.gz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/dump.tar.gz",status="404"} 0.000163654 http_request_duration_seconds_count{method="GET",path="/dump.tar.gz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.tar.xz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.tar.xz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.tar.xz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.tar.xz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.tar.xz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.tar.xz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.tar.xz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.tar.xz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.tar.xz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.tar.xz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.tar.xz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.tar.xz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/dump.tar.xz",status="404"} 0.000145386 http_request_duration_seconds_count{method="GET",path="/dump.tar.xz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.tgz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.tgz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.tgz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.tgz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.tgz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.tgz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.tgz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.tgz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.tgz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.tgz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.tgz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.tgz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/dump.tgz",status="404"} 0.000133356 http_request_duration_seconds_count{method="GET",path="/dump.tgz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.zip",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/dump.zip",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/dump.zip",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/dump.zip",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/dump.zip",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/dump.zip",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/dump.zip",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/dump.zip",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/dump.zip",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/dump.zip",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/dump.zip",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/dump.zip",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/dump.zip",status="404"} 0.000265613 http_request_duration_seconds_count{method="GET",path="/dump.zip",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/dump.zip",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.zip",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.zip",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.zip",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.zip",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.zip",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.zip",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.zip",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.zip",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.zip",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.zip",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.zip",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/dump.zip",status="429"} 3.4942e-05 http_request_duration_seconds_count{method="GET",path="/dump.zip",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.zst",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.zst",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.zst",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.zst",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.zst",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.zst",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.zst",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.zst",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.zst",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.zst",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.zst",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.zst",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/dump.zst",status="404"} 0.00012555 http_request_duration_seconds_count{method="GET",path="/dump.zst",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/duplicate.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/duplicate.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/duplicate.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/duplicate.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/duplicate.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/duplicate.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/duplicate.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/duplicate.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/duplicate.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/duplicate.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/duplicate.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/duplicate.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/duplicate.zip",status="429"} 4.345e-05 http_request_duration_seconds_count{method="GET",path="/duplicate.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/dx.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/dx.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/dx.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/dx.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/dx.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/dx.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/dx.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/dx.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/dx.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/dx.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/dx.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/dx.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/dx.php",status="404"} 0.00030821500000000003 http_request_duration_seconds_count{method="GET",path="/dx.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/ea.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/ea.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/ea.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/ea.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/ea.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/ea.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/ea.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/ea.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/ea.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/ea.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/ea.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/ea.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/ea.php",status="404"} 0.000146915 http_request_duration_seconds_count{method="GET",path="/ea.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/ecommerce.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/ecommerce.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/ecommerce.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/ecommerce.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/ecommerce.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/ecommerce.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/ecommerce.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/ecommerce.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/ecommerce.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/ecommerce.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/ecommerce.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/ecommerce.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/ecommerce.zip",status="429"} 5.6569999999999995e-05 http_request_duration_seconds_count{method="GET",path="/ecommerce.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/ecp/Current/exporttool/microsoft.exchange.ediscovery.exporttool.application",status="404",le="0.005"} 10 http_request_duration_seconds_bucket{method="GET",path="/ecp/Current/exporttool/microsoft.exchange.ediscovery.exporttool.application",status="404",le="0.01"} 10 http_request_duration_seconds_bucket{method="GET",path="/ecp/Current/exporttool/microsoft.exchange.ediscovery.exporttool.application",status="404",le="0.025"} 10 http_request_duration_seconds_bucket{method="GET",path="/ecp/Current/exporttool/microsoft.exchange.ediscovery.exporttool.application",status="404",le="0.05"} 10 http_request_duration_seconds_bucket{method="GET",path="/ecp/Current/exporttool/microsoft.exchange.ediscovery.exporttool.application",status="404",le="0.1"} 10 http_request_duration_seconds_bucket{method="GET",path="/ecp/Current/exporttool/microsoft.exchange.ediscovery.exporttool.application",status="404",le="0.25"} 10 http_request_duration_seconds_bucket{method="GET",path="/ecp/Current/exporttool/microsoft.exchange.ediscovery.exporttool.application",status="404",le="0.5"} 10 http_request_duration_seconds_bucket{method="GET",path="/ecp/Current/exporttool/microsoft.exchange.ediscovery.exporttool.application",status="404",le="1"} 10 http_request_duration_seconds_bucket{method="GET",path="/ecp/Current/exporttool/microsoft.exchange.ediscovery.exporttool.application",status="404",le="2.5"} 10 http_request_duration_seconds_bucket{method="GET",path="/ecp/Current/exporttool/microsoft.exchange.ediscovery.exporttool.application",status="404",le="5"} 10 http_request_duration_seconds_bucket{method="GET",path="/ecp/Current/exporttool/microsoft.exchange.ediscovery.exporttool.application",status="404",le="10"} 10 http_request_duration_seconds_bucket{method="GET",path="/ecp/Current/exporttool/microsoft.exchange.ediscovery.exporttool.application",status="404",le="+Inf"} 10 http_request_duration_seconds_sum{method="GET",path="/ecp/Current/exporttool/microsoft.exchange.ediscovery.exporttool.application",status="404"} 0.00150689 http_request_duration_seconds_count{method="GET",path="/ecp/Current/exporttool/microsoft.exchange.ediscovery.exporttool.application",status="404"} 10 http_request_duration_seconds_bucket{method="GET",path="/edge.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/edge.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/edge.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/edge.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/edge.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/edge.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/edge.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/edge.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/edge.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/edge.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/edge.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/edge.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/edge.zip",status="429"} 2.9161e-05 http_request_duration_seconds_count{method="GET",path="/edge.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/edit.php",status="404",le="0.005"} 12 http_request_duration_seconds_bucket{method="GET",path="/edit.php",status="404",le="0.01"} 12 http_request_duration_seconds_bucket{method="GET",path="/edit.php",status="404",le="0.025"} 12 http_request_duration_seconds_bucket{method="GET",path="/edit.php",status="404",le="0.05"} 12 http_request_duration_seconds_bucket{method="GET",path="/edit.php",status="404",le="0.1"} 12 http_request_duration_seconds_bucket{method="GET",path="/edit.php",status="404",le="0.25"} 12 http_request_duration_seconds_bucket{method="GET",path="/edit.php",status="404",le="0.5"} 12 http_request_duration_seconds_bucket{method="GET",path="/edit.php",status="404",le="1"} 12 http_request_duration_seconds_bucket{method="GET",path="/edit.php",status="404",le="2.5"} 12 http_request_duration_seconds_bucket{method="GET",path="/edit.php",status="404",le="5"} 12 http_request_duration_seconds_bucket{method="GET",path="/edit.php",status="404",le="10"} 12 http_request_duration_seconds_bucket{method="GET",path="/edit.php",status="404",le="+Inf"} 12 http_request_duration_seconds_sum{method="GET",path="/edit.php",status="404"} 0.0018655900000000003 http_request_duration_seconds_count{method="GET",path="/edit.php",status="404"} 12 http_request_duration_seconds_bucket{method="GET",path="/editor/*",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/editor/*",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/editor/*",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/editor/*",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/editor/*",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/editor/*",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/editor/*",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/editor/*",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/editor/*",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/editor/*",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/editor/*",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/editor/*",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/editor/*",status="429"} 0.000191081 http_request_duration_seconds_count{method="GET",path="/editor/*",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/ee.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/ee.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/ee.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/ee.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/ee.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/ee.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/ee.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/ee.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/ee.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/ee.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/ee.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/ee.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/ee.php",status="404"} 0.000134288 http_request_duration_seconds_count{method="GET",path="/ee.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/eknmacnl.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/eknmacnl.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/eknmacnl.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/eknmacnl.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/eknmacnl.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/eknmacnl.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/eknmacnl.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/eknmacnl.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/eknmacnl.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/eknmacnl.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/eknmacnl.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/eknmacnl.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/eknmacnl.php",status="404"} 0.000145944 http_request_duration_seconds_count{method="GET",path="/eknmacnl.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/elasticsearch.yml",status="429",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/elasticsearch.yml",status="429",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/elasticsearch.yml",status="429",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/elasticsearch.yml",status="429",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/elasticsearch.yml",status="429",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/elasticsearch.yml",status="429",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/elasticsearch.yml",status="429",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/elasticsearch.yml",status="429",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/elasticsearch.yml",status="429",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/elasticsearch.yml",status="429",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/elasticsearch.yml",status="429",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/elasticsearch.yml",status="429",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/elasticsearch.yml",status="429"} 0.000344553 http_request_duration_seconds_count{method="GET",path="/elasticsearch.yml",status="429"} 4 http_request_duration_seconds_bucket{method="GET",path="/elasticsearch.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/elasticsearch.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/elasticsearch.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/elasticsearch.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/elasticsearch.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/elasticsearch.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/elasticsearch.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/elasticsearch.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/elasticsearch.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/elasticsearch.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/elasticsearch.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/elasticsearch.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/elasticsearch.zip",status="429"} 2.6144e-05 http_request_duration_seconds_count{method="GET",path="/elasticsearch.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/elasticsearch/.env",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/elasticsearch/.env",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/elasticsearch/.env",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/elasticsearch/.env",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/elasticsearch/.env",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/elasticsearch/.env",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/elasticsearch/.env",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/elasticsearch/.env",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/elasticsearch/.env",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/elasticsearch/.env",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/elasticsearch/.env",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/elasticsearch/.env",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/elasticsearch/.env",status="429"} 8.1786e-05 http_request_duration_seconds_count{method="GET",path="/elasticsearch/.env",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/elasticsearch_cluster_yml",status="429",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/elasticsearch_cluster_yml",status="429",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/elasticsearch_cluster_yml",status="429",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/elasticsearch_cluster_yml",status="429",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/elasticsearch_cluster_yml",status="429",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/elasticsearch_cluster_yml",status="429",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/elasticsearch_cluster_yml",status="429",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/elasticsearch_cluster_yml",status="429",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/elasticsearch_cluster_yml",status="429",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/elasticsearch_cluster_yml",status="429",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/elasticsearch_cluster_yml",status="429",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/elasticsearch_cluster_yml",status="429",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/elasticsearch_cluster_yml",status="429"} 0.00035698199999999994 http_request_duration_seconds_count{method="GET",path="/elasticsearch_cluster_yml",status="429"} 4 http_request_duration_seconds_bucket{method="GET",path="/elp.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/elp.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/elp.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/elp.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/elp.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/elp.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/elp.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/elp.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/elp.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/elp.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/elp.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/elp.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/elp.php",status="404"} 0.000157655 http_request_duration_seconds_count{method="GET",path="/elp.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/elp.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/elp.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/elp.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/elp.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/elp.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/elp.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/elp.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/elp.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/elp.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/elp.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/elp.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/elp.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/elp.php",status="429"} 0.000137569 http_request_duration_seconds_count{method="GET",path="/elp.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/email.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/email.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/email.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/email.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/email.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/email.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/email.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/email.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/email.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/email.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/email.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/email.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/email.zip",status="429"} 5.4922e-05 http_request_duration_seconds_count{method="GET",path="/email.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/email/.env",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/email/.env",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/email/.env",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/email/.env",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/email/.env",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/email/.env",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/email/.env",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/email/.env",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/email/.env",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/email/.env",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/email/.env",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/email/.env",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/email/.env",status="404"} 0.000147198 http_request_duration_seconds_count{method="GET",path="/email/.env",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/email/.env",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/email/.env",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/email/.env",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/email/.env",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/email/.env",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/email/.env",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/email/.env",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/email/.env",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/email/.env",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/email/.env",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/email/.env",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/email/.env",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/email/.env",status="429"} 0.000125008 http_request_duration_seconds_count{method="GET",path="/email/.env",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/emailconfig.toml",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/emailconfig.toml",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/emailconfig.toml",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/emailconfig.toml",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/emailconfig.toml",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/emailconfig.toml",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/emailconfig.toml",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/emailconfig.toml",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/emailconfig.toml",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/emailconfig.toml",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/emailconfig.toml",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/emailconfig.toml",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/emailconfig.toml",status="429"} 0.000140851 http_request_duration_seconds_count{method="GET",path="/emailconfig.toml",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/en/*",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/en/*",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/en/*",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/en/*",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/en/*",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/en/*",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/en/*",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/en/*",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/en/*",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/en/*",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/en/*",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/en/*",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/en/*",status="429"} 0.00017532099999999998 http_request_duration_seconds_count{method="GET",path="/en/*",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/en/.env",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/en/.env",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/en/.env",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/en/.env",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/en/.env",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/en/.env",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/en/.env",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/en/.env",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/en/.env",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/en/.env",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/en/.env",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/en/.env",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/en/.env",status="404"} 0.000129375 http_request_duration_seconds_count{method="GET",path="/en/.env",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/en/.env",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/en/.env",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/en/.env",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/en/.env",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/en/.env",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/en/.env",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/en/.env",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/en/.env",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/en/.env",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/en/.env",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/en/.env",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/en/.env",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/en/.env",status="429"} 8.786e-05 http_request_duration_seconds_count{method="GET",path="/en/.env",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/en0.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/en0.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/en0.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/en0.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/en0.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/en0.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/en0.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/en0.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/en0.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/en0.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/en0.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/en0.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/en0.php",status="404"} 0.000170516 http_request_duration_seconds_count{method="GET",path="/en0.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/enclas.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/enclas.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/enclas.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/enclas.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/enclas.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/enclas.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/enclas.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/enclas.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/enclas.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/enclas.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/enclas.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/enclas.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/enclas.php",status="404"} 0.000289329 http_request_duration_seconds_count{method="GET",path="/enclas.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/encrypted.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/encrypted.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/encrypted.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/encrypted.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/encrypted.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/encrypted.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/encrypted.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/encrypted.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/encrypted.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/encrypted.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/encrypted.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/encrypted.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/encrypted.zip",status="429"} 3.5175e-05 http_request_duration_seconds_count{method="GET",path="/encrypted.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/engine/.env",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/engine/.env",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/engine/.env",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/engine/.env",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/engine/.env",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/engine/.env",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/engine/.env",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/engine/.env",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/engine/.env",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/engine/.env",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/engine/.env",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/engine/.env",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/engine/.env",status="429"} 9.2405e-05 http_request_duration_seconds_count{method="GET",path="/engine/.env",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/env",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/env",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/env",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/env",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/env",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/env",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/env",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/env",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/env",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/env",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/env",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/env",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/env",status="404"} 0.000252404 http_request_duration_seconds_count{method="GET",path="/env",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/env",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/env",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/env",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/env",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/env",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/env",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/env",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/env",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/env",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/env",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/env",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/env",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/env",status="429"} 7.6949e-05 http_request_duration_seconds_count{method="GET",path="/env",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/env-config.js",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/env-config.js",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/env-config.js",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/env-config.js",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/env-config.js",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/env-config.js",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/env-config.js",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/env-config.js",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/env-config.js",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/env-config.js",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/env-config.js",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/env-config.js",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/env-config.js",status="404"} 0.000142009 http_request_duration_seconds_count{method="GET",path="/env-config.js",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/env-config.js",status="429",le="0.005"} 18 http_request_duration_seconds_bucket{method="GET",path="/env-config.js",status="429",le="0.01"} 18 http_request_duration_seconds_bucket{method="GET",path="/env-config.js",status="429",le="0.025"} 18 http_request_duration_seconds_bucket{method="GET",path="/env-config.js",status="429",le="0.05"} 18 http_request_duration_seconds_bucket{method="GET",path="/env-config.js",status="429",le="0.1"} 18 http_request_duration_seconds_bucket{method="GET",path="/env-config.js",status="429",le="0.25"} 18 http_request_duration_seconds_bucket{method="GET",path="/env-config.js",status="429",le="0.5"} 18 http_request_duration_seconds_bucket{method="GET",path="/env-config.js",status="429",le="1"} 18 http_request_duration_seconds_bucket{method="GET",path="/env-config.js",status="429",le="2.5"} 18 http_request_duration_seconds_bucket{method="GET",path="/env-config.js",status="429",le="5"} 18 http_request_duration_seconds_bucket{method="GET",path="/env-config.js",status="429",le="10"} 18 http_request_duration_seconds_bucket{method="GET",path="/env-config.js",status="429",le="+Inf"} 18 http_request_duration_seconds_sum{method="GET",path="/env-config.js",status="429"} 0.0013780770000000001 http_request_duration_seconds_count{method="GET",path="/env-config.js",status="429"} 18 http_request_duration_seconds_bucket{method="GET",path="/env.backup",status="404",le="0.005"} 7 http_request_duration_seconds_bucket{method="GET",path="/env.backup",status="404",le="0.01"} 7 http_request_duration_seconds_bucket{method="GET",path="/env.backup",status="404",le="0.025"} 7 http_request_duration_seconds_bucket{method="GET",path="/env.backup",status="404",le="0.05"} 7 http_request_duration_seconds_bucket{method="GET",path="/env.backup",status="404",le="0.1"} 7 http_request_duration_seconds_bucket{method="GET",path="/env.backup",status="404",le="0.25"} 7 http_request_duration_seconds_bucket{method="GET",path="/env.backup",status="404",le="0.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/env.backup",status="404",le="1"} 7 http_request_duration_seconds_bucket{method="GET",path="/env.backup",status="404",le="2.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/env.backup",status="404",le="5"} 7 http_request_duration_seconds_bucket{method="GET",path="/env.backup",status="404",le="10"} 7 http_request_duration_seconds_bucket{method="GET",path="/env.backup",status="404",le="+Inf"} 7 http_request_duration_seconds_sum{method="GET",path="/env.backup",status="404"} 0.001066057 http_request_duration_seconds_count{method="GET",path="/env.backup",status="404"} 7 http_request_duration_seconds_bucket{method="GET",path="/env.js",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/env.js",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/env.js",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/env.js",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/env.js",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/env.js",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/env.js",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/env.js",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/env.js",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/env.js",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/env.js",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/env.js",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/env.js",status="404"} 0.000255349 http_request_duration_seconds_count{method="GET",path="/env.js",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/env.js",status="429",le="0.005"} 20 http_request_duration_seconds_bucket{method="GET",path="/env.js",status="429",le="0.01"} 20 http_request_duration_seconds_bucket{method="GET",path="/env.js",status="429",le="0.025"} 20 http_request_duration_seconds_bucket{method="GET",path="/env.js",status="429",le="0.05"} 20 http_request_duration_seconds_bucket{method="GET",path="/env.js",status="429",le="0.1"} 20 http_request_duration_seconds_bucket{method="GET",path="/env.js",status="429",le="0.25"} 20 http_request_duration_seconds_bucket{method="GET",path="/env.js",status="429",le="0.5"} 20 http_request_duration_seconds_bucket{method="GET",path="/env.js",status="429",le="1"} 20 http_request_duration_seconds_bucket{method="GET",path="/env.js",status="429",le="2.5"} 20 http_request_duration_seconds_bucket{method="GET",path="/env.js",status="429",le="5"} 20 http_request_duration_seconds_bucket{method="GET",path="/env.js",status="429",le="10"} 20 http_request_duration_seconds_bucket{method="GET",path="/env.js",status="429",le="+Inf"} 20 http_request_duration_seconds_sum{method="GET",path="/env.js",status="429"} 0.0017681889999999999 http_request_duration_seconds_count{method="GET",path="/env.js",status="429"} 20 http_request_duration_seconds_bucket{method="GET",path="/env.json",status="429",le="0.005"} 21 http_request_duration_seconds_bucket{method="GET",path="/env.json",status="429",le="0.01"} 21 http_request_duration_seconds_bucket{method="GET",path="/env.json",status="429",le="0.025"} 21 http_request_duration_seconds_bucket{method="GET",path="/env.json",status="429",le="0.05"} 21 http_request_duration_seconds_bucket{method="GET",path="/env.json",status="429",le="0.1"} 21 http_request_duration_seconds_bucket{method="GET",path="/env.json",status="429",le="0.25"} 21 http_request_duration_seconds_bucket{method="GET",path="/env.json",status="429",le="0.5"} 21 http_request_duration_seconds_bucket{method="GET",path="/env.json",status="429",le="1"} 21 http_request_duration_seconds_bucket{method="GET",path="/env.json",status="429",le="2.5"} 21 http_request_duration_seconds_bucket{method="GET",path="/env.json",status="429",le="5"} 21 http_request_duration_seconds_bucket{method="GET",path="/env.json",status="429",le="10"} 21 http_request_duration_seconds_bucket{method="GET",path="/env.json",status="429",le="+Inf"} 21 http_request_duration_seconds_sum{method="GET",path="/env.json",status="429"} 0.001853109 http_request_duration_seconds_count{method="GET",path="/env.json",status="429"} 21 http_request_duration_seconds_bucket{method="GET",path="/env.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/env.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/env.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/env.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/env.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/env.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/env.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/env.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/env.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/env.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/env.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/env.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/env.php",status="404"} 0.000155649 http_request_duration_seconds_count{method="GET",path="/env.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/env.rb",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/env.rb",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/env.rb",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/env.rb",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/env.rb",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/env.rb",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/env.rb",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/env.rb",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/env.rb",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/env.rb",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/env.rb",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/env.rb",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/env.rb",status="429"} 0.00019257699999999998 http_request_duration_seconds_count{method="GET",path="/env.rb",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/env.txt",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/env.txt",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/env.txt",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/env.txt",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/env.txt",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/env.txt",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/env.txt",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/env.txt",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/env.txt",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/env.txt",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/env.txt",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/env.txt",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/env.txt",status="429"} 0.000211747 http_request_duration_seconds_count{method="GET",path="/env.txt",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/env.yaml",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/env.yaml",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/env.yaml",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/env.yaml",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/env.yaml",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/env.yaml",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/env.yaml",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/env.yaml",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/env.yaml",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/env.yaml",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/env.yaml",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/env.yaml",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/env.yaml",status="429"} 0.000198725 http_request_duration_seconds_count{method="GET",path="/env.yaml",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/env.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/env.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/env.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/env.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/env.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/env.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/env.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/env.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/env.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/env.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/env.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/env.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/env.zip",status="429"} 4.715e-05 http_request_duration_seconds_count{method="GET",path="/env.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/env/.env",status="404",le="0.005"} 6 http_request_duration_seconds_bucket{method="GET",path="/env/.env",status="404",le="0.01"} 6 http_request_duration_seconds_bucket{method="GET",path="/env/.env",status="404",le="0.025"} 6 http_request_duration_seconds_bucket{method="GET",path="/env/.env",status="404",le="0.05"} 6 http_request_duration_seconds_bucket{method="GET",path="/env/.env",status="404",le="0.1"} 6 http_request_duration_seconds_bucket{method="GET",path="/env/.env",status="404",le="0.25"} 6 http_request_duration_seconds_bucket{method="GET",path="/env/.env",status="404",le="0.5"} 6 http_request_duration_seconds_bucket{method="GET",path="/env/.env",status="404",le="1"} 6 http_request_duration_seconds_bucket{method="GET",path="/env/.env",status="404",le="2.5"} 6 http_request_duration_seconds_bucket{method="GET",path="/env/.env",status="404",le="5"} 6 http_request_duration_seconds_bucket{method="GET",path="/env/.env",status="404",le="10"} 6 http_request_duration_seconds_bucket{method="GET",path="/env/.env",status="404",le="+Inf"} 6 http_request_duration_seconds_sum{method="GET",path="/env/.env",status="404"} 0.0008606569999999999 http_request_duration_seconds_count{method="GET",path="/env/.env",status="404"} 6 http_request_duration_seconds_bucket{method="GET",path="/environment.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/environment.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/environment.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/environment.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/environment.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/environment.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/environment.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/environment.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/environment.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/environment.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/environment.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/environment.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/environment.zip",status="429"} 2.7867e-05 http_request_duration_seconds_count{method="GET",path="/environment.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/epinyins.php",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/epinyins.php",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/epinyins.php",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/epinyins.php",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/epinyins.php",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/epinyins.php",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/epinyins.php",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/epinyins.php",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/epinyins.php",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/epinyins.php",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/epinyins.php",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/epinyins.php",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/epinyins.php",status="404"} 0.000470838 http_request_duration_seconds_count{method="GET",path="/epinyins.php",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/erp/.env",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/erp/.env",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/erp/.env",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/erp/.env",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/erp/.env",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/erp/.env",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/erp/.env",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/erp/.env",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/erp/.env",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/erp/.env",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/erp/.env",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/erp/.env",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/erp/.env",status="404"} 0.00012619 http_request_duration_seconds_count{method="GET",path="/erp/.env",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/erp/.env",status="429",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/erp/.env",status="429",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/erp/.env",status="429",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/erp/.env",status="429",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/erp/.env",status="429",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/erp/.env",status="429",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/erp/.env",status="429",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/erp/.env",status="429",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/erp/.env",status="429",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/erp/.env",status="429",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/erp/.env",status="429",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/erp/.env",status="429",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/erp/.env",status="429"} 0.000341001 http_request_duration_seconds_count{method="GET",path="/erp/.env",status="429"} 3 http_request_duration_seconds_bucket{method="GET",path="/error.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/error.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/error.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/error.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/error.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/error.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/error.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/error.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/error.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/error.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/error.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/error.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/error.php",status="404"} 0.00029097 http_request_duration_seconds_count{method="GET",path="/error.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/error/",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/error/",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/error/",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/error/",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/error/",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/error/",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/error/",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/error/",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/error/",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/error/",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/error/",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/error/",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/error/",status="429"} 0.000225295 http_request_duration_seconds_count{method="GET",path="/error/",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/error_log.php",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/error_log.php",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/error_log.php",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/error_log.php",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/error_log.php",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/error_log.php",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/error_log.php",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/error_log.php",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/error_log.php",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/error_log.php",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/error_log.php",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/error_log.php",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/error_log.php",status="404"} 0.00042053999999999995 http_request_duration_seconds_count{method="GET",path="/error_log.php",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/errors.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/errors.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/errors.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/errors.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/errors.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/errors.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/errors.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/errors.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/errors.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/errors.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/errors.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/errors.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/errors.zip",status="429"} 3.7278e-05 http_request_duration_seconds_count{method="GET",path="/errors.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/etc.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/etc.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/etc.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/etc.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/etc.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/etc.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/etc.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/etc.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/etc.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/etc.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/etc.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/etc.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/etc.zip",status="429"} 4.1043e-05 http_request_duration_seconds_count{method="GET",path="/etc.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/etc/apache2/apache2.conf",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/etc/apache2/apache2.conf",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/etc/apache2/apache2.conf",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/etc/apache2/apache2.conf",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/etc/apache2/apache2.conf",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/etc/apache2/apache2.conf",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/etc/apache2/apache2.conf",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/etc/apache2/apache2.conf",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/etc/apache2/apache2.conf",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/etc/apache2/apache2.conf",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/etc/apache2/apache2.conf",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/etc/apache2/apache2.conf",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/etc/apache2/apache2.conf",status="404"} 0.000143225 http_request_duration_seconds_count{method="GET",path="/etc/apache2/apache2.conf",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/etc/apache2/apache2.conf",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/etc/apache2/apache2.conf",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/etc/apache2/apache2.conf",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/etc/apache2/apache2.conf",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/etc/apache2/apache2.conf",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/etc/apache2/apache2.conf",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/etc/apache2/apache2.conf",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/etc/apache2/apache2.conf",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/etc/apache2/apache2.conf",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/etc/apache2/apache2.conf",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/etc/apache2/apache2.conf",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/etc/apache2/apache2.conf",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/etc/apache2/apache2.conf",status="429"} 0.000107094 http_request_duration_seconds_count{method="GET",path="/etc/apache2/apache2.conf",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/etc/boto.cfg",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/etc/boto.cfg",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/etc/boto.cfg",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/etc/boto.cfg",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/etc/boto.cfg",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/etc/boto.cfg",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/etc/boto.cfg",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/etc/boto.cfg",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/etc/boto.cfg",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/etc/boto.cfg",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/etc/boto.cfg",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/etc/boto.cfg",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/etc/boto.cfg",status="429"} 0.00022475000000000001 http_request_duration_seconds_count{method="GET",path="/etc/boto.cfg",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/ethnogr.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/ethnogr.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/ethnogr.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/ethnogr.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/ethnogr.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/ethnogr.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/ethnogr.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/ethnogr.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/ethnogr.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/ethnogr.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/ethnogr.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/ethnogr.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/ethnogr.php",status="404"} 0.000149105 http_request_duration_seconds_count{method="GET",path="/ethnogr.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/ewp.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/ewp.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/ewp.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/ewp.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/ewp.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/ewp.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/ewp.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/ewp.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/ewp.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/ewp.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/ewp.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/ewp.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/ewp.php",status="404"} 0.000128216 http_request_duration_seconds_count{method="GET",path="/ewp.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/example.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/example.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/example.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/example.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/example.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/example.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/example.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/example.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/example.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/example.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/example.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/example.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/example.zip",status="429"} 5.1003e-05 http_request_duration_seconds_count{method="GET",path="/example.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/exapi/.env",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/exapi/.env",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/exapi/.env",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/exapi/.env",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/exapi/.env",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/exapi/.env",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/exapi/.env",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/exapi/.env",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/exapi/.env",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/exapi/.env",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/exapi/.env",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/exapi/.env",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/exapi/.env",status="429"} 0.00021677300000000002 http_request_duration_seconds_count{method="GET",path="/exapi/.env",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/exceptions.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/exceptions.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/exceptions.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/exceptions.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/exceptions.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/exceptions.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/exceptions.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/exceptions.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/exceptions.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/exceptions.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/exceptions.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/exceptions.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/exceptions.zip",status="429"} 3.7968e-05 http_request_duration_seconds_count{method="GET",path="/exceptions.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/experimental.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/experimental.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/experimental.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/experimental.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/experimental.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/experimental.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/experimental.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/experimental.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/experimental.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/experimental.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/experimental.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/experimental.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/experimental.zip",status="429"} 2.7505999999999997e-05 http_request_duration_seconds_count{method="GET",path="/experimental.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/explorer/index_.php",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/explorer/index_.php",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/explorer/index_.php",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/explorer/index_.php",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/explorer/index_.php",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/explorer/index_.php",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/explorer/index_.php",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/explorer/index_.php",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/explorer/index_.php",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/explorer/index_.php",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/explorer/index_.php",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/explorer/index_.php",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/explorer/index_.php",status="404"} 0.0004960100000000001 http_request_duration_seconds_count{method="GET",path="/explorer/index_.php",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/export.7z",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/export.7z",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/export.7z",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/export.7z",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/export.7z",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/export.7z",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/export.7z",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/export.7z",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/export.7z",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/export.7z",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/export.7z",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/export.7z",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/export.7z",status="404"} 0.000150748 http_request_duration_seconds_count{method="GET",path="/export.7z",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/export.bz2",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/export.bz2",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/export.bz2",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/export.bz2",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/export.bz2",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/export.bz2",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/export.bz2",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/export.bz2",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/export.bz2",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/export.bz2",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/export.bz2",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/export.bz2",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/export.bz2",status="404"} 0.000142633 http_request_duration_seconds_count{method="GET",path="/export.bz2",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/export.gz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/export.gz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/export.gz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/export.gz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/export.gz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/export.gz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/export.gz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/export.gz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/export.gz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/export.gz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/export.gz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/export.gz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/export.gz",status="404"} 0.000128231 http_request_duration_seconds_count{method="GET",path="/export.gz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/export.rar",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/export.rar",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/export.rar",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/export.rar",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/export.rar",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/export.rar",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/export.rar",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/export.rar",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/export.rar",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/export.rar",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/export.rar",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/export.rar",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/export.rar",status="404"} 0.000134675 http_request_duration_seconds_count{method="GET",path="/export.rar",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/export.sql",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/export.sql",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/export.sql",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/export.sql",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/export.sql",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/export.sql",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/export.sql",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/export.sql",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/export.sql",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/export.sql",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/export.sql",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/export.sql",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/export.sql",status="404"} 0.000134464 http_request_duration_seconds_count{method="GET",path="/export.sql",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/export.sql.bz2",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/export.sql.bz2",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/export.sql.bz2",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/export.sql.bz2",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/export.sql.bz2",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/export.sql.bz2",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/export.sql.bz2",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/export.sql.bz2",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/export.sql.bz2",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/export.sql.bz2",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/export.sql.bz2",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/export.sql.bz2",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/export.sql.bz2",status="404"} 0.000128819 http_request_duration_seconds_count{method="GET",path="/export.sql.bz2",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/export.sql.gz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/export.sql.gz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/export.sql.gz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/export.sql.gz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/export.sql.gz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/export.sql.gz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/export.sql.gz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/export.sql.gz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/export.sql.gz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/export.sql.gz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/export.sql.gz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/export.sql.gz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/export.sql.gz",status="404"} 0.000153772 http_request_duration_seconds_count{method="GET",path="/export.sql.gz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/export.tar",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/export.tar",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/export.tar",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/export.tar",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/export.tar",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/export.tar",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/export.tar",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/export.tar",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/export.tar",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/export.tar",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/export.tar",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/export.tar",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/export.tar",status="404"} 0.000135683 http_request_duration_seconds_count{method="GET",path="/export.tar",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/export.tar.bz2",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/export.tar.bz2",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/export.tar.bz2",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/export.tar.bz2",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/export.tar.bz2",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/export.tar.bz2",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/export.tar.bz2",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/export.tar.bz2",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/export.tar.bz2",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/export.tar.bz2",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/export.tar.bz2",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/export.tar.bz2",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/export.tar.bz2",status="404"} 0.000148778 http_request_duration_seconds_count{method="GET",path="/export.tar.bz2",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/export.tar.gz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/export.tar.gz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/export.tar.gz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/export.tar.gz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/export.tar.gz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/export.tar.gz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/export.tar.gz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/export.tar.gz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/export.tar.gz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/export.tar.gz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/export.tar.gz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/export.tar.gz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/export.tar.gz",status="404"} 0.000121892 http_request_duration_seconds_count{method="GET",path="/export.tar.gz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/export.tar.xz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/export.tar.xz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/export.tar.xz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/export.tar.xz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/export.tar.xz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/export.tar.xz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/export.tar.xz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/export.tar.xz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/export.tar.xz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/export.tar.xz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/export.tar.xz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/export.tar.xz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/export.tar.xz",status="404"} 0.000170286 http_request_duration_seconds_count{method="GET",path="/export.tar.xz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/export.tgz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/export.tgz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/export.tgz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/export.tgz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/export.tgz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/export.tgz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/export.tgz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/export.tgz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/export.tgz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/export.tgz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/export.tgz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/export.tgz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/export.tgz",status="404"} 0.000132132 http_request_duration_seconds_count{method="GET",path="/export.tgz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/export.zip",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/export.zip",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/export.zip",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/export.zip",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/export.zip",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/export.zip",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/export.zip",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/export.zip",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/export.zip",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/export.zip",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/export.zip",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/export.zip",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/export.zip",status="404"} 0.000133014 http_request_duration_seconds_count{method="GET",path="/export.zip",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/export.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/export.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/export.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/export.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/export.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/export.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/export.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/export.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/export.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/export.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/export.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/export.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/export.zip",status="429"} 4.3688999999999995e-05 http_request_duration_seconds_count{method="GET",path="/export.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/export.zst",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/export.zst",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/export.zst",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/export.zst",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/export.zst",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/export.zst",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/export.zst",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/export.zst",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/export.zst",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/export.zst",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/export.zst",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/export.zst",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/export.zst",status="404"} 0.00013438 http_request_duration_seconds_count{method="GET",path="/export.zst",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/exported/phpinfo.php",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/exported/phpinfo.php",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/exported/phpinfo.php",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/exported/phpinfo.php",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/exported/phpinfo.php",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/exported/phpinfo.php",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/exported/phpinfo.php",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/exported/phpinfo.php",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/exported/phpinfo.php",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/exported/phpinfo.php",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/exported/phpinfo.php",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/exported/phpinfo.php",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/exported/phpinfo.php",status="429"} 0.00013751 http_request_duration_seconds_count{method="GET",path="/exported/phpinfo.php",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/exports.7z",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/exports.7z",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/exports.7z",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/exports.7z",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/exports.7z",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/exports.7z",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/exports.7z",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/exports.7z",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/exports.7z",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/exports.7z",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/exports.7z",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/exports.7z",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/exports.7z",status="404"} 0.000149141 http_request_duration_seconds_count{method="GET",path="/exports.7z",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/exports.bz2",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/exports.bz2",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/exports.bz2",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/exports.bz2",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/exports.bz2",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/exports.bz2",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/exports.bz2",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/exports.bz2",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/exports.bz2",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/exports.bz2",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/exports.bz2",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/exports.bz2",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/exports.bz2",status="404"} 0.000166365 http_request_duration_seconds_count{method="GET",path="/exports.bz2",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/exports.gz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/exports.gz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/exports.gz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/exports.gz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/exports.gz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/exports.gz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/exports.gz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/exports.gz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/exports.gz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/exports.gz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/exports.gz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/exports.gz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/exports.gz",status="404"} 0.000137682 http_request_duration_seconds_count{method="GET",path="/exports.gz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/exports.rar",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/exports.rar",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/exports.rar",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/exports.rar",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/exports.rar",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/exports.rar",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/exports.rar",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/exports.rar",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/exports.rar",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/exports.rar",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/exports.rar",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/exports.rar",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/exports.rar",status="404"} 0.000137293 http_request_duration_seconds_count{method="GET",path="/exports.rar",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/exports.sql",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/exports.sql",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/exports.sql",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/exports.sql",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/exports.sql",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/exports.sql",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/exports.sql",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/exports.sql",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/exports.sql",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/exports.sql",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/exports.sql",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/exports.sql",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/exports.sql",status="404"} 0.000129296 http_request_duration_seconds_count{method="GET",path="/exports.sql",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/exports.sql.bz2",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/exports.sql.bz2",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/exports.sql.bz2",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/exports.sql.bz2",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/exports.sql.bz2",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/exports.sql.bz2",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/exports.sql.bz2",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/exports.sql.bz2",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/exports.sql.bz2",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/exports.sql.bz2",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/exports.sql.bz2",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/exports.sql.bz2",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/exports.sql.bz2",status="404"} 0.000129777 http_request_duration_seconds_count{method="GET",path="/exports.sql.bz2",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/exports.sql.gz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/exports.sql.gz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/exports.sql.gz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/exports.sql.gz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/exports.sql.gz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/exports.sql.gz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/exports.sql.gz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/exports.sql.gz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/exports.sql.gz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/exports.sql.gz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/exports.sql.gz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/exports.sql.gz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/exports.sql.gz",status="404"} 0.000139617 http_request_duration_seconds_count{method="GET",path="/exports.sql.gz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/exports.tar",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/exports.tar",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/exports.tar",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/exports.tar",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/exports.tar",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/exports.tar",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/exports.tar",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/exports.tar",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/exports.tar",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/exports.tar",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/exports.tar",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/exports.tar",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/exports.tar",status="404"} 0.000153294 http_request_duration_seconds_count{method="GET",path="/exports.tar",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/exports.tar.bz2",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/exports.tar.bz2",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/exports.tar.bz2",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/exports.tar.bz2",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/exports.tar.bz2",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/exports.tar.bz2",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/exports.tar.bz2",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/exports.tar.bz2",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/exports.tar.bz2",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/exports.tar.bz2",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/exports.tar.bz2",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/exports.tar.bz2",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/exports.tar.bz2",status="404"} 0.000135744 http_request_duration_seconds_count{method="GET",path="/exports.tar.bz2",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/exports.tar.gz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/exports.tar.gz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/exports.tar.gz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/exports.tar.gz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/exports.tar.gz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/exports.tar.gz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/exports.tar.gz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/exports.tar.gz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/exports.tar.gz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/exports.tar.gz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/exports.tar.gz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/exports.tar.gz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/exports.tar.gz",status="404"} 0.000135593 http_request_duration_seconds_count{method="GET",path="/exports.tar.gz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/exports.tar.xz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/exports.tar.xz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/exports.tar.xz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/exports.tar.xz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/exports.tar.xz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/exports.tar.xz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/exports.tar.xz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/exports.tar.xz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/exports.tar.xz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/exports.tar.xz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/exports.tar.xz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/exports.tar.xz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/exports.tar.xz",status="404"} 0.000132907 http_request_duration_seconds_count{method="GET",path="/exports.tar.xz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/exports.tgz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/exports.tgz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/exports.tgz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/exports.tgz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/exports.tgz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/exports.tgz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/exports.tgz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/exports.tgz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/exports.tgz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/exports.tgz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/exports.tgz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/exports.tgz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/exports.tgz",status="404"} 0.000131394 http_request_duration_seconds_count{method="GET",path="/exports.tgz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/exports.zip",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/exports.zip",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/exports.zip",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/exports.zip",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/exports.zip",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/exports.zip",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/exports.zip",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/exports.zip",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/exports.zip",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/exports.zip",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/exports.zip",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/exports.zip",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/exports.zip",status="404"} 0.000128741 http_request_duration_seconds_count{method="GET",path="/exports.zip",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/exports.zst",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/exports.zst",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/exports.zst",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/exports.zst",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/exports.zst",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/exports.zst",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/exports.zst",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/exports.zst",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/exports.zst",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/exports.zst",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/exports.zst",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/exports.zst",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/exports.zst",status="404"} 0.000148538 http_request_duration_seconds_count{method="GET",path="/exports.zst",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/express.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/express.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/express.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/express.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/express.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/express.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/express.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/express.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/express.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/express.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/express.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/express.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/express.zip",status="429"} 4.3962e-05 http_request_duration_seconds_count{method="GET",path="/express.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/express/.env",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/express/.env",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/express/.env",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/express/.env",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/express/.env",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/express/.env",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/express/.env",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/express/.env",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/express/.env",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/express/.env",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/express/.env",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/express/.env",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/express/.env",status="429"} 0.000206071 http_request_duration_seconds_count{method="GET",path="/express/.env",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/ey5.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/ey5.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/ey5.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/ey5.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/ey5.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/ey5.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/ey5.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/ey5.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/ey5.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/ey5.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/ey5.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/ey5.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/ey5.php",status="404"} 0.000138892 http_request_duration_seconds_count{method="GET",path="/ey5.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/f222.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/f222.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/f222.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/f222.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/f222.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/f222.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/f222.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/f222.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/f222.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/f222.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/f222.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/f222.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/f222.php",status="404"} 0.000167459 http_request_duration_seconds_count{method="GET",path="/f222.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/f35.php",status="404",le="0.005"} 7 http_request_duration_seconds_bucket{method="GET",path="/f35.php",status="404",le="0.01"} 7 http_request_duration_seconds_bucket{method="GET",path="/f35.php",status="404",le="0.025"} 7 http_request_duration_seconds_bucket{method="GET",path="/f35.php",status="404",le="0.05"} 7 http_request_duration_seconds_bucket{method="GET",path="/f35.php",status="404",le="0.1"} 7 http_request_duration_seconds_bucket{method="GET",path="/f35.php",status="404",le="0.25"} 7 http_request_duration_seconds_bucket{method="GET",path="/f35.php",status="404",le="0.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/f35.php",status="404",le="1"} 7 http_request_duration_seconds_bucket{method="GET",path="/f35.php",status="404",le="2.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/f35.php",status="404",le="5"} 7 http_request_duration_seconds_bucket{method="GET",path="/f35.php",status="404",le="10"} 7 http_request_duration_seconds_bucket{method="GET",path="/f35.php",status="404",le="+Inf"} 7 http_request_duration_seconds_sum{method="GET",path="/f35.php",status="404"} 0.000939051 http_request_duration_seconds_count{method="GET",path="/f35.php",status="404"} 7 http_request_duration_seconds_bucket{method="GET",path="/f35.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/f35.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/f35.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/f35.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/f35.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/f35.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/f35.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/f35.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/f35.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/f35.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/f35.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/f35.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/f35.php",status="429"} 0.000124591 http_request_duration_seconds_count{method="GET",path="/f35.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/f5.php",status="404",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/f5.php",status="404",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/f5.php",status="404",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/f5.php",status="404",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/f5.php",status="404",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/f5.php",status="404",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/f5.php",status="404",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/f5.php",status="404",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/f5.php",status="404",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/f5.php",status="404",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/f5.php",status="404",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/f5.php",status="404",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/f5.php",status="404"} 0.0005862360000000001 http_request_duration_seconds_count{method="GET",path="/f5.php",status="404"} 4 http_request_duration_seconds_bucket{method="GET",path="/f6.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/f6.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/f6.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/f6.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/f6.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/f6.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/f6.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/f6.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/f6.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/f6.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/f6.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/f6.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/f6.php",status="404"} 0.000146417 http_request_duration_seconds_count{method="GET",path="/f6.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/facebook-pixel.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/facebook-pixel.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/facebook-pixel.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/facebook-pixel.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/facebook-pixel.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/facebook-pixel.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/facebook-pixel.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/facebook-pixel.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/facebook-pixel.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/facebook-pixel.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/facebook-pixel.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/facebook-pixel.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/facebook-pixel.zip",status="429"} 1.6182000000000002e-05 http_request_duration_seconds_count{method="GET",path="/facebook-pixel.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/facebook.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/facebook.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/facebook.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/facebook.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/facebook.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/facebook.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/facebook.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/facebook.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/facebook.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/facebook.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/facebook.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/facebook.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/facebook.zip",status="429"} 3.3099e-05 http_request_duration_seconds_count{method="GET",path="/facebook.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/favicon.ico",status="200",le="0.005"} 31 http_request_duration_seconds_bucket{method="GET",path="/favicon.ico",status="200",le="0.01"} 31 http_request_duration_seconds_bucket{method="GET",path="/favicon.ico",status="200",le="0.025"} 31 http_request_duration_seconds_bucket{method="GET",path="/favicon.ico",status="200",le="0.05"} 31 http_request_duration_seconds_bucket{method="GET",path="/favicon.ico",status="200",le="0.1"} 31 http_request_duration_seconds_bucket{method="GET",path="/favicon.ico",status="200",le="0.25"} 31 http_request_duration_seconds_bucket{method="GET",path="/favicon.ico",status="200",le="0.5"} 31 http_request_duration_seconds_bucket{method="GET",path="/favicon.ico",status="200",le="1"} 31 http_request_duration_seconds_bucket{method="GET",path="/favicon.ico",status="200",le="2.5"} 31 http_request_duration_seconds_bucket{method="GET",path="/favicon.ico",status="200",le="5"} 31 http_request_duration_seconds_bucket{method="GET",path="/favicon.ico",status="200",le="10"} 31 http_request_duration_seconds_bucket{method="GET",path="/favicon.ico",status="200",le="+Inf"} 31 http_request_duration_seconds_sum{method="GET",path="/favicon.ico",status="200"} 0.009056745 http_request_duration_seconds_count{method="GET",path="/favicon.ico",status="200"} 31 http_request_duration_seconds_bucket{method="GET",path="/favicon.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/favicon.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/favicon.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/favicon.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/favicon.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/favicon.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/favicon.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/favicon.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/favicon.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/favicon.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/favicon.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/favicon.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/favicon.php",status="404"} 0.000150176 http_request_duration_seconds_count{method="GET",path="/favicon.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/favicon.png",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/favicon.png",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/favicon.png",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/favicon.png",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/favicon.png",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/favicon.png",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/favicon.png",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/favicon.png",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/favicon.png",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/favicon.png",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/favicon.png",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/favicon.png",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/favicon.png",status="404"} 0.000767519 http_request_duration_seconds_count{method="GET",path="/favicon.png",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/fe/.env",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/fe/.env",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/fe/.env",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/fe/.env",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/fe/.env",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/fe/.env",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/fe/.env",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/fe/.env",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/fe/.env",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/fe/.env",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/fe/.env",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/fe/.env",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/fe/.env",status="429"} 0.000143072 http_request_duration_seconds_count{method="GET",path="/fe/.env",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/fe5.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/fe5.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/fe5.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/fe5.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/fe5.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/fe5.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/fe5.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/fe5.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/fe5.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/fe5.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/fe5.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/fe5.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/fe5.php",status="404"} 0.000149741 http_request_duration_seconds_count{method="GET",path="/fe5.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/feature.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/feature.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/feature.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/feature.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/feature.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/feature.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/feature.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/feature.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/feature.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/feature.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/feature.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/feature.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/feature.zip",status="429"} 5.6536e-05 http_request_duration_seconds_count{method="GET",path="/feature.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/fex.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/fex.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/fex.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/fex.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/fex.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/fex.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/fex.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/fex.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/fex.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/fex.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/fex.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/fex.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/fex.php",status="404"} 0.000128838 http_request_duration_seconds_count{method="GET",path="/fex.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/ff.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/ff.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/ff.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/ff.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/ff.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/ff.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/ff.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/ff.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/ff.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/ff.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/ff.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/ff.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/ff.php",status="404"} 0.000231902 http_request_duration_seconds_count{method="GET",path="/ff.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/ff1.php",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/ff1.php",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/ff1.php",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/ff1.php",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/ff1.php",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/ff1.php",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/ff1.php",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/ff1.php",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/ff1.php",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/ff1.php",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/ff1.php",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/ff1.php",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/ff1.php",status="404"} 0.00045527999999999996 http_request_duration_seconds_count{method="GET",path="/ff1.php",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/fff.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/fff.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/fff.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/fff.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/fff.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/fff.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/fff.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/fff.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/fff.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/fff.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/fff.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/fff.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/fff.php",status="404"} 0.00028286100000000003 http_request_duration_seconds_count{method="GET",path="/fff.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/ffile.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/ffile.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/ffile.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/ffile.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/ffile.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/ffile.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/ffile.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/ffile.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/ffile.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/ffile.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/ffile.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/ffile.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/ffile.php",status="404"} 0.000132266 http_request_duration_seconds_count{method="GET",path="/ffile.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/figma.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/figma.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/figma.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/figma.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/figma.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/figma.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/figma.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/figma.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/figma.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/figma.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/figma.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/figma.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/figma.zip",status="429"} 5.0851000000000005e-05 http_request_duration_seconds_count{method="GET",path="/figma.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/file.php",status="404",le="0.005"} 6 http_request_duration_seconds_bucket{method="GET",path="/file.php",status="404",le="0.01"} 6 http_request_duration_seconds_bucket{method="GET",path="/file.php",status="404",le="0.025"} 6 http_request_duration_seconds_bucket{method="GET",path="/file.php",status="404",le="0.05"} 6 http_request_duration_seconds_bucket{method="GET",path="/file.php",status="404",le="0.1"} 6 http_request_duration_seconds_bucket{method="GET",path="/file.php",status="404",le="0.25"} 6 http_request_duration_seconds_bucket{method="GET",path="/file.php",status="404",le="0.5"} 6 http_request_duration_seconds_bucket{method="GET",path="/file.php",status="404",le="1"} 6 http_request_duration_seconds_bucket{method="GET",path="/file.php",status="404",le="2.5"} 6 http_request_duration_seconds_bucket{method="GET",path="/file.php",status="404",le="5"} 6 http_request_duration_seconds_bucket{method="GET",path="/file.php",status="404",le="10"} 6 http_request_duration_seconds_bucket{method="GET",path="/file.php",status="404",le="+Inf"} 6 http_request_duration_seconds_sum{method="GET",path="/file.php",status="404"} 0.001048357 http_request_duration_seconds_count{method="GET",path="/file.php",status="404"} 6 http_request_duration_seconds_bucket{method="GET",path="/file1.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/file1.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/file1.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/file1.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/file1.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/file1.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/file1.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/file1.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/file1.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/file1.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/file1.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/file1.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/file1.php",status="404"} 0.000145725 http_request_duration_seconds_count{method="GET",path="/file1.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/file15.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/file15.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/file15.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/file15.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/file15.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/file15.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/file15.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/file15.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/file15.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/file15.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/file15.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/file15.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/file15.php",status="404"} 0.000141053 http_request_duration_seconds_count{method="GET",path="/file15.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/file18.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/file18.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/file18.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/file18.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/file18.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/file18.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/file18.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/file18.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/file18.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/file18.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/file18.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/file18.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/file18.php",status="404"} 0.000145479 http_request_duration_seconds_count{method="GET",path="/file18.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/file2.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/file2.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/file2.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/file2.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/file2.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/file2.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/file2.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/file2.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/file2.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/file2.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/file2.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/file2.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/file2.php",status="404"} 0.0002807 http_request_duration_seconds_count{method="GET",path="/file2.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/file21.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/file21.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/file21.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/file21.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/file21.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/file21.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/file21.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/file21.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/file21.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/file21.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/file21.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/file21.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/file21.php",status="404"} 0.000137467 http_request_duration_seconds_count{method="GET",path="/file21.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/file30.php",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/file30.php",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/file30.php",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/file30.php",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/file30.php",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/file30.php",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/file30.php",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/file30.php",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/file30.php",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/file30.php",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/file30.php",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/file30.php",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/file30.php",status="404"} 0.000391155 http_request_duration_seconds_count{method="GET",path="/file30.php",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/file4.php",status="404",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/file4.php",status="404",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/file4.php",status="404",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/file4.php",status="404",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/file4.php",status="404",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/file4.php",status="404",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/file4.php",status="404",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/file4.php",status="404",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/file4.php",status="404",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/file4.php",status="404",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/file4.php",status="404",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/file4.php",status="404",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/file4.php",status="404"} 0.00065769 http_request_duration_seconds_count{method="GET",path="/file4.php",status="404"} 4 http_request_duration_seconds_bucket{method="GET",path="/file48.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/file48.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/file48.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/file48.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/file48.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/file48.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/file48.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/file48.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/file48.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/file48.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/file48.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/file48.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/file48.php",status="404"} 0.000285608 http_request_duration_seconds_count{method="GET",path="/file48.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/file5.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/file5.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/file5.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/file5.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/file5.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/file5.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/file5.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/file5.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/file5.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/file5.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/file5.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/file5.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/file5.php",status="404"} 0.000140035 http_request_duration_seconds_count{method="GET",path="/file5.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/file59.php",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/file59.php",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/file59.php",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/file59.php",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/file59.php",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/file59.php",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/file59.php",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/file59.php",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/file59.php",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/file59.php",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/file59.php",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/file59.php",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/file59.php",status="404"} 0.000493128 http_request_duration_seconds_count{method="GET",path="/file59.php",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/file6.php",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/file6.php",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/file6.php",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/file6.php",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/file6.php",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/file6.php",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/file6.php",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/file6.php",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/file6.php",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/file6.php",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/file6.php",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/file6.php",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/file6.php",status="404"} 0.000467124 http_request_duration_seconds_count{method="GET",path="/file6.php",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/file60.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/file60.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/file60.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/file60.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/file60.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/file60.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/file60.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/file60.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/file60.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/file60.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/file60.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/file60.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/file60.php",status="404"} 0.000382083 http_request_duration_seconds_count{method="GET",path="/file60.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/file61.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/file61.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/file61.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/file61.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/file61.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/file61.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/file61.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/file61.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/file61.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/file61.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/file61.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/file61.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/file61.php",status="404"} 0.000130711 http_request_duration_seconds_count{method="GET",path="/file61.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/file7.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/file7.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/file7.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/file7.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/file7.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/file7.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/file7.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/file7.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/file7.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/file7.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/file7.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/file7.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/file7.php",status="404"} 0.000329464 http_request_duration_seconds_count{method="GET",path="/file7.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/file8.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/file8.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/file8.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/file8.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/file8.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/file8.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/file8.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/file8.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/file8.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/file8.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/file8.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/file8.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/file8.php",status="404"} 0.000120253 http_request_duration_seconds_count{method="GET",path="/file8.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/file88.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/file88.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/file88.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/file88.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/file88.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/file88.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/file88.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/file88.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/file88.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/file88.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/file88.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/file88.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/file88.php",status="404"} 0.000148545 http_request_duration_seconds_count{method="GET",path="/file88.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/file9.php",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/file9.php",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/file9.php",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/file9.php",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/file9.php",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/file9.php",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/file9.php",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/file9.php",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/file9.php",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/file9.php",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/file9.php",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/file9.php",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/file9.php",status="404"} 0.000419425 http_request_duration_seconds_count{method="GET",path="/file9.php",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/fileas.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/fileas.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/fileas.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/fileas.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/fileas.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/fileas.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/fileas.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/fileas.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/fileas.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/fileas.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/fileas.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/fileas.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/fileas.php",status="404"} 0.000214984 http_request_duration_seconds_count{method="GET",path="/fileas.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/filemanager/dialog.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/filemanager/dialog.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/filemanager/dialog.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/filemanager/dialog.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/filemanager/dialog.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/filemanager/dialog.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/filemanager/dialog.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/filemanager/dialog.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/filemanager/dialog.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/filemanager/dialog.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/filemanager/dialog.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/filemanager/dialog.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/filemanager/dialog.php",status="404"} 0.000260683 http_request_duration_seconds_count{method="GET",path="/filemanager/dialog.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/filer.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/filer.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/filer.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/filer.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/filer.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/filer.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/filer.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/filer.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/filer.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/filer.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/filer.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/filer.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/filer.php",status="404"} 0.000134347 http_request_duration_seconds_count{method="GET",path="/filer.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/files.7z",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/files.7z",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/files.7z",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/files.7z",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/files.7z",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/files.7z",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/files.7z",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/files.7z",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/files.7z",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/files.7z",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/files.7z",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/files.7z",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/files.7z",status="404"} 0.000137595 http_request_duration_seconds_count{method="GET",path="/files.7z",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/files.bz2",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/files.bz2",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/files.bz2",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/files.bz2",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/files.bz2",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/files.bz2",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/files.bz2",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/files.bz2",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/files.bz2",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/files.bz2",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/files.bz2",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/files.bz2",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/files.bz2",status="404"} 0.000154735 http_request_duration_seconds_count{method="GET",path="/files.bz2",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/files.gz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/files.gz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/files.gz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/files.gz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/files.gz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/files.gz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/files.gz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/files.gz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/files.gz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/files.gz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/files.gz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/files.gz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/files.gz",status="404"} 0.000132692 http_request_duration_seconds_count{method="GET",path="/files.gz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/files.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/files.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/files.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/files.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/files.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/files.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/files.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/files.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/files.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/files.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/files.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/files.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/files.php",status="404"} 0.00026762 http_request_duration_seconds_count{method="GET",path="/files.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/files.rar",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/files.rar",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/files.rar",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/files.rar",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/files.rar",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/files.rar",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/files.rar",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/files.rar",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/files.rar",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/files.rar",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/files.rar",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/files.rar",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/files.rar",status="404"} 0.00015038 http_request_duration_seconds_count{method="GET",path="/files.rar",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/files.sql",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/files.sql",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/files.sql",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/files.sql",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/files.sql",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/files.sql",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/files.sql",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/files.sql",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/files.sql",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/files.sql",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/files.sql",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/files.sql",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/files.sql",status="404"} 0.000132055 http_request_duration_seconds_count{method="GET",path="/files.sql",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/files.sql.bz2",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/files.sql.bz2",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/files.sql.bz2",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/files.sql.bz2",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/files.sql.bz2",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/files.sql.bz2",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/files.sql.bz2",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/files.sql.bz2",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/files.sql.bz2",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/files.sql.bz2",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/files.sql.bz2",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/files.sql.bz2",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/files.sql.bz2",status="404"} 0.000168967 http_request_duration_seconds_count{method="GET",path="/files.sql.bz2",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/files.sql.gz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/files.sql.gz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/files.sql.gz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/files.sql.gz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/files.sql.gz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/files.sql.gz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/files.sql.gz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/files.sql.gz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/files.sql.gz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/files.sql.gz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/files.sql.gz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/files.sql.gz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/files.sql.gz",status="404"} 0.000155669 http_request_duration_seconds_count{method="GET",path="/files.sql.gz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/files.tar",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/files.tar",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/files.tar",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/files.tar",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/files.tar",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/files.tar",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/files.tar",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/files.tar",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/files.tar",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/files.tar",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/files.tar",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/files.tar",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/files.tar",status="404"} 0.000135003 http_request_duration_seconds_count{method="GET",path="/files.tar",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/files.tar.bz2",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/files.tar.bz2",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/files.tar.bz2",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/files.tar.bz2",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/files.tar.bz2",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/files.tar.bz2",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/files.tar.bz2",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/files.tar.bz2",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/files.tar.bz2",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/files.tar.bz2",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/files.tar.bz2",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/files.tar.bz2",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/files.tar.bz2",status="404"} 0.000145213 http_request_duration_seconds_count{method="GET",path="/files.tar.bz2",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/files.tar.gz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/files.tar.gz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/files.tar.gz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/files.tar.gz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/files.tar.gz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/files.tar.gz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/files.tar.gz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/files.tar.gz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/files.tar.gz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/files.tar.gz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/files.tar.gz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/files.tar.gz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/files.tar.gz",status="404"} 0.000158989 http_request_duration_seconds_count{method="GET",path="/files.tar.gz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/files.tar.xz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/files.tar.xz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/files.tar.xz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/files.tar.xz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/files.tar.xz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/files.tar.xz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/files.tar.xz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/files.tar.xz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/files.tar.xz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/files.tar.xz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/files.tar.xz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/files.tar.xz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/files.tar.xz",status="404"} 0.000142746 http_request_duration_seconds_count{method="GET",path="/files.tar.xz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/files.tgz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/files.tgz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/files.tgz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/files.tgz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/files.tgz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/files.tgz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/files.tgz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/files.tgz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/files.tgz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/files.tgz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/files.tgz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/files.tgz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/files.tgz",status="404"} 0.000129511 http_request_duration_seconds_count{method="GET",path="/files.tgz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/files.zip",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/files.zip",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/files.zip",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/files.zip",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/files.zip",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/files.zip",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/files.zip",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/files.zip",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/files.zip",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/files.zip",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/files.zip",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/files.zip",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/files.zip",status="404"} 0.000130758 http_request_duration_seconds_count{method="GET",path="/files.zip",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/files.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/files.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/files.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/files.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/files.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/files.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/files.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/files.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/files.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/files.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/files.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/files.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/files.zip",status="429"} 2.5732e-05 http_request_duration_seconds_count{method="GET",path="/files.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/files.zst",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/files.zst",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/files.zst",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/files.zst",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/files.zst",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/files.zst",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/files.zst",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/files.zst",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/files.zst",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/files.zst",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/files.zst",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/files.zst",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/files.zst",status="404"} 0.000155575 http_request_duration_seconds_count{method="GET",path="/files.zst",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/files/index.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/files/index.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/files/index.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/files/index.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/files/index.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/files/index.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/files/index.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/files/index.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/files/index.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/files/index.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/files/index.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/files/index.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/files/index.php",status="404"} 0.000267285 http_request_duration_seconds_count{method="GET",path="/files/index.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/filesss.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/filesss.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/filesss.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/filesss.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/filesss.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/filesss.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/filesss.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/filesss.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/filesss.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/filesss.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/filesss.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/filesss.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/filesss.php",status="404"} 0.000122355 http_request_duration_seconds_count{method="GET",path="/filesss.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/filexp.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/filexp.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/filexp.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/filexp.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/filexp.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/filexp.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/filexp.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/filexp.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/filexp.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/filexp.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/filexp.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/filexp.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/filexp.php",status="404"} 0.000130941 http_request_duration_seconds_count{method="GET",path="/filexp.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/final.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/final.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/final.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/final.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/final.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/final.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/final.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/final.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/final.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/final.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/final.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/final.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/final.zip",status="429"} 3.2100999999999996e-05 http_request_duration_seconds_count{method="GET",path="/final.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/finny.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/finny.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/finny.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/finny.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/finny.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/finny.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/finny.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/finny.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/finny.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/finny.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/finny.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/finny.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/finny.php",status="404"} 0.000169933 http_request_duration_seconds_count{method="GET",path="/finny.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/firebase-adminsdk.json",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/firebase-adminsdk.json",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/firebase-adminsdk.json",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/firebase-adminsdk.json",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/firebase-adminsdk.json",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/firebase-adminsdk.json",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/firebase-adminsdk.json",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/firebase-adminsdk.json",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/firebase-adminsdk.json",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/firebase-adminsdk.json",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/firebase-adminsdk.json",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/firebase-adminsdk.json",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/firebase-adminsdk.json",status="404"} 0.000358472 http_request_duration_seconds_count{method="GET",path="/firebase-adminsdk.json",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/firebase-adminsdk.json",status="429",le="0.005"} 19 http_request_duration_seconds_bucket{method="GET",path="/firebase-adminsdk.json",status="429",le="0.01"} 19 http_request_duration_seconds_bucket{method="GET",path="/firebase-adminsdk.json",status="429",le="0.025"} 19 http_request_duration_seconds_bucket{method="GET",path="/firebase-adminsdk.json",status="429",le="0.05"} 19 http_request_duration_seconds_bucket{method="GET",path="/firebase-adminsdk.json",status="429",le="0.1"} 19 http_request_duration_seconds_bucket{method="GET",path="/firebase-adminsdk.json",status="429",le="0.25"} 19 http_request_duration_seconds_bucket{method="GET",path="/firebase-adminsdk.json",status="429",le="0.5"} 19 http_request_duration_seconds_bucket{method="GET",path="/firebase-adminsdk.json",status="429",le="1"} 19 http_request_duration_seconds_bucket{method="GET",path="/firebase-adminsdk.json",status="429",le="2.5"} 19 http_request_duration_seconds_bucket{method="GET",path="/firebase-adminsdk.json",status="429",le="5"} 19 http_request_duration_seconds_bucket{method="GET",path="/firebase-adminsdk.json",status="429",le="10"} 19 http_request_duration_seconds_bucket{method="GET",path="/firebase-adminsdk.json",status="429",le="+Inf"} 19 http_request_duration_seconds_sum{method="GET",path="/firebase-adminsdk.json",status="429"} 0.0016457629999999997 http_request_duration_seconds_count{method="GET",path="/firebase-adminsdk.json",status="429"} 19 http_request_duration_seconds_bucket{method="GET",path="/firebase-config.json",status="404",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/firebase-config.json",status="404",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/firebase-config.json",status="404",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/firebase-config.json",status="404",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/firebase-config.json",status="404",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/firebase-config.json",status="404",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/firebase-config.json",status="404",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/firebase-config.json",status="404",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/firebase-config.json",status="404",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/firebase-config.json",status="404",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/firebase-config.json",status="404",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/firebase-config.json",status="404",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/firebase-config.json",status="404"} 0.000479504 http_request_duration_seconds_count{method="GET",path="/firebase-config.json",status="404"} 4 http_request_duration_seconds_bucket{method="GET",path="/firebase-config.json",status="429",le="0.005"} 15 http_request_duration_seconds_bucket{method="GET",path="/firebase-config.json",status="429",le="0.01"} 15 http_request_duration_seconds_bucket{method="GET",path="/firebase-config.json",status="429",le="0.025"} 15 http_request_duration_seconds_bucket{method="GET",path="/firebase-config.json",status="429",le="0.05"} 15 http_request_duration_seconds_bucket{method="GET",path="/firebase-config.json",status="429",le="0.1"} 15 http_request_duration_seconds_bucket{method="GET",path="/firebase-config.json",status="429",le="0.25"} 15 http_request_duration_seconds_bucket{method="GET",path="/firebase-config.json",status="429",le="0.5"} 15 http_request_duration_seconds_bucket{method="GET",path="/firebase-config.json",status="429",le="1"} 15 http_request_duration_seconds_bucket{method="GET",path="/firebase-config.json",status="429",le="2.5"} 15 http_request_duration_seconds_bucket{method="GET",path="/firebase-config.json",status="429",le="5"} 15 http_request_duration_seconds_bucket{method="GET",path="/firebase-config.json",status="429",le="10"} 15 http_request_duration_seconds_bucket{method="GET",path="/firebase-config.json",status="429",le="+Inf"} 15 http_request_duration_seconds_sum{method="GET",path="/firebase-config.json",status="429"} 0.0011708299999999997 http_request_duration_seconds_count{method="GET",path="/firebase-config.json",status="429"} 15 http_request_duration_seconds_bucket{method="GET",path="/firebase-credentials.json",status="429",le="0.005"} 20 http_request_duration_seconds_bucket{method="GET",path="/firebase-credentials.json",status="429",le="0.01"} 20 http_request_duration_seconds_bucket{method="GET",path="/firebase-credentials.json",status="429",le="0.025"} 20 http_request_duration_seconds_bucket{method="GET",path="/firebase-credentials.json",status="429",le="0.05"} 20 http_request_duration_seconds_bucket{method="GET",path="/firebase-credentials.json",status="429",le="0.1"} 20 http_request_duration_seconds_bucket{method="GET",path="/firebase-credentials.json",status="429",le="0.25"} 20 http_request_duration_seconds_bucket{method="GET",path="/firebase-credentials.json",status="429",le="0.5"} 20 http_request_duration_seconds_bucket{method="GET",path="/firebase-credentials.json",status="429",le="1"} 20 http_request_duration_seconds_bucket{method="GET",path="/firebase-credentials.json",status="429",le="2.5"} 20 http_request_duration_seconds_bucket{method="GET",path="/firebase-credentials.json",status="429",le="5"} 20 http_request_duration_seconds_bucket{method="GET",path="/firebase-credentials.json",status="429",le="10"} 20 http_request_duration_seconds_bucket{method="GET",path="/firebase-credentials.json",status="429",le="+Inf"} 20 http_request_duration_seconds_sum{method="GET",path="/firebase-credentials.json",status="429"} 0.0014827799999999997 http_request_duration_seconds_count{method="GET",path="/firebase-credentials.json",status="429"} 20 http_request_duration_seconds_bucket{method="GET",path="/firebase-debug.log",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/firebase-debug.log",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/firebase-debug.log",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/firebase-debug.log",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/firebase-debug.log",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/firebase-debug.log",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/firebase-debug.log",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/firebase-debug.log",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/firebase-debug.log",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/firebase-debug.log",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/firebase-debug.log",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/firebase-debug.log",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/firebase-debug.log",status="404"} 9.7974e-05 http_request_duration_seconds_count{method="GET",path="/firebase-debug.log",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/firebase-key.json",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/firebase-key.json",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/firebase-key.json",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/firebase-key.json",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/firebase-key.json",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/firebase-key.json",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/firebase-key.json",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/firebase-key.json",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/firebase-key.json",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/firebase-key.json",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/firebase-key.json",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/firebase-key.json",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/firebase-key.json",status="404"} 0.000133712 http_request_duration_seconds_count{method="GET",path="/firebase-key.json",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/firebase-key.json",status="429",le="0.005"} 14 http_request_duration_seconds_bucket{method="GET",path="/firebase-key.json",status="429",le="0.01"} 14 http_request_duration_seconds_bucket{method="GET",path="/firebase-key.json",status="429",le="0.025"} 14 http_request_duration_seconds_bucket{method="GET",path="/firebase-key.json",status="429",le="0.05"} 14 http_request_duration_seconds_bucket{method="GET",path="/firebase-key.json",status="429",le="0.1"} 14 http_request_duration_seconds_bucket{method="GET",path="/firebase-key.json",status="429",le="0.25"} 14 http_request_duration_seconds_bucket{method="GET",path="/firebase-key.json",status="429",le="0.5"} 14 http_request_duration_seconds_bucket{method="GET",path="/firebase-key.json",status="429",le="1"} 14 http_request_duration_seconds_bucket{method="GET",path="/firebase-key.json",status="429",le="2.5"} 14 http_request_duration_seconds_bucket{method="GET",path="/firebase-key.json",status="429",le="5"} 14 http_request_duration_seconds_bucket{method="GET",path="/firebase-key.json",status="429",le="10"} 14 http_request_duration_seconds_bucket{method="GET",path="/firebase-key.json",status="429",le="+Inf"} 14 http_request_duration_seconds_sum{method="GET",path="/firebase-key.json",status="429"} 0.001121048 http_request_duration_seconds_count{method="GET",path="/firebase-key.json",status="429"} 14 http_request_duration_seconds_bucket{method="GET",path="/firebase-service-account.json",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/firebase-service-account.json",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/firebase-service-account.json",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/firebase-service-account.json",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/firebase-service-account.json",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/firebase-service-account.json",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/firebase-service-account.json",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/firebase-service-account.json",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/firebase-service-account.json",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/firebase-service-account.json",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/firebase-service-account.json",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/firebase-service-account.json",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/firebase-service-account.json",status="404"} 0.000135741 http_request_duration_seconds_count{method="GET",path="/firebase-service-account.json",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/firebase-service-account.json",status="429",le="0.005"} 20 http_request_duration_seconds_bucket{method="GET",path="/firebase-service-account.json",status="429",le="0.01"} 20 http_request_duration_seconds_bucket{method="GET",path="/firebase-service-account.json",status="429",le="0.025"} 20 http_request_duration_seconds_bucket{method="GET",path="/firebase-service-account.json",status="429",le="0.05"} 20 http_request_duration_seconds_bucket{method="GET",path="/firebase-service-account.json",status="429",le="0.1"} 20 http_request_duration_seconds_bucket{method="GET",path="/firebase-service-account.json",status="429",le="0.25"} 20 http_request_duration_seconds_bucket{method="GET",path="/firebase-service-account.json",status="429",le="0.5"} 20 http_request_duration_seconds_bucket{method="GET",path="/firebase-service-account.json",status="429",le="1"} 20 http_request_duration_seconds_bucket{method="GET",path="/firebase-service-account.json",status="429",le="2.5"} 20 http_request_duration_seconds_bucket{method="GET",path="/firebase-service-account.json",status="429",le="5"} 20 http_request_duration_seconds_bucket{method="GET",path="/firebase-service-account.json",status="429",le="10"} 20 http_request_duration_seconds_bucket{method="GET",path="/firebase-service-account.json",status="429",le="+Inf"} 20 http_request_duration_seconds_sum{method="GET",path="/firebase-service-account.json",status="429"} 0.001521903 http_request_duration_seconds_count{method="GET",path="/firebase-service-account.json",status="429"} 20 http_request_duration_seconds_bucket{method="GET",path="/firebase.json",status="404",le="0.005"} 5 http_request_duration_seconds_bucket{method="GET",path="/firebase.json",status="404",le="0.01"} 5 http_request_duration_seconds_bucket{method="GET",path="/firebase.json",status="404",le="0.025"} 5 http_request_duration_seconds_bucket{method="GET",path="/firebase.json",status="404",le="0.05"} 5 http_request_duration_seconds_bucket{method="GET",path="/firebase.json",status="404",le="0.1"} 5 http_request_duration_seconds_bucket{method="GET",path="/firebase.json",status="404",le="0.25"} 5 http_request_duration_seconds_bucket{method="GET",path="/firebase.json",status="404",le="0.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/firebase.json",status="404",le="1"} 5 http_request_duration_seconds_bucket{method="GET",path="/firebase.json",status="404",le="2.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/firebase.json",status="404",le="5"} 5 http_request_duration_seconds_bucket{method="GET",path="/firebase.json",status="404",le="10"} 5 http_request_duration_seconds_bucket{method="GET",path="/firebase.json",status="404",le="+Inf"} 5 http_request_duration_seconds_sum{method="GET",path="/firebase.json",status="404"} 0.000912487 http_request_duration_seconds_count{method="GET",path="/firebase.json",status="404"} 5 http_request_duration_seconds_bucket{method="GET",path="/firebase.json",status="429",le="0.005"} 19 http_request_duration_seconds_bucket{method="GET",path="/firebase.json",status="429",le="0.01"} 19 http_request_duration_seconds_bucket{method="GET",path="/firebase.json",status="429",le="0.025"} 19 http_request_duration_seconds_bucket{method="GET",path="/firebase.json",status="429",le="0.05"} 19 http_request_duration_seconds_bucket{method="GET",path="/firebase.json",status="429",le="0.1"} 19 http_request_duration_seconds_bucket{method="GET",path="/firebase.json",status="429",le="0.25"} 19 http_request_duration_seconds_bucket{method="GET",path="/firebase.json",status="429",le="0.5"} 19 http_request_duration_seconds_bucket{method="GET",path="/firebase.json",status="429",le="1"} 19 http_request_duration_seconds_bucket{method="GET",path="/firebase.json",status="429",le="2.5"} 19 http_request_duration_seconds_bucket{method="GET",path="/firebase.json",status="429",le="5"} 19 http_request_duration_seconds_bucket{method="GET",path="/firebase.json",status="429",le="10"} 19 http_request_duration_seconds_bucket{method="GET",path="/firebase.json",status="429",le="+Inf"} 19 http_request_duration_seconds_sum{method="GET",path="/firebase.json",status="429"} 0.0015332899999999999 http_request_duration_seconds_count{method="GET",path="/firebase.json",status="429"} 19 http_request_duration_seconds_bucket{method="GET",path="/firebase_credentials.json",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/firebase_credentials.json",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/firebase_credentials.json",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/firebase_credentials.json",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/firebase_credentials.json",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/firebase_credentials.json",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/firebase_credentials.json",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/firebase_credentials.json",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/firebase_credentials.json",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/firebase_credentials.json",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/firebase_credentials.json",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/firebase_credentials.json",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/firebase_credentials.json",status="429"} 0.000131486 http_request_duration_seconds_count{method="GET",path="/firebase_credentials.json",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/first.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/first.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/first.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/first.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/first.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/first.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/first.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/first.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/first.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/first.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/first.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/first.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/first.php",status="404"} 0.000137666 http_request_duration_seconds_count{method="GET",path="/first.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/fixtures.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/fixtures.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/fixtures.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/fixtures.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/fixtures.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/fixtures.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/fixtures.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/fixtures.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/fixtures.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/fixtures.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/fixtures.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/fixtures.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/fixtures.zip",status="429"} 2.2284e-05 http_request_duration_seconds_count{method="GET",path="/fixtures.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/flask.7z",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/flask.7z",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/flask.7z",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/flask.7z",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/flask.7z",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/flask.7z",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/flask.7z",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/flask.7z",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/flask.7z",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/flask.7z",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/flask.7z",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/flask.7z",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/flask.7z",status="404"} 0.000135629 http_request_duration_seconds_count{method="GET",path="/flask.7z",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/flask.bz2",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/flask.bz2",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/flask.bz2",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/flask.bz2",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/flask.bz2",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/flask.bz2",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/flask.bz2",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/flask.bz2",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/flask.bz2",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/flask.bz2",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/flask.bz2",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/flask.bz2",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/flask.bz2",status="404"} 0.0001698 http_request_duration_seconds_count{method="GET",path="/flask.bz2",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/flask.gz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/flask.gz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/flask.gz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/flask.gz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/flask.gz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/flask.gz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/flask.gz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/flask.gz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/flask.gz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/flask.gz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/flask.gz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/flask.gz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/flask.gz",status="404"} 0.000124421 http_request_duration_seconds_count{method="GET",path="/flask.gz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/flask.rar",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/flask.rar",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/flask.rar",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/flask.rar",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/flask.rar",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/flask.rar",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/flask.rar",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/flask.rar",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/flask.rar",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/flask.rar",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/flask.rar",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/flask.rar",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/flask.rar",status="404"} 0.00012896 http_request_duration_seconds_count{method="GET",path="/flask.rar",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/flask.sql",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/flask.sql",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/flask.sql",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/flask.sql",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/flask.sql",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/flask.sql",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/flask.sql",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/flask.sql",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/flask.sql",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/flask.sql",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/flask.sql",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/flask.sql",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/flask.sql",status="404"} 0.000157003 http_request_duration_seconds_count{method="GET",path="/flask.sql",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/flask.sql.bz2",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/flask.sql.bz2",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/flask.sql.bz2",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/flask.sql.bz2",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/flask.sql.bz2",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/flask.sql.bz2",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/flask.sql.bz2",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/flask.sql.bz2",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/flask.sql.bz2",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/flask.sql.bz2",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/flask.sql.bz2",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/flask.sql.bz2",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/flask.sql.bz2",status="404"} 0.000299792 http_request_duration_seconds_count{method="GET",path="/flask.sql.bz2",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/flask.sql.gz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/flask.sql.gz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/flask.sql.gz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/flask.sql.gz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/flask.sql.gz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/flask.sql.gz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/flask.sql.gz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/flask.sql.gz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/flask.sql.gz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/flask.sql.gz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/flask.sql.gz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/flask.sql.gz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/flask.sql.gz",status="404"} 0.000136135 http_request_duration_seconds_count{method="GET",path="/flask.sql.gz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/flask.tar",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/flask.tar",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/flask.tar",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/flask.tar",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/flask.tar",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/flask.tar",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/flask.tar",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/flask.tar",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/flask.tar",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/flask.tar",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/flask.tar",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/flask.tar",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/flask.tar",status="404"} 0.0001304 http_request_duration_seconds_count{method="GET",path="/flask.tar",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/flask.tar.bz2",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/flask.tar.bz2",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/flask.tar.bz2",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/flask.tar.bz2",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/flask.tar.bz2",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/flask.tar.bz2",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/flask.tar.bz2",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/flask.tar.bz2",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/flask.tar.bz2",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/flask.tar.bz2",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/flask.tar.bz2",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/flask.tar.bz2",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/flask.tar.bz2",status="404"} 0.000142928 http_request_duration_seconds_count{method="GET",path="/flask.tar.bz2",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/flask.tar.gz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/flask.tar.gz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/flask.tar.gz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/flask.tar.gz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/flask.tar.gz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/flask.tar.gz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/flask.tar.gz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/flask.tar.gz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/flask.tar.gz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/flask.tar.gz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/flask.tar.gz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/flask.tar.gz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/flask.tar.gz",status="404"} 0.000120113 http_request_duration_seconds_count{method="GET",path="/flask.tar.gz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/flask.tar.xz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/flask.tar.xz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/flask.tar.xz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/flask.tar.xz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/flask.tar.xz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/flask.tar.xz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/flask.tar.xz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/flask.tar.xz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/flask.tar.xz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/flask.tar.xz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/flask.tar.xz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/flask.tar.xz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/flask.tar.xz",status="404"} 0.000125145 http_request_duration_seconds_count{method="GET",path="/flask.tar.xz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/flask.tgz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/flask.tgz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/flask.tgz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/flask.tgz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/flask.tgz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/flask.tgz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/flask.tgz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/flask.tgz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/flask.tgz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/flask.tgz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/flask.tgz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/flask.tgz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/flask.tgz",status="404"} 0.000129731 http_request_duration_seconds_count{method="GET",path="/flask.tgz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/flask.zip",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/flask.zip",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/flask.zip",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/flask.zip",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/flask.zip",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/flask.zip",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/flask.zip",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/flask.zip",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/flask.zip",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/flask.zip",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/flask.zip",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/flask.zip",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/flask.zip",status="404"} 0.000151777 http_request_duration_seconds_count{method="GET",path="/flask.zip",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/flask.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/flask.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/flask.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/flask.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/flask.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/flask.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/flask.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/flask.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/flask.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/flask.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/flask.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/flask.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/flask.zip",status="429"} 2.9371e-05 http_request_duration_seconds_count{method="GET",path="/flask.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/flask.zst",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/flask.zst",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/flask.zst",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/flask.zst",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/flask.zst",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/flask.zst",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/flask.zst",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/flask.zst",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/flask.zst",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/flask.zst",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/flask.zst",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/flask.zst",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/flask.zst",status="404"} 0.000140971 http_request_duration_seconds_count{method="GET",path="/flask.zst",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/flower.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/flower.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/flower.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/flower.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/flower.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/flower.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/flower.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/flower.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/flower.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/flower.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/flower.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/flower.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/flower.php",status="404"} 0.000302051 http_request_duration_seconds_count{method="GET",path="/flower.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/flox.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/flox.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/flox.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/flox.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/flox.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/flox.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/flox.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/flox.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/flox.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/flox.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/flox.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/flox.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/flox.php",status="404"} 0.00014232 http_request_duration_seconds_count{method="GET",path="/flox.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/flutter.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/flutter.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/flutter.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/flutter.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/flutter.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/flutter.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/flutter.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/flutter.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/flutter.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/flutter.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/flutter.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/flutter.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/flutter.zip",status="429"} 2.9044000000000002e-05 http_request_duration_seconds_count{method="GET",path="/flutter.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/fm.php",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/fm.php",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/fm.php",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/fm.php",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/fm.php",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/fm.php",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/fm.php",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/fm.php",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/fm.php",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/fm.php",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/fm.php",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/fm.php",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/fm.php",status="404"} 0.00042801199999999997 http_request_duration_seconds_count{method="GET",path="/fm.php",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/fns.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/fns.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/fns.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/fns.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/fns.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/fns.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/fns.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/fns.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/fns.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/fns.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/fns.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/fns.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/fns.php",status="404"} 0.00014004 http_request_duration_seconds_count{method="GET",path="/fns.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/fone1.php",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/fone1.php",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/fone1.php",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/fone1.php",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/fone1.php",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/fone1.php",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/fone1.php",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/fone1.php",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/fone1.php",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/fone1.php",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/fone1.php",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/fone1.php",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/fone1.php",status="404"} 0.000474711 http_request_duration_seconds_count{method="GET",path="/fone1.php",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/fonts.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/fonts.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/fonts.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/fonts.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/fonts.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/fonts.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/fonts.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/fonts.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/fonts.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/fonts.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/fonts.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/fonts.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/fonts.zip",status="429"} 3.6415e-05 http_request_duration_seconds_count{method="GET",path="/fonts.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/forbidals.php",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/forbidals.php",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/forbidals.php",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/forbidals.php",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/forbidals.php",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/forbidals.php",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/forbidals.php",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/forbidals.php",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/forbidals.php",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/forbidals.php",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/forbidals.php",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/forbidals.php",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/forbidals.php",status="404"} 0.000484337 http_request_duration_seconds_count{method="GET",path="/forbidals.php",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/form",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/form",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/form",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/form",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/form",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/form",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/form",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/form",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/form",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/form",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/form",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/form",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/form",status="429"} 0.000223743 http_request_duration_seconds_count{method="GET",path="/form",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/form-test/*",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/form-test/*",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/form-test/*",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/form-test/*",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/form-test/*",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/form-test/*",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/form-test/*",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/form-test/*",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/form-test/*",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/form-test/*",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/form-test/*",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/form-test/*",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/form-test/*",status="429"} 0.000172861 http_request_duration_seconds_count{method="GET",path="/form-test/*",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/form/*",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/form/*",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/form/*",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/form/*",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/form/*",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/form/*",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/form/*",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/form/*",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/form/*",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/form/*",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/form/*",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/form/*",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/form/*",status="429"} 0.000206791 http_request_duration_seconds_count{method="GET",path="/form/*",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/forum/.env",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/forum/.env",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/forum/.env",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/forum/.env",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/forum/.env",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/forum/.env",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/forum/.env",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/forum/.env",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/forum/.env",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/forum/.env",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/forum/.env",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/forum/.env",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/forum/.env",status="429"} 0.00015225 http_request_duration_seconds_count{method="GET",path="/forum/.env",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/forums/.env",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/forums/.env",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/forums/.env",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/forums/.env",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/forums/.env",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/forums/.env",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/forums/.env",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/forums/.env",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/forums/.env",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/forums/.env",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/forums/.env",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/forums/.env",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/forums/.env",status="429"} 0.00017259 http_request_duration_seconds_count{method="GET",path="/forums/.env",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/fr/*",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/fr/*",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/fr/*",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/fr/*",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/fr/*",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/fr/*",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/fr/*",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/fr/*",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/fr/*",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/fr/*",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/fr/*",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/fr/*",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/fr/*",status="429"} 0.00018012699999999998 http_request_duration_seconds_count{method="GET",path="/fr/*",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/front/.env",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/front/.env",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/front/.env",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/front/.env",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/front/.env",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/front/.env",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/front/.env",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/front/.env",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/front/.env",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/front/.env",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/front/.env",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/front/.env",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/front/.env",status="429"} 0.000226151 http_request_duration_seconds_count{method="GET",path="/front/.env",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/frontend.7z",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/frontend.7z",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/frontend.7z",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/frontend.7z",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/frontend.7z",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/frontend.7z",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/frontend.7z",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/frontend.7z",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/frontend.7z",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/frontend.7z",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/frontend.7z",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/frontend.7z",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/frontend.7z",status="404"} 0.000131175 http_request_duration_seconds_count{method="GET",path="/frontend.7z",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/frontend.bz2",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/frontend.bz2",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/frontend.bz2",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/frontend.bz2",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/frontend.bz2",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/frontend.bz2",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/frontend.bz2",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/frontend.bz2",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/frontend.bz2",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/frontend.bz2",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/frontend.bz2",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/frontend.bz2",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/frontend.bz2",status="404"} 0.000145888 http_request_duration_seconds_count{method="GET",path="/frontend.bz2",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/frontend.gz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/frontend.gz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/frontend.gz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/frontend.gz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/frontend.gz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/frontend.gz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/frontend.gz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/frontend.gz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/frontend.gz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/frontend.gz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/frontend.gz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/frontend.gz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/frontend.gz",status="404"} 0.000137598 http_request_duration_seconds_count{method="GET",path="/frontend.gz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/frontend.rar",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/frontend.rar",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/frontend.rar",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/frontend.rar",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/frontend.rar",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/frontend.rar",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/frontend.rar",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/frontend.rar",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/frontend.rar",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/frontend.rar",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/frontend.rar",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/frontend.rar",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/frontend.rar",status="404"} 0.000159459 http_request_duration_seconds_count{method="GET",path="/frontend.rar",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/frontend.sql",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/frontend.sql",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/frontend.sql",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/frontend.sql",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/frontend.sql",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/frontend.sql",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/frontend.sql",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/frontend.sql",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/frontend.sql",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/frontend.sql",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/frontend.sql",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/frontend.sql",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/frontend.sql",status="404"} 0.000153911 http_request_duration_seconds_count{method="GET",path="/frontend.sql",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/frontend.sql.bz2",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/frontend.sql.bz2",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/frontend.sql.bz2",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/frontend.sql.bz2",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/frontend.sql.bz2",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/frontend.sql.bz2",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/frontend.sql.bz2",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/frontend.sql.bz2",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/frontend.sql.bz2",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/frontend.sql.bz2",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/frontend.sql.bz2",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/frontend.sql.bz2",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/frontend.sql.bz2",status="404"} 0.00013805 http_request_duration_seconds_count{method="GET",path="/frontend.sql.bz2",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/frontend.sql.gz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/frontend.sql.gz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/frontend.sql.gz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/frontend.sql.gz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/frontend.sql.gz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/frontend.sql.gz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/frontend.sql.gz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/frontend.sql.gz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/frontend.sql.gz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/frontend.sql.gz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/frontend.sql.gz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/frontend.sql.gz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/frontend.sql.gz",status="404"} 0.000127834 http_request_duration_seconds_count{method="GET",path="/frontend.sql.gz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/frontend.tar",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/frontend.tar",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/frontend.tar",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/frontend.tar",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/frontend.tar",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/frontend.tar",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/frontend.tar",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/frontend.tar",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/frontend.tar",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/frontend.tar",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/frontend.tar",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/frontend.tar",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/frontend.tar",status="404"} 0.000127192 http_request_duration_seconds_count{method="GET",path="/frontend.tar",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/frontend.tar.bz2",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/frontend.tar.bz2",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/frontend.tar.bz2",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/frontend.tar.bz2",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/frontend.tar.bz2",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/frontend.tar.bz2",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/frontend.tar.bz2",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/frontend.tar.bz2",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/frontend.tar.bz2",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/frontend.tar.bz2",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/frontend.tar.bz2",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/frontend.tar.bz2",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/frontend.tar.bz2",status="404"} 0.000160763 http_request_duration_seconds_count{method="GET",path="/frontend.tar.bz2",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/frontend.tar.gz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/frontend.tar.gz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/frontend.tar.gz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/frontend.tar.gz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/frontend.tar.gz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/frontend.tar.gz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/frontend.tar.gz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/frontend.tar.gz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/frontend.tar.gz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/frontend.tar.gz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/frontend.tar.gz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/frontend.tar.gz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/frontend.tar.gz",status="404"} 0.000127334 http_request_duration_seconds_count{method="GET",path="/frontend.tar.gz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/frontend.tar.xz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/frontend.tar.xz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/frontend.tar.xz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/frontend.tar.xz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/frontend.tar.xz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/frontend.tar.xz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/frontend.tar.xz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/frontend.tar.xz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/frontend.tar.xz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/frontend.tar.xz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/frontend.tar.xz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/frontend.tar.xz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/frontend.tar.xz",status="404"} 0.000130753 http_request_duration_seconds_count{method="GET",path="/frontend.tar.xz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/frontend.tgz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/frontend.tgz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/frontend.tgz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/frontend.tgz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/frontend.tgz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/frontend.tgz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/frontend.tgz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/frontend.tgz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/frontend.tgz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/frontend.tgz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/frontend.tgz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/frontend.tgz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/frontend.tgz",status="404"} 0.000208811 http_request_duration_seconds_count{method="GET",path="/frontend.tgz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/frontend.zip",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/frontend.zip",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/frontend.zip",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/frontend.zip",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/frontend.zip",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/frontend.zip",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/frontend.zip",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/frontend.zip",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/frontend.zip",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/frontend.zip",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/frontend.zip",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/frontend.zip",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/frontend.zip",status="404"} 0.00012632 http_request_duration_seconds_count{method="GET",path="/frontend.zip",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/frontend.zst",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/frontend.zst",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/frontend.zst",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/frontend.zst",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/frontend.zst",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/frontend.zst",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/frontend.zst",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/frontend.zst",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/frontend.zst",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/frontend.zst",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/frontend.zst",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/frontend.zst",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/frontend.zst",status="404"} 0.000123999 http_request_duration_seconds_count{method="GET",path="/frontend.zst",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/frontend/.env",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/frontend/.env",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/frontend/.env",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/frontend/.env",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/frontend/.env",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/frontend/.env",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/frontend/.env",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/frontend/.env",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/frontend/.env",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/frontend/.env",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/frontend/.env",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/frontend/.env",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/frontend/.env",status="404"} 0.000135439 http_request_duration_seconds_count{method="GET",path="/frontend/.env",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/frontend/.env",status="429",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/frontend/.env",status="429",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/frontend/.env",status="429",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/frontend/.env",status="429",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/frontend/.env",status="429",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/frontend/.env",status="429",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/frontend/.env",status="429",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/frontend/.env",status="429",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/frontend/.env",status="429",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/frontend/.env",status="429",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/frontend/.env",status="429",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/frontend/.env",status="429",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/frontend/.env",status="429"} 0.000323205 http_request_duration_seconds_count{method="GET",path="/frontend/.env",status="429"} 3 http_request_duration_seconds_bucket{method="GET",path="/frontend/.git/config",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/frontend/.git/config",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/frontend/.git/config",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/frontend/.git/config",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/frontend/.git/config",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/frontend/.git/config",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/frontend/.git/config",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/frontend/.git/config",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/frontend/.git/config",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/frontend/.git/config",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/frontend/.git/config",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/frontend/.git/config",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/frontend/.git/config",status="429"} 0.00011972 http_request_duration_seconds_count{method="GET",path="/frontend/.git/config",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/fs.php",status="404",le="0.005"} 6 http_request_duration_seconds_bucket{method="GET",path="/fs.php",status="404",le="0.01"} 6 http_request_duration_seconds_bucket{method="GET",path="/fs.php",status="404",le="0.025"} 6 http_request_duration_seconds_bucket{method="GET",path="/fs.php",status="404",le="0.05"} 6 http_request_duration_seconds_bucket{method="GET",path="/fs.php",status="404",le="0.1"} 6 http_request_duration_seconds_bucket{method="GET",path="/fs.php",status="404",le="0.25"} 6 http_request_duration_seconds_bucket{method="GET",path="/fs.php",status="404",le="0.5"} 6 http_request_duration_seconds_bucket{method="GET",path="/fs.php",status="404",le="1"} 6 http_request_duration_seconds_bucket{method="GET",path="/fs.php",status="404",le="2.5"} 6 http_request_duration_seconds_bucket{method="GET",path="/fs.php",status="404",le="5"} 6 http_request_duration_seconds_bucket{method="GET",path="/fs.php",status="404",le="10"} 6 http_request_duration_seconds_bucket{method="GET",path="/fs.php",status="404",le="+Inf"} 6 http_request_duration_seconds_sum{method="GET",path="/fs.php",status="404"} 0.0008701010000000001 http_request_duration_seconds_count{method="GET",path="/fs.php",status="404"} 6 http_request_duration_seconds_bucket{method="GET",path="/fs.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/fs.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/fs.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/fs.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/fs.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/fs.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/fs.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/fs.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/fs.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/fs.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/fs.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/fs.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/fs.php",status="429"} 0.00013708 http_request_duration_seconds_count{method="GET",path="/fs.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/fsjzs.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/fsjzs.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/fsjzs.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/fsjzs.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/fsjzs.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/fsjzs.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/fsjzs.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/fsjzs.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/fsjzs.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/fsjzs.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/fsjzs.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/fsjzs.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/fsjzs.php",status="404"} 0.00013171 http_request_duration_seconds_count{method="GET",path="/fsjzs.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/fso.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/fso.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/fso.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/fso.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/fso.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/fso.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/fso.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/fso.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/fso.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/fso.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/fso.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/fso.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/fso.php",status="404"} 0.000152703 http_request_duration_seconds_count{method="GET",path="/fso.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/ftde.php",status="404",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/ftde.php",status="404",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/ftde.php",status="404",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/ftde.php",status="404",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/ftde.php",status="404",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/ftde.php",status="404",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/ftde.php",status="404",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/ftde.php",status="404",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/ftde.php",status="404",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/ftde.php",status="404",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/ftde.php",status="404",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/ftde.php",status="404",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/ftde.php",status="404"} 0.000894843 http_request_duration_seconds_count{method="GET",path="/ftde.php",status="404"} 4 http_request_duration_seconds_bucket{method="GET",path="/ftp.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/ftp.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/ftp.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/ftp.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/ftp.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/ftp.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/ftp.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/ftp.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/ftp.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/ftp.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/ftp.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/ftp.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/ftp.zip",status="429"} 3.4572999999999996e-05 http_request_duration_seconds_count{method="GET",path="/ftp.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/full_backup.7z",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/full_backup.7z",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/full_backup.7z",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/full_backup.7z",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/full_backup.7z",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/full_backup.7z",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/full_backup.7z",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/full_backup.7z",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/full_backup.7z",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/full_backup.7z",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/full_backup.7z",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/full_backup.7z",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/full_backup.7z",status="404"} 0.000211135 http_request_duration_seconds_count{method="GET",path="/full_backup.7z",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/full_backup.bz2",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/full_backup.bz2",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/full_backup.bz2",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/full_backup.bz2",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/full_backup.bz2",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/full_backup.bz2",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/full_backup.bz2",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/full_backup.bz2",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/full_backup.bz2",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/full_backup.bz2",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/full_backup.bz2",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/full_backup.bz2",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/full_backup.bz2",status="404"} 0.000141892 http_request_duration_seconds_count{method="GET",path="/full_backup.bz2",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/full_backup.gz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/full_backup.gz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/full_backup.gz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/full_backup.gz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/full_backup.gz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/full_backup.gz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/full_backup.gz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/full_backup.gz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/full_backup.gz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/full_backup.gz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/full_backup.gz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/full_backup.gz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/full_backup.gz",status="404"} 0.000124969 http_request_duration_seconds_count{method="GET",path="/full_backup.gz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/full_backup.rar",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/full_backup.rar",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/full_backup.rar",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/full_backup.rar",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/full_backup.rar",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/full_backup.rar",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/full_backup.rar",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/full_backup.rar",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/full_backup.rar",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/full_backup.rar",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/full_backup.rar",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/full_backup.rar",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/full_backup.rar",status="404"} 0.000137818 http_request_duration_seconds_count{method="GET",path="/full_backup.rar",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/full_backup.sql",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/full_backup.sql",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/full_backup.sql",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/full_backup.sql",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/full_backup.sql",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/full_backup.sql",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/full_backup.sql",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/full_backup.sql",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/full_backup.sql",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/full_backup.sql",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/full_backup.sql",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/full_backup.sql",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/full_backup.sql",status="404"} 0.00015496 http_request_duration_seconds_count{method="GET",path="/full_backup.sql",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/full_backup.sql.bz2",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/full_backup.sql.bz2",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/full_backup.sql.bz2",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/full_backup.sql.bz2",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/full_backup.sql.bz2",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/full_backup.sql.bz2",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/full_backup.sql.bz2",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/full_backup.sql.bz2",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/full_backup.sql.bz2",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/full_backup.sql.bz2",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/full_backup.sql.bz2",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/full_backup.sql.bz2",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/full_backup.sql.bz2",status="404"} 0.00013221 http_request_duration_seconds_count{method="GET",path="/full_backup.sql.bz2",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/full_backup.sql.gz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/full_backup.sql.gz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/full_backup.sql.gz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/full_backup.sql.gz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/full_backup.sql.gz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/full_backup.sql.gz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/full_backup.sql.gz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/full_backup.sql.gz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/full_backup.sql.gz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/full_backup.sql.gz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/full_backup.sql.gz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/full_backup.sql.gz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/full_backup.sql.gz",status="404"} 0.000135478 http_request_duration_seconds_count{method="GET",path="/full_backup.sql.gz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/full_backup.tar",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/full_backup.tar",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/full_backup.tar",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/full_backup.tar",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/full_backup.tar",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/full_backup.tar",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/full_backup.tar",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/full_backup.tar",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/full_backup.tar",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/full_backup.tar",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/full_backup.tar",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/full_backup.tar",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/full_backup.tar",status="404"} 0.000152872 http_request_duration_seconds_count{method="GET",path="/full_backup.tar",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/full_backup.tar.bz2",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/full_backup.tar.bz2",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/full_backup.tar.bz2",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/full_backup.tar.bz2",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/full_backup.tar.bz2",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/full_backup.tar.bz2",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/full_backup.tar.bz2",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/full_backup.tar.bz2",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/full_backup.tar.bz2",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/full_backup.tar.bz2",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/full_backup.tar.bz2",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/full_backup.tar.bz2",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/full_backup.tar.bz2",status="404"} 0.000144028 http_request_duration_seconds_count{method="GET",path="/full_backup.tar.bz2",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/full_backup.tar.gz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/full_backup.tar.gz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/full_backup.tar.gz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/full_backup.tar.gz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/full_backup.tar.gz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/full_backup.tar.gz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/full_backup.tar.gz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/full_backup.tar.gz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/full_backup.tar.gz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/full_backup.tar.gz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/full_backup.tar.gz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/full_backup.tar.gz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/full_backup.tar.gz",status="404"} 0.000163553 http_request_duration_seconds_count{method="GET",path="/full_backup.tar.gz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/full_backup.tar.xz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/full_backup.tar.xz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/full_backup.tar.xz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/full_backup.tar.xz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/full_backup.tar.xz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/full_backup.tar.xz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/full_backup.tar.xz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/full_backup.tar.xz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/full_backup.tar.xz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/full_backup.tar.xz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/full_backup.tar.xz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/full_backup.tar.xz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/full_backup.tar.xz",status="404"} 0.000132119 http_request_duration_seconds_count{method="GET",path="/full_backup.tar.xz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/full_backup.tgz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/full_backup.tgz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/full_backup.tgz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/full_backup.tgz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/full_backup.tgz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/full_backup.tgz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/full_backup.tgz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/full_backup.tgz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/full_backup.tgz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/full_backup.tgz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/full_backup.tgz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/full_backup.tgz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/full_backup.tgz",status="404"} 0.000174496 http_request_duration_seconds_count{method="GET",path="/full_backup.tgz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/full_backup.zip",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/full_backup.zip",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/full_backup.zip",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/full_backup.zip",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/full_backup.zip",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/full_backup.zip",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/full_backup.zip",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/full_backup.zip",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/full_backup.zip",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/full_backup.zip",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/full_backup.zip",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/full_backup.zip",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/full_backup.zip",status="404"} 0.000129995 http_request_duration_seconds_count{method="GET",path="/full_backup.zip",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/full_backup.zst",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/full_backup.zst",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/full_backup.zst",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/full_backup.zst",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/full_backup.zst",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/full_backup.zst",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/full_backup.zst",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/full_backup.zst",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/full_backup.zst",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/full_backup.zst",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/full_backup.zst",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/full_backup.zst",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/full_backup.zst",status="404"} 0.000142037 http_request_duration_seconds_count{method="GET",path="/full_backup.zst",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/fullchain.pem",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/fullchain.pem",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/fullchain.pem",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/fullchain.pem",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/fullchain.pem",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/fullchain.pem",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/fullchain.pem",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/fullchain.pem",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/fullchain.pem",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/fullchain.pem",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/fullchain.pem",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/fullchain.pem",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/fullchain.pem",status="404"} 0.00011247 http_request_duration_seconds_count{method="GET",path="/fullchain.pem",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/fullstory.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/fullstory.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/fullstory.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/fullstory.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/fullstory.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/fullstory.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/fullstory.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/fullstory.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/fullstory.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/fullstory.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/fullstory.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/fullstory.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/fullstory.zip",status="429"} 4.2958e-05 http_request_duration_seconds_count{method="GET",path="/fullstory.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/fun.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/fun.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/fun.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/fun.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/fun.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/fun.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/fun.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/fun.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/fun.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/fun.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/fun.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/fun.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/fun.php",status="404"} 0.000295109 http_request_duration_seconds_count{method="GET",path="/fun.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/fun.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/fun.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/fun.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/fun.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/fun.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/fun.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/fun.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/fun.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/fun.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/fun.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/fun.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/fun.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/fun.php",status="429"} 0.000122266 http_request_duration_seconds_count{method="GET",path="/fun.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/function/function.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/function/function.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/function/function.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/function/function.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/function/function.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/function/function.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/function/function.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/function/function.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/function/function.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/function/function.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/function/function.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/function/function.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/function/function.php",status="404"} 0.00027390499999999996 http_request_duration_seconds_count{method="GET",path="/function/function.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/functions/.runtimeconfig.json",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/functions/.runtimeconfig.json",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/functions/.runtimeconfig.json",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/functions/.runtimeconfig.json",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/functions/.runtimeconfig.json",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/functions/.runtimeconfig.json",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/functions/.runtimeconfig.json",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/functions/.runtimeconfig.json",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/functions/.runtimeconfig.json",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/functions/.runtimeconfig.json",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/functions/.runtimeconfig.json",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/functions/.runtimeconfig.json",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/functions/.runtimeconfig.json",status="404"} 9.5355e-05 http_request_duration_seconds_count{method="GET",path="/functions/.runtimeconfig.json",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/functions/aws-secrets.js",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/functions/aws-secrets.js",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/functions/aws-secrets.js",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/functions/aws-secrets.js",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/functions/aws-secrets.js",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/functions/aws-secrets.js",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/functions/aws-secrets.js",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/functions/aws-secrets.js",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/functions/aws-secrets.js",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/functions/aws-secrets.js",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/functions/aws-secrets.js",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/functions/aws-secrets.js",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/functions/aws-secrets.js",status="404"} 0.000203178 http_request_duration_seconds_count{method="GET",path="/functions/aws-secrets.js",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/functions/aws-secrets.js",status="429",le="0.005"} 18 http_request_duration_seconds_bucket{method="GET",path="/functions/aws-secrets.js",status="429",le="0.01"} 18 http_request_duration_seconds_bucket{method="GET",path="/functions/aws-secrets.js",status="429",le="0.025"} 18 http_request_duration_seconds_bucket{method="GET",path="/functions/aws-secrets.js",status="429",le="0.05"} 18 http_request_duration_seconds_bucket{method="GET",path="/functions/aws-secrets.js",status="429",le="0.1"} 18 http_request_duration_seconds_bucket{method="GET",path="/functions/aws-secrets.js",status="429",le="0.25"} 18 http_request_duration_seconds_bucket{method="GET",path="/functions/aws-secrets.js",status="429",le="0.5"} 18 http_request_duration_seconds_bucket{method="GET",path="/functions/aws-secrets.js",status="429",le="1"} 18 http_request_duration_seconds_bucket{method="GET",path="/functions/aws-secrets.js",status="429",le="2.5"} 18 http_request_duration_seconds_bucket{method="GET",path="/functions/aws-secrets.js",status="429",le="5"} 18 http_request_duration_seconds_bucket{method="GET",path="/functions/aws-secrets.js",status="429",le="10"} 18 http_request_duration_seconds_bucket{method="GET",path="/functions/aws-secrets.js",status="429",le="+Inf"} 18 http_request_duration_seconds_sum{method="GET",path="/functions/aws-secrets.js",status="429"} 0.001763003 http_request_duration_seconds_count{method="GET",path="/functions/aws-secrets.js",status="429"} 18 http_request_duration_seconds_bucket{method="GET",path="/fv.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/fv.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/fv.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/fv.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/fv.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/fv.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/fv.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/fv.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/fv.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/fv.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/fv.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/fv.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/fv.php",status="404"} 0.000271134 http_request_duration_seconds_count{method="GET",path="/fv.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/fvvff.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/fvvff.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/fvvff.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/fvvff.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/fvvff.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/fvvff.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/fvvff.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/fvvff.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/fvvff.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/fvvff.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/fvvff.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/fvvff.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/fvvff.php",status="404"} 0.000145618 http_request_duration_seconds_count{method="GET",path="/fvvff.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/fwe.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/fwe.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/fwe.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/fwe.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/fwe.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/fwe.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/fwe.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/fwe.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/fwe.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/fwe.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/fwe.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/fwe.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/fwe.php",status="404"} 0.00029613100000000004 http_request_duration_seconds_count{method="GET",path="/fwe.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/fx.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/fx.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/fx.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/fx.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/fx.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/fx.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/fx.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/fx.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/fx.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/fx.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/fx.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/fx.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/fx.php",status="404"} 0.000131562 http_request_duration_seconds_count{method="GET",path="/fx.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/g.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/g.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/g.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/g.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/g.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/g.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/g.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/g.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/g.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/g.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/g.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/g.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/g.php",status="404"} 0.000288569 http_request_duration_seconds_count{method="GET",path="/g.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/galex.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/galex.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/galex.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/galex.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/galex.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/galex.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/galex.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/galex.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/galex.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/galex.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/galex.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/galex.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/galex.php",status="404"} 0.00027583 http_request_duration_seconds_count{method="GET",path="/galex.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/gallery.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/gallery.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/gallery.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/gallery.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/gallery.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/gallery.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/gallery.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/gallery.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/gallery.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/gallery.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/gallery.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/gallery.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/gallery.zip",status="429"} 5.6229e-05 http_request_duration_seconds_count{method="GET",path="/gallery.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/game.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/game.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/game.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/game.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/game.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/game.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/game.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/game.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/game.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/game.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/game.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/game.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/game.zip",status="429"} 2.5305999999999998e-05 http_request_duration_seconds_count{method="GET",path="/game.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/gamemaker.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/gamemaker.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/gamemaker.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/gamemaker.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/gamemaker.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/gamemaker.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/gamemaker.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/gamemaker.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/gamemaker.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/gamemaker.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/gamemaker.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/gamemaker.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/gamemaker.zip",status="429"} 2.8066e-05 http_request_duration_seconds_count{method="GET",path="/gamemaker.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/games.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/games.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/games.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/games.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/games.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/games.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/games.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/games.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/games.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/games.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/games.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/games.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/games.zip",status="429"} 2.0864999999999998e-05 http_request_duration_seconds_count{method="GET",path="/games.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/ganja.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/ganja.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/ganja.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/ganja.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/ganja.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/ganja.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/ganja.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/ganja.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/ganja.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/ganja.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/ganja.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/ganja.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/ganja.php",status="429"} 0.000128756 http_request_duration_seconds_count{method="GET",path="/ganja.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/gateway/.env",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/gateway/.env",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/gateway/.env",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/gateway/.env",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/gateway/.env",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/gateway/.env",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/gateway/.env",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/gateway/.env",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/gateway/.env",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/gateway/.env",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/gateway/.env",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/gateway/.env",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/gateway/.env",status="404"} 0.000127769 http_request_duration_seconds_count{method="GET",path="/gateway/.env",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/gateway/.env",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/gateway/.env",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/gateway/.env",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/gateway/.env",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/gateway/.env",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/gateway/.env",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/gateway/.env",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/gateway/.env",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/gateway/.env",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/gateway/.env",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/gateway/.env",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/gateway/.env",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/gateway/.env",status="429"} 8.5172e-05 http_request_duration_seconds_count{method="GET",path="/gateway/.env",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/gatsby-config.js",status="404",le="0.005"} 7 http_request_duration_seconds_bucket{method="GET",path="/gatsby-config.js",status="404",le="0.01"} 7 http_request_duration_seconds_bucket{method="GET",path="/gatsby-config.js",status="404",le="0.025"} 7 http_request_duration_seconds_bucket{method="GET",path="/gatsby-config.js",status="404",le="0.05"} 7 http_request_duration_seconds_bucket{method="GET",path="/gatsby-config.js",status="404",le="0.1"} 7 http_request_duration_seconds_bucket{method="GET",path="/gatsby-config.js",status="404",le="0.25"} 7 http_request_duration_seconds_bucket{method="GET",path="/gatsby-config.js",status="404",le="0.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/gatsby-config.js",status="404",le="1"} 7 http_request_duration_seconds_bucket{method="GET",path="/gatsby-config.js",status="404",le="2.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/gatsby-config.js",status="404",le="5"} 7 http_request_duration_seconds_bucket{method="GET",path="/gatsby-config.js",status="404",le="10"} 7 http_request_duration_seconds_bucket{method="GET",path="/gatsby-config.js",status="404",le="+Inf"} 7 http_request_duration_seconds_sum{method="GET",path="/gatsby-config.js",status="404"} 0.000985167 http_request_duration_seconds_count{method="GET",path="/gatsby-config.js",status="404"} 7 http_request_duration_seconds_bucket{method="GET",path="/gatsby-config.js",status="429",le="0.005"} 15 http_request_duration_seconds_bucket{method="GET",path="/gatsby-config.js",status="429",le="0.01"} 15 http_request_duration_seconds_bucket{method="GET",path="/gatsby-config.js",status="429",le="0.025"} 15 http_request_duration_seconds_bucket{method="GET",path="/gatsby-config.js",status="429",le="0.05"} 15 http_request_duration_seconds_bucket{method="GET",path="/gatsby-config.js",status="429",le="0.1"} 15 http_request_duration_seconds_bucket{method="GET",path="/gatsby-config.js",status="429",le="0.25"} 15 http_request_duration_seconds_bucket{method="GET",path="/gatsby-config.js",status="429",le="0.5"} 15 http_request_duration_seconds_bucket{method="GET",path="/gatsby-config.js",status="429",le="1"} 15 http_request_duration_seconds_bucket{method="GET",path="/gatsby-config.js",status="429",le="2.5"} 15 http_request_duration_seconds_bucket{method="GET",path="/gatsby-config.js",status="429",le="5"} 15 http_request_duration_seconds_bucket{method="GET",path="/gatsby-config.js",status="429",le="10"} 15 http_request_duration_seconds_bucket{method="GET",path="/gatsby-config.js",status="429",le="+Inf"} 15 http_request_duration_seconds_sum{method="GET",path="/gatsby-config.js",status="429"} 0.0011330249999999997 http_request_duration_seconds_count{method="GET",path="/gatsby-config.js",status="429"} 15 http_request_duration_seconds_bucket{method="GET",path="/gatsby.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/gatsby.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/gatsby.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/gatsby.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/gatsby.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/gatsby.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/gatsby.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/gatsby.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/gatsby.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/gatsby.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/gatsby.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/gatsby.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/gatsby.zip",status="429"} 5.1822e-05 http_request_duration_seconds_count{method="GET",path="/gatsby.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/gcloud-service-key.json",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/gcloud-service-key.json",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/gcloud-service-key.json",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/gcloud-service-key.json",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/gcloud-service-key.json",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/gcloud-service-key.json",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/gcloud-service-key.json",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/gcloud-service-key.json",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/gcloud-service-key.json",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/gcloud-service-key.json",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/gcloud-service-key.json",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/gcloud-service-key.json",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/gcloud-service-key.json",status="404"} 0.000101781 http_request_duration_seconds_count{method="GET",path="/gcloud-service-key.json",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/gcloud-service-key.json",status="429",le="0.005"} 8 http_request_duration_seconds_bucket{method="GET",path="/gcloud-service-key.json",status="429",le="0.01"} 8 http_request_duration_seconds_bucket{method="GET",path="/gcloud-service-key.json",status="429",le="0.025"} 8 http_request_duration_seconds_bucket{method="GET",path="/gcloud-service-key.json",status="429",le="0.05"} 8 http_request_duration_seconds_bucket{method="GET",path="/gcloud-service-key.json",status="429",le="0.1"} 8 http_request_duration_seconds_bucket{method="GET",path="/gcloud-service-key.json",status="429",le="0.25"} 8 http_request_duration_seconds_bucket{method="GET",path="/gcloud-service-key.json",status="429",le="0.5"} 8 http_request_duration_seconds_bucket{method="GET",path="/gcloud-service-key.json",status="429",le="1"} 8 http_request_duration_seconds_bucket{method="GET",path="/gcloud-service-key.json",status="429",le="2.5"} 8 http_request_duration_seconds_bucket{method="GET",path="/gcloud-service-key.json",status="429",le="5"} 8 http_request_duration_seconds_bucket{method="GET",path="/gcloud-service-key.json",status="429",le="10"} 8 http_request_duration_seconds_bucket{method="GET",path="/gcloud-service-key.json",status="429",le="+Inf"} 8 http_request_duration_seconds_sum{method="GET",path="/gcloud-service-key.json",status="429"} 0.0005913889999999999 http_request_duration_seconds_count{method="GET",path="/gcloud-service-key.json",status="429"} 8 http_request_duration_seconds_bucket{method="GET",path="/gcp-credentials.json",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/gcp-credentials.json",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/gcp-credentials.json",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/gcp-credentials.json",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/gcp-credentials.json",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/gcp-credentials.json",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/gcp-credentials.json",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/gcp-credentials.json",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/gcp-credentials.json",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/gcp-credentials.json",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/gcp-credentials.json",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/gcp-credentials.json",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/gcp-credentials.json",status="404"} 0.000175954 http_request_duration_seconds_count{method="GET",path="/gcp-credentials.json",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/gcp-credentials.json",status="429",le="0.005"} 19 http_request_duration_seconds_bucket{method="GET",path="/gcp-credentials.json",status="429",le="0.01"} 19 http_request_duration_seconds_bucket{method="GET",path="/gcp-credentials.json",status="429",le="0.025"} 19 http_request_duration_seconds_bucket{method="GET",path="/gcp-credentials.json",status="429",le="0.05"} 19 http_request_duration_seconds_bucket{method="GET",path="/gcp-credentials.json",status="429",le="0.1"} 19 http_request_duration_seconds_bucket{method="GET",path="/gcp-credentials.json",status="429",le="0.25"} 19 http_request_duration_seconds_bucket{method="GET",path="/gcp-credentials.json",status="429",le="0.5"} 19 http_request_duration_seconds_bucket{method="GET",path="/gcp-credentials.json",status="429",le="1"} 19 http_request_duration_seconds_bucket{method="GET",path="/gcp-credentials.json",status="429",le="2.5"} 19 http_request_duration_seconds_bucket{method="GET",path="/gcp-credentials.json",status="429",le="5"} 19 http_request_duration_seconds_bucket{method="GET",path="/gcp-credentials.json",status="429",le="10"} 19 http_request_duration_seconds_bucket{method="GET",path="/gcp-credentials.json",status="429",le="+Inf"} 19 http_request_duration_seconds_sum{method="GET",path="/gcp-credentials.json",status="429"} 0.0015946540000000003 http_request_duration_seconds_count{method="GET",path="/gcp-credentials.json",status="429"} 19 http_request_duration_seconds_bucket{method="GET",path="/gcp-key.json",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/gcp-key.json",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/gcp-key.json",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/gcp-key.json",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/gcp-key.json",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/gcp-key.json",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/gcp-key.json",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/gcp-key.json",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/gcp-key.json",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/gcp-key.json",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/gcp-key.json",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/gcp-key.json",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/gcp-key.json",status="404"} 0.000219919 http_request_duration_seconds_count{method="GET",path="/gcp-key.json",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/gcp-key.json",status="429",le="0.005"} 15 http_request_duration_seconds_bucket{method="GET",path="/gcp-key.json",status="429",le="0.01"} 15 http_request_duration_seconds_bucket{method="GET",path="/gcp-key.json",status="429",le="0.025"} 15 http_request_duration_seconds_bucket{method="GET",path="/gcp-key.json",status="429",le="0.05"} 15 http_request_duration_seconds_bucket{method="GET",path="/gcp-key.json",status="429",le="0.1"} 15 http_request_duration_seconds_bucket{method="GET",path="/gcp-key.json",status="429",le="0.25"} 15 http_request_duration_seconds_bucket{method="GET",path="/gcp-key.json",status="429",le="0.5"} 15 http_request_duration_seconds_bucket{method="GET",path="/gcp-key.json",status="429",le="1"} 15 http_request_duration_seconds_bucket{method="GET",path="/gcp-key.json",status="429",le="2.5"} 15 http_request_duration_seconds_bucket{method="GET",path="/gcp-key.json",status="429",le="5"} 15 http_request_duration_seconds_bucket{method="GET",path="/gcp-key.json",status="429",le="10"} 15 http_request_duration_seconds_bucket{method="GET",path="/gcp-key.json",status="429",le="+Inf"} 15 http_request_duration_seconds_sum{method="GET",path="/gcp-key.json",status="429"} 0.001109669 http_request_duration_seconds_count{method="GET",path="/gcp-key.json",status="429"} 15 http_request_duration_seconds_bucket{method="GET",path="/gcp-sa.json",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/gcp-sa.json",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/gcp-sa.json",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/gcp-sa.json",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/gcp-sa.json",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/gcp-sa.json",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/gcp-sa.json",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/gcp-sa.json",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/gcp-sa.json",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/gcp-sa.json",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/gcp-sa.json",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/gcp-sa.json",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/gcp-sa.json",status="404"} 0.000182077 http_request_duration_seconds_count{method="GET",path="/gcp-sa.json",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/gcp-sa.json",status="429",le="0.005"} 13 http_request_duration_seconds_bucket{method="GET",path="/gcp-sa.json",status="429",le="0.01"} 13 http_request_duration_seconds_bucket{method="GET",path="/gcp-sa.json",status="429",le="0.025"} 13 http_request_duration_seconds_bucket{method="GET",path="/gcp-sa.json",status="429",le="0.05"} 13 http_request_duration_seconds_bucket{method="GET",path="/gcp-sa.json",status="429",le="0.1"} 13 http_request_duration_seconds_bucket{method="GET",path="/gcp-sa.json",status="429",le="0.25"} 13 http_request_duration_seconds_bucket{method="GET",path="/gcp-sa.json",status="429",le="0.5"} 13 http_request_duration_seconds_bucket{method="GET",path="/gcp-sa.json",status="429",le="1"} 13 http_request_duration_seconds_bucket{method="GET",path="/gcp-sa.json",status="429",le="2.5"} 13 http_request_duration_seconds_bucket{method="GET",path="/gcp-sa.json",status="429",le="5"} 13 http_request_duration_seconds_bucket{method="GET",path="/gcp-sa.json",status="429",le="10"} 13 http_request_duration_seconds_bucket{method="GET",path="/gcp-sa.json",status="429",le="+Inf"} 13 http_request_duration_seconds_sum{method="GET",path="/gcp-sa.json",status="429"} 0.001064225 http_request_duration_seconds_count{method="GET",path="/gcp-sa.json",status="429"} 13 http_request_duration_seconds_bucket{method="GET",path="/gcp-service-account.json",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/gcp-service-account.json",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/gcp-service-account.json",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/gcp-service-account.json",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/gcp-service-account.json",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/gcp-service-account.json",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/gcp-service-account.json",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/gcp-service-account.json",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/gcp-service-account.json",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/gcp-service-account.json",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/gcp-service-account.json",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/gcp-service-account.json",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/gcp-service-account.json",status="404"} 0.000142087 http_request_duration_seconds_count{method="GET",path="/gcp-service-account.json",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/gcp-service-account.json",status="429",le="0.005"} 19 http_request_duration_seconds_bucket{method="GET",path="/gcp-service-account.json",status="429",le="0.01"} 19 http_request_duration_seconds_bucket{method="GET",path="/gcp-service-account.json",status="429",le="0.025"} 19 http_request_duration_seconds_bucket{method="GET",path="/gcp-service-account.json",status="429",le="0.05"} 19 http_request_duration_seconds_bucket{method="GET",path="/gcp-service-account.json",status="429",le="0.1"} 19 http_request_duration_seconds_bucket{method="GET",path="/gcp-service-account.json",status="429",le="0.25"} 19 http_request_duration_seconds_bucket{method="GET",path="/gcp-service-account.json",status="429",le="0.5"} 19 http_request_duration_seconds_bucket{method="GET",path="/gcp-service-account.json",status="429",le="1"} 19 http_request_duration_seconds_bucket{method="GET",path="/gcp-service-account.json",status="429",le="2.5"} 19 http_request_duration_seconds_bucket{method="GET",path="/gcp-service-account.json",status="429",le="5"} 19 http_request_duration_seconds_bucket{method="GET",path="/gcp-service-account.json",status="429",le="10"} 19 http_request_duration_seconds_bucket{method="GET",path="/gcp-service-account.json",status="429",le="+Inf"} 19 http_request_duration_seconds_sum{method="GET",path="/gcp-service-account.json",status="429"} 0.0015658129999999999 http_request_duration_seconds_count{method="GET",path="/gcp-service-account.json",status="429"} 19 http_request_duration_seconds_bucket{method="GET",path="/gcp.json",status="429",le="0.005"} 9 http_request_duration_seconds_bucket{method="GET",path="/gcp.json",status="429",le="0.01"} 9 http_request_duration_seconds_bucket{method="GET",path="/gcp.json",status="429",le="0.025"} 9 http_request_duration_seconds_bucket{method="GET",path="/gcp.json",status="429",le="0.05"} 9 http_request_duration_seconds_bucket{method="GET",path="/gcp.json",status="429",le="0.1"} 9 http_request_duration_seconds_bucket{method="GET",path="/gcp.json",status="429",le="0.25"} 9 http_request_duration_seconds_bucket{method="GET",path="/gcp.json",status="429",le="0.5"} 9 http_request_duration_seconds_bucket{method="GET",path="/gcp.json",status="429",le="1"} 9 http_request_duration_seconds_bucket{method="GET",path="/gcp.json",status="429",le="2.5"} 9 http_request_duration_seconds_bucket{method="GET",path="/gcp.json",status="429",le="5"} 9 http_request_duration_seconds_bucket{method="GET",path="/gcp.json",status="429",le="10"} 9 http_request_duration_seconds_bucket{method="GET",path="/gcp.json",status="429",le="+Inf"} 9 http_request_duration_seconds_sum{method="GET",path="/gcp.json",status="429"} 0.000651476 http_request_duration_seconds_count{method="GET",path="/gcp.json",status="429"} 9 http_request_duration_seconds_bucket{method="GET",path="/gcp/.env",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/gcp/.env",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/gcp/.env",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/gcp/.env",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/gcp/.env",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/gcp/.env",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/gcp/.env",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/gcp/.env",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/gcp/.env",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/gcp/.env",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/gcp/.env",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/gcp/.env",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/gcp/.env",status="429"} 8.965e-05 http_request_duration_seconds_count{method="GET",path="/gcp/.env",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/gcp_key.json",status="429",le="0.005"} 9 http_request_duration_seconds_bucket{method="GET",path="/gcp_key.json",status="429",le="0.01"} 9 http_request_duration_seconds_bucket{method="GET",path="/gcp_key.json",status="429",le="0.025"} 9 http_request_duration_seconds_bucket{method="GET",path="/gcp_key.json",status="429",le="0.05"} 9 http_request_duration_seconds_bucket{method="GET",path="/gcp_key.json",status="429",le="0.1"} 9 http_request_duration_seconds_bucket{method="GET",path="/gcp_key.json",status="429",le="0.25"} 9 http_request_duration_seconds_bucket{method="GET",path="/gcp_key.json",status="429",le="0.5"} 9 http_request_duration_seconds_bucket{method="GET",path="/gcp_key.json",status="429",le="1"} 9 http_request_duration_seconds_bucket{method="GET",path="/gcp_key.json",status="429",le="2.5"} 9 http_request_duration_seconds_bucket{method="GET",path="/gcp_key.json",status="429",le="5"} 9 http_request_duration_seconds_bucket{method="GET",path="/gcp_key.json",status="429",le="10"} 9 http_request_duration_seconds_bucket{method="GET",path="/gcp_key.json",status="429",le="+Inf"} 9 http_request_duration_seconds_sum{method="GET",path="/gcp_key.json",status="429"} 0.000679286 http_request_duration_seconds_count{method="GET",path="/gcp_key.json",status="429"} 9 http_request_duration_seconds_bucket{method="GET",path="/ge.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/ge.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/ge.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/ge.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/ge.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/ge.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/ge.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/ge.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/ge.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/ge.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/ge.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/ge.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/ge.php",status="404"} 0.000152656 http_request_duration_seconds_count{method="GET",path="/ge.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/geck.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/geck.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/geck.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/geck.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/geck.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/geck.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/geck.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/geck.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/geck.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/geck.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/geck.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/geck.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/geck.php",status="404"} 0.000160269 http_request_duration_seconds_count{method="GET",path="/geck.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/gecko-new.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/gecko-new.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/gecko-new.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/gecko-new.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/gecko-new.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/gecko-new.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/gecko-new.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/gecko-new.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/gecko-new.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/gecko-new.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/gecko-new.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/gecko-new.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/gecko-new.php",status="404"} 0.000145165 http_request_duration_seconds_count{method="GET",path="/gecko-new.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/gecko.php",status="404",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/gecko.php",status="404",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/gecko.php",status="404",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/gecko.php",status="404",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/gecko.php",status="404",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/gecko.php",status="404",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/gecko.php",status="404",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/gecko.php",status="404",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/gecko.php",status="404",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/gecko.php",status="404",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/gecko.php",status="404",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/gecko.php",status="404",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/gecko.php",status="404"} 0.000554795 http_request_duration_seconds_count{method="GET",path="/gecko.php",status="404"} 4 http_request_duration_seconds_bucket{method="GET",path="/gecko.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/gecko.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/gecko.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/gecko.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/gecko.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/gecko.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/gecko.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/gecko.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/gecko.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/gecko.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/gecko.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/gecko.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/gecko.php",status="429"} 0.000133168 http_request_duration_seconds_count{method="GET",path="/gecko.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/geforce.php",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/geforce.php",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/geforce.php",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/geforce.php",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/geforce.php",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/geforce.php",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/geforce.php",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/geforce.php",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/geforce.php",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/geforce.php",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/geforce.php",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/geforce.php",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/geforce.php",status="404"} 0.000480155 http_request_duration_seconds_count{method="GET",path="/geforce.php",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/geforce.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/geforce.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/geforce.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/geforce.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/geforce.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/geforce.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/geforce.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/geforce.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/geforce.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/geforce.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/geforce.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/geforce.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/geforce.php",status="429"} 0.000121298 http_request_duration_seconds_count{method="GET",path="/geforce.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/gelay.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/gelay.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/gelay.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/gelay.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/gelay.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/gelay.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/gelay.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/gelay.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/gelay.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/gelay.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/gelay.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/gelay.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/gelay.php",status="404"} 0.000277667 http_request_duration_seconds_count{method="GET",path="/gelay.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/gelio1.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/gelio1.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/gelio1.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/gelio1.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/gelio1.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/gelio1.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/gelio1.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/gelio1.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/gelio1.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/gelio1.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/gelio1.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/gelio1.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/gelio1.php",status="429"} 0.000124452 http_request_duration_seconds_count{method="GET",path="/gelio1.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/general.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/general.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/general.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/general.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/general.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/general.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/general.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/general.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/general.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/general.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/general.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/general.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/general.zip",status="429"} 2.5101000000000002e-05 http_request_duration_seconds_count{method="GET",path="/general.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/getcpuutil.php-bakworking",status="404",le="0.005"} 7 http_request_duration_seconds_bucket{method="GET",path="/getcpuutil.php-bakworking",status="404",le="0.01"} 7 http_request_duration_seconds_bucket{method="GET",path="/getcpuutil.php-bakworking",status="404",le="0.025"} 7 http_request_duration_seconds_bucket{method="GET",path="/getcpuutil.php-bakworking",status="404",le="0.05"} 7 http_request_duration_seconds_bucket{method="GET",path="/getcpuutil.php-bakworking",status="404",le="0.1"} 7 http_request_duration_seconds_bucket{method="GET",path="/getcpuutil.php-bakworking",status="404",le="0.25"} 7 http_request_duration_seconds_bucket{method="GET",path="/getcpuutil.php-bakworking",status="404",le="0.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/getcpuutil.php-bakworking",status="404",le="1"} 7 http_request_duration_seconds_bucket{method="GET",path="/getcpuutil.php-bakworking",status="404",le="2.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/getcpuutil.php-bakworking",status="404",le="5"} 7 http_request_duration_seconds_bucket{method="GET",path="/getcpuutil.php-bakworking",status="404",le="10"} 7 http_request_duration_seconds_bucket{method="GET",path="/getcpuutil.php-bakworking",status="404",le="+Inf"} 7 http_request_duration_seconds_sum{method="GET",path="/getcpuutil.php-bakworking",status="404"} 0.0010102929999999998 http_request_duration_seconds_count{method="GET",path="/getcpuutil.php-bakworking",status="404"} 7 http_request_duration_seconds_bucket{method="GET",path="/gettest.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/gettest.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/gettest.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/gettest.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/gettest.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/gettest.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/gettest.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/gettest.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/gettest.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/gettest.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/gettest.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/gettest.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/gettest.php",status="404"} 0.000327065 http_request_duration_seconds_count{method="GET",path="/gettest.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/gettest.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/gettest.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/gettest.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/gettest.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/gettest.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/gettest.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/gettest.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/gettest.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/gettest.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/gettest.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/gettest.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/gettest.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/gettest.php",status="429"} 0.00015116 http_request_duration_seconds_count{method="GET",path="/gettest.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/gfd.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/gfd.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/gfd.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/gfd.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/gfd.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/gfd.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/gfd.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/gfd.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/gfd.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/gfd.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/gfd.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/gfd.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/gfd.php",status="404"} 0.000143743 http_request_duration_seconds_count{method="GET",path="/gfd.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/gg.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/gg.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/gg.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/gg.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/gg.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/gg.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/gg.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/gg.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/gg.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/gg.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/gg.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/gg.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/gg.php",status="404"} 0.00026422200000000005 http_request_duration_seconds_count{method="GET",path="/gg.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/ggb.php",status="404",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/ggb.php",status="404",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/ggb.php",status="404",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/ggb.php",status="404",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/ggb.php",status="404",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/ggb.php",status="404",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/ggb.php",status="404",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/ggb.php",status="404",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/ggb.php",status="404",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/ggb.php",status="404",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/ggb.php",status="404",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/ggb.php",status="404",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/ggb.php",status="404"} 0.0005859120000000001 http_request_duration_seconds_count{method="GET",path="/ggb.php",status="404"} 4 http_request_duration_seconds_bucket{method="GET",path="/ghost.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/ghost.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/ghost.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/ghost.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/ghost.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/ghost.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/ghost.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/ghost.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/ghost.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/ghost.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/ghost.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/ghost.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/ghost.zip",status="429"} 2.2409000000000002e-05 http_request_duration_seconds_count{method="GET",path="/ghost.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/gi.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/gi.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/gi.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/gi.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/gi.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/gi.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/gi.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/gi.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/gi.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/gi.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/gi.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/gi.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/gi.php",status="404"} 0.000178181 http_request_duration_seconds_count{method="GET",path="/gi.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/gifclass.php",status="404",le="0.005"} 6 http_request_duration_seconds_bucket{method="GET",path="/gifclass.php",status="404",le="0.01"} 6 http_request_duration_seconds_bucket{method="GET",path="/gifclass.php",status="404",le="0.025"} 6 http_request_duration_seconds_bucket{method="GET",path="/gifclass.php",status="404",le="0.05"} 6 http_request_duration_seconds_bucket{method="GET",path="/gifclass.php",status="404",le="0.1"} 6 http_request_duration_seconds_bucket{method="GET",path="/gifclass.php",status="404",le="0.25"} 6 http_request_duration_seconds_bucket{method="GET",path="/gifclass.php",status="404",le="0.5"} 6 http_request_duration_seconds_bucket{method="GET",path="/gifclass.php",status="404",le="1"} 6 http_request_duration_seconds_bucket{method="GET",path="/gifclass.php",status="404",le="2.5"} 6 http_request_duration_seconds_bucket{method="GET",path="/gifclass.php",status="404",le="5"} 6 http_request_duration_seconds_bucket{method="GET",path="/gifclass.php",status="404",le="10"} 6 http_request_duration_seconds_bucket{method="GET",path="/gifclass.php",status="404",le="+Inf"} 6 http_request_duration_seconds_sum{method="GET",path="/gifclass.php",status="404"} 0.000881838 http_request_duration_seconds_count{method="GET",path="/gifclass.php",status="404"} 6 http_request_duration_seconds_bucket{method="GET",path="/gifclass4.php",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/gifclass4.php",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/gifclass4.php",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/gifclass4.php",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/gifclass4.php",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/gifclass4.php",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/gifclass4.php",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/gifclass4.php",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/gifclass4.php",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/gifclass4.php",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/gifclass4.php",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/gifclass4.php",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/gifclass4.php",status="404"} 0.00039654 http_request_duration_seconds_count{method="GET",path="/gifclass4.php",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/git.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/git.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/git.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/git.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/git.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/git.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/git.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/git.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/git.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/git.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/git.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/git.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/git.zip",status="429"} 2.0625e-05 http_request_duration_seconds_count{method="GET",path="/git.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/github/.env",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/github/.env",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/github/.env",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/github/.env",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/github/.env",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/github/.env",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/github/.env",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/github/.env",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/github/.env",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/github/.env",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/github/.env",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/github/.env",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/github/.env",status="429"} 8.5582e-05 http_request_duration_seconds_count{method="GET",path="/github/.env",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/gitlab/.env",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/gitlab/.env",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/gitlab/.env",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/gitlab/.env",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/gitlab/.env",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/gitlab/.env",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/gitlab/.env",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/gitlab/.env",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/gitlab/.env",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/gitlab/.env",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/gitlab/.env",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/gitlab/.env",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/gitlab/.env",status="429"} 7.882e-05 http_request_duration_seconds_count{method="GET",path="/gitlab/.env",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/gk.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/gk.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/gk.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/gk.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/gk.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/gk.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/gk.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/gk.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/gk.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/gk.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/gk.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/gk.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/gk.php",status="404"} 0.00029219399999999996 http_request_duration_seconds_count{method="GET",path="/gk.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/global.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/global.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/global.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/global.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/global.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/global.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/global.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/global.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/global.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/global.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/global.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/global.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/global.zip",status="429"} 8.7015e-05 http_request_duration_seconds_count{method="GET",path="/global.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/gm.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/gm.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/gm.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/gm.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/gm.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/gm.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/gm.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/gm.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/gm.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/gm.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/gm.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/gm.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/gm.php",status="404"} 0.000134821 http_request_duration_seconds_count{method="GET",path="/gm.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/gmo.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/gmo.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/gmo.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/gmo.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/gmo.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/gmo.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/gmo.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/gmo.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/gmo.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/gmo.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/gmo.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/gmo.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/gmo.php",status="404"} 0.000250659 http_request_duration_seconds_count{method="GET",path="/gmo.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/go.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/go.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/go.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/go.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/go.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/go.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/go.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/go.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/go.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/go.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/go.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/go.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/go.php",status="404"} 0.00029525799999999996 http_request_duration_seconds_count{method="GET",path="/go.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/goat.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/goat.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/goat.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/goat.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/goat.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/goat.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/goat.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/goat.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/goat.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/goat.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/goat.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/goat.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/goat.php",status="404"} 0.000321995 http_request_duration_seconds_count{method="GET",path="/goat.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/god4m.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/god4m.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/god4m.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/god4m.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/god4m.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/god4m.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/god4m.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/god4m.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/god4m.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/god4m.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/god4m.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/god4m.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/god4m.php",status="404"} 0.000142762 http_request_duration_seconds_count{method="GET",path="/god4m.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/godaddy.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/godaddy.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/godaddy.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/godaddy.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/godaddy.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/godaddy.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/godaddy.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/godaddy.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/godaddy.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/godaddy.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/godaddy.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/godaddy.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/godaddy.zip",status="429"} 3.2065e-05 http_request_duration_seconds_count{method="GET",path="/godaddy.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/godot.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/godot.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/godot.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/godot.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/godot.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/godot.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/godot.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/godot.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/godot.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/godot.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/godot.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/godot.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/godot.zip",status="429"} 1.5152999999999999e-05 http_request_duration_seconds_count{method="GET",path="/godot.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/goods.php",status="404",le="0.005"} 5 http_request_duration_seconds_bucket{method="GET",path="/goods.php",status="404",le="0.01"} 5 http_request_duration_seconds_bucket{method="GET",path="/goods.php",status="404",le="0.025"} 5 http_request_duration_seconds_bucket{method="GET",path="/goods.php",status="404",le="0.05"} 5 http_request_duration_seconds_bucket{method="GET",path="/goods.php",status="404",le="0.1"} 5 http_request_duration_seconds_bucket{method="GET",path="/goods.php",status="404",le="0.25"} 5 http_request_duration_seconds_bucket{method="GET",path="/goods.php",status="404",le="0.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/goods.php",status="404",le="1"} 5 http_request_duration_seconds_bucket{method="GET",path="/goods.php",status="404",le="2.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/goods.php",status="404",le="5"} 5 http_request_duration_seconds_bucket{method="GET",path="/goods.php",status="404",le="10"} 5 http_request_duration_seconds_bucket{method="GET",path="/goods.php",status="404",le="+Inf"} 5 http_request_duration_seconds_sum{method="GET",path="/goods.php",status="404"} 0.000920631 http_request_duration_seconds_count{method="GET",path="/goods.php",status="404"} 5 http_request_duration_seconds_bucket{method="GET",path="/google-analytics.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/google-analytics.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/google-analytics.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/google-analytics.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/google-analytics.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/google-analytics.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/google-analytics.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/google-analytics.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/google-analytics.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/google-analytics.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/google-analytics.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/google-analytics.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/google-analytics.zip",status="429"} 4.839e-05 http_request_duration_seconds_count{method="GET",path="/google-analytics.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/google-application-credentials.json",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/google-application-credentials.json",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/google-application-credentials.json",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/google-application-credentials.json",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/google-application-credentials.json",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/google-application-credentials.json",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/google-application-credentials.json",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/google-application-credentials.json",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/google-application-credentials.json",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/google-application-credentials.json",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/google-application-credentials.json",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/google-application-credentials.json",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/google-application-credentials.json",status="404"} 6.4487e-05 http_request_duration_seconds_count{method="GET",path="/google-application-credentials.json",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/google-application-credentials.json",status="429",le="0.005"} 8 http_request_duration_seconds_bucket{method="GET",path="/google-application-credentials.json",status="429",le="0.01"} 8 http_request_duration_seconds_bucket{method="GET",path="/google-application-credentials.json",status="429",le="0.025"} 8 http_request_duration_seconds_bucket{method="GET",path="/google-application-credentials.json",status="429",le="0.05"} 8 http_request_duration_seconds_bucket{method="GET",path="/google-application-credentials.json",status="429",le="0.1"} 8 http_request_duration_seconds_bucket{method="GET",path="/google-application-credentials.json",status="429",le="0.25"} 8 http_request_duration_seconds_bucket{method="GET",path="/google-application-credentials.json",status="429",le="0.5"} 8 http_request_duration_seconds_bucket{method="GET",path="/google-application-credentials.json",status="429",le="1"} 8 http_request_duration_seconds_bucket{method="GET",path="/google-application-credentials.json",status="429",le="2.5"} 8 http_request_duration_seconds_bucket{method="GET",path="/google-application-credentials.json",status="429",le="5"} 8 http_request_duration_seconds_bucket{method="GET",path="/google-application-credentials.json",status="429",le="10"} 8 http_request_duration_seconds_bucket{method="GET",path="/google-application-credentials.json",status="429",le="+Inf"} 8 http_request_duration_seconds_sum{method="GET",path="/google-application-credentials.json",status="429"} 0.000636389 http_request_duration_seconds_count{method="GET",path="/google-application-credentials.json",status="429"} 8 http_request_duration_seconds_bucket{method="GET",path="/google-cloud.json",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/google-cloud.json",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/google-cloud.json",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/google-cloud.json",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/google-cloud.json",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/google-cloud.json",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/google-cloud.json",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/google-cloud.json",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/google-cloud.json",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/google-cloud.json",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/google-cloud.json",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/google-cloud.json",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/google-cloud.json",status="429"} 7.8361e-05 http_request_duration_seconds_count{method="GET",path="/google-cloud.json",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/google-cloud.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/google-cloud.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/google-cloud.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/google-cloud.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/google-cloud.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/google-cloud.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/google-cloud.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/google-cloud.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/google-cloud.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/google-cloud.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/google-cloud.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/google-cloud.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/google-cloud.zip",status="429"} 4.6856e-05 http_request_duration_seconds_count{method="GET",path="/google-cloud.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/google-credentials.json",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/google-credentials.json",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/google-credentials.json",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/google-credentials.json",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/google-credentials.json",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/google-credentials.json",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/google-credentials.json",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/google-credentials.json",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/google-credentials.json",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/google-credentials.json",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/google-credentials.json",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/google-credentials.json",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/google-credentials.json",status="404"} 0.000150259 http_request_duration_seconds_count{method="GET",path="/google-credentials.json",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/google-credentials.json",status="429",le="0.005"} 21 http_request_duration_seconds_bucket{method="GET",path="/google-credentials.json",status="429",le="0.01"} 21 http_request_duration_seconds_bucket{method="GET",path="/google-credentials.json",status="429",le="0.025"} 21 http_request_duration_seconds_bucket{method="GET",path="/google-credentials.json",status="429",le="0.05"} 21 http_request_duration_seconds_bucket{method="GET",path="/google-credentials.json",status="429",le="0.1"} 21 http_request_duration_seconds_bucket{method="GET",path="/google-credentials.json",status="429",le="0.25"} 21 http_request_duration_seconds_bucket{method="GET",path="/google-credentials.json",status="429",le="0.5"} 21 http_request_duration_seconds_bucket{method="GET",path="/google-credentials.json",status="429",le="1"} 21 http_request_duration_seconds_bucket{method="GET",path="/google-credentials.json",status="429",le="2.5"} 21 http_request_duration_seconds_bucket{method="GET",path="/google-credentials.json",status="429",le="5"} 21 http_request_duration_seconds_bucket{method="GET",path="/google-credentials.json",status="429",le="10"} 21 http_request_duration_seconds_bucket{method="GET",path="/google-credentials.json",status="429",le="+Inf"} 21 http_request_duration_seconds_sum{method="GET",path="/google-credentials.json",status="429"} 0.0015336920000000001 http_request_duration_seconds_count{method="GET",path="/google-credentials.json",status="429"} 21 http_request_duration_seconds_bucket{method="GET",path="/google-key.json",status="429",le="0.005"} 16 http_request_duration_seconds_bucket{method="GET",path="/google-key.json",status="429",le="0.01"} 16 http_request_duration_seconds_bucket{method="GET",path="/google-key.json",status="429",le="0.025"} 16 http_request_duration_seconds_bucket{method="GET",path="/google-key.json",status="429",le="0.05"} 16 http_request_duration_seconds_bucket{method="GET",path="/google-key.json",status="429",le="0.1"} 16 http_request_duration_seconds_bucket{method="GET",path="/google-key.json",status="429",le="0.25"} 16 http_request_duration_seconds_bucket{method="GET",path="/google-key.json",status="429",le="0.5"} 16 http_request_duration_seconds_bucket{method="GET",path="/google-key.json",status="429",le="1"} 16 http_request_duration_seconds_bucket{method="GET",path="/google-key.json",status="429",le="2.5"} 16 http_request_duration_seconds_bucket{method="GET",path="/google-key.json",status="429",le="5"} 16 http_request_duration_seconds_bucket{method="GET",path="/google-key.json",status="429",le="10"} 16 http_request_duration_seconds_bucket{method="GET",path="/google-key.json",status="429",le="+Inf"} 16 http_request_duration_seconds_sum{method="GET",path="/google-key.json",status="429"} 0.0011900729999999998 http_request_duration_seconds_count{method="GET",path="/google-key.json",status="429"} 16 http_request_duration_seconds_bucket{method="GET",path="/google-service-account.json",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/google-service-account.json",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/google-service-account.json",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/google-service-account.json",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/google-service-account.json",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/google-service-account.json",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/google-service-account.json",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/google-service-account.json",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/google-service-account.json",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/google-service-account.json",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/google-service-account.json",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/google-service-account.json",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/google-service-account.json",status="404"} 0.00022207299999999999 http_request_duration_seconds_count{method="GET",path="/google-service-account.json",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/google-service-account.json",status="429",le="0.005"} 20 http_request_duration_seconds_bucket{method="GET",path="/google-service-account.json",status="429",le="0.01"} 20 http_request_duration_seconds_bucket{method="GET",path="/google-service-account.json",status="429",le="0.025"} 20 http_request_duration_seconds_bucket{method="GET",path="/google-service-account.json",status="429",le="0.05"} 20 http_request_duration_seconds_bucket{method="GET",path="/google-service-account.json",status="429",le="0.1"} 20 http_request_duration_seconds_bucket{method="GET",path="/google-service-account.json",status="429",le="0.25"} 20 http_request_duration_seconds_bucket{method="GET",path="/google-service-account.json",status="429",le="0.5"} 20 http_request_duration_seconds_bucket{method="GET",path="/google-service-account.json",status="429",le="1"} 20 http_request_duration_seconds_bucket{method="GET",path="/google-service-account.json",status="429",le="2.5"} 20 http_request_duration_seconds_bucket{method="GET",path="/google-service-account.json",status="429",le="5"} 20 http_request_duration_seconds_bucket{method="GET",path="/google-service-account.json",status="429",le="10"} 20 http_request_duration_seconds_bucket{method="GET",path="/google-service-account.json",status="429",le="+Inf"} 20 http_request_duration_seconds_sum{method="GET",path="/google-service-account.json",status="429"} 0.0015084809999999997 http_request_duration_seconds_count{method="GET",path="/google-service-account.json",status="429"} 20 http_request_duration_seconds_bucket{method="GET",path="/google-services.json",status="429",le="0.005"} 9 http_request_duration_seconds_bucket{method="GET",path="/google-services.json",status="429",le="0.01"} 9 http_request_duration_seconds_bucket{method="GET",path="/google-services.json",status="429",le="0.025"} 9 http_request_duration_seconds_bucket{method="GET",path="/google-services.json",status="429",le="0.05"} 9 http_request_duration_seconds_bucket{method="GET",path="/google-services.json",status="429",le="0.1"} 9 http_request_duration_seconds_bucket{method="GET",path="/google-services.json",status="429",le="0.25"} 9 http_request_duration_seconds_bucket{method="GET",path="/google-services.json",status="429",le="0.5"} 9 http_request_duration_seconds_bucket{method="GET",path="/google-services.json",status="429",le="1"} 9 http_request_duration_seconds_bucket{method="GET",path="/google-services.json",status="429",le="2.5"} 9 http_request_duration_seconds_bucket{method="GET",path="/google-services.json",status="429",le="5"} 9 http_request_duration_seconds_bucket{method="GET",path="/google-services.json",status="429",le="10"} 9 http_request_duration_seconds_bucket{method="GET",path="/google-services.json",status="429",le="+Inf"} 9 http_request_duration_seconds_sum{method="GET",path="/google-services.json",status="429"} 0.000645175 http_request_duration_seconds_count{method="GET",path="/google-services.json",status="429"} 9 http_request_duration_seconds_bucket{method="GET",path="/google_credentials.json",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/google_credentials.json",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/google_credentials.json",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/google_credentials.json",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/google_credentials.json",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/google_credentials.json",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/google_credentials.json",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/google_credentials.json",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/google_credentials.json",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/google_credentials.json",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/google_credentials.json",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/google_credentials.json",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/google_credentials.json",status="404"} 0.000109658 http_request_duration_seconds_count{method="GET",path="/google_credentials.json",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/google_credentials.json",status="429",le="0.005"} 8 http_request_duration_seconds_bucket{method="GET",path="/google_credentials.json",status="429",le="0.01"} 8 http_request_duration_seconds_bucket{method="GET",path="/google_credentials.json",status="429",le="0.025"} 8 http_request_duration_seconds_bucket{method="GET",path="/google_credentials.json",status="429",le="0.05"} 8 http_request_duration_seconds_bucket{method="GET",path="/google_credentials.json",status="429",le="0.1"} 8 http_request_duration_seconds_bucket{method="GET",path="/google_credentials.json",status="429",le="0.25"} 8 http_request_duration_seconds_bucket{method="GET",path="/google_credentials.json",status="429",le="0.5"} 8 http_request_duration_seconds_bucket{method="GET",path="/google_credentials.json",status="429",le="1"} 8 http_request_duration_seconds_bucket{method="GET",path="/google_credentials.json",status="429",le="2.5"} 8 http_request_duration_seconds_bucket{method="GET",path="/google_credentials.json",status="429",le="5"} 8 http_request_duration_seconds_bucket{method="GET",path="/google_credentials.json",status="429",le="10"} 8 http_request_duration_seconds_bucket{method="GET",path="/google_credentials.json",status="429",le="+Inf"} 8 http_request_duration_seconds_sum{method="GET",path="/google_credentials.json",status="429"} 0.000735298 http_request_duration_seconds_count{method="GET",path="/google_credentials.json",status="429"} 8 http_request_duration_seconds_bucket{method="GET",path="/google_key.json",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/google_key.json",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/google_key.json",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/google_key.json",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/google_key.json",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/google_key.json",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/google_key.json",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/google_key.json",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/google_key.json",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/google_key.json",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/google_key.json",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/google_key.json",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/google_key.json",status="404"} 9.9524e-05 http_request_duration_seconds_count{method="GET",path="/google_key.json",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/google_key.json",status="429",le="0.005"} 8 http_request_duration_seconds_bucket{method="GET",path="/google_key.json",status="429",le="0.01"} 8 http_request_duration_seconds_bucket{method="GET",path="/google_key.json",status="429",le="0.025"} 8 http_request_duration_seconds_bucket{method="GET",path="/google_key.json",status="429",le="0.05"} 8 http_request_duration_seconds_bucket{method="GET",path="/google_key.json",status="429",le="0.1"} 8 http_request_duration_seconds_bucket{method="GET",path="/google_key.json",status="429",le="0.25"} 8 http_request_duration_seconds_bucket{method="GET",path="/google_key.json",status="429",le="0.5"} 8 http_request_duration_seconds_bucket{method="GET",path="/google_key.json",status="429",le="1"} 8 http_request_duration_seconds_bucket{method="GET",path="/google_key.json",status="429",le="2.5"} 8 http_request_duration_seconds_bucket{method="GET",path="/google_key.json",status="429",le="5"} 8 http_request_duration_seconds_bucket{method="GET",path="/google_key.json",status="429",le="10"} 8 http_request_duration_seconds_bucket{method="GET",path="/google_key.json",status="429",le="+Inf"} 8 http_request_duration_seconds_sum{method="GET",path="/google_key.json",status="429"} 0.00074104 http_request_duration_seconds_count{method="GET",path="/google_key.json",status="429"} 8 http_request_duration_seconds_bucket{method="GET",path="/google_service_app.json",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/google_service_app.json",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/google_service_app.json",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/google_service_app.json",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/google_service_app.json",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/google_service_app.json",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/google_service_app.json",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/google_service_app.json",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/google_service_app.json",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/google_service_app.json",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/google_service_app.json",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/google_service_app.json",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/google_service_app.json",status="429"} 9.54e-05 http_request_duration_seconds_count{method="GET",path="/google_service_app.json",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/googledrive.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/googledrive.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/googledrive.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/googledrive.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/googledrive.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/googledrive.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/googledrive.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/googledrive.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/googledrive.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/googledrive.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/googledrive.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/googledrive.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/googledrive.zip",status="429"} 1.6041e-05 http_request_duration_seconds_count{method="GET",path="/googledrive.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/gpt-sh.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/gpt-sh.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/gpt-sh.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/gpt-sh.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/gpt-sh.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/gpt-sh.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/gpt-sh.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/gpt-sh.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/gpt-sh.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/gpt-sh.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/gpt-sh.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/gpt-sh.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/gpt-sh.php",status="404"} 0.000276951 http_request_duration_seconds_count{method="GET",path="/gpt-sh.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/gptsh.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/gptsh.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/gptsh.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/gptsh.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/gptsh.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/gptsh.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/gptsh.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/gptsh.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/gptsh.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/gptsh.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/gptsh.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/gptsh.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/gptsh.php",status="404"} 0.00029967899999999996 http_request_duration_seconds_count{method="GET",path="/gptsh.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/graphics.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/graphics.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/graphics.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/graphics.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/graphics.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/graphics.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/graphics.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/graphics.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/graphics.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/graphics.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/graphics.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/graphics.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/graphics.zip",status="429"} 2.6702999999999998e-05 http_request_duration_seconds_count{method="GET",path="/graphics.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/graphql",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/graphql",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/graphql",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/graphql",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/graphql",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/graphql",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/graphql",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/graphql",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/graphql",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/graphql",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/graphql",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/graphql",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/graphql",status="404"} 0.000134295 http_request_duration_seconds_count{method="GET",path="/graphql",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/graphql",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/graphql",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/graphql",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/graphql",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/graphql",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/graphql",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/graphql",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/graphql",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/graphql",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/graphql",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/graphql",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/graphql",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/graphql",status="429"} 0.000115262 http_request_duration_seconds_count{method="GET",path="/graphql",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/graphql.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/graphql.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/graphql.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/graphql.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/graphql.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/graphql.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/graphql.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/graphql.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/graphql.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/graphql.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/graphql.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/graphql.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/graphql.zip",status="429"} 3.0735e-05 http_request_duration_seconds_count{method="GET",path="/graphql.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/graphql/.env",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/graphql/.env",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/graphql/.env",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/graphql/.env",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/graphql/.env",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/graphql/.env",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/graphql/.env",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/graphql/.env",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/graphql/.env",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/graphql/.env",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/graphql/.env",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/graphql/.env",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/graphql/.env",status="404"} 0.000141142 http_request_duration_seconds_count{method="GET",path="/graphql/.env",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/graphql/.env",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/graphql/.env",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/graphql/.env",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/graphql/.env",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/graphql/.env",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/graphql/.env",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/graphql/.env",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/graphql/.env",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/graphql/.env",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/graphql/.env",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/graphql/.env",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/graphql/.env",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/graphql/.env",status="429"} 9.7046e-05 http_request_duration_seconds_count{method="GET",path="/graphql/.env",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/green.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/green.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/green.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/green.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/green.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/green.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/green.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/green.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/green.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/green.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/green.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/green.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/green.php",status="404"} 0.000148865 http_request_duration_seconds_count{method="GET",path="/green.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/green1.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/green1.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/green1.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/green1.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/green1.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/green1.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/green1.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/green1.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/green1.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/green1.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/green1.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/green1.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/green1.php",status="404"} 0.000124606 http_request_duration_seconds_count{method="GET",path="/green1.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/group.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/group.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/group.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/group.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/group.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/group.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/group.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/group.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/group.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/group.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/group.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/group.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/group.zip",status="429"} 3.3446e-05 http_request_duration_seconds_count{method="GET",path="/group.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/grsiuk.php",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/grsiuk.php",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/grsiuk.php",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/grsiuk.php",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/grsiuk.php",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/grsiuk.php",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/grsiuk.php",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/grsiuk.php",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/grsiuk.php",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/grsiuk.php",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/grsiuk.php",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/grsiuk.php",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/grsiuk.php",status="404"} 0.00041770800000000003 http_request_duration_seconds_count{method="GET",path="/grsiuk.php",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/gscxejbc.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/gscxejbc.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/gscxejbc.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/gscxejbc.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/gscxejbc.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/gscxejbc.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/gscxejbc.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/gscxejbc.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/gscxejbc.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/gscxejbc.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/gscxejbc.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/gscxejbc.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/gscxejbc.php",status="404"} 0.000124057 http_request_duration_seconds_count{method="GET",path="/gscxejbc.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/gt.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/gt.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/gt.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/gt.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/gt.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/gt.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/gt.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/gt.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/gt.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/gt.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/gt.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/gt.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/gt.php",status="404"} 0.00014242 http_request_duration_seconds_count{method="GET",path="/gt.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/gtc.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/gtc.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/gtc.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/gtc.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/gtc.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/gtc.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/gtc.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/gtc.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/gtc.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/gtc.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/gtc.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/gtc.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/gtc.php",status="404"} 0.00026970499999999997 http_request_duration_seconds_count{method="GET",path="/gtc.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/gtm.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/gtm.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/gtm.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/gtm.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/gtm.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/gtm.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/gtm.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/gtm.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/gtm.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/gtm.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/gtm.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/gtm.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/gtm.zip",status="429"} 5.9477e-05 http_request_duration_seconds_count{method="GET",path="/gtm.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/guide.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/guide.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/guide.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/guide.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/guide.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/guide.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/guide.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/guide.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/guide.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/guide.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/guide.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/guide.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/guide.zip",status="429"} 2.7813e-05 http_request_duration_seconds_count{method="GET",path="/guide.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/h.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/h.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/h.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/h.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/h.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/h.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/h.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/h.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/h.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/h.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/h.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/h.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/h.php",status="404"} 0.000143301 http_request_duration_seconds_count{method="GET",path="/h.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/h2.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/h2.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/h2.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/h2.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/h2.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/h2.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/h2.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/h2.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/h2.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/h2.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/h2.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/h2.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/h2.php",status="404"} 0.000284952 http_request_duration_seconds_count{method="GET",path="/h2.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/ha.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/ha.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/ha.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/ha.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/ha.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/ha.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/ha.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/ha.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/ha.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/ha.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/ha.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/ha.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/ha.php",status="404"} 0.00028733000000000003 http_request_duration_seconds_count{method="GET",path="/ha.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/haa.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/haa.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/haa.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/haa.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/haa.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/haa.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/haa.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/haa.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/haa.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/haa.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/haa.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/haa.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/haa.php",status="404"} 0.000158456 http_request_duration_seconds_count{method="GET",path="/haa.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/half.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/half.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/half.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/half.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/half.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/half.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/half.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/half.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/half.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/half.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/half.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/half.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/half.php",status="404"} 0.000133159 http_request_duration_seconds_count{method="GET",path="/half.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/hayuk.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/hayuk.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/hayuk.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/hayuk.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/hayuk.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/hayuk.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/hayuk.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/hayuk.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/hayuk.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/hayuk.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/hayuk.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/hayuk.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/hayuk.php",status="404"} 0.00050889 http_request_duration_seconds_count{method="GET",path="/hayuk.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/haz.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/haz.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/haz.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/haz.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/haz.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/haz.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/haz.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/haz.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/haz.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/haz.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/haz.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/haz.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/haz.php",status="404"} 0.000172608 http_request_duration_seconds_count{method="GET",path="/haz.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/he.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/he.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/he.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/he.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/he.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/he.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/he.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/he.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/he.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/he.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/he.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/he.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/he.php",status="404"} 0.000142772 http_request_duration_seconds_count{method="GET",path="/he.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/health",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/health",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/health",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/health",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/health",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/health",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/health",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/health",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/health",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/health",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/health",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/health",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/health",status="404"} 9.7816e-05 http_request_duration_seconds_count{method="GET",path="/health",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/healthz",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/healthz",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/healthz",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/healthz",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/healthz",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/healthz",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/healthz",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/healthz",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/healthz",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/healthz",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/healthz",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/healthz",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/healthz",status="429"} 0.000188678 http_request_duration_seconds_count{method="GET",path="/healthz",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/hehe.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/hehe.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/hehe.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/hehe.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/hehe.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/hehe.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/hehe.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/hehe.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/hehe.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/hehe.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/hehe.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/hehe.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/hehe.php",status="404"} 0.000156035 http_request_duration_seconds_count{method="GET",path="/hehe.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/hello.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/hello.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/hello.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/hello.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/hello.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/hello.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/hello.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/hello.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/hello.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/hello.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/hello.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/hello.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/hello.php",status="404"} 0.000131359 http_request_duration_seconds_count{method="GET",path="/hello.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/help.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/help.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/help.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/help.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/help.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/help.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/help.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/help.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/help.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/help.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/help.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/help.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/help.zip",status="429"} 4.3406e-05 http_request_duration_seconds_count{method="GET",path="/help.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/helper.js",status="404",le="0.005"} 8 http_request_duration_seconds_bucket{method="GET",path="/helper.js",status="404",le="0.01"} 8 http_request_duration_seconds_bucket{method="GET",path="/helper.js",status="404",le="0.025"} 8 http_request_duration_seconds_bucket{method="GET",path="/helper.js",status="404",le="0.05"} 8 http_request_duration_seconds_bucket{method="GET",path="/helper.js",status="404",le="0.1"} 8 http_request_duration_seconds_bucket{method="GET",path="/helper.js",status="404",le="0.25"} 8 http_request_duration_seconds_bucket{method="GET",path="/helper.js",status="404",le="0.5"} 8 http_request_duration_seconds_bucket{method="GET",path="/helper.js",status="404",le="1"} 8 http_request_duration_seconds_bucket{method="GET",path="/helper.js",status="404",le="2.5"} 8 http_request_duration_seconds_bucket{method="GET",path="/helper.js",status="404",le="5"} 8 http_request_duration_seconds_bucket{method="GET",path="/helper.js",status="404",le="10"} 8 http_request_duration_seconds_bucket{method="GET",path="/helper.js",status="404",le="+Inf"} 8 http_request_duration_seconds_sum{method="GET",path="/helper.js",status="404"} 0.0011201689999999999 http_request_duration_seconds_count{method="GET",path="/helper.js",status="404"} 8 http_request_duration_seconds_bucket{method="GET",path="/helper.js",status="429",le="0.005"} 16 http_request_duration_seconds_bucket{method="GET",path="/helper.js",status="429",le="0.01"} 16 http_request_duration_seconds_bucket{method="GET",path="/helper.js",status="429",le="0.025"} 16 http_request_duration_seconds_bucket{method="GET",path="/helper.js",status="429",le="0.05"} 16 http_request_duration_seconds_bucket{method="GET",path="/helper.js",status="429",le="0.1"} 16 http_request_duration_seconds_bucket{method="GET",path="/helper.js",status="429",le="0.25"} 16 http_request_duration_seconds_bucket{method="GET",path="/helper.js",status="429",le="0.5"} 16 http_request_duration_seconds_bucket{method="GET",path="/helper.js",status="429",le="1"} 16 http_request_duration_seconds_bucket{method="GET",path="/helper.js",status="429",le="2.5"} 16 http_request_duration_seconds_bucket{method="GET",path="/helper.js",status="429",le="5"} 16 http_request_duration_seconds_bucket{method="GET",path="/helper.js",status="429",le="10"} 16 http_request_duration_seconds_bucket{method="GET",path="/helper.js",status="429",le="+Inf"} 16 http_request_duration_seconds_sum{method="GET",path="/helper.js",status="429"} 0.001377764 http_request_duration_seconds_count{method="GET",path="/helper.js",status="429"} 16 http_request_duration_seconds_bucket{method="GET",path="/helper/EmailHelper.js",status="404",le="0.005"} 8 http_request_duration_seconds_bucket{method="GET",path="/helper/EmailHelper.js",status="404",le="0.01"} 8 http_request_duration_seconds_bucket{method="GET",path="/helper/EmailHelper.js",status="404",le="0.025"} 8 http_request_duration_seconds_bucket{method="GET",path="/helper/EmailHelper.js",status="404",le="0.05"} 8 http_request_duration_seconds_bucket{method="GET",path="/helper/EmailHelper.js",status="404",le="0.1"} 8 http_request_duration_seconds_bucket{method="GET",path="/helper/EmailHelper.js",status="404",le="0.25"} 8 http_request_duration_seconds_bucket{method="GET",path="/helper/EmailHelper.js",status="404",le="0.5"} 8 http_request_duration_seconds_bucket{method="GET",path="/helper/EmailHelper.js",status="404",le="1"} 8 http_request_duration_seconds_bucket{method="GET",path="/helper/EmailHelper.js",status="404",le="2.5"} 8 http_request_duration_seconds_bucket{method="GET",path="/helper/EmailHelper.js",status="404",le="5"} 8 http_request_duration_seconds_bucket{method="GET",path="/helper/EmailHelper.js",status="404",le="10"} 8 http_request_duration_seconds_bucket{method="GET",path="/helper/EmailHelper.js",status="404",le="+Inf"} 8 http_request_duration_seconds_sum{method="GET",path="/helper/EmailHelper.js",status="404"} 0.001101329 http_request_duration_seconds_count{method="GET",path="/helper/EmailHelper.js",status="404"} 8 http_request_duration_seconds_bucket{method="GET",path="/helper/EmailHelper.js",status="429",le="0.005"} 15 http_request_duration_seconds_bucket{method="GET",path="/helper/EmailHelper.js",status="429",le="0.01"} 15 http_request_duration_seconds_bucket{method="GET",path="/helper/EmailHelper.js",status="429",le="0.025"} 15 http_request_duration_seconds_bucket{method="GET",path="/helper/EmailHelper.js",status="429",le="0.05"} 15 http_request_duration_seconds_bucket{method="GET",path="/helper/EmailHelper.js",status="429",le="0.1"} 15 http_request_duration_seconds_bucket{method="GET",path="/helper/EmailHelper.js",status="429",le="0.25"} 15 http_request_duration_seconds_bucket{method="GET",path="/helper/EmailHelper.js",status="429",le="0.5"} 15 http_request_duration_seconds_bucket{method="GET",path="/helper/EmailHelper.js",status="429",le="1"} 15 http_request_duration_seconds_bucket{method="GET",path="/helper/EmailHelper.js",status="429",le="2.5"} 15 http_request_duration_seconds_bucket{method="GET",path="/helper/EmailHelper.js",status="429",le="5"} 15 http_request_duration_seconds_bucket{method="GET",path="/helper/EmailHelper.js",status="429",le="10"} 15 http_request_duration_seconds_bucket{method="GET",path="/helper/EmailHelper.js",status="429",le="+Inf"} 15 http_request_duration_seconds_sum{method="GET",path="/helper/EmailHelper.js",status="429"} 0.0010884129999999999 http_request_duration_seconds_count{method="GET",path="/helper/EmailHelper.js",status="429"} 15 http_request_duration_seconds_bucket{method="GET",path="/helper/helper.go",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/helper/helper.go",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/helper/helper.go",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/helper/helper.go",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/helper/helper.go",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/helper/helper.go",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/helper/helper.go",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/helper/helper.go",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/helper/helper.go",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/helper/helper.go",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/helper/helper.go",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/helper/helper.go",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/helper/helper.go",status="429"} 0.000272754 http_request_duration_seconds_count{method="GET",path="/helper/helper.go",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/helpers/fileUpload.js",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/helpers/fileUpload.js",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/helpers/fileUpload.js",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/helpers/fileUpload.js",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/helpers/fileUpload.js",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/helpers/fileUpload.js",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/helpers/fileUpload.js",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/helpers/fileUpload.js",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/helpers/fileUpload.js",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/helpers/fileUpload.js",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/helpers/fileUpload.js",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/helpers/fileUpload.js",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/helpers/fileUpload.js",status="404"} 7.4792e-05 http_request_duration_seconds_count{method="GET",path="/helpers/fileUpload.js",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/helpers/fileUpload.js",status="429",le="0.005"} 14 http_request_duration_seconds_bucket{method="GET",path="/helpers/fileUpload.js",status="429",le="0.01"} 14 http_request_duration_seconds_bucket{method="GET",path="/helpers/fileUpload.js",status="429",le="0.025"} 14 http_request_duration_seconds_bucket{method="GET",path="/helpers/fileUpload.js",status="429",le="0.05"} 14 http_request_duration_seconds_bucket{method="GET",path="/helpers/fileUpload.js",status="429",le="0.1"} 14 http_request_duration_seconds_bucket{method="GET",path="/helpers/fileUpload.js",status="429",le="0.25"} 14 http_request_duration_seconds_bucket{method="GET",path="/helpers/fileUpload.js",status="429",le="0.5"} 14 http_request_duration_seconds_bucket{method="GET",path="/helpers/fileUpload.js",status="429",le="1"} 14 http_request_duration_seconds_bucket{method="GET",path="/helpers/fileUpload.js",status="429",le="2.5"} 14 http_request_duration_seconds_bucket{method="GET",path="/helpers/fileUpload.js",status="429",le="5"} 14 http_request_duration_seconds_bucket{method="GET",path="/helpers/fileUpload.js",status="429",le="10"} 14 http_request_duration_seconds_bucket{method="GET",path="/helpers/fileUpload.js",status="429",le="+Inf"} 14 http_request_duration_seconds_sum{method="GET",path="/helpers/fileUpload.js",status="429"} 0.001045775 http_request_duration_seconds_count{method="GET",path="/helpers/fileUpload.js",status="429"} 14 http_request_duration_seconds_bucket{method="GET",path="/helpers/utility.js",status="404",le="0.005"} 8 http_request_duration_seconds_bucket{method="GET",path="/helpers/utility.js",status="404",le="0.01"} 8 http_request_duration_seconds_bucket{method="GET",path="/helpers/utility.js",status="404",le="0.025"} 8 http_request_duration_seconds_bucket{method="GET",path="/helpers/utility.js",status="404",le="0.05"} 8 http_request_duration_seconds_bucket{method="GET",path="/helpers/utility.js",status="404",le="0.1"} 8 http_request_duration_seconds_bucket{method="GET",path="/helpers/utility.js",status="404",le="0.25"} 8 http_request_duration_seconds_bucket{method="GET",path="/helpers/utility.js",status="404",le="0.5"} 8 http_request_duration_seconds_bucket{method="GET",path="/helpers/utility.js",status="404",le="1"} 8 http_request_duration_seconds_bucket{method="GET",path="/helpers/utility.js",status="404",le="2.5"} 8 http_request_duration_seconds_bucket{method="GET",path="/helpers/utility.js",status="404",le="5"} 8 http_request_duration_seconds_bucket{method="GET",path="/helpers/utility.js",status="404",le="10"} 8 http_request_duration_seconds_bucket{method="GET",path="/helpers/utility.js",status="404",le="+Inf"} 8 http_request_duration_seconds_sum{method="GET",path="/helpers/utility.js",status="404"} 0.0011757270000000001 http_request_duration_seconds_count{method="GET",path="/helpers/utility.js",status="404"} 8 http_request_duration_seconds_bucket{method="GET",path="/helpers/utility.js",status="429",le="0.005"} 16 http_request_duration_seconds_bucket{method="GET",path="/helpers/utility.js",status="429",le="0.01"} 16 http_request_duration_seconds_bucket{method="GET",path="/helpers/utility.js",status="429",le="0.025"} 16 http_request_duration_seconds_bucket{method="GET",path="/helpers/utility.js",status="429",le="0.05"} 16 http_request_duration_seconds_bucket{method="GET",path="/helpers/utility.js",status="429",le="0.1"} 16 http_request_duration_seconds_bucket{method="GET",path="/helpers/utility.js",status="429",le="0.25"} 16 http_request_duration_seconds_bucket{method="GET",path="/helpers/utility.js",status="429",le="0.5"} 16 http_request_duration_seconds_bucket{method="GET",path="/helpers/utility.js",status="429",le="1"} 16 http_request_duration_seconds_bucket{method="GET",path="/helpers/utility.js",status="429",le="2.5"} 16 http_request_duration_seconds_bucket{method="GET",path="/helpers/utility.js",status="429",le="5"} 16 http_request_duration_seconds_bucket{method="GET",path="/helpers/utility.js",status="429",le="10"} 16 http_request_duration_seconds_bucket{method="GET",path="/helpers/utility.js",status="429",le="+Inf"} 16 http_request_duration_seconds_sum{method="GET",path="/helpers/utility.js",status="429"} 0.0010654199999999999 http_request_duration_seconds_count{method="GET",path="/helpers/utility.js",status="429"} 16 http_request_duration_seconds_bucket{method="GET",path="/heroku.yml",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/heroku.yml",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/heroku.yml",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/heroku.yml",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/heroku.yml",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/heroku.yml",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/heroku.yml",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/heroku.yml",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/heroku.yml",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/heroku.yml",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/heroku.yml",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/heroku.yml",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/heroku.yml",status="429"} 0.000205271 http_request_duration_seconds_count{method="GET",path="/heroku.yml",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/hi.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/hi.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/hi.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/hi.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/hi.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/hi.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/hi.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/hi.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/hi.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/hi.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/hi.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/hi.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/hi.php",status="404"} 0.000139113 http_request_duration_seconds_count{method="GET",path="/hi.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/hoeig.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/hoeig.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/hoeig.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/hoeig.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/hoeig.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/hoeig.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/hoeig.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/hoeig.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/hoeig.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/hoeig.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/hoeig.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/hoeig.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/hoeig.php",status="404"} 0.000253811 http_request_duration_seconds_count{method="GET",path="/hoeig.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/home.php",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/home.php",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/home.php",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/home.php",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/home.php",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/home.php",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/home.php",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/home.php",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/home.php",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/home.php",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/home.php",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/home.php",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/home.php",status="429"} 0.000143288 http_request_duration_seconds_count{method="GET",path="/home.php",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/home.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/home.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/home.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/home.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/home.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/home.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/home.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/home.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/home.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/home.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/home.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/home.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/home.zip",status="429"} 3.2426000000000004e-05 http_request_duration_seconds_count{method="GET",path="/home.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/home/*/.aws/credentials",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/home/*/.aws/credentials",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/home/*/.aws/credentials",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/home/*/.aws/credentials",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/home/*/.aws/credentials",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/home/*/.aws/credentials",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/home/*/.aws/credentials",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/home/*/.aws/credentials",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/home/*/.aws/credentials",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/home/*/.aws/credentials",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/home/*/.aws/credentials",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/home/*/.aws/credentials",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/home/*/.aws/credentials",status="429"} 0.000256633 http_request_duration_seconds_count{method="GET",path="/home/*/.aws/credentials",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/home/*/.git-credentials",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/home/*/.git-credentials",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/home/*/.git-credentials",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/home/*/.git-credentials",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/home/*/.git-credentials",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/home/*/.git-credentials",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/home/*/.git-credentials",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/home/*/.git-credentials",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/home/*/.git-credentials",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/home/*/.git-credentials",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/home/*/.git-credentials",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/home/*/.git-credentials",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/home/*/.git-credentials",status="429"} 0.000210707 http_request_duration_seconds_count{method="GET",path="/home/*/.git-credentials",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/home/*/.gitconfig",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/home/*/.gitconfig",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/home/*/.gitconfig",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/home/*/.gitconfig",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/home/*/.gitconfig",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/home/*/.gitconfig",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/home/*/.gitconfig",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/home/*/.gitconfig",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/home/*/.gitconfig",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/home/*/.gitconfig",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/home/*/.gitconfig",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/home/*/.gitconfig",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/home/*/.gitconfig",status="429"} 0.000197464 http_request_duration_seconds_count{method="GET",path="/home/*/.gitconfig",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/home/*/.netrc",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/home/*/.netrc",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/home/*/.netrc",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/home/*/.netrc",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/home/*/.netrc",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/home/*/.netrc",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/home/*/.netrc",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/home/*/.netrc",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/home/*/.netrc",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/home/*/.netrc",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/home/*/.netrc",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/home/*/.netrc",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/home/*/.netrc",status="429"} 0.00023478 http_request_duration_seconds_count{method="GET",path="/home/*/.netrc",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/home/.env",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/home/.env",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/home/.env",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/home/.env",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/home/.env",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/home/.env",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/home/.env",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/home/.env",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/home/.env",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/home/.env",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/home/.env",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/home/.env",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/home/.env",status="429"} 0.000138429 http_request_duration_seconds_count{method="GET",path="/home/.env",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/home/user/.aws/credentials",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/home/user/.aws/credentials",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/home/user/.aws/credentials",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/home/user/.aws/credentials",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/home/user/.aws/credentials",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/home/user/.aws/credentials",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/home/user/.aws/credentials",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/home/user/.aws/credentials",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/home/user/.aws/credentials",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/home/user/.aws/credentials",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/home/user/.aws/credentials",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/home/user/.aws/credentials",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/home/user/.aws/credentials",status="404"} 0.000162202 http_request_duration_seconds_count{method="GET",path="/home/user/.aws/credentials",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/host-info.php",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/host-info.php",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/host-info.php",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/host-info.php",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/host-info.php",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/host-info.php",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/host-info.php",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/host-info.php",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/host-info.php",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/host-info.php",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/host-info.php",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/host-info.php",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/host-info.php",status="429"} 0.000134274 http_request_duration_seconds_count{method="GET",path="/host-info.php",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/host.php",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/host.php",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/host.php",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/host.php",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/host.php",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/host.php",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/host.php",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/host.php",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/host.php",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/host.php",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/host.php",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/host.php",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/host.php",status="429"} 0.000127818 http_request_duration_seconds_count{method="GET",path="/host.php",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/host.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/host.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/host.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/host.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/host.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/host.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/host.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/host.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/host.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/host.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/host.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/host.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/host.zip",status="429"} 3.1255e-05 http_request_duration_seconds_count{method="GET",path="/host.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/hostgator.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/hostgator.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/hostgator.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/hostgator.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/hostgator.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/hostgator.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/hostgator.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/hostgator.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/hostgator.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/hostgator.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/hostgator.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/hostgator.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/hostgator.zip",status="429"} 6.9867e-05 http_request_duration_seconds_count{method="GET",path="/hostgator.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/hosting.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/hosting.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/hosting.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/hosting.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/hosting.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/hosting.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/hosting.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/hosting.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/hosting.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/hosting.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/hosting.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/hosting.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/hosting.zip",status="429"} 3.6536000000000004e-05 http_request_duration_seconds_count{method="GET",path="/hosting.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/hosting/phpinfo.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/hosting/phpinfo.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/hosting/phpinfo.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/hosting/phpinfo.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/hosting/phpinfo.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/hosting/phpinfo.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/hosting/phpinfo.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/hosting/phpinfo.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/hosting/phpinfo.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/hosting/phpinfo.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/hosting/phpinfo.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/hosting/phpinfo.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/hosting/phpinfo.php",status="404"} 0.000136514 http_request_duration_seconds_count{method="GET",path="/hosting/phpinfo.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/hosting/phpinfo.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/hosting/phpinfo.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/hosting/phpinfo.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/hosting/phpinfo.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/hosting/phpinfo.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/hosting/phpinfo.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/hosting/phpinfo.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/hosting/phpinfo.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/hosting/phpinfo.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/hosting/phpinfo.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/hosting/phpinfo.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/hosting/phpinfo.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/hosting/phpinfo.php",status="429"} 6.9836e-05 http_request_duration_seconds_count{method="GET",path="/hosting/phpinfo.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/hotfix.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/hotfix.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/hotfix.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/hotfix.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/hotfix.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/hotfix.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/hotfix.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/hotfix.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/hotfix.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/hotfix.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/hotfix.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/hotfix.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/hotfix.zip",status="429"} 4.1207e-05 http_request_duration_seconds_count{method="GET",path="/hotfix.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/hotjar.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/hotjar.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/hotjar.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/hotjar.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/hotjar.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/hotjar.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/hotjar.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/hotjar.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/hotjar.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/hotjar.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/hotjar.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/hotjar.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/hotjar.zip",status="429"} 1.9275e-05 http_request_duration_seconds_count{method="GET",path="/hotjar.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/hots.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/hots.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/hots.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/hots.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/hots.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/hots.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/hots.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/hots.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/hots.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/hots.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/hots.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/hots.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/hots.php",status="404"} 0.00028329500000000003 http_request_duration_seconds_count{method="GET",path="/hots.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/hplfuns.php",status="404",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/hplfuns.php",status="404",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/hplfuns.php",status="404",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/hplfuns.php",status="404",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/hplfuns.php",status="404",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/hplfuns.php",status="404",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/hplfuns.php",status="404",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/hplfuns.php",status="404",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/hplfuns.php",status="404",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/hplfuns.php",status="404",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/hplfuns.php",status="404",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/hplfuns.php",status="404",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/hplfuns.php",status="404"} 0.0006137979999999999 http_request_duration_seconds_count{method="GET",path="/hplfuns.php",status="404"} 4 http_request_duration_seconds_bucket{method="GET",path="/hq.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/hq.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/hq.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/hq.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/hq.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/hq.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/hq.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/hq.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/hq.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/hq.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/hq.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/hq.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/hq.php",status="404"} 0.000149335 http_request_duration_seconds_count{method="GET",path="/hq.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/htaccess.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/htaccess.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/htaccess.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/htaccess.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/htaccess.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/htaccess.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/htaccess.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/htaccess.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/htaccess.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/htaccess.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/htaccess.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/htaccess.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/htaccess.php",status="404"} 0.000979782 http_request_duration_seconds_count{method="GET",path="/htaccess.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/htdocs.7z",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/htdocs.7z",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/htdocs.7z",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/htdocs.7z",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/htdocs.7z",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/htdocs.7z",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/htdocs.7z",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/htdocs.7z",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/htdocs.7z",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/htdocs.7z",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/htdocs.7z",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/htdocs.7z",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/htdocs.7z",status="404"} 0.000150857 http_request_duration_seconds_count{method="GET",path="/htdocs.7z",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/htdocs.bz2",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/htdocs.bz2",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/htdocs.bz2",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/htdocs.bz2",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/htdocs.bz2",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/htdocs.bz2",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/htdocs.bz2",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/htdocs.bz2",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/htdocs.bz2",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/htdocs.bz2",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/htdocs.bz2",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/htdocs.bz2",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/htdocs.bz2",status="404"} 0.000136847 http_request_duration_seconds_count{method="GET",path="/htdocs.bz2",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/htdocs.gz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/htdocs.gz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/htdocs.gz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/htdocs.gz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/htdocs.gz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/htdocs.gz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/htdocs.gz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/htdocs.gz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/htdocs.gz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/htdocs.gz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/htdocs.gz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/htdocs.gz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/htdocs.gz",status="404"} 0.00014093 http_request_duration_seconds_count{method="GET",path="/htdocs.gz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/htdocs.rar",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/htdocs.rar",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/htdocs.rar",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/htdocs.rar",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/htdocs.rar",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/htdocs.rar",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/htdocs.rar",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/htdocs.rar",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/htdocs.rar",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/htdocs.rar",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/htdocs.rar",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/htdocs.rar",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/htdocs.rar",status="404"} 0.000129069 http_request_duration_seconds_count{method="GET",path="/htdocs.rar",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/htdocs.sql",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/htdocs.sql",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/htdocs.sql",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/htdocs.sql",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/htdocs.sql",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/htdocs.sql",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/htdocs.sql",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/htdocs.sql",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/htdocs.sql",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/htdocs.sql",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/htdocs.sql",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/htdocs.sql",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/htdocs.sql",status="404"} 0.000137625 http_request_duration_seconds_count{method="GET",path="/htdocs.sql",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/htdocs.sql.bz2",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/htdocs.sql.bz2",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/htdocs.sql.bz2",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/htdocs.sql.bz2",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/htdocs.sql.bz2",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/htdocs.sql.bz2",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/htdocs.sql.bz2",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/htdocs.sql.bz2",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/htdocs.sql.bz2",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/htdocs.sql.bz2",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/htdocs.sql.bz2",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/htdocs.sql.bz2",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/htdocs.sql.bz2",status="404"} 0.000133299 http_request_duration_seconds_count{method="GET",path="/htdocs.sql.bz2",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/htdocs.sql.gz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/htdocs.sql.gz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/htdocs.sql.gz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/htdocs.sql.gz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/htdocs.sql.gz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/htdocs.sql.gz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/htdocs.sql.gz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/htdocs.sql.gz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/htdocs.sql.gz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/htdocs.sql.gz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/htdocs.sql.gz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/htdocs.sql.gz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/htdocs.sql.gz",status="404"} 0.000126072 http_request_duration_seconds_count{method="GET",path="/htdocs.sql.gz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/htdocs.tar",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/htdocs.tar",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/htdocs.tar",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/htdocs.tar",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/htdocs.tar",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/htdocs.tar",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/htdocs.tar",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/htdocs.tar",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/htdocs.tar",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/htdocs.tar",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/htdocs.tar",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/htdocs.tar",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/htdocs.tar",status="404"} 0.000156204 http_request_duration_seconds_count{method="GET",path="/htdocs.tar",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/htdocs.tar.bz2",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/htdocs.tar.bz2",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/htdocs.tar.bz2",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/htdocs.tar.bz2",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/htdocs.tar.bz2",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/htdocs.tar.bz2",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/htdocs.tar.bz2",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/htdocs.tar.bz2",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/htdocs.tar.bz2",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/htdocs.tar.bz2",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/htdocs.tar.bz2",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/htdocs.tar.bz2",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/htdocs.tar.bz2",status="404"} 0.000134534 http_request_duration_seconds_count{method="GET",path="/htdocs.tar.bz2",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/htdocs.tar.gz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/htdocs.tar.gz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/htdocs.tar.gz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/htdocs.tar.gz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/htdocs.tar.gz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/htdocs.tar.gz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/htdocs.tar.gz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/htdocs.tar.gz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/htdocs.tar.gz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/htdocs.tar.gz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/htdocs.tar.gz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/htdocs.tar.gz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/htdocs.tar.gz",status="404"} 0.000129009 http_request_duration_seconds_count{method="GET",path="/htdocs.tar.gz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/htdocs.tar.xz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/htdocs.tar.xz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/htdocs.tar.xz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/htdocs.tar.xz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/htdocs.tar.xz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/htdocs.tar.xz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/htdocs.tar.xz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/htdocs.tar.xz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/htdocs.tar.xz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/htdocs.tar.xz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/htdocs.tar.xz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/htdocs.tar.xz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/htdocs.tar.xz",status="404"} 0.000134272 http_request_duration_seconds_count{method="GET",path="/htdocs.tar.xz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/htdocs.tgz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/htdocs.tgz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/htdocs.tgz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/htdocs.tgz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/htdocs.tgz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/htdocs.tgz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/htdocs.tgz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/htdocs.tgz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/htdocs.tgz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/htdocs.tgz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/htdocs.tgz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/htdocs.tgz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/htdocs.tgz",status="404"} 0.000121895 http_request_duration_seconds_count{method="GET",path="/htdocs.tgz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/htdocs.zip",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/htdocs.zip",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/htdocs.zip",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/htdocs.zip",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/htdocs.zip",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/htdocs.zip",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/htdocs.zip",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/htdocs.zip",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/htdocs.zip",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/htdocs.zip",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/htdocs.zip",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/htdocs.zip",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/htdocs.zip",status="404"} 0.000128227 http_request_duration_seconds_count{method="GET",path="/htdocs.zip",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/htdocs.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/htdocs.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/htdocs.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/htdocs.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/htdocs.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/htdocs.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/htdocs.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/htdocs.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/htdocs.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/htdocs.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/htdocs.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/htdocs.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/htdocs.zip",status="429"} 4.2547e-05 http_request_duration_seconds_count{method="GET",path="/htdocs.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/htdocs.zst",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/htdocs.zst",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/htdocs.zst",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/htdocs.zst",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/htdocs.zst",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/htdocs.zst",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/htdocs.zst",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/htdocs.zst",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/htdocs.zst",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/htdocs.zst",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/htdocs.zst",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/htdocs.zst",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/htdocs.zst",status="404"} 0.000158137 http_request_duration_seconds_count{method="GET",path="/htdocs.zst",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/htdocs/.env",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/htdocs/.env",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/htdocs/.env",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/htdocs/.env",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/htdocs/.env",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/htdocs/.env",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/htdocs/.env",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/htdocs/.env",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/htdocs/.env",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/htdocs/.env",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/htdocs/.env",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/htdocs/.env",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/htdocs/.env",status="404"} 0.000147218 http_request_duration_seconds_count{method="GET",path="/htdocs/.env",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/htdocs/.env",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/htdocs/.env",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/htdocs/.env",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/htdocs/.env",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/htdocs/.env",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/htdocs/.env",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/htdocs/.env",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/htdocs/.env",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/htdocs/.env",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/htdocs/.env",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/htdocs/.env",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/htdocs/.env",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/htdocs/.env",status="429"} 8.1563e-05 http_request_duration_seconds_count{method="GET",path="/htdocs/.env",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/htdocs/.git/config",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/htdocs/.git/config",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/htdocs/.git/config",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/htdocs/.git/config",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/htdocs/.git/config",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/htdocs/.git/config",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/htdocs/.git/config",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/htdocs/.git/config",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/htdocs/.git/config",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/htdocs/.git/config",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/htdocs/.git/config",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/htdocs/.git/config",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/htdocs/.git/config",status="404"} 0.000130207 http_request_duration_seconds_count{method="GET",path="/htdocs/.git/config",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/htdocs/phpinfo.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/htdocs/phpinfo.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/htdocs/phpinfo.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/htdocs/phpinfo.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/htdocs/phpinfo.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/htdocs/phpinfo.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/htdocs/phpinfo.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/htdocs/phpinfo.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/htdocs/phpinfo.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/htdocs/phpinfo.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/htdocs/phpinfo.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/htdocs/phpinfo.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/htdocs/phpinfo.php",status="429"} 8.1346e-05 http_request_duration_seconds_count{method="GET",path="/htdocs/phpinfo.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/html.zip",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/html.zip",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/html.zip",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/html.zip",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/html.zip",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/html.zip",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/html.zip",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/html.zip",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/html.zip",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/html.zip",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/html.zip",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/html.zip",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/html.zip",status="404"} 3.1156e-05 http_request_duration_seconds_count{method="GET",path="/html.zip",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/html.zip",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/html.zip",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/html.zip",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/html.zip",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/html.zip",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/html.zip",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/html.zip",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/html.zip",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/html.zip",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/html.zip",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/html.zip",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/html.zip",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/html.zip",status="429"} 1.1329e-05 http_request_duration_seconds_count{method="GET",path="/html.zip",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/html/.env",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/html/.env",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/html/.env",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/html/.env",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/html/.env",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/html/.env",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/html/.env",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/html/.env",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/html/.env",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/html/.env",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/html/.env",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/html/.env",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/html/.env",status="404"} 0.000145808 http_request_duration_seconds_count{method="GET",path="/html/.env",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/html/.env",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/html/.env",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/html/.env",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/html/.env",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/html/.env",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/html/.env",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/html/.env",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/html/.env",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/html/.env",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/html/.env",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/html/.env",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/html/.env",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/html/.env",status="429"} 7.7712e-05 http_request_duration_seconds_count{method="GET",path="/html/.env",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/html/.git/config",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/html/.git/config",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/html/.git/config",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/html/.git/config",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/html/.git/config",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/html/.git/config",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/html/.git/config",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/html/.git/config",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/html/.git/config",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/html/.git/config",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/html/.git/config",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/html/.git/config",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/html/.git/config",status="404"} 0.000121888 http_request_duration_seconds_count{method="GET",path="/html/.git/config",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/hugo.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/hugo.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/hugo.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/hugo.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/hugo.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/hugo.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/hugo.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/hugo.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/hugo.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/hugo.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/hugo.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/hugo.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/hugo.zip",status="429"} 4.8286e-05 http_request_duration_seconds_count{method="GET",path="/hugo.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/huya.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/huya.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/huya.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/huya.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/huya.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/huya.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/huya.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/huya.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/huya.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/huya.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/huya.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/huya.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/huya.php",status="404"} 0.000130632 http_request_duration_seconds_count{method="GET",path="/huya.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/hypo.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/hypo.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/hypo.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/hypo.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/hypo.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/hypo.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/hypo.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/hypo.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/hypo.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/hypo.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/hypo.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/hypo.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/hypo.php",status="404"} 0.000141259 http_request_duration_seconds_count{method="GET",path="/hypo.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/hypo.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/hypo.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/hypo.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/hypo.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/hypo.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/hypo.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/hypo.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/hypo.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/hypo.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/hypo.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/hypo.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/hypo.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/hypo.php",status="429"} 0.0001144 http_request_duration_seconds_count{method="GET",path="/hypo.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/i.php",status="404",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/i.php",status="404",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/i.php",status="404",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/i.php",status="404",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/i.php",status="404",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/i.php",status="404",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/i.php",status="404",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/i.php",status="404",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/i.php",status="404",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/i.php",status="404",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/i.php",status="404",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/i.php",status="404",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/i.php",status="404"} 0.000577503 http_request_duration_seconds_count{method="GET",path="/i.php",status="404"} 4 http_request_duration_seconds_bucket{method="GET",path="/i.php",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/i.php",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/i.php",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/i.php",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/i.php",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/i.php",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/i.php",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/i.php",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/i.php",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/i.php",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/i.php",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/i.php",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/i.php",status="429"} 0.00014676400000000002 http_request_duration_seconds_count{method="GET",path="/i.php",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/icloud.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/icloud.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/icloud.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/icloud.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/icloud.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/icloud.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/icloud.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/icloud.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/icloud.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/icloud.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/icloud.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/icloud.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/icloud.zip",status="429"} 2.4105e-05 http_request_duration_seconds_count{method="GET",path="/icloud.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/icons.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/icons.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/icons.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/icons.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/icons.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/icons.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/icons.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/icons.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/icons.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/icons.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/icons.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/icons.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/icons.zip",status="429"} 5.1643e-05 http_request_duration_seconds_count{method="GET",path="/icons.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/ifm.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/ifm.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/ifm.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/ifm.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/ifm.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/ifm.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/ifm.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/ifm.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/ifm.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/ifm.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/ifm.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/ifm.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/ifm.php",status="404"} 0.000152154 http_request_duration_seconds_count{method="GET",path="/ifm.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/ilex.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/ilex.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/ilex.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/ilex.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/ilex.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/ilex.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/ilex.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/ilex.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/ilex.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/ilex.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/ilex.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/ilex.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/ilex.php",status="404"} 0.000153202 http_request_duration_seconds_count{method="GET",path="/ilex.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/illustrator.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/illustrator.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/illustrator.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/illustrator.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/illustrator.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/illustrator.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/illustrator.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/illustrator.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/illustrator.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/illustrator.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/illustrator.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/illustrator.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/illustrator.zip",status="429"} 4.468e-05 http_request_duration_seconds_count{method="GET",path="/illustrator.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/images.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/images.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/images.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/images.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/images.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/images.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/images.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/images.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/images.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/images.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/images.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/images.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/images.zip",status="429"} 4.1584e-05 http_request_duration_seconds_count{method="GET",path="/images.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/images/images/about.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/images/images/about.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/images/images/about.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/images/images/about.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/images/images/about.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/images/images/about.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/images/images/about.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/images/images/about.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/images/images/about.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/images/images/about.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/images/images/about.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/images/images/about.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/images/images/about.php",status="404"} 0.00029830700000000004 http_request_duration_seconds_count{method="GET",path="/images/images/about.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/images/m.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/images/m.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/images/m.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/images/m.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/images/m.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/images/m.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/images/m.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/images/m.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/images/m.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/images/m.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/images/m.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/images/m.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/images/m.php",status="404"} 0.00026343600000000003 http_request_duration_seconds_count{method="GET",path="/images/m.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/imap.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/imap.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/imap.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/imap.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/imap.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/imap.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/imap.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/imap.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/imap.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/imap.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/imap.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/imap.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/imap.zip",status="429"} 2.6458e-05 http_request_duration_seconds_count{method="GET",path="/imap.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/img.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/img.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/img.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/img.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/img.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/img.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/img.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/img.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/img.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/img.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/img.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/img.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/img.php",status="404"} 0.00027166099999999997 http_request_duration_seconds_count{method="GET",path="/img.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/img.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/img.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/img.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/img.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/img.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/img.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/img.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/img.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/img.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/img.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/img.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/img.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/img.php",status="429"} 0.000129661 http_request_duration_seconds_count{method="GET",path="/img.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/import.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/import.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/import.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/import.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/import.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/import.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/import.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/import.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/import.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/import.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/import.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/import.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/import.zip",status="429"} 3.7766e-05 http_request_duration_seconds_count{method="GET",path="/import.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/inbox.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/inbox.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/inbox.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/inbox.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/inbox.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/inbox.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/inbox.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/inbox.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/inbox.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/inbox.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/inbox.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/inbox.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/inbox.zip",status="429"} 2.695e-05 http_request_duration_seconds_count{method="GET",path="/inbox.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/inc/phpinfo.php",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/inc/phpinfo.php",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/inc/phpinfo.php",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/inc/phpinfo.php",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/inc/phpinfo.php",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/inc/phpinfo.php",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/inc/phpinfo.php",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/inc/phpinfo.php",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/inc/phpinfo.php",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/inc/phpinfo.php",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/inc/phpinfo.php",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/inc/phpinfo.php",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/inc/phpinfo.php",status="429"} 0.00012254600000000002 http_request_duration_seconds_count{method="GET",path="/inc/phpinfo.php",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/include/phpinfo.php",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/include/phpinfo.php",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/include/phpinfo.php",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/include/phpinfo.php",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/include/phpinfo.php",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/include/phpinfo.php",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/include/phpinfo.php",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/include/phpinfo.php",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/include/phpinfo.php",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/include/phpinfo.php",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/include/phpinfo.php",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/include/phpinfo.php",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/include/phpinfo.php",status="429"} 0.00011049000000000001 http_request_duration_seconds_count{method="GET",path="/include/phpinfo.php",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/includes/phpinfo.php",status="429",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/includes/phpinfo.php",status="429",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/includes/phpinfo.php",status="429",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/includes/phpinfo.php",status="429",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/includes/phpinfo.php",status="429",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/includes/phpinfo.php",status="429",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/includes/phpinfo.php",status="429",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/includes/phpinfo.php",status="429",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/includes/phpinfo.php",status="429",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/includes/phpinfo.php",status="429",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/includes/phpinfo.php",status="429",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/includes/phpinfo.php",status="429",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/includes/phpinfo.php",status="429"} 0.00025377799999999997 http_request_duration_seconds_count{method="GET",path="/includes/phpinfo.php",status="429"} 3 http_request_duration_seconds_bucket{method="GET",path="/inde.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/inde.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/inde.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/inde.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/inde.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/inde.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/inde.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/inde.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/inde.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/inde.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/inde.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/inde.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/inde.php",status="404"} 0.000160723 http_request_duration_seconds_count{method="GET",path="/inde.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/index.html",status="404",le="0.005"} 7 http_request_duration_seconds_bucket{method="GET",path="/index.html",status="404",le="0.01"} 7 http_request_duration_seconds_bucket{method="GET",path="/index.html",status="404",le="0.025"} 7 http_request_duration_seconds_bucket{method="GET",path="/index.html",status="404",le="0.05"} 7 http_request_duration_seconds_bucket{method="GET",path="/index.html",status="404",le="0.1"} 7 http_request_duration_seconds_bucket{method="GET",path="/index.html",status="404",le="0.25"} 7 http_request_duration_seconds_bucket{method="GET",path="/index.html",status="404",le="0.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/index.html",status="404",le="1"} 7 http_request_duration_seconds_bucket{method="GET",path="/index.html",status="404",le="2.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/index.html",status="404",le="5"} 7 http_request_duration_seconds_bucket{method="GET",path="/index.html",status="404",le="10"} 7 http_request_duration_seconds_bucket{method="GET",path="/index.html",status="404",le="+Inf"} 7 http_request_duration_seconds_sum{method="GET",path="/index.html",status="404"} 0.0010910210000000002 http_request_duration_seconds_count{method="GET",path="/index.html",status="404"} 7 http_request_duration_seconds_bucket{method="GET",path="/index.js",status="404",le="0.005"} 8 http_request_duration_seconds_bucket{method="GET",path="/index.js",status="404",le="0.01"} 8 http_request_duration_seconds_bucket{method="GET",path="/index.js",status="404",le="0.025"} 8 http_request_duration_seconds_bucket{method="GET",path="/index.js",status="404",le="0.05"} 8 http_request_duration_seconds_bucket{method="GET",path="/index.js",status="404",le="0.1"} 8 http_request_duration_seconds_bucket{method="GET",path="/index.js",status="404",le="0.25"} 8 http_request_duration_seconds_bucket{method="GET",path="/index.js",status="404",le="0.5"} 8 http_request_duration_seconds_bucket{method="GET",path="/index.js",status="404",le="1"} 8 http_request_duration_seconds_bucket{method="GET",path="/index.js",status="404",le="2.5"} 8 http_request_duration_seconds_bucket{method="GET",path="/index.js",status="404",le="5"} 8 http_request_duration_seconds_bucket{method="GET",path="/index.js",status="404",le="10"} 8 http_request_duration_seconds_bucket{method="GET",path="/index.js",status="404",le="+Inf"} 8 http_request_duration_seconds_sum{method="GET",path="/index.js",status="404"} 0.001106719 http_request_duration_seconds_count{method="GET",path="/index.js",status="404"} 8 http_request_duration_seconds_bucket{method="GET",path="/index.js",status="429",le="0.005"} 18 http_request_duration_seconds_bucket{method="GET",path="/index.js",status="429",le="0.01"} 18 http_request_duration_seconds_bucket{method="GET",path="/index.js",status="429",le="0.025"} 18 http_request_duration_seconds_bucket{method="GET",path="/index.js",status="429",le="0.05"} 18 http_request_duration_seconds_bucket{method="GET",path="/index.js",status="429",le="0.1"} 18 http_request_duration_seconds_bucket{method="GET",path="/index.js",status="429",le="0.25"} 18 http_request_duration_seconds_bucket{method="GET",path="/index.js",status="429",le="0.5"} 18 http_request_duration_seconds_bucket{method="GET",path="/index.js",status="429",le="1"} 18 http_request_duration_seconds_bucket{method="GET",path="/index.js",status="429",le="2.5"} 18 http_request_duration_seconds_bucket{method="GET",path="/index.js",status="429",le="5"} 18 http_request_duration_seconds_bucket{method="GET",path="/index.js",status="429",le="10"} 18 http_request_duration_seconds_bucket{method="GET",path="/index.js",status="429",le="+Inf"} 18 http_request_duration_seconds_sum{method="GET",path="/index.js",status="429"} 0.001528251 http_request_duration_seconds_count{method="GET",path="/index.js",status="429"} 18 http_request_duration_seconds_bucket{method="GET",path="/index.js.map",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/index.js.map",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/index.js.map",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/index.js.map",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/index.js.map",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/index.js.map",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/index.js.map",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/index.js.map",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/index.js.map",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/index.js.map",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/index.js.map",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/index.js.map",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/index.js.map",status="404"} 0.000170133 http_request_duration_seconds_count{method="GET",path="/index.js.map",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/index.md",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/index.md",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/index.md",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/index.md",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/index.md",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/index.md",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/index.md",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/index.md",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/index.md",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/index.md",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/index.md",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/index.md",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/index.md",status="429"} 0.000159725 http_request_duration_seconds_count{method="GET",path="/index.md",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/index.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/index.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/index.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/index.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/index.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/index.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/index.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/index.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/index.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/index.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/index.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/index.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/index.php",status="404"} 0.00019511799999999998 http_request_duration_seconds_count{method="GET",path="/index.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/index.php",status="429",le="0.005"} 15 http_request_duration_seconds_bucket{method="GET",path="/index.php",status="429",le="0.01"} 15 http_request_duration_seconds_bucket{method="GET",path="/index.php",status="429",le="0.025"} 15 http_request_duration_seconds_bucket{method="GET",path="/index.php",status="429",le="0.05"} 15 http_request_duration_seconds_bucket{method="GET",path="/index.php",status="429",le="0.1"} 15 http_request_duration_seconds_bucket{method="GET",path="/index.php",status="429",le="0.25"} 15 http_request_duration_seconds_bucket{method="GET",path="/index.php",status="429",le="0.5"} 15 http_request_duration_seconds_bucket{method="GET",path="/index.php",status="429",le="1"} 15 http_request_duration_seconds_bucket{method="GET",path="/index.php",status="429",le="2.5"} 15 http_request_duration_seconds_bucket{method="GET",path="/index.php",status="429",le="5"} 15 http_request_duration_seconds_bucket{method="GET",path="/index.php",status="429",le="10"} 15 http_request_duration_seconds_bucket{method="GET",path="/index.php",status="429",le="+Inf"} 15 http_request_duration_seconds_sum{method="GET",path="/index.php",status="429"} 0.0009006050000000001 http_request_duration_seconds_count{method="GET",path="/index.php",status="429"} 15 http_request_duration_seconds_bucket{method="GET",path="/index.ts",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/index.ts",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/index.ts",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/index.ts",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/index.ts",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/index.ts",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/index.ts",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/index.ts",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/index.ts",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/index.ts",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/index.ts",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/index.ts",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/index.ts",status="404"} 0.000130417 http_request_duration_seconds_count{method="GET",path="/index.ts",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/index.ts",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/index.ts",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/index.ts",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/index.ts",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/index.ts",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/index.ts",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/index.ts",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/index.ts",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/index.ts",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/index.ts",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/index.ts",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/index.ts",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/index.ts",status="429"} 3.3636e-05 http_request_duration_seconds_count{method="GET",path="/index.ts",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/index.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/index.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/index.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/index.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/index.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/index.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/index.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/index.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/index.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/index.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/index.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/index.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/index.zip",status="429"} 4.9679e-05 http_request_duration_seconds_count{method="GET",path="/index.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/index/function.php",status="404",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/index/function.php",status="404",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/index/function.php",status="404",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/index/function.php",status="404",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/index/function.php",status="404",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/index/function.php",status="404",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/index/function.php",status="404",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/index/function.php",status="404",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/index/function.php",status="404",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/index/function.php",status="404",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/index/function.php",status="404",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/index/function.php",status="404",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/index/function.php",status="404"} 0.0006014379999999999 http_request_duration_seconds_count{method="GET",path="/index/function.php",status="404"} 4 http_request_duration_seconds_bucket{method="GET",path="/index/function.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/index/function.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/index/function.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/index/function.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/index/function.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/index/function.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/index/function.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/index/function.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/index/function.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/index/function.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/index/function.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/index/function.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/index/function.php",status="429"} 0.000133313 http_request_duration_seconds_count{method="GET",path="/index/function.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/index0.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/index0.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/index0.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/index0.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/index0.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/index0.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/index0.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/index0.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/index0.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/index0.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/index0.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/index0.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/index0.php",status="404"} 0.000153123 http_request_duration_seconds_count{method="GET",path="/index0.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/inege.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/inege.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/inege.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/inege.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/inege.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/inege.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/inege.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/inege.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/inege.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/inege.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/inege.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/inege.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/inege.php",status="404"} 0.000150876 http_request_duration_seconds_count{method="GET",path="/inege.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/inege.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/inege.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/inege.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/inege.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/inege.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/inege.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/inege.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/inege.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/inege.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/inege.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/inege.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/inege.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/inege.php",status="429"} 0.000143574 http_request_duration_seconds_count{method="GET",path="/inege.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/inetpub.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/inetpub.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/inetpub.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/inetpub.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/inetpub.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/inetpub.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/inetpub.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/inetpub.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/inetpub.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/inetpub.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/inetpub.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/inetpub.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/inetpub.zip",status="429"} 4.9303e-05 http_request_duration_seconds_count{method="GET",path="/inetpub.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/info",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/info",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/info",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/info",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/info",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/info",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/info",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/info",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/info",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/info",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/info",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/info",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/info",status="404"} 0.00016049 http_request_duration_seconds_count{method="GET",path="/info",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/info",status="429",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/info",status="429",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/info",status="429",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/info",status="429",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/info",status="429",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/info",status="429",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/info",status="429",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/info",status="429",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/info",status="429",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/info",status="429",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/info",status="429",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/info",status="429",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/info",status="429"} 0.000154845 http_request_duration_seconds_count{method="GET",path="/info",status="429"} 3 http_request_duration_seconds_bucket{method="GET",path="/info.php",status="404",le="0.005"} 27 http_request_duration_seconds_bucket{method="GET",path="/info.php",status="404",le="0.01"} 27 http_request_duration_seconds_bucket{method="GET",path="/info.php",status="404",le="0.025"} 27 http_request_duration_seconds_bucket{method="GET",path="/info.php",status="404",le="0.05"} 27 http_request_duration_seconds_bucket{method="GET",path="/info.php",status="404",le="0.1"} 27 http_request_duration_seconds_bucket{method="GET",path="/info.php",status="404",le="0.25"} 27 http_request_duration_seconds_bucket{method="GET",path="/info.php",status="404",le="0.5"} 27 http_request_duration_seconds_bucket{method="GET",path="/info.php",status="404",le="1"} 27 http_request_duration_seconds_bucket{method="GET",path="/info.php",status="404",le="2.5"} 27 http_request_duration_seconds_bucket{method="GET",path="/info.php",status="404",le="5"} 27 http_request_duration_seconds_bucket{method="GET",path="/info.php",status="404",le="10"} 27 http_request_duration_seconds_bucket{method="GET",path="/info.php",status="404",le="+Inf"} 27 http_request_duration_seconds_sum{method="GET",path="/info.php",status="404"} 0.003959926 http_request_duration_seconds_count{method="GET",path="/info.php",status="404"} 27 http_request_duration_seconds_bucket{method="GET",path="/info.php",status="429",le="0.005"} 5 http_request_duration_seconds_bucket{method="GET",path="/info.php",status="429",le="0.01"} 5 http_request_duration_seconds_bucket{method="GET",path="/info.php",status="429",le="0.025"} 5 http_request_duration_seconds_bucket{method="GET",path="/info.php",status="429",le="0.05"} 5 http_request_duration_seconds_bucket{method="GET",path="/info.php",status="429",le="0.1"} 5 http_request_duration_seconds_bucket{method="GET",path="/info.php",status="429",le="0.25"} 5 http_request_duration_seconds_bucket{method="GET",path="/info.php",status="429",le="0.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/info.php",status="429",le="1"} 5 http_request_duration_seconds_bucket{method="GET",path="/info.php",status="429",le="2.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/info.php",status="429",le="5"} 5 http_request_duration_seconds_bucket{method="GET",path="/info.php",status="429",le="10"} 5 http_request_duration_seconds_bucket{method="GET",path="/info.php",status="429",le="+Inf"} 5 http_request_duration_seconds_sum{method="GET",path="/info.php",status="429"} 0.00042460800000000004 http_request_duration_seconds_count{method="GET",path="/info.php",status="429"} 5 http_request_duration_seconds_bucket{method="GET",path="/info.php.bak",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/info.php.bak",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/info.php.bak",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/info.php.bak",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/info.php.bak",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/info.php.bak",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/info.php.bak",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/info.php.bak",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/info.php.bak",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/info.php.bak",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/info.php.bak",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/info.php.bak",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/info.php.bak",status="429"} 7.6497e-05 http_request_duration_seconds_count{method="GET",path="/info.php.bak",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/info/info.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/info/info.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/info/info.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/info/info.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/info/info.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/info/info.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/info/info.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/info/info.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/info/info.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/info/info.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/info/info.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/info/info.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/info/info.php",status="404"} 0.000127553 http_request_duration_seconds_count{method="GET",path="/info/info.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/info/info.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/info/info.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/info/info.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/info/info.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/info/info.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/info/info.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/info/info.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/info/info.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/info/info.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/info/info.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/info/info.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/info/info.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/info/info.php",status="429"} 9.5489e-05 http_request_duration_seconds_count{method="GET",path="/info/info.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/info/php.php",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/info/php.php",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/info/php.php",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/info/php.php",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/info/php.php",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/info/php.php",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/info/php.php",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/info/php.php",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/info/php.php",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/info/php.php",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/info/php.php",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/info/php.php",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/info/php.php",status="429"} 0.00016638500000000001 http_request_duration_seconds_count{method="GET",path="/info/php.php",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/info/phpinfo.php",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/info/phpinfo.php",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/info/phpinfo.php",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/info/phpinfo.php",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/info/phpinfo.php",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/info/phpinfo.php",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/info/phpinfo.php",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/info/phpinfo.php",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/info/phpinfo.php",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/info/phpinfo.php",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/info/phpinfo.php",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/info/phpinfo.php",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/info/phpinfo.php",status="429"} 8.5786e-05 http_request_duration_seconds_count{method="GET",path="/info/phpinfo.php",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/info2.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/info2.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/info2.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/info2.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/info2.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/info2.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/info2.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/info2.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/info2.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/info2.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/info2.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/info2.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/info2.php",status="404"} 0.000141083 http_request_duration_seconds_count{method="GET",path="/info2.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/infophp.php",status="429",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/infophp.php",status="429",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/infophp.php",status="429",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/infophp.php",status="429",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/infophp.php",status="429",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/infophp.php",status="429",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/infophp.php",status="429",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/infophp.php",status="429",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/infophp.php",status="429",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/infophp.php",status="429",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/infophp.php",status="429",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/infophp.php",status="429",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/infophp.php",status="429"} 0.00038054500000000004 http_request_duration_seconds_count{method="GET",path="/infophp.php",status="429"} 4 http_request_duration_seconds_bucket{method="GET",path="/infos.php",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/infos.php",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/infos.php",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/infos.php",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/infos.php",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/infos.php",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/infos.php",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/infos.php",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/infos.php",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/infos.php",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/infos.php",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/infos.php",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/infos.php",status="429"} 0.00022806900000000001 http_request_duration_seconds_count{method="GET",path="/infos.php",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/infrastructure/.env",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/infrastructure/.env",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/infrastructure/.env",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/infrastructure/.env",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/infrastructure/.env",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/infrastructure/.env",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/infrastructure/.env",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/infrastructure/.env",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/infrastructure/.env",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/infrastructure/.env",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/infrastructure/.env",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/infrastructure/.env",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/infrastructure/.env",status="429"} 0.000110885 http_request_duration_seconds_count{method="GET",path="/infrastructure/.env",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/ini.php",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/ini.php",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/ini.php",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/ini.php",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/ini.php",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/ini.php",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/ini.php",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/ini.php",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/ini.php",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/ini.php",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/ini.php",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/ini.php",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/ini.php",status="404"} 0.00048090700000000004 http_request_duration_seconds_count{method="GET",path="/ini.php",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/ini.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/ini.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/ini.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/ini.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/ini.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/ini.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/ini.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/ini.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/ini.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/ini.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/ini.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/ini.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/ini.zip",status="429"} 6.7838e-05 http_request_duration_seconds_count{method="GET",path="/ini.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/init.php",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/init.php",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/init.php",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/init.php",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/init.php",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/init.php",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/init.php",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/init.php",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/init.php",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/init.php",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/init.php",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/init.php",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/init.php",status="404"} 0.000421208 http_request_duration_seconds_count{method="GET",path="/init.php",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/inputs.php",status="404",le="0.005"} 7 http_request_duration_seconds_bucket{method="GET",path="/inputs.php",status="404",le="0.01"} 7 http_request_duration_seconds_bucket{method="GET",path="/inputs.php",status="404",le="0.025"} 7 http_request_duration_seconds_bucket{method="GET",path="/inputs.php",status="404",le="0.05"} 7 http_request_duration_seconds_bucket{method="GET",path="/inputs.php",status="404",le="0.1"} 7 http_request_duration_seconds_bucket{method="GET",path="/inputs.php",status="404",le="0.25"} 7 http_request_duration_seconds_bucket{method="GET",path="/inputs.php",status="404",le="0.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/inputs.php",status="404",le="1"} 7 http_request_duration_seconds_bucket{method="GET",path="/inputs.php",status="404",le="2.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/inputs.php",status="404",le="5"} 7 http_request_duration_seconds_bucket{method="GET",path="/inputs.php",status="404",le="10"} 7 http_request_duration_seconds_bucket{method="GET",path="/inputs.php",status="404",le="+Inf"} 7 http_request_duration_seconds_sum{method="GET",path="/inputs.php",status="404"} 0.0009872510000000002 http_request_duration_seconds_count{method="GET",path="/inputs.php",status="404"} 7 http_request_duration_seconds_bucket{method="GET",path="/inputs.php",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/inputs.php",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/inputs.php",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/inputs.php",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/inputs.php",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/inputs.php",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/inputs.php",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/inputs.php",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/inputs.php",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/inputs.php",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/inputs.php",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/inputs.php",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/inputs.php",status="429"} 0.00025935499999999996 http_request_duration_seconds_count{method="GET",path="/inputs.php",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/insc.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/insc.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/insc.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/insc.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/insc.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/insc.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/insc.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/insc.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/insc.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/insc.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/insc.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/insc.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/insc.php",status="404"} 0.000137976 http_request_duration_seconds_count{method="GET",path="/insc.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/insta-compose.yml",status="429",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/insta-compose.yml",status="429",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/insta-compose.yml",status="429",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/insta-compose.yml",status="429",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/insta-compose.yml",status="429",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/insta-compose.yml",status="429",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/insta-compose.yml",status="429",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/insta-compose.yml",status="429",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/insta-compose.yml",status="429",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/insta-compose.yml",status="429",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/insta-compose.yml",status="429",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/insta-compose.yml",status="429",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/insta-compose.yml",status="429"} 0.000349223 http_request_duration_seconds_count{method="GET",path="/insta-compose.yml",status="429"} 4 http_request_duration_seconds_bucket{method="GET",path="/insta.php",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/insta.php",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/insta.php",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/insta.php",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/insta.php",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/insta.php",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/insta.php",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/insta.php",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/insta.php",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/insta.php",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/insta.php",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/insta.php",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/insta.php",status="404"} 0.00043320200000000004 http_request_duration_seconds_count{method="GET",path="/insta.php",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/instagram.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/instagram.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/instagram.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/instagram.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/instagram.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/instagram.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/instagram.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/instagram.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/instagram.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/instagram.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/instagram.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/instagram.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/instagram.zip",status="429"} 1.6324e-05 http_request_duration_seconds_count{method="GET",path="/instagram.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/install.php",status="404",le="0.005"} 5 http_request_duration_seconds_bucket{method="GET",path="/install.php",status="404",le="0.01"} 5 http_request_duration_seconds_bucket{method="GET",path="/install.php",status="404",le="0.025"} 5 http_request_duration_seconds_bucket{method="GET",path="/install.php",status="404",le="0.05"} 5 http_request_duration_seconds_bucket{method="GET",path="/install.php",status="404",le="0.1"} 5 http_request_duration_seconds_bucket{method="GET",path="/install.php",status="404",le="0.25"} 5 http_request_duration_seconds_bucket{method="GET",path="/install.php",status="404",le="0.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/install.php",status="404",le="1"} 5 http_request_duration_seconds_bucket{method="GET",path="/install.php",status="404",le="2.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/install.php",status="404",le="5"} 5 http_request_duration_seconds_bucket{method="GET",path="/install.php",status="404",le="10"} 5 http_request_duration_seconds_bucket{method="GET",path="/install.php",status="404",le="+Inf"} 5 http_request_duration_seconds_sum{method="GET",path="/install.php",status="404"} 0.0007232129999999999 http_request_duration_seconds_count{method="GET",path="/install.php",status="404"} 5 http_request_duration_seconds_bucket{method="GET",path="/installer.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/installer.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/installer.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/installer.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/installer.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/installer.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/installer.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/installer.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/installer.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/installer.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/installer.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/installer.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/installer.zip",status="429"} 2.3579e-05 http_request_duration_seconds_count{method="GET",path="/installer.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/integration.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/integration.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/integration.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/integration.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/integration.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/integration.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/integration.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/integration.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/integration.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/integration.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/integration.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/integration.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/integration.zip",status="429"} 3.0065e-05 http_request_duration_seconds_count{method="GET",path="/integration.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/integrations/*",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/integrations/*",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/integrations/*",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/integrations/*",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/integrations/*",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/integrations/*",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/integrations/*",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/integrations/*",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/integrations/*",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/integrations/*",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/integrations/*",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/integrations/*",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/integrations/*",status="429"} 0.000205148 http_request_duration_seconds_count{method="GET",path="/integrations/*",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/internal/.env",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/internal/.env",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/internal/.env",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/internal/.env",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/internal/.env",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/internal/.env",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/internal/.env",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/internal/.env",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/internal/.env",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/internal/.env",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/internal/.env",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/internal/.env",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/internal/.env",status="404"} 0.000137969 http_request_duration_seconds_count{method="GET",path="/internal/.env",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/internal/.env",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/internal/.env",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/internal/.env",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/internal/.env",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/internal/.env",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/internal/.env",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/internal/.env",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/internal/.env",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/internal/.env",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/internal/.env",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/internal/.env",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/internal/.env",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/internal/.env",status="429"} 9.0808e-05 http_request_duration_seconds_count{method="GET",path="/internal/.env",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/inventory.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/inventory.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/inventory.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/inventory.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/inventory.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/inventory.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/inventory.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/inventory.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/inventory.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/inventory.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/inventory.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/inventory.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/inventory.zip",status="429"} 6.3289e-05 http_request_duration_seconds_count{method="GET",path="/inventory.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/ionic.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/ionic.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/ionic.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/ionic.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/ionic.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/ionic.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/ionic.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/ionic.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/ionic.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/ionic.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/ionic.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/ionic.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/ionic.zip",status="429"} 1.6802e-05 http_request_duration_seconds_count{method="GET",path="/ionic.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/ios.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/ios.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/ios.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/ios.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/ios.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/ios.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/ios.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/ios.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/ios.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/ios.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/ios.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/ios.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/ios.zip",status="429"} 1.8113e-05 http_request_duration_seconds_count{method="GET",path="/ios.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/iov.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/iov.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/iov.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/iov.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/iov.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/iov.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/iov.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/iov.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/iov.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/iov.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/iov.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/iov.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/iov.php",status="404"} 0.000215776 http_request_duration_seconds_count{method="GET",path="/iov.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/ioxi-o.php",status="404",le="0.005"} 9 http_request_duration_seconds_bucket{method="GET",path="/ioxi-o.php",status="404",le="0.01"} 9 http_request_duration_seconds_bucket{method="GET",path="/ioxi-o.php",status="404",le="0.025"} 9 http_request_duration_seconds_bucket{method="GET",path="/ioxi-o.php",status="404",le="0.05"} 9 http_request_duration_seconds_bucket{method="GET",path="/ioxi-o.php",status="404",le="0.1"} 9 http_request_duration_seconds_bucket{method="GET",path="/ioxi-o.php",status="404",le="0.25"} 9 http_request_duration_seconds_bucket{method="GET",path="/ioxi-o.php",status="404",le="0.5"} 9 http_request_duration_seconds_bucket{method="GET",path="/ioxi-o.php",status="404",le="1"} 9 http_request_duration_seconds_bucket{method="GET",path="/ioxi-o.php",status="404",le="2.5"} 9 http_request_duration_seconds_bucket{method="GET",path="/ioxi-o.php",status="404",le="5"} 9 http_request_duration_seconds_bucket{method="GET",path="/ioxi-o.php",status="404",le="10"} 9 http_request_duration_seconds_bucket{method="GET",path="/ioxi-o.php",status="404",le="+Inf"} 9 http_request_duration_seconds_sum{method="GET",path="/ioxi-o.php",status="404"} 0.0012303930000000002 http_request_duration_seconds_count{method="GET",path="/ioxi-o.php",status="404"} 9 http_request_duration_seconds_bucket{method="GET",path="/ioxi-o.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/ioxi-o.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/ioxi-o.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/ioxi-o.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/ioxi-o.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/ioxi-o.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/ioxi-o.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/ioxi-o.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/ioxi-o.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/ioxi-o.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/ioxi-o.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/ioxi-o.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/ioxi-o.php",status="429"} 0.000120125 http_request_duration_seconds_count{method="GET",path="/ioxi-o.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/ioxi-o1.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/ioxi-o1.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/ioxi-o1.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/ioxi-o1.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/ioxi-o1.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/ioxi-o1.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/ioxi-o1.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/ioxi-o1.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/ioxi-o1.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/ioxi-o1.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/ioxi-o1.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/ioxi-o1.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/ioxi-o1.php",status="404"} 0.000262174 http_request_duration_seconds_count{method="GET",path="/ioxi-o1.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/item.php",status="404",le="0.005"} 5 http_request_duration_seconds_bucket{method="GET",path="/item.php",status="404",le="0.01"} 5 http_request_duration_seconds_bucket{method="GET",path="/item.php",status="404",le="0.025"} 5 http_request_duration_seconds_bucket{method="GET",path="/item.php",status="404",le="0.05"} 5 http_request_duration_seconds_bucket{method="GET",path="/item.php",status="404",le="0.1"} 5 http_request_duration_seconds_bucket{method="GET",path="/item.php",status="404",le="0.25"} 5 http_request_duration_seconds_bucket{method="GET",path="/item.php",status="404",le="0.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/item.php",status="404",le="1"} 5 http_request_duration_seconds_bucket{method="GET",path="/item.php",status="404",le="2.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/item.php",status="404",le="5"} 5 http_request_duration_seconds_bucket{method="GET",path="/item.php",status="404",le="10"} 5 http_request_duration_seconds_bucket{method="GET",path="/item.php",status="404",le="+Inf"} 5 http_request_duration_seconds_sum{method="GET",path="/item.php",status="404"} 0.000700006 http_request_duration_seconds_count{method="GET",path="/item.php",status="404"} 5 http_request_duration_seconds_bucket{method="GET",path="/java.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/java.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/java.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/java.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/java.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/java.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/java.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/java.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/java.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/java.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/java.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/java.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/java.zip",status="429"} 2.8071999999999998e-05 http_request_duration_seconds_count{method="GET",path="/java.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/jekyll.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/jekyll.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/jekyll.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/jekyll.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/jekyll.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/jekyll.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/jekyll.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/jekyll.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/jekyll.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/jekyll.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/jekyll.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/jekyll.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/jekyll.zip",status="429"} 1.656e-05 http_request_duration_seconds_count{method="GET",path="/jekyll.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/jenkins.yaml",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/jenkins.yaml",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/jenkins.yaml",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/jenkins.yaml",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/jenkins.yaml",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/jenkins.yaml",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/jenkins.yaml",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/jenkins.yaml",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/jenkins.yaml",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/jenkins.yaml",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/jenkins.yaml",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/jenkins.yaml",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/jenkins.yaml",status="404"} 0.000160875 http_request_duration_seconds_count{method="GET",path="/jenkins.yaml",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/jenkins/.env",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/jenkins/.env",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/jenkins/.env",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/jenkins/.env",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/jenkins/.env",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/jenkins/.env",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/jenkins/.env",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/jenkins/.env",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/jenkins/.env",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/jenkins/.env",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/jenkins/.env",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/jenkins/.env",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/jenkins/.env",status="404"} 9.2102e-05 http_request_duration_seconds_count{method="GET",path="/jenkins/.env",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/jga.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/jga.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/jga.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/jga.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/jga.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/jga.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/jga.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/jga.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/jga.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/jga.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/jga.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/jga.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/jga.php",status="404"} 0.00028762199999999996 http_request_duration_seconds_count{method="GET",path="/jga.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/jj_260530013947.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/jj_260530013947.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/jj_260530013947.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/jj_260530013947.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/jj_260530013947.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/jj_260530013947.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/jj_260530013947.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/jj_260530013947.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/jj_260530013947.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/jj_260530013947.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/jj_260530013947.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/jj_260530013947.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/jj_260530013947.php",status="404"} 0.000159404 http_request_duration_seconds_count{method="GET",path="/jj_260530013947.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/jjhf.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/jjhf.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/jjhf.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/jjhf.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/jjhf.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/jjhf.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/jjhf.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/jjhf.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/jjhf.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/jjhf.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/jjhf.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/jjhf.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/jjhf.php",status="404"} 0.000146074 http_request_duration_seconds_count{method="GET",path="/jjhf.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/job/.env",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/job/.env",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/job/.env",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/job/.env",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/job/.env",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/job/.env",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/job/.env",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/job/.env",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/job/.env",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/job/.env",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/job/.env",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/job/.env",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/job/.env",status="429"} 8.3863e-05 http_request_duration_seconds_count{method="GET",path="/job/.env",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/jobs.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/jobs.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/jobs.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/jobs.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/jobs.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/jobs.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/jobs.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/jobs.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/jobs.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/jobs.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/jobs.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/jobs.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/jobs.zip",status="429"} 2.4687999999999998e-05 http_request_duration_seconds_count{method="GET",path="/jobs.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/joomla.7z",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/joomla.7z",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/joomla.7z",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/joomla.7z",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/joomla.7z",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/joomla.7z",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/joomla.7z",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/joomla.7z",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/joomla.7z",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/joomla.7z",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/joomla.7z",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/joomla.7z",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/joomla.7z",status="404"} 0.000138748 http_request_duration_seconds_count{method="GET",path="/joomla.7z",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/joomla.bz2",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/joomla.bz2",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/joomla.bz2",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/joomla.bz2",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/joomla.bz2",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/joomla.bz2",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/joomla.bz2",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/joomla.bz2",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/joomla.bz2",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/joomla.bz2",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/joomla.bz2",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/joomla.bz2",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/joomla.bz2",status="404"} 0.000127631 http_request_duration_seconds_count{method="GET",path="/joomla.bz2",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/joomla.gz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/joomla.gz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/joomla.gz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/joomla.gz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/joomla.gz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/joomla.gz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/joomla.gz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/joomla.gz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/joomla.gz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/joomla.gz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/joomla.gz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/joomla.gz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/joomla.gz",status="404"} 0.00014392 http_request_duration_seconds_count{method="GET",path="/joomla.gz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/joomla.rar",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/joomla.rar",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/joomla.rar",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/joomla.rar",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/joomla.rar",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/joomla.rar",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/joomla.rar",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/joomla.rar",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/joomla.rar",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/joomla.rar",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/joomla.rar",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/joomla.rar",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/joomla.rar",status="404"} 0.000135681 http_request_duration_seconds_count{method="GET",path="/joomla.rar",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/joomla.sql",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/joomla.sql",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/joomla.sql",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/joomla.sql",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/joomla.sql",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/joomla.sql",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/joomla.sql",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/joomla.sql",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/joomla.sql",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/joomla.sql",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/joomla.sql",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/joomla.sql",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/joomla.sql",status="404"} 0.000139839 http_request_duration_seconds_count{method="GET",path="/joomla.sql",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/joomla.sql.bz2",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/joomla.sql.bz2",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/joomla.sql.bz2",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/joomla.sql.bz2",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/joomla.sql.bz2",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/joomla.sql.bz2",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/joomla.sql.bz2",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/joomla.sql.bz2",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/joomla.sql.bz2",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/joomla.sql.bz2",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/joomla.sql.bz2",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/joomla.sql.bz2",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/joomla.sql.bz2",status="404"} 0.000133427 http_request_duration_seconds_count{method="GET",path="/joomla.sql.bz2",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/joomla.sql.gz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/joomla.sql.gz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/joomla.sql.gz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/joomla.sql.gz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/joomla.sql.gz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/joomla.sql.gz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/joomla.sql.gz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/joomla.sql.gz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/joomla.sql.gz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/joomla.sql.gz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/joomla.sql.gz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/joomla.sql.gz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/joomla.sql.gz",status="404"} 0.000146273 http_request_duration_seconds_count{method="GET",path="/joomla.sql.gz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/joomla.tar",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/joomla.tar",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/joomla.tar",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/joomla.tar",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/joomla.tar",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/joomla.tar",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/joomla.tar",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/joomla.tar",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/joomla.tar",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/joomla.tar",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/joomla.tar",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/joomla.tar",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/joomla.tar",status="404"} 0.00012905 http_request_duration_seconds_count{method="GET",path="/joomla.tar",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/joomla.tar.bz2",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/joomla.tar.bz2",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/joomla.tar.bz2",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/joomla.tar.bz2",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/joomla.tar.bz2",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/joomla.tar.bz2",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/joomla.tar.bz2",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/joomla.tar.bz2",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/joomla.tar.bz2",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/joomla.tar.bz2",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/joomla.tar.bz2",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/joomla.tar.bz2",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/joomla.tar.bz2",status="404"} 0.000147749 http_request_duration_seconds_count{method="GET",path="/joomla.tar.bz2",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/joomla.tar.gz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/joomla.tar.gz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/joomla.tar.gz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/joomla.tar.gz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/joomla.tar.gz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/joomla.tar.gz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/joomla.tar.gz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/joomla.tar.gz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/joomla.tar.gz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/joomla.tar.gz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/joomla.tar.gz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/joomla.tar.gz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/joomla.tar.gz",status="404"} 0.000163708 http_request_duration_seconds_count{method="GET",path="/joomla.tar.gz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/joomla.tar.xz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/joomla.tar.xz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/joomla.tar.xz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/joomla.tar.xz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/joomla.tar.xz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/joomla.tar.xz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/joomla.tar.xz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/joomla.tar.xz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/joomla.tar.xz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/joomla.tar.xz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/joomla.tar.xz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/joomla.tar.xz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/joomla.tar.xz",status="404"} 0.000167224 http_request_duration_seconds_count{method="GET",path="/joomla.tar.xz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/joomla.tgz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/joomla.tgz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/joomla.tgz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/joomla.tgz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/joomla.tgz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/joomla.tgz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/joomla.tgz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/joomla.tgz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/joomla.tgz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/joomla.tgz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/joomla.tgz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/joomla.tgz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/joomla.tgz",status="404"} 0.000133709 http_request_duration_seconds_count{method="GET",path="/joomla.tgz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/joomla.zip",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/joomla.zip",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/joomla.zip",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/joomla.zip",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/joomla.zip",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/joomla.zip",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/joomla.zip",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/joomla.zip",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/joomla.zip",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/joomla.zip",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/joomla.zip",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/joomla.zip",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/joomla.zip",status="404"} 0.000130676 http_request_duration_seconds_count{method="GET",path="/joomla.zip",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/joomla.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/joomla.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/joomla.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/joomla.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/joomla.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/joomla.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/joomla.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/joomla.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/joomla.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/joomla.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/joomla.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/joomla.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/joomla.zip",status="429"} 3.5501e-05 http_request_duration_seconds_count{method="GET",path="/joomla.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/joomla.zst",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/joomla.zst",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/joomla.zst",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/joomla.zst",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/joomla.zst",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/joomla.zst",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/joomla.zst",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/joomla.zst",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/joomla.zst",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/joomla.zst",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/joomla.zst",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/joomla.zst",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/joomla.zst",status="404"} 0.000153401 http_request_duration_seconds_count{method="GET",path="/joomla.zst",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/joomla/.env",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/joomla/.env",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/joomla/.env",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/joomla/.env",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/joomla/.env",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/joomla/.env",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/joomla/.env",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/joomla/.env",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/joomla/.env",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/joomla/.env",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/joomla/.env",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/joomla/.env",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/joomla/.env",status="404"} 0.00016598 http_request_duration_seconds_count{method="GET",path="/joomla/.env",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/joomla/.env",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/joomla/.env",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/joomla/.env",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/joomla/.env",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/joomla/.env",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/joomla/.env",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/joomla/.env",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/joomla/.env",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/joomla/.env",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/joomla/.env",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/joomla/.env",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/joomla/.env",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/joomla/.env",status="429"} 9.5571e-05 http_request_duration_seconds_count{method="GET",path="/joomla/.env",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/jp.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/jp.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/jp.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/jp.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/jp.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/jp.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/jp.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/jp.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/jp.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/jp.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/jp.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/jp.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/jp.php",status="404"} 0.000306491 http_request_duration_seconds_count{method="GET",path="/jp.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/js/.env",status="404",le="0.005"} 7 http_request_duration_seconds_bucket{method="GET",path="/js/.env",status="404",le="0.01"} 7 http_request_duration_seconds_bucket{method="GET",path="/js/.env",status="404",le="0.025"} 7 http_request_duration_seconds_bucket{method="GET",path="/js/.env",status="404",le="0.05"} 7 http_request_duration_seconds_bucket{method="GET",path="/js/.env",status="404",le="0.1"} 7 http_request_duration_seconds_bucket{method="GET",path="/js/.env",status="404",le="0.25"} 7 http_request_duration_seconds_bucket{method="GET",path="/js/.env",status="404",le="0.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/js/.env",status="404",le="1"} 7 http_request_duration_seconds_bucket{method="GET",path="/js/.env",status="404",le="2.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/js/.env",status="404",le="5"} 7 http_request_duration_seconds_bucket{method="GET",path="/js/.env",status="404",le="10"} 7 http_request_duration_seconds_bucket{method="GET",path="/js/.env",status="404",le="+Inf"} 7 http_request_duration_seconds_sum{method="GET",path="/js/.env",status="404"} 0.000967851 http_request_duration_seconds_count{method="GET",path="/js/.env",status="404"} 7 http_request_duration_seconds_bucket{method="GET",path="/js/main.js",status="404",le="0.005"} 7 http_request_duration_seconds_bucket{method="GET",path="/js/main.js",status="404",le="0.01"} 7 http_request_duration_seconds_bucket{method="GET",path="/js/main.js",status="404",le="0.025"} 7 http_request_duration_seconds_bucket{method="GET",path="/js/main.js",status="404",le="0.05"} 7 http_request_duration_seconds_bucket{method="GET",path="/js/main.js",status="404",le="0.1"} 7 http_request_duration_seconds_bucket{method="GET",path="/js/main.js",status="404",le="0.25"} 7 http_request_duration_seconds_bucket{method="GET",path="/js/main.js",status="404",le="0.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/js/main.js",status="404",le="1"} 7 http_request_duration_seconds_bucket{method="GET",path="/js/main.js",status="404",le="2.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/js/main.js",status="404",le="5"} 7 http_request_duration_seconds_bucket{method="GET",path="/js/main.js",status="404",le="10"} 7 http_request_duration_seconds_bucket{method="GET",path="/js/main.js",status="404",le="+Inf"} 7 http_request_duration_seconds_sum{method="GET",path="/js/main.js",status="404"} 0.001012684 http_request_duration_seconds_count{method="GET",path="/js/main.js",status="404"} 7 http_request_duration_seconds_bucket{method="GET",path="/js/main.js",status="429",le="0.005"} 15 http_request_duration_seconds_bucket{method="GET",path="/js/main.js",status="429",le="0.01"} 15 http_request_duration_seconds_bucket{method="GET",path="/js/main.js",status="429",le="0.025"} 15 http_request_duration_seconds_bucket{method="GET",path="/js/main.js",status="429",le="0.05"} 15 http_request_duration_seconds_bucket{method="GET",path="/js/main.js",status="429",le="0.1"} 15 http_request_duration_seconds_bucket{method="GET",path="/js/main.js",status="429",le="0.25"} 15 http_request_duration_seconds_bucket{method="GET",path="/js/main.js",status="429",le="0.5"} 15 http_request_duration_seconds_bucket{method="GET",path="/js/main.js",status="429",le="1"} 15 http_request_duration_seconds_bucket{method="GET",path="/js/main.js",status="429",le="2.5"} 15 http_request_duration_seconds_bucket{method="GET",path="/js/main.js",status="429",le="5"} 15 http_request_duration_seconds_bucket{method="GET",path="/js/main.js",status="429",le="10"} 15 http_request_duration_seconds_bucket{method="GET",path="/js/main.js",status="429",le="+Inf"} 15 http_request_duration_seconds_sum{method="GET",path="/js/main.js",status="429"} 0.001276107 http_request_duration_seconds_count{method="GET",path="/js/main.js",status="429"} 15 http_request_duration_seconds_bucket{method="GET",path="/json.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/json.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/json.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/json.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/json.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/json.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/json.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/json.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/json.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/json.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/json.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/json.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/json.zip",status="429"} 4.2601e-05 http_request_duration_seconds_count{method="GET",path="/json.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/justynclark.7z",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.7z",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.7z",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.7z",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.7z",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.7z",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.7z",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.7z",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.7z",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.7z",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.7z",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.7z",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/justynclark.7z",status="404"} 0.000131716 http_request_duration_seconds_count{method="GET",path="/justynclark.7z",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.bz2",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.bz2",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.bz2",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.bz2",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.bz2",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.bz2",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.bz2",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.bz2",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.bz2",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.bz2",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.bz2",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.bz2",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/justynclark.bz2",status="404"} 0.000139719 http_request_duration_seconds_count{method="GET",path="/justynclark.bz2",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.com.7z",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.com.7z",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.com.7z",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.com.7z",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.com.7z",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.com.7z",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.com.7z",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.com.7z",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.com.7z",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.com.7z",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.com.7z",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.com.7z",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/justynclark.com.7z",status="404"} 0.000130885 http_request_duration_seconds_count{method="GET",path="/justynclark.com.7z",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.com.bz2",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.com.bz2",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.com.bz2",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.com.bz2",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.com.bz2",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.com.bz2",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.com.bz2",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.com.bz2",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.com.bz2",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.com.bz2",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.com.bz2",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.com.bz2",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/justynclark.com.bz2",status="404"} 0.00014065 http_request_duration_seconds_count{method="GET",path="/justynclark.com.bz2",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.com.gz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.com.gz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.com.gz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.com.gz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.com.gz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.com.gz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.com.gz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.com.gz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.com.gz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.com.gz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.com.gz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.com.gz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/justynclark.com.gz",status="404"} 0.000151565 http_request_duration_seconds_count{method="GET",path="/justynclark.com.gz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.com.rar",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.com.rar",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.com.rar",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.com.rar",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.com.rar",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.com.rar",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.com.rar",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.com.rar",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.com.rar",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.com.rar",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.com.rar",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.com.rar",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/justynclark.com.rar",status="404"} 0.000138029 http_request_duration_seconds_count{method="GET",path="/justynclark.com.rar",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.com.sql",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.com.sql",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.com.sql",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.com.sql",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.com.sql",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.com.sql",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.com.sql",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.com.sql",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.com.sql",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.com.sql",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.com.sql",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.com.sql",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/justynclark.com.sql",status="404"} 0.000144914 http_request_duration_seconds_count{method="GET",path="/justynclark.com.sql",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.com.sql.bz2",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.com.sql.bz2",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.com.sql.bz2",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.com.sql.bz2",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.com.sql.bz2",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.com.sql.bz2",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.com.sql.bz2",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.com.sql.bz2",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.com.sql.bz2",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.com.sql.bz2",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.com.sql.bz2",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.com.sql.bz2",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/justynclark.com.sql.bz2",status="404"} 0.00013343 http_request_duration_seconds_count{method="GET",path="/justynclark.com.sql.bz2",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.com.sql.gz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.com.sql.gz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.com.sql.gz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.com.sql.gz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.com.sql.gz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.com.sql.gz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.com.sql.gz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.com.sql.gz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.com.sql.gz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.com.sql.gz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.com.sql.gz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.com.sql.gz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/justynclark.com.sql.gz",status="404"} 0.000126742 http_request_duration_seconds_count{method="GET",path="/justynclark.com.sql.gz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.com.tar",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.com.tar",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.com.tar",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.com.tar",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.com.tar",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.com.tar",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.com.tar",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.com.tar",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.com.tar",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.com.tar",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.com.tar",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.com.tar",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/justynclark.com.tar",status="404"} 0.000127015 http_request_duration_seconds_count{method="GET",path="/justynclark.com.tar",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.com.tar.bz2",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.com.tar.bz2",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.com.tar.bz2",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.com.tar.bz2",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.com.tar.bz2",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.com.tar.bz2",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.com.tar.bz2",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.com.tar.bz2",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.com.tar.bz2",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.com.tar.bz2",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.com.tar.bz2",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.com.tar.bz2",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/justynclark.com.tar.bz2",status="404"} 0.000152668 http_request_duration_seconds_count{method="GET",path="/justynclark.com.tar.bz2",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.com.tar.gz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.com.tar.gz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.com.tar.gz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.com.tar.gz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.com.tar.gz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.com.tar.gz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.com.tar.gz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.com.tar.gz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.com.tar.gz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.com.tar.gz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.com.tar.gz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.com.tar.gz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/justynclark.com.tar.gz",status="404"} 0.000144017 http_request_duration_seconds_count{method="GET",path="/justynclark.com.tar.gz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.com.tar.xz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.com.tar.xz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.com.tar.xz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.com.tar.xz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.com.tar.xz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.com.tar.xz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.com.tar.xz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.com.tar.xz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.com.tar.xz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.com.tar.xz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.com.tar.xz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.com.tar.xz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/justynclark.com.tar.xz",status="404"} 0.000135251 http_request_duration_seconds_count{method="GET",path="/justynclark.com.tar.xz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.com.tgz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.com.tgz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.com.tgz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.com.tgz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.com.tgz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.com.tgz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.com.tgz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.com.tgz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.com.tgz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.com.tgz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.com.tgz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.com.tgz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/justynclark.com.tgz",status="404"} 0.00013389 http_request_duration_seconds_count{method="GET",path="/justynclark.com.tgz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.com.zip",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.com.zip",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.com.zip",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.com.zip",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.com.zip",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.com.zip",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.com.zip",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.com.zip",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.com.zip",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.com.zip",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.com.zip",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.com.zip",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/justynclark.com.zip",status="404"} 0.000160772 http_request_duration_seconds_count{method="GET",path="/justynclark.com.zip",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.com.zst",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.com.zst",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.com.zst",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.com.zst",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.com.zst",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.com.zst",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.com.zst",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.com.zst",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.com.zst",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.com.zst",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.com.zst",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.com.zst",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/justynclark.com.zst",status="404"} 0.000149695 http_request_duration_seconds_count{method="GET",path="/justynclark.com.zst",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.gz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.gz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.gz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.gz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.gz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.gz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.gz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.gz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.gz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.gz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.gz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.gz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/justynclark.gz",status="404"} 0.000145904 http_request_duration_seconds_count{method="GET",path="/justynclark.gz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.rar",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.rar",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.rar",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.rar",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.rar",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.rar",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.rar",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.rar",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.rar",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.rar",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.rar",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.rar",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/justynclark.rar",status="404"} 0.000117944 http_request_duration_seconds_count{method="GET",path="/justynclark.rar",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.sql",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.sql",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.sql",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.sql",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.sql",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.sql",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.sql",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.sql",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.sql",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.sql",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.sql",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.sql",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/justynclark.sql",status="404"} 0.000152846 http_request_duration_seconds_count{method="GET",path="/justynclark.sql",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.sql.bz2",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.sql.bz2",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.sql.bz2",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.sql.bz2",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.sql.bz2",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.sql.bz2",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.sql.bz2",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.sql.bz2",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.sql.bz2",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.sql.bz2",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.sql.bz2",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.sql.bz2",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/justynclark.sql.bz2",status="404"} 0.000146715 http_request_duration_seconds_count{method="GET",path="/justynclark.sql.bz2",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.sql.gz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.sql.gz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.sql.gz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.sql.gz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.sql.gz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.sql.gz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.sql.gz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.sql.gz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.sql.gz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.sql.gz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.sql.gz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.sql.gz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/justynclark.sql.gz",status="404"} 0.000132738 http_request_duration_seconds_count{method="GET",path="/justynclark.sql.gz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.tar",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.tar",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.tar",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.tar",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.tar",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.tar",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.tar",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.tar",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.tar",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.tar",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.tar",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.tar",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/justynclark.tar",status="404"} 0.000138476 http_request_duration_seconds_count{method="GET",path="/justynclark.tar",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.tar.bz2",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.tar.bz2",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.tar.bz2",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.tar.bz2",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.tar.bz2",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.tar.bz2",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.tar.bz2",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.tar.bz2",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.tar.bz2",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.tar.bz2",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.tar.bz2",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.tar.bz2",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/justynclark.tar.bz2",status="404"} 0.000136534 http_request_duration_seconds_count{method="GET",path="/justynclark.tar.bz2",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.tar.gz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.tar.gz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.tar.gz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.tar.gz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.tar.gz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.tar.gz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.tar.gz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.tar.gz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.tar.gz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.tar.gz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.tar.gz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.tar.gz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/justynclark.tar.gz",status="404"} 0.000129994 http_request_duration_seconds_count{method="GET",path="/justynclark.tar.gz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.tar.xz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.tar.xz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.tar.xz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.tar.xz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.tar.xz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.tar.xz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.tar.xz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.tar.xz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.tar.xz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.tar.xz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.tar.xz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.tar.xz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/justynclark.tar.xz",status="404"} 0.000144835 http_request_duration_seconds_count{method="GET",path="/justynclark.tar.xz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.tgz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.tgz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.tgz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.tgz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.tgz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.tgz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.tgz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.tgz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.tgz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.tgz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.tgz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.tgz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/justynclark.tgz",status="404"} 0.000149493 http_request_duration_seconds_count{method="GET",path="/justynclark.tgz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.zip",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.zip",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.zip",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.zip",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.zip",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.zip",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.zip",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.zip",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.zip",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.zip",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.zip",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.zip",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/justynclark.zip",status="404"} 0.000141088 http_request_duration_seconds_count{method="GET",path="/justynclark.zip",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.zst",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.zst",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.zst",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.zst",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.zst",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.zst",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.zst",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.zst",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.zst",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.zst",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.zst",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/justynclark.zst",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/justynclark.zst",status="404"} 0.000150588 http_request_duration_seconds_count{method="GET",path="/justynclark.zst",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/juuuu.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/juuuu.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/juuuu.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/juuuu.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/juuuu.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/juuuu.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/juuuu.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/juuuu.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/juuuu.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/juuuu.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/juuuu.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/juuuu.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/juuuu.php",status="404"} 0.000265971 http_request_duration_seconds_count{method="GET",path="/juuuu.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/jwt.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/jwt.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/jwt.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/jwt.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/jwt.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/jwt.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/jwt.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/jwt.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/jwt.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/jwt.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/jwt.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/jwt.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/jwt.zip",status="429"} 2.8696e-05 http_request_duration_seconds_count{method="GET",path="/jwt.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/k.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/k.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/k.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/k.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/k.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/k.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/k.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/k.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/k.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/k.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/k.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/k.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/k.php",status="404"} 0.000253538 http_request_duration_seconds_count{method="GET",path="/k.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/k.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/k.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/k.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/k.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/k.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/k.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/k.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/k.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/k.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/k.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/k.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/k.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/k.php",status="429"} 0.00012966 http_request_duration_seconds_count{method="GET",path="/k.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/k8s/.env",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/k8s/.env",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/k8s/.env",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/k8s/.env",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/k8s/.env",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/k8s/.env",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/k8s/.env",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/k8s/.env",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/k8s/.env",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/k8s/.env",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/k8s/.env",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/k8s/.env",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/k8s/.env",status="429"} 8.8308e-05 http_request_duration_seconds_count{method="GET",path="/k8s/.env",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/kafka/.env",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/kafka/.env",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/kafka/.env",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/kafka/.env",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/kafka/.env",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/kafka/.env",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/kafka/.env",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/kafka/.env",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/kafka/.env",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/kafka/.env",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/kafka/.env",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/kafka/.env",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/kafka/.env",status="429"} 8.3764e-05 http_request_duration_seconds_count{method="GET",path="/kafka/.env",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/karma.conf.json",status="404",le="0.005"} 7 http_request_duration_seconds_bucket{method="GET",path="/karma.conf.json",status="404",le="0.01"} 7 http_request_duration_seconds_bucket{method="GET",path="/karma.conf.json",status="404",le="0.025"} 7 http_request_duration_seconds_bucket{method="GET",path="/karma.conf.json",status="404",le="0.05"} 7 http_request_duration_seconds_bucket{method="GET",path="/karma.conf.json",status="404",le="0.1"} 7 http_request_duration_seconds_bucket{method="GET",path="/karma.conf.json",status="404",le="0.25"} 7 http_request_duration_seconds_bucket{method="GET",path="/karma.conf.json",status="404",le="0.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/karma.conf.json",status="404",le="1"} 7 http_request_duration_seconds_bucket{method="GET",path="/karma.conf.json",status="404",le="2.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/karma.conf.json",status="404",le="5"} 7 http_request_duration_seconds_bucket{method="GET",path="/karma.conf.json",status="404",le="10"} 7 http_request_duration_seconds_bucket{method="GET",path="/karma.conf.json",status="404",le="+Inf"} 7 http_request_duration_seconds_sum{method="GET",path="/karma.conf.json",status="404"} 0.001060009 http_request_duration_seconds_count{method="GET",path="/karma.conf.json",status="404"} 7 http_request_duration_seconds_bucket{method="GET",path="/karma.conf.json",status="429",le="0.005"} 15 http_request_duration_seconds_bucket{method="GET",path="/karma.conf.json",status="429",le="0.01"} 15 http_request_duration_seconds_bucket{method="GET",path="/karma.conf.json",status="429",le="0.025"} 15 http_request_duration_seconds_bucket{method="GET",path="/karma.conf.json",status="429",le="0.05"} 15 http_request_duration_seconds_bucket{method="GET",path="/karma.conf.json",status="429",le="0.1"} 15 http_request_duration_seconds_bucket{method="GET",path="/karma.conf.json",status="429",le="0.25"} 15 http_request_duration_seconds_bucket{method="GET",path="/karma.conf.json",status="429",le="0.5"} 15 http_request_duration_seconds_bucket{method="GET",path="/karma.conf.json",status="429",le="1"} 15 http_request_duration_seconds_bucket{method="GET",path="/karma.conf.json",status="429",le="2.5"} 15 http_request_duration_seconds_bucket{method="GET",path="/karma.conf.json",status="429",le="5"} 15 http_request_duration_seconds_bucket{method="GET",path="/karma.conf.json",status="429",le="10"} 15 http_request_duration_seconds_bucket{method="GET",path="/karma.conf.json",status="429",le="+Inf"} 15 http_request_duration_seconds_sum{method="GET",path="/karma.conf.json",status="429"} 0.001137241 http_request_duration_seconds_count{method="GET",path="/karma.conf.json",status="429"} 15 http_request_duration_seconds_bucket{method="GET",path="/kaza.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/kaza.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/kaza.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/kaza.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/kaza.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/kaza.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/kaza.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/kaza.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/kaza.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/kaza.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/kaza.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/kaza.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/kaza.php",status="404"} 0.000161805 http_request_duration_seconds_count{method="GET",path="/kaza.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/kbfr.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/kbfr.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/kbfr.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/kbfr.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/kbfr.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/kbfr.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/kbfr.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/kbfr.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/kbfr.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/kbfr.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/kbfr.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/kbfr.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/kbfr.php",status="404"} 0.000130911 http_request_duration_seconds_count{method="GET",path="/kbfr.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/kernel.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/kernel.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/kernel.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/kernel.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/kernel.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/kernel.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/kernel.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/kernel.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/kernel.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/kernel.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/kernel.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/kernel.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/kernel.zip",status="429"} 3.7402e-05 http_request_duration_seconds_count{method="GET",path="/kernel.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/key.json",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/key.json",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/key.json",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/key.json",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/key.json",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/key.json",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/key.json",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/key.json",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/key.json",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/key.json",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/key.json",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/key.json",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/key.json",status="404"} 0.000291482 http_request_duration_seconds_count{method="GET",path="/key.json",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/key.json",status="429",le="0.005"} 18 http_request_duration_seconds_bucket{method="GET",path="/key.json",status="429",le="0.01"} 18 http_request_duration_seconds_bucket{method="GET",path="/key.json",status="429",le="0.025"} 18 http_request_duration_seconds_bucket{method="GET",path="/key.json",status="429",le="0.05"} 18 http_request_duration_seconds_bucket{method="GET",path="/key.json",status="429",le="0.1"} 18 http_request_duration_seconds_bucket{method="GET",path="/key.json",status="429",le="0.25"} 18 http_request_duration_seconds_bucket{method="GET",path="/key.json",status="429",le="0.5"} 18 http_request_duration_seconds_bucket{method="GET",path="/key.json",status="429",le="1"} 18 http_request_duration_seconds_bucket{method="GET",path="/key.json",status="429",le="2.5"} 18 http_request_duration_seconds_bucket{method="GET",path="/key.json",status="429",le="5"} 18 http_request_duration_seconds_bucket{method="GET",path="/key.json",status="429",le="10"} 18 http_request_duration_seconds_bucket{method="GET",path="/key.json",status="429",le="+Inf"} 18 http_request_duration_seconds_sum{method="GET",path="/key.json",status="429"} 0.0016469879999999998 http_request_duration_seconds_count{method="GET",path="/key.json",status="429"} 18 http_request_duration_seconds_bucket{method="GET",path="/key.pem",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/key.pem",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/key.pem",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/key.pem",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/key.pem",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/key.pem",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/key.pem",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/key.pem",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/key.pem",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/key.pem",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/key.pem",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/key.pem",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/key.pem",status="404"} 0.000150894 http_request_duration_seconds_count{method="GET",path="/key.pem",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/keyfile.json",status="429",le="0.005"} 22 http_request_duration_seconds_bucket{method="GET",path="/keyfile.json",status="429",le="0.01"} 22 http_request_duration_seconds_bucket{method="GET",path="/keyfile.json",status="429",le="0.025"} 22 http_request_duration_seconds_bucket{method="GET",path="/keyfile.json",status="429",le="0.05"} 22 http_request_duration_seconds_bucket{method="GET",path="/keyfile.json",status="429",le="0.1"} 22 http_request_duration_seconds_bucket{method="GET",path="/keyfile.json",status="429",le="0.25"} 22 http_request_duration_seconds_bucket{method="GET",path="/keyfile.json",status="429",le="0.5"} 22 http_request_duration_seconds_bucket{method="GET",path="/keyfile.json",status="429",le="1"} 22 http_request_duration_seconds_bucket{method="GET",path="/keyfile.json",status="429",le="2.5"} 22 http_request_duration_seconds_bucket{method="GET",path="/keyfile.json",status="429",le="5"} 22 http_request_duration_seconds_bucket{method="GET",path="/keyfile.json",status="429",le="10"} 22 http_request_duration_seconds_bucket{method="GET",path="/keyfile.json",status="429",le="+Inf"} 22 http_request_duration_seconds_sum{method="GET",path="/keyfile.json",status="429"} 0.0018184940000000001 http_request_duration_seconds_count{method="GET",path="/keyfile.json",status="429"} 22 http_request_duration_seconds_bucket{method="GET",path="/keys.json",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/keys.json",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/keys.json",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/keys.json",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/keys.json",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/keys.json",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/keys.json",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/keys.json",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/keys.json",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/keys.json",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/keys.json",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/keys.json",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/keys.json",status="404"} 0.000270873 http_request_duration_seconds_count{method="GET",path="/keys.json",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/keys.json",status="429",le="0.005"} 17 http_request_duration_seconds_bucket{method="GET",path="/keys.json",status="429",le="0.01"} 17 http_request_duration_seconds_bucket{method="GET",path="/keys.json",status="429",le="0.025"} 17 http_request_duration_seconds_bucket{method="GET",path="/keys.json",status="429",le="0.05"} 17 http_request_duration_seconds_bucket{method="GET",path="/keys.json",status="429",le="0.1"} 17 http_request_duration_seconds_bucket{method="GET",path="/keys.json",status="429",le="0.25"} 17 http_request_duration_seconds_bucket{method="GET",path="/keys.json",status="429",le="0.5"} 17 http_request_duration_seconds_bucket{method="GET",path="/keys.json",status="429",le="1"} 17 http_request_duration_seconds_bucket{method="GET",path="/keys.json",status="429",le="2.5"} 17 http_request_duration_seconds_bucket{method="GET",path="/keys.json",status="429",le="5"} 17 http_request_duration_seconds_bucket{method="GET",path="/keys.json",status="429",le="10"} 17 http_request_duration_seconds_bucket{method="GET",path="/keys.json",status="429",le="+Inf"} 17 http_request_duration_seconds_sum{method="GET",path="/keys.json",status="429"} 0.001286565 http_request_duration_seconds_count{method="GET",path="/keys.json",status="429"} 17 http_request_duration_seconds_bucket{method="GET",path="/keys.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/keys.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/keys.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/keys.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/keys.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/keys.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/keys.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/keys.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/keys.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/keys.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/keys.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/keys.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/keys.zip",status="429"} 4.2906e-05 http_request_duration_seconds_count{method="GET",path="/keys.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/kj.php",status="404",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/kj.php",status="404",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/kj.php",status="404",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/kj.php",status="404",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/kj.php",status="404",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/kj.php",status="404",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/kj.php",status="404",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/kj.php",status="404",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/kj.php",status="404",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/kj.php",status="404",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/kj.php",status="404",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/kj.php",status="404",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/kj.php",status="404"} 0.0005834850000000001 http_request_duration_seconds_count{method="GET",path="/kj.php",status="404"} 4 http_request_duration_seconds_bucket{method="GET",path="/klex.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/klex.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/klex.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/klex.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/klex.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/klex.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/klex.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/klex.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/klex.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/klex.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/klex.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/klex.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/klex.php",status="404"} 0.000128353 http_request_duration_seconds_count{method="GET",path="/klex.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/koiy.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/koiy.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/koiy.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/koiy.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/koiy.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/koiy.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/koiy.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/koiy.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/koiy.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/koiy.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/koiy.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/koiy.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/koiy.php",status="404"} 0.00043085 http_request_duration_seconds_count{method="GET",path="/koiy.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/kolda.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/kolda.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/kolda.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/kolda.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/kolda.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/kolda.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/kolda.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/kolda.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/kolda.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/kolda.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/kolda.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/kolda.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/kolda.php",status="404"} 0.000130669 http_request_duration_seconds_count{method="GET",path="/kolda.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/ktfow.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/ktfow.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/ktfow.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/ktfow.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/ktfow.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/ktfow.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/ktfow.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/ktfow.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/ktfow.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/ktfow.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/ktfow.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/ktfow.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/ktfow.php",status="404"} 0.000150819 http_request_duration_seconds_count{method="GET",path="/ktfow.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/kubernetes/.env",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/kubernetes/.env",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/kubernetes/.env",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/kubernetes/.env",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/kubernetes/.env",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/kubernetes/.env",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/kubernetes/.env",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/kubernetes/.env",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/kubernetes/.env",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/kubernetes/.env",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/kubernetes/.env",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/kubernetes/.env",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/kubernetes/.env",status="429"} 0.000101354 http_request_duration_seconds_count{method="GET",path="/kubernetes/.env",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/kyc/.env",status="404",le="0.005"} 7 http_request_duration_seconds_bucket{method="GET",path="/kyc/.env",status="404",le="0.01"} 7 http_request_duration_seconds_bucket{method="GET",path="/kyc/.env",status="404",le="0.025"} 7 http_request_duration_seconds_bucket{method="GET",path="/kyc/.env",status="404",le="0.05"} 7 http_request_duration_seconds_bucket{method="GET",path="/kyc/.env",status="404",le="0.1"} 7 http_request_duration_seconds_bucket{method="GET",path="/kyc/.env",status="404",le="0.25"} 7 http_request_duration_seconds_bucket{method="GET",path="/kyc/.env",status="404",le="0.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/kyc/.env",status="404",le="1"} 7 http_request_duration_seconds_bucket{method="GET",path="/kyc/.env",status="404",le="2.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/kyc/.env",status="404",le="5"} 7 http_request_duration_seconds_bucket{method="GET",path="/kyc/.env",status="404",le="10"} 7 http_request_duration_seconds_bucket{method="GET",path="/kyc/.env",status="404",le="+Inf"} 7 http_request_duration_seconds_sum{method="GET",path="/kyc/.env",status="404"} 0.0009354190000000002 http_request_duration_seconds_count{method="GET",path="/kyc/.env",status="404"} 7 http_request_duration_seconds_bucket{method="GET",path="/l.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/l.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/l.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/l.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/l.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/l.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/l.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/l.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/l.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/l.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/l.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/l.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/l.php",status="404"} 0.000602688 http_request_duration_seconds_count{method="GET",path="/l.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/la.php",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/la.php",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/la.php",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/la.php",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/la.php",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/la.php",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/la.php",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/la.php",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/la.php",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/la.php",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/la.php",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/la.php",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/la.php",status="404"} 0.00041663499999999994 http_request_duration_seconds_count{method="GET",path="/la.php",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/lab/.env",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/lab/.env",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/lab/.env",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/lab/.env",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/lab/.env",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/lab/.env",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/lab/.env",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/lab/.env",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/lab/.env",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/lab/.env",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/lab/.env",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/lab/.env",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/lab/.env",status="404"} 0.000122154 http_request_duration_seconds_count{method="GET",path="/lab/.env",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/lab/.env",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/lab/.env",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/lab/.env",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/lab/.env",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/lab/.env",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/lab/.env",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/lab/.env",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/lab/.env",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/lab/.env",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/lab/.env",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/lab/.env",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/lab/.env",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/lab/.env",status="429"} 8.1872e-05 http_request_duration_seconds_count{method="GET",path="/lab/.env",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/lala.php",status="404",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/lala.php",status="404",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/lala.php",status="404",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/lala.php",status="404",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/lala.php",status="404",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/lala.php",status="404",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/lala.php",status="404",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/lala.php",status="404",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/lala.php",status="404",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/lala.php",status="404",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/lala.php",status="404",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/lala.php",status="404",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/lala.php",status="404"} 0.000599439 http_request_duration_seconds_count{method="GET",path="/lala.php",status="404"} 4 http_request_duration_seconds_bucket{method="GET",path="/lala.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/lala.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/lala.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/lala.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/lala.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/lala.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/lala.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/lala.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/lala.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/lala.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/lala.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/lala.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/lala.php",status="429"} 0.000114134 http_request_duration_seconds_count{method="GET",path="/lala.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/lara/info.php",status="404",le="0.005"} 7 http_request_duration_seconds_bucket{method="GET",path="/lara/info.php",status="404",le="0.01"} 7 http_request_duration_seconds_bucket{method="GET",path="/lara/info.php",status="404",le="0.025"} 7 http_request_duration_seconds_bucket{method="GET",path="/lara/info.php",status="404",le="0.05"} 7 http_request_duration_seconds_bucket{method="GET",path="/lara/info.php",status="404",le="0.1"} 7 http_request_duration_seconds_bucket{method="GET",path="/lara/info.php",status="404",le="0.25"} 7 http_request_duration_seconds_bucket{method="GET",path="/lara/info.php",status="404",le="0.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/lara/info.php",status="404",le="1"} 7 http_request_duration_seconds_bucket{method="GET",path="/lara/info.php",status="404",le="2.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/lara/info.php",status="404",le="5"} 7 http_request_duration_seconds_bucket{method="GET",path="/lara/info.php",status="404",le="10"} 7 http_request_duration_seconds_bucket{method="GET",path="/lara/info.php",status="404",le="+Inf"} 7 http_request_duration_seconds_sum{method="GET",path="/lara/info.php",status="404"} 0.000941502 http_request_duration_seconds_count{method="GET",path="/lara/info.php",status="404"} 7 http_request_duration_seconds_bucket{method="GET",path="/lara/phpinfo.php",status="404",le="0.005"} 7 http_request_duration_seconds_bucket{method="GET",path="/lara/phpinfo.php",status="404",le="0.01"} 7 http_request_duration_seconds_bucket{method="GET",path="/lara/phpinfo.php",status="404",le="0.025"} 7 http_request_duration_seconds_bucket{method="GET",path="/lara/phpinfo.php",status="404",le="0.05"} 7 http_request_duration_seconds_bucket{method="GET",path="/lara/phpinfo.php",status="404",le="0.1"} 7 http_request_duration_seconds_bucket{method="GET",path="/lara/phpinfo.php",status="404",le="0.25"} 7 http_request_duration_seconds_bucket{method="GET",path="/lara/phpinfo.php",status="404",le="0.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/lara/phpinfo.php",status="404",le="1"} 7 http_request_duration_seconds_bucket{method="GET",path="/lara/phpinfo.php",status="404",le="2.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/lara/phpinfo.php",status="404",le="5"} 7 http_request_duration_seconds_bucket{method="GET",path="/lara/phpinfo.php",status="404",le="10"} 7 http_request_duration_seconds_bucket{method="GET",path="/lara/phpinfo.php",status="404",le="+Inf"} 7 http_request_duration_seconds_sum{method="GET",path="/lara/phpinfo.php",status="404"} 0.000953545 http_request_duration_seconds_count{method="GET",path="/lara/phpinfo.php",status="404"} 7 http_request_duration_seconds_bucket{method="GET",path="/laravel.7z",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/laravel.7z",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/laravel.7z",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/laravel.7z",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/laravel.7z",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/laravel.7z",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/laravel.7z",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/laravel.7z",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/laravel.7z",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/laravel.7z",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/laravel.7z",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/laravel.7z",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/laravel.7z",status="404"} 0.000133645 http_request_duration_seconds_count{method="GET",path="/laravel.7z",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/laravel.bz2",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/laravel.bz2",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/laravel.bz2",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/laravel.bz2",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/laravel.bz2",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/laravel.bz2",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/laravel.bz2",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/laravel.bz2",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/laravel.bz2",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/laravel.bz2",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/laravel.bz2",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/laravel.bz2",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/laravel.bz2",status="404"} 0.000146472 http_request_duration_seconds_count{method="GET",path="/laravel.bz2",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/laravel.gz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/laravel.gz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/laravel.gz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/laravel.gz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/laravel.gz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/laravel.gz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/laravel.gz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/laravel.gz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/laravel.gz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/laravel.gz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/laravel.gz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/laravel.gz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/laravel.gz",status="404"} 0.000144173 http_request_duration_seconds_count{method="GET",path="/laravel.gz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/laravel.rar",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/laravel.rar",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/laravel.rar",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/laravel.rar",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/laravel.rar",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/laravel.rar",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/laravel.rar",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/laravel.rar",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/laravel.rar",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/laravel.rar",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/laravel.rar",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/laravel.rar",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/laravel.rar",status="404"} 0.000143605 http_request_duration_seconds_count{method="GET",path="/laravel.rar",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/laravel.sql",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/laravel.sql",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/laravel.sql",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/laravel.sql",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/laravel.sql",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/laravel.sql",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/laravel.sql",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/laravel.sql",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/laravel.sql",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/laravel.sql",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/laravel.sql",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/laravel.sql",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/laravel.sql",status="404"} 0.000145614 http_request_duration_seconds_count{method="GET",path="/laravel.sql",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/laravel.sql.bz2",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/laravel.sql.bz2",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/laravel.sql.bz2",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/laravel.sql.bz2",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/laravel.sql.bz2",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/laravel.sql.bz2",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/laravel.sql.bz2",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/laravel.sql.bz2",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/laravel.sql.bz2",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/laravel.sql.bz2",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/laravel.sql.bz2",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/laravel.sql.bz2",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/laravel.sql.bz2",status="404"} 0.000138056 http_request_duration_seconds_count{method="GET",path="/laravel.sql.bz2",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/laravel.sql.gz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/laravel.sql.gz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/laravel.sql.gz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/laravel.sql.gz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/laravel.sql.gz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/laravel.sql.gz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/laravel.sql.gz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/laravel.sql.gz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/laravel.sql.gz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/laravel.sql.gz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/laravel.sql.gz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/laravel.sql.gz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/laravel.sql.gz",status="404"} 0.000137673 http_request_duration_seconds_count{method="GET",path="/laravel.sql.gz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/laravel.tar",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/laravel.tar",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/laravel.tar",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/laravel.tar",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/laravel.tar",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/laravel.tar",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/laravel.tar",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/laravel.tar",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/laravel.tar",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/laravel.tar",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/laravel.tar",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/laravel.tar",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/laravel.tar",status="404"} 0.000143283 http_request_duration_seconds_count{method="GET",path="/laravel.tar",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/laravel.tar.bz2",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/laravel.tar.bz2",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/laravel.tar.bz2",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/laravel.tar.bz2",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/laravel.tar.bz2",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/laravel.tar.bz2",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/laravel.tar.bz2",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/laravel.tar.bz2",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/laravel.tar.bz2",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/laravel.tar.bz2",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/laravel.tar.bz2",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/laravel.tar.bz2",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/laravel.tar.bz2",status="404"} 0.000157367 http_request_duration_seconds_count{method="GET",path="/laravel.tar.bz2",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/laravel.tar.gz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/laravel.tar.gz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/laravel.tar.gz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/laravel.tar.gz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/laravel.tar.gz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/laravel.tar.gz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/laravel.tar.gz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/laravel.tar.gz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/laravel.tar.gz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/laravel.tar.gz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/laravel.tar.gz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/laravel.tar.gz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/laravel.tar.gz",status="404"} 0.000144174 http_request_duration_seconds_count{method="GET",path="/laravel.tar.gz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/laravel.tar.xz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/laravel.tar.xz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/laravel.tar.xz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/laravel.tar.xz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/laravel.tar.xz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/laravel.tar.xz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/laravel.tar.xz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/laravel.tar.xz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/laravel.tar.xz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/laravel.tar.xz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/laravel.tar.xz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/laravel.tar.xz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/laravel.tar.xz",status="404"} 0.000129769 http_request_duration_seconds_count{method="GET",path="/laravel.tar.xz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/laravel.tgz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/laravel.tgz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/laravel.tgz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/laravel.tgz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/laravel.tgz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/laravel.tgz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/laravel.tgz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/laravel.tgz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/laravel.tgz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/laravel.tgz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/laravel.tgz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/laravel.tgz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/laravel.tgz",status="404"} 0.00014263 http_request_duration_seconds_count{method="GET",path="/laravel.tgz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/laravel.zip",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/laravel.zip",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/laravel.zip",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/laravel.zip",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/laravel.zip",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/laravel.zip",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/laravel.zip",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/laravel.zip",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/laravel.zip",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/laravel.zip",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/laravel.zip",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/laravel.zip",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/laravel.zip",status="404"} 0.000129733 http_request_duration_seconds_count{method="GET",path="/laravel.zip",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/laravel.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/laravel.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/laravel.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/laravel.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/laravel.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/laravel.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/laravel.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/laravel.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/laravel.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/laravel.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/laravel.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/laravel.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/laravel.zip",status="429"} 3.7672999999999997e-05 http_request_duration_seconds_count{method="GET",path="/laravel.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/laravel.zst",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/laravel.zst",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/laravel.zst",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/laravel.zst",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/laravel.zst",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/laravel.zst",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/laravel.zst",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/laravel.zst",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/laravel.zst",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/laravel.zst",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/laravel.zst",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/laravel.zst",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/laravel.zst",status="404"} 0.0001295 http_request_duration_seconds_count{method="GET",path="/laravel.zst",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/laravel/.env",status="404",le="0.005"} 9 http_request_duration_seconds_bucket{method="GET",path="/laravel/.env",status="404",le="0.01"} 9 http_request_duration_seconds_bucket{method="GET",path="/laravel/.env",status="404",le="0.025"} 9 http_request_duration_seconds_bucket{method="GET",path="/laravel/.env",status="404",le="0.05"} 9 http_request_duration_seconds_bucket{method="GET",path="/laravel/.env",status="404",le="0.1"} 9 http_request_duration_seconds_bucket{method="GET",path="/laravel/.env",status="404",le="0.25"} 9 http_request_duration_seconds_bucket{method="GET",path="/laravel/.env",status="404",le="0.5"} 9 http_request_duration_seconds_bucket{method="GET",path="/laravel/.env",status="404",le="1"} 9 http_request_duration_seconds_bucket{method="GET",path="/laravel/.env",status="404",le="2.5"} 9 http_request_duration_seconds_bucket{method="GET",path="/laravel/.env",status="404",le="5"} 9 http_request_duration_seconds_bucket{method="GET",path="/laravel/.env",status="404",le="10"} 9 http_request_duration_seconds_bucket{method="GET",path="/laravel/.env",status="404",le="+Inf"} 9 http_request_duration_seconds_sum{method="GET",path="/laravel/.env",status="404"} 0.001263821 http_request_duration_seconds_count{method="GET",path="/laravel/.env",status="404"} 9 http_request_duration_seconds_bucket{method="GET",path="/laravel/.env",status="429",le="0.005"} 8 http_request_duration_seconds_bucket{method="GET",path="/laravel/.env",status="429",le="0.01"} 8 http_request_duration_seconds_bucket{method="GET",path="/laravel/.env",status="429",le="0.025"} 8 http_request_duration_seconds_bucket{method="GET",path="/laravel/.env",status="429",le="0.05"} 8 http_request_duration_seconds_bucket{method="GET",path="/laravel/.env",status="429",le="0.1"} 8 http_request_duration_seconds_bucket{method="GET",path="/laravel/.env",status="429",le="0.25"} 8 http_request_duration_seconds_bucket{method="GET",path="/laravel/.env",status="429",le="0.5"} 8 http_request_duration_seconds_bucket{method="GET",path="/laravel/.env",status="429",le="1"} 8 http_request_duration_seconds_bucket{method="GET",path="/laravel/.env",status="429",le="2.5"} 8 http_request_duration_seconds_bucket{method="GET",path="/laravel/.env",status="429",le="5"} 8 http_request_duration_seconds_bucket{method="GET",path="/laravel/.env",status="429",le="10"} 8 http_request_duration_seconds_bucket{method="GET",path="/laravel/.env",status="429",le="+Inf"} 8 http_request_duration_seconds_sum{method="GET",path="/laravel/.env",status="429"} 0.000708817 http_request_duration_seconds_count{method="GET",path="/laravel/.env",status="429"} 8 http_request_duration_seconds_bucket{method="GET",path="/laravel/.git/config",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/laravel/.git/config",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/laravel/.git/config",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/laravel/.git/config",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/laravel/.git/config",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/laravel/.git/config",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/laravel/.git/config",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/laravel/.git/config",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/laravel/.git/config",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/laravel/.git/config",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/laravel/.git/config",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/laravel/.git/config",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/laravel/.git/config",status="429"} 0.00017058 http_request_duration_seconds_count{method="GET",path="/laravel/.git/config",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/laravel/core/.env",status="404",le="0.005"} 7 http_request_duration_seconds_bucket{method="GET",path="/laravel/core/.env",status="404",le="0.01"} 7 http_request_duration_seconds_bucket{method="GET",path="/laravel/core/.env",status="404",le="0.025"} 7 http_request_duration_seconds_bucket{method="GET",path="/laravel/core/.env",status="404",le="0.05"} 7 http_request_duration_seconds_bucket{method="GET",path="/laravel/core/.env",status="404",le="0.1"} 7 http_request_duration_seconds_bucket{method="GET",path="/laravel/core/.env",status="404",le="0.25"} 7 http_request_duration_seconds_bucket{method="GET",path="/laravel/core/.env",status="404",le="0.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/laravel/core/.env",status="404",le="1"} 7 http_request_duration_seconds_bucket{method="GET",path="/laravel/core/.env",status="404",le="2.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/laravel/core/.env",status="404",le="5"} 7 http_request_duration_seconds_bucket{method="GET",path="/laravel/core/.env",status="404",le="10"} 7 http_request_duration_seconds_bucket{method="GET",path="/laravel/core/.env",status="404",le="+Inf"} 7 http_request_duration_seconds_sum{method="GET",path="/laravel/core/.env",status="404"} 0.001028035 http_request_duration_seconds_count{method="GET",path="/laravel/core/.env",status="404"} 7 http_request_duration_seconds_bucket{method="GET",path="/laravel/info.php",status="404",le="0.005"} 7 http_request_duration_seconds_bucket{method="GET",path="/laravel/info.php",status="404",le="0.01"} 7 http_request_duration_seconds_bucket{method="GET",path="/laravel/info.php",status="404",le="0.025"} 7 http_request_duration_seconds_bucket{method="GET",path="/laravel/info.php",status="404",le="0.05"} 7 http_request_duration_seconds_bucket{method="GET",path="/laravel/info.php",status="404",le="0.1"} 7 http_request_duration_seconds_bucket{method="GET",path="/laravel/info.php",status="404",le="0.25"} 7 http_request_duration_seconds_bucket{method="GET",path="/laravel/info.php",status="404",le="0.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/laravel/info.php",status="404",le="1"} 7 http_request_duration_seconds_bucket{method="GET",path="/laravel/info.php",status="404",le="2.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/laravel/info.php",status="404",le="5"} 7 http_request_duration_seconds_bucket{method="GET",path="/laravel/info.php",status="404",le="10"} 7 http_request_duration_seconds_bucket{method="GET",path="/laravel/info.php",status="404",le="+Inf"} 7 http_request_duration_seconds_sum{method="GET",path="/laravel/info.php",status="404"} 0.001010448 http_request_duration_seconds_count{method="GET",path="/laravel/info.php",status="404"} 7 http_request_duration_seconds_bucket{method="GET",path="/laravel5/.env",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/laravel5/.env",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/laravel5/.env",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/laravel5/.env",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/laravel5/.env",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/laravel5/.env",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/laravel5/.env",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/laravel5/.env",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/laravel5/.env",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/laravel5/.env",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/laravel5/.env",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/laravel5/.env",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/laravel5/.env",status="429"} 7.511e-05 http_request_duration_seconds_count{method="GET",path="/laravel5/.env",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/latest.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/latest.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/latest.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/latest.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/latest.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/latest.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/latest.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/latest.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/latest.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/latest.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/latest.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/latest.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/latest.zip",status="429"} 2.1078e-05 http_request_duration_seconds_count{method="GET",path="/latest.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/launchSettings.json",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/launchSettings.json",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/launchSettings.json",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/launchSettings.json",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/launchSettings.json",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/launchSettings.json",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/launchSettings.json",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/launchSettings.json",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/launchSettings.json",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/launchSettings.json",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/launchSettings.json",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/launchSettings.json",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/launchSettings.json",status="404"} 0.000126654 http_request_duration_seconds_count{method="GET",path="/launchSettings.json",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/launchSettings.json",status="429",le="0.005"} 16 http_request_duration_seconds_bucket{method="GET",path="/launchSettings.json",status="429",le="0.01"} 16 http_request_duration_seconds_bucket{method="GET",path="/launchSettings.json",status="429",le="0.025"} 16 http_request_duration_seconds_bucket{method="GET",path="/launchSettings.json",status="429",le="0.05"} 16 http_request_duration_seconds_bucket{method="GET",path="/launchSettings.json",status="429",le="0.1"} 16 http_request_duration_seconds_bucket{method="GET",path="/launchSettings.json",status="429",le="0.25"} 16 http_request_duration_seconds_bucket{method="GET",path="/launchSettings.json",status="429",le="0.5"} 16 http_request_duration_seconds_bucket{method="GET",path="/launchSettings.json",status="429",le="1"} 16 http_request_duration_seconds_bucket{method="GET",path="/launchSettings.json",status="429",le="2.5"} 16 http_request_duration_seconds_bucket{method="GET",path="/launchSettings.json",status="429",le="5"} 16 http_request_duration_seconds_bucket{method="GET",path="/launchSettings.json",status="429",le="10"} 16 http_request_duration_seconds_bucket{method="GET",path="/launchSettings.json",status="429",le="+Inf"} 16 http_request_duration_seconds_sum{method="GET",path="/launchSettings.json",status="429"} 0.001065471 http_request_duration_seconds_count{method="GET",path="/launchSettings.json",status="429"} 16 http_request_duration_seconds_bucket{method="GET",path="/layout.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/layout.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/layout.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/layout.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/layout.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/layout.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/layout.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/layout.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/layout.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/layout.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/layout.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/layout.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/layout.php",status="404"} 0.000138971 http_request_duration_seconds_count{method="GET",path="/layout.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/layout.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/layout.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/layout.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/layout.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/layout.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/layout.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/layout.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/layout.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/layout.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/layout.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/layout.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/layout.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/layout.php",status="429"} 0.000118978 http_request_duration_seconds_count{method="GET",path="/layout.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/legal.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/legal.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/legal.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/legal.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/legal.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/legal.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/legal.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/legal.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/legal.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/legal.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/legal.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/legal.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/legal.zip",status="429"} 2.8567999999999998e-05 http_request_duration_seconds_count{method="GET",path="/legal.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/less.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/less.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/less.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/less.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/less.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/less.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/less.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/less.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/less.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/less.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/less.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/less.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/less.php",status="404"} 0.000126395 http_request_duration_seconds_count{method="GET",path="/less.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/levi.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/levi.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/levi.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/levi.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/levi.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/levi.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/levi.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/levi.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/levi.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/levi.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/levi.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/levi.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/levi.php",status="404"} 0.000155868 http_request_duration_seconds_count{method="GET",path="/levi.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/lib.php",status="404",le="0.005"} 8 http_request_duration_seconds_bucket{method="GET",path="/lib.php",status="404",le="0.01"} 8 http_request_duration_seconds_bucket{method="GET",path="/lib.php",status="404",le="0.025"} 8 http_request_duration_seconds_bucket{method="GET",path="/lib.php",status="404",le="0.05"} 8 http_request_duration_seconds_bucket{method="GET",path="/lib.php",status="404",le="0.1"} 8 http_request_duration_seconds_bucket{method="GET",path="/lib.php",status="404",le="0.25"} 8 http_request_duration_seconds_bucket{method="GET",path="/lib.php",status="404",le="0.5"} 8 http_request_duration_seconds_bucket{method="GET",path="/lib.php",status="404",le="1"} 8 http_request_duration_seconds_bucket{method="GET",path="/lib.php",status="404",le="2.5"} 8 http_request_duration_seconds_bucket{method="GET",path="/lib.php",status="404",le="5"} 8 http_request_duration_seconds_bucket{method="GET",path="/lib.php",status="404",le="10"} 8 http_request_duration_seconds_bucket{method="GET",path="/lib.php",status="404",le="+Inf"} 8 http_request_duration_seconds_sum{method="GET",path="/lib.php",status="404"} 0.001081255 http_request_duration_seconds_count{method="GET",path="/lib.php",status="404"} 8 http_request_duration_seconds_bucket{method="GET",path="/lib.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/lib.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/lib.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/lib.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/lib.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/lib.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/lib.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/lib.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/lib.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/lib.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/lib.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/lib.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/lib.zip",status="429"} 6.3343e-05 http_request_duration_seconds_count{method="GET",path="/lib.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/lib/.env",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/lib/.env",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/lib/.env",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/lib/.env",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/lib/.env",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/lib/.env",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/lib/.env",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/lib/.env",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/lib/.env",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/lib/.env",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/lib/.env",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/lib/.env",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/lib/.env",status="404"} 0.000136858 http_request_duration_seconds_count{method="GET",path="/lib/.env",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/lib/.env",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/lib/.env",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/lib/.env",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/lib/.env",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/lib/.env",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/lib/.env",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/lib/.env",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/lib/.env",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/lib/.env",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/lib/.env",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/lib/.env",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/lib/.env",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/lib/.env",status="429"} 8.389e-05 http_request_duration_seconds_count{method="GET",path="/lib/.env",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/libraries.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/libraries.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/libraries.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/libraries.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/libraries.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/libraries.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/libraries.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/libraries.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/libraries.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/libraries.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/libraries.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/libraries.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/libraries.zip",status="429"} 2.4466e-05 http_request_duration_seconds_count{method="GET",path="/libraries.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/license.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/license.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/license.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/license.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/license.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/license.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/license.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/license.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/license.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/license.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/license.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/license.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/license.zip",status="429"} 3.4902e-05 http_request_duration_seconds_count{method="GET",path="/license.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/like.php",status="404",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/like.php",status="404",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/like.php",status="404",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/like.php",status="404",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/like.php",status="404",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/like.php",status="404",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/like.php",status="404",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/like.php",status="404",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/like.php",status="404",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/like.php",status="404",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/like.php",status="404",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/like.php",status="404",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/like.php",status="404"} 0.000813505 http_request_duration_seconds_count{method="GET",path="/like.php",status="404"} 4 http_request_duration_seconds_bucket{method="GET",path="/link.php",status="404",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/link.php",status="404",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/link.php",status="404",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/link.php",status="404",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/link.php",status="404",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/link.php",status="404",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/link.php",status="404",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/link.php",status="404",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/link.php",status="404",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/link.php",status="404",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/link.php",status="404",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/link.php",status="404",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/link.php",status="404"} 0.000549921 http_request_duration_seconds_count{method="GET",path="/link.php",status="404"} 4 http_request_duration_seconds_bucket{method="GET",path="/linkedin.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/linkedin.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/linkedin.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/linkedin.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/linkedin.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/linkedin.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/linkedin.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/linkedin.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/linkedin.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/linkedin.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/linkedin.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/linkedin.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/linkedin.zip",status="429"} 2.991e-05 http_request_duration_seconds_count{method="GET",path="/linkedin.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/linode.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/linode.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/linode.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/linode.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/linode.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/linode.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/linode.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/linode.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/linode.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/linode.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/linode.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/linode.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/linode.zip",status="429"} 3.2621e-05 http_request_duration_seconds_count{method="GET",path="/linode.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/live.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/live.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/live.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/live.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/live.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/live.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/live.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/live.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/live.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/live.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/live.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/live.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/live.zip",status="429"} 5.0013e-05 http_request_duration_seconds_count{method="GET",path="/live.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/live/.env",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/live/.env",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/live/.env",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/live/.env",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/live/.env",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/live/.env",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/live/.env",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/live/.env",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/live/.env",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/live/.env",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/live/.env",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/live/.env",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/live/.env",status="404"} 0.000127263 http_request_duration_seconds_count{method="GET",path="/live/.env",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/live/.env",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/live/.env",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/live/.env",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/live/.env",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/live/.env",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/live/.env",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/live/.env",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/live/.env",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/live/.env",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/live/.env",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/live/.env",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/live/.env",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/live/.env",status="429"} 7.5265e-05 http_request_duration_seconds_count{method="GET",path="/live/.env",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/livewire/preview-file/123",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/livewire/preview-file/123",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/livewire/preview-file/123",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/livewire/preview-file/123",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/livewire/preview-file/123",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/livewire/preview-file/123",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/livewire/preview-file/123",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/livewire/preview-file/123",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/livewire/preview-file/123",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/livewire/preview-file/123",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/livewire/preview-file/123",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/livewire/preview-file/123",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/livewire/preview-file/123",status="404"} 0.000662322 http_request_duration_seconds_count{method="GET",path="/livewire/preview-file/123",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/lm15.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/lm15.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/lm15.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/lm15.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/lm15.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/lm15.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/lm15.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/lm15.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/lm15.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/lm15.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/lm15.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/lm15.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/lm15.php",status="404"} 0.000156458 http_request_duration_seconds_count{method="GET",path="/lm15.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/lms/.env",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/lms/.env",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/lms/.env",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/lms/.env",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/lms/.env",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/lms/.env",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/lms/.env",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/lms/.env",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/lms/.env",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/lms/.env",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/lms/.env",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/lms/.env",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/lms/.env",status="429"} 0.000262877 http_request_duration_seconds_count{method="GET",path="/lms/.env",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/loaders/*",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/loaders/*",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/loaders/*",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/loaders/*",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/loaders/*",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/loaders/*",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/loaders/*",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/loaders/*",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/loaders/*",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/loaders/*",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/loaders/*",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/loaders/*",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/loaders/*",status="429"} 0.000183402 http_request_duration_seconds_count{method="GET",path="/loaders/*",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/local.settings.json",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/local.settings.json",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/local.settings.json",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/local.settings.json",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/local.settings.json",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/local.settings.json",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/local.settings.json",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/local.settings.json",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/local.settings.json",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/local.settings.json",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/local.settings.json",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/local.settings.json",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/local.settings.json",status="404"} 0.00030278 http_request_duration_seconds_count{method="GET",path="/local.settings.json",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/local.settings.json",status="429",le="0.005"} 18 http_request_duration_seconds_bucket{method="GET",path="/local.settings.json",status="429",le="0.01"} 18 http_request_duration_seconds_bucket{method="GET",path="/local.settings.json",status="429",le="0.025"} 18 http_request_duration_seconds_bucket{method="GET",path="/local.settings.json",status="429",le="0.05"} 18 http_request_duration_seconds_bucket{method="GET",path="/local.settings.json",status="429",le="0.1"} 18 http_request_duration_seconds_bucket{method="GET",path="/local.settings.json",status="429",le="0.25"} 18 http_request_duration_seconds_bucket{method="GET",path="/local.settings.json",status="429",le="0.5"} 18 http_request_duration_seconds_bucket{method="GET",path="/local.settings.json",status="429",le="1"} 18 http_request_duration_seconds_bucket{method="GET",path="/local.settings.json",status="429",le="2.5"} 18 http_request_duration_seconds_bucket{method="GET",path="/local.settings.json",status="429",le="5"} 18 http_request_duration_seconds_bucket{method="GET",path="/local.settings.json",status="429",le="10"} 18 http_request_duration_seconds_bucket{method="GET",path="/local.settings.json",status="429",le="+Inf"} 18 http_request_duration_seconds_sum{method="GET",path="/local.settings.json",status="429"} 0.001329582 http_request_duration_seconds_count{method="GET",path="/local.settings.json",status="429"} 18 http_request_duration_seconds_bucket{method="GET",path="/local.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/local.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/local.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/local.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/local.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/local.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/local.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/local.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/local.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/local.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/local.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/local.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/local.zip",status="429"} 4.5030999999999996e-05 http_request_duration_seconds_count{method="GET",path="/local.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/local/.env",status="404",le="0.005"} 7 http_request_duration_seconds_bucket{method="GET",path="/local/.env",status="404",le="0.01"} 7 http_request_duration_seconds_bucket{method="GET",path="/local/.env",status="404",le="0.025"} 7 http_request_duration_seconds_bucket{method="GET",path="/local/.env",status="404",le="0.05"} 7 http_request_duration_seconds_bucket{method="GET",path="/local/.env",status="404",le="0.1"} 7 http_request_duration_seconds_bucket{method="GET",path="/local/.env",status="404",le="0.25"} 7 http_request_duration_seconds_bucket{method="GET",path="/local/.env",status="404",le="0.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/local/.env",status="404",le="1"} 7 http_request_duration_seconds_bucket{method="GET",path="/local/.env",status="404",le="2.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/local/.env",status="404",le="5"} 7 http_request_duration_seconds_bucket{method="GET",path="/local/.env",status="404",le="10"} 7 http_request_duration_seconds_bucket{method="GET",path="/local/.env",status="404",le="+Inf"} 7 http_request_duration_seconds_sum{method="GET",path="/local/.env",status="404"} 0.000999278 http_request_duration_seconds_count{method="GET",path="/local/.env",status="404"} 7 http_request_duration_seconds_bucket{method="GET",path="/local/.env",status="429",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/local/.env",status="429",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/local/.env",status="429",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/local/.env",status="429",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/local/.env",status="429",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/local/.env",status="429",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/local/.env",status="429",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/local/.env",status="429",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/local/.env",status="429",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/local/.env",status="429",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/local/.env",status="429",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/local/.env",status="429",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/local/.env",status="429"} 0.000309367 http_request_duration_seconds_count{method="GET",path="/local/.env",status="429"} 3 http_request_duration_seconds_bucket{method="GET",path="/local/phpinfo.php",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/local/phpinfo.php",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/local/phpinfo.php",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/local/phpinfo.php",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/local/phpinfo.php",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/local/phpinfo.php",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/local/phpinfo.php",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/local/phpinfo.php",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/local/phpinfo.php",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/local/phpinfo.php",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/local/phpinfo.php",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/local/phpinfo.php",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/local/phpinfo.php",status="429"} 0.000188593 http_request_duration_seconds_count{method="GET",path="/local/phpinfo.php",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/local_settings.py",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/local_settings.py",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/local_settings.py",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/local_settings.py",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/local_settings.py",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/local_settings.py",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/local_settings.py",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/local_settings.py",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/local_settings.py",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/local_settings.py",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/local_settings.py",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/local_settings.py",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/local_settings.py",status="404"} 0.00031280200000000005 http_request_duration_seconds_count{method="GET",path="/local_settings.py",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/locales.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/locales.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/locales.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/locales.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/locales.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/locales.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/locales.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/locales.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/locales.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/locales.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/locales.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/locales.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/locales.php",status="429"} 0.000136587 http_request_duration_seconds_count{method="GET",path="/locales.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/localhost.key",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/localhost.key",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/localhost.key",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/localhost.key",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/localhost.key",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/localhost.key",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/localhost.key",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/localhost.key",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/localhost.key",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/localhost.key",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/localhost.key",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/localhost.key",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/localhost.key",status="404"} 0.000141152 http_request_duration_seconds_count{method="GET",path="/localhost.key",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/localhost.pem",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/localhost.pem",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/localhost.pem",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/localhost.pem",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/localhost.pem",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/localhost.pem",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/localhost.pem",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/localhost.pem",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/localhost.pem",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/localhost.pem",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/localhost.pem",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/localhost.pem",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/localhost.pem",status="404"} 0.0001777 http_request_duration_seconds_count{method="GET",path="/localhost.pem",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/localhost.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/localhost.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/localhost.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/localhost.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/localhost.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/localhost.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/localhost.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/localhost.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/localhost.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/localhost.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/localhost.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/localhost.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/localhost.zip",status="429"} 2.6381e-05 http_request_duration_seconds_count{method="GET",path="/localhost.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/lock360.php",status="404",le="0.005"} 6 http_request_duration_seconds_bucket{method="GET",path="/lock360.php",status="404",le="0.01"} 6 http_request_duration_seconds_bucket{method="GET",path="/lock360.php",status="404",le="0.025"} 6 http_request_duration_seconds_bucket{method="GET",path="/lock360.php",status="404",le="0.05"} 6 http_request_duration_seconds_bucket{method="GET",path="/lock360.php",status="404",le="0.1"} 6 http_request_duration_seconds_bucket{method="GET",path="/lock360.php",status="404",le="0.25"} 6 http_request_duration_seconds_bucket{method="GET",path="/lock360.php",status="404",le="0.5"} 6 http_request_duration_seconds_bucket{method="GET",path="/lock360.php",status="404",le="1"} 6 http_request_duration_seconds_bucket{method="GET",path="/lock360.php",status="404",le="2.5"} 6 http_request_duration_seconds_bucket{method="GET",path="/lock360.php",status="404",le="5"} 6 http_request_duration_seconds_bucket{method="GET",path="/lock360.php",status="404",le="10"} 6 http_request_duration_seconds_bucket{method="GET",path="/lock360.php",status="404",le="+Inf"} 6 http_request_duration_seconds_sum{method="GET",path="/lock360.php",status="404"} 0.0008616310000000001 http_request_duration_seconds_count{method="GET",path="/lock360.php",status="404"} 6 http_request_duration_seconds_bucket{method="GET",path="/log.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/log.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/log.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/log.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/log.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/log.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/log.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/log.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/log.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/log.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/log.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/log.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/log.php",status="404"} 0.000132341 http_request_duration_seconds_count{method="GET",path="/log.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/log.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/log.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/log.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/log.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/log.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/log.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/log.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/log.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/log.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/log.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/log.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/log.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/log.zip",status="429"} 4.8831e-05 http_request_duration_seconds_count{method="GET",path="/log.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/login",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/login",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/login",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/login",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/login",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/login",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/login",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/login",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/login",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/login",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/login",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/login",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/login",status="404"} 0.000127858 http_request_duration_seconds_count{method="GET",path="/login",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/login",status="429",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/login",status="429",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/login",status="429",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/login",status="429",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/login",status="429",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/login",status="429",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/login",status="429",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/login",status="429",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/login",status="429",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/login",status="429",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/login",status="429",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/login",status="429",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/login",status="429"} 0.000324253 http_request_duration_seconds_count{method="GET",path="/login",status="429"} 3 http_request_duration_seconds_bucket{method="GET",path="/login.action",status="404",le="0.005"} 10 http_request_duration_seconds_bucket{method="GET",path="/login.action",status="404",le="0.01"} 10 http_request_duration_seconds_bucket{method="GET",path="/login.action",status="404",le="0.025"} 10 http_request_duration_seconds_bucket{method="GET",path="/login.action",status="404",le="0.05"} 10 http_request_duration_seconds_bucket{method="GET",path="/login.action",status="404",le="0.1"} 10 http_request_duration_seconds_bucket{method="GET",path="/login.action",status="404",le="0.25"} 10 http_request_duration_seconds_bucket{method="GET",path="/login.action",status="404",le="0.5"} 10 http_request_duration_seconds_bucket{method="GET",path="/login.action",status="404",le="1"} 10 http_request_duration_seconds_bucket{method="GET",path="/login.action",status="404",le="2.5"} 10 http_request_duration_seconds_bucket{method="GET",path="/login.action",status="404",le="5"} 10 http_request_duration_seconds_bucket{method="GET",path="/login.action",status="404",le="10"} 10 http_request_duration_seconds_bucket{method="GET",path="/login.action",status="404",le="+Inf"} 10 http_request_duration_seconds_sum{method="GET",path="/login.action",status="404"} 0.0017836100000000001 http_request_duration_seconds_count{method="GET",path="/login.action",status="404"} 10 http_request_duration_seconds_bucket{method="GET",path="/login.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/login.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/login.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/login.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/login.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/login.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/login.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/login.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/login.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/login.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/login.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/login.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/login.php",status="404"} 0.000163274 http_request_duration_seconds_count{method="GET",path="/login.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/login.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/login.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/login.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/login.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/login.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/login.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/login.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/login.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/login.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/login.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/login.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/login.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/login.zip",status="429"} 6.9655e-05 http_request_duration_seconds_count{method="GET",path="/login.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/logrocket.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/logrocket.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/logrocket.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/logrocket.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/logrocket.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/logrocket.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/logrocket.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/logrocket.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/logrocket.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/logrocket.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/logrocket.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/logrocket.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/logrocket.zip",status="429"} 2.2947999999999998e-05 http_request_duration_seconds_count{method="GET",path="/logrocket.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/logs.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/logs.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/logs.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/logs.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/logs.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/logs.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/logs.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/logs.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/logs.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/logs.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/logs.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/logs.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/logs.zip",status="429"} 1.8901e-05 http_request_duration_seconds_count{method="GET",path="/logs.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/logs/.env",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/logs/.env",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/logs/.env",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/logs/.env",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/logs/.env",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/logs/.env",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/logs/.env",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/logs/.env",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/logs/.env",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/logs/.env",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/logs/.env",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/logs/.env",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/logs/.env",status="429"} 8.9599e-05 http_request_duration_seconds_count{method="GET",path="/logs/.env",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/logs/application.log",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/logs/application.log",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/logs/application.log",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/logs/application.log",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/logs/application.log",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/logs/application.log",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/logs/application.log",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/logs/application.log",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/logs/application.log",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/logs/application.log",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/logs/application.log",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/logs/application.log",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/logs/application.log",status="404"} 0.000140943 http_request_duration_seconds_count{method="GET",path="/logs/application.log",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/logs/error.log",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/logs/error.log",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/logs/error.log",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/logs/error.log",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/logs/error.log",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/logs/error.log",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/logs/error.log",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/logs/error.log",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/logs/error.log",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/logs/error.log",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/logs/error.log",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/logs/error.log",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/logs/error.log",status="404"} 0.000166209 http_request_duration_seconds_count{method="GET",path="/logs/error.log",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/lowpr.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/lowpr.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/lowpr.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/lowpr.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/lowpr.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/lowpr.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/lowpr.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/lowpr.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/lowpr.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/lowpr.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/lowpr.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/lowpr.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/lowpr.php",status="404"} 0.000256889 http_request_duration_seconds_count{method="GET",path="/lowpr.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/lsd.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/lsd.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/lsd.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/lsd.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/lsd.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/lsd.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/lsd.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/lsd.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/lsd.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/lsd.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/lsd.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/lsd.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/lsd.php",status="404"} 0.00025890600000000004 http_request_duration_seconds_count{method="GET",path="/lsd.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/lufix.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/lufix.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/lufix.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/lufix.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/lufix.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/lufix.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/lufix.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/lufix.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/lufix.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/lufix.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/lufix.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/lufix.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/lufix.php",status="404"} 0.000149645 http_request_duration_seconds_count{method="GET",path="/lufix.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/lupo.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/lupo.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/lupo.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/lupo.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/lupo.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/lupo.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/lupo.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/lupo.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/lupo.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/lupo.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/lupo.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/lupo.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/lupo.php",status="404"} 0.000145689 http_request_duration_seconds_count{method="GET",path="/lupo.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/lv.php",status="404",le="0.005"} 7 http_request_duration_seconds_bucket{method="GET",path="/lv.php",status="404",le="0.01"} 7 http_request_duration_seconds_bucket{method="GET",path="/lv.php",status="404",le="0.025"} 7 http_request_duration_seconds_bucket{method="GET",path="/lv.php",status="404",le="0.05"} 7 http_request_duration_seconds_bucket{method="GET",path="/lv.php",status="404",le="0.1"} 7 http_request_duration_seconds_bucket{method="GET",path="/lv.php",status="404",le="0.25"} 7 http_request_duration_seconds_bucket{method="GET",path="/lv.php",status="404",le="0.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/lv.php",status="404",le="1"} 7 http_request_duration_seconds_bucket{method="GET",path="/lv.php",status="404",le="2.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/lv.php",status="404",le="5"} 7 http_request_duration_seconds_bucket{method="GET",path="/lv.php",status="404",le="10"} 7 http_request_duration_seconds_bucket{method="GET",path="/lv.php",status="404",le="+Inf"} 7 http_request_duration_seconds_sum{method="GET",path="/lv.php",status="404"} 0.0010447680000000002 http_request_duration_seconds_count{method="GET",path="/lv.php",status="404"} 7 http_request_duration_seconds_bucket{method="GET",path="/m.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/m.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/m.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/m.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/m.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/m.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/m.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/m.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/m.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/m.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/m.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/m.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/m.php",status="404"} 0.00025039400000000003 http_request_duration_seconds_count{method="GET",path="/m.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/m7rpo0.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/m7rpo0.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/m7rpo0.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/m7rpo0.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/m7rpo0.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/m7rpo0.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/m7rpo0.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/m7rpo0.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/m7rpo0.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/m7rpo0.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/m7rpo0.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/m7rpo0.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/m7rpo0.php",status="404"} 0.000127027 http_request_duration_seconds_count{method="GET",path="/m7rpo0.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/ma.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/ma.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/ma.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/ma.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/ma.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/ma.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/ma.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/ma.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/ma.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/ma.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/ma.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/ma.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/ma.php",status="404"} 0.000164068 http_request_duration_seconds_count{method="GET",path="/ma.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/mac.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/mac.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/mac.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/mac.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/mac.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/mac.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/mac.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/mac.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/mac.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/mac.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/mac.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/mac.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/mac.php",status="404"} 0.000284529 http_request_duration_seconds_count{method="GET",path="/mac.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/magento.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/magento.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/magento.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/magento.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/magento.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/magento.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/magento.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/magento.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/magento.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/magento.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/magento.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/magento.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/magento.zip",status="429"} 3.3027e-05 http_request_duration_seconds_count{method="GET",path="/magento.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/magento/.env",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/magento/.env",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/magento/.env",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/magento/.env",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/magento/.env",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/magento/.env",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/magento/.env",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/magento/.env",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/magento/.env",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/magento/.env",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/magento/.env",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/magento/.env",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/magento/.env",status="404"} 0.000135292 http_request_duration_seconds_count{method="GET",path="/magento/.env",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/magento/.env",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/magento/.env",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/magento/.env",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/magento/.env",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/magento/.env",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/magento/.env",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/magento/.env",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/magento/.env",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/magento/.env",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/magento/.env",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/magento/.env",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/magento/.env",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/magento/.env",status="429"} 7.8366e-05 http_request_duration_seconds_count{method="GET",path="/magento/.env",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/mah.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/mah.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/mah.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/mah.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/mah.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/mah.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/mah.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/mah.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/mah.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/mah.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/mah.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/mah.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/mah.php",status="404"} 0.000142209 http_request_duration_seconds_count{method="GET",path="/mah.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/mail.js",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/mail.js",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/mail.js",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/mail.js",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/mail.js",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/mail.js",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/mail.js",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/mail.js",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/mail.js",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/mail.js",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/mail.js",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/mail.js",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/mail.js",status="404"} 0.000104774 http_request_duration_seconds_count{method="GET",path="/mail.js",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/mail.js",status="429",le="0.005"} 16 http_request_duration_seconds_bucket{method="GET",path="/mail.js",status="429",le="0.01"} 16 http_request_duration_seconds_bucket{method="GET",path="/mail.js",status="429",le="0.025"} 16 http_request_duration_seconds_bucket{method="GET",path="/mail.js",status="429",le="0.05"} 16 http_request_duration_seconds_bucket{method="GET",path="/mail.js",status="429",le="0.1"} 16 http_request_duration_seconds_bucket{method="GET",path="/mail.js",status="429",le="0.25"} 16 http_request_duration_seconds_bucket{method="GET",path="/mail.js",status="429",le="0.5"} 16 http_request_duration_seconds_bucket{method="GET",path="/mail.js",status="429",le="1"} 16 http_request_duration_seconds_bucket{method="GET",path="/mail.js",status="429",le="2.5"} 16 http_request_duration_seconds_bucket{method="GET",path="/mail.js",status="429",le="5"} 16 http_request_duration_seconds_bucket{method="GET",path="/mail.js",status="429",le="10"} 16 http_request_duration_seconds_bucket{method="GET",path="/mail.js",status="429",le="+Inf"} 16 http_request_duration_seconds_sum{method="GET",path="/mail.js",status="429"} 0.0009996620000000001 http_request_duration_seconds_count{method="GET",path="/mail.js",status="429"} 16 http_request_duration_seconds_bucket{method="GET",path="/mail.php",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/mail.php",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/mail.php",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/mail.php",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/mail.php",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/mail.php",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/mail.php",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/mail.php",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/mail.php",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/mail.php",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/mail.php",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/mail.php",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/mail.php",status="404"} 0.00038135700000000003 http_request_duration_seconds_count{method="GET",path="/mail.php",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/mail.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/mail.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/mail.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/mail.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/mail.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/mail.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/mail.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/mail.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/mail.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/mail.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/mail.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/mail.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/mail.zip",status="429"} 2.6183e-05 http_request_duration_seconds_count{method="GET",path="/mail.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/mail/.env",status="404",le="0.005"} 9 http_request_duration_seconds_bucket{method="GET",path="/mail/.env",status="404",le="0.01"} 9 http_request_duration_seconds_bucket{method="GET",path="/mail/.env",status="404",le="0.025"} 9 http_request_duration_seconds_bucket{method="GET",path="/mail/.env",status="404",le="0.05"} 9 http_request_duration_seconds_bucket{method="GET",path="/mail/.env",status="404",le="0.1"} 9 http_request_duration_seconds_bucket{method="GET",path="/mail/.env",status="404",le="0.25"} 9 http_request_duration_seconds_bucket{method="GET",path="/mail/.env",status="404",le="0.5"} 9 http_request_duration_seconds_bucket{method="GET",path="/mail/.env",status="404",le="1"} 9 http_request_duration_seconds_bucket{method="GET",path="/mail/.env",status="404",le="2.5"} 9 http_request_duration_seconds_bucket{method="GET",path="/mail/.env",status="404",le="5"} 9 http_request_duration_seconds_bucket{method="GET",path="/mail/.env",status="404",le="10"} 9 http_request_duration_seconds_bucket{method="GET",path="/mail/.env",status="404",le="+Inf"} 9 http_request_duration_seconds_sum{method="GET",path="/mail/.env",status="404"} 0.001354961 http_request_duration_seconds_count{method="GET",path="/mail/.env",status="404"} 9 http_request_duration_seconds_bucket{method="GET",path="/mail/phpinfo.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/mail/phpinfo.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/mail/phpinfo.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/mail/phpinfo.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/mail/phpinfo.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/mail/phpinfo.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/mail/phpinfo.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/mail/phpinfo.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/mail/phpinfo.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/mail/phpinfo.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/mail/phpinfo.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/mail/phpinfo.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/mail/phpinfo.php",status="404"} 0.000144442 http_request_duration_seconds_count{method="GET",path="/mail/phpinfo.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/mail/phpinfo.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/mail/phpinfo.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/mail/phpinfo.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/mail/phpinfo.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/mail/phpinfo.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/mail/phpinfo.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/mail/phpinfo.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/mail/phpinfo.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/mail/phpinfo.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/mail/phpinfo.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/mail/phpinfo.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/mail/phpinfo.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/mail/phpinfo.php",status="429"} 7.437e-05 http_request_duration_seconds_count{method="GET",path="/mail/phpinfo.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/mailer.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/mailer.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/mailer.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/mailer.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/mailer.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/mailer.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/mailer.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/mailer.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/mailer.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/mailer.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/mailer.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/mailer.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/mailer.zip",status="429"} 4.2386e-05 http_request_duration_seconds_count{method="GET",path="/mailer.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/mailer/.env",status="404",le="0.005"} 8 http_request_duration_seconds_bucket{method="GET",path="/mailer/.env",status="404",le="0.01"} 8 http_request_duration_seconds_bucket{method="GET",path="/mailer/.env",status="404",le="0.025"} 8 http_request_duration_seconds_bucket{method="GET",path="/mailer/.env",status="404",le="0.05"} 8 http_request_duration_seconds_bucket{method="GET",path="/mailer/.env",status="404",le="0.1"} 8 http_request_duration_seconds_bucket{method="GET",path="/mailer/.env",status="404",le="0.25"} 8 http_request_duration_seconds_bucket{method="GET",path="/mailer/.env",status="404",le="0.5"} 8 http_request_duration_seconds_bucket{method="GET",path="/mailer/.env",status="404",le="1"} 8 http_request_duration_seconds_bucket{method="GET",path="/mailer/.env",status="404",le="2.5"} 8 http_request_duration_seconds_bucket{method="GET",path="/mailer/.env",status="404",le="5"} 8 http_request_duration_seconds_bucket{method="GET",path="/mailer/.env",status="404",le="10"} 8 http_request_duration_seconds_bucket{method="GET",path="/mailer/.env",status="404",le="+Inf"} 8 http_request_duration_seconds_sum{method="GET",path="/mailer/.env",status="404"} 0.001076657 http_request_duration_seconds_count{method="GET",path="/mailer/.env",status="404"} 8 http_request_duration_seconds_bucket{method="GET",path="/mailer/.env",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/mailer/.env",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/mailer/.env",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/mailer/.env",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/mailer/.env",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/mailer/.env",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/mailer/.env",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/mailer/.env",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/mailer/.env",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/mailer/.env",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/mailer/.env",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/mailer/.env",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/mailer/.env",status="429"} 8.2386e-05 http_request_duration_seconds_count{method="GET",path="/mailer/.env",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/mailgun/.env",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/mailgun/.env",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/mailgun/.env",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/mailgun/.env",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/mailgun/.env",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/mailgun/.env",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/mailgun/.env",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/mailgun/.env",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/mailgun/.env",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/mailgun/.env",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/mailgun/.env",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/mailgun/.env",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/mailgun/.env",status="429"} 0.000235994 http_request_duration_seconds_count{method="GET",path="/mailgun/.env",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/mailing/.env",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/mailing/.env",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/mailing/.env",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/mailing/.env",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/mailing/.env",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/mailing/.env",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/mailing/.env",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/mailing/.env",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/mailing/.env",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/mailing/.env",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/mailing/.env",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/mailing/.env",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/mailing/.env",status="404"} 0.000126434 http_request_duration_seconds_count{method="GET",path="/mailing/.env",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/mailing/.env",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/mailing/.env",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/mailing/.env",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/mailing/.env",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/mailing/.env",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/mailing/.env",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/mailing/.env",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/mailing/.env",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/mailing/.env",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/mailing/.env",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/mailing/.env",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/mailing/.env",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/mailing/.env",status="429"} 0.000116689 http_request_duration_seconds_count{method="GET",path="/mailing/.env",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/mailjet/.env",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/mailjet/.env",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/mailjet/.env",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/mailjet/.env",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/mailjet/.env",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/mailjet/.env",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/mailjet/.env",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/mailjet/.env",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/mailjet/.env",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/mailjet/.env",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/mailjet/.env",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/mailjet/.env",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/mailjet/.env",status="404"} 0.000149379 http_request_duration_seconds_count{method="GET",path="/mailjet/.env",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/mailjet/.env",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/mailjet/.env",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/mailjet/.env",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/mailjet/.env",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/mailjet/.env",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/mailjet/.env",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/mailjet/.env",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/mailjet/.env",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/mailjet/.env",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/mailjet/.env",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/mailjet/.env",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/mailjet/.env",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/mailjet/.env",status="429"} 9.597e-05 http_request_duration_seconds_count{method="GET",path="/mailjet/.env",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/mailserver.js",status="429",le="0.005"} 17 http_request_duration_seconds_bucket{method="GET",path="/mailserver.js",status="429",le="0.01"} 17 http_request_duration_seconds_bucket{method="GET",path="/mailserver.js",status="429",le="0.025"} 17 http_request_duration_seconds_bucket{method="GET",path="/mailserver.js",status="429",le="0.05"} 17 http_request_duration_seconds_bucket{method="GET",path="/mailserver.js",status="429",le="0.1"} 17 http_request_duration_seconds_bucket{method="GET",path="/mailserver.js",status="429",le="0.25"} 17 http_request_duration_seconds_bucket{method="GET",path="/mailserver.js",status="429",le="0.5"} 17 http_request_duration_seconds_bucket{method="GET",path="/mailserver.js",status="429",le="1"} 17 http_request_duration_seconds_bucket{method="GET",path="/mailserver.js",status="429",le="2.5"} 17 http_request_duration_seconds_bucket{method="GET",path="/mailserver.js",status="429",le="5"} 17 http_request_duration_seconds_bucket{method="GET",path="/mailserver.js",status="429",le="10"} 17 http_request_duration_seconds_bucket{method="GET",path="/mailserver.js",status="429",le="+Inf"} 17 http_request_duration_seconds_sum{method="GET",path="/mailserver.js",status="429"} 0.0012803670000000001 http_request_duration_seconds_count{method="GET",path="/mailserver.js",status="429"} 17 http_request_duration_seconds_bucket{method="GET",path="/main.js",status="404",le="0.005"} 7 http_request_duration_seconds_bucket{method="GET",path="/main.js",status="404",le="0.01"} 7 http_request_duration_seconds_bucket{method="GET",path="/main.js",status="404",le="0.025"} 7 http_request_duration_seconds_bucket{method="GET",path="/main.js",status="404",le="0.05"} 7 http_request_duration_seconds_bucket{method="GET",path="/main.js",status="404",le="0.1"} 7 http_request_duration_seconds_bucket{method="GET",path="/main.js",status="404",le="0.25"} 7 http_request_duration_seconds_bucket{method="GET",path="/main.js",status="404",le="0.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/main.js",status="404",le="1"} 7 http_request_duration_seconds_bucket{method="GET",path="/main.js",status="404",le="2.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/main.js",status="404",le="5"} 7 http_request_duration_seconds_bucket{method="GET",path="/main.js",status="404",le="10"} 7 http_request_duration_seconds_bucket{method="GET",path="/main.js",status="404",le="+Inf"} 7 http_request_duration_seconds_sum{method="GET",path="/main.js",status="404"} 0.001089726 http_request_duration_seconds_count{method="GET",path="/main.js",status="404"} 7 http_request_duration_seconds_bucket{method="GET",path="/main.js",status="429",le="0.005"} 15 http_request_duration_seconds_bucket{method="GET",path="/main.js",status="429",le="0.01"} 15 http_request_duration_seconds_bucket{method="GET",path="/main.js",status="429",le="0.025"} 15 http_request_duration_seconds_bucket{method="GET",path="/main.js",status="429",le="0.05"} 15 http_request_duration_seconds_bucket{method="GET",path="/main.js",status="429",le="0.1"} 15 http_request_duration_seconds_bucket{method="GET",path="/main.js",status="429",le="0.25"} 15 http_request_duration_seconds_bucket{method="GET",path="/main.js",status="429",le="0.5"} 15 http_request_duration_seconds_bucket{method="GET",path="/main.js",status="429",le="1"} 15 http_request_duration_seconds_bucket{method="GET",path="/main.js",status="429",le="2.5"} 15 http_request_duration_seconds_bucket{method="GET",path="/main.js",status="429",le="5"} 15 http_request_duration_seconds_bucket{method="GET",path="/main.js",status="429",le="10"} 15 http_request_duration_seconds_bucket{method="GET",path="/main.js",status="429",le="+Inf"} 15 http_request_duration_seconds_sum{method="GET",path="/main.js",status="429"} 0.0009298389999999999 http_request_duration_seconds_count{method="GET",path="/main.js",status="429"} 15 http_request_duration_seconds_bucket{method="GET",path="/main.js.map",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/main.js.map",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/main.js.map",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/main.js.map",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/main.js.map",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/main.js.map",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/main.js.map",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/main.js.map",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/main.js.map",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/main.js.map",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/main.js.map",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/main.js.map",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/main.js.map",status="404"} 0.000151576 http_request_duration_seconds_count{method="GET",path="/main.js.map",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/main.yml",status="404",le="0.005"} 7 http_request_duration_seconds_bucket{method="GET",path="/main.yml",status="404",le="0.01"} 7 http_request_duration_seconds_bucket{method="GET",path="/main.yml",status="404",le="0.025"} 7 http_request_duration_seconds_bucket{method="GET",path="/main.yml",status="404",le="0.05"} 7 http_request_duration_seconds_bucket{method="GET",path="/main.yml",status="404",le="0.1"} 7 http_request_duration_seconds_bucket{method="GET",path="/main.yml",status="404",le="0.25"} 7 http_request_duration_seconds_bucket{method="GET",path="/main.yml",status="404",le="0.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/main.yml",status="404",le="1"} 7 http_request_duration_seconds_bucket{method="GET",path="/main.yml",status="404",le="2.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/main.yml",status="404",le="5"} 7 http_request_duration_seconds_bucket{method="GET",path="/main.yml",status="404",le="10"} 7 http_request_duration_seconds_bucket{method="GET",path="/main.yml",status="404",le="+Inf"} 7 http_request_duration_seconds_sum{method="GET",path="/main.yml",status="404"} 0.000978703 http_request_duration_seconds_count{method="GET",path="/main.yml",status="404"} 7 http_request_duration_seconds_bucket{method="GET",path="/main.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/main.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/main.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/main.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/main.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/main.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/main.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/main.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/main.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/main.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/main.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/main.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/main.zip",status="429"} 3.3741e-05 http_request_duration_seconds_count{method="GET",path="/main.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/main/.env",status="404",le="0.005"} 7 http_request_duration_seconds_bucket{method="GET",path="/main/.env",status="404",le="0.01"} 7 http_request_duration_seconds_bucket{method="GET",path="/main/.env",status="404",le="0.025"} 7 http_request_duration_seconds_bucket{method="GET",path="/main/.env",status="404",le="0.05"} 7 http_request_duration_seconds_bucket{method="GET",path="/main/.env",status="404",le="0.1"} 7 http_request_duration_seconds_bucket{method="GET",path="/main/.env",status="404",le="0.25"} 7 http_request_duration_seconds_bucket{method="GET",path="/main/.env",status="404",le="0.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/main/.env",status="404",le="1"} 7 http_request_duration_seconds_bucket{method="GET",path="/main/.env",status="404",le="2.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/main/.env",status="404",le="5"} 7 http_request_duration_seconds_bucket{method="GET",path="/main/.env",status="404",le="10"} 7 http_request_duration_seconds_bucket{method="GET",path="/main/.env",status="404",le="+Inf"} 7 http_request_duration_seconds_sum{method="GET",path="/main/.env",status="404"} 0.001044922 http_request_duration_seconds_count{method="GET",path="/main/.env",status="404"} 7 http_request_duration_seconds_bucket{method="GET",path="/makeasmtp.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/makeasmtp.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/makeasmtp.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/makeasmtp.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/makeasmtp.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/makeasmtp.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/makeasmtp.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/makeasmtp.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/makeasmtp.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/makeasmtp.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/makeasmtp.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/makeasmtp.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/makeasmtp.php",status="404"} 0.000141587 http_request_duration_seconds_count{method="GET",path="/makeasmtp.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/makeasmtp.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/makeasmtp.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/makeasmtp.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/makeasmtp.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/makeasmtp.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/makeasmtp.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/makeasmtp.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/makeasmtp.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/makeasmtp.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/makeasmtp.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/makeasmtp.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/makeasmtp.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/makeasmtp.php",status="429"} 0.000143178 http_request_duration_seconds_count{method="GET",path="/makeasmtp.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/man.php",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/man.php",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/man.php",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/man.php",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/man.php",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/man.php",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/man.php",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/man.php",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/man.php",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/man.php",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/man.php",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/man.php",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/man.php",status="404"} 0.00041107000000000003 http_request_duration_seconds_count{method="GET",path="/man.php",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/manage/*",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/manage/*",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/manage/*",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/manage/*",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/manage/*",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/manage/*",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/manage/*",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/manage/*",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/manage/*",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/manage/*",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/manage/*",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/manage/*",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/manage/*",status="404"} 0.000142378 http_request_duration_seconds_count{method="GET",path="/manage/*",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/manage/*",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/manage/*",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/manage/*",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/manage/*",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/manage/*",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/manage/*",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/manage/*",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/manage/*",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/manage/*",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/manage/*",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/manage/*",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/manage/*",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/manage/*",status="429"} 9.6923e-05 http_request_duration_seconds_count{method="GET",path="/manage/*",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/management.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/management.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/management.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/management.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/management.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/management.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/management.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/management.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/management.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/management.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/management.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/management.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/management.zip",status="429"} 2.4285999999999998e-05 http_request_duration_seconds_count{method="GET",path="/management.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/manager.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/manager.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/manager.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/manager.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/manager.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/manager.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/manager.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/manager.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/manager.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/manager.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/manager.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/manager.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/manager.php",status="404"} 0.000279498 http_request_duration_seconds_count{method="GET",path="/manager.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/manager.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/manager.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/manager.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/manager.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/manager.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/manager.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/manager.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/manager.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/manager.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/manager.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/manager.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/manager.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/manager.zip",status="429"} 2.8954e-05 http_request_duration_seconds_count{method="GET",path="/manager.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/mandrill/.env",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/mandrill/.env",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/mandrill/.env",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/mandrill/.env",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/mandrill/.env",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/mandrill/.env",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/mandrill/.env",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/mandrill/.env",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/mandrill/.env",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/mandrill/.env",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/mandrill/.env",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/mandrill/.env",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/mandrill/.env",status="404"} 0.000149923 http_request_duration_seconds_count{method="GET",path="/mandrill/.env",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/mandrill/.env",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/mandrill/.env",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/mandrill/.env",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/mandrill/.env",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/mandrill/.env",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/mandrill/.env",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/mandrill/.env",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/mandrill/.env",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/mandrill/.env",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/mandrill/.env",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/mandrill/.env",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/mandrill/.env",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/mandrill/.env",status="429"} 0.000110131 http_request_duration_seconds_count{method="GET",path="/mandrill/.env",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/manifest.json",status="404",le="0.005"} 5 http_request_duration_seconds_bucket{method="GET",path="/manifest.json",status="404",le="0.01"} 5 http_request_duration_seconds_bucket{method="GET",path="/manifest.json",status="404",le="0.025"} 5 http_request_duration_seconds_bucket{method="GET",path="/manifest.json",status="404",le="0.05"} 5 http_request_duration_seconds_bucket{method="GET",path="/manifest.json",status="404",le="0.1"} 5 http_request_duration_seconds_bucket{method="GET",path="/manifest.json",status="404",le="0.25"} 5 http_request_duration_seconds_bucket{method="GET",path="/manifest.json",status="404",le="0.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/manifest.json",status="404",le="1"} 5 http_request_duration_seconds_bucket{method="GET",path="/manifest.json",status="404",le="2.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/manifest.json",status="404",le="5"} 5 http_request_duration_seconds_bucket{method="GET",path="/manifest.json",status="404",le="10"} 5 http_request_duration_seconds_bucket{method="GET",path="/manifest.json",status="404",le="+Inf"} 5 http_request_duration_seconds_sum{method="GET",path="/manifest.json",status="404"} 0.000673858 http_request_duration_seconds_count{method="GET",path="/manifest.json",status="404"} 5 http_request_duration_seconds_bucket{method="GET",path="/manifest.json",status="429",le="0.005"} 17 http_request_duration_seconds_bucket{method="GET",path="/manifest.json",status="429",le="0.01"} 17 http_request_duration_seconds_bucket{method="GET",path="/manifest.json",status="429",le="0.025"} 17 http_request_duration_seconds_bucket{method="GET",path="/manifest.json",status="429",le="0.05"} 17 http_request_duration_seconds_bucket{method="GET",path="/manifest.json",status="429",le="0.1"} 17 http_request_duration_seconds_bucket{method="GET",path="/manifest.json",status="429",le="0.25"} 17 http_request_duration_seconds_bucket{method="GET",path="/manifest.json",status="429",le="0.5"} 17 http_request_duration_seconds_bucket{method="GET",path="/manifest.json",status="429",le="1"} 17 http_request_duration_seconds_bucket{method="GET",path="/manifest.json",status="429",le="2.5"} 17 http_request_duration_seconds_bucket{method="GET",path="/manifest.json",status="429",le="5"} 17 http_request_duration_seconds_bucket{method="GET",path="/manifest.json",status="429",le="10"} 17 http_request_duration_seconds_bucket{method="GET",path="/manifest.json",status="429",le="+Inf"} 17 http_request_duration_seconds_sum{method="GET",path="/manifest.json",status="429"} 0.0012592359999999997 http_request_duration_seconds_count{method="GET",path="/manifest.json",status="429"} 17 http_request_duration_seconds_bucket{method="GET",path="/manifest.webmanifest",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/manifest.webmanifest",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/manifest.webmanifest",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/manifest.webmanifest",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/manifest.webmanifest",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/manifest.webmanifest",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/manifest.webmanifest",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/manifest.webmanifest",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/manifest.webmanifest",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/manifest.webmanifest",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/manifest.webmanifest",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/manifest.webmanifest",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/manifest.webmanifest",status="429"} 6.3774e-05 http_request_duration_seconds_count{method="GET",path="/manifest.webmanifest",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/manual.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/manual.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/manual.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/manual.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/manual.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/manual.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/manual.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/manual.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/manual.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/manual.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/manual.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/manual.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/manual.zip",status="429"} 5.134e-05 http_request_duration_seconds_count{method="GET",path="/manual.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/mar.php",status="404",le="0.005"} 5 http_request_duration_seconds_bucket{method="GET",path="/mar.php",status="404",le="0.01"} 5 http_request_duration_seconds_bucket{method="GET",path="/mar.php",status="404",le="0.025"} 5 http_request_duration_seconds_bucket{method="GET",path="/mar.php",status="404",le="0.05"} 5 http_request_duration_seconds_bucket{method="GET",path="/mar.php",status="404",le="0.1"} 5 http_request_duration_seconds_bucket{method="GET",path="/mar.php",status="404",le="0.25"} 5 http_request_duration_seconds_bucket{method="GET",path="/mar.php",status="404",le="0.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/mar.php",status="404",le="1"} 5 http_request_duration_seconds_bucket{method="GET",path="/mar.php",status="404",le="2.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/mar.php",status="404",le="5"} 5 http_request_duration_seconds_bucket{method="GET",path="/mar.php",status="404",le="10"} 5 http_request_duration_seconds_bucket{method="GET",path="/mar.php",status="404",le="+Inf"} 5 http_request_duration_seconds_sum{method="GET",path="/mar.php",status="404"} 0.000699255 http_request_duration_seconds_count{method="GET",path="/mar.php",status="404"} 5 http_request_duration_seconds_bucket{method="GET",path="/mari.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/mari.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/mari.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/mari.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/mari.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/mari.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/mari.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/mari.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/mari.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/mari.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/mari.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/mari.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/mari.php",status="404"} 0.000165163 http_request_duration_seconds_count{method="GET",path="/mari.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/mariadb.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/mariadb.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/mariadb.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/mariadb.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/mariadb.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/mariadb.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/mariadb.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/mariadb.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/mariadb.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/mariadb.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/mariadb.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/mariadb.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/mariadb.zip",status="429"} 3.6249e-05 http_request_duration_seconds_count{method="GET",path="/mariadb.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/market/.env",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/market/.env",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/market/.env",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/market/.env",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/market/.env",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/market/.env",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/market/.env",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/market/.env",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/market/.env",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/market/.env",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/market/.env",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/market/.env",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/market/.env",status="429"} 0.000219422 http_request_duration_seconds_count{method="GET",path="/market/.env",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/marketing/.env",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/marketing/.env",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/marketing/.env",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/marketing/.env",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/marketing/.env",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/marketing/.env",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/marketing/.env",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/marketing/.env",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/marketing/.env",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/marketing/.env",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/marketing/.env",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/marketing/.env",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/marketing/.env",status="429"} 0.00026468 http_request_duration_seconds_count{method="GET",path="/marketing/.env",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/mass.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/mass.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/mass.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/mass.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/mass.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/mass.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/mass.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/mass.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/mass.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/mass.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/mass.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/mass.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/mass.php",status="404"} 0.000133924 http_request_duration_seconds_count{method="GET",path="/mass.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/master.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/master.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/master.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/master.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/master.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/master.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/master.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/master.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/master.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/master.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/master.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/master.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/master.zip",status="429"} 3.55e-05 http_request_duration_seconds_count{method="GET",path="/master.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/master/.env",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/master/.env",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/master/.env",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/master/.env",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/master/.env",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/master/.env",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/master/.env",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/master/.env",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/master/.env",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/master/.env",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/master/.env",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/master/.env",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/master/.env",status="429"} 0.000123506 http_request_duration_seconds_count{method="GET",path="/master/.env",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/maul.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/maul.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/maul.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/maul.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/maul.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/maul.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/maul.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/maul.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/maul.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/maul.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/maul.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/maul.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/maul.php",status="404"} 0.000294392 http_request_duration_seconds_count{method="GET",path="/maul.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/max.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/max.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/max.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/max.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/max.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/max.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/max.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/max.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/max.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/max.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/max.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/max.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/max.php",status="404"} 0.000129874 http_request_duration_seconds_count{method="GET",path="/max.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/media.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/media.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/media.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/media.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/media.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/media.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/media.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/media.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/media.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/media.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/media.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/media.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/media.zip",status="429"} 5.0813e-05 http_request_duration_seconds_count{method="GET",path="/media.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/media/*",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/media/*",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/media/*",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/media/*",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/media/*",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/media/*",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/media/*",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/media/*",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/media/*",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/media/*",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/media/*",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/media/*",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/media/*",status="429"} 0.00020046499999999999 http_request_duration_seconds_count{method="GET",path="/media/*",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/media/.env",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/media/.env",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/media/.env",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/media/.env",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/media/.env",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/media/.env",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/media/.env",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/media/.env",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/media/.env",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/media/.env",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/media/.env",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/media/.env",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/media/.env",status="429"} 0.00020323 http_request_duration_seconds_count{method="GET",path="/media/.env",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/mega.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/mega.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/mega.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/mega.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/mega.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/mega.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/mega.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/mega.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/mega.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/mega.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/mega.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/mega.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/mega.zip",status="429"} 8.008700000000001e-05 http_request_duration_seconds_count{method="GET",path="/mega.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/menu.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/menu.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/menu.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/menu.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/menu.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/menu.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/menu.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/menu.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/menu.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/menu.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/menu.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/menu.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/menu.php",status="404"} 0.000179827 http_request_duration_seconds_count{method="GET",path="/menu.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/mercurial.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/mercurial.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/mercurial.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/mercurial.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/mercurial.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/mercurial.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/mercurial.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/mercurial.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/mercurial.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/mercurial.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/mercurial.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/mercurial.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/mercurial.zip",status="429"} 4.0061e-05 http_request_duration_seconds_count{method="GET",path="/mercurial.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/messages.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/messages.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/messages.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/messages.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/messages.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/messages.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/messages.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/messages.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/messages.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/messages.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/messages.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/messages.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/messages.zip",status="429"} 5.5412000000000004e-05 http_request_duration_seconds_count{method="GET",path="/messages.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/messages/*",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/messages/*",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/messages/*",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/messages/*",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/messages/*",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/messages/*",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/messages/*",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/messages/*",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/messages/*",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/messages/*",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/messages/*",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/messages/*",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/messages/*",status="429"} 0.000187009 http_request_duration_seconds_count{method="GET",path="/messages/*",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/metrics",status="200",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/metrics",status="200",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/metrics",status="200",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/metrics",status="200",le="0.05"} 5 http_request_duration_seconds_bucket{method="GET",path="/metrics",status="200",le="0.1"} 6 http_request_duration_seconds_bucket{method="GET",path="/metrics",status="200",le="0.25"} 8 http_request_duration_seconds_bucket{method="GET",path="/metrics",status="200",le="0.5"} 15 http_request_duration_seconds_bucket{method="GET",path="/metrics",status="200",le="1"} 27 http_request_duration_seconds_bucket{method="GET",path="/metrics",status="200",le="2.5"} 28 http_request_duration_seconds_bucket{method="GET",path="/metrics",status="200",le="5"} 28 http_request_duration_seconds_bucket{method="GET",path="/metrics",status="200",le="10"} 28 http_request_duration_seconds_bucket{method="GET",path="/metrics",status="200",le="+Inf"} 28 http_request_duration_seconds_sum{method="GET",path="/metrics",status="200"} 13.368499989 http_request_duration_seconds_count{method="GET",path="/metrics",status="200"} 28 http_request_duration_seconds_bucket{method="GET",path="/metrics",status="429",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/metrics",status="429",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/metrics",status="429",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/metrics",status="429",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/metrics",status="429",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/metrics",status="429",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/metrics",status="429",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/metrics",status="429",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/metrics",status="429",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/metrics",status="429",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/metrics",status="429",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/metrics",status="429",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/metrics",status="429"} 0.000322873 http_request_duration_seconds_count{method="GET",path="/metrics",status="429"} 3 http_request_duration_seconds_bucket{method="GET",path="/metrics.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/metrics.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/metrics.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/metrics.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/metrics.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/metrics.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/metrics.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/metrics.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/metrics.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/metrics.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/metrics.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/metrics.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/metrics.zip",status="429"} 2.5873e-05 http_request_duration_seconds_count{method="GET",path="/metrics.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/mh.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/mh.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/mh.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/mh.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/mh.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/mh.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/mh.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/mh.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/mh.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/mh.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/mh.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/mh.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/mh.php",status="404"} 0.000186897 http_request_duration_seconds_count{method="GET",path="/mh.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/mh.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/mh.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/mh.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/mh.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/mh.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/mh.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/mh.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/mh.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/mh.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/mh.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/mh.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/mh.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/mh.php",status="429"} 0.000128778 http_request_duration_seconds_count{method="GET",path="/mh.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/microservice.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/microservice.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/microservice.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/microservice.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/microservice.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/microservice.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/microservice.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/microservice.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/microservice.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/microservice.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/microservice.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/microservice.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/microservice.zip",status="429"} 3.2679000000000003e-05 http_request_duration_seconds_count{method="GET",path="/microservice.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/microservice/.env",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/microservice/.env",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/microservice/.env",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/microservice/.env",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/microservice/.env",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/microservice/.env",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/microservice/.env",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/microservice/.env",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/microservice/.env",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/microservice/.env",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/microservice/.env",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/microservice/.env",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/microservice/.env",status="404"} 0.000192667 http_request_duration_seconds_count{method="GET",path="/microservice/.env",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/microservice/.env",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/microservice/.env",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/microservice/.env",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/microservice/.env",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/microservice/.env",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/microservice/.env",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/microservice/.env",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/microservice/.env",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/microservice/.env",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/microservice/.env",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/microservice/.env",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/microservice/.env",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/microservice/.env",status="429"} 8.8939e-05 http_request_duration_seconds_count{method="GET",path="/microservice/.env",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/microservices.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/microservices.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/microservices.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/microservices.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/microservices.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/microservices.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/microservices.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/microservices.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/microservices.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/microservices.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/microservices.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/microservices.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/microservices.zip",status="429"} 3.1393e-05 http_request_duration_seconds_count{method="GET",path="/microservices.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/mifta.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/mifta.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/mifta.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/mifta.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/mifta.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/mifta.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/mifta.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/mifta.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/mifta.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/mifta.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/mifta.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/mifta.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/mifta.php",status="404"} 0.00024472999999999997 http_request_duration_seconds_count{method="GET",path="/mifta.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/migration.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/migration.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/migration.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/migration.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/migration.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/migration.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/migration.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/migration.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/migration.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/migration.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/migration.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/migration.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/migration.zip",status="429"} 2.6173e-05 http_request_duration_seconds_count{method="GET",path="/migration.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/min.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/min.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/min.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/min.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/min.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/min.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/min.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/min.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/min.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/min.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/min.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/min.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/min.php",status="404"} 0.000280849 http_request_duration_seconds_count{method="GET",path="/min.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/mini.php",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/mini.php",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/mini.php",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/mini.php",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/mini.php",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/mini.php",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/mini.php",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/mini.php",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/mini.php",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/mini.php",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/mini.php",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/mini.php",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/mini.php",status="404"} 0.00038553999999999997 http_request_duration_seconds_count{method="GET",path="/mini.php",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/mirror.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/mirror.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/mirror.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/mirror.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/mirror.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/mirror.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/mirror.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/mirror.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/mirror.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/mirror.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/mirror.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/mirror.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/mirror.zip",status="429"} 2.8719e-05 http_request_duration_seconds_count{method="GET",path="/mirror.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/misc.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/misc.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/misc.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/misc.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/misc.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/misc.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/misc.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/misc.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/misc.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/misc.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/misc.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/misc.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/misc.zip",status="429"} 3.0273e-05 http_request_duration_seconds_count{method="GET",path="/misc.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/miscellaneous.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/miscellaneous.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/miscellaneous.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/miscellaneous.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/miscellaneous.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/miscellaneous.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/miscellaneous.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/miscellaneous.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/miscellaneous.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/miscellaneous.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/miscellaneous.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/miscellaneous.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/miscellaneous.zip",status="429"} 2.6107e-05 http_request_duration_seconds_count{method="GET",path="/miscellaneous.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/misgrimmerly.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/misgrimmerly.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/misgrimmerly.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/misgrimmerly.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/misgrimmerly.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/misgrimmerly.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/misgrimmerly.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/misgrimmerly.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/misgrimmerly.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/misgrimmerly.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/misgrimmerly.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/misgrimmerly.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/misgrimmerly.php",status="404"} 0.000134306 http_request_duration_seconds_count{method="GET",path="/misgrimmerly.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/miso.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/miso.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/miso.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/miso.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/miso.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/miso.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/miso.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/miso.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/miso.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/miso.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/miso.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/miso.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/miso.php",status="404"} 0.000133688 http_request_duration_seconds_count{method="GET",path="/miso.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/mixpanel.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/mixpanel.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/mixpanel.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/mixpanel.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/mixpanel.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/mixpanel.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/mixpanel.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/mixpanel.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/mixpanel.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/mixpanel.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/mixpanel.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/mixpanel.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/mixpanel.zip",status="429"} 6.4013e-05 http_request_duration_seconds_count{method="GET",path="/mixpanel.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/mlex.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/mlex.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/mlex.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/mlex.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/mlex.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/mlex.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/mlex.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/mlex.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/mlex.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/mlex.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/mlex.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/mlex.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/mlex.php",status="404"} 0.000150938 http_request_duration_seconds_count{method="GET",path="/mlex.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/mnt.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/mnt.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/mnt.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/mnt.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/mnt.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/mnt.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/mnt.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/mnt.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/mnt.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/mnt.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/mnt.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/mnt.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/mnt.zip",status="429"} 4.101e-05 http_request_duration_seconds_count{method="GET",path="/mnt.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/mobile.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/mobile.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/mobile.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/mobile.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/mobile.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/mobile.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/mobile.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/mobile.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/mobile.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/mobile.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/mobile.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/mobile.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/mobile.zip",status="429"} 4.0168e-05 http_request_duration_seconds_count{method="GET",path="/mobile.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/mode.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/mode.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/mode.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/mode.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/mode.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/mode.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/mode.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/mode.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/mode.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/mode.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/mode.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/mode.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/mode.php",status="404"} 0.000126022 http_request_duration_seconds_count{method="GET",path="/mode.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/models.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/models.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/models.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/models.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/models.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/models.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/models.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/models.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/models.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/models.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/models.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/models.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/models.zip",status="429"} 2.4648e-05 http_request_duration_seconds_count{method="GET",path="/models.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/moderation.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/moderation.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/moderation.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/moderation.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/moderation.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/moderation.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/moderation.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/moderation.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/moderation.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/moderation.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/moderation.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/moderation.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/moderation.php",status="404"} 0.000124988 http_request_duration_seconds_count{method="GET",path="/moderation.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/modules/mod_simplefileuploadv1.3/elements/filemanager.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/modules/mod_simplefileuploadv1.3/elements/filemanager.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/modules/mod_simplefileuploadv1.3/elements/filemanager.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/modules/mod_simplefileuploadv1.3/elements/filemanager.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/modules/mod_simplefileuploadv1.3/elements/filemanager.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/modules/mod_simplefileuploadv1.3/elements/filemanager.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/modules/mod_simplefileuploadv1.3/elements/filemanager.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/modules/mod_simplefileuploadv1.3/elements/filemanager.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/modules/mod_simplefileuploadv1.3/elements/filemanager.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/modules/mod_simplefileuploadv1.3/elements/filemanager.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/modules/mod_simplefileuploadv1.3/elements/filemanager.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/modules/mod_simplefileuploadv1.3/elements/filemanager.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/modules/mod_simplefileuploadv1.3/elements/filemanager.php",status="404"} 0.000135412 http_request_duration_seconds_count{method="GET",path="/modules/mod_simplefileuploadv1.3/elements/filemanager.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/mongo.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/mongo.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/mongo.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/mongo.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/mongo.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/mongo.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/mongo.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/mongo.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/mongo.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/mongo.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/mongo.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/mongo.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/mongo.zip",status="429"} 2.7413e-05 http_request_duration_seconds_count{method="GET",path="/mongo.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/mongodb.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/mongodb.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/mongodb.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/mongodb.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/mongodb.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/mongodb.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/mongodb.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/mongodb.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/mongodb.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/mongodb.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/mongodb.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/mongodb.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/mongodb.zip",status="429"} 4.9235e-05 http_request_duration_seconds_count{method="GET",path="/mongodb.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/mongodb/.env",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/mongodb/.env",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/mongodb/.env",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/mongodb/.env",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/mongodb/.env",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/mongodb/.env",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/mongodb/.env",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/mongodb/.env",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/mongodb/.env",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/mongodb/.env",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/mongodb/.env",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/mongodb/.env",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/mongodb/.env",status="429"} 9.1981e-05 http_request_duration_seconds_count{method="GET",path="/mongodb/.env",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/monitoring.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/monitoring.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/monitoring.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/monitoring.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/monitoring.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/monitoring.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/monitoring.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/monitoring.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/monitoring.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/monitoring.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/monitoring.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/monitoring.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/monitoring.zip",status="429"} 2.5821e-05 http_request_duration_seconds_count{method="GET",path="/monitoring.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/moon.php",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/moon.php",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/moon.php",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/moon.php",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/moon.php",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/moon.php",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/moon.php",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/moon.php",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/moon.php",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/moon.php",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/moon.php",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/moon.php",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/moon.php",status="404"} 0.000415882 http_request_duration_seconds_count{method="GET",path="/moon.php",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/moshou.php",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/moshou.php",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/moshou.php",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/moshou.php",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/moshou.php",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/moshou.php",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/moshou.php",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/moshou.php",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/moshou.php",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/moshou.php",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/moshou.php",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/moshou.php",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/moshou.php",status="404"} 0.00043630000000000003 http_request_duration_seconds_count{method="GET",path="/moshou.php",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/moshou.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/moshou.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/moshou.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/moshou.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/moshou.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/moshou.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/moshou.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/moshou.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/moshou.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/moshou.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/moshou.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/moshou.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/moshou.php",status="429"} 0.00013805 http_request_duration_seconds_count{method="GET",path="/moshou.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/mosty.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/mosty.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/mosty.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/mosty.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/mosty.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/mosty.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/mosty.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/mosty.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/mosty.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/mosty.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/mosty.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/mosty.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/mosty.php",status="404"} 0.000140845 http_request_duration_seconds_count{method="GET",path="/mosty.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/motu.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/motu.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/motu.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/motu.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/motu.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/motu.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/motu.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/motu.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/motu.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/motu.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/motu.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/motu.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/motu.php",status="404"} 0.000316278 http_request_duration_seconds_count{method="GET",path="/motu.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/mpxct.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/mpxct.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/mpxct.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/mpxct.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/mpxct.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/mpxct.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/mpxct.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/mpxct.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/mpxct.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/mpxct.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/mpxct.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/mpxct.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/mpxct.php",status="404"} 0.000144391 http_request_duration_seconds_count{method="GET",path="/mpxct.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/mr.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/mr.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/mr.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/mr.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/mr.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/mr.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/mr.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/mr.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/mr.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/mr.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/mr.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/mr.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/mr.php",status="404"} 0.000138894 http_request_duration_seconds_count{method="GET",path="/mr.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/ms-edit.php",status="404",le="0.005"} 9 http_request_duration_seconds_bucket{method="GET",path="/ms-edit.php",status="404",le="0.01"} 9 http_request_duration_seconds_bucket{method="GET",path="/ms-edit.php",status="404",le="0.025"} 9 http_request_duration_seconds_bucket{method="GET",path="/ms-edit.php",status="404",le="0.05"} 9 http_request_duration_seconds_bucket{method="GET",path="/ms-edit.php",status="404",le="0.1"} 9 http_request_duration_seconds_bucket{method="GET",path="/ms-edit.php",status="404",le="0.25"} 9 http_request_duration_seconds_bucket{method="GET",path="/ms-edit.php",status="404",le="0.5"} 9 http_request_duration_seconds_bucket{method="GET",path="/ms-edit.php",status="404",le="1"} 9 http_request_duration_seconds_bucket{method="GET",path="/ms-edit.php",status="404",le="2.5"} 9 http_request_duration_seconds_bucket{method="GET",path="/ms-edit.php",status="404",le="5"} 9 http_request_duration_seconds_bucket{method="GET",path="/ms-edit.php",status="404",le="10"} 9 http_request_duration_seconds_bucket{method="GET",path="/ms-edit.php",status="404",le="+Inf"} 9 http_request_duration_seconds_sum{method="GET",path="/ms-edit.php",status="404"} 0.0012789849999999996 http_request_duration_seconds_count{method="GET",path="/ms-edit.php",status="404"} 9 http_request_duration_seconds_bucket{method="GET",path="/ms-edit.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/ms-edit.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/ms-edit.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/ms-edit.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/ms-edit.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/ms-edit.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/ms-edit.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/ms-edit.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/ms-edit.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/ms-edit.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/ms-edit.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/ms-edit.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/ms-edit.php",status="429"} 0.000141127 http_request_duration_seconds_count{method="GET",path="/ms-edit.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/ms-files.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/ms-files.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/ms-files.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/ms-files.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/ms-files.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/ms-files.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/ms-files.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/ms-files.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/ms-files.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/ms-files.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/ms-files.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/ms-files.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/ms-files.php",status="404"} 0.000159081 http_request_duration_seconds_count{method="GET",path="/ms-files.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/ms-themes.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/ms-themes.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/ms-themes.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/ms-themes.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/ms-themes.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/ms-themes.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/ms-themes.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/ms-themes.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/ms-themes.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/ms-themes.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/ms-themes.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/ms-themes.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/ms-themes.php",status="404"} 0.000194877 http_request_duration_seconds_count{method="GET",path="/ms-themes.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/ms.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/ms.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/ms.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/ms.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/ms.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/ms.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/ms.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/ms.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/ms.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/ms.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/ms.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/ms.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/ms.php",status="404"} 0.00029883199999999996 http_request_duration_seconds_count{method="GET",path="/ms.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/mssql.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/mssql.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/mssql.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/mssql.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/mssql.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/mssql.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/mssql.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/mssql.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/mssql.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/mssql.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/mssql.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/mssql.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/mssql.zip",status="429"} 5.0854000000000005e-05 http_request_duration_seconds_count{method="GET",path="/mssql.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/music.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/music.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/music.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/music.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/music.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/music.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/music.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/music.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/music.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/music.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/music.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/music.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/music.zip",status="429"} 2.7122999999999998e-05 http_request_duration_seconds_count{method="GET",path="/music.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/my_env/chakaash.py",status="404",le="0.005"} 7 http_request_duration_seconds_bucket{method="GET",path="/my_env/chakaash.py",status="404",le="0.01"} 7 http_request_duration_seconds_bucket{method="GET",path="/my_env/chakaash.py",status="404",le="0.025"} 7 http_request_duration_seconds_bucket{method="GET",path="/my_env/chakaash.py",status="404",le="0.05"} 7 http_request_duration_seconds_bucket{method="GET",path="/my_env/chakaash.py",status="404",le="0.1"} 7 http_request_duration_seconds_bucket{method="GET",path="/my_env/chakaash.py",status="404",le="0.25"} 7 http_request_duration_seconds_bucket{method="GET",path="/my_env/chakaash.py",status="404",le="0.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/my_env/chakaash.py",status="404",le="1"} 7 http_request_duration_seconds_bucket{method="GET",path="/my_env/chakaash.py",status="404",le="2.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/my_env/chakaash.py",status="404",le="5"} 7 http_request_duration_seconds_bucket{method="GET",path="/my_env/chakaash.py",status="404",le="10"} 7 http_request_duration_seconds_bucket{method="GET",path="/my_env/chakaash.py",status="404",le="+Inf"} 7 http_request_duration_seconds_sum{method="GET",path="/my_env/chakaash.py",status="404"} 0.000999144 http_request_duration_seconds_count{method="GET",path="/my_env/chakaash.py",status="404"} 7 http_request_duration_seconds_bucket{method="GET",path="/my_env/newsletter.py",status="404",le="0.005"} 7 http_request_duration_seconds_bucket{method="GET",path="/my_env/newsletter.py",status="404",le="0.01"} 7 http_request_duration_seconds_bucket{method="GET",path="/my_env/newsletter.py",status="404",le="0.025"} 7 http_request_duration_seconds_bucket{method="GET",path="/my_env/newsletter.py",status="404",le="0.05"} 7 http_request_duration_seconds_bucket{method="GET",path="/my_env/newsletter.py",status="404",le="0.1"} 7 http_request_duration_seconds_bucket{method="GET",path="/my_env/newsletter.py",status="404",le="0.25"} 7 http_request_duration_seconds_bucket{method="GET",path="/my_env/newsletter.py",status="404",le="0.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/my_env/newsletter.py",status="404",le="1"} 7 http_request_duration_seconds_bucket{method="GET",path="/my_env/newsletter.py",status="404",le="2.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/my_env/newsletter.py",status="404",le="5"} 7 http_request_duration_seconds_bucket{method="GET",path="/my_env/newsletter.py",status="404",le="10"} 7 http_request_duration_seconds_bucket{method="GET",path="/my_env/newsletter.py",status="404",le="+Inf"} 7 http_request_duration_seconds_sum{method="GET",path="/my_env/newsletter.py",status="404"} 0.001038426 http_request_duration_seconds_count{method="GET",path="/my_env/newsletter.py",status="404"} 7 http_request_duration_seconds_bucket{method="GET",path="/my_env/palash.py",status="404",le="0.005"} 7 http_request_duration_seconds_bucket{method="GET",path="/my_env/palash.py",status="404",le="0.01"} 7 http_request_duration_seconds_bucket{method="GET",path="/my_env/palash.py",status="404",le="0.025"} 7 http_request_duration_seconds_bucket{method="GET",path="/my_env/palash.py",status="404",le="0.05"} 7 http_request_duration_seconds_bucket{method="GET",path="/my_env/palash.py",status="404",le="0.1"} 7 http_request_duration_seconds_bucket{method="GET",path="/my_env/palash.py",status="404",le="0.25"} 7 http_request_duration_seconds_bucket{method="GET",path="/my_env/palash.py",status="404",le="0.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/my_env/palash.py",status="404",le="1"} 7 http_request_duration_seconds_bucket{method="GET",path="/my_env/palash.py",status="404",le="2.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/my_env/palash.py",status="404",le="5"} 7 http_request_duration_seconds_bucket{method="GET",path="/my_env/palash.py",status="404",le="10"} 7 http_request_duration_seconds_bucket{method="GET",path="/my_env/palash.py",status="404",le="+Inf"} 7 http_request_duration_seconds_sum{method="GET",path="/my_env/palash.py",status="404"} 0.001023233 http_request_duration_seconds_count{method="GET",path="/my_env/palash.py",status="404"} 7 http_request_duration_seconds_bucket{method="GET",path="/myfile.php",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/myfile.php",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/myfile.php",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/myfile.php",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/myfile.php",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/myfile.php",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/myfile.php",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/myfile.php",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/myfile.php",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/myfile.php",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/myfile.php",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/myfile.php",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/myfile.php",status="404"} 0.00042013 http_request_duration_seconds_count{method="GET",path="/myfile.php",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/myproject/settings.py",status="429",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/myproject/settings.py",status="429",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/myproject/settings.py",status="429",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/myproject/settings.py",status="429",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/myproject/settings.py",status="429",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/myproject/settings.py",status="429",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/myproject/settings.py",status="429",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/myproject/settings.py",status="429",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/myproject/settings.py",status="429",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/myproject/settings.py",status="429",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/myproject/settings.py",status="429",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/myproject/settings.py",status="429",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/myproject/settings.py",status="429"} 0.000287429 http_request_duration_seconds_count{method="GET",path="/myproject/settings.py",status="429"} 4 http_request_duration_seconds_bucket{method="GET",path="/mysql.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/mysql.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/mysql.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/mysql.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/mysql.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/mysql.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/mysql.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/mysql.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/mysql.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/mysql.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/mysql.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/mysql.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/mysql.zip",status="429"} 3.7339e-05 http_request_duration_seconds_count{method="GET",path="/mysql.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/mysql/.env",status="429",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/mysql/.env",status="429",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/mysql/.env",status="429",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/mysql/.env",status="429",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/mysql/.env",status="429",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/mysql/.env",status="429",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/mysql/.env",status="429",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/mysql/.env",status="429",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/mysql/.env",status="429",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/mysql/.env",status="429",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/mysql/.env",status="429",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/mysql/.env",status="429",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/mysql/.env",status="429"} 0.000182826 http_request_duration_seconds_count{method="GET",path="/mysql/.env",status="429"} 3 http_request_duration_seconds_bucket{method="GET",path="/mysqldump.7z",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/mysqldump.7z",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/mysqldump.7z",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/mysqldump.7z",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/mysqldump.7z",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/mysqldump.7z",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/mysqldump.7z",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/mysqldump.7z",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/mysqldump.7z",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/mysqldump.7z",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/mysqldump.7z",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/mysqldump.7z",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/mysqldump.7z",status="404"} 0.000132659 http_request_duration_seconds_count{method="GET",path="/mysqldump.7z",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/mysqldump.bz2",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/mysqldump.bz2",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/mysqldump.bz2",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/mysqldump.bz2",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/mysqldump.bz2",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/mysqldump.bz2",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/mysqldump.bz2",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/mysqldump.bz2",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/mysqldump.bz2",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/mysqldump.bz2",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/mysqldump.bz2",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/mysqldump.bz2",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/mysqldump.bz2",status="404"} 0.000132713 http_request_duration_seconds_count{method="GET",path="/mysqldump.bz2",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/mysqldump.gz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/mysqldump.gz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/mysqldump.gz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/mysqldump.gz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/mysqldump.gz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/mysqldump.gz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/mysqldump.gz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/mysqldump.gz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/mysqldump.gz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/mysqldump.gz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/mysqldump.gz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/mysqldump.gz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/mysqldump.gz",status="404"} 0.000142934 http_request_duration_seconds_count{method="GET",path="/mysqldump.gz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/mysqldump.rar",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/mysqldump.rar",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/mysqldump.rar",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/mysqldump.rar",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/mysqldump.rar",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/mysqldump.rar",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/mysqldump.rar",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/mysqldump.rar",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/mysqldump.rar",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/mysqldump.rar",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/mysqldump.rar",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/mysqldump.rar",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/mysqldump.rar",status="404"} 0.000132426 http_request_duration_seconds_count{method="GET",path="/mysqldump.rar",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/mysqldump.sql",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/mysqldump.sql",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/mysqldump.sql",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/mysqldump.sql",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/mysqldump.sql",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/mysqldump.sql",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/mysqldump.sql",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/mysqldump.sql",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/mysqldump.sql",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/mysqldump.sql",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/mysqldump.sql",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/mysqldump.sql",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/mysqldump.sql",status="404"} 0.000133247 http_request_duration_seconds_count{method="GET",path="/mysqldump.sql",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/mysqldump.sql.bz2",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/mysqldump.sql.bz2",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/mysqldump.sql.bz2",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/mysqldump.sql.bz2",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/mysqldump.sql.bz2",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/mysqldump.sql.bz2",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/mysqldump.sql.bz2",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/mysqldump.sql.bz2",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/mysqldump.sql.bz2",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/mysqldump.sql.bz2",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/mysqldump.sql.bz2",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/mysqldump.sql.bz2",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/mysqldump.sql.bz2",status="404"} 0.000129428 http_request_duration_seconds_count{method="GET",path="/mysqldump.sql.bz2",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/mysqldump.sql.gz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/mysqldump.sql.gz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/mysqldump.sql.gz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/mysqldump.sql.gz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/mysqldump.sql.gz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/mysqldump.sql.gz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/mysqldump.sql.gz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/mysqldump.sql.gz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/mysqldump.sql.gz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/mysqldump.sql.gz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/mysqldump.sql.gz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/mysqldump.sql.gz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/mysqldump.sql.gz",status="404"} 0.000137988 http_request_duration_seconds_count{method="GET",path="/mysqldump.sql.gz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/mysqldump.tar",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/mysqldump.tar",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/mysqldump.tar",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/mysqldump.tar",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/mysqldump.tar",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/mysqldump.tar",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/mysqldump.tar",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/mysqldump.tar",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/mysqldump.tar",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/mysqldump.tar",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/mysqldump.tar",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/mysqldump.tar",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/mysqldump.tar",status="404"} 0.000131886 http_request_duration_seconds_count{method="GET",path="/mysqldump.tar",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/mysqldump.tar.bz2",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/mysqldump.tar.bz2",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/mysqldump.tar.bz2",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/mysqldump.tar.bz2",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/mysqldump.tar.bz2",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/mysqldump.tar.bz2",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/mysqldump.tar.bz2",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/mysqldump.tar.bz2",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/mysqldump.tar.bz2",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/mysqldump.tar.bz2",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/mysqldump.tar.bz2",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/mysqldump.tar.bz2",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/mysqldump.tar.bz2",status="404"} 0.000145171 http_request_duration_seconds_count{method="GET",path="/mysqldump.tar.bz2",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/mysqldump.tar.gz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/mysqldump.tar.gz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/mysqldump.tar.gz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/mysqldump.tar.gz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/mysqldump.tar.gz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/mysqldump.tar.gz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/mysqldump.tar.gz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/mysqldump.tar.gz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/mysqldump.tar.gz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/mysqldump.tar.gz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/mysqldump.tar.gz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/mysqldump.tar.gz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/mysqldump.tar.gz",status="404"} 0.000145748 http_request_duration_seconds_count{method="GET",path="/mysqldump.tar.gz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/mysqldump.tar.xz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/mysqldump.tar.xz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/mysqldump.tar.xz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/mysqldump.tar.xz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/mysqldump.tar.xz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/mysqldump.tar.xz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/mysqldump.tar.xz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/mysqldump.tar.xz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/mysqldump.tar.xz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/mysqldump.tar.xz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/mysqldump.tar.xz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/mysqldump.tar.xz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/mysqldump.tar.xz",status="404"} 0.000126996 http_request_duration_seconds_count{method="GET",path="/mysqldump.tar.xz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/mysqldump.tgz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/mysqldump.tgz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/mysqldump.tgz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/mysqldump.tgz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/mysqldump.tgz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/mysqldump.tgz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/mysqldump.tgz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/mysqldump.tgz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/mysqldump.tgz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/mysqldump.tgz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/mysqldump.tgz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/mysqldump.tgz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/mysqldump.tgz",status="404"} 0.000144287 http_request_duration_seconds_count{method="GET",path="/mysqldump.tgz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/mysqldump.zip",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/mysqldump.zip",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/mysqldump.zip",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/mysqldump.zip",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/mysqldump.zip",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/mysqldump.zip",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/mysqldump.zip",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/mysqldump.zip",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/mysqldump.zip",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/mysqldump.zip",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/mysqldump.zip",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/mysqldump.zip",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/mysqldump.zip",status="404"} 0.000147491 http_request_duration_seconds_count{method="GET",path="/mysqldump.zip",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/mysqldump.zst",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/mysqldump.zst",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/mysqldump.zst",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/mysqldump.zst",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/mysqldump.zst",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/mysqldump.zst",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/mysqldump.zst",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/mysqldump.zst",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/mysqldump.zst",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/mysqldump.zst",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/mysqldump.zst",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/mysqldump.zst",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/mysqldump.zst",status="404"} 0.000137145 http_request_duration_seconds_count{method="GET",path="/mysqldump.zst",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/mytest/astech_robot.js",status="404",le="0.005"} 7 http_request_duration_seconds_bucket{method="GET",path="/mytest/astech_robot.js",status="404",le="0.01"} 7 http_request_duration_seconds_bucket{method="GET",path="/mytest/astech_robot.js",status="404",le="0.025"} 7 http_request_duration_seconds_bucket{method="GET",path="/mytest/astech_robot.js",status="404",le="0.05"} 7 http_request_duration_seconds_bucket{method="GET",path="/mytest/astech_robot.js",status="404",le="0.1"} 7 http_request_duration_seconds_bucket{method="GET",path="/mytest/astech_robot.js",status="404",le="0.25"} 7 http_request_duration_seconds_bucket{method="GET",path="/mytest/astech_robot.js",status="404",le="0.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/mytest/astech_robot.js",status="404",le="1"} 7 http_request_duration_seconds_bucket{method="GET",path="/mytest/astech_robot.js",status="404",le="2.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/mytest/astech_robot.js",status="404",le="5"} 7 http_request_duration_seconds_bucket{method="GET",path="/mytest/astech_robot.js",status="404",le="10"} 7 http_request_duration_seconds_bucket{method="GET",path="/mytest/astech_robot.js",status="404",le="+Inf"} 7 http_request_duration_seconds_sum{method="GET",path="/mytest/astech_robot.js",status="404"} 0.0010409920000000001 http_request_duration_seconds_count{method="GET",path="/mytest/astech_robot.js",status="404"} 7 http_request_duration_seconds_bucket{method="GET",path="/mytest/astech_robot.js",status="429",le="0.005"} 15 http_request_duration_seconds_bucket{method="GET",path="/mytest/astech_robot.js",status="429",le="0.01"} 15 http_request_duration_seconds_bucket{method="GET",path="/mytest/astech_robot.js",status="429",le="0.025"} 15 http_request_duration_seconds_bucket{method="GET",path="/mytest/astech_robot.js",status="429",le="0.05"} 15 http_request_duration_seconds_bucket{method="GET",path="/mytest/astech_robot.js",status="429",le="0.1"} 15 http_request_duration_seconds_bucket{method="GET",path="/mytest/astech_robot.js",status="429",le="0.25"} 15 http_request_duration_seconds_bucket{method="GET",path="/mytest/astech_robot.js",status="429",le="0.5"} 15 http_request_duration_seconds_bucket{method="GET",path="/mytest/astech_robot.js",status="429",le="1"} 15 http_request_duration_seconds_bucket{method="GET",path="/mytest/astech_robot.js",status="429",le="2.5"} 15 http_request_duration_seconds_bucket{method="GET",path="/mytest/astech_robot.js",status="429",le="5"} 15 http_request_duration_seconds_bucket{method="GET",path="/mytest/astech_robot.js",status="429",le="10"} 15 http_request_duration_seconds_bucket{method="GET",path="/mytest/astech_robot.js",status="429",le="+Inf"} 15 http_request_duration_seconds_sum{method="GET",path="/mytest/astech_robot.js",status="429"} 0.00106559 http_request_duration_seconds_count{method="GET",path="/mytest/astech_robot.js",status="429"} 15 http_request_duration_seconds_bucket{method="GET",path="/n.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/n.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/n.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/n.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/n.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/n.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/n.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/n.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/n.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/n.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/n.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/n.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/n.php",status="404"} 0.000247341 http_request_duration_seconds_count{method="GET",path="/n.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/n3yUmQ6Q9xwQ8ocdefault.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/n3yUmQ6Q9xwQ8ocdefault.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/n3yUmQ6Q9xwQ8ocdefault.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/n3yUmQ6Q9xwQ8ocdefault.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/n3yUmQ6Q9xwQ8ocdefault.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/n3yUmQ6Q9xwQ8ocdefault.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/n3yUmQ6Q9xwQ8ocdefault.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/n3yUmQ6Q9xwQ8ocdefault.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/n3yUmQ6Q9xwQ8ocdefault.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/n3yUmQ6Q9xwQ8ocdefault.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/n3yUmQ6Q9xwQ8ocdefault.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/n3yUmQ6Q9xwQ8ocdefault.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/n3yUmQ6Q9xwQ8ocdefault.php",status="404"} 0.000127741 http_request_duration_seconds_count{method="GET",path="/n3yUmQ6Q9xwQ8ocdefault.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/namecheap.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/namecheap.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/namecheap.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/namecheap.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/namecheap.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/namecheap.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/namecheap.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/namecheap.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/namecheap.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/namecheap.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/namecheap.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/namecheap.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/namecheap.zip",status="429"} 3.4115e-05 http_request_duration_seconds_count{method="GET",path="/namecheap.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/native.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/native.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/native.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/native.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/native.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/native.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/native.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/native.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/native.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/native.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/native.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/native.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/native.zip",status="429"} 5.3497999999999995e-05 http_request_duration_seconds_count{method="GET",path="/native.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/naxc.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/naxc.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/naxc.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/naxc.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/naxc.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/naxc.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/naxc.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/naxc.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/naxc.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/naxc.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/naxc.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/naxc.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/naxc.php",status="404"} 0.000133143 http_request_duration_seconds_count{method="GET",path="/naxc.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/ne2026.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/ne2026.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/ne2026.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/ne2026.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/ne2026.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/ne2026.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/ne2026.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/ne2026.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/ne2026.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/ne2026.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/ne2026.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/ne2026.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/ne2026.php",status="404"} 0.000358191 http_request_duration_seconds_count{method="GET",path="/ne2026.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/neo4j.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/neo4j.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/neo4j.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/neo4j.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/neo4j.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/neo4j.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/neo4j.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/neo4j.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/neo4j.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/neo4j.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/neo4j.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/neo4j.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/neo4j.zip",status="429"} 3.4490000000000004e-05 http_request_duration_seconds_count{method="GET",path="/neo4j.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/nest/.env",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/nest/.env",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/nest/.env",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/nest/.env",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/nest/.env",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/nest/.env",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/nest/.env",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/nest/.env",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/nest/.env",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/nest/.env",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/nest/.env",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/nest/.env",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/nest/.env",status="404"} 0.000149502 http_request_duration_seconds_count{method="GET",path="/nest/.env",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/nest/.env",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/nest/.env",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/nest/.env",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/nest/.env",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/nest/.env",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/nest/.env",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/nest/.env",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/nest/.env",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/nest/.env",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/nest/.env",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/nest/.env",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/nest/.env",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/nest/.env",status="429"} 8.5263e-05 http_request_duration_seconds_count{method="GET",path="/nest/.env",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/netlify.toml",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/netlify.toml",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/netlify.toml",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/netlify.toml",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/netlify.toml",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/netlify.toml",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/netlify.toml",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/netlify.toml",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/netlify.toml",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/netlify.toml",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/netlify.toml",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/netlify.toml",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/netlify.toml",status="429"} 9.1589e-05 http_request_duration_seconds_count{method="GET",path="/netlify.toml",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/new.php",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/new.php",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/new.php",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/new.php",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/new.php",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/new.php",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/new.php",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/new.php",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/new.php",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/new.php",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/new.php",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/new.php",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/new.php",status="404"} 0.000434645 http_request_duration_seconds_count{method="GET",path="/new.php",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/new.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/new.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/new.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/new.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/new.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/new.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/new.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/new.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/new.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/new.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/new.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/new.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/new.php",status="429"} 0.000128053 http_request_duration_seconds_count{method="GET",path="/new.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/new.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/new.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/new.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/new.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/new.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/new.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/new.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/new.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/new.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/new.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/new.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/new.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/new.zip",status="429"} 3.6176e-05 http_request_duration_seconds_count{method="GET",path="/new.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/new/.env",status="404",le="0.005"} 7 http_request_duration_seconds_bucket{method="GET",path="/new/.env",status="404",le="0.01"} 7 http_request_duration_seconds_bucket{method="GET",path="/new/.env",status="404",le="0.025"} 7 http_request_duration_seconds_bucket{method="GET",path="/new/.env",status="404",le="0.05"} 7 http_request_duration_seconds_bucket{method="GET",path="/new/.env",status="404",le="0.1"} 7 http_request_duration_seconds_bucket{method="GET",path="/new/.env",status="404",le="0.25"} 7 http_request_duration_seconds_bucket{method="GET",path="/new/.env",status="404",le="0.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/new/.env",status="404",le="1"} 7 http_request_duration_seconds_bucket{method="GET",path="/new/.env",status="404",le="2.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/new/.env",status="404",le="5"} 7 http_request_duration_seconds_bucket{method="GET",path="/new/.env",status="404",le="10"} 7 http_request_duration_seconds_bucket{method="GET",path="/new/.env",status="404",le="+Inf"} 7 http_request_duration_seconds_sum{method="GET",path="/new/.env",status="404"} 0.000977208 http_request_duration_seconds_count{method="GET",path="/new/.env",status="404"} 7 http_request_duration_seconds_bucket{method="GET",path="/new/.env",status="429",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/new/.env",status="429",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/new/.env",status="429",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/new/.env",status="429",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/new/.env",status="429",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/new/.env",status="429",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/new/.env",status="429",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/new/.env",status="429",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/new/.env",status="429",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/new/.env",status="429",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/new/.env",status="429",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/new/.env",status="429",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/new/.env",status="429"} 0.00029388600000000004 http_request_duration_seconds_count{method="GET",path="/new/.env",status="429"} 4 http_request_duration_seconds_bucket{method="GET",path="/new/.env.local",status="404",le="0.005"} 7 http_request_duration_seconds_bucket{method="GET",path="/new/.env.local",status="404",le="0.01"} 7 http_request_duration_seconds_bucket{method="GET",path="/new/.env.local",status="404",le="0.025"} 7 http_request_duration_seconds_bucket{method="GET",path="/new/.env.local",status="404",le="0.05"} 7 http_request_duration_seconds_bucket{method="GET",path="/new/.env.local",status="404",le="0.1"} 7 http_request_duration_seconds_bucket{method="GET",path="/new/.env.local",status="404",le="0.25"} 7 http_request_duration_seconds_bucket{method="GET",path="/new/.env.local",status="404",le="0.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/new/.env.local",status="404",le="1"} 7 http_request_duration_seconds_bucket{method="GET",path="/new/.env.local",status="404",le="2.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/new/.env.local",status="404",le="5"} 7 http_request_duration_seconds_bucket{method="GET",path="/new/.env.local",status="404",le="10"} 7 http_request_duration_seconds_bucket{method="GET",path="/new/.env.local",status="404",le="+Inf"} 7 http_request_duration_seconds_sum{method="GET",path="/new/.env.local",status="404"} 0.000993068 http_request_duration_seconds_count{method="GET",path="/new/.env.local",status="404"} 7 http_request_duration_seconds_bucket{method="GET",path="/new/.env.production",status="404",le="0.005"} 7 http_request_duration_seconds_bucket{method="GET",path="/new/.env.production",status="404",le="0.01"} 7 http_request_duration_seconds_bucket{method="GET",path="/new/.env.production",status="404",le="0.025"} 7 http_request_duration_seconds_bucket{method="GET",path="/new/.env.production",status="404",le="0.05"} 7 http_request_duration_seconds_bucket{method="GET",path="/new/.env.production",status="404",le="0.1"} 7 http_request_duration_seconds_bucket{method="GET",path="/new/.env.production",status="404",le="0.25"} 7 http_request_duration_seconds_bucket{method="GET",path="/new/.env.production",status="404",le="0.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/new/.env.production",status="404",le="1"} 7 http_request_duration_seconds_bucket{method="GET",path="/new/.env.production",status="404",le="2.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/new/.env.production",status="404",le="5"} 7 http_request_duration_seconds_bucket{method="GET",path="/new/.env.production",status="404",le="10"} 7 http_request_duration_seconds_bucket{method="GET",path="/new/.env.production",status="404",le="+Inf"} 7 http_request_duration_seconds_sum{method="GET",path="/new/.env.production",status="404"} 0.001010137 http_request_duration_seconds_count{method="GET",path="/new/.env.production",status="404"} 7 http_request_duration_seconds_bucket{method="GET",path="/new/.env.staging",status="404",le="0.005"} 7 http_request_duration_seconds_bucket{method="GET",path="/new/.env.staging",status="404",le="0.01"} 7 http_request_duration_seconds_bucket{method="GET",path="/new/.env.staging",status="404",le="0.025"} 7 http_request_duration_seconds_bucket{method="GET",path="/new/.env.staging",status="404",le="0.05"} 7 http_request_duration_seconds_bucket{method="GET",path="/new/.env.staging",status="404",le="0.1"} 7 http_request_duration_seconds_bucket{method="GET",path="/new/.env.staging",status="404",le="0.25"} 7 http_request_duration_seconds_bucket{method="GET",path="/new/.env.staging",status="404",le="0.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/new/.env.staging",status="404",le="1"} 7 http_request_duration_seconds_bucket{method="GET",path="/new/.env.staging",status="404",le="2.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/new/.env.staging",status="404",le="5"} 7 http_request_duration_seconds_bucket{method="GET",path="/new/.env.staging",status="404",le="10"} 7 http_request_duration_seconds_bucket{method="GET",path="/new/.env.staging",status="404",le="+Inf"} 7 http_request_duration_seconds_sum{method="GET",path="/new/.env.staging",status="404"} 0.001029665 http_request_duration_seconds_count{method="GET",path="/new/.env.staging",status="404"} 7 http_request_duration_seconds_bucket{method="GET",path="/new4.php",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/new4.php",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/new4.php",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/new4.php",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/new4.php",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/new4.php",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/new4.php",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/new4.php",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/new4.php",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/new4.php",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/new4.php",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/new4.php",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/new4.php",status="404"} 0.00044596800000000004 http_request_duration_seconds_count{method="GET",path="/new4.php",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/newrelic.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/newrelic.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/newrelic.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/newrelic.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/newrelic.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/newrelic.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/newrelic.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/newrelic.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/newrelic.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/newrelic.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/newrelic.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/newrelic.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/newrelic.zip",status="429"} 4.338e-05 http_request_duration_seconds_count{method="GET",path="/newrelic.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/newsletter.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/newsletter.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/newsletter.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/newsletter.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/newsletter.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/newsletter.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/newsletter.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/newsletter.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/newsletter.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/newsletter.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/newsletter.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/newsletter.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/newsletter.zip",status="429"} 3.5996e-05 http_request_duration_seconds_count{method="GET",path="/newsletter.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/newsletter/.env",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/newsletter/.env",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/newsletter/.env",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/newsletter/.env",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/newsletter/.env",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/newsletter/.env",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/newsletter/.env",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/newsletter/.env",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/newsletter/.env",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/newsletter/.env",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/newsletter/.env",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/newsletter/.env",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/newsletter/.env",status="404"} 0.000127713 http_request_duration_seconds_count{method="GET",path="/newsletter/.env",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/newsletter/.env",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/newsletter/.env",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/newsletter/.env",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/newsletter/.env",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/newsletter/.env",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/newsletter/.env",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/newsletter/.env",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/newsletter/.env",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/newsletter/.env",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/newsletter/.env",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/newsletter/.env",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/newsletter/.env",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/newsletter/.env",status="429"} 9.7222e-05 http_request_duration_seconds_count{method="GET",path="/newsletter/.env",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/nexmo.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/nexmo.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/nexmo.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/nexmo.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/nexmo.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/nexmo.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/nexmo.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/nexmo.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/nexmo.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/nexmo.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/nexmo.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/nexmo.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/nexmo.php",status="404"} 0.000106383 http_request_duration_seconds_count{method="GET",path="/nexmo.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/nexmo.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/nexmo.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/nexmo.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/nexmo.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/nexmo.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/nexmo.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/nexmo.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/nexmo.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/nexmo.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/nexmo.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/nexmo.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/nexmo.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/nexmo.php",status="429"} 0.000114523 http_request_duration_seconds_count{method="GET",path="/nexmo.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/next.config.js",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/next.config.js",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/next.config.js",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/next.config.js",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/next.config.js",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/next.config.js",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/next.config.js",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/next.config.js",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/next.config.js",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/next.config.js",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/next.config.js",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/next.config.js",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/next.config.js",status="404"} 0.000140242 http_request_duration_seconds_count{method="GET",path="/next.config.js",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/next/.env",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/next/.env",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/next/.env",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/next/.env",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/next/.env",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/next/.env",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/next/.env",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/next/.env",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/next/.env",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/next/.env",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/next/.env",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/next/.env",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/next/.env",status="404"} 0.000143152 http_request_duration_seconds_count{method="GET",path="/next/.env",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/next/.env",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/next/.env",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/next/.env",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/next/.env",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/next/.env",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/next/.env",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/next/.env",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/next/.env",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/next/.env",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/next/.env",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/next/.env",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/next/.env",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/next/.env",status="429"} 7.7992e-05 http_request_duration_seconds_count{method="GET",path="/next/.env",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/nextjs.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/nextjs.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/nextjs.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/nextjs.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/nextjs.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/nextjs.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/nextjs.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/nextjs.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/nextjs.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/nextjs.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/nextjs.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/nextjs.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/nextjs.zip",status="429"} 3.4605e-05 http_request_duration_seconds_count{method="GET",path="/nextjs.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/nfile.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/nfile.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/nfile.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/nfile.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/nfile.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/nfile.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/nfile.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/nfile.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/nfile.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/nfile.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/nfile.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/nfile.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/nfile.php",status="404"} 0.000166628 http_request_duration_seconds_count{method="GET",path="/nfile.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/ng.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/ng.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/ng.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/ng.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/ng.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/ng.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/ng.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/ng.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/ng.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/ng.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/ng.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/ng.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/ng.php",status="404"} 0.000293899 http_request_duration_seconds_count{method="GET",path="/ng.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/ng.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/ng.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/ng.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/ng.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/ng.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/ng.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/ng.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/ng.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/ng.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/ng.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/ng.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/ng.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/ng.php",status="429"} 0.00011082 http_request_duration_seconds_count{method="GET",path="/ng.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/nginx.conf",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/nginx.conf",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/nginx.conf",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/nginx.conf",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/nginx.conf",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/nginx.conf",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/nginx.conf",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/nginx.conf",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/nginx.conf",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/nginx.conf",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/nginx.conf",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/nginx.conf",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/nginx.conf",status="404"} 0.000124506 http_request_duration_seconds_count{method="GET",path="/nginx.conf",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/nginx/.env",status="404",le="0.005"} 7 http_request_duration_seconds_bucket{method="GET",path="/nginx/.env",status="404",le="0.01"} 7 http_request_duration_seconds_bucket{method="GET",path="/nginx/.env",status="404",le="0.025"} 7 http_request_duration_seconds_bucket{method="GET",path="/nginx/.env",status="404",le="0.05"} 7 http_request_duration_seconds_bucket{method="GET",path="/nginx/.env",status="404",le="0.1"} 7 http_request_duration_seconds_bucket{method="GET",path="/nginx/.env",status="404",le="0.25"} 7 http_request_duration_seconds_bucket{method="GET",path="/nginx/.env",status="404",le="0.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/nginx/.env",status="404",le="1"} 7 http_request_duration_seconds_bucket{method="GET",path="/nginx/.env",status="404",le="2.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/nginx/.env",status="404",le="5"} 7 http_request_duration_seconds_bucket{method="GET",path="/nginx/.env",status="404",le="10"} 7 http_request_duration_seconds_bucket{method="GET",path="/nginx/.env",status="404",le="+Inf"} 7 http_request_duration_seconds_sum{method="GET",path="/nginx/.env",status="404"} 0.000980026 http_request_duration_seconds_count{method="GET",path="/nginx/.env",status="404"} 7 http_request_duration_seconds_bucket{method="GET",path="/no1.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/no1.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/no1.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/no1.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/no1.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/no1.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/no1.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/no1.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/no1.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/no1.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/no1.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/no1.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/no1.php",status="404"} 0.000129714 http_request_duration_seconds_count{method="GET",path="/no1.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/no20.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/no20.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/no20.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/no20.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/no20.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/no20.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/no20.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/no20.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/no20.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/no20.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/no20.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/no20.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/no20.php",status="404"} 0.000276651 http_request_duration_seconds_count{method="GET",path="/no20.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/node-api/.env",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/node-api/.env",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/node-api/.env",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/node-api/.env",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/node-api/.env",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/node-api/.env",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/node-api/.env",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/node-api/.env",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/node-api/.env",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/node-api/.env",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/node-api/.env",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/node-api/.env",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/node-api/.env",status="429"} 0.00022883500000000001 http_request_duration_seconds_count{method="GET",path="/node-api/.env",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/node/.env",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/node/.env",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/node/.env",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/node/.env",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/node/.env",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/node/.env",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/node/.env",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/node/.env",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/node/.env",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/node/.env",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/node/.env",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/node/.env",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/node/.env",status="404"} 0.000150795 http_request_duration_seconds_count{method="GET",path="/node/.env",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/node/.env",status="429",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/node/.env",status="429",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/node/.env",status="429",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/node/.env",status="429",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/node/.env",status="429",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/node/.env",status="429",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/node/.env",status="429",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/node/.env",status="429",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/node/.env",status="429",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/node/.env",status="429",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/node/.env",status="429",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/node/.env",status="429",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/node/.env",status="429"} 0.000283214 http_request_duration_seconds_count{method="GET",path="/node/.env",status="429"} 3 http_request_duration_seconds_bucket{method="GET",path="/node/.env_example",status="404",le="0.005"} 7 http_request_duration_seconds_bucket{method="GET",path="/node/.env_example",status="404",le="0.01"} 7 http_request_duration_seconds_bucket{method="GET",path="/node/.env_example",status="404",le="0.025"} 7 http_request_duration_seconds_bucket{method="GET",path="/node/.env_example",status="404",le="0.05"} 7 http_request_duration_seconds_bucket{method="GET",path="/node/.env_example",status="404",le="0.1"} 7 http_request_duration_seconds_bucket{method="GET",path="/node/.env_example",status="404",le="0.25"} 7 http_request_duration_seconds_bucket{method="GET",path="/node/.env_example",status="404",le="0.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/node/.env_example",status="404",le="1"} 7 http_request_duration_seconds_bucket{method="GET",path="/node/.env_example",status="404",le="2.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/node/.env_example",status="404",le="5"} 7 http_request_duration_seconds_bucket{method="GET",path="/node/.env_example",status="404",le="10"} 7 http_request_duration_seconds_bucket{method="GET",path="/node/.env_example",status="404",le="+Inf"} 7 http_request_duration_seconds_sum{method="GET",path="/node/.env_example",status="404"} 0.000941504 http_request_duration_seconds_count{method="GET",path="/node/.env_example",status="404"} 7 http_request_duration_seconds_bucket{method="GET",path="/node/api/.env",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/node/api/.env",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/node/api/.env",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/node/api/.env",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/node/api/.env",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/node/api/.env",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/node/api/.env",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/node/api/.env",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/node/api/.env",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/node/api/.env",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/node/api/.env",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/node/api/.env",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/node/api/.env",status="429"} 0.000180151 http_request_duration_seconds_count{method="GET",path="/node/api/.env",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/node/backend/.env",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/node/backend/.env",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/node/backend/.env",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/node/backend/.env",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/node/backend/.env",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/node/backend/.env",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/node/backend/.env",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/node/backend/.env",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/node/backend/.env",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/node/backend/.env",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/node/backend/.env",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/node/backend/.env",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/node/backend/.env",status="429"} 0.000226107 http_request_duration_seconds_count{method="GET",path="/node/backend/.env",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/node_modules.7z",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/node_modules.7z",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/node_modules.7z",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/node_modules.7z",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/node_modules.7z",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/node_modules.7z",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/node_modules.7z",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/node_modules.7z",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/node_modules.7z",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/node_modules.7z",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/node_modules.7z",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/node_modules.7z",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/node_modules.7z",status="404"} 0.000127666 http_request_duration_seconds_count{method="GET",path="/node_modules.7z",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/node_modules.bz2",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/node_modules.bz2",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/node_modules.bz2",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/node_modules.bz2",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/node_modules.bz2",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/node_modules.bz2",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/node_modules.bz2",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/node_modules.bz2",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/node_modules.bz2",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/node_modules.bz2",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/node_modules.bz2",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/node_modules.bz2",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/node_modules.bz2",status="404"} 0.000143954 http_request_duration_seconds_count{method="GET",path="/node_modules.bz2",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/node_modules.gz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/node_modules.gz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/node_modules.gz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/node_modules.gz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/node_modules.gz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/node_modules.gz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/node_modules.gz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/node_modules.gz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/node_modules.gz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/node_modules.gz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/node_modules.gz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/node_modules.gz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/node_modules.gz",status="404"} 0.000156861 http_request_duration_seconds_count{method="GET",path="/node_modules.gz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/node_modules.rar",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/node_modules.rar",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/node_modules.rar",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/node_modules.rar",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/node_modules.rar",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/node_modules.rar",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/node_modules.rar",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/node_modules.rar",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/node_modules.rar",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/node_modules.rar",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/node_modules.rar",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/node_modules.rar",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/node_modules.rar",status="404"} 0.000159322 http_request_duration_seconds_count{method="GET",path="/node_modules.rar",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/node_modules.sql",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/node_modules.sql",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/node_modules.sql",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/node_modules.sql",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/node_modules.sql",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/node_modules.sql",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/node_modules.sql",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/node_modules.sql",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/node_modules.sql",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/node_modules.sql",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/node_modules.sql",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/node_modules.sql",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/node_modules.sql",status="404"} 0.000201091 http_request_duration_seconds_count{method="GET",path="/node_modules.sql",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/node_modules.sql.bz2",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/node_modules.sql.bz2",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/node_modules.sql.bz2",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/node_modules.sql.bz2",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/node_modules.sql.bz2",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/node_modules.sql.bz2",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/node_modules.sql.bz2",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/node_modules.sql.bz2",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/node_modules.sql.bz2",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/node_modules.sql.bz2",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/node_modules.sql.bz2",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/node_modules.sql.bz2",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/node_modules.sql.bz2",status="404"} 0.000139182 http_request_duration_seconds_count{method="GET",path="/node_modules.sql.bz2",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/node_modules.sql.gz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/node_modules.sql.gz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/node_modules.sql.gz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/node_modules.sql.gz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/node_modules.sql.gz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/node_modules.sql.gz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/node_modules.sql.gz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/node_modules.sql.gz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/node_modules.sql.gz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/node_modules.sql.gz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/node_modules.sql.gz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/node_modules.sql.gz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/node_modules.sql.gz",status="404"} 0.000172219 http_request_duration_seconds_count{method="GET",path="/node_modules.sql.gz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/node_modules.tar",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/node_modules.tar",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/node_modules.tar",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/node_modules.tar",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/node_modules.tar",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/node_modules.tar",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/node_modules.tar",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/node_modules.tar",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/node_modules.tar",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/node_modules.tar",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/node_modules.tar",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/node_modules.tar",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/node_modules.tar",status="404"} 0.000142014 http_request_duration_seconds_count{method="GET",path="/node_modules.tar",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/node_modules.tar.bz2",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/node_modules.tar.bz2",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/node_modules.tar.bz2",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/node_modules.tar.bz2",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/node_modules.tar.bz2",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/node_modules.tar.bz2",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/node_modules.tar.bz2",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/node_modules.tar.bz2",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/node_modules.tar.bz2",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/node_modules.tar.bz2",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/node_modules.tar.bz2",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/node_modules.tar.bz2",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/node_modules.tar.bz2",status="404"} 0.000130592 http_request_duration_seconds_count{method="GET",path="/node_modules.tar.bz2",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/node_modules.tar.gz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/node_modules.tar.gz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/node_modules.tar.gz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/node_modules.tar.gz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/node_modules.tar.gz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/node_modules.tar.gz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/node_modules.tar.gz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/node_modules.tar.gz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/node_modules.tar.gz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/node_modules.tar.gz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/node_modules.tar.gz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/node_modules.tar.gz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/node_modules.tar.gz",status="404"} 0.000135009 http_request_duration_seconds_count{method="GET",path="/node_modules.tar.gz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/node_modules.tar.xz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/node_modules.tar.xz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/node_modules.tar.xz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/node_modules.tar.xz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/node_modules.tar.xz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/node_modules.tar.xz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/node_modules.tar.xz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/node_modules.tar.xz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/node_modules.tar.xz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/node_modules.tar.xz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/node_modules.tar.xz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/node_modules.tar.xz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/node_modules.tar.xz",status="404"} 0.000119981 http_request_duration_seconds_count{method="GET",path="/node_modules.tar.xz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/node_modules.tgz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/node_modules.tgz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/node_modules.tgz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/node_modules.tgz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/node_modules.tgz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/node_modules.tgz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/node_modules.tgz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/node_modules.tgz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/node_modules.tgz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/node_modules.tgz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/node_modules.tgz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/node_modules.tgz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/node_modules.tgz",status="404"} 0.000136924 http_request_duration_seconds_count{method="GET",path="/node_modules.tgz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/node_modules.zip",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/node_modules.zip",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/node_modules.zip",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/node_modules.zip",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/node_modules.zip",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/node_modules.zip",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/node_modules.zip",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/node_modules.zip",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/node_modules.zip",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/node_modules.zip",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/node_modules.zip",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/node_modules.zip",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/node_modules.zip",status="404"} 0.000146611 http_request_duration_seconds_count{method="GET",path="/node_modules.zip",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/node_modules.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/node_modules.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/node_modules.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/node_modules.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/node_modules.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/node_modules.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/node_modules.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/node_modules.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/node_modules.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/node_modules.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/node_modules.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/node_modules.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/node_modules.zip",status="429"} 4.4603999999999995e-05 http_request_duration_seconds_count{method="GET",path="/node_modules.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/node_modules.zst",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/node_modules.zst",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/node_modules.zst",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/node_modules.zst",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/node_modules.zst",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/node_modules.zst",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/node_modules.zst",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/node_modules.zst",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/node_modules.zst",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/node_modules.zst",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/node_modules.zst",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/node_modules.zst",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/node_modules.zst",status="404"} 0.000126662 http_request_duration_seconds_count{method="GET",path="/node_modules.zst",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/node_modules/.env",status="404",le="0.005"} 7 http_request_duration_seconds_bucket{method="GET",path="/node_modules/.env",status="404",le="0.01"} 7 http_request_duration_seconds_bucket{method="GET",path="/node_modules/.env",status="404",le="0.025"} 7 http_request_duration_seconds_bucket{method="GET",path="/node_modules/.env",status="404",le="0.05"} 7 http_request_duration_seconds_bucket{method="GET",path="/node_modules/.env",status="404",le="0.1"} 7 http_request_duration_seconds_bucket{method="GET",path="/node_modules/.env",status="404",le="0.25"} 7 http_request_duration_seconds_bucket{method="GET",path="/node_modules/.env",status="404",le="0.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/node_modules/.env",status="404",le="1"} 7 http_request_duration_seconds_bucket{method="GET",path="/node_modules/.env",status="404",le="2.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/node_modules/.env",status="404",le="5"} 7 http_request_duration_seconds_bucket{method="GET",path="/node_modules/.env",status="404",le="10"} 7 http_request_duration_seconds_bucket{method="GET",path="/node_modules/.env",status="404",le="+Inf"} 7 http_request_duration_seconds_sum{method="GET",path="/node_modules/.env",status="404"} 0.000994618 http_request_duration_seconds_count{method="GET",path="/node_modules/.env",status="404"} 7 http_request_duration_seconds_bucket{method="GET",path="/nodeapi/.env",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/nodeapi/.env",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/nodeapi/.env",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/nodeapi/.env",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/nodeapi/.env",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/nodeapi/.env",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/nodeapi/.env",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/nodeapi/.env",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/nodeapi/.env",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/nodeapi/.env",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/nodeapi/.env",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/nodeapi/.env",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/nodeapi/.env",status="429"} 0.00022255499999999999 http_request_duration_seconds_count{method="GET",path="/nodeapi/.env",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/nodejs.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/nodejs.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/nodejs.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/nodejs.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/nodejs.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/nodejs.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/nodejs.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/nodejs.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/nodejs.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/nodejs.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/nodejs.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/nodejs.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/nodejs.zip",status="429"} 2.4998e-05 http_request_duration_seconds_count{method="GET",path="/nodejs.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/nodeweb/.env",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/nodeweb/.env",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/nodeweb/.env",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/nodeweb/.env",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/nodeweb/.env",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/nodeweb/.env",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/nodeweb/.env",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/nodeweb/.env",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/nodeweb/.env",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/nodeweb/.env",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/nodeweb/.env",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/nodeweb/.env",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/nodeweb/.env",status="429"} 0.000232651 http_request_duration_seconds_count{method="GET",path="/nodeweb/.env",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/notifications.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/notifications.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/notifications.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/notifications.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/notifications.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/notifications.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/notifications.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/notifications.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/notifications.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/notifications.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/notifications.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/notifications.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/notifications.zip",status="429"} 2.9356e-05 http_request_duration_seconds_count{method="GET",path="/notifications.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/notifications/*",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/notifications/*",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/notifications/*",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/notifications/*",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/notifications/*",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/notifications/*",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/notifications/*",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/notifications/*",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/notifications/*",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/notifications/*",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/notifications/*",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/notifications/*",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/notifications/*",status="429"} 0.00023398 http_request_duration_seconds_count{method="GET",path="/notifications/*",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/notifications/.env",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/notifications/.env",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/notifications/.env",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/notifications/.env",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/notifications/.env",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/notifications/.env",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/notifications/.env",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/notifications/.env",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/notifications/.env",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/notifications/.env",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/notifications/.env",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/notifications/.env",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/notifications/.env",status="404"} 0.000141765 http_request_duration_seconds_count{method="GET",path="/notifications/.env",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/notifications/.env",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/notifications/.env",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/notifications/.env",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/notifications/.env",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/notifications/.env",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/notifications/.env",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/notifications/.env",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/notifications/.env",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/notifications/.env",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/notifications/.env",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/notifications/.env",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/notifications/.env",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/notifications/.env",status="429"} 0.00010387 http_request_duration_seconds_count{method="GET",path="/notifications/.env",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/notify/.env",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/notify/.env",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/notify/.env",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/notify/.env",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/notify/.env",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/notify/.env",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/notify/.env",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/notify/.env",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/notify/.env",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/notify/.env",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/notify/.env",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/notify/.env",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/notify/.env",status="404"} 0.000142216 http_request_duration_seconds_count{method="GET",path="/notify/.env",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/notify/.env",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/notify/.env",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/notify/.env",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/notify/.env",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/notify/.env",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/notify/.env",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/notify/.env",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/notify/.env",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/notify/.env",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/notify/.env",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/notify/.env",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/notify/.env",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/notify/.env",status="429"} 0.000105384 http_request_duration_seconds_count{method="GET",path="/notify/.env",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/nox.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/nox.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/nox.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/nox.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/nox.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/nox.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/nox.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/nox.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/nox.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/nox.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/nox.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/nox.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/nox.php",status="404"} 0.00026559800000000003 http_request_duration_seconds_count{method="GET",path="/nox.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/npm.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/npm.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/npm.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/npm.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/npm.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/npm.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/npm.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/npm.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/npm.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/npm.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/npm.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/npm.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/npm.zip",status="429"} 3.257e-05 http_request_duration_seconds_count{method="GET",path="/npm.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/nuxt.config.js",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/nuxt.config.js",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/nuxt.config.js",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/nuxt.config.js",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/nuxt.config.js",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/nuxt.config.js",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/nuxt.config.js",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/nuxt.config.js",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/nuxt.config.js",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/nuxt.config.js",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/nuxt.config.js",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/nuxt.config.js",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/nuxt.config.js",status="404"} 0.000146595 http_request_duration_seconds_count{method="GET",path="/nuxt.config.js",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/nuxt/.env",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/nuxt/.env",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/nuxt/.env",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/nuxt/.env",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/nuxt/.env",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/nuxt/.env",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/nuxt/.env",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/nuxt/.env",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/nuxt/.env",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/nuxt/.env",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/nuxt/.env",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/nuxt/.env",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/nuxt/.env",status="404"} 0.00013017 http_request_duration_seconds_count{method="GET",path="/nuxt/.env",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/nuxt/.env",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/nuxt/.env",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/nuxt/.env",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/nuxt/.env",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/nuxt/.env",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/nuxt/.env",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/nuxt/.env",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/nuxt/.env",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/nuxt/.env",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/nuxt/.env",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/nuxt/.env",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/nuxt/.env",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/nuxt/.env",status="429"} 7.531e-05 http_request_duration_seconds_count{method="GET",path="/nuxt/.env",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/nuxtjs.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/nuxtjs.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/nuxtjs.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/nuxtjs.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/nuxtjs.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/nuxtjs.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/nuxtjs.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/nuxtjs.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/nuxtjs.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/nuxtjs.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/nuxtjs.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/nuxtjs.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/nuxtjs.zip",status="429"} 2.5521000000000002e-05 http_request_duration_seconds_count{method="GET",path="/nuxtjs.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/nw.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/nw.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/nw.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/nw.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/nw.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/nw.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/nw.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/nw.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/nw.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/nw.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/nw.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/nw.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/nw.php",status="404"} 0.000142096 http_request_duration_seconds_count{method="GET",path="/nw.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/nxx.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/nxx.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/nxx.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/nxx.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/nxx.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/nxx.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/nxx.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/nxx.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/nxx.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/nxx.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/nxx.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/nxx.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/nxx.php",status="404"} 0.000163819 http_request_duration_seconds_count{method="GET",path="/nxx.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/o.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/o.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/o.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/o.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/o.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/o.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/o.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/o.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/o.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/o.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/o.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/o.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/o.php",status="404"} 0.000269431 http_request_duration_seconds_count{method="GET",path="/o.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/oauth.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/oauth.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/oauth.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/oauth.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/oauth.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/oauth.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/oauth.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/oauth.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/oauth.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/oauth.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/oauth.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/oauth.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/oauth.zip",status="429"} 3.2531000000000004e-05 http_request_duration_seconds_count{method="GET",path="/oauth.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/oauth/*",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/oauth/*",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/oauth/*",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/oauth/*",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/oauth/*",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/oauth/*",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/oauth/*",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/oauth/*",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/oauth/*",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/oauth/*",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/oauth/*",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/oauth/*",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/oauth/*",status="429"} 0.00023277600000000002 http_request_duration_seconds_count{method="GET",path="/oauth/*",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/oauth/authorize",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/oauth/authorize",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/oauth/authorize",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/oauth/authorize",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/oauth/authorize",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/oauth/authorize",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/oauth/authorize",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/oauth/authorize",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/oauth/authorize",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/oauth/authorize",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/oauth/authorize",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/oauth/authorize",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/oauth/authorize",status="429"} 0.00022031200000000001 http_request_duration_seconds_count{method="GET",path="/oauth/authorize",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/ogghjd.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/ogghjd.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/ogghjd.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/ogghjd.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/ogghjd.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/ogghjd.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/ogghjd.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/ogghjd.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/ogghjd.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/ogghjd.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/ogghjd.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/ogghjd.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/ogghjd.php",status="404"} 0.000148038 http_request_duration_seconds_count{method="GET",path="/ogghjd.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/ok.php",status="404",le="0.005"} 5 http_request_duration_seconds_bucket{method="GET",path="/ok.php",status="404",le="0.01"} 5 http_request_duration_seconds_bucket{method="GET",path="/ok.php",status="404",le="0.025"} 5 http_request_duration_seconds_bucket{method="GET",path="/ok.php",status="404",le="0.05"} 5 http_request_duration_seconds_bucket{method="GET",path="/ok.php",status="404",le="0.1"} 5 http_request_duration_seconds_bucket{method="GET",path="/ok.php",status="404",le="0.25"} 5 http_request_duration_seconds_bucket{method="GET",path="/ok.php",status="404",le="0.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/ok.php",status="404",le="1"} 5 http_request_duration_seconds_bucket{method="GET",path="/ok.php",status="404",le="2.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/ok.php",status="404",le="5"} 5 http_request_duration_seconds_bucket{method="GET",path="/ok.php",status="404",le="10"} 5 http_request_duration_seconds_bucket{method="GET",path="/ok.php",status="404",le="+Inf"} 5 http_request_duration_seconds_sum{method="GET",path="/ok.php",status="404"} 0.000739597 http_request_duration_seconds_count{method="GET",path="/ok.php",status="404"} 5 http_request_duration_seconds_bucket{method="GET",path="/ok.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/ok.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/ok.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/ok.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/ok.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/ok.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/ok.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/ok.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/ok.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/ok.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/ok.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/ok.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/ok.php",status="429"} 0.000112114 http_request_duration_seconds_count{method="GET",path="/ok.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/okxh.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/okxh.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/okxh.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/okxh.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/okxh.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/okxh.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/okxh.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/okxh.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/okxh.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/okxh.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/okxh.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/okxh.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/okxh.php",status="404"} 0.000276452 http_request_duration_seconds_count{method="GET",path="/okxh.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/old.7z",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/old.7z",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/old.7z",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/old.7z",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/old.7z",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/old.7z",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/old.7z",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/old.7z",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/old.7z",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/old.7z",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/old.7z",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/old.7z",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/old.7z",status="404"} 0.00013824 http_request_duration_seconds_count{method="GET",path="/old.7z",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/old.bz2",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/old.bz2",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/old.bz2",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/old.bz2",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/old.bz2",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/old.bz2",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/old.bz2",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/old.bz2",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/old.bz2",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/old.bz2",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/old.bz2",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/old.bz2",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/old.bz2",status="404"} 0.000164428 http_request_duration_seconds_count{method="GET",path="/old.bz2",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/old.gz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/old.gz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/old.gz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/old.gz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/old.gz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/old.gz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/old.gz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/old.gz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/old.gz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/old.gz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/old.gz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/old.gz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/old.gz",status="404"} 0.000167631 http_request_duration_seconds_count{method="GET",path="/old.gz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/old.rar",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/old.rar",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/old.rar",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/old.rar",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/old.rar",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/old.rar",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/old.rar",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/old.rar",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/old.rar",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/old.rar",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/old.rar",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/old.rar",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/old.rar",status="404"} 0.000132133 http_request_duration_seconds_count{method="GET",path="/old.rar",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/old.sql",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/old.sql",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/old.sql",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/old.sql",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/old.sql",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/old.sql",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/old.sql",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/old.sql",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/old.sql",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/old.sql",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/old.sql",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/old.sql",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/old.sql",status="404"} 0.000140448 http_request_duration_seconds_count{method="GET",path="/old.sql",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/old.sql.bz2",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/old.sql.bz2",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/old.sql.bz2",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/old.sql.bz2",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/old.sql.bz2",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/old.sql.bz2",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/old.sql.bz2",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/old.sql.bz2",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/old.sql.bz2",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/old.sql.bz2",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/old.sql.bz2",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/old.sql.bz2",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/old.sql.bz2",status="404"} 0.000138305 http_request_duration_seconds_count{method="GET",path="/old.sql.bz2",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/old.sql.gz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/old.sql.gz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/old.sql.gz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/old.sql.gz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/old.sql.gz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/old.sql.gz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/old.sql.gz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/old.sql.gz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/old.sql.gz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/old.sql.gz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/old.sql.gz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/old.sql.gz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/old.sql.gz",status="404"} 0.000129878 http_request_duration_seconds_count{method="GET",path="/old.sql.gz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/old.tar",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/old.tar",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/old.tar",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/old.tar",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/old.tar",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/old.tar",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/old.tar",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/old.tar",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/old.tar",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/old.tar",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/old.tar",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/old.tar",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/old.tar",status="404"} 0.000141805 http_request_duration_seconds_count{method="GET",path="/old.tar",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/old.tar.bz2",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/old.tar.bz2",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/old.tar.bz2",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/old.tar.bz2",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/old.tar.bz2",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/old.tar.bz2",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/old.tar.bz2",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/old.tar.bz2",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/old.tar.bz2",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/old.tar.bz2",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/old.tar.bz2",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/old.tar.bz2",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/old.tar.bz2",status="404"} 0.000124857 http_request_duration_seconds_count{method="GET",path="/old.tar.bz2",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/old.tar.gz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/old.tar.gz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/old.tar.gz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/old.tar.gz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/old.tar.gz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/old.tar.gz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/old.tar.gz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/old.tar.gz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/old.tar.gz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/old.tar.gz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/old.tar.gz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/old.tar.gz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/old.tar.gz",status="404"} 0.000142756 http_request_duration_seconds_count{method="GET",path="/old.tar.gz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/old.tar.xz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/old.tar.xz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/old.tar.xz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/old.tar.xz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/old.tar.xz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/old.tar.xz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/old.tar.xz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/old.tar.xz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/old.tar.xz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/old.tar.xz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/old.tar.xz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/old.tar.xz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/old.tar.xz",status="404"} 0.000144704 http_request_duration_seconds_count{method="GET",path="/old.tar.xz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/old.tgz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/old.tgz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/old.tgz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/old.tgz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/old.tgz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/old.tgz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/old.tgz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/old.tgz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/old.tgz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/old.tgz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/old.tgz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/old.tgz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/old.tgz",status="404"} 0.000150754 http_request_duration_seconds_count{method="GET",path="/old.tgz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/old.zip",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/old.zip",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/old.zip",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/old.zip",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/old.zip",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/old.zip",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/old.zip",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/old.zip",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/old.zip",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/old.zip",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/old.zip",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/old.zip",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/old.zip",status="404"} 0.000154531 http_request_duration_seconds_count{method="GET",path="/old.zip",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/old.zip",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/old.zip",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/old.zip",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/old.zip",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/old.zip",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/old.zip",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/old.zip",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/old.zip",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/old.zip",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/old.zip",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/old.zip",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/old.zip",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/old.zip",status="429"} 1.4823e-05 http_request_duration_seconds_count{method="GET",path="/old.zip",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/old.zst",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/old.zst",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/old.zst",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/old.zst",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/old.zst",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/old.zst",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/old.zst",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/old.zst",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/old.zst",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/old.zst",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/old.zst",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/old.zst",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/old.zst",status="404"} 0.00015285 http_request_duration_seconds_count{method="GET",path="/old.zst",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/old/.env",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/old/.env",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/old/.env",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/old/.env",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/old/.env",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/old/.env",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/old/.env",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/old/.env",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/old/.env",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/old/.env",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/old/.env",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/old/.env",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/old/.env",status="404"} 0.000135306 http_request_duration_seconds_count{method="GET",path="/old/.env",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/old/.env",status="429",le="0.005"} 5 http_request_duration_seconds_bucket{method="GET",path="/old/.env",status="429",le="0.01"} 5 http_request_duration_seconds_bucket{method="GET",path="/old/.env",status="429",le="0.025"} 5 http_request_duration_seconds_bucket{method="GET",path="/old/.env",status="429",le="0.05"} 5 http_request_duration_seconds_bucket{method="GET",path="/old/.env",status="429",le="0.1"} 5 http_request_duration_seconds_bucket{method="GET",path="/old/.env",status="429",le="0.25"} 5 http_request_duration_seconds_bucket{method="GET",path="/old/.env",status="429",le="0.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/old/.env",status="429",le="1"} 5 http_request_duration_seconds_bucket{method="GET",path="/old/.env",status="429",le="2.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/old/.env",status="429",le="5"} 5 http_request_duration_seconds_bucket{method="GET",path="/old/.env",status="429",le="10"} 5 http_request_duration_seconds_bucket{method="GET",path="/old/.env",status="429",le="+Inf"} 5 http_request_duration_seconds_sum{method="GET",path="/old/.env",status="429"} 0.00048584699999999997 http_request_duration_seconds_count{method="GET",path="/old/.env",status="429"} 5 http_request_duration_seconds_bucket{method="GET",path="/old/aws_config",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/old/aws_config",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/old/aws_config",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/old/aws_config",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/old/aws_config",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/old/aws_config",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/old/aws_config",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/old/aws_config",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/old/aws_config",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/old/aws_config",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/old/aws_config",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/old/aws_config",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/old/aws_config",status="404"} 0.000104633 http_request_duration_seconds_count{method="GET",path="/old/aws_config",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/old/aws_config",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/old/aws_config",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/old/aws_config",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/old/aws_config",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/old/aws_config",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/old/aws_config",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/old/aws_config",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/old/aws_config",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/old/aws_config",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/old/aws_config",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/old/aws_config",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/old/aws_config",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/old/aws_config",status="429"} 0.000100797 http_request_duration_seconds_count{method="GET",path="/old/aws_config",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/old/info.php",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/old/info.php",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/old/info.php",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/old/info.php",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/old/info.php",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/old/info.php",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/old/info.php",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/old/info.php",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/old/info.php",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/old/info.php",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/old/info.php",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/old/info.php",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/old/info.php",status="429"} 0.000100097 http_request_duration_seconds_count{method="GET",path="/old/info.php",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/old/phpinfo.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/old/phpinfo.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/old/phpinfo.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/old/phpinfo.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/old/phpinfo.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/old/phpinfo.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/old/phpinfo.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/old/phpinfo.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/old/phpinfo.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/old/phpinfo.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/old/phpinfo.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/old/phpinfo.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/old/phpinfo.php",status="404"} 0.000148828 http_request_duration_seconds_count{method="GET",path="/old/phpinfo.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/old/phpinfo.php",status="429",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/old/phpinfo.php",status="429",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/old/phpinfo.php",status="429",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/old/phpinfo.php",status="429",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/old/phpinfo.php",status="429",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/old/phpinfo.php",status="429",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/old/phpinfo.php",status="429",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/old/phpinfo.php",status="429",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/old/phpinfo.php",status="429",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/old/phpinfo.php",status="429",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/old/phpinfo.php",status="429",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/old/phpinfo.php",status="429",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/old/phpinfo.php",status="429"} 0.000249316 http_request_duration_seconds_count{method="GET",path="/old/phpinfo.php",status="429"} 3 http_request_duration_seconds_bucket{method="GET",path="/old_phpinfo.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/old_phpinfo.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/old_phpinfo.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/old_phpinfo.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/old_phpinfo.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/old_phpinfo.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/old_phpinfo.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/old_phpinfo.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/old_phpinfo.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/old_phpinfo.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/old_phpinfo.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/old_phpinfo.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/old_phpinfo.php",status="404"} 0.000142783 http_request_duration_seconds_count{method="GET",path="/old_phpinfo.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/old_phpinfo.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/old_phpinfo.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/old_phpinfo.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/old_phpinfo.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/old_phpinfo.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/old_phpinfo.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/old_phpinfo.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/old_phpinfo.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/old_phpinfo.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/old_phpinfo.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/old_phpinfo.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/old_phpinfo.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/old_phpinfo.php",status="429"} 7.4202e-05 http_request_duration_seconds_count{method="GET",path="/old_phpinfo.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/olik.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/olik.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/olik.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/olik.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/olik.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/olik.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/olik.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/olik.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/olik.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/olik.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/olik.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/olik.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/olik.php",status="404"} 0.00031039999999999996 http_request_duration_seconds_count{method="GET",path="/olik.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/one.php",status="404",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/one.php",status="404",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/one.php",status="404",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/one.php",status="404",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/one.php",status="404",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/one.php",status="404",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/one.php",status="404",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/one.php",status="404",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/one.php",status="404",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/one.php",status="404",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/one.php",status="404",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/one.php",status="404",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/one.php",status="404"} 0.000562049 http_request_duration_seconds_count{method="GET",path="/one.php",status="404"} 4 http_request_duration_seconds_bucket{method="GET",path="/one.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/one.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/one.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/one.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/one.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/one.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/one.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/one.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/one.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/one.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/one.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/one.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/one.php",status="429"} 0.000125617 http_request_duration_seconds_count{method="GET",path="/one.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/onedrive.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/onedrive.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/onedrive.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/onedrive.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/onedrive.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/onedrive.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/onedrive.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/onedrive.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/onedrive.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/onedrive.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/onedrive.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/onedrive.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/onedrive.zip",status="429"} 1.8521e-05 http_request_duration_seconds_count{method="GET",path="/onedrive.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/op.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/op.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/op.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/op.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/op.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/op.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/op.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/op.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/op.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/op.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/op.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/op.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/op.php",status="404"} 0.000142695 http_request_duration_seconds_count{method="GET",path="/op.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/openapi.json",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/openapi.json",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/openapi.json",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/openapi.json",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/openapi.json",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/openapi.json",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/openapi.json",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/openapi.json",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/openapi.json",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/openapi.json",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/openapi.json",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/openapi.json",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/openapi.json",status="404"} 0.000120329 http_request_duration_seconds_count{method="GET",path="/openapi.json",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/openapi.json",status="429",le="0.005"} 18 http_request_duration_seconds_bucket{method="GET",path="/openapi.json",status="429",le="0.01"} 18 http_request_duration_seconds_bucket{method="GET",path="/openapi.json",status="429",le="0.025"} 18 http_request_duration_seconds_bucket{method="GET",path="/openapi.json",status="429",le="0.05"} 18 http_request_duration_seconds_bucket{method="GET",path="/openapi.json",status="429",le="0.1"} 18 http_request_duration_seconds_bucket{method="GET",path="/openapi.json",status="429",le="0.25"} 18 http_request_duration_seconds_bucket{method="GET",path="/openapi.json",status="429",le="0.5"} 18 http_request_duration_seconds_bucket{method="GET",path="/openapi.json",status="429",le="1"} 18 http_request_duration_seconds_bucket{method="GET",path="/openapi.json",status="429",le="2.5"} 18 http_request_duration_seconds_bucket{method="GET",path="/openapi.json",status="429",le="5"} 18 http_request_duration_seconds_bucket{method="GET",path="/openapi.json",status="429",le="10"} 18 http_request_duration_seconds_bucket{method="GET",path="/openapi.json",status="429",le="+Inf"} 18 http_request_duration_seconds_sum{method="GET",path="/openapi.json",status="429"} 0.0014800949999999998 http_request_duration_seconds_count{method="GET",path="/openapi.json",status="429"} 18 http_request_duration_seconds_bucket{method="GET",path="/opencart.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/opencart.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/opencart.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/opencart.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/opencart.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/opencart.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/opencart.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/opencart.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/opencart.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/opencart.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/opencart.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/opencart.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/opencart.zip",status="429"} 2.536e-05 http_request_duration_seconds_count{method="GET",path="/opencart.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/ops.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/ops.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/ops.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/ops.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/ops.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/ops.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/ops.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/ops.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/ops.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/ops.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/ops.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/ops.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/ops.php",status="404"} 0.000133069 http_request_duration_seconds_count{method="GET",path="/ops.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/opt.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/opt.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/opt.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/opt.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/opt.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/opt.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/opt.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/opt.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/opt.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/opt.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/opt.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/opt.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/opt.zip",status="429"} 3.7606e-05 http_request_duration_seconds_count{method="GET",path="/opt.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/opt/.env",status="429",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/opt/.env",status="429",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/opt/.env",status="429",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/opt/.env",status="429",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/opt/.env",status="429",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/opt/.env",status="429",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/opt/.env",status="429",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/opt/.env",status="429",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/opt/.env",status="429",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/opt/.env",status="429",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/opt/.env",status="429",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/opt/.env",status="429",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/opt/.env",status="429"} 0.000355506 http_request_duration_seconds_count{method="GET",path="/opt/.env",status="429"} 3 http_request_duration_seconds_bucket{method="GET",path="/opt/mailcow-dockerized/mailcow.conf",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/opt/mailcow-dockerized/mailcow.conf",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/opt/mailcow-dockerized/mailcow.conf",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/opt/mailcow-dockerized/mailcow.conf",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/opt/mailcow-dockerized/mailcow.conf",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/opt/mailcow-dockerized/mailcow.conf",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/opt/mailcow-dockerized/mailcow.conf",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/opt/mailcow-dockerized/mailcow.conf",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/opt/mailcow-dockerized/mailcow.conf",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/opt/mailcow-dockerized/mailcow.conf",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/opt/mailcow-dockerized/mailcow.conf",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/opt/mailcow-dockerized/mailcow.conf",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/opt/mailcow-dockerized/mailcow.conf",status="404"} 0.000111356 http_request_duration_seconds_count{method="GET",path="/opt/mailcow-dockerized/mailcow.conf",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/opt/mailcow-dockerized/mailcow.conf",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/opt/mailcow-dockerized/mailcow.conf",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/opt/mailcow-dockerized/mailcow.conf",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/opt/mailcow-dockerized/mailcow.conf",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/opt/mailcow-dockerized/mailcow.conf",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/opt/mailcow-dockerized/mailcow.conf",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/opt/mailcow-dockerized/mailcow.conf",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/opt/mailcow-dockerized/mailcow.conf",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/opt/mailcow-dockerized/mailcow.conf",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/opt/mailcow-dockerized/mailcow.conf",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/opt/mailcow-dockerized/mailcow.conf",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/opt/mailcow-dockerized/mailcow.conf",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/opt/mailcow-dockerized/mailcow.conf",status="429"} 9.4091e-05 http_request_duration_seconds_count{method="GET",path="/opt/mailcow-dockerized/mailcow.conf",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/options.php",status="404",le="0.005"} 5 http_request_duration_seconds_bucket{method="GET",path="/options.php",status="404",le="0.01"} 5 http_request_duration_seconds_bucket{method="GET",path="/options.php",status="404",le="0.025"} 5 http_request_duration_seconds_bucket{method="GET",path="/options.php",status="404",le="0.05"} 5 http_request_duration_seconds_bucket{method="GET",path="/options.php",status="404",le="0.1"} 5 http_request_duration_seconds_bucket{method="GET",path="/options.php",status="404",le="0.25"} 5 http_request_duration_seconds_bucket{method="GET",path="/options.php",status="404",le="0.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/options.php",status="404",le="1"} 5 http_request_duration_seconds_bucket{method="GET",path="/options.php",status="404",le="2.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/options.php",status="404",le="5"} 5 http_request_duration_seconds_bucket{method="GET",path="/options.php",status="404",le="10"} 5 http_request_duration_seconds_bucket{method="GET",path="/options.php",status="404",le="+Inf"} 5 http_request_duration_seconds_sum{method="GET",path="/options.php",status="404"} 0.000705853 http_request_duration_seconds_count{method="GET",path="/options.php",status="404"} 5 http_request_duration_seconds_bucket{method="GET",path="/options.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/options.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/options.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/options.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/options.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/options.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/options.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/options.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/options.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/options.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/options.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/options.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/options.zip",status="429"} 5.8667e-05 http_request_duration_seconds_count{method="GET",path="/options.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/opts.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/opts.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/opts.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/opts.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/opts.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/opts.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/opts.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/opts.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/opts.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/opts.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/opts.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/opts.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/opts.php",status="404"} 0.000203049 http_request_duration_seconds_count{method="GET",path="/opts.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/oracle.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/oracle.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/oracle.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/oracle.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/oracle.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/oracle.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/oracle.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/oracle.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/oracle.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/oracle.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/oracle.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/oracle.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/oracle.zip",status="429"} 6.1019999999999995e-05 http_request_duration_seconds_count{method="GET",path="/oracle.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/orders.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/orders.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/orders.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/orders.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/orders.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/orders.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/orders.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/orders.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/orders.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/orders.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/orders.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/orders.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/orders.zip",status="429"} 3.8647e-05 http_request_duration_seconds_count{method="GET",path="/orders.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/orders/*",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/orders/*",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/orders/*",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/orders/*",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/orders/*",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/orders/*",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/orders/*",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/orders/*",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/orders/*",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/orders/*",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/orders/*",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/orders/*",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/orders/*",status="429"} 0.000204486 http_request_duration_seconds_count{method="GET",path="/orders/*",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/organization.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/organization.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/organization.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/organization.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/organization.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/organization.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/organization.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/organization.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/organization.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/organization.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/organization.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/organization.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/organization.zip",status="429"} 4.3469e-05 http_request_duration_seconds_count{method="GET",path="/organization.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/ortasekerli1.php",status="404",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/ortasekerli1.php",status="404",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/ortasekerli1.php",status="404",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/ortasekerli1.php",status="404",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/ortasekerli1.php",status="404",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/ortasekerli1.php",status="404",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/ortasekerli1.php",status="404",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/ortasekerli1.php",status="404",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/ortasekerli1.php",status="404",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/ortasekerli1.php",status="404",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/ortasekerli1.php",status="404",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/ortasekerli1.php",status="404",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/ortasekerli1.php",status="404"} 0.0005567370000000001 http_request_duration_seconds_count{method="GET",path="/ortasekerli1.php",status="404"} 4 http_request_duration_seconds_bucket{method="GET",path="/os.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/os.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/os.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/os.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/os.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/os.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/os.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/os.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/os.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/os.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/os.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/os.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/os.zip",status="429"} 4.1752e-05 http_request_duration_seconds_count{method="GET",path="/os.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/other.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/other.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/other.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/other.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/other.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/other.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/other.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/other.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/other.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/other.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/other.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/other.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/other.zip",status="429"} 4.2515e-05 http_request_duration_seconds_count{method="GET",path="/other.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/ouh.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/ouh.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/ouh.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/ouh.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/ouh.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/ouh.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/ouh.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/ouh.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/ouh.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/ouh.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/ouh.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/ouh.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/ouh.php",status="404"} 0.000126881 http_request_duration_seconds_count{method="GET",path="/ouh.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/outbox.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/outbox.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/outbox.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/outbox.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/outbox.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/outbox.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/outbox.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/outbox.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/outbox.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/outbox.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/outbox.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/outbox.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/outbox.zip",status="429"} 2.9232e-05 http_request_duration_seconds_count{method="GET",path="/outbox.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/output.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/output.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/output.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/output.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/output.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/output.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/output.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/output.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/output.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/output.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/output.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/output.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/output.zip",status="429"} 2.7709e-05 http_request_duration_seconds_count{method="GET",path="/output.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/ova.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/ova.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/ova.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/ova.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/ova.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/ova.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/ova.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/ova.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/ova.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/ova.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/ova.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/ova.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/ova.php",status="404"} 0.00027888100000000003 http_request_duration_seconds_count{method="GET",path="/ova.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/ox.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/ox.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/ox.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/ox.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/ox.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/ox.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/ox.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/ox.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/ox.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/ox.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/ox.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/ox.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/ox.php",status="404"} 0.000143815 http_request_duration_seconds_count{method="GET",path="/ox.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/p.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/p.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/p.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/p.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/p.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/p.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/p.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/p.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/p.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/p.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/p.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/p.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/p.php",status="404"} 0.000282534 http_request_duration_seconds_count{method="GET",path="/p.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/p.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/p.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/p.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/p.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/p.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/p.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/p.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/p.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/p.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/p.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/p.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/p.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/p.php",status="429"} 0.000107669 http_request_duration_seconds_count{method="GET",path="/p.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/package-lock.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/package-lock.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/package-lock.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/package-lock.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/package-lock.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/package-lock.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/package-lock.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/package-lock.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/package-lock.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/package-lock.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/package-lock.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/package-lock.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/package-lock.zip",status="429"} 2.5025e-05 http_request_duration_seconds_count{method="GET",path="/package-lock.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/package-updates/",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/package-updates/",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/package-updates/",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/package-updates/",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/package-updates/",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/package-updates/",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/package-updates/",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/package-updates/",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/package-updates/",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/package-updates/",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/package-updates/",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/package-updates/",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/package-updates/",status="429"} 0.000189488 http_request_duration_seconds_count{method="GET",path="/package-updates/",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/package-updates/*",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/package-updates/*",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/package-updates/*",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/package-updates/*",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/package-updates/*",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/package-updates/*",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/package-updates/*",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/package-updates/*",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/package-updates/*",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/package-updates/*",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/package-updates/*",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/package-updates/*",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/package-updates/*",status="429"} 0.000211882 http_request_duration_seconds_count{method="GET",path="/package-updates/*",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/package-updates/*.cgi",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/package-updates/*.cgi",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/package-updates/*.cgi",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/package-updates/*.cgi",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/package-updates/*.cgi",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/package-updates/*.cgi",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/package-updates/*.cgi",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/package-updates/*.cgi",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/package-updates/*.cgi",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/package-updates/*.cgi",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/package-updates/*.cgi",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/package-updates/*.cgi",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/package-updates/*.cgi",status="429"} 0.000237021 http_request_duration_seconds_count{method="GET",path="/package-updates/*.cgi",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/package-updates/apt.cgi",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/package-updates/apt.cgi",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/package-updates/apt.cgi",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/package-updates/apt.cgi",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/package-updates/apt.cgi",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/package-updates/apt.cgi",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/package-updates/apt.cgi",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/package-updates/apt.cgi",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/package-updates/apt.cgi",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/package-updates/apt.cgi",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/package-updates/apt.cgi",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/package-updates/apt.cgi",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/package-updates/apt.cgi",status="429"} 0.00023034 http_request_duration_seconds_count{method="GET",path="/package-updates/apt.cgi",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/package-updates/download.cgi",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/package-updates/download.cgi",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/package-updates/download.cgi",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/package-updates/download.cgi",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/package-updates/download.cgi",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/package-updates/download.cgi",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/package-updates/download.cgi",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/package-updates/download.cgi",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/package-updates/download.cgi",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/package-updates/download.cgi",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/package-updates/download.cgi",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/package-updates/download.cgi",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/package-updates/download.cgi",status="429"} 0.000207542 http_request_duration_seconds_count{method="GET",path="/package-updates/download.cgi",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/package-updates/index.cgi",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/package-updates/index.cgi",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/package-updates/index.cgi",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/package-updates/index.cgi",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/package-updates/index.cgi",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/package-updates/index.cgi",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/package-updates/index.cgi",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/package-updates/index.cgi",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/package-updates/index.cgi",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/package-updates/index.cgi",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/package-updates/index.cgi",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/package-updates/index.cgi",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/package-updates/index.cgi",status="429"} 0.000193037 http_request_duration_seconds_count{method="GET",path="/package-updates/index.cgi",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/package-updates/install.cgi",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/package-updates/install.cgi",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/package-updates/install.cgi",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/package-updates/install.cgi",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/package-updates/install.cgi",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/package-updates/install.cgi",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/package-updates/install.cgi",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/package-updates/install.cgi",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/package-updates/install.cgi",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/package-updates/install.cgi",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/package-updates/install.cgi",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/package-updates/install.cgi",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/package-updates/install.cgi",status="429"} 0.00021322 http_request_duration_seconds_count{method="GET",path="/package-updates/install.cgi",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/package-updates/perform.cgi",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/package-updates/perform.cgi",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/package-updates/perform.cgi",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/package-updates/perform.cgi",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/package-updates/perform.cgi",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/package-updates/perform.cgi",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/package-updates/perform.cgi",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/package-updates/perform.cgi",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/package-updates/perform.cgi",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/package-updates/perform.cgi",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/package-updates/perform.cgi",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/package-updates/perform.cgi",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/package-updates/perform.cgi",status="429"} 0.00023930700000000002 http_request_duration_seconds_count{method="GET",path="/package-updates/perform.cgi",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/package-updates/refresh.cgi",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/package-updates/refresh.cgi",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/package-updates/refresh.cgi",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/package-updates/refresh.cgi",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/package-updates/refresh.cgi",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/package-updates/refresh.cgi",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/package-updates/refresh.cgi",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/package-updates/refresh.cgi",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/package-updates/refresh.cgi",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/package-updates/refresh.cgi",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/package-updates/refresh.cgi",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/package-updates/refresh.cgi",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/package-updates/refresh.cgi",status="429"} 0.00022804299999999998 http_request_duration_seconds_count{method="GET",path="/package-updates/refresh.cgi",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/package-updates/save.cgi",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/package-updates/save.cgi",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/package-updates/save.cgi",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/package-updates/save.cgi",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/package-updates/save.cgi",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/package-updates/save.cgi",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/package-updates/save.cgi",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/package-updates/save.cgi",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/package-updates/save.cgi",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/package-updates/save.cgi",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/package-updates/save.cgi",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/package-updates/save.cgi",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/package-updates/save.cgi",status="429"} 0.000251179 http_request_duration_seconds_count{method="GET",path="/package-updates/save.cgi",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/package-updates/update.cgi",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/package-updates/update.cgi",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/package-updates/update.cgi",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/package-updates/update.cgi",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/package-updates/update.cgi",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/package-updates/update.cgi",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/package-updates/update.cgi",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/package-updates/update.cgi",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/package-updates/update.cgi",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/package-updates/update.cgi",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/package-updates/update.cgi",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/package-updates/update.cgi",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/package-updates/update.cgi",status="429"} 0.000218628 http_request_duration_seconds_count{method="GET",path="/package-updates/update.cgi",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/package-updates/yum.cgi",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/package-updates/yum.cgi",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/package-updates/yum.cgi",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/package-updates/yum.cgi",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/package-updates/yum.cgi",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/package-updates/yum.cgi",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/package-updates/yum.cgi",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/package-updates/yum.cgi",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/package-updates/yum.cgi",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/package-updates/yum.cgi",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/package-updates/yum.cgi",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/package-updates/yum.cgi",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/package-updates/yum.cgi",status="404"} 0.000132584 http_request_duration_seconds_count{method="GET",path="/package-updates/yum.cgi",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/package-updates/yum.cgi",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/package-updates/yum.cgi",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/package-updates/yum.cgi",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/package-updates/yum.cgi",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/package-updates/yum.cgi",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/package-updates/yum.cgi",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/package-updates/yum.cgi",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/package-updates/yum.cgi",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/package-updates/yum.cgi",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/package-updates/yum.cgi",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/package-updates/yum.cgi",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/package-updates/yum.cgi",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/package-updates/yum.cgi",status="429"} 9.7803e-05 http_request_duration_seconds_count{method="GET",path="/package-updates/yum.cgi",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/package.json",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/package.json",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/package.json",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/package.json",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/package.json",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/package.json",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/package.json",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/package.json",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/package.json",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/package.json",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/package.json",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/package.json",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/package.json",status="404"} 0.000364684 http_request_duration_seconds_count{method="GET",path="/package.json",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/package.json",status="429",le="0.005"} 16 http_request_duration_seconds_bucket{method="GET",path="/package.json",status="429",le="0.01"} 16 http_request_duration_seconds_bucket{method="GET",path="/package.json",status="429",le="0.025"} 16 http_request_duration_seconds_bucket{method="GET",path="/package.json",status="429",le="0.05"} 16 http_request_duration_seconds_bucket{method="GET",path="/package.json",status="429",le="0.1"} 16 http_request_duration_seconds_bucket{method="GET",path="/package.json",status="429",le="0.25"} 16 http_request_duration_seconds_bucket{method="GET",path="/package.json",status="429",le="0.5"} 16 http_request_duration_seconds_bucket{method="GET",path="/package.json",status="429",le="1"} 16 http_request_duration_seconds_bucket{method="GET",path="/package.json",status="429",le="2.5"} 16 http_request_duration_seconds_bucket{method="GET",path="/package.json",status="429",le="5"} 16 http_request_duration_seconds_bucket{method="GET",path="/package.json",status="429",le="10"} 16 http_request_duration_seconds_bucket{method="GET",path="/package.json",status="429",le="+Inf"} 16 http_request_duration_seconds_sum{method="GET",path="/package.json",status="429"} 0.0012104689999999996 http_request_duration_seconds_count{method="GET",path="/package.json",status="429"} 16 http_request_duration_seconds_bucket{method="GET",path="/package.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/package.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/package.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/package.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/package.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/package.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/package.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/package.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/package.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/package.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/package.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/package.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/package.zip",status="429"} 2.3299000000000002e-05 http_request_duration_seconds_count{method="GET",path="/package.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/packages.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/packages.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/packages.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/packages.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/packages.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/packages.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/packages.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/packages.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/packages.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/packages.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/packages.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/packages.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/packages.zip",status="429"} 2.8667000000000002e-05 http_request_duration_seconds_count{method="GET",path="/packages.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/packsin1.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/packsin1.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/packsin1.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/packsin1.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/packsin1.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/packsin1.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/packsin1.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/packsin1.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/packsin1.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/packsin1.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/packsin1.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/packsin1.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/packsin1.php",status="404"} 0.000320845 http_request_duration_seconds_count{method="GET",path="/packsin1.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/pages/*",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/pages/*",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/pages/*",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/pages/*",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/pages/*",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/pages/*",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/pages/*",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/pages/*",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/pages/*",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/pages/*",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/pages/*",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/pages/*",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/pages/*",status="429"} 0.00022627200000000002 http_request_duration_seconds_count{method="GET",path="/pages/*",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/panel.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/panel.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/panel.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/panel.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/panel.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/panel.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/panel.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/panel.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/panel.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/panel.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/panel.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/panel.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/panel.zip",status="429"} 4.564e-05 http_request_duration_seconds_count{method="GET",path="/panel.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/panel/.env",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/panel/.env",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/panel/.env",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/panel/.env",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/panel/.env",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/panel/.env",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/panel/.env",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/panel/.env",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/panel/.env",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/panel/.env",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/panel/.env",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/panel/.env",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/panel/.env",status="404"} 0.000164934 http_request_duration_seconds_count{method="GET",path="/panel/.env",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/panel/.env",status="429",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/panel/.env",status="429",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/panel/.env",status="429",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/panel/.env",status="429",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/panel/.env",status="429",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/panel/.env",status="429",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/panel/.env",status="429",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/panel/.env",status="429",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/panel/.env",status="429",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/panel/.env",status="429",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/panel/.env",status="429",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/panel/.env",status="429",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/panel/.env",status="429"} 0.000186585 http_request_duration_seconds_count{method="GET",path="/panel/.env",status="429"} 3 http_request_duration_seconds_bucket{method="GET",path="/parameters.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/parameters.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/parameters.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/parameters.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/parameters.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/parameters.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/parameters.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/parameters.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/parameters.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/parameters.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/parameters.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/parameters.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/parameters.zip",status="429"} 2.5008000000000002e-05 http_request_duration_seconds_count{method="GET",path="/parameters.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/partner/config/config.js",status="404",le="0.005"} 7 http_request_duration_seconds_bucket{method="GET",path="/partner/config/config.js",status="404",le="0.01"} 7 http_request_duration_seconds_bucket{method="GET",path="/partner/config/config.js",status="404",le="0.025"} 7 http_request_duration_seconds_bucket{method="GET",path="/partner/config/config.js",status="404",le="0.05"} 7 http_request_duration_seconds_bucket{method="GET",path="/partner/config/config.js",status="404",le="0.1"} 7 http_request_duration_seconds_bucket{method="GET",path="/partner/config/config.js",status="404",le="0.25"} 7 http_request_duration_seconds_bucket{method="GET",path="/partner/config/config.js",status="404",le="0.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/partner/config/config.js",status="404",le="1"} 7 http_request_duration_seconds_bucket{method="GET",path="/partner/config/config.js",status="404",le="2.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/partner/config/config.js",status="404",le="5"} 7 http_request_duration_seconds_bucket{method="GET",path="/partner/config/config.js",status="404",le="10"} 7 http_request_duration_seconds_bucket{method="GET",path="/partner/config/config.js",status="404",le="+Inf"} 7 http_request_duration_seconds_sum{method="GET",path="/partner/config/config.js",status="404"} 0.001015205 http_request_duration_seconds_count{method="GET",path="/partner/config/config.js",status="404"} 7 http_request_duration_seconds_bucket{method="GET",path="/partner/config/config.js",status="429",le="0.005"} 15 http_request_duration_seconds_bucket{method="GET",path="/partner/config/config.js",status="429",le="0.01"} 15 http_request_duration_seconds_bucket{method="GET",path="/partner/config/config.js",status="429",le="0.025"} 15 http_request_duration_seconds_bucket{method="GET",path="/partner/config/config.js",status="429",le="0.05"} 15 http_request_duration_seconds_bucket{method="GET",path="/partner/config/config.js",status="429",le="0.1"} 15 http_request_duration_seconds_bucket{method="GET",path="/partner/config/config.js",status="429",le="0.25"} 15 http_request_duration_seconds_bucket{method="GET",path="/partner/config/config.js",status="429",le="0.5"} 15 http_request_duration_seconds_bucket{method="GET",path="/partner/config/config.js",status="429",le="1"} 15 http_request_duration_seconds_bucket{method="GET",path="/partner/config/config.js",status="429",le="2.5"} 15 http_request_duration_seconds_bucket{method="GET",path="/partner/config/config.js",status="429",le="5"} 15 http_request_duration_seconds_bucket{method="GET",path="/partner/config/config.js",status="429",le="10"} 15 http_request_duration_seconds_bucket{method="GET",path="/partner/config/config.js",status="429",le="+Inf"} 15 http_request_duration_seconds_sum{method="GET",path="/partner/config/config.js",status="429"} 0.0012098310000000002 http_request_duration_seconds_count{method="GET",path="/partner/config/config.js",status="429"} 15 http_request_duration_seconds_bucket{method="GET",path="/pass4.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/pass4.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/pass4.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/pass4.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/pass4.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/pass4.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/pass4.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/pass4.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/pass4.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/pass4.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/pass4.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/pass4.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/pass4.php",status="404"} 0.00030192 http_request_duration_seconds_count{method="GET",path="/pass4.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/passwords.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/passwords.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/passwords.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/passwords.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/passwords.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/passwords.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/passwords.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/passwords.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/passwords.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/passwords.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/passwords.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/passwords.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/passwords.zip",status="429"} 3.0277e-05 http_request_duration_seconds_count{method="GET",path="/passwords.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/patch.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/patch.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/patch.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/patch.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/patch.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/patch.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/patch.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/patch.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/patch.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/patch.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/patch.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/patch.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/patch.zip",status="429"} 3.0773e-05 http_request_duration_seconds_count{method="GET",path="/patch.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/payment.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/payment.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/payment.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/payment.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/payment.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/payment.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/payment.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/payment.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/payment.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/payment.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/payment.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/payment.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/payment.zip",status="429"} 3.0394e-05 http_request_duration_seconds_count{method="GET",path="/payment.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/payment/*",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/payment/*",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/payment/*",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/payment/*",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/payment/*",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/payment/*",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/payment/*",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/payment/*",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/payment/*",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/payment/*",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/payment/*",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/payment/*",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/payment/*",status="429"} 0.000165584 http_request_duration_seconds_count{method="GET",path="/payment/*",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/payment/stripe.json",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/payment/stripe.json",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/payment/stripe.json",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/payment/stripe.json",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/payment/stripe.json",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/payment/stripe.json",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/payment/stripe.json",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/payment/stripe.json",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/payment/stripe.json",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/payment/stripe.json",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/payment/stripe.json",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/payment/stripe.json",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/payment/stripe.json",status="429"} 0.000213428 http_request_duration_seconds_count{method="GET",path="/payment/stripe.json",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/payment_gateways/stripe.yaml",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/payment_gateways/stripe.yaml",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/payment_gateways/stripe.yaml",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/payment_gateways/stripe.yaml",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/payment_gateways/stripe.yaml",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/payment_gateways/stripe.yaml",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/payment_gateways/stripe.yaml",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/payment_gateways/stripe.yaml",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/payment_gateways/stripe.yaml",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/payment_gateways/stripe.yaml",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/payment_gateways/stripe.yaml",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/payment_gateways/stripe.yaml",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/payment_gateways/stripe.yaml",status="429"} 0.000193685 http_request_duration_seconds_count{method="GET",path="/payment_gateways/stripe.yaml",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/pcloud.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/pcloud.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/pcloud.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/pcloud.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/pcloud.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/pcloud.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/pcloud.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/pcloud.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/pcloud.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/pcloud.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/pcloud.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/pcloud.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/pcloud.zip",status="429"} 4.1692999999999995e-05 http_request_duration_seconds_count{method="GET",path="/pcloud.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/pedodont.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/pedodont.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/pedodont.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/pedodont.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/pedodont.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/pedodont.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/pedodont.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/pedodont.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/pedodont.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/pedodont.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/pedodont.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/pedodont.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/pedodont.php",status="404"} 0.000181555 http_request_duration_seconds_count{method="GET",path="/pedodont.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/pent.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/pent.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/pent.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/pent.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/pent.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/pent.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/pent.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/pent.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/pent.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/pent.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/pent.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/pent.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/pent.php",status="404"} 0.000128076 http_request_duration_seconds_count{method="GET",path="/pent.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/pg_dump.7z",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/pg_dump.7z",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/pg_dump.7z",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/pg_dump.7z",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/pg_dump.7z",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/pg_dump.7z",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/pg_dump.7z",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/pg_dump.7z",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/pg_dump.7z",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/pg_dump.7z",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/pg_dump.7z",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/pg_dump.7z",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/pg_dump.7z",status="404"} 0.000151429 http_request_duration_seconds_count{method="GET",path="/pg_dump.7z",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/pg_dump.bz2",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/pg_dump.bz2",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/pg_dump.bz2",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/pg_dump.bz2",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/pg_dump.bz2",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/pg_dump.bz2",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/pg_dump.bz2",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/pg_dump.bz2",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/pg_dump.bz2",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/pg_dump.bz2",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/pg_dump.bz2",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/pg_dump.bz2",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/pg_dump.bz2",status="404"} 0.000135877 http_request_duration_seconds_count{method="GET",path="/pg_dump.bz2",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/pg_dump.gz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/pg_dump.gz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/pg_dump.gz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/pg_dump.gz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/pg_dump.gz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/pg_dump.gz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/pg_dump.gz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/pg_dump.gz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/pg_dump.gz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/pg_dump.gz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/pg_dump.gz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/pg_dump.gz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/pg_dump.gz",status="404"} 0.000135873 http_request_duration_seconds_count{method="GET",path="/pg_dump.gz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/pg_dump.rar",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/pg_dump.rar",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/pg_dump.rar",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/pg_dump.rar",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/pg_dump.rar",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/pg_dump.rar",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/pg_dump.rar",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/pg_dump.rar",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/pg_dump.rar",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/pg_dump.rar",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/pg_dump.rar",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/pg_dump.rar",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/pg_dump.rar",status="404"} 0.000123636 http_request_duration_seconds_count{method="GET",path="/pg_dump.rar",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/pg_dump.sql",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/pg_dump.sql",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/pg_dump.sql",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/pg_dump.sql",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/pg_dump.sql",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/pg_dump.sql",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/pg_dump.sql",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/pg_dump.sql",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/pg_dump.sql",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/pg_dump.sql",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/pg_dump.sql",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/pg_dump.sql",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/pg_dump.sql",status="404"} 0.000133889 http_request_duration_seconds_count{method="GET",path="/pg_dump.sql",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/pg_dump.sql.bz2",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/pg_dump.sql.bz2",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/pg_dump.sql.bz2",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/pg_dump.sql.bz2",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/pg_dump.sql.bz2",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/pg_dump.sql.bz2",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/pg_dump.sql.bz2",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/pg_dump.sql.bz2",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/pg_dump.sql.bz2",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/pg_dump.sql.bz2",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/pg_dump.sql.bz2",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/pg_dump.sql.bz2",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/pg_dump.sql.bz2",status="404"} 0.000131107 http_request_duration_seconds_count{method="GET",path="/pg_dump.sql.bz2",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/pg_dump.sql.gz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/pg_dump.sql.gz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/pg_dump.sql.gz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/pg_dump.sql.gz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/pg_dump.sql.gz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/pg_dump.sql.gz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/pg_dump.sql.gz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/pg_dump.sql.gz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/pg_dump.sql.gz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/pg_dump.sql.gz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/pg_dump.sql.gz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/pg_dump.sql.gz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/pg_dump.sql.gz",status="404"} 0.000127996 http_request_duration_seconds_count{method="GET",path="/pg_dump.sql.gz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/pg_dump.tar",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/pg_dump.tar",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/pg_dump.tar",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/pg_dump.tar",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/pg_dump.tar",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/pg_dump.tar",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/pg_dump.tar",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/pg_dump.tar",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/pg_dump.tar",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/pg_dump.tar",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/pg_dump.tar",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/pg_dump.tar",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/pg_dump.tar",status="404"} 0.000154401 http_request_duration_seconds_count{method="GET",path="/pg_dump.tar",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/pg_dump.tar.bz2",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/pg_dump.tar.bz2",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/pg_dump.tar.bz2",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/pg_dump.tar.bz2",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/pg_dump.tar.bz2",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/pg_dump.tar.bz2",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/pg_dump.tar.bz2",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/pg_dump.tar.bz2",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/pg_dump.tar.bz2",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/pg_dump.tar.bz2",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/pg_dump.tar.bz2",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/pg_dump.tar.bz2",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/pg_dump.tar.bz2",status="404"} 0.000155 http_request_duration_seconds_count{method="GET",path="/pg_dump.tar.bz2",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/pg_dump.tar.gz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/pg_dump.tar.gz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/pg_dump.tar.gz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/pg_dump.tar.gz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/pg_dump.tar.gz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/pg_dump.tar.gz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/pg_dump.tar.gz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/pg_dump.tar.gz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/pg_dump.tar.gz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/pg_dump.tar.gz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/pg_dump.tar.gz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/pg_dump.tar.gz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/pg_dump.tar.gz",status="404"} 0.000138733 http_request_duration_seconds_count{method="GET",path="/pg_dump.tar.gz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/pg_dump.tar.xz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/pg_dump.tar.xz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/pg_dump.tar.xz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/pg_dump.tar.xz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/pg_dump.tar.xz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/pg_dump.tar.xz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/pg_dump.tar.xz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/pg_dump.tar.xz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/pg_dump.tar.xz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/pg_dump.tar.xz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/pg_dump.tar.xz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/pg_dump.tar.xz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/pg_dump.tar.xz",status="404"} 0.000193154 http_request_duration_seconds_count{method="GET",path="/pg_dump.tar.xz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/pg_dump.tgz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/pg_dump.tgz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/pg_dump.tgz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/pg_dump.tgz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/pg_dump.tgz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/pg_dump.tgz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/pg_dump.tgz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/pg_dump.tgz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/pg_dump.tgz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/pg_dump.tgz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/pg_dump.tgz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/pg_dump.tgz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/pg_dump.tgz",status="404"} 0.000122531 http_request_duration_seconds_count{method="GET",path="/pg_dump.tgz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/pg_dump.zip",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/pg_dump.zip",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/pg_dump.zip",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/pg_dump.zip",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/pg_dump.zip",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/pg_dump.zip",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/pg_dump.zip",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/pg_dump.zip",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/pg_dump.zip",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/pg_dump.zip",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/pg_dump.zip",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/pg_dump.zip",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/pg_dump.zip",status="404"} 0.000159074 http_request_duration_seconds_count{method="GET",path="/pg_dump.zip",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/pg_dump.zst",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/pg_dump.zst",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/pg_dump.zst",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/pg_dump.zst",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/pg_dump.zst",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/pg_dump.zst",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/pg_dump.zst",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/pg_dump.zst",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/pg_dump.zst",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/pg_dump.zst",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/pg_dump.zst",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/pg_dump.zst",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/pg_dump.zst",status="404"} 0.000145022 http_request_duration_seconds_count{method="GET",path="/pg_dump.zst",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/phonegap.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/phonegap.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/phonegap.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/phonegap.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/phonegap.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/phonegap.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/phonegap.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/phonegap.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/phonegap.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/phonegap.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/phonegap.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/phonegap.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/phonegap.zip",status="429"} 3.9713000000000004e-05 http_request_duration_seconds_count{method="GET",path="/phonegap.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/photos.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/photos.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/photos.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/photos.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/photos.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/photos.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/photos.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/photos.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/photos.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/photos.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/photos.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/photos.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/photos.zip",status="429"} 3.6096e-05 http_request_duration_seconds_count{method="GET",path="/photos.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/photoshop.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/photoshop.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/photoshop.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/photoshop.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/photoshop.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/photoshop.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/photoshop.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/photoshop.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/photoshop.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/photoshop.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/photoshop.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/photoshop.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/photoshop.zip",status="429"} 3.2011e-05 http_request_duration_seconds_count{method="GET",path="/photoshop.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/php-info.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/php-info.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/php-info.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/php-info.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/php-info.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/php-info.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/php-info.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/php-info.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/php-info.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/php-info.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/php-info.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/php-info.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/php-info.php",status="404"} 0.000130038 http_request_duration_seconds_count{method="GET",path="/php-info.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/php-info.php",status="429",le="0.005"} 5 http_request_duration_seconds_bucket{method="GET",path="/php-info.php",status="429",le="0.01"} 5 http_request_duration_seconds_bucket{method="GET",path="/php-info.php",status="429",le="0.025"} 5 http_request_duration_seconds_bucket{method="GET",path="/php-info.php",status="429",le="0.05"} 5 http_request_duration_seconds_bucket{method="GET",path="/php-info.php",status="429",le="0.1"} 5 http_request_duration_seconds_bucket{method="GET",path="/php-info.php",status="429",le="0.25"} 5 http_request_duration_seconds_bucket{method="GET",path="/php-info.php",status="429",le="0.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/php-info.php",status="429",le="1"} 5 http_request_duration_seconds_bucket{method="GET",path="/php-info.php",status="429",le="2.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/php-info.php",status="429",le="5"} 5 http_request_duration_seconds_bucket{method="GET",path="/php-info.php",status="429",le="10"} 5 http_request_duration_seconds_bucket{method="GET",path="/php-info.php",status="429",le="+Inf"} 5 http_request_duration_seconds_sum{method="GET",path="/php-info.php",status="429"} 0.00037830000000000003 http_request_duration_seconds_count{method="GET",path="/php-info.php",status="429"} 5 http_request_duration_seconds_bucket{method="GET",path="/php.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/php.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/php.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/php.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/php.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/php.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/php.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/php.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/php.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/php.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/php.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/php.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/php.php",status="404"} 0.000533522 http_request_duration_seconds_count{method="GET",path="/php.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/php.php",status="429",le="0.005"} 5 http_request_duration_seconds_bucket{method="GET",path="/php.php",status="429",le="0.01"} 5 http_request_duration_seconds_bucket{method="GET",path="/php.php",status="429",le="0.025"} 5 http_request_duration_seconds_bucket{method="GET",path="/php.php",status="429",le="0.05"} 5 http_request_duration_seconds_bucket{method="GET",path="/php.php",status="429",le="0.1"} 5 http_request_duration_seconds_bucket{method="GET",path="/php.php",status="429",le="0.25"} 5 http_request_duration_seconds_bucket{method="GET",path="/php.php",status="429",le="0.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/php.php",status="429",le="1"} 5 http_request_duration_seconds_bucket{method="GET",path="/php.php",status="429",le="2.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/php.php",status="429",le="5"} 5 http_request_duration_seconds_bucket{method="GET",path="/php.php",status="429",le="10"} 5 http_request_duration_seconds_bucket{method="GET",path="/php.php",status="429",le="+Inf"} 5 http_request_duration_seconds_sum{method="GET",path="/php.php",status="429"} 0.00046864499999999996 http_request_duration_seconds_count{method="GET",path="/php.php",status="429"} 5 http_request_duration_seconds_bucket{method="GET",path="/php.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/php.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/php.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/php.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/php.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/php.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/php.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/php.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/php.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/php.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/php.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/php.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/php.zip",status="429"} 3.4083e-05 http_request_duration_seconds_count{method="GET",path="/php.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/php/info.php",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/php/info.php",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/php/info.php",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/php/info.php",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/php/info.php",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/php/info.php",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/php/info.php",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/php/info.php",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/php/info.php",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/php/info.php",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/php/info.php",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/php/info.php",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/php/info.php",status="429"} 0.000114994 http_request_duration_seconds_count{method="GET",path="/php/info.php",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/php/phpinfo.php",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/php/phpinfo.php",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/php/phpinfo.php",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/php/phpinfo.php",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/php/phpinfo.php",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/php/phpinfo.php",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/php/phpinfo.php",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/php/phpinfo.php",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/php/phpinfo.php",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/php/phpinfo.php",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/php/phpinfo.php",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/php/phpinfo.php",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/php/phpinfo.php",status="429"} 0.000158579 http_request_duration_seconds_count{method="GET",path="/php/phpinfo.php",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/php2.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/php2.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/php2.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/php2.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/php2.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/php2.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/php2.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/php2.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/php2.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/php2.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/php2.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/php2.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/php2.php",status="404"} 0.000155181 http_request_duration_seconds_count{method="GET",path="/php2.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/php8.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/php8.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/php8.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/php8.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/php8.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/php8.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/php8.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/php8.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/php8.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/php8.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/php8.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/php8.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/php8.php",status="404"} 0.00013782 http_request_duration_seconds_count{method="GET",path="/php8.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/php_info.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/php_info.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/php_info.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/php_info.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/php_info.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/php_info.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/php_info.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/php_info.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/php_info.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/php_info.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/php_info.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/php_info.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/php_info.php",status="404"} 0.000264502 http_request_duration_seconds_count{method="GET",path="/php_info.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/php_info.php",status="429",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/php_info.php",status="429",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/php_info.php",status="429",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/php_info.php",status="429",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/php_info.php",status="429",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/php_info.php",status="429",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/php_info.php",status="429",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/php_info.php",status="429",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/php_info.php",status="429",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/php_info.php",status="429",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/php_info.php",status="429",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/php_info.php",status="429",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/php_info.php",status="429"} 0.00022620099999999998 http_request_duration_seconds_count{method="GET",path="/php_info.php",status="429"} 3 http_request_duration_seconds_bucket{method="GET",path="/php_version.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/php_version.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/php_version.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/php_version.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/php_version.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/php_version.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/php_version.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/php_version.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/php_version.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/php_version.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/php_version.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/php_version.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/php_version.php",status="404"} 0.000130718 http_request_duration_seconds_count{method="GET",path="/php_version.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/phpinfo",status="404",le="0.005"} 8 http_request_duration_seconds_bucket{method="GET",path="/phpinfo",status="404",le="0.01"} 8 http_request_duration_seconds_bucket{method="GET",path="/phpinfo",status="404",le="0.025"} 8 http_request_duration_seconds_bucket{method="GET",path="/phpinfo",status="404",le="0.05"} 8 http_request_duration_seconds_bucket{method="GET",path="/phpinfo",status="404",le="0.1"} 8 http_request_duration_seconds_bucket{method="GET",path="/phpinfo",status="404",le="0.25"} 8 http_request_duration_seconds_bucket{method="GET",path="/phpinfo",status="404",le="0.5"} 8 http_request_duration_seconds_bucket{method="GET",path="/phpinfo",status="404",le="1"} 8 http_request_duration_seconds_bucket{method="GET",path="/phpinfo",status="404",le="2.5"} 8 http_request_duration_seconds_bucket{method="GET",path="/phpinfo",status="404",le="5"} 8 http_request_duration_seconds_bucket{method="GET",path="/phpinfo",status="404",le="10"} 8 http_request_duration_seconds_bucket{method="GET",path="/phpinfo",status="404",le="+Inf"} 8 http_request_duration_seconds_sum{method="GET",path="/phpinfo",status="404"} 0.001462887 http_request_duration_seconds_count{method="GET",path="/phpinfo",status="404"} 8 http_request_duration_seconds_bucket{method="GET",path="/phpinfo",status="429",le="0.005"} 5 http_request_duration_seconds_bucket{method="GET",path="/phpinfo",status="429",le="0.01"} 5 http_request_duration_seconds_bucket{method="GET",path="/phpinfo",status="429",le="0.025"} 5 http_request_duration_seconds_bucket{method="GET",path="/phpinfo",status="429",le="0.05"} 5 http_request_duration_seconds_bucket{method="GET",path="/phpinfo",status="429",le="0.1"} 5 http_request_duration_seconds_bucket{method="GET",path="/phpinfo",status="429",le="0.25"} 5 http_request_duration_seconds_bucket{method="GET",path="/phpinfo",status="429",le="0.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/phpinfo",status="429",le="1"} 5 http_request_duration_seconds_bucket{method="GET",path="/phpinfo",status="429",le="2.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/phpinfo",status="429",le="5"} 5 http_request_duration_seconds_bucket{method="GET",path="/phpinfo",status="429",le="10"} 5 http_request_duration_seconds_bucket{method="GET",path="/phpinfo",status="429",le="+Inf"} 5 http_request_duration_seconds_sum{method="GET",path="/phpinfo",status="429"} 0.000448202 http_request_duration_seconds_count{method="GET",path="/phpinfo",status="429"} 5 http_request_duration_seconds_bucket{method="GET",path="/phpinfo.php",status="404",le="0.005"} 12 http_request_duration_seconds_bucket{method="GET",path="/phpinfo.php",status="404",le="0.01"} 12 http_request_duration_seconds_bucket{method="GET",path="/phpinfo.php",status="404",le="0.025"} 12 http_request_duration_seconds_bucket{method="GET",path="/phpinfo.php",status="404",le="0.05"} 12 http_request_duration_seconds_bucket{method="GET",path="/phpinfo.php",status="404",le="0.1"} 12 http_request_duration_seconds_bucket{method="GET",path="/phpinfo.php",status="404",le="0.25"} 12 http_request_duration_seconds_bucket{method="GET",path="/phpinfo.php",status="404",le="0.5"} 12 http_request_duration_seconds_bucket{method="GET",path="/phpinfo.php",status="404",le="1"} 12 http_request_duration_seconds_bucket{method="GET",path="/phpinfo.php",status="404",le="2.5"} 12 http_request_duration_seconds_bucket{method="GET",path="/phpinfo.php",status="404",le="5"} 12 http_request_duration_seconds_bucket{method="GET",path="/phpinfo.php",status="404",le="10"} 12 http_request_duration_seconds_bucket{method="GET",path="/phpinfo.php",status="404",le="+Inf"} 12 http_request_duration_seconds_sum{method="GET",path="/phpinfo.php",status="404"} 0.0018103910000000002 http_request_duration_seconds_count{method="GET",path="/phpinfo.php",status="404"} 12 http_request_duration_seconds_bucket{method="GET",path="/phpinfo.php",status="429",le="0.005"} 6 http_request_duration_seconds_bucket{method="GET",path="/phpinfo.php",status="429",le="0.01"} 6 http_request_duration_seconds_bucket{method="GET",path="/phpinfo.php",status="429",le="0.025"} 6 http_request_duration_seconds_bucket{method="GET",path="/phpinfo.php",status="429",le="0.05"} 6 http_request_duration_seconds_bucket{method="GET",path="/phpinfo.php",status="429",le="0.1"} 6 http_request_duration_seconds_bucket{method="GET",path="/phpinfo.php",status="429",le="0.25"} 6 http_request_duration_seconds_bucket{method="GET",path="/phpinfo.php",status="429",le="0.5"} 6 http_request_duration_seconds_bucket{method="GET",path="/phpinfo.php",status="429",le="1"} 6 http_request_duration_seconds_bucket{method="GET",path="/phpinfo.php",status="429",le="2.5"} 6 http_request_duration_seconds_bucket{method="GET",path="/phpinfo.php",status="429",le="5"} 6 http_request_duration_seconds_bucket{method="GET",path="/phpinfo.php",status="429",le="10"} 6 http_request_duration_seconds_bucket{method="GET",path="/phpinfo.php",status="429",le="+Inf"} 6 http_request_duration_seconds_sum{method="GET",path="/phpinfo.php",status="429"} 0.000569376 http_request_duration_seconds_count{method="GET",path="/phpinfo.php",status="429"} 6 http_request_duration_seconds_bucket{method="GET",path="/phpinfo.php.bak",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/phpinfo.php.bak",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/phpinfo.php.bak",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/phpinfo.php.bak",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/phpinfo.php.bak",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/phpinfo.php.bak",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/phpinfo.php.bak",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/phpinfo.php.bak",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/phpinfo.php.bak",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/phpinfo.php.bak",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/phpinfo.php.bak",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/phpinfo.php.bak",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/phpinfo.php.bak",status="429"} 6.4772e-05 http_request_duration_seconds_count{method="GET",path="/phpinfo.php.bak",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/phpinfo.php.old",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/phpinfo.php.old",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/phpinfo.php.old",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/phpinfo.php.old",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/phpinfo.php.old",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/phpinfo.php.old",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/phpinfo.php.old",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/phpinfo.php.old",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/phpinfo.php.old",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/phpinfo.php.old",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/phpinfo.php.old",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/phpinfo.php.old",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/phpinfo.php.old",status="429"} 7.2762e-05 http_request_duration_seconds_count{method="GET",path="/phpinfo.php.old",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/phpinfo.php.save",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/phpinfo.php.save",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/phpinfo.php.save",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/phpinfo.php.save",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/phpinfo.php.save",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/phpinfo.php.save",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/phpinfo.php.save",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/phpinfo.php.save",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/phpinfo.php.save",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/phpinfo.php.save",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/phpinfo.php.save",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/phpinfo.php.save",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/phpinfo.php.save",status="429"} 7.7496e-05 http_request_duration_seconds_count{method="GET",path="/phpinfo.php.save",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/phpinfo.php~",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/phpinfo.php~",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/phpinfo.php~",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/phpinfo.php~",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/phpinfo.php~",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/phpinfo.php~",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/phpinfo.php~",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/phpinfo.php~",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/phpinfo.php~",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/phpinfo.php~",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/phpinfo.php~",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/phpinfo.php~",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/phpinfo.php~",status="429"} 6.4832e-05 http_request_duration_seconds_count{method="GET",path="/phpinfo.php~",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/phpinfo/info.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/phpinfo/info.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/phpinfo/info.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/phpinfo/info.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/phpinfo/info.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/phpinfo/info.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/phpinfo/info.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/phpinfo/info.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/phpinfo/info.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/phpinfo/info.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/phpinfo/info.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/phpinfo/info.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/phpinfo/info.php",status="404"} 0.00014339 http_request_duration_seconds_count{method="GET",path="/phpinfo/info.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/phpinfo/info.php",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/phpinfo/info.php",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/phpinfo/info.php",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/phpinfo/info.php",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/phpinfo/info.php",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/phpinfo/info.php",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/phpinfo/info.php",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/phpinfo/info.php",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/phpinfo/info.php",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/phpinfo/info.php",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/phpinfo/info.php",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/phpinfo/info.php",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/phpinfo/info.php",status="429"} 9.835100000000001e-05 http_request_duration_seconds_count{method="GET",path="/phpinfo/info.php",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/phpinfo/test.php",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/phpinfo/test.php",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/phpinfo/test.php",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/phpinfo/test.php",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/phpinfo/test.php",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/phpinfo/test.php",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/phpinfo/test.php",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/phpinfo/test.php",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/phpinfo/test.php",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/phpinfo/test.php",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/phpinfo/test.php",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/phpinfo/test.php",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/phpinfo/test.php",status="429"} 7.4652e-05 http_request_duration_seconds_count{method="GET",path="/phpinfo/test.php",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/phpmyadmin.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/phpmyadmin.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/phpmyadmin.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/phpmyadmin.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/phpmyadmin.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/phpmyadmin.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/phpmyadmin.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/phpmyadmin.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/phpmyadmin.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/phpmyadmin.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/phpmyadmin.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/phpmyadmin.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/phpmyadmin.zip",status="429"} 2.2057000000000002e-05 http_request_duration_seconds_count{method="GET",path="/phpmyadmin.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/phpversion.php",status="429",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/phpversion.php",status="429",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/phpversion.php",status="429",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/phpversion.php",status="429",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/phpversion.php",status="429",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/phpversion.php",status="429",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/phpversion.php",status="429",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/phpversion.php",status="429",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/phpversion.php",status="429",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/phpversion.php",status="429",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/phpversion.php",status="429",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/phpversion.php",status="429",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/phpversion.php",status="429"} 0.000409695 http_request_duration_seconds_count{method="GET",path="/phpversion.php",status="429"} 4 http_request_duration_seconds_bucket{method="GET",path="/pi.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/pi.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/pi.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/pi.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/pi.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/pi.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/pi.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/pi.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/pi.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/pi.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/pi.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/pi.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/pi.php",status="404"} 0.000275381 http_request_duration_seconds_count{method="GET",path="/pi.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/pi.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/pi.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/pi.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/pi.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/pi.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/pi.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/pi.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/pi.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/pi.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/pi.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/pi.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/pi.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/pi.php",status="429"} 7.9908e-05 http_request_duration_seconds_count{method="GET",path="/pi.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/pinfo.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/pinfo.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/pinfo.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/pinfo.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/pinfo.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/pinfo.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/pinfo.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/pinfo.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/pinfo.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/pinfo.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/pinfo.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/pinfo.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/pinfo.php",status="404"} 0.000270893 http_request_duration_seconds_count{method="GET",path="/pinfo.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/pinfo.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/pinfo.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/pinfo.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/pinfo.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/pinfo.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/pinfo.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/pinfo.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/pinfo.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/pinfo.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/pinfo.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/pinfo.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/pinfo.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/pinfo.php",status="429"} 7.7365e-05 http_request_duration_seconds_count{method="GET",path="/pinfo.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/pinterest.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/pinterest.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/pinterest.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/pinterest.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/pinterest.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/pinterest.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/pinterest.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/pinterest.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/pinterest.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/pinterest.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/pinterest.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/pinterest.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/pinterest.zip",status="429"} 3.4723e-05 http_request_duration_seconds_count{method="GET",path="/pinterest.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/pipeline.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/pipeline.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/pipeline.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/pipeline.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/pipeline.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/pipeline.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/pipeline.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/pipeline.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/pipeline.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/pipeline.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/pipeline.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/pipeline.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/pipeline.zip",status="429"} 2.766e-05 http_request_duration_seconds_count{method="GET",path="/pipeline.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/player",status="200",le="0.005"} 28 http_request_duration_seconds_bucket{method="GET",path="/player",status="200",le="0.01"} 28 http_request_duration_seconds_bucket{method="GET",path="/player",status="200",le="0.025"} 28 http_request_duration_seconds_bucket{method="GET",path="/player",status="200",le="0.05"} 28 http_request_duration_seconds_bucket{method="GET",path="/player",status="200",le="0.1"} 28 http_request_duration_seconds_bucket{method="GET",path="/player",status="200",le="0.25"} 28 http_request_duration_seconds_bucket{method="GET",path="/player",status="200",le="0.5"} 28 http_request_duration_seconds_bucket{method="GET",path="/player",status="200",le="1"} 28 http_request_duration_seconds_bucket{method="GET",path="/player",status="200",le="2.5"} 28 http_request_duration_seconds_bucket{method="GET",path="/player",status="200",le="5"} 28 http_request_duration_seconds_bucket{method="GET",path="/player",status="200",le="10"} 28 http_request_duration_seconds_bucket{method="GET",path="/player",status="200",le="+Inf"} 28 http_request_duration_seconds_sum{method="GET",path="/player",status="200"} 0.023486822 http_request_duration_seconds_count{method="GET",path="/player",status="200"} 28 http_request_duration_seconds_bucket{method="GET",path="/player",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/player",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/player",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/player",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/player",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/player",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/player",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/player",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/player",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/player",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/player",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/player",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/player",status="429"} 0.000113313 http_request_duration_seconds_count{method="GET",path="/player",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/plesk.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/plesk.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/plesk.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/plesk.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/plesk.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/plesk.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/plesk.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/plesk.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/plesk.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/plesk.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/plesk.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/plesk.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/plesk.zip",status="429"} 2.9812e-05 http_request_duration_seconds_count{method="GET",path="/plesk.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/plss3.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/plss3.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/plss3.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/plss3.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/plss3.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/plss3.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/plss3.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/plss3.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/plss3.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/plss3.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/plss3.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/plss3.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/plss3.php",status="404"} 0.000140621 http_request_duration_seconds_count{method="GET",path="/plss3.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/plugins.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/plugins.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/plugins.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/plugins.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/plugins.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/plugins.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/plugins.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/plugins.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/plugins.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/plugins.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/plugins.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/plugins.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/plugins.php",status="404"} 0.000270711 http_request_duration_seconds_count{method="GET",path="/plugins.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/plugins/Cache/footer.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/plugins/Cache/footer.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/plugins/Cache/footer.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/plugins/Cache/footer.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/plugins/Cache/footer.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/plugins/Cache/footer.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/plugins/Cache/footer.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/plugins/Cache/footer.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/plugins/Cache/footer.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/plugins/Cache/footer.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/plugins/Cache/footer.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/plugins/Cache/footer.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/plugins/Cache/footer.php",status="404"} 0.000245893 http_request_duration_seconds_count{method="GET",path="/plugins/Cache/footer.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/plugins/aws.client.js",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/plugins/aws.client.js",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/plugins/aws.client.js",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/plugins/aws.client.js",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/plugins/aws.client.js",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/plugins/aws.client.js",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/plugins/aws.client.js",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/plugins/aws.client.js",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/plugins/aws.client.js",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/plugins/aws.client.js",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/plugins/aws.client.js",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/plugins/aws.client.js",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/plugins/aws.client.js",status="404"} 0.000147195 http_request_duration_seconds_count{method="GET",path="/plugins/aws.client.js",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/plugins/aws.client.js",status="429",le="0.005"} 18 http_request_duration_seconds_bucket{method="GET",path="/plugins/aws.client.js",status="429",le="0.01"} 18 http_request_duration_seconds_bucket{method="GET",path="/plugins/aws.client.js",status="429",le="0.025"} 18 http_request_duration_seconds_bucket{method="GET",path="/plugins/aws.client.js",status="429",le="0.05"} 18 http_request_duration_seconds_bucket{method="GET",path="/plugins/aws.client.js",status="429",le="0.1"} 18 http_request_duration_seconds_bucket{method="GET",path="/plugins/aws.client.js",status="429",le="0.25"} 18 http_request_duration_seconds_bucket{method="GET",path="/plugins/aws.client.js",status="429",le="0.5"} 18 http_request_duration_seconds_bucket{method="GET",path="/plugins/aws.client.js",status="429",le="1"} 18 http_request_duration_seconds_bucket{method="GET",path="/plugins/aws.client.js",status="429",le="2.5"} 18 http_request_duration_seconds_bucket{method="GET",path="/plugins/aws.client.js",status="429",le="5"} 18 http_request_duration_seconds_bucket{method="GET",path="/plugins/aws.client.js",status="429",le="10"} 18 http_request_duration_seconds_bucket{method="GET",path="/plugins/aws.client.js",status="429",le="+Inf"} 18 http_request_duration_seconds_sum{method="GET",path="/plugins/aws.client.js",status="429"} 0.0013740010000000001 http_request_duration_seconds_count{method="GET",path="/plugins/aws.client.js",status="429"} 18 http_request_duration_seconds_bucket{method="GET",path="/plugins/payments/stripe.json",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/plugins/payments/stripe.json",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/plugins/payments/stripe.json",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/plugins/payments/stripe.json",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/plugins/payments/stripe.json",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/plugins/payments/stripe.json",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/plugins/payments/stripe.json",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/plugins/payments/stripe.json",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/plugins/payments/stripe.json",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/plugins/payments/stripe.json",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/plugins/payments/stripe.json",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/plugins/payments/stripe.json",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/plugins/payments/stripe.json",status="429"} 0.000159607 http_request_duration_seconds_count{method="GET",path="/plugins/payments/stripe.json",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/pms",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/pms",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/pms",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/pms",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/pms",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/pms",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/pms",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/pms",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/pms",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/pms",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/pms",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/pms",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/pms",status="404"} 0.00012941 http_request_duration_seconds_count{method="GET",path="/pms",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/png.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/png.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/png.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/png.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/png.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/png.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/png.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/png.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/png.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/png.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/png.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/png.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/png.php",status="404"} 0.00033726700000000004 http_request_duration_seconds_count{method="GET",path="/png.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/png.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/png.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/png.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/png.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/png.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/png.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/png.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/png.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/png.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/png.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/png.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/png.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/png.php",status="429"} 0.000159379 http_request_duration_seconds_count{method="GET",path="/png.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/policy.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/policy.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/policy.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/policy.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/policy.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/policy.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/policy.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/policy.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/policy.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/policy.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/policy.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/policy.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/policy.zip",status="429"} 3.2302000000000003e-05 http_request_duration_seconds_count{method="GET",path="/policy.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/ponxnwapemsce.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/ponxnwapemsce.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/ponxnwapemsce.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/ponxnwapemsce.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/ponxnwapemsce.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/ponxnwapemsce.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/ponxnwapemsce.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/ponxnwapemsce.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/ponxnwapemsce.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/ponxnwapemsce.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/ponxnwapemsce.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/ponxnwapemsce.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/ponxnwapemsce.php",status="404"} 0.000141851 http_request_duration_seconds_count{method="GET",path="/ponxnwapemsce.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/pop.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/pop.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/pop.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/pop.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/pop.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/pop.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/pop.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/pop.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/pop.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/pop.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/pop.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/pop.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/pop.php",status="404"} 0.00027551699999999997 http_request_duration_seconds_count{method="GET",path="/pop.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/pop3.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/pop3.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/pop3.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/pop3.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/pop3.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/pop3.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/pop3.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/pop3.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/pop3.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/pop3.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/pop3.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/pop3.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/pop3.zip",status="429"} 4.880599999999999e-05 http_request_duration_seconds_count{method="GET",path="/pop3.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/popo.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/popo.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/popo.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/popo.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/popo.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/popo.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/popo.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/popo.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/popo.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/popo.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/popo.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/popo.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/popo.php",status="404"} 0.000136696 http_request_duration_seconds_count{method="GET",path="/popo.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/portal.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/portal.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/portal.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/portal.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/portal.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/portal.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/portal.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/portal.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/portal.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/portal.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/portal.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/portal.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/portal.zip",status="429"} 6.414100000000001e-05 http_request_duration_seconds_count{method="GET",path="/portal.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/portal/.env",status="404",le="0.005"} 9 http_request_duration_seconds_bucket{method="GET",path="/portal/.env",status="404",le="0.01"} 9 http_request_duration_seconds_bucket{method="GET",path="/portal/.env",status="404",le="0.025"} 9 http_request_duration_seconds_bucket{method="GET",path="/portal/.env",status="404",le="0.05"} 9 http_request_duration_seconds_bucket{method="GET",path="/portal/.env",status="404",le="0.1"} 9 http_request_duration_seconds_bucket{method="GET",path="/portal/.env",status="404",le="0.25"} 9 http_request_duration_seconds_bucket{method="GET",path="/portal/.env",status="404",le="0.5"} 9 http_request_duration_seconds_bucket{method="GET",path="/portal/.env",status="404",le="1"} 9 http_request_duration_seconds_bucket{method="GET",path="/portal/.env",status="404",le="2.5"} 9 http_request_duration_seconds_bucket{method="GET",path="/portal/.env",status="404",le="5"} 9 http_request_duration_seconds_bucket{method="GET",path="/portal/.env",status="404",le="10"} 9 http_request_duration_seconds_bucket{method="GET",path="/portal/.env",status="404",le="+Inf"} 9 http_request_duration_seconds_sum{method="GET",path="/portal/.env",status="404"} 0.001226905 http_request_duration_seconds_count{method="GET",path="/portal/.env",status="404"} 9 http_request_duration_seconds_bucket{method="GET",path="/portal/.env",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/portal/.env",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/portal/.env",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/portal/.env",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/portal/.env",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/portal/.env",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/portal/.env",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/portal/.env",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/portal/.env",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/portal/.env",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/portal/.env",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/portal/.env",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/portal/.env",status="429"} 0.000163658 http_request_duration_seconds_count{method="GET",path="/portal/.env",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/portal/.git/config",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/portal/.git/config",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/portal/.git/config",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/portal/.git/config",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/portal/.git/config",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/portal/.git/config",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/portal/.git/config",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/portal/.git/config",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/portal/.git/config",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/portal/.git/config",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/portal/.git/config",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/portal/.git/config",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/portal/.git/config",status="429"} 0.0001214 http_request_duration_seconds_count{method="GET",path="/portal/.git/config",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/postgres.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/postgres.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/postgres.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/postgres.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/postgres.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/postgres.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/postgres.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/postgres.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/postgres.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/postgres.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/postgres.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/postgres.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/postgres.zip",status="429"} 3.7297e-05 http_request_duration_seconds_count{method="GET",path="/postgres.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/postgres/.env",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/postgres/.env",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/postgres/.env",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/postgres/.env",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/postgres/.env",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/postgres/.env",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/postgres/.env",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/postgres/.env",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/postgres/.env",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/postgres/.env",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/postgres/.env",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/postgres/.env",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/postgres/.env",status="429"} 0.000100656 http_request_duration_seconds_count{method="GET",path="/postgres/.env",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/postgresql.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/postgresql.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/postgresql.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/postgresql.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/postgresql.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/postgresql.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/postgresql.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/postgresql.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/postgresql.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/postgresql.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/postgresql.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/postgresql.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/postgresql.zip",status="429"} 2.8167000000000003e-05 http_request_duration_seconds_count{method="GET",path="/postgresql.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/postmark/.env",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/postmark/.env",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/postmark/.env",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/postmark/.env",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/postmark/.env",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/postmark/.env",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/postmark/.env",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/postmark/.env",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/postmark/.env",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/postmark/.env",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/postmark/.env",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/postmark/.env",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/postmark/.env",status="404"} 0.000160388 http_request_duration_seconds_count{method="GET",path="/postmark/.env",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/postmark/.env",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/postmark/.env",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/postmark/.env",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/postmark/.env",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/postmark/.env",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/postmark/.env",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/postmark/.env",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/postmark/.env",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/postmark/.env",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/postmark/.env",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/postmark/.env",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/postmark/.env",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/postmark/.env",status="429"} 9.6446e-05 http_request_duration_seconds_count{method="GET",path="/postmark/.env",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/posts/*",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/posts/*",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/posts/*",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/posts/*",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/posts/*",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/posts/*",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/posts/*",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/posts/*",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/posts/*",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/posts/*",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/posts/*",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/posts/*",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/posts/*",status="429"} 0.000229882 http_request_duration_seconds_count{method="GET",path="/posts/*",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/pouhg.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/pouhg.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/pouhg.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/pouhg.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/pouhg.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/pouhg.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/pouhg.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/pouhg.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/pouhg.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/pouhg.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/pouhg.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/pouhg.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/pouhg.php",status="404"} 0.000137431 http_request_duration_seconds_count{method="GET",path="/pouhg.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/pp.php",status="404",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/pp.php",status="404",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/pp.php",status="404",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/pp.php",status="404",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/pp.php",status="404",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/pp.php",status="404",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/pp.php",status="404",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/pp.php",status="404",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/pp.php",status="404",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/pp.php",status="404",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/pp.php",status="404",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/pp.php",status="404",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/pp.php",status="404"} 0.000552436 http_request_duration_seconds_count{method="GET",path="/pp.php",status="404"} 4 http_request_duration_seconds_bucket{method="GET",path="/ppp.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/ppp.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/ppp.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/ppp.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/ppp.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/ppp.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/ppp.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/ppp.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/ppp.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/ppp.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/ppp.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/ppp.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/ppp.php",status="404"} 0.00031101 http_request_duration_seconds_count{method="GET",path="/ppp.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/ppx.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/ppx.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/ppx.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/ppx.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/ppx.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/ppx.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/ppx.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/ppx.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/ppx.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/ppx.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/ppx.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/ppx.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/ppx.php",status="404"} 0.000132779 http_request_duration_seconds_count{method="GET",path="/ppx.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/pre-prod.7z",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/pre-prod.7z",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/pre-prod.7z",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/pre-prod.7z",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/pre-prod.7z",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/pre-prod.7z",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/pre-prod.7z",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/pre-prod.7z",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/pre-prod.7z",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/pre-prod.7z",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/pre-prod.7z",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/pre-prod.7z",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/pre-prod.7z",status="404"} 0.000159198 http_request_duration_seconds_count{method="GET",path="/pre-prod.7z",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/pre-prod.bz2",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/pre-prod.bz2",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/pre-prod.bz2",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/pre-prod.bz2",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/pre-prod.bz2",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/pre-prod.bz2",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/pre-prod.bz2",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/pre-prod.bz2",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/pre-prod.bz2",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/pre-prod.bz2",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/pre-prod.bz2",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/pre-prod.bz2",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/pre-prod.bz2",status="404"} 0.000133591 http_request_duration_seconds_count{method="GET",path="/pre-prod.bz2",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/pre-prod.gz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/pre-prod.gz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/pre-prod.gz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/pre-prod.gz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/pre-prod.gz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/pre-prod.gz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/pre-prod.gz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/pre-prod.gz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/pre-prod.gz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/pre-prod.gz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/pre-prod.gz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/pre-prod.gz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/pre-prod.gz",status="404"} 0.0001619 http_request_duration_seconds_count{method="GET",path="/pre-prod.gz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/pre-prod.rar",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/pre-prod.rar",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/pre-prod.rar",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/pre-prod.rar",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/pre-prod.rar",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/pre-prod.rar",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/pre-prod.rar",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/pre-prod.rar",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/pre-prod.rar",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/pre-prod.rar",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/pre-prod.rar",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/pre-prod.rar",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/pre-prod.rar",status="404"} 0.000136065 http_request_duration_seconds_count{method="GET",path="/pre-prod.rar",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/pre-prod.sql",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/pre-prod.sql",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/pre-prod.sql",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/pre-prod.sql",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/pre-prod.sql",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/pre-prod.sql",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/pre-prod.sql",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/pre-prod.sql",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/pre-prod.sql",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/pre-prod.sql",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/pre-prod.sql",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/pre-prod.sql",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/pre-prod.sql",status="404"} 0.000125355 http_request_duration_seconds_count{method="GET",path="/pre-prod.sql",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/pre-prod.sql.bz2",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/pre-prod.sql.bz2",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/pre-prod.sql.bz2",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/pre-prod.sql.bz2",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/pre-prod.sql.bz2",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/pre-prod.sql.bz2",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/pre-prod.sql.bz2",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/pre-prod.sql.bz2",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/pre-prod.sql.bz2",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/pre-prod.sql.bz2",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/pre-prod.sql.bz2",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/pre-prod.sql.bz2",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/pre-prod.sql.bz2",status="404"} 0.000146729 http_request_duration_seconds_count{method="GET",path="/pre-prod.sql.bz2",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/pre-prod.sql.gz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/pre-prod.sql.gz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/pre-prod.sql.gz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/pre-prod.sql.gz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/pre-prod.sql.gz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/pre-prod.sql.gz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/pre-prod.sql.gz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/pre-prod.sql.gz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/pre-prod.sql.gz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/pre-prod.sql.gz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/pre-prod.sql.gz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/pre-prod.sql.gz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/pre-prod.sql.gz",status="404"} 0.000148289 http_request_duration_seconds_count{method="GET",path="/pre-prod.sql.gz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/pre-prod.tar",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/pre-prod.tar",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/pre-prod.tar",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/pre-prod.tar",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/pre-prod.tar",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/pre-prod.tar",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/pre-prod.tar",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/pre-prod.tar",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/pre-prod.tar",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/pre-prod.tar",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/pre-prod.tar",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/pre-prod.tar",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/pre-prod.tar",status="404"} 0.00014096 http_request_duration_seconds_count{method="GET",path="/pre-prod.tar",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/pre-prod.tar.bz2",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/pre-prod.tar.bz2",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/pre-prod.tar.bz2",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/pre-prod.tar.bz2",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/pre-prod.tar.bz2",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/pre-prod.tar.bz2",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/pre-prod.tar.bz2",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/pre-prod.tar.bz2",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/pre-prod.tar.bz2",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/pre-prod.tar.bz2",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/pre-prod.tar.bz2",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/pre-prod.tar.bz2",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/pre-prod.tar.bz2",status="404"} 0.000150641 http_request_duration_seconds_count{method="GET",path="/pre-prod.tar.bz2",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/pre-prod.tar.gz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/pre-prod.tar.gz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/pre-prod.tar.gz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/pre-prod.tar.gz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/pre-prod.tar.gz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/pre-prod.tar.gz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/pre-prod.tar.gz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/pre-prod.tar.gz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/pre-prod.tar.gz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/pre-prod.tar.gz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/pre-prod.tar.gz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/pre-prod.tar.gz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/pre-prod.tar.gz",status="404"} 0.000172343 http_request_duration_seconds_count{method="GET",path="/pre-prod.tar.gz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/pre-prod.tar.xz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/pre-prod.tar.xz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/pre-prod.tar.xz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/pre-prod.tar.xz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/pre-prod.tar.xz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/pre-prod.tar.xz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/pre-prod.tar.xz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/pre-prod.tar.xz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/pre-prod.tar.xz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/pre-prod.tar.xz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/pre-prod.tar.xz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/pre-prod.tar.xz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/pre-prod.tar.xz",status="404"} 0.000150514 http_request_duration_seconds_count{method="GET",path="/pre-prod.tar.xz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/pre-prod.tgz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/pre-prod.tgz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/pre-prod.tgz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/pre-prod.tgz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/pre-prod.tgz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/pre-prod.tgz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/pre-prod.tgz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/pre-prod.tgz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/pre-prod.tgz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/pre-prod.tgz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/pre-prod.tgz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/pre-prod.tgz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/pre-prod.tgz",status="404"} 0.000142133 http_request_duration_seconds_count{method="GET",path="/pre-prod.tgz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/pre-prod.zip",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/pre-prod.zip",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/pre-prod.zip",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/pre-prod.zip",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/pre-prod.zip",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/pre-prod.zip",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/pre-prod.zip",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/pre-prod.zip",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/pre-prod.zip",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/pre-prod.zip",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/pre-prod.zip",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/pre-prod.zip",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/pre-prod.zip",status="404"} 0.000129776 http_request_duration_seconds_count{method="GET",path="/pre-prod.zip",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/pre-prod.zst",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/pre-prod.zst",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/pre-prod.zst",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/pre-prod.zst",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/pre-prod.zst",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/pre-prod.zst",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/pre-prod.zst",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/pre-prod.zst",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/pre-prod.zst",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/pre-prod.zst",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/pre-prod.zst",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/pre-prod.zst",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/pre-prod.zst",status="404"} 0.000131678 http_request_duration_seconds_count{method="GET",path="/pre-prod.zst",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/pre-production.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/pre-production.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/pre-production.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/pre-production.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/pre-production.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/pre-production.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/pre-production.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/pre-production.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/pre-production.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/pre-production.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/pre-production.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/pre-production.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/pre-production.zip",status="429"} 2.4384000000000002e-05 http_request_duration_seconds_count{method="GET",path="/pre-production.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/preferences.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/preferences.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/preferences.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/preferences.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/preferences.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/preferences.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/preferences.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/preferences.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/preferences.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/preferences.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/preferences.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/preferences.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/preferences.zip",status="429"} 5.6395000000000005e-05 http_request_duration_seconds_count{method="GET",path="/preferences.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/preprod.7z",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/preprod.7z",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/preprod.7z",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/preprod.7z",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/preprod.7z",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/preprod.7z",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/preprod.7z",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/preprod.7z",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/preprod.7z",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/preprod.7z",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/preprod.7z",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/preprod.7z",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/preprod.7z",status="404"} 0.000168716 http_request_duration_seconds_count{method="GET",path="/preprod.7z",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/preprod.bz2",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/preprod.bz2",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/preprod.bz2",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/preprod.bz2",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/preprod.bz2",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/preprod.bz2",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/preprod.bz2",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/preprod.bz2",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/preprod.bz2",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/preprod.bz2",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/preprod.bz2",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/preprod.bz2",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/preprod.bz2",status="404"} 0.000146872 http_request_duration_seconds_count{method="GET",path="/preprod.bz2",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/preprod.gz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/preprod.gz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/preprod.gz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/preprod.gz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/preprod.gz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/preprod.gz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/preprod.gz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/preprod.gz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/preprod.gz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/preprod.gz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/preprod.gz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/preprod.gz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/preprod.gz",status="404"} 0.000170791 http_request_duration_seconds_count{method="GET",path="/preprod.gz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/preprod.rar",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/preprod.rar",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/preprod.rar",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/preprod.rar",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/preprod.rar",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/preprod.rar",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/preprod.rar",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/preprod.rar",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/preprod.rar",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/preprod.rar",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/preprod.rar",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/preprod.rar",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/preprod.rar",status="404"} 0.000128813 http_request_duration_seconds_count{method="GET",path="/preprod.rar",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/preprod.sql",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/preprod.sql",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/preprod.sql",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/preprod.sql",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/preprod.sql",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/preprod.sql",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/preprod.sql",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/preprod.sql",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/preprod.sql",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/preprod.sql",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/preprod.sql",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/preprod.sql",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/preprod.sql",status="404"} 0.000164706 http_request_duration_seconds_count{method="GET",path="/preprod.sql",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/preprod.sql.bz2",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/preprod.sql.bz2",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/preprod.sql.bz2",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/preprod.sql.bz2",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/preprod.sql.bz2",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/preprod.sql.bz2",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/preprod.sql.bz2",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/preprod.sql.bz2",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/preprod.sql.bz2",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/preprod.sql.bz2",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/preprod.sql.bz2",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/preprod.sql.bz2",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/preprod.sql.bz2",status="404"} 0.000142744 http_request_duration_seconds_count{method="GET",path="/preprod.sql.bz2",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/preprod.sql.gz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/preprod.sql.gz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/preprod.sql.gz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/preprod.sql.gz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/preprod.sql.gz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/preprod.sql.gz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/preprod.sql.gz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/preprod.sql.gz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/preprod.sql.gz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/preprod.sql.gz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/preprod.sql.gz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/preprod.sql.gz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/preprod.sql.gz",status="404"} 0.00013983 http_request_duration_seconds_count{method="GET",path="/preprod.sql.gz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/preprod.tar",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/preprod.tar",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/preprod.tar",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/preprod.tar",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/preprod.tar",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/preprod.tar",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/preprod.tar",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/preprod.tar",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/preprod.tar",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/preprod.tar",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/preprod.tar",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/preprod.tar",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/preprod.tar",status="404"} 0.000149565 http_request_duration_seconds_count{method="GET",path="/preprod.tar",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/preprod.tar.bz2",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/preprod.tar.bz2",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/preprod.tar.bz2",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/preprod.tar.bz2",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/preprod.tar.bz2",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/preprod.tar.bz2",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/preprod.tar.bz2",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/preprod.tar.bz2",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/preprod.tar.bz2",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/preprod.tar.bz2",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/preprod.tar.bz2",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/preprod.tar.bz2",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/preprod.tar.bz2",status="404"} 0.000138103 http_request_duration_seconds_count{method="GET",path="/preprod.tar.bz2",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/preprod.tar.gz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/preprod.tar.gz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/preprod.tar.gz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/preprod.tar.gz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/preprod.tar.gz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/preprod.tar.gz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/preprod.tar.gz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/preprod.tar.gz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/preprod.tar.gz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/preprod.tar.gz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/preprod.tar.gz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/preprod.tar.gz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/preprod.tar.gz",status="404"} 0.000141251 http_request_duration_seconds_count{method="GET",path="/preprod.tar.gz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/preprod.tar.xz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/preprod.tar.xz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/preprod.tar.xz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/preprod.tar.xz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/preprod.tar.xz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/preprod.tar.xz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/preprod.tar.xz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/preprod.tar.xz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/preprod.tar.xz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/preprod.tar.xz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/preprod.tar.xz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/preprod.tar.xz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/preprod.tar.xz",status="404"} 0.000134173 http_request_duration_seconds_count{method="GET",path="/preprod.tar.xz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/preprod.tgz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/preprod.tgz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/preprod.tgz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/preprod.tgz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/preprod.tgz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/preprod.tgz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/preprod.tgz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/preprod.tgz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/preprod.tgz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/preprod.tgz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/preprod.tgz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/preprod.tgz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/preprod.tgz",status="404"} 0.000155793 http_request_duration_seconds_count{method="GET",path="/preprod.tgz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/preprod.zip",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/preprod.zip",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/preprod.zip",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/preprod.zip",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/preprod.zip",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/preprod.zip",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/preprod.zip",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/preprod.zip",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/preprod.zip",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/preprod.zip",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/preprod.zip",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/preprod.zip",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/preprod.zip",status="404"} 0.000142079 http_request_duration_seconds_count{method="GET",path="/preprod.zip",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/preprod.zst",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/preprod.zst",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/preprod.zst",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/preprod.zst",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/preprod.zst",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/preprod.zst",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/preprod.zst",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/preprod.zst",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/preprod.zst",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/preprod.zst",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/preprod.zst",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/preprod.zst",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/preprod.zst",status="404"} 0.000135384 http_request_duration_seconds_count{method="GET",path="/preprod.zst",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/press.php",status="404",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/press.php",status="404",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/press.php",status="404",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/press.php",status="404",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/press.php",status="404",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/press.php",status="404",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/press.php",status="404",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/press.php",status="404",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/press.php",status="404",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/press.php",status="404",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/press.php",status="404",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/press.php",status="404",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/press.php",status="404"} 0.000536912 http_request_duration_seconds_count{method="GET",path="/press.php",status="404"} 4 http_request_duration_seconds_bucket{method="GET",path="/prestashop.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/prestashop.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/prestashop.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/prestashop.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/prestashop.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/prestashop.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/prestashop.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/prestashop.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/prestashop.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/prestashop.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/prestashop.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/prestashop.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/prestashop.zip",status="429"} 3.4655e-05 http_request_duration_seconds_count{method="GET",path="/prestashop.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/prestashop/.env",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/prestashop/.env",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/prestashop/.env",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/prestashop/.env",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/prestashop/.env",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/prestashop/.env",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/prestashop/.env",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/prestashop/.env",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/prestashop/.env",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/prestashop/.env",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/prestashop/.env",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/prestashop/.env",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/prestashop/.env",status="404"} 0.00013582 http_request_duration_seconds_count{method="GET",path="/prestashop/.env",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/prestashop/.env",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/prestashop/.env",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/prestashop/.env",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/prestashop/.env",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/prestashop/.env",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/prestashop/.env",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/prestashop/.env",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/prestashop/.env",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/prestashop/.env",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/prestashop/.env",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/prestashop/.env",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/prestashop/.env",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/prestashop/.env",status="429"} 0.000119675 http_request_duration_seconds_count{method="GET",path="/prestashop/.env",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/preview/.env",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/preview/.env",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/preview/.env",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/preview/.env",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/preview/.env",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/preview/.env",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/preview/.env",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/preview/.env",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/preview/.env",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/preview/.env",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/preview/.env",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/preview/.env",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/preview/.env",status="429"} 9.8202e-05 http_request_duration_seconds_count{method="GET",path="/preview/.env",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/preview/phpinfo.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/preview/phpinfo.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/preview/phpinfo.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/preview/phpinfo.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/preview/phpinfo.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/preview/phpinfo.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/preview/phpinfo.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/preview/phpinfo.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/preview/phpinfo.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/preview/phpinfo.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/preview/phpinfo.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/preview/phpinfo.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/preview/phpinfo.php",status="429"} 5.9434e-05 http_request_duration_seconds_count{method="GET",path="/preview/phpinfo.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/privacy.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/privacy.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/privacy.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/privacy.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/privacy.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/privacy.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/privacy.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/privacy.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/privacy.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/privacy.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/privacy.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/privacy.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/privacy.zip",status="429"} 8.1693e-05 http_request_duration_seconds_count{method="GET",path="/privacy.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/private.7z",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/private.7z",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/private.7z",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/private.7z",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/private.7z",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/private.7z",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/private.7z",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/private.7z",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/private.7z",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/private.7z",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/private.7z",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/private.7z",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/private.7z",status="404"} 0.000162671 http_request_duration_seconds_count{method="GET",path="/private.7z",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/private.bz2",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/private.bz2",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/private.bz2",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/private.bz2",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/private.bz2",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/private.bz2",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/private.bz2",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/private.bz2",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/private.bz2",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/private.bz2",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/private.bz2",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/private.bz2",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/private.bz2",status="404"} 0.000153267 http_request_duration_seconds_count{method="GET",path="/private.bz2",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/private.gz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/private.gz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/private.gz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/private.gz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/private.gz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/private.gz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/private.gz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/private.gz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/private.gz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/private.gz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/private.gz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/private.gz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/private.gz",status="404"} 0.000156553 http_request_duration_seconds_count{method="GET",path="/private.gz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/private.rar",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/private.rar",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/private.rar",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/private.rar",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/private.rar",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/private.rar",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/private.rar",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/private.rar",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/private.rar",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/private.rar",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/private.rar",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/private.rar",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/private.rar",status="404"} 0.000133742 http_request_duration_seconds_count{method="GET",path="/private.rar",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/private.sql",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/private.sql",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/private.sql",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/private.sql",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/private.sql",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/private.sql",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/private.sql",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/private.sql",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/private.sql",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/private.sql",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/private.sql",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/private.sql",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/private.sql",status="404"} 0.000219533 http_request_duration_seconds_count{method="GET",path="/private.sql",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/private.sql.bz2",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/private.sql.bz2",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/private.sql.bz2",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/private.sql.bz2",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/private.sql.bz2",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/private.sql.bz2",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/private.sql.bz2",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/private.sql.bz2",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/private.sql.bz2",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/private.sql.bz2",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/private.sql.bz2",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/private.sql.bz2",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/private.sql.bz2",status="404"} 0.00014976 http_request_duration_seconds_count{method="GET",path="/private.sql.bz2",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/private.sql.gz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/private.sql.gz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/private.sql.gz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/private.sql.gz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/private.sql.gz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/private.sql.gz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/private.sql.gz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/private.sql.gz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/private.sql.gz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/private.sql.gz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/private.sql.gz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/private.sql.gz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/private.sql.gz",status="404"} 0.000130612 http_request_duration_seconds_count{method="GET",path="/private.sql.gz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/private.tar",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/private.tar",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/private.tar",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/private.tar",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/private.tar",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/private.tar",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/private.tar",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/private.tar",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/private.tar",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/private.tar",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/private.tar",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/private.tar",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/private.tar",status="404"} 0.000126003 http_request_duration_seconds_count{method="GET",path="/private.tar",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/private.tar.bz2",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/private.tar.bz2",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/private.tar.bz2",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/private.tar.bz2",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/private.tar.bz2",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/private.tar.bz2",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/private.tar.bz2",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/private.tar.bz2",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/private.tar.bz2",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/private.tar.bz2",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/private.tar.bz2",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/private.tar.bz2",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/private.tar.bz2",status="404"} 0.000128497 http_request_duration_seconds_count{method="GET",path="/private.tar.bz2",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/private.tar.gz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/private.tar.gz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/private.tar.gz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/private.tar.gz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/private.tar.gz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/private.tar.gz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/private.tar.gz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/private.tar.gz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/private.tar.gz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/private.tar.gz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/private.tar.gz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/private.tar.gz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/private.tar.gz",status="404"} 0.000129144 http_request_duration_seconds_count{method="GET",path="/private.tar.gz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/private.tar.xz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/private.tar.xz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/private.tar.xz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/private.tar.xz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/private.tar.xz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/private.tar.xz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/private.tar.xz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/private.tar.xz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/private.tar.xz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/private.tar.xz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/private.tar.xz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/private.tar.xz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/private.tar.xz",status="404"} 0.000131824 http_request_duration_seconds_count{method="GET",path="/private.tar.xz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/private.tgz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/private.tgz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/private.tgz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/private.tgz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/private.tgz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/private.tgz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/private.tgz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/private.tgz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/private.tgz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/private.tgz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/private.tgz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/private.tgz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/private.tgz",status="404"} 0.0001344 http_request_duration_seconds_count{method="GET",path="/private.tgz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/private.zip",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/private.zip",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/private.zip",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/private.zip",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/private.zip",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/private.zip",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/private.zip",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/private.zip",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/private.zip",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/private.zip",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/private.zip",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/private.zip",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/private.zip",status="404"} 0.000136171 http_request_duration_seconds_count{method="GET",path="/private.zip",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/private.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/private.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/private.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/private.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/private.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/private.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/private.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/private.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/private.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/private.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/private.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/private.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/private.zip",status="429"} 5.1482000000000006e-05 http_request_duration_seconds_count{method="GET",path="/private.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/private.zst",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/private.zst",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/private.zst",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/private.zst",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/private.zst",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/private.zst",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/private.zst",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/private.zst",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/private.zst",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/private.zst",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/private.zst",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/private.zst",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/private.zst",status="404"} 0.000146416 http_request_duration_seconds_count{method="GET",path="/private.zst",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/private/.env",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/private/.env",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/private/.env",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/private/.env",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/private/.env",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/private/.env",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/private/.env",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/private/.env",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/private/.env",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/private/.env",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/private/.env",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/private/.env",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/private/.env",status="404"} 0.000125743 http_request_duration_seconds_count{method="GET",path="/private/.env",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/private/.env",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/private/.env",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/private/.env",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/private/.env",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/private/.env",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/private/.env",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/private/.env",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/private/.env",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/private/.env",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/private/.env",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/private/.env",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/private/.env",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/private/.env",status="429"} 0.000124142 http_request_duration_seconds_count{method="GET",path="/private/.env",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/privkey.pem",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/privkey.pem",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/privkey.pem",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/privkey.pem",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/privkey.pem",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/privkey.pem",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/privkey.pem",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/privkey.pem",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/privkey.pem",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/privkey.pem",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/privkey.pem",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/privkey.pem",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/privkey.pem",status="404"} 0.000123076 http_request_duration_seconds_count{method="GET",path="/privkey.pem",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/proc.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/proc.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/proc.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/proc.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/proc.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/proc.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/proc.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/proc.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/proc.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/proc.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/proc.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/proc.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/proc.zip",status="429"} 2.9029e-05 http_request_duration_seconds_count{method="GET",path="/proc.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/proc/index.cgi",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/proc/index.cgi",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/proc/index.cgi",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/proc/index.cgi",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/proc/index.cgi",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/proc/index.cgi",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/proc/index.cgi",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/proc/index.cgi",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/proc/index.cgi",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/proc/index.cgi",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/proc/index.cgi",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/proc/index.cgi",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/proc/index.cgi",status="429"} 0.000257984 http_request_duration_seconds_count{method="GET",path="/proc/index.cgi",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/process.zip",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/process.zip",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/process.zip",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/process.zip",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/process.zip",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/process.zip",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/process.zip",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/process.zip",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/process.zip",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/process.zip",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/process.zip",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/process.zip",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/process.zip",status="404"} 8.813e-06 http_request_duration_seconds_count{method="GET",path="/process.zip",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/process.zip",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/process.zip",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/process.zip",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/process.zip",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/process.zip",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/process.zip",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/process.zip",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/process.zip",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/process.zip",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/process.zip",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/process.zip",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/process.zip",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/process.zip",status="429"} 1.7694e-05 http_request_duration_seconds_count{method="GET",path="/process.zip",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/prod.7z",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/prod.7z",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/prod.7z",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/prod.7z",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/prod.7z",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/prod.7z",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/prod.7z",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/prod.7z",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/prod.7z",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/prod.7z",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/prod.7z",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/prod.7z",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/prod.7z",status="404"} 0.000135235 http_request_duration_seconds_count{method="GET",path="/prod.7z",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/prod.bz2",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/prod.bz2",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/prod.bz2",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/prod.bz2",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/prod.bz2",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/prod.bz2",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/prod.bz2",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/prod.bz2",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/prod.bz2",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/prod.bz2",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/prod.bz2",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/prod.bz2",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/prod.bz2",status="404"} 0.000127448 http_request_duration_seconds_count{method="GET",path="/prod.bz2",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/prod.gz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/prod.gz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/prod.gz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/prod.gz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/prod.gz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/prod.gz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/prod.gz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/prod.gz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/prod.gz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/prod.gz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/prod.gz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/prod.gz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/prod.gz",status="404"} 0.000148507 http_request_duration_seconds_count{method="GET",path="/prod.gz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/prod.rar",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/prod.rar",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/prod.rar",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/prod.rar",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/prod.rar",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/prod.rar",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/prod.rar",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/prod.rar",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/prod.rar",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/prod.rar",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/prod.rar",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/prod.rar",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/prod.rar",status="404"} 0.000125387 http_request_duration_seconds_count{method="GET",path="/prod.rar",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/prod.sql",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/prod.sql",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/prod.sql",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/prod.sql",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/prod.sql",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/prod.sql",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/prod.sql",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/prod.sql",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/prod.sql",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/prod.sql",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/prod.sql",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/prod.sql",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/prod.sql",status="404"} 0.000129163 http_request_duration_seconds_count{method="GET",path="/prod.sql",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/prod.sql.bz2",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/prod.sql.bz2",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/prod.sql.bz2",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/prod.sql.bz2",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/prod.sql.bz2",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/prod.sql.bz2",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/prod.sql.bz2",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/prod.sql.bz2",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/prod.sql.bz2",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/prod.sql.bz2",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/prod.sql.bz2",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/prod.sql.bz2",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/prod.sql.bz2",status="404"} 0.00013741 http_request_duration_seconds_count{method="GET",path="/prod.sql.bz2",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/prod.sql.gz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/prod.sql.gz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/prod.sql.gz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/prod.sql.gz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/prod.sql.gz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/prod.sql.gz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/prod.sql.gz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/prod.sql.gz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/prod.sql.gz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/prod.sql.gz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/prod.sql.gz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/prod.sql.gz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/prod.sql.gz",status="404"} 0.000140881 http_request_duration_seconds_count{method="GET",path="/prod.sql.gz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/prod.tar",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/prod.tar",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/prod.tar",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/prod.tar",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/prod.tar",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/prod.tar",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/prod.tar",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/prod.tar",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/prod.tar",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/prod.tar",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/prod.tar",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/prod.tar",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/prod.tar",status="404"} 0.00015002 http_request_duration_seconds_count{method="GET",path="/prod.tar",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/prod.tar.bz2",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/prod.tar.bz2",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/prod.tar.bz2",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/prod.tar.bz2",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/prod.tar.bz2",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/prod.tar.bz2",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/prod.tar.bz2",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/prod.tar.bz2",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/prod.tar.bz2",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/prod.tar.bz2",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/prod.tar.bz2",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/prod.tar.bz2",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/prod.tar.bz2",status="404"} 0.000144792 http_request_duration_seconds_count{method="GET",path="/prod.tar.bz2",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/prod.tar.gz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/prod.tar.gz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/prod.tar.gz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/prod.tar.gz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/prod.tar.gz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/prod.tar.gz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/prod.tar.gz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/prod.tar.gz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/prod.tar.gz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/prod.tar.gz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/prod.tar.gz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/prod.tar.gz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/prod.tar.gz",status="404"} 0.000149513 http_request_duration_seconds_count{method="GET",path="/prod.tar.gz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/prod.tar.xz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/prod.tar.xz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/prod.tar.xz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/prod.tar.xz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/prod.tar.xz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/prod.tar.xz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/prod.tar.xz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/prod.tar.xz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/prod.tar.xz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/prod.tar.xz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/prod.tar.xz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/prod.tar.xz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/prod.tar.xz",status="404"} 0.000133459 http_request_duration_seconds_count{method="GET",path="/prod.tar.xz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/prod.tgz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/prod.tgz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/prod.tgz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/prod.tgz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/prod.tgz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/prod.tgz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/prod.tgz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/prod.tgz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/prod.tgz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/prod.tgz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/prod.tgz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/prod.tgz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/prod.tgz",status="404"} 0.000136872 http_request_duration_seconds_count{method="GET",path="/prod.tgz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/prod.zip",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/prod.zip",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/prod.zip",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/prod.zip",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/prod.zip",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/prod.zip",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/prod.zip",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/prod.zip",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/prod.zip",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/prod.zip",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/prod.zip",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/prod.zip",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/prod.zip",status="404"} 0.000158202 http_request_duration_seconds_count{method="GET",path="/prod.zip",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/prod.zst",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/prod.zst",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/prod.zst",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/prod.zst",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/prod.zst",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/prod.zst",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/prod.zst",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/prod.zst",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/prod.zst",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/prod.zst",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/prod.zst",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/prod.zst",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/prod.zst",status="404"} 0.000138197 http_request_duration_seconds_count{method="GET",path="/prod.zst",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/prod/.env",status="404",le="0.005"} 10 http_request_duration_seconds_bucket{method="GET",path="/prod/.env",status="404",le="0.01"} 10 http_request_duration_seconds_bucket{method="GET",path="/prod/.env",status="404",le="0.025"} 10 http_request_duration_seconds_bucket{method="GET",path="/prod/.env",status="404",le="0.05"} 10 http_request_duration_seconds_bucket{method="GET",path="/prod/.env",status="404",le="0.1"} 10 http_request_duration_seconds_bucket{method="GET",path="/prod/.env",status="404",le="0.25"} 10 http_request_duration_seconds_bucket{method="GET",path="/prod/.env",status="404",le="0.5"} 10 http_request_duration_seconds_bucket{method="GET",path="/prod/.env",status="404",le="1"} 10 http_request_duration_seconds_bucket{method="GET",path="/prod/.env",status="404",le="2.5"} 10 http_request_duration_seconds_bucket{method="GET",path="/prod/.env",status="404",le="5"} 10 http_request_duration_seconds_bucket{method="GET",path="/prod/.env",status="404",le="10"} 10 http_request_duration_seconds_bucket{method="GET",path="/prod/.env",status="404",le="+Inf"} 10 http_request_duration_seconds_sum{method="GET",path="/prod/.env",status="404"} 0.001492553 http_request_duration_seconds_count{method="GET",path="/prod/.env",status="404"} 10 http_request_duration_seconds_bucket{method="GET",path="/prod/.env",status="429",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/prod/.env",status="429",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/prod/.env",status="429",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/prod/.env",status="429",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/prod/.env",status="429",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/prod/.env",status="429",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/prod/.env",status="429",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/prod/.env",status="429",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/prod/.env",status="429",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/prod/.env",status="429",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/prod/.env",status="429",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/prod/.env",status="429",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/prod/.env",status="429"} 0.000215693 http_request_duration_seconds_count{method="GET",path="/prod/.env",status="429"} 3 http_request_duration_seconds_bucket{method="GET",path="/prod/config.js",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/prod/config.js",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/prod/config.js",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/prod/config.js",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/prod/config.js",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/prod/config.js",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/prod/config.js",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/prod/config.js",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/prod/config.js",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/prod/config.js",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/prod/config.js",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/prod/config.js",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/prod/config.js",status="404"} 0.000138847 http_request_duration_seconds_count{method="GET",path="/prod/config.js",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/prod/config.js",status="429",le="0.005"} 18 http_request_duration_seconds_bucket{method="GET",path="/prod/config.js",status="429",le="0.01"} 18 http_request_duration_seconds_bucket{method="GET",path="/prod/config.js",status="429",le="0.025"} 18 http_request_duration_seconds_bucket{method="GET",path="/prod/config.js",status="429",le="0.05"} 18 http_request_duration_seconds_bucket{method="GET",path="/prod/config.js",status="429",le="0.1"} 18 http_request_duration_seconds_bucket{method="GET",path="/prod/config.js",status="429",le="0.25"} 18 http_request_duration_seconds_bucket{method="GET",path="/prod/config.js",status="429",le="0.5"} 18 http_request_duration_seconds_bucket{method="GET",path="/prod/config.js",status="429",le="1"} 18 http_request_duration_seconds_bucket{method="GET",path="/prod/config.js",status="429",le="2.5"} 18 http_request_duration_seconds_bucket{method="GET",path="/prod/config.js",status="429",le="5"} 18 http_request_duration_seconds_bucket{method="GET",path="/prod/config.js",status="429",le="10"} 18 http_request_duration_seconds_bucket{method="GET",path="/prod/config.js",status="429",le="+Inf"} 18 http_request_duration_seconds_sum{method="GET",path="/prod/config.js",status="429"} 0.001413532 http_request_duration_seconds_count{method="GET",path="/prod/config.js",status="429"} 18 http_request_duration_seconds_bucket{method="GET",path="/product.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/product.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/product.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/product.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/product.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/product.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/product.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/product.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/product.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/product.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/product.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/product.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/product.php",status="404"} 0.000142626 http_request_duration_seconds_count{method="GET",path="/product.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/product/.env",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/product/.env",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/product/.env",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/product/.env",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/product/.env",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/product/.env",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/product/.env",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/product/.env",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/product/.env",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/product/.env",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/product/.env",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/product/.env",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/product/.env",status="429"} 0.000197175 http_request_duration_seconds_count{method="GET",path="/product/.env",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/production.7z",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/production.7z",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/production.7z",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/production.7z",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/production.7z",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/production.7z",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/production.7z",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/production.7z",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/production.7z",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/production.7z",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/production.7z",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/production.7z",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/production.7z",status="404"} 0.000162265 http_request_duration_seconds_count{method="GET",path="/production.7z",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/production.bz2",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/production.bz2",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/production.bz2",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/production.bz2",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/production.bz2",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/production.bz2",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/production.bz2",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/production.bz2",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/production.bz2",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/production.bz2",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/production.bz2",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/production.bz2",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/production.bz2",status="404"} 0.000156211 http_request_duration_seconds_count{method="GET",path="/production.bz2",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/production.gz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/production.gz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/production.gz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/production.gz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/production.gz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/production.gz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/production.gz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/production.gz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/production.gz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/production.gz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/production.gz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/production.gz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/production.gz",status="404"} 0.000129655 http_request_duration_seconds_count{method="GET",path="/production.gz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/production.rar",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/production.rar",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/production.rar",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/production.rar",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/production.rar",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/production.rar",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/production.rar",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/production.rar",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/production.rar",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/production.rar",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/production.rar",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/production.rar",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/production.rar",status="404"} 0.000132695 http_request_duration_seconds_count{method="GET",path="/production.rar",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/production.sql",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/production.sql",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/production.sql",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/production.sql",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/production.sql",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/production.sql",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/production.sql",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/production.sql",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/production.sql",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/production.sql",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/production.sql",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/production.sql",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/production.sql",status="404"} 0.000161944 http_request_duration_seconds_count{method="GET",path="/production.sql",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/production.sql.bz2",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/production.sql.bz2",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/production.sql.bz2",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/production.sql.bz2",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/production.sql.bz2",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/production.sql.bz2",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/production.sql.bz2",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/production.sql.bz2",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/production.sql.bz2",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/production.sql.bz2",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/production.sql.bz2",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/production.sql.bz2",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/production.sql.bz2",status="404"} 0.000173163 http_request_duration_seconds_count{method="GET",path="/production.sql.bz2",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/production.sql.gz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/production.sql.gz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/production.sql.gz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/production.sql.gz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/production.sql.gz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/production.sql.gz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/production.sql.gz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/production.sql.gz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/production.sql.gz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/production.sql.gz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/production.sql.gz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/production.sql.gz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/production.sql.gz",status="404"} 0.000134745 http_request_duration_seconds_count{method="GET",path="/production.sql.gz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/production.tar",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/production.tar",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/production.tar",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/production.tar",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/production.tar",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/production.tar",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/production.tar",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/production.tar",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/production.tar",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/production.tar",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/production.tar",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/production.tar",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/production.tar",status="404"} 0.000124923 http_request_duration_seconds_count{method="GET",path="/production.tar",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/production.tar.bz2",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/production.tar.bz2",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/production.tar.bz2",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/production.tar.bz2",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/production.tar.bz2",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/production.tar.bz2",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/production.tar.bz2",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/production.tar.bz2",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/production.tar.bz2",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/production.tar.bz2",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/production.tar.bz2",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/production.tar.bz2",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/production.tar.bz2",status="404"} 0.000129912 http_request_duration_seconds_count{method="GET",path="/production.tar.bz2",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/production.tar.gz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/production.tar.gz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/production.tar.gz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/production.tar.gz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/production.tar.gz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/production.tar.gz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/production.tar.gz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/production.tar.gz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/production.tar.gz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/production.tar.gz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/production.tar.gz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/production.tar.gz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/production.tar.gz",status="404"} 0.000189392 http_request_duration_seconds_count{method="GET",path="/production.tar.gz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/production.tar.xz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/production.tar.xz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/production.tar.xz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/production.tar.xz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/production.tar.xz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/production.tar.xz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/production.tar.xz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/production.tar.xz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/production.tar.xz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/production.tar.xz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/production.tar.xz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/production.tar.xz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/production.tar.xz",status="404"} 0.000181 http_request_duration_seconds_count{method="GET",path="/production.tar.xz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/production.tgz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/production.tgz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/production.tgz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/production.tgz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/production.tgz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/production.tgz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/production.tgz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/production.tgz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/production.tgz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/production.tgz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/production.tgz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/production.tgz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/production.tgz",status="404"} 0.000147538 http_request_duration_seconds_count{method="GET",path="/production.tgz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/production.zip",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/production.zip",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/production.zip",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/production.zip",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/production.zip",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/production.zip",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/production.zip",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/production.zip",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/production.zip",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/production.zip",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/production.zip",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/production.zip",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/production.zip",status="404"} 0.000159704 http_request_duration_seconds_count{method="GET",path="/production.zip",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/production.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/production.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/production.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/production.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/production.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/production.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/production.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/production.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/production.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/production.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/production.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/production.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/production.zip",status="429"} 4.4702999999999995e-05 http_request_duration_seconds_count{method="GET",path="/production.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/production.zst",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/production.zst",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/production.zst",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/production.zst",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/production.zst",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/production.zst",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/production.zst",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/production.zst",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/production.zst",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/production.zst",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/production.zst",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/production.zst",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/production.zst",status="404"} 0.000138396 http_request_duration_seconds_count{method="GET",path="/production.zst",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/production/.env",status="429",le="0.005"} 5 http_request_duration_seconds_bucket{method="GET",path="/production/.env",status="429",le="0.01"} 5 http_request_duration_seconds_bucket{method="GET",path="/production/.env",status="429",le="0.025"} 5 http_request_duration_seconds_bucket{method="GET",path="/production/.env",status="429",le="0.05"} 5 http_request_duration_seconds_bucket{method="GET",path="/production/.env",status="429",le="0.1"} 5 http_request_duration_seconds_bucket{method="GET",path="/production/.env",status="429",le="0.25"} 5 http_request_duration_seconds_bucket{method="GET",path="/production/.env",status="429",le="0.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/production/.env",status="429",le="1"} 5 http_request_duration_seconds_bucket{method="GET",path="/production/.env",status="429",le="2.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/production/.env",status="429",le="5"} 5 http_request_duration_seconds_bucket{method="GET",path="/production/.env",status="429",le="10"} 5 http_request_duration_seconds_bucket{method="GET",path="/production/.env",status="429",le="+Inf"} 5 http_request_duration_seconds_sum{method="GET",path="/production/.env",status="429"} 0.00036568799999999997 http_request_duration_seconds_count{method="GET",path="/production/.env",status="429"} 5 http_request_duration_seconds_bucket{method="GET",path="/products",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/products",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/products",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/products",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/products",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/products",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/products",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/products",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/products",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/products",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/products",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/products",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/products",status="429"} 0.000148357 http_request_duration_seconds_count{method="GET",path="/products",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/products.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/products.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/products.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/products.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/products.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/products.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/products.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/products.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/products.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/products.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/products.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/products.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/products.zip",status="429"} 4.5305e-05 http_request_duration_seconds_count{method="GET",path="/products.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/profile.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/profile.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/profile.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/profile.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/profile.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/profile.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/profile.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/profile.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/profile.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/profile.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/profile.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/profile.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/profile.php",status="404"} 0.000132283 http_request_duration_seconds_count{method="GET",path="/profile.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/profile/*",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/profile/*",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/profile/*",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/profile/*",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/profile/*",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/profile/*",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/profile/*",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/profile/*",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/profile/*",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/profile/*",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/profile/*",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/profile/*",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/profile/*",status="429"} 0.000189423 http_request_duration_seconds_count{method="GET",path="/profile/*",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/project.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/project.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/project.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/project.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/project.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/project.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/project.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/project.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/project.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/project.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/project.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/project.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/project.zip",status="429"} 5.0988999999999996e-05 http_request_duration_seconds_count{method="GET",path="/project.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/project/.env",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/project/.env",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/project/.env",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/project/.env",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/project/.env",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/project/.env",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/project/.env",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/project/.env",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/project/.env",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/project/.env",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/project/.env",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/project/.env",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/project/.env",status="404"} 0.000131219 http_request_duration_seconds_count{method="GET",path="/project/.env",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/project/.env",status="429",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/project/.env",status="429",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/project/.env",status="429",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/project/.env",status="429",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/project/.env",status="429",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/project/.env",status="429",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/project/.env",status="429",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/project/.env",status="429",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/project/.env",status="429",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/project/.env",status="429",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/project/.env",status="429",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/project/.env",status="429",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/project/.env",status="429"} 0.000297123 http_request_duration_seconds_count{method="GET",path="/project/.env",status="429"} 3 http_request_duration_seconds_bucket{method="GET",path="/project/.git/config",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/project/.git/config",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/project/.git/config",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/project/.git/config",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/project/.git/config",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/project/.git/config",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/project/.git/config",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/project/.git/config",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/project/.git/config",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/project/.git/config",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/project/.git/config",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/project/.git/config",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/project/.git/config",status="429"} 0.000118151 http_request_duration_seconds_count{method="GET",path="/project/.git/config",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/projects/*",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/projects/*",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/projects/*",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/projects/*",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/projects/*",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/projects/*",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/projects/*",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/projects/*",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/projects/*",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/projects/*",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/projects/*",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/projects/*",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/projects/*",status="429"} 0.00022607699999999998 http_request_duration_seconds_count{method="GET",path="/projects/*",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/properties.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/properties.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/properties.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/properties.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/properties.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/properties.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/properties.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/properties.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/properties.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/properties.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/properties.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/properties.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/properties.zip",status="429"} 2.9041000000000002e-05 http_request_duration_seconds_count{method="GET",path="/properties.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/protected.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/protected.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/protected.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/protected.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/protected.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/protected.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/protected.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/protected.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/protected.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/protected.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/protected.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/protected.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/protected.zip",status="429"} 2.7848e-05 http_request_duration_seconds_count{method="GET",path="/protected.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/prototype.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/prototype.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/prototype.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/prototype.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/prototype.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/prototype.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/prototype.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/prototype.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/prototype.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/prototype.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/prototype.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/prototype.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/prototype.zip",status="429"} 3.8527e-05 http_request_duration_seconds_count{method="GET",path="/prototype.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/provider.tf",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/provider.tf",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/provider.tf",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/provider.tf",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/provider.tf",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/provider.tf",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/provider.tf",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/provider.tf",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/provider.tf",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/provider.tf",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/provider.tf",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/provider.tf",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/provider.tf",status="404"} 0.000129321 http_request_duration_seconds_count{method="GET",path="/provider.tf",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/psnlink/.env",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/psnlink/.env",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/psnlink/.env",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/psnlink/.env",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/psnlink/.env",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/psnlink/.env",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/psnlink/.env",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/psnlink/.env",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/psnlink/.env",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/psnlink/.env",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/psnlink/.env",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/psnlink/.env",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/psnlink/.env",status="404"} 0.000143068 http_request_duration_seconds_count{method="GET",path="/psnlink/.env",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/psnlink/.env",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/psnlink/.env",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/psnlink/.env",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/psnlink/.env",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/psnlink/.env",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/psnlink/.env",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/psnlink/.env",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/psnlink/.env",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/psnlink/.env",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/psnlink/.env",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/psnlink/.env",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/psnlink/.env",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/psnlink/.env",status="429"} 9.4617e-05 http_request_duration_seconds_count{method="GET",path="/psnlink/.env",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/public-api/.env",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/public-api/.env",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/public-api/.env",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/public-api/.env",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/public-api/.env",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/public-api/.env",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/public-api/.env",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/public-api/.env",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/public-api/.env",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/public-api/.env",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/public-api/.env",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/public-api/.env",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/public-api/.env",status="429"} 0.000252993 http_request_duration_seconds_count{method="GET",path="/public-api/.env",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/public.7z",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/public.7z",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/public.7z",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/public.7z",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/public.7z",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/public.7z",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/public.7z",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/public.7z",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/public.7z",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/public.7z",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/public.7z",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/public.7z",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/public.7z",status="404"} 0.000151464 http_request_duration_seconds_count{method="GET",path="/public.7z",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/public.bz2",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/public.bz2",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/public.bz2",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/public.bz2",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/public.bz2",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/public.bz2",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/public.bz2",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/public.bz2",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/public.bz2",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/public.bz2",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/public.bz2",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/public.bz2",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/public.bz2",status="404"} 0.000134629 http_request_duration_seconds_count{method="GET",path="/public.bz2",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/public.gz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/public.gz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/public.gz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/public.gz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/public.gz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/public.gz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/public.gz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/public.gz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/public.gz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/public.gz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/public.gz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/public.gz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/public.gz",status="404"} 0.000143037 http_request_duration_seconds_count{method="GET",path="/public.gz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/public.rar",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/public.rar",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/public.rar",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/public.rar",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/public.rar",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/public.rar",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/public.rar",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/public.rar",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/public.rar",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/public.rar",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/public.rar",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/public.rar",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/public.rar",status="404"} 0.000132528 http_request_duration_seconds_count{method="GET",path="/public.rar",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/public.sql",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/public.sql",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/public.sql",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/public.sql",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/public.sql",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/public.sql",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/public.sql",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/public.sql",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/public.sql",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/public.sql",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/public.sql",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/public.sql",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/public.sql",status="404"} 0.000146273 http_request_duration_seconds_count{method="GET",path="/public.sql",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/public.sql.bz2",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/public.sql.bz2",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/public.sql.bz2",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/public.sql.bz2",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/public.sql.bz2",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/public.sql.bz2",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/public.sql.bz2",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/public.sql.bz2",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/public.sql.bz2",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/public.sql.bz2",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/public.sql.bz2",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/public.sql.bz2",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/public.sql.bz2",status="404"} 0.000162074 http_request_duration_seconds_count{method="GET",path="/public.sql.bz2",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/public.sql.gz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/public.sql.gz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/public.sql.gz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/public.sql.gz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/public.sql.gz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/public.sql.gz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/public.sql.gz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/public.sql.gz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/public.sql.gz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/public.sql.gz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/public.sql.gz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/public.sql.gz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/public.sql.gz",status="404"} 0.000139878 http_request_duration_seconds_count{method="GET",path="/public.sql.gz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/public.tar",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/public.tar",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/public.tar",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/public.tar",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/public.tar",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/public.tar",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/public.tar",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/public.tar",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/public.tar",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/public.tar",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/public.tar",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/public.tar",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/public.tar",status="404"} 0.000120245 http_request_duration_seconds_count{method="GET",path="/public.tar",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/public.tar.bz2",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/public.tar.bz2",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/public.tar.bz2",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/public.tar.bz2",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/public.tar.bz2",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/public.tar.bz2",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/public.tar.bz2",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/public.tar.bz2",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/public.tar.bz2",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/public.tar.bz2",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/public.tar.bz2",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/public.tar.bz2",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/public.tar.bz2",status="404"} 0.00014277 http_request_duration_seconds_count{method="GET",path="/public.tar.bz2",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/public.tar.gz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/public.tar.gz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/public.tar.gz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/public.tar.gz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/public.tar.gz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/public.tar.gz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/public.tar.gz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/public.tar.gz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/public.tar.gz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/public.tar.gz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/public.tar.gz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/public.tar.gz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/public.tar.gz",status="404"} 0.000130582 http_request_duration_seconds_count{method="GET",path="/public.tar.gz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/public.tar.xz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/public.tar.xz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/public.tar.xz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/public.tar.xz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/public.tar.xz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/public.tar.xz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/public.tar.xz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/public.tar.xz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/public.tar.xz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/public.tar.xz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/public.tar.xz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/public.tar.xz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/public.tar.xz",status="404"} 0.000132641 http_request_duration_seconds_count{method="GET",path="/public.tar.xz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/public.tgz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/public.tgz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/public.tgz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/public.tgz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/public.tgz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/public.tgz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/public.tgz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/public.tgz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/public.tgz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/public.tgz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/public.tgz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/public.tgz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/public.tgz",status="404"} 0.00012939 http_request_duration_seconds_count{method="GET",path="/public.tgz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/public.zip",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/public.zip",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/public.zip",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/public.zip",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/public.zip",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/public.zip",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/public.zip",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/public.zip",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/public.zip",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/public.zip",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/public.zip",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/public.zip",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/public.zip",status="404"} 0.000140386 http_request_duration_seconds_count{method="GET",path="/public.zip",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/public.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/public.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/public.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/public.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/public.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/public.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/public.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/public.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/public.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/public.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/public.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/public.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/public.zip",status="429"} 4.132e-05 http_request_duration_seconds_count{method="GET",path="/public.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/public.zst",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/public.zst",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/public.zst",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/public.zst",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/public.zst",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/public.zst",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/public.zst",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/public.zst",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/public.zst",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/public.zst",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/public.zst",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/public.zst",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/public.zst",status="404"} 0.000162823 http_request_duration_seconds_count{method="GET",path="/public.zst",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/public/.env",status="404",le="0.005"} 11 http_request_duration_seconds_bucket{method="GET",path="/public/.env",status="404",le="0.01"} 11 http_request_duration_seconds_bucket{method="GET",path="/public/.env",status="404",le="0.025"} 11 http_request_duration_seconds_bucket{method="GET",path="/public/.env",status="404",le="0.05"} 11 http_request_duration_seconds_bucket{method="GET",path="/public/.env",status="404",le="0.1"} 11 http_request_duration_seconds_bucket{method="GET",path="/public/.env",status="404",le="0.25"} 11 http_request_duration_seconds_bucket{method="GET",path="/public/.env",status="404",le="0.5"} 11 http_request_duration_seconds_bucket{method="GET",path="/public/.env",status="404",le="1"} 11 http_request_duration_seconds_bucket{method="GET",path="/public/.env",status="404",le="2.5"} 11 http_request_duration_seconds_bucket{method="GET",path="/public/.env",status="404",le="5"} 11 http_request_duration_seconds_bucket{method="GET",path="/public/.env",status="404",le="10"} 11 http_request_duration_seconds_bucket{method="GET",path="/public/.env",status="404",le="+Inf"} 11 http_request_duration_seconds_sum{method="GET",path="/public/.env",status="404"} 0.001545893 http_request_duration_seconds_count{method="GET",path="/public/.env",status="404"} 11 http_request_duration_seconds_bucket{method="GET",path="/public/.env",status="429",le="0.005"} 7 http_request_duration_seconds_bucket{method="GET",path="/public/.env",status="429",le="0.01"} 7 http_request_duration_seconds_bucket{method="GET",path="/public/.env",status="429",le="0.025"} 7 http_request_duration_seconds_bucket{method="GET",path="/public/.env",status="429",le="0.05"} 7 http_request_duration_seconds_bucket{method="GET",path="/public/.env",status="429",le="0.1"} 7 http_request_duration_seconds_bucket{method="GET",path="/public/.env",status="429",le="0.25"} 7 http_request_duration_seconds_bucket{method="GET",path="/public/.env",status="429",le="0.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/public/.env",status="429",le="1"} 7 http_request_duration_seconds_bucket{method="GET",path="/public/.env",status="429",le="2.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/public/.env",status="429",le="5"} 7 http_request_duration_seconds_bucket{method="GET",path="/public/.env",status="429",le="10"} 7 http_request_duration_seconds_bucket{method="GET",path="/public/.env",status="429",le="+Inf"} 7 http_request_duration_seconds_sum{method="GET",path="/public/.env",status="429"} 0.000651859 http_request_duration_seconds_count{method="GET",path="/public/.env",status="429"} 7 http_request_duration_seconds_bucket{method="GET",path="/public/.git/config",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/public/.git/config",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/public/.git/config",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/public/.git/config",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/public/.git/config",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/public/.git/config",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/public/.git/config",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/public/.git/config",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/public/.git/config",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/public/.git/config",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/public/.git/config",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/public/.git/config",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/public/.git/config",status="429"} 9.4409e-05 http_request_duration_seconds_count{method="GET",path="/public/.git/config",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/public/config.js",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/public/config.js",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/public/config.js",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/public/config.js",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/public/config.js",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/public/config.js",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/public/config.js",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/public/config.js",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/public/config.js",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/public/config.js",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/public/config.js",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/public/config.js",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/public/config.js",status="404"} 0.000256758 http_request_duration_seconds_count{method="GET",path="/public/config.js",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/public/config.js",status="429",le="0.005"} 17 http_request_duration_seconds_bucket{method="GET",path="/public/config.js",status="429",le="0.01"} 17 http_request_duration_seconds_bucket{method="GET",path="/public/config.js",status="429",le="0.025"} 17 http_request_duration_seconds_bucket{method="GET",path="/public/config.js",status="429",le="0.05"} 17 http_request_duration_seconds_bucket{method="GET",path="/public/config.js",status="429",le="0.1"} 17 http_request_duration_seconds_bucket{method="GET",path="/public/config.js",status="429",le="0.25"} 17 http_request_duration_seconds_bucket{method="GET",path="/public/config.js",status="429",le="0.5"} 17 http_request_duration_seconds_bucket{method="GET",path="/public/config.js",status="429",le="1"} 17 http_request_duration_seconds_bucket{method="GET",path="/public/config.js",status="429",le="2.5"} 17 http_request_duration_seconds_bucket{method="GET",path="/public/config.js",status="429",le="5"} 17 http_request_duration_seconds_bucket{method="GET",path="/public/config.js",status="429",le="10"} 17 http_request_duration_seconds_bucket{method="GET",path="/public/config.js",status="429",le="+Inf"} 17 http_request_duration_seconds_sum{method="GET",path="/public/config.js",status="429"} 0.00128077 http_request_duration_seconds_count{method="GET",path="/public/config.js",status="429"} 17 http_request_duration_seconds_bucket{method="GET",path="/public/css.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/public/css.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/public/css.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/public/css.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/public/css.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/public/css.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/public/css.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/public/css.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/public/css.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/public/css.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/public/css.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/public/css.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/public/css.php",status="404"} 0.00025797099999999996 http_request_duration_seconds_count{method="GET",path="/public/css.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/public/env.js",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/public/env.js",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/public/env.js",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/public/env.js",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/public/env.js",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/public/env.js",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/public/env.js",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/public/env.js",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/public/env.js",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/public/env.js",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/public/env.js",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/public/env.js",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/public/env.js",status="404"} 0.000155807 http_request_duration_seconds_count{method="GET",path="/public/env.js",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/public/env.js",status="429",le="0.005"} 18 http_request_duration_seconds_bucket{method="GET",path="/public/env.js",status="429",le="0.01"} 18 http_request_duration_seconds_bucket{method="GET",path="/public/env.js",status="429",le="0.025"} 18 http_request_duration_seconds_bucket{method="GET",path="/public/env.js",status="429",le="0.05"} 18 http_request_duration_seconds_bucket{method="GET",path="/public/env.js",status="429",le="0.1"} 18 http_request_duration_seconds_bucket{method="GET",path="/public/env.js",status="429",le="0.25"} 18 http_request_duration_seconds_bucket{method="GET",path="/public/env.js",status="429",le="0.5"} 18 http_request_duration_seconds_bucket{method="GET",path="/public/env.js",status="429",le="1"} 18 http_request_duration_seconds_bucket{method="GET",path="/public/env.js",status="429",le="2.5"} 18 http_request_duration_seconds_bucket{method="GET",path="/public/env.js",status="429",le="5"} 18 http_request_duration_seconds_bucket{method="GET",path="/public/env.js",status="429",le="10"} 18 http_request_duration_seconds_bucket{method="GET",path="/public/env.js",status="429",le="+Inf"} 18 http_request_duration_seconds_sum{method="GET",path="/public/env.js",status="429"} 0.001319665 http_request_duration_seconds_count{method="GET",path="/public/env.js",status="429"} 18 http_request_duration_seconds_bucket{method="GET",path="/public/file.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/public/file.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/public/file.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/public/file.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/public/file.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/public/file.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/public/file.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/public/file.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/public/file.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/public/file.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/public/file.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/public/file.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/public/file.php",status="404"} 0.000282063 http_request_duration_seconds_count{method="GET",path="/public/file.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/public/js/main.js",status="404",le="0.005"} 8 http_request_duration_seconds_bucket{method="GET",path="/public/js/main.js",status="404",le="0.01"} 8 http_request_duration_seconds_bucket{method="GET",path="/public/js/main.js",status="404",le="0.025"} 8 http_request_duration_seconds_bucket{method="GET",path="/public/js/main.js",status="404",le="0.05"} 8 http_request_duration_seconds_bucket{method="GET",path="/public/js/main.js",status="404",le="0.1"} 8 http_request_duration_seconds_bucket{method="GET",path="/public/js/main.js",status="404",le="0.25"} 8 http_request_duration_seconds_bucket{method="GET",path="/public/js/main.js",status="404",le="0.5"} 8 http_request_duration_seconds_bucket{method="GET",path="/public/js/main.js",status="404",le="1"} 8 http_request_duration_seconds_bucket{method="GET",path="/public/js/main.js",status="404",le="2.5"} 8 http_request_duration_seconds_bucket{method="GET",path="/public/js/main.js",status="404",le="5"} 8 http_request_duration_seconds_bucket{method="GET",path="/public/js/main.js",status="404",le="10"} 8 http_request_duration_seconds_bucket{method="GET",path="/public/js/main.js",status="404",le="+Inf"} 8 http_request_duration_seconds_sum{method="GET",path="/public/js/main.js",status="404"} 0.001244309 http_request_duration_seconds_count{method="GET",path="/public/js/main.js",status="404"} 8 http_request_duration_seconds_bucket{method="GET",path="/public/js/main.js",status="429",le="0.005"} 13 http_request_duration_seconds_bucket{method="GET",path="/public/js/main.js",status="429",le="0.01"} 13 http_request_duration_seconds_bucket{method="GET",path="/public/js/main.js",status="429",le="0.025"} 13 http_request_duration_seconds_bucket{method="GET",path="/public/js/main.js",status="429",le="0.05"} 13 http_request_duration_seconds_bucket{method="GET",path="/public/js/main.js",status="429",le="0.1"} 13 http_request_duration_seconds_bucket{method="GET",path="/public/js/main.js",status="429",le="0.25"} 13 http_request_duration_seconds_bucket{method="GET",path="/public/js/main.js",status="429",le="0.5"} 13 http_request_duration_seconds_bucket{method="GET",path="/public/js/main.js",status="429",le="1"} 13 http_request_duration_seconds_bucket{method="GET",path="/public/js/main.js",status="429",le="2.5"} 13 http_request_duration_seconds_bucket{method="GET",path="/public/js/main.js",status="429",le="5"} 13 http_request_duration_seconds_bucket{method="GET",path="/public/js/main.js",status="429",le="10"} 13 http_request_duration_seconds_bucket{method="GET",path="/public/js/main.js",status="429",le="+Inf"} 13 http_request_duration_seconds_sum{method="GET",path="/public/js/main.js",status="429"} 0.0009606249999999999 http_request_duration_seconds_count{method="GET",path="/public/js/main.js",status="429"} 13 http_request_duration_seconds_bucket{method="GET",path="/public/mI35rZhMg1zJ1vuXdefault.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/public/mI35rZhMg1zJ1vuXdefault.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/public/mI35rZhMg1zJ1vuXdefault.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/public/mI35rZhMg1zJ1vuXdefault.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/public/mI35rZhMg1zJ1vuXdefault.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/public/mI35rZhMg1zJ1vuXdefault.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/public/mI35rZhMg1zJ1vuXdefault.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/public/mI35rZhMg1zJ1vuXdefault.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/public/mI35rZhMg1zJ1vuXdefault.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/public/mI35rZhMg1zJ1vuXdefault.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/public/mI35rZhMg1zJ1vuXdefault.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/public/mI35rZhMg1zJ1vuXdefault.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/public/mI35rZhMg1zJ1vuXdefault.php",status="404"} 0.000142028 http_request_duration_seconds_count{method="GET",path="/public/mI35rZhMg1zJ1vuXdefault.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/public/phpinfo.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/public/phpinfo.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/public/phpinfo.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/public/phpinfo.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/public/phpinfo.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/public/phpinfo.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/public/phpinfo.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/public/phpinfo.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/public/phpinfo.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/public/phpinfo.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/public/phpinfo.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/public/phpinfo.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/public/phpinfo.php",status="404"} 0.00019029 http_request_duration_seconds_count{method="GET",path="/public/phpinfo.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/public/phpinfo.php",status="429",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/public/phpinfo.php",status="429",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/public/phpinfo.php",status="429",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/public/phpinfo.php",status="429",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/public/phpinfo.php",status="429",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/public/phpinfo.php",status="429",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/public/phpinfo.php",status="429",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/public/phpinfo.php",status="429",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/public/phpinfo.php",status="429",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/public/phpinfo.php",status="429",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/public/phpinfo.php",status="429",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/public/phpinfo.php",status="429",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/public/phpinfo.php",status="429"} 0.000272309 http_request_duration_seconds_count{method="GET",path="/public/phpinfo.php",status="429"} 3 http_request_duration_seconds_bucket{method="GET",path="/public/stripe.js",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/public/stripe.js",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/public/stripe.js",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/public/stripe.js",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/public/stripe.js",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/public/stripe.js",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/public/stripe.js",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/public/stripe.js",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/public/stripe.js",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/public/stripe.js",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/public/stripe.js",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/public/stripe.js",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/public/stripe.js",status="429"} 0.000241592 http_request_duration_seconds_count{method="GET",path="/public/stripe.js",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/public/vx.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/public/vx.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/public/vx.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/public/vx.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/public/vx.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/public/vx.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/public/vx.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/public/vx.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/public/vx.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/public/vx.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/public/vx.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/public/vx.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/public/vx.php",status="404"} 0.000472801 http_request_duration_seconds_count{method="GET",path="/public/vx.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/public/wp-blog.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/public/wp-blog.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/public/wp-blog.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/public/wp-blog.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/public/wp-blog.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/public/wp-blog.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/public/wp-blog.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/public/wp-blog.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/public/wp-blog.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/public/wp-blog.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/public/wp-blog.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/public/wp-blog.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/public/wp-blog.php",status="404"} 0.0006228550000000001 http_request_duration_seconds_count{method="GET",path="/public/wp-blog.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/public/ws49.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/public/ws49.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/public/ws49.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/public/ws49.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/public/ws49.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/public/ws49.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/public/ws49.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/public/ws49.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/public/ws49.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/public/ws49.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/public/ws49.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/public/ws49.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/public/ws49.php",status="404"} 0.000289735 http_request_duration_seconds_count{method="GET",path="/public/ws49.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/public_html.7z",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/public_html.7z",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/public_html.7z",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/public_html.7z",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/public_html.7z",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/public_html.7z",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/public_html.7z",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/public_html.7z",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/public_html.7z",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/public_html.7z",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/public_html.7z",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/public_html.7z",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/public_html.7z",status="404"} 0.000132849 http_request_duration_seconds_count{method="GET",path="/public_html.7z",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/public_html.bz2",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/public_html.bz2",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/public_html.bz2",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/public_html.bz2",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/public_html.bz2",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/public_html.bz2",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/public_html.bz2",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/public_html.bz2",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/public_html.bz2",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/public_html.bz2",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/public_html.bz2",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/public_html.bz2",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/public_html.bz2",status="404"} 0.000129179 http_request_duration_seconds_count{method="GET",path="/public_html.bz2",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/public_html.gz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/public_html.gz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/public_html.gz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/public_html.gz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/public_html.gz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/public_html.gz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/public_html.gz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/public_html.gz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/public_html.gz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/public_html.gz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/public_html.gz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/public_html.gz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/public_html.gz",status="404"} 0.000137757 http_request_duration_seconds_count{method="GET",path="/public_html.gz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/public_html.rar",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/public_html.rar",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/public_html.rar",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/public_html.rar",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/public_html.rar",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/public_html.rar",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/public_html.rar",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/public_html.rar",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/public_html.rar",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/public_html.rar",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/public_html.rar",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/public_html.rar",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/public_html.rar",status="404"} 0.000129209 http_request_duration_seconds_count{method="GET",path="/public_html.rar",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/public_html.sql",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/public_html.sql",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/public_html.sql",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/public_html.sql",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/public_html.sql",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/public_html.sql",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/public_html.sql",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/public_html.sql",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/public_html.sql",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/public_html.sql",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/public_html.sql",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/public_html.sql",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/public_html.sql",status="404"} 0.000129531 http_request_duration_seconds_count{method="GET",path="/public_html.sql",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/public_html.sql.bz2",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/public_html.sql.bz2",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/public_html.sql.bz2",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/public_html.sql.bz2",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/public_html.sql.bz2",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/public_html.sql.bz2",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/public_html.sql.bz2",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/public_html.sql.bz2",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/public_html.sql.bz2",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/public_html.sql.bz2",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/public_html.sql.bz2",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/public_html.sql.bz2",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/public_html.sql.bz2",status="404"} 0.000125896 http_request_duration_seconds_count{method="GET",path="/public_html.sql.bz2",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/public_html.sql.gz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/public_html.sql.gz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/public_html.sql.gz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/public_html.sql.gz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/public_html.sql.gz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/public_html.sql.gz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/public_html.sql.gz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/public_html.sql.gz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/public_html.sql.gz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/public_html.sql.gz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/public_html.sql.gz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/public_html.sql.gz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/public_html.sql.gz",status="404"} 0.000141708 http_request_duration_seconds_count{method="GET",path="/public_html.sql.gz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/public_html.tar",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/public_html.tar",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/public_html.tar",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/public_html.tar",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/public_html.tar",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/public_html.tar",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/public_html.tar",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/public_html.tar",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/public_html.tar",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/public_html.tar",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/public_html.tar",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/public_html.tar",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/public_html.tar",status="404"} 0.000167748 http_request_duration_seconds_count{method="GET",path="/public_html.tar",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/public_html.tar.bz2",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/public_html.tar.bz2",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/public_html.tar.bz2",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/public_html.tar.bz2",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/public_html.tar.bz2",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/public_html.tar.bz2",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/public_html.tar.bz2",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/public_html.tar.bz2",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/public_html.tar.bz2",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/public_html.tar.bz2",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/public_html.tar.bz2",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/public_html.tar.bz2",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/public_html.tar.bz2",status="404"} 0.00013081 http_request_duration_seconds_count{method="GET",path="/public_html.tar.bz2",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/public_html.tar.gz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/public_html.tar.gz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/public_html.tar.gz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/public_html.tar.gz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/public_html.tar.gz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/public_html.tar.gz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/public_html.tar.gz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/public_html.tar.gz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/public_html.tar.gz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/public_html.tar.gz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/public_html.tar.gz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/public_html.tar.gz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/public_html.tar.gz",status="404"} 0.000125402 http_request_duration_seconds_count{method="GET",path="/public_html.tar.gz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/public_html.tar.xz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/public_html.tar.xz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/public_html.tar.xz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/public_html.tar.xz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/public_html.tar.xz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/public_html.tar.xz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/public_html.tar.xz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/public_html.tar.xz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/public_html.tar.xz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/public_html.tar.xz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/public_html.tar.xz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/public_html.tar.xz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/public_html.tar.xz",status="404"} 0.000136663 http_request_duration_seconds_count{method="GET",path="/public_html.tar.xz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/public_html.tgz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/public_html.tgz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/public_html.tgz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/public_html.tgz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/public_html.tgz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/public_html.tgz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/public_html.tgz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/public_html.tgz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/public_html.tgz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/public_html.tgz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/public_html.tgz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/public_html.tgz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/public_html.tgz",status="404"} 0.000138071 http_request_duration_seconds_count{method="GET",path="/public_html.tgz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/public_html.zip",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/public_html.zip",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/public_html.zip",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/public_html.zip",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/public_html.zip",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/public_html.zip",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/public_html.zip",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/public_html.zip",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/public_html.zip",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/public_html.zip",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/public_html.zip",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/public_html.zip",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/public_html.zip",status="404"} 0.000132734 http_request_duration_seconds_count{method="GET",path="/public_html.zip",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/public_html.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/public_html.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/public_html.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/public_html.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/public_html.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/public_html.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/public_html.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/public_html.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/public_html.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/public_html.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/public_html.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/public_html.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/public_html.zip",status="429"} 4.1055e-05 http_request_duration_seconds_count{method="GET",path="/public_html.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/public_html.zst",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/public_html.zst",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/public_html.zst",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/public_html.zst",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/public_html.zst",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/public_html.zst",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/public_html.zst",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/public_html.zst",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/public_html.zst",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/public_html.zst",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/public_html.zst",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/public_html.zst",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/public_html.zst",status="404"} 0.000137824 http_request_duration_seconds_count{method="GET",path="/public_html.zst",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/public_html/.env",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/public_html/.env",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/public_html/.env",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/public_html/.env",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/public_html/.env",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/public_html/.env",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/public_html/.env",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/public_html/.env",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/public_html/.env",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/public_html/.env",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/public_html/.env",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/public_html/.env",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/public_html/.env",status="404"} 0.000171616 http_request_duration_seconds_count{method="GET",path="/public_html/.env",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/public_html/.env",status="429",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/public_html/.env",status="429",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/public_html/.env",status="429",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/public_html/.env",status="429",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/public_html/.env",status="429",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/public_html/.env",status="429",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/public_html/.env",status="429",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/public_html/.env",status="429",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/public_html/.env",status="429",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/public_html/.env",status="429",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/public_html/.env",status="429",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/public_html/.env",status="429",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/public_html/.env",status="429"} 0.000276756 http_request_duration_seconds_count{method="GET",path="/public_html/.env",status="429"} 3 http_request_duration_seconds_bucket{method="GET",path="/public_html/phpinfo.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/public_html/phpinfo.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/public_html/phpinfo.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/public_html/phpinfo.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/public_html/phpinfo.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/public_html/phpinfo.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/public_html/phpinfo.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/public_html/phpinfo.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/public_html/phpinfo.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/public_html/phpinfo.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/public_html/phpinfo.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/public_html/phpinfo.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/public_html/phpinfo.php",status="429"} 6.2893e-05 http_request_duration_seconds_count{method="GET",path="/public_html/phpinfo.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/publish/*",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/publish/*",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/publish/*",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/publish/*",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/publish/*",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/publish/*",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/publish/*",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/publish/*",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/publish/*",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/publish/*",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/publish/*",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/publish/*",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/publish/*",status="429"} 0.000182343 http_request_duration_seconds_count{method="GET",path="/publish/*",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/puc.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/puc.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/puc.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/puc.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/puc.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/puc.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/puc.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/puc.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/puc.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/puc.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/puc.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/puc.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/puc.php",status="404"} 0.00014438 http_request_duration_seconds_count{method="GET",path="/puc.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/pucci.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/pucci.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/pucci.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/pucci.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/pucci.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/pucci.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/pucci.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/pucci.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/pucci.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/pucci.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/pucci.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/pucci.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/pucci.php",status="404"} 0.000264852 http_request_duration_seconds_count{method="GET",path="/pucci.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/pulumi.yaml",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/pulumi.yaml",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/pulumi.yaml",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/pulumi.yaml",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/pulumi.yaml",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/pulumi.yaml",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/pulumi.yaml",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/pulumi.yaml",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/pulumi.yaml",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/pulumi.yaml",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/pulumi.yaml",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/pulumi.yaml",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/pulumi.yaml",status="404"} 0.000135085 http_request_duration_seconds_count{method="GET",path="/pulumi.yaml",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/pwa.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/pwa.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/pwa.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/pwa.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/pwa.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/pwa.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/pwa.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/pwa.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/pwa.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/pwa.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/pwa.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/pwa.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/pwa.zip",status="429"} 4.8868e-05 http_request_duration_seconds_count{method="GET",path="/pwa.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/python.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/python.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/python.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/python.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/python.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/python.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/python.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/python.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/python.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/python.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/python.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/python.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/python.zip",status="429"} 4.6293e-05 http_request_duration_seconds_count{method="GET",path="/python.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/qa.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/qa.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/qa.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/qa.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/qa.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/qa.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/qa.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/qa.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/qa.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/qa.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/qa.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/qa.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/qa.zip",status="429"} 2.0339e-05 http_request_duration_seconds_count{method="GET",path="/qa.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/qa/.env",status="429",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/qa/.env",status="429",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/qa/.env",status="429",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/qa/.env",status="429",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/qa/.env",status="429",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/qa/.env",status="429",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/qa/.env",status="429",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/qa/.env",status="429",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/qa/.env",status="429",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/qa/.env",status="429",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/qa/.env",status="429",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/qa/.env",status="429",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/qa/.env",status="429"} 0.00027921099999999997 http_request_duration_seconds_count{method="GET",path="/qa/.env",status="429"} 3 http_request_duration_seconds_bucket{method="GET",path="/qa/phpinfo.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/qa/phpinfo.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/qa/phpinfo.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/qa/phpinfo.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/qa/phpinfo.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/qa/phpinfo.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/qa/phpinfo.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/qa/phpinfo.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/qa/phpinfo.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/qa/phpinfo.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/qa/phpinfo.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/qa/phpinfo.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/qa/phpinfo.php",status="429"} 8.4786e-05 http_request_duration_seconds_count{method="GET",path="/qa/phpinfo.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/queue.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/queue.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/queue.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/queue.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/queue.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/queue.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/queue.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/queue.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/queue.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/queue.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/queue.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/queue.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/queue.zip",status="429"} 3.2836e-05 http_request_duration_seconds_count{method="GET",path="/queue.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/queue/.env",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/queue/.env",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/queue/.env",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/queue/.env",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/queue/.env",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/queue/.env",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/queue/.env",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/queue/.env",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/queue/.env",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/queue/.env",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/queue/.env",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/queue/.env",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/queue/.env",status="429"} 9.0689e-05 http_request_duration_seconds_count{method="GET",path="/queue/.env",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/r79.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/r79.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/r79.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/r79.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/r79.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/r79.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/r79.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/r79.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/r79.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/r79.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/r79.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/r79.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/r79.php",status="404"} 0.000134453 http_request_duration_seconds_count{method="GET",path="/r79.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/rabbitmq/.env",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/rabbitmq/.env",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/rabbitmq/.env",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/rabbitmq/.env",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/rabbitmq/.env",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/rabbitmq/.env",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/rabbitmq/.env",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rabbitmq/.env",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/rabbitmq/.env",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rabbitmq/.env",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rabbitmq/.env",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/rabbitmq/.env",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/rabbitmq/.env",status="429"} 9.3729e-05 http_request_duration_seconds_count{method="GET",path="/rabbitmq/.env",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/radio.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/radio.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/radio.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/radio.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/radio.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/radio.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/radio.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/radio.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/radio.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/radio.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/radio.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/radio.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/radio.php",status="404"} 0.00027247700000000003 http_request_duration_seconds_count{method="GET",path="/radio.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/rails.7z",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/rails.7z",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/rails.7z",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/rails.7z",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/rails.7z",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/rails.7z",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/rails.7z",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rails.7z",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/rails.7z",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rails.7z",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rails.7z",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/rails.7z",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/rails.7z",status="404"} 0.00012545 http_request_duration_seconds_count{method="GET",path="/rails.7z",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/rails.bz2",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/rails.bz2",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/rails.bz2",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/rails.bz2",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/rails.bz2",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/rails.bz2",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/rails.bz2",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rails.bz2",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/rails.bz2",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rails.bz2",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rails.bz2",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/rails.bz2",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/rails.bz2",status="404"} 0.00017981 http_request_duration_seconds_count{method="GET",path="/rails.bz2",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/rails.gz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/rails.gz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/rails.gz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/rails.gz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/rails.gz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/rails.gz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/rails.gz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rails.gz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/rails.gz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rails.gz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rails.gz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/rails.gz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/rails.gz",status="404"} 0.000137446 http_request_duration_seconds_count{method="GET",path="/rails.gz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/rails.rar",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/rails.rar",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/rails.rar",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/rails.rar",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/rails.rar",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/rails.rar",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/rails.rar",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rails.rar",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/rails.rar",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rails.rar",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rails.rar",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/rails.rar",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/rails.rar",status="404"} 0.000139733 http_request_duration_seconds_count{method="GET",path="/rails.rar",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/rails.sql",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/rails.sql",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/rails.sql",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/rails.sql",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/rails.sql",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/rails.sql",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/rails.sql",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rails.sql",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/rails.sql",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rails.sql",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rails.sql",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/rails.sql",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/rails.sql",status="404"} 0.000148003 http_request_duration_seconds_count{method="GET",path="/rails.sql",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/rails.sql.bz2",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/rails.sql.bz2",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/rails.sql.bz2",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/rails.sql.bz2",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/rails.sql.bz2",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/rails.sql.bz2",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/rails.sql.bz2",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rails.sql.bz2",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/rails.sql.bz2",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rails.sql.bz2",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rails.sql.bz2",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/rails.sql.bz2",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/rails.sql.bz2",status="404"} 0.000140886 http_request_duration_seconds_count{method="GET",path="/rails.sql.bz2",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/rails.sql.gz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/rails.sql.gz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/rails.sql.gz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/rails.sql.gz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/rails.sql.gz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/rails.sql.gz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/rails.sql.gz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rails.sql.gz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/rails.sql.gz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rails.sql.gz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rails.sql.gz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/rails.sql.gz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/rails.sql.gz",status="404"} 0.000143092 http_request_duration_seconds_count{method="GET",path="/rails.sql.gz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/rails.tar",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/rails.tar",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/rails.tar",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/rails.tar",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/rails.tar",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/rails.tar",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/rails.tar",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rails.tar",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/rails.tar",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rails.tar",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rails.tar",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/rails.tar",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/rails.tar",status="404"} 0.000168174 http_request_duration_seconds_count{method="GET",path="/rails.tar",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/rails.tar.bz2",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/rails.tar.bz2",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/rails.tar.bz2",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/rails.tar.bz2",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/rails.tar.bz2",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/rails.tar.bz2",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/rails.tar.bz2",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rails.tar.bz2",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/rails.tar.bz2",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rails.tar.bz2",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rails.tar.bz2",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/rails.tar.bz2",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/rails.tar.bz2",status="404"} 0.000131028 http_request_duration_seconds_count{method="GET",path="/rails.tar.bz2",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/rails.tar.gz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/rails.tar.gz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/rails.tar.gz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/rails.tar.gz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/rails.tar.gz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/rails.tar.gz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/rails.tar.gz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rails.tar.gz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/rails.tar.gz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rails.tar.gz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rails.tar.gz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/rails.tar.gz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/rails.tar.gz",status="404"} 0.000149301 http_request_duration_seconds_count{method="GET",path="/rails.tar.gz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/rails.tar.xz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/rails.tar.xz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/rails.tar.xz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/rails.tar.xz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/rails.tar.xz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/rails.tar.xz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/rails.tar.xz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rails.tar.xz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/rails.tar.xz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rails.tar.xz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rails.tar.xz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/rails.tar.xz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/rails.tar.xz",status="404"} 0.00016675 http_request_duration_seconds_count{method="GET",path="/rails.tar.xz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/rails.tgz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/rails.tgz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/rails.tgz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/rails.tgz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/rails.tgz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/rails.tgz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/rails.tgz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rails.tgz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/rails.tgz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rails.tgz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rails.tgz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/rails.tgz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/rails.tgz",status="404"} 0.000126552 http_request_duration_seconds_count{method="GET",path="/rails.tgz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/rails.zip",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/rails.zip",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/rails.zip",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/rails.zip",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/rails.zip",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/rails.zip",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/rails.zip",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rails.zip",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/rails.zip",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rails.zip",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rails.zip",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/rails.zip",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/rails.zip",status="404"} 0.000197294 http_request_duration_seconds_count{method="GET",path="/rails.zip",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/rails.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/rails.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/rails.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/rails.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/rails.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/rails.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/rails.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/rails.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/rails.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/rails.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/rails.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/rails.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/rails.zip",status="429"} 5.8750000000000005e-05 http_request_duration_seconds_count{method="GET",path="/rails.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/rails.zst",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/rails.zst",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/rails.zst",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/rails.zst",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/rails.zst",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/rails.zst",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/rails.zst",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rails.zst",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/rails.zst",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rails.zst",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rails.zst",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/rails.zst",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/rails.zst",status="404"} 0.000145861 http_request_duration_seconds_count{method="GET",path="/rails.zst",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/randkeyword.PhP7",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/randkeyword.PhP7",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/randkeyword.PhP7",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/randkeyword.PhP7",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/randkeyword.PhP7",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/randkeyword.PhP7",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/randkeyword.PhP7",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/randkeyword.PhP7",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/randkeyword.PhP7",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/randkeyword.PhP7",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/randkeyword.PhP7",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/randkeyword.PhP7",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/randkeyword.PhP7",status="404"} 0.000267834 http_request_duration_seconds_count{method="GET",path="/randkeyword.PhP7",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/randkeyword.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/randkeyword.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/randkeyword.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/randkeyword.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/randkeyword.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/randkeyword.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/randkeyword.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/randkeyword.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/randkeyword.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/randkeyword.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/randkeyword.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/randkeyword.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/randkeyword.php",status="404"} 0.000263711 http_request_duration_seconds_count{method="GET",path="/randkeyword.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/random.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/random.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/random.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/random.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/random.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/random.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/random.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/random.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/random.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/random.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/random.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/random.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/random.zip",status="429"} 3.8913e-05 http_request_duration_seconds_count{method="GET",path="/random.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/rc.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/rc.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/rc.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/rc.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/rc.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/rc.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/rc.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/rc.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/rc.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/rc.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/rc.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/rc.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/rc.zip",status="429"} 4.2386e-05 http_request_duration_seconds_count{method="GET",path="/rc.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/react-native.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/react-native.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/react-native.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/react-native.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/react-native.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/react-native.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/react-native.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/react-native.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/react-native.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/react-native.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/react-native.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/react-native.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/react-native.zip",status="429"} 2.6114e-05 http_request_duration_seconds_count{method="GET",path="/react-native.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/react.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/react.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/react.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/react.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/react.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/react.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/react.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/react.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/react.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/react.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/react.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/react.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/react.zip",status="429"} 1.8452e-05 http_request_duration_seconds_count{method="GET",path="/react.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/react/.env",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/react/.env",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/react/.env",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/react/.env",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/react/.env",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/react/.env",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/react/.env",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/react/.env",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/react/.env",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/react/.env",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/react/.env",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/react/.env",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/react/.env",status="429"} 8.1903e-05 http_request_duration_seconds_count{method="GET",path="/react/.env",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/readme.md",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/readme.md",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/readme.md",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/readme.md",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/readme.md",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/readme.md",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/readme.md",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/readme.md",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/readme.md",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/readme.md",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/readme.md",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/readme.md",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/readme.md",status="404"} 8.8567e-05 http_request_duration_seconds_count{method="GET",path="/readme.md",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/readme.md",status="429",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/readme.md",status="429",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/readme.md",status="429",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/readme.md",status="429",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/readme.md",status="429",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/readme.md",status="429",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/readme.md",status="429",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/readme.md",status="429",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/readme.md",status="429",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/readme.md",status="429",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/readme.md",status="429",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/readme.md",status="429",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/readme.md",status="429"} 0.000302649 http_request_duration_seconds_count{method="GET",path="/readme.md",status="429"} 3 http_request_duration_seconds_bucket{method="GET",path="/readme.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/readme.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/readme.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/readme.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/readme.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/readme.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/readme.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/readme.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/readme.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/readme.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/readme.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/readme.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/readme.php",status="404"} 0.00025823700000000003 http_request_duration_seconds_count{method="GET",path="/readme.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/readme.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/readme.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/readme.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/readme.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/readme.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/readme.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/readme.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/readme.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/readme.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/readme.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/readme.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/readme.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/readme.zip",status="429"} 3.583e-05 http_request_duration_seconds_count{method="GET",path="/readme.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/redi.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/redi.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/redi.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/redi.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/redi.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/redi.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/redi.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/redi.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/redi.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/redi.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/redi.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/redi.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/redi.php",status="404"} 0.000164132 http_request_duration_seconds_count{method="GET",path="/redi.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/redis.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/redis.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/redis.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/redis.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/redis.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/redis.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/redis.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/redis.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/redis.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/redis.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/redis.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/redis.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/redis.zip",status="429"} 2.3624e-05 http_request_duration_seconds_count{method="GET",path="/redis.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/redis/.env",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/redis/.env",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/redis/.env",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/redis/.env",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/redis/.env",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/redis/.env",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/redis/.env",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/redis/.env",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/redis/.env",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/redis/.env",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/redis/.env",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/redis/.env",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/redis/.env",status="429"} 9.5627e-05 http_request_duration_seconds_count{method="GET",path="/redis/.env",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/register",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/register",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/register",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/register",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/register",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/register",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/register",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/register",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/register",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/register",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/register",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/register",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/register",status="429"} 0.00019798100000000001 http_request_duration_seconds_count{method="GET",path="/register",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/release-candidate.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/release-candidate.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/release-candidate.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/release-candidate.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/release-candidate.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/release-candidate.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/release-candidate.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/release-candidate.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/release-candidate.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/release-candidate.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/release-candidate.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/release-candidate.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/release-candidate.zip",status="429"} 4.7652e-05 http_request_duration_seconds_count{method="GET",path="/release-candidate.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/release.7z",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/release.7z",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/release.7z",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/release.7z",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/release.7z",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/release.7z",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/release.7z",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/release.7z",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/release.7z",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/release.7z",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/release.7z",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/release.7z",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/release.7z",status="404"} 0.000148552 http_request_duration_seconds_count{method="GET",path="/release.7z",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/release.bz2",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/release.bz2",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/release.bz2",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/release.bz2",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/release.bz2",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/release.bz2",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/release.bz2",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/release.bz2",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/release.bz2",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/release.bz2",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/release.bz2",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/release.bz2",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/release.bz2",status="404"} 0.000125864 http_request_duration_seconds_count{method="GET",path="/release.bz2",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/release.gz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/release.gz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/release.gz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/release.gz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/release.gz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/release.gz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/release.gz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/release.gz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/release.gz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/release.gz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/release.gz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/release.gz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/release.gz",status="404"} 0.000128623 http_request_duration_seconds_count{method="GET",path="/release.gz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/release.rar",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/release.rar",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/release.rar",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/release.rar",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/release.rar",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/release.rar",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/release.rar",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/release.rar",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/release.rar",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/release.rar",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/release.rar",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/release.rar",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/release.rar",status="404"} 0.00012338 http_request_duration_seconds_count{method="GET",path="/release.rar",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/release.sql",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/release.sql",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/release.sql",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/release.sql",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/release.sql",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/release.sql",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/release.sql",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/release.sql",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/release.sql",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/release.sql",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/release.sql",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/release.sql",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/release.sql",status="404"} 0.000148527 http_request_duration_seconds_count{method="GET",path="/release.sql",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/release.sql.bz2",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/release.sql.bz2",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/release.sql.bz2",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/release.sql.bz2",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/release.sql.bz2",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/release.sql.bz2",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/release.sql.bz2",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/release.sql.bz2",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/release.sql.bz2",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/release.sql.bz2",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/release.sql.bz2",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/release.sql.bz2",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/release.sql.bz2",status="404"} 0.000130301 http_request_duration_seconds_count{method="GET",path="/release.sql.bz2",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/release.sql.gz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/release.sql.gz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/release.sql.gz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/release.sql.gz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/release.sql.gz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/release.sql.gz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/release.sql.gz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/release.sql.gz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/release.sql.gz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/release.sql.gz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/release.sql.gz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/release.sql.gz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/release.sql.gz",status="404"} 0.000119324 http_request_duration_seconds_count{method="GET",path="/release.sql.gz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/release.tar",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/release.tar",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/release.tar",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/release.tar",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/release.tar",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/release.tar",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/release.tar",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/release.tar",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/release.tar",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/release.tar",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/release.tar",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/release.tar",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/release.tar",status="404"} 0.000135347 http_request_duration_seconds_count{method="GET",path="/release.tar",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/release.tar.bz2",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/release.tar.bz2",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/release.tar.bz2",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/release.tar.bz2",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/release.tar.bz2",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/release.tar.bz2",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/release.tar.bz2",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/release.tar.bz2",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/release.tar.bz2",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/release.tar.bz2",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/release.tar.bz2",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/release.tar.bz2",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/release.tar.bz2",status="404"} 0.000144182 http_request_duration_seconds_count{method="GET",path="/release.tar.bz2",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/release.tar.gz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/release.tar.gz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/release.tar.gz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/release.tar.gz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/release.tar.gz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/release.tar.gz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/release.tar.gz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/release.tar.gz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/release.tar.gz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/release.tar.gz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/release.tar.gz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/release.tar.gz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/release.tar.gz",status="404"} 0.000129309 http_request_duration_seconds_count{method="GET",path="/release.tar.gz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/release.tar.xz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/release.tar.xz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/release.tar.xz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/release.tar.xz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/release.tar.xz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/release.tar.xz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/release.tar.xz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/release.tar.xz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/release.tar.xz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/release.tar.xz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/release.tar.xz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/release.tar.xz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/release.tar.xz",status="404"} 0.000136836 http_request_duration_seconds_count{method="GET",path="/release.tar.xz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/release.tgz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/release.tgz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/release.tgz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/release.tgz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/release.tgz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/release.tgz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/release.tgz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/release.tgz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/release.tgz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/release.tgz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/release.tgz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/release.tgz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/release.tgz",status="404"} 0.000200495 http_request_duration_seconds_count{method="GET",path="/release.tgz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/release.zip",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/release.zip",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/release.zip",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/release.zip",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/release.zip",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/release.zip",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/release.zip",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/release.zip",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/release.zip",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/release.zip",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/release.zip",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/release.zip",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/release.zip",status="404"} 0.000150417 http_request_duration_seconds_count{method="GET",path="/release.zip",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/release.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/release.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/release.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/release.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/release.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/release.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/release.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/release.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/release.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/release.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/release.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/release.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/release.zip",status="429"} 2.4339e-05 http_request_duration_seconds_count{method="GET",path="/release.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/release.zst",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/release.zst",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/release.zst",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/release.zst",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/release.zst",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/release.zst",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/release.zst",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/release.zst",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/release.zst",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/release.zst",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/release.zst",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/release.zst",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/release.zst",status="404"} 0.000141564 http_request_duration_seconds_count{method="GET",path="/release.zst",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/release/.env",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/release/.env",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/release/.env",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/release/.env",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/release/.env",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/release/.env",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/release/.env",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/release/.env",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/release/.env",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/release/.env",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/release/.env",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/release/.env",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/release/.env",status="404"} 0.000222292 http_request_duration_seconds_count{method="GET",path="/release/.env",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/release/.env",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/release/.env",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/release/.env",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/release/.env",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/release/.env",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/release/.env",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/release/.env",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/release/.env",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/release/.env",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/release/.env",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/release/.env",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/release/.env",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/release/.env",status="429"} 7.7548e-05 http_request_duration_seconds_count{method="GET",path="/release/.env",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/releases.7z",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/releases.7z",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/releases.7z",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/releases.7z",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/releases.7z",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/releases.7z",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/releases.7z",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/releases.7z",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/releases.7z",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/releases.7z",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/releases.7z",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/releases.7z",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/releases.7z",status="404"} 0.000126905 http_request_duration_seconds_count{method="GET",path="/releases.7z",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/releases.bz2",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/releases.bz2",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/releases.bz2",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/releases.bz2",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/releases.bz2",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/releases.bz2",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/releases.bz2",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/releases.bz2",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/releases.bz2",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/releases.bz2",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/releases.bz2",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/releases.bz2",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/releases.bz2",status="404"} 0.000138207 http_request_duration_seconds_count{method="GET",path="/releases.bz2",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/releases.gz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/releases.gz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/releases.gz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/releases.gz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/releases.gz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/releases.gz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/releases.gz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/releases.gz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/releases.gz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/releases.gz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/releases.gz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/releases.gz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/releases.gz",status="404"} 0.000146141 http_request_duration_seconds_count{method="GET",path="/releases.gz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/releases.rar",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/releases.rar",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/releases.rar",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/releases.rar",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/releases.rar",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/releases.rar",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/releases.rar",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/releases.rar",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/releases.rar",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/releases.rar",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/releases.rar",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/releases.rar",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/releases.rar",status="404"} 0.000160511 http_request_duration_seconds_count{method="GET",path="/releases.rar",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/releases.sql",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/releases.sql",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/releases.sql",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/releases.sql",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/releases.sql",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/releases.sql",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/releases.sql",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/releases.sql",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/releases.sql",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/releases.sql",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/releases.sql",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/releases.sql",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/releases.sql",status="404"} 0.000118638 http_request_duration_seconds_count{method="GET",path="/releases.sql",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/releases.sql.bz2",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/releases.sql.bz2",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/releases.sql.bz2",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/releases.sql.bz2",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/releases.sql.bz2",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/releases.sql.bz2",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/releases.sql.bz2",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/releases.sql.bz2",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/releases.sql.bz2",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/releases.sql.bz2",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/releases.sql.bz2",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/releases.sql.bz2",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/releases.sql.bz2",status="404"} 0.000163072 http_request_duration_seconds_count{method="GET",path="/releases.sql.bz2",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/releases.sql.gz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/releases.sql.gz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/releases.sql.gz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/releases.sql.gz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/releases.sql.gz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/releases.sql.gz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/releases.sql.gz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/releases.sql.gz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/releases.sql.gz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/releases.sql.gz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/releases.sql.gz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/releases.sql.gz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/releases.sql.gz",status="404"} 0.000154966 http_request_duration_seconds_count{method="GET",path="/releases.sql.gz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/releases.tar",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/releases.tar",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/releases.tar",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/releases.tar",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/releases.tar",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/releases.tar",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/releases.tar",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/releases.tar",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/releases.tar",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/releases.tar",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/releases.tar",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/releases.tar",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/releases.tar",status="404"} 0.000128008 http_request_duration_seconds_count{method="GET",path="/releases.tar",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/releases.tar.bz2",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/releases.tar.bz2",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/releases.tar.bz2",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/releases.tar.bz2",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/releases.tar.bz2",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/releases.tar.bz2",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/releases.tar.bz2",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/releases.tar.bz2",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/releases.tar.bz2",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/releases.tar.bz2",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/releases.tar.bz2",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/releases.tar.bz2",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/releases.tar.bz2",status="404"} 0.000163743 http_request_duration_seconds_count{method="GET",path="/releases.tar.bz2",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/releases.tar.gz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/releases.tar.gz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/releases.tar.gz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/releases.tar.gz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/releases.tar.gz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/releases.tar.gz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/releases.tar.gz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/releases.tar.gz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/releases.tar.gz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/releases.tar.gz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/releases.tar.gz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/releases.tar.gz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/releases.tar.gz",status="404"} 0.000128727 http_request_duration_seconds_count{method="GET",path="/releases.tar.gz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/releases.tar.xz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/releases.tar.xz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/releases.tar.xz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/releases.tar.xz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/releases.tar.xz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/releases.tar.xz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/releases.tar.xz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/releases.tar.xz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/releases.tar.xz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/releases.tar.xz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/releases.tar.xz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/releases.tar.xz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/releases.tar.xz",status="404"} 0.000124904 http_request_duration_seconds_count{method="GET",path="/releases.tar.xz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/releases.tgz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/releases.tgz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/releases.tgz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/releases.tgz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/releases.tgz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/releases.tgz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/releases.tgz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/releases.tgz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/releases.tgz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/releases.tgz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/releases.tgz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/releases.tgz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/releases.tgz",status="404"} 0.000135816 http_request_duration_seconds_count{method="GET",path="/releases.tgz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/releases.zip",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/releases.zip",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/releases.zip",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/releases.zip",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/releases.zip",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/releases.zip",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/releases.zip",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/releases.zip",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/releases.zip",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/releases.zip",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/releases.zip",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/releases.zip",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/releases.zip",status="404"} 0.000131029 http_request_duration_seconds_count{method="GET",path="/releases.zip",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/releases.zst",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/releases.zst",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/releases.zst",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/releases.zst",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/releases.zst",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/releases.zst",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/releases.zst",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/releases.zst",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/releases.zst",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/releases.zst",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/releases.zst",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/releases.zst",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/releases.zst",status="404"} 0.000124287 http_request_duration_seconds_count{method="GET",path="/releases.zst",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/releases/.env",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/releases/.env",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/releases/.env",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/releases/.env",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/releases/.env",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/releases/.env",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/releases/.env",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/releases/.env",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/releases/.env",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/releases/.env",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/releases/.env",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/releases/.env",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/releases/.env",status="404"} 0.000124175 http_request_duration_seconds_count{method="GET",path="/releases/.env",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/releases/.env",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/releases/.env",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/releases/.env",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/releases/.env",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/releases/.env",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/releases/.env",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/releases/.env",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/releases/.env",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/releases/.env",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/releases/.env",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/releases/.env",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/releases/.env",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/releases/.env",status="429"} 9.5625e-05 http_request_duration_seconds_count{method="GET",path="/releases/.env",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/repo.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/repo.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/repo.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/repo.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/repo.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/repo.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/repo.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/repo.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/repo.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/repo.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/repo.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/repo.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/repo.zip",status="429"} 3.6381e-05 http_request_duration_seconds_count{method="GET",path="/repo.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/report.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/report.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/report.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/report.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/report.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/report.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/report.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/report.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/report.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/report.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/report.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/report.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/report.zip",status="429"} 2.6449e-05 http_request_duration_seconds_count{method="GET",path="/report.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/reports.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/reports.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/reports.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/reports.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/reports.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/reports.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/reports.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/reports.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/reports.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/reports.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/reports.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/reports.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/reports.zip",status="429"} 3.3464e-05 http_request_duration_seconds_count{method="GET",path="/reports.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/repository.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/repository.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/repository.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/repository.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/repository.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/repository.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/repository.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/repository.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/repository.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/repository.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/repository.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/repository.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/repository.zip",status="429"} 4.6336e-05 http_request_duration_seconds_count{method="GET",path="/repository.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/resources.zip",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/resources.zip",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/resources.zip",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/resources.zip",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/resources.zip",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/resources.zip",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/resources.zip",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/resources.zip",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/resources.zip",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/resources.zip",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/resources.zip",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/resources.zip",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/resources.zip",status="404"} 7.2226e-05 http_request_duration_seconds_count{method="GET",path="/resources.zip",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/resources.zip",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/resources.zip",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/resources.zip",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/resources.zip",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/resources.zip",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/resources.zip",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/resources.zip",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/resources.zip",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/resources.zip",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/resources.zip",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/resources.zip",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/resources.zip",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/resources.zip",status="429"} 3.0808e-05 http_request_duration_seconds_count{method="GET",path="/resources.zip",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/resources/.env",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/resources/.env",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/resources/.env",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/resources/.env",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/resources/.env",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/resources/.env",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/resources/.env",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/resources/.env",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/resources/.env",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/resources/.env",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/resources/.env",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/resources/.env",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/resources/.env",status="404"} 0.000126143 http_request_duration_seconds_count{method="GET",path="/resources/.env",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/resources/.env",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/resources/.env",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/resources/.env",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/resources/.env",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/resources/.env",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/resources/.env",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/resources/.env",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/resources/.env",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/resources/.env",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/resources/.env",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/resources/.env",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/resources/.env",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/resources/.env",status="429"} 8.722e-05 http_request_duration_seconds_count{method="GET",path="/resources/.env",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/rest.zip",status="429"} 4.7851e-05 http_request_duration_seconds_count{method="GET",path="/rest.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/*",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/*",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/*",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/*",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/*",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/*",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/*",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/*",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/*",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/*",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/*",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/*",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/rest/*",status="429"} 0.000214658 http_request_duration_seconds_count{method="GET",path="/rest/*",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/.env",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/.env",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/.env",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/.env",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/.env",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/.env",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/.env",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/.env",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/.env",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/.env",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/.env",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/.env",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/rest/.env",status="404"} 0.000133883 http_request_duration_seconds_count{method="GET",path="/rest/.env",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/.env",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/.env",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/.env",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/.env",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/.env",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/.env",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/.env",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/.env",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/.env",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/.env",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/.env",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/.env",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/rest/.env",status="429"} 7.6066e-05 http_request_duration_seconds_count{method="GET",path="/rest/.env",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/credential-translation",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/credential-translation",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/credential-translation",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/credential-translation",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/credential-translation",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/credential-translation",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/credential-translation",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/credential-translation",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/credential-translation",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/credential-translation",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/credential-translation",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/credential-translation",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/rest/credential-translation",status="429"} 0.000217043 http_request_duration_seconds_count{method="GET",path="/rest/credential-translation",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/credentials-for-node",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/credentials-for-node",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/credentials-for-node",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/credentials-for-node",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/credentials-for-node",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/credentials-for-node",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/credentials-for-node",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/credentials-for-node",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/credentials-for-node",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/credentials-for-node",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/credentials-for-node",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/credentials-for-node",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/rest/credentials-for-node",status="429"} 0.00024308799999999997 http_request_duration_seconds_count{method="GET",path="/rest/credentials-for-node",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/executions",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/executions",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/executions",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/executions",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/executions",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/executions",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/executions",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/executions",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/executions",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/executions",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/executions",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/executions",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/rest/executions",status="429"} 0.000185229 http_request_duration_seconds_count{method="GET",path="/rest/executions",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/license",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/license",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/license",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/license",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/license",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/license",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/license",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/license",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/license",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/license",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/license",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/license",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/rest/license",status="429"} 0.000215123 http_request_duration_seconds_count{method="GET",path="/rest/license",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/login",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/login",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/login",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/login",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/login",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/login",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/login",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/login",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/login",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/login",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/login",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/login",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/rest/login",status="429"} 0.000199265 http_request_duration_seconds_count{method="GET",path="/rest/login",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/logout",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/logout",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/logout",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/logout",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/logout",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/logout",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/logout",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/logout",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/logout",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/logout",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/logout",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/logout",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/rest/logout",status="404"} 0.000100939 http_request_duration_seconds_count{method="GET",path="/rest/logout",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/logout",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/logout",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/logout",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/logout",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/logout",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/logout",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/logout",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/logout",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/logout",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/logout",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/logout",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/logout",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/rest/logout",status="429"} 0.00010528 http_request_duration_seconds_count{method="GET",path="/rest/logout",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/node-types",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/node-types",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/node-types",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/node-types",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/node-types",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/node-types",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/node-types",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/node-types",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/node-types",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/node-types",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/node-types",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/node-types",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/rest/node-types",status="429"} 0.00017968 http_request_duration_seconds_count{method="GET",path="/rest/node-types",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/oauth1-credential/auth",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/oauth1-credential/auth",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/oauth1-credential/auth",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/oauth1-credential/auth",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/oauth1-credential/auth",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/oauth1-credential/auth",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/oauth1-credential/auth",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/oauth1-credential/auth",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/oauth1-credential/auth",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/oauth1-credential/auth",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/oauth1-credential/auth",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/oauth1-credential/auth",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/rest/oauth1-credential/auth",status="429"} 0.000202463 http_request_duration_seconds_count{method="GET",path="/rest/oauth1-credential/auth",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/oauth2-credential/auth",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/oauth2-credential/auth",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/oauth2-credential/auth",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/oauth2-credential/auth",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/oauth2-credential/auth",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/oauth2-credential/auth",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/oauth2-credential/auth",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/oauth2-credential/auth",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/oauth2-credential/auth",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/oauth2-credential/auth",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/oauth2-credential/auth",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/oauth2-credential/auth",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/rest/oauth2-credential/auth",status="429"} 0.00017973499999999999 http_request_duration_seconds_count{method="GET",path="/rest/oauth2-credential/auth",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/settings",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/settings",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/settings",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/settings",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/settings",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/settings",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/settings",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/settings",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/settings",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/settings",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/settings",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/settings",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/rest/settings",status="429"} 0.000189922 http_request_duration_seconds_count{method="GET",path="/rest/settings",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/tags",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/tags",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/tags",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/tags",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/tags",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/tags",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/tags",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/tags",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/tags",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/tags",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/tags",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/tags",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/rest/tags",status="429"} 0.00017862500000000002 http_request_duration_seconds_count{method="GET",path="/rest/tags",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/users",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/users",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/users",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/users",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/users",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/users",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/users",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/users",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/users",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/users",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/users",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/users",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/rest/users",status="429"} 0.000195345 http_request_duration_seconds_count{method="GET",path="/rest/users",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/variables",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/variables",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/variables",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/variables",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/variables",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/variables",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/variables",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/variables",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/variables",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/variables",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/variables",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/variables",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/rest/variables",status="404"} 0.000165574 http_request_duration_seconds_count{method="GET",path="/rest/variables",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/variables",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/variables",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/variables",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/variables",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/variables",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/variables",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/variables",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/variables",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/variables",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/variables",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/variables",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/variables",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/rest/variables",status="429"} 0.00011538 http_request_duration_seconds_count{method="GET",path="/rest/variables",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/workflows",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/workflows",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/workflows",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/workflows",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/workflows",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/workflows",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/workflows",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/workflows",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/workflows",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/workflows",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/workflows",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/workflows",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/rest/workflows",status="429"} 0.00022922399999999999 http_request_duration_seconds_count{method="GET",path="/rest/workflows",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/workflows/run",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/workflows/run",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/workflows/run",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/workflows/run",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/workflows/run",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/workflows/run",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/workflows/run",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/workflows/run",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/workflows/run",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/workflows/run",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/workflows/run",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/workflows/run",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/rest/workflows/run",status="429"} 0.000235589 http_request_duration_seconds_count{method="GET",path="/rest/workflows/run",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/restapi.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/restapi.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/restapi.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/restapi.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/restapi.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/restapi.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/restapi.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/restapi.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/restapi.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/restapi.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/restapi.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/restapi.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/restapi.zip",status="429"} 5.879e-05 http_request_duration_seconds_count{method="GET",path="/restapi.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/result.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/result.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/result.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/result.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/result.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/result.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/result.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/result.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/result.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/result.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/result.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/result.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/result.zip",status="429"} 2.7331e-05 http_request_duration_seconds_count{method="GET",path="/result.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/results.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/results.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/results.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/results.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/results.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/results.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/results.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/results.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/results.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/results.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/results.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/results.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/results.zip",status="429"} 2.0245e-05 http_request_duration_seconds_count{method="GET",path="/results.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/revealability.php",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/revealability.php",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/revealability.php",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/revealability.php",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/revealability.php",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/revealability.php",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/revealability.php",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/revealability.php",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/revealability.php",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/revealability.php",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/revealability.php",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/revealability.php",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/revealability.php",status="404"} 0.000398384 http_request_duration_seconds_count{method="GET",path="/revealability.php",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/reze.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/reze.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/reze.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/reze.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/reze.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/reze.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/reze.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/reze.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/reze.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/reze.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/reze.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/reze.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/reze.php",status="404"} 0.000149962 http_request_duration_seconds_count{method="GET",path="/reze.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/rh.php",status="404",le="0.005"} 5 http_request_duration_seconds_bucket{method="GET",path="/rh.php",status="404",le="0.01"} 5 http_request_duration_seconds_bucket{method="GET",path="/rh.php",status="404",le="0.025"} 5 http_request_duration_seconds_bucket{method="GET",path="/rh.php",status="404",le="0.05"} 5 http_request_duration_seconds_bucket{method="GET",path="/rh.php",status="404",le="0.1"} 5 http_request_duration_seconds_bucket{method="GET",path="/rh.php",status="404",le="0.25"} 5 http_request_duration_seconds_bucket{method="GET",path="/rh.php",status="404",le="0.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/rh.php",status="404",le="1"} 5 http_request_duration_seconds_bucket{method="GET",path="/rh.php",status="404",le="2.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/rh.php",status="404",le="5"} 5 http_request_duration_seconds_bucket{method="GET",path="/rh.php",status="404",le="10"} 5 http_request_duration_seconds_bucket{method="GET",path="/rh.php",status="404",le="+Inf"} 5 http_request_duration_seconds_sum{method="GET",path="/rh.php",status="404"} 0.00069596 http_request_duration_seconds_count{method="GET",path="/rh.php",status="404"} 5 http_request_duration_seconds_bucket{method="GET",path="/rh.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/rh.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/rh.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/rh.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/rh.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/rh.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/rh.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rh.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/rh.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rh.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rh.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/rh.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/rh.php",status="429"} 0.00013118 http_request_duration_seconds_count{method="GET",path="/rh.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/rip.php",status="404",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/rip.php",status="404",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/rip.php",status="404",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/rip.php",status="404",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/rip.php",status="404",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/rip.php",status="404",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/rip.php",status="404",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/rip.php",status="404",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/rip.php",status="404",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/rip.php",status="404",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/rip.php",status="404",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/rip.php",status="404",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/rip.php",status="404"} 0.0006181829999999999 http_request_duration_seconds_count{method="GET",path="/rip.php",status="404"} 4 http_request_duration_seconds_bucket{method="GET",path="/rithin.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/rithin.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/rithin.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/rithin.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/rithin.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/rithin.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/rithin.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/rithin.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/rithin.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/rithin.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/rithin.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/rithin.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/rithin.php",status="404"} 0.000336853 http_request_duration_seconds_count{method="GET",path="/rithin.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/robots.txt",status="404",le="0.005"} 54 http_request_duration_seconds_bucket{method="GET",path="/robots.txt",status="404",le="0.01"} 54 http_request_duration_seconds_bucket{method="GET",path="/robots.txt",status="404",le="0.025"} 54 http_request_duration_seconds_bucket{method="GET",path="/robots.txt",status="404",le="0.05"} 54 http_request_duration_seconds_bucket{method="GET",path="/robots.txt",status="404",le="0.1"} 54 http_request_duration_seconds_bucket{method="GET",path="/robots.txt",status="404",le="0.25"} 54 http_request_duration_seconds_bucket{method="GET",path="/robots.txt",status="404",le="0.5"} 54 http_request_duration_seconds_bucket{method="GET",path="/robots.txt",status="404",le="1"} 54 http_request_duration_seconds_bucket{method="GET",path="/robots.txt",status="404",le="2.5"} 54 http_request_duration_seconds_bucket{method="GET",path="/robots.txt",status="404",le="5"} 54 http_request_duration_seconds_bucket{method="GET",path="/robots.txt",status="404",le="10"} 54 http_request_duration_seconds_bucket{method="GET",path="/robots.txt",status="404",le="+Inf"} 54 http_request_duration_seconds_sum{method="GET",path="/robots.txt",status="404"} 0.020992932000000006 http_request_duration_seconds_count{method="GET",path="/robots.txt",status="404"} 54 http_request_duration_seconds_bucket{method="GET",path="/robots.txt",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/robots.txt",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/robots.txt",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/robots.txt",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/robots.txt",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/robots.txt",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/robots.txt",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/robots.txt",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/robots.txt",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/robots.txt",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/robots.txt",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/robots.txt",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/robots.txt",status="429"} 9.2086e-05 http_request_duration_seconds_count{method="GET",path="/robots.txt",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/roksad1.php",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/roksad1.php",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/roksad1.php",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/roksad1.php",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/roksad1.php",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/roksad1.php",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/roksad1.php",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/roksad1.php",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/roksad1.php",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/roksad1.php",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/roksad1.php",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/roksad1.php",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/roksad1.php",status="404"} 0.000437372 http_request_duration_seconds_count{method="GET",path="/roksad1.php",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/rollbar.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/rollbar.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/rollbar.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/rollbar.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/rollbar.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/rollbar.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/rollbar.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/rollbar.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/rollbar.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/rollbar.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/rollbar.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/rollbar.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/rollbar.zip",status="429"} 5.2942e-05 http_request_duration_seconds_count{method="GET",path="/rollbar.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/root.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/root.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/root.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/root.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/root.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/root.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/root.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/root.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/root.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/root.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/root.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/root.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/root.zip",status="429"} 3.7477999999999996e-05 http_request_duration_seconds_count{method="GET",path="/root.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/root/.aws/config",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/root/.aws/config",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/root/.aws/config",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/root/.aws/config",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/root/.aws/config",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/root/.aws/config",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/root/.aws/config",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/root/.aws/config",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/root/.aws/config",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/root/.aws/config",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/root/.aws/config",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/root/.aws/config",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/root/.aws/config",status="429"} 0.000241038 http_request_duration_seconds_count{method="GET",path="/root/.aws/config",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/root/.aws/credentials",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/root/.aws/credentials",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/root/.aws/credentials",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/root/.aws/credentials",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/root/.aws/credentials",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/root/.aws/credentials",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/root/.aws/credentials",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/root/.aws/credentials",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/root/.aws/credentials",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/root/.aws/credentials",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/root/.aws/credentials",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/root/.aws/credentials",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/root/.aws/credentials",status="429"} 0.000232509 http_request_duration_seconds_count{method="GET",path="/root/.aws/credentials",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/root/.boto",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/root/.boto",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/root/.boto",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/root/.boto",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/root/.boto",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/root/.boto",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/root/.boto",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/root/.boto",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/root/.boto",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/root/.boto",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/root/.boto",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/root/.boto",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/root/.boto",status="429"} 0.000204525 http_request_duration_seconds_count{method="GET",path="/root/.boto",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/root/.env",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/root/.env",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/root/.env",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/root/.env",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/root/.env",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/root/.env",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/root/.env",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/root/.env",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/root/.env",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/root/.env",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/root/.env",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/root/.env",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/root/.env",status="429"} 0.000110794 http_request_duration_seconds_count{method="GET",path="/root/.env",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/root/.git-credentials",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/root/.git-credentials",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/root/.git-credentials",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/root/.git-credentials",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/root/.git-credentials",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/root/.git-credentials",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/root/.git-credentials",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/root/.git-credentials",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/root/.git-credentials",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/root/.git-credentials",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/root/.git-credentials",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/root/.git-credentials",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/root/.git-credentials",status="429"} 0.000189238 http_request_duration_seconds_count{method="GET",path="/root/.git-credentials",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/root/.gitconfig",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/root/.gitconfig",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/root/.gitconfig",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/root/.gitconfig",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/root/.gitconfig",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/root/.gitconfig",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/root/.gitconfig",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/root/.gitconfig",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/root/.gitconfig",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/root/.gitconfig",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/root/.gitconfig",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/root/.gitconfig",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/root/.gitconfig",status="429"} 0.00018911900000000002 http_request_duration_seconds_count{method="GET",path="/root/.gitconfig",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/root/.netrc",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/root/.netrc",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/root/.netrc",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/root/.netrc",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/root/.netrc",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/root/.netrc",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/root/.netrc",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/root/.netrc",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/root/.netrc",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/root/.netrc",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/root/.netrc",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/root/.netrc",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/root/.netrc",status="429"} 0.000182807 http_request_duration_seconds_count{method="GET",path="/root/.netrc",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/root/.s3cfg",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/root/.s3cfg",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/root/.s3cfg",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/root/.s3cfg",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/root/.s3cfg",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/root/.s3cfg",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/root/.s3cfg",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/root/.s3cfg",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/root/.s3cfg",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/root/.s3cfg",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/root/.s3cfg",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/root/.s3cfg",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/root/.s3cfg",status="429"} 0.000175709 http_request_duration_seconds_count{method="GET",path="/root/.s3cfg",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/rpc.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/rpc.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/rpc.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/rpc.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/rpc.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/rpc.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/rpc.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/rpc.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/rpc.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/rpc.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/rpc.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/rpc.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/rpc.zip",status="429"} 5.3414e-05 http_request_duration_seconds_count{method="GET",path="/rpc.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/rrr.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/rrr.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/rrr.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/rrr.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/rrr.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/rrr.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/rrr.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rrr.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/rrr.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rrr.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rrr.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/rrr.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/rrr.php",status="404"} 0.000143826 http_request_duration_seconds_count{method="GET",path="/rrr.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/ruby.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/ruby.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/ruby.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/ruby.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/ruby.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/ruby.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/ruby.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/ruby.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/ruby.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/ruby.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/ruby.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/ruby.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/ruby.zip",status="429"} 4.2403e-05 http_request_duration_seconds_count{method="GET",path="/ruby.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/run.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/run.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/run.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/run.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/run.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/run.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/run.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/run.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/run.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/run.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/run.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/run.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/run.zip",status="429"} 4.0759e-05 http_request_duration_seconds_count{method="GET",path="/run.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/runtime-config.js",status="429",le="0.005"} 19 http_request_duration_seconds_bucket{method="GET",path="/runtime-config.js",status="429",le="0.01"} 19 http_request_duration_seconds_bucket{method="GET",path="/runtime-config.js",status="429",le="0.025"} 19 http_request_duration_seconds_bucket{method="GET",path="/runtime-config.js",status="429",le="0.05"} 19 http_request_duration_seconds_bucket{method="GET",path="/runtime-config.js",status="429",le="0.1"} 19 http_request_duration_seconds_bucket{method="GET",path="/runtime-config.js",status="429",le="0.25"} 19 http_request_duration_seconds_bucket{method="GET",path="/runtime-config.js",status="429",le="0.5"} 19 http_request_duration_seconds_bucket{method="GET",path="/runtime-config.js",status="429",le="1"} 19 http_request_duration_seconds_bucket{method="GET",path="/runtime-config.js",status="429",le="2.5"} 19 http_request_duration_seconds_bucket{method="GET",path="/runtime-config.js",status="429",le="5"} 19 http_request_duration_seconds_bucket{method="GET",path="/runtime-config.js",status="429",le="10"} 19 http_request_duration_seconds_bucket{method="GET",path="/runtime-config.js",status="429",le="+Inf"} 19 http_request_duration_seconds_sum{method="GET",path="/runtime-config.js",status="429"} 0.0015678830000000004 http_request_duration_seconds_count{method="GET",path="/runtime-config.js",status="429"} 19 http_request_duration_seconds_bucket{method="GET",path="/rzki.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/rzki.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/rzki.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/rzki.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/rzki.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/rzki.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/rzki.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/rzki.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/rzki.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/rzki.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/rzki.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/rzki.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/rzki.php",status="404"} 0.000278571 http_request_duration_seconds_count{method="GET",path="/rzki.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/s.php",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/s.php",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/s.php",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/s.php",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/s.php",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/s.php",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/s.php",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/s.php",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/s.php",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/s.php",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/s.php",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/s.php",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/s.php",status="404"} 0.00043764199999999997 http_request_duration_seconds_count{method="GET",path="/s.php",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/s/1313e26343e26343e29363/_/;/META-INF/maven/com.atlassian.jira/jira-webapp-dist/pom.properties",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/s/1313e26343e26343e29363/_/;/META-INF/maven/com.atlassian.jira/jira-webapp-dist/pom.properties",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/s/1313e26343e26343e29363/_/;/META-INF/maven/com.atlassian.jira/jira-webapp-dist/pom.properties",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/s/1313e26343e26343e29363/_/;/META-INF/maven/com.atlassian.jira/jira-webapp-dist/pom.properties",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/s/1313e26343e26343e29363/_/;/META-INF/maven/com.atlassian.jira/jira-webapp-dist/pom.properties",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/s/1313e26343e26343e29363/_/;/META-INF/maven/com.atlassian.jira/jira-webapp-dist/pom.properties",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/s/1313e26343e26343e29363/_/;/META-INF/maven/com.atlassian.jira/jira-webapp-dist/pom.properties",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/s/1313e26343e26343e29363/_/;/META-INF/maven/com.atlassian.jira/jira-webapp-dist/pom.properties",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/s/1313e26343e26343e29363/_/;/META-INF/maven/com.atlassian.jira/jira-webapp-dist/pom.properties",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/s/1313e26343e26343e29363/_/;/META-INF/maven/com.atlassian.jira/jira-webapp-dist/pom.properties",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/s/1313e26343e26343e29363/_/;/META-INF/maven/com.atlassian.jira/jira-webapp-dist/pom.properties",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/s/1313e26343e26343e29363/_/;/META-INF/maven/com.atlassian.jira/jira-webapp-dist/pom.properties",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/s/1313e26343e26343e29363/_/;/META-INF/maven/com.atlassian.jira/jira-webapp-dist/pom.properties",status="404"} 0.00012463 http_request_duration_seconds_count{method="GET",path="/s/1313e26343e26343e29363/_/;/META-INF/maven/com.atlassian.jira/jira-webapp-dist/pom.properties",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/s/5393e22323e23333e26363/_/;/META-INF/maven/com.atlassian.jira/jira-webapp-dist/pom.properties",status="404",le="0.005"} 9 http_request_duration_seconds_bucket{method="GET",path="/s/5393e22323e23333e26363/_/;/META-INF/maven/com.atlassian.jira/jira-webapp-dist/pom.properties",status="404",le="0.01"} 9 http_request_duration_seconds_bucket{method="GET",path="/s/5393e22323e23333e26363/_/;/META-INF/maven/com.atlassian.jira/jira-webapp-dist/pom.properties",status="404",le="0.025"} 9 http_request_duration_seconds_bucket{method="GET",path="/s/5393e22323e23333e26363/_/;/META-INF/maven/com.atlassian.jira/jira-webapp-dist/pom.properties",status="404",le="0.05"} 9 http_request_duration_seconds_bucket{method="GET",path="/s/5393e22323e23333e26363/_/;/META-INF/maven/com.atlassian.jira/jira-webapp-dist/pom.properties",status="404",le="0.1"} 9 http_request_duration_seconds_bucket{method="GET",path="/s/5393e22323e23333e26363/_/;/META-INF/maven/com.atlassian.jira/jira-webapp-dist/pom.properties",status="404",le="0.25"} 9 http_request_duration_seconds_bucket{method="GET",path="/s/5393e22323e23333e26363/_/;/META-INF/maven/com.atlassian.jira/jira-webapp-dist/pom.properties",status="404",le="0.5"} 9 http_request_duration_seconds_bucket{method="GET",path="/s/5393e22323e23333e26363/_/;/META-INF/maven/com.atlassian.jira/jira-webapp-dist/pom.properties",status="404",le="1"} 9 http_request_duration_seconds_bucket{method="GET",path="/s/5393e22323e23333e26363/_/;/META-INF/maven/com.atlassian.jira/jira-webapp-dist/pom.properties",status="404",le="2.5"} 9 http_request_duration_seconds_bucket{method="GET",path="/s/5393e22323e23333e26363/_/;/META-INF/maven/com.atlassian.jira/jira-webapp-dist/pom.properties",status="404",le="5"} 9 http_request_duration_seconds_bucket{method="GET",path="/s/5393e22323e23333e26363/_/;/META-INF/maven/com.atlassian.jira/jira-webapp-dist/pom.properties",status="404",le="10"} 9 http_request_duration_seconds_bucket{method="GET",path="/s/5393e22323e23333e26363/_/;/META-INF/maven/com.atlassian.jira/jira-webapp-dist/pom.properties",status="404",le="+Inf"} 9 http_request_duration_seconds_sum{method="GET",path="/s/5393e22323e23333e26363/_/;/META-INF/maven/com.atlassian.jira/jira-webapp-dist/pom.properties",status="404"} 0.0014052509999999997 http_request_duration_seconds_count{method="GET",path="/s/5393e22323e23333e26363/_/;/META-INF/maven/com.atlassian.jira/jira-webapp-dist/pom.properties",status="404"} 9 http_request_duration_seconds_bucket{method="GET",path="/s1.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/s1.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/s1.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/s1.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/s1.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/s1.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/s1.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/s1.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/s1.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/s1.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/s1.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/s1.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/s1.php",status="404"} 0.000151753 http_request_duration_seconds_count{method="GET",path="/s1.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/s1.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/s1.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/s1.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/s1.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/s1.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/s1.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/s1.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/s1.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/s1.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/s1.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/s1.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/s1.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/s1.php",status="429"} 0.000126899 http_request_duration_seconds_count{method="GET",path="/s1.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/s2.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/s2.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/s2.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/s2.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/s2.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/s2.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/s2.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/s2.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/s2.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/s2.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/s2.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/s2.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/s2.php",status="404"} 0.00013582 http_request_duration_seconds_count{method="GET",path="/s2.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/s3.js",status="404",le="0.005"} 7 http_request_duration_seconds_bucket{method="GET",path="/s3.js",status="404",le="0.01"} 7 http_request_duration_seconds_bucket{method="GET",path="/s3.js",status="404",le="0.025"} 7 http_request_duration_seconds_bucket{method="GET",path="/s3.js",status="404",le="0.05"} 7 http_request_duration_seconds_bucket{method="GET",path="/s3.js",status="404",le="0.1"} 7 http_request_duration_seconds_bucket{method="GET",path="/s3.js",status="404",le="0.25"} 7 http_request_duration_seconds_bucket{method="GET",path="/s3.js",status="404",le="0.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/s3.js",status="404",le="1"} 7 http_request_duration_seconds_bucket{method="GET",path="/s3.js",status="404",le="2.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/s3.js",status="404",le="5"} 7 http_request_duration_seconds_bucket{method="GET",path="/s3.js",status="404",le="10"} 7 http_request_duration_seconds_bucket{method="GET",path="/s3.js",status="404",le="+Inf"} 7 http_request_duration_seconds_sum{method="GET",path="/s3.js",status="404"} 0.001011817 http_request_duration_seconds_count{method="GET",path="/s3.js",status="404"} 7 http_request_duration_seconds_bucket{method="GET",path="/s3.js",status="429",le="0.005"} 15 http_request_duration_seconds_bucket{method="GET",path="/s3.js",status="429",le="0.01"} 15 http_request_duration_seconds_bucket{method="GET",path="/s3.js",status="429",le="0.025"} 15 http_request_duration_seconds_bucket{method="GET",path="/s3.js",status="429",le="0.05"} 15 http_request_duration_seconds_bucket{method="GET",path="/s3.js",status="429",le="0.1"} 15 http_request_duration_seconds_bucket{method="GET",path="/s3.js",status="429",le="0.25"} 15 http_request_duration_seconds_bucket{method="GET",path="/s3.js",status="429",le="0.5"} 15 http_request_duration_seconds_bucket{method="GET",path="/s3.js",status="429",le="1"} 15 http_request_duration_seconds_bucket{method="GET",path="/s3.js",status="429",le="2.5"} 15 http_request_duration_seconds_bucket{method="GET",path="/s3.js",status="429",le="5"} 15 http_request_duration_seconds_bucket{method="GET",path="/s3.js",status="429",le="10"} 15 http_request_duration_seconds_bucket{method="GET",path="/s3.js",status="429",le="+Inf"} 15 http_request_duration_seconds_sum{method="GET",path="/s3.js",status="429"} 0.001095137 http_request_duration_seconds_count{method="GET",path="/s3.js",status="429"} 15 http_request_duration_seconds_bucket{method="GET",path="/s3.key",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/s3.key",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/s3.key",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/s3.key",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/s3.key",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/s3.key",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/s3.key",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/s3.key",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/s3.key",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/s3.key",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/s3.key",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/s3.key",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/s3.key",status="429"} 0.000205757 http_request_duration_seconds_count{method="GET",path="/s3.key",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/s3.properties",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/s3.properties",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/s3.properties",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/s3.properties",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/s3.properties",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/s3.properties",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/s3.properties",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/s3.properties",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/s3.properties",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/s3.properties",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/s3.properties",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/s3.properties",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/s3.properties",status="429"} 0.000169478 http_request_duration_seconds_count{method="GET",path="/s3.properties",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/s3.secret",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/s3.secret",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/s3.secret",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/s3.secret",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/s3.secret",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/s3.secret",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/s3.secret",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/s3.secret",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/s3.secret",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/s3.secret",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/s3.secret",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/s3.secret",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/s3.secret",status="429"} 0.000161846 http_request_duration_seconds_count{method="GET",path="/s3.secret",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/s3.yaml",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/s3.yaml",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/s3.yaml",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/s3.yaml",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/s3.yaml",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/s3.yaml",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/s3.yaml",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/s3.yaml",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/s3.yaml",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/s3.yaml",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/s3.yaml",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/s3.yaml",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/s3.yaml",status="429"} 0.00019997100000000001 http_request_duration_seconds_count{method="GET",path="/s3.yaml",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/s3.yml",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/s3.yml",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/s3.yml",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/s3.yml",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/s3.yml",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/s3.yml",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/s3.yml",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/s3.yml",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/s3.yml",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/s3.yml",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/s3.yml",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/s3.yml",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/s3.yml",status="404"} 0.0001061 http_request_duration_seconds_count{method="GET",path="/s3.yml",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/s3.yml",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/s3.yml",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/s3.yml",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/s3.yml",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/s3.yml",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/s3.yml",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/s3.yml",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/s3.yml",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/s3.yml",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/s3.yml",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/s3.yml",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/s3.yml",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/s3.yml",status="429"} 0.000123197 http_request_duration_seconds_count{method="GET",path="/s3.yml",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/s3/.aws/config",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/s3/.aws/config",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/s3/.aws/config",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/s3/.aws/config",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/s3/.aws/config",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/s3/.aws/config",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/s3/.aws/config",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/s3/.aws/config",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/s3/.aws/config",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/s3/.aws/config",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/s3/.aws/config",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/s3/.aws/config",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/s3/.aws/config",status="429"} 0.00019346199999999999 http_request_duration_seconds_count{method="GET",path="/s3/.aws/config",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/s3/.env.bak",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/s3/.env.bak",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/s3/.env.bak",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/s3/.env.bak",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/s3/.env.bak",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/s3/.env.bak",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/s3/.env.bak",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/s3/.env.bak",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/s3/.env.bak",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/s3/.env.bak",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/s3/.env.bak",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/s3/.env.bak",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/s3/.env.bak",status="404"} 0.000123214 http_request_duration_seconds_count{method="GET",path="/s3/.env.bak",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/s3/.env.bak",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/s3/.env.bak",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/s3/.env.bak",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/s3/.env.bak",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/s3/.env.bak",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/s3/.env.bak",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/s3/.env.bak",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/s3/.env.bak",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/s3/.env.bak",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/s3/.env.bak",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/s3/.env.bak",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/s3/.env.bak",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/s3/.env.bak",status="429"} 0.000104039 http_request_duration_seconds_count{method="GET",path="/s3/.env.bak",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/s3/backup",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/s3/backup",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/s3/backup",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/s3/backup",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/s3/backup",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/s3/backup",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/s3/backup",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/s3/backup",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/s3/backup",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/s3/backup",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/s3/backup",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/s3/backup",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/s3/backup",status="429"} 0.00019924500000000002 http_request_duration_seconds_count{method="GET",path="/s3/backup",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/s3/bucket",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/s3/bucket",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/s3/bucket",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/s3/bucket",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/s3/bucket",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/s3/bucket",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/s3/bucket",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/s3/bucket",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/s3/bucket",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/s3/bucket",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/s3/bucket",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/s3/bucket",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/s3/bucket",status="429"} 0.000288075 http_request_duration_seconds_count{method="GET",path="/s3/bucket",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/s3/bucket.env",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/s3/bucket.env",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/s3/bucket.env",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/s3/bucket.env",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/s3/bucket.env",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/s3/bucket.env",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/s3/bucket.env",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/s3/bucket.env",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/s3/bucket.env",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/s3/bucket.env",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/s3/bucket.env",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/s3/bucket.env",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/s3/bucket.env",status="429"} 0.000204043 http_request_duration_seconds_count{method="GET",path="/s3/bucket.env",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/s3/buckets",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/s3/buckets",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/s3/buckets",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/s3/buckets",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/s3/buckets",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/s3/buckets",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/s3/buckets",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/s3/buckets",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/s3/buckets",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/s3/buckets",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/s3/buckets",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/s3/buckets",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/s3/buckets",status="429"} 0.000188337 http_request_duration_seconds_count{method="GET",path="/s3/buckets",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/s3/credentials",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/s3/credentials",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/s3/credentials",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/s3/credentials",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/s3/credentials",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/s3/credentials",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/s3/credentials",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/s3/credentials",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/s3/credentials",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/s3/credentials",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/s3/credentials",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/s3/credentials",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/s3/credentials",status="429"} 0.000190516 http_request_duration_seconds_count{method="GET",path="/s3/credentials",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/sa-key.json",status="404",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/sa-key.json",status="404",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/sa-key.json",status="404",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/sa-key.json",status="404",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/sa-key.json",status="404",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/sa-key.json",status="404",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/sa-key.json",status="404",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/sa-key.json",status="404",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/sa-key.json",status="404",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/sa-key.json",status="404",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/sa-key.json",status="404",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/sa-key.json",status="404",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/sa-key.json",status="404"} 0.000503877 http_request_duration_seconds_count{method="GET",path="/sa-key.json",status="404"} 4 http_request_duration_seconds_bucket{method="GET",path="/sa-key.json",status="429",le="0.005"} 15 http_request_duration_seconds_bucket{method="GET",path="/sa-key.json",status="429",le="0.01"} 15 http_request_duration_seconds_bucket{method="GET",path="/sa-key.json",status="429",le="0.025"} 15 http_request_duration_seconds_bucket{method="GET",path="/sa-key.json",status="429",le="0.05"} 15 http_request_duration_seconds_bucket{method="GET",path="/sa-key.json",status="429",le="0.1"} 15 http_request_duration_seconds_bucket{method="GET",path="/sa-key.json",status="429",le="0.25"} 15 http_request_duration_seconds_bucket{method="GET",path="/sa-key.json",status="429",le="0.5"} 15 http_request_duration_seconds_bucket{method="GET",path="/sa-key.json",status="429",le="1"} 15 http_request_duration_seconds_bucket{method="GET",path="/sa-key.json",status="429",le="2.5"} 15 http_request_duration_seconds_bucket{method="GET",path="/sa-key.json",status="429",le="5"} 15 http_request_duration_seconds_bucket{method="GET",path="/sa-key.json",status="429",le="10"} 15 http_request_duration_seconds_bucket{method="GET",path="/sa-key.json",status="429",le="+Inf"} 15 http_request_duration_seconds_sum{method="GET",path="/sa-key.json",status="429"} 0.001221238 http_request_duration_seconds_count{method="GET",path="/sa-key.json",status="429"} 15 http_request_duration_seconds_bucket{method="GET",path="/sa-private-key.json",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/sa-private-key.json",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/sa-private-key.json",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/sa-private-key.json",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/sa-private-key.json",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/sa-private-key.json",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/sa-private-key.json",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/sa-private-key.json",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/sa-private-key.json",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/sa-private-key.json",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/sa-private-key.json",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/sa-private-key.json",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/sa-private-key.json",status="404"} 0.000107637 http_request_duration_seconds_count{method="GET",path="/sa-private-key.json",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/sa-private-key.json",status="429",le="0.005"} 9 http_request_duration_seconds_bucket{method="GET",path="/sa-private-key.json",status="429",le="0.01"} 9 http_request_duration_seconds_bucket{method="GET",path="/sa-private-key.json",status="429",le="0.025"} 9 http_request_duration_seconds_bucket{method="GET",path="/sa-private-key.json",status="429",le="0.05"} 9 http_request_duration_seconds_bucket{method="GET",path="/sa-private-key.json",status="429",le="0.1"} 9 http_request_duration_seconds_bucket{method="GET",path="/sa-private-key.json",status="429",le="0.25"} 9 http_request_duration_seconds_bucket{method="GET",path="/sa-private-key.json",status="429",le="0.5"} 9 http_request_duration_seconds_bucket{method="GET",path="/sa-private-key.json",status="429",le="1"} 9 http_request_duration_seconds_bucket{method="GET",path="/sa-private-key.json",status="429",le="2.5"} 9 http_request_duration_seconds_bucket{method="GET",path="/sa-private-key.json",status="429",le="5"} 9 http_request_duration_seconds_bucket{method="GET",path="/sa-private-key.json",status="429",le="10"} 9 http_request_duration_seconds_bucket{method="GET",path="/sa-private-key.json",status="429",le="+Inf"} 9 http_request_duration_seconds_sum{method="GET",path="/sa-private-key.json",status="429"} 0.000584851 http_request_duration_seconds_count{method="GET",path="/sa-private-key.json",status="429"} 9 http_request_duration_seconds_bucket{method="GET",path="/sa.json",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/sa.json",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/sa.json",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/sa.json",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/sa.json",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/sa.json",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/sa.json",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/sa.json",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/sa.json",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/sa.json",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/sa.json",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/sa.json",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/sa.json",status="404"} 6.4717e-05 http_request_duration_seconds_count{method="GET",path="/sa.json",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/sa.json",status="429",le="0.005"} 15 http_request_duration_seconds_bucket{method="GET",path="/sa.json",status="429",le="0.01"} 15 http_request_duration_seconds_bucket{method="GET",path="/sa.json",status="429",le="0.025"} 15 http_request_duration_seconds_bucket{method="GET",path="/sa.json",status="429",le="0.05"} 15 http_request_duration_seconds_bucket{method="GET",path="/sa.json",status="429",le="0.1"} 15 http_request_duration_seconds_bucket{method="GET",path="/sa.json",status="429",le="0.25"} 15 http_request_duration_seconds_bucket{method="GET",path="/sa.json",status="429",le="0.5"} 15 http_request_duration_seconds_bucket{method="GET",path="/sa.json",status="429",le="1"} 15 http_request_duration_seconds_bucket{method="GET",path="/sa.json",status="429",le="2.5"} 15 http_request_duration_seconds_bucket{method="GET",path="/sa.json",status="429",le="5"} 15 http_request_duration_seconds_bucket{method="GET",path="/sa.json",status="429",le="10"} 15 http_request_duration_seconds_bucket{method="GET",path="/sa.json",status="429",le="+Inf"} 15 http_request_duration_seconds_sum{method="GET",path="/sa.json",status="429"} 0.0011034120000000002 http_request_duration_seconds_count{method="GET",path="/sa.json",status="429"} 15 http_request_duration_seconds_bucket{method="GET",path="/sa.php7",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/sa.php7",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/sa.php7",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/sa.php7",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/sa.php7",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/sa.php7",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/sa.php7",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/sa.php7",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/sa.php7",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/sa.php7",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/sa.php7",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/sa.php7",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/sa.php7",status="404"} 0.000119646 http_request_duration_seconds_count{method="GET",path="/sa.php7",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/saas/.env",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/saas/.env",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/saas/.env",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/saas/.env",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/saas/.env",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/saas/.env",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/saas/.env",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/saas/.env",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/saas/.env",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/saas/.env",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/saas/.env",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/saas/.env",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/saas/.env",status="404"} 0.00014882 http_request_duration_seconds_count{method="GET",path="/saas/.env",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/saas/.env",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/saas/.env",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/saas/.env",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/saas/.env",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/saas/.env",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/saas/.env",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/saas/.env",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/saas/.env",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/saas/.env",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/saas/.env",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/saas/.env",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/saas/.env",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/saas/.env",status="429"} 0.00010774 http_request_duration_seconds_count{method="GET",path="/saas/.env",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/sadcut1.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/sadcut1.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/sadcut1.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/sadcut1.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/sadcut1.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/sadcut1.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/sadcut1.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/sadcut1.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/sadcut1.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/sadcut1.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/sadcut1.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/sadcut1.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/sadcut1.php",status="404"} 0.00026177899999999996 http_request_duration_seconds_count{method="GET",path="/sadcut1.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/sadcut1.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/sadcut1.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/sadcut1.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/sadcut1.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/sadcut1.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/sadcut1.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/sadcut1.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/sadcut1.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/sadcut1.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/sadcut1.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/sadcut1.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/sadcut1.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/sadcut1.php",status="429"} 0.000149247 http_request_duration_seconds_count{method="GET",path="/sadcut1.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/sale.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/sale.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/sale.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/sale.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/sale.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/sale.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/sale.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/sale.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/sale.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/sale.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/sale.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/sale.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/sale.php",status="404"} 0.00031351 http_request_duration_seconds_count{method="GET",path="/sale.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/sallu.php",status="404",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/sallu.php",status="404",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/sallu.php",status="404",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/sallu.php",status="404",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/sallu.php",status="404",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/sallu.php",status="404",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/sallu.php",status="404",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/sallu.php",status="404",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/sallu.php",status="404",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/sallu.php",status="404",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/sallu.php",status="404",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/sallu.php",status="404",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/sallu.php",status="404"} 0.000660773 http_request_duration_seconds_count{method="GET",path="/sallu.php",status="404"} 4 http_request_duration_seconds_bucket{method="GET",path="/sam-template.yaml",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/sam-template.yaml",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/sam-template.yaml",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/sam-template.yaml",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/sam-template.yaml",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/sam-template.yaml",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/sam-template.yaml",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/sam-template.yaml",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/sam-template.yaml",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/sam-template.yaml",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/sam-template.yaml",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/sam-template.yaml",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/sam-template.yaml",status="429"} 0.00019644 http_request_duration_seconds_count{method="GET",path="/sam-template.yaml",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/samll.php",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/samll.php",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/samll.php",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/samll.php",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/samll.php",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/samll.php",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/samll.php",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/samll.php",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/samll.php",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/samll.php",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/samll.php",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/samll.php",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/samll.php",status="404"} 0.00041549199999999994 http_request_duration_seconds_count{method="GET",path="/samll.php",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/sample.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/sample.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/sample.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/sample.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/sample.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/sample.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/sample.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/sample.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/sample.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/sample.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/sample.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/sample.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/sample.zip",status="429"} 3.8015e-05 http_request_duration_seconds_count{method="GET",path="/sample.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/sandbox.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/sandbox.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/sandbox.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/sandbox.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/sandbox.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/sandbox.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/sandbox.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/sandbox.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/sandbox.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/sandbox.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/sandbox.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/sandbox.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/sandbox.zip",status="429"} 6.5549e-05 http_request_duration_seconds_count{method="GET",path="/sandbox.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/saorix1.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/saorix1.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/saorix1.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/saorix1.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/saorix1.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/saorix1.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/saorix1.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/saorix1.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/saorix1.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/saorix1.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/saorix1.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/saorix1.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/saorix1.php",status="404"} 0.000130134 http_request_duration_seconds_count{method="GET",path="/saorix1.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/sbhu.php",status="404",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/sbhu.php",status="404",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/sbhu.php",status="404",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/sbhu.php",status="404",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/sbhu.php",status="404",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/sbhu.php",status="404",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/sbhu.php",status="404",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/sbhu.php",status="404",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/sbhu.php",status="404",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/sbhu.php",status="404",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/sbhu.php",status="404",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/sbhu.php",status="404",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/sbhu.php",status="404"} 0.0005581500000000001 http_request_duration_seconds_count{method="GET",path="/sbhu.php",status="404"} 4 http_request_duration_seconds_bucket{method="GET",path="/sbin/.env",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/sbin/.env",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/sbin/.env",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/sbin/.env",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/sbin/.env",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/sbin/.env",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/sbin/.env",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/sbin/.env",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/sbin/.env",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/sbin/.env",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/sbin/.env",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/sbin/.env",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/sbin/.env",status="429"} 9.0284e-05 http_request_duration_seconds_count{method="GET",path="/sbin/.env",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/scheduler.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/scheduler.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/scheduler.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/scheduler.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/scheduler.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/scheduler.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/scheduler.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/scheduler.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/scheduler.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/scheduler.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/scheduler.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/scheduler.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/scheduler.zip",status="429"} 6.298e-05 http_request_duration_seconds_count{method="GET",path="/scheduler.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/scripts.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/scripts.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/scripts.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/scripts.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/scripts.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/scripts.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/scripts.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/scripts.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/scripts.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/scripts.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/scripts.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/scripts.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/scripts.zip",status="429"} 3.5119e-05 http_request_duration_seconds_count{method="GET",path="/scripts.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/scripts/.env",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/scripts/.env",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/scripts/.env",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/scripts/.env",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/scripts/.env",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/scripts/.env",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/scripts/.env",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/scripts/.env",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/scripts/.env",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/scripts/.env",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/scripts/.env",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/scripts/.env",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/scripts/.env",status="429"} 0.000205851 http_request_duration_seconds_count{method="GET",path="/scripts/.env",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/scripts/nodemailer.js",status="404",le="0.005"} 7 http_request_duration_seconds_bucket{method="GET",path="/scripts/nodemailer.js",status="404",le="0.01"} 7 http_request_duration_seconds_bucket{method="GET",path="/scripts/nodemailer.js",status="404",le="0.025"} 7 http_request_duration_seconds_bucket{method="GET",path="/scripts/nodemailer.js",status="404",le="0.05"} 7 http_request_duration_seconds_bucket{method="GET",path="/scripts/nodemailer.js",status="404",le="0.1"} 7 http_request_duration_seconds_bucket{method="GET",path="/scripts/nodemailer.js",status="404",le="0.25"} 7 http_request_duration_seconds_bucket{method="GET",path="/scripts/nodemailer.js",status="404",le="0.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/scripts/nodemailer.js",status="404",le="1"} 7 http_request_duration_seconds_bucket{method="GET",path="/scripts/nodemailer.js",status="404",le="2.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/scripts/nodemailer.js",status="404",le="5"} 7 http_request_duration_seconds_bucket{method="GET",path="/scripts/nodemailer.js",status="404",le="10"} 7 http_request_duration_seconds_bucket{method="GET",path="/scripts/nodemailer.js",status="404",le="+Inf"} 7 http_request_duration_seconds_sum{method="GET",path="/scripts/nodemailer.js",status="404"} 0.001042254 http_request_duration_seconds_count{method="GET",path="/scripts/nodemailer.js",status="404"} 7 http_request_duration_seconds_bucket{method="GET",path="/scripts/nodemailer.js",status="429",le="0.005"} 15 http_request_duration_seconds_bucket{method="GET",path="/scripts/nodemailer.js",status="429",le="0.01"} 15 http_request_duration_seconds_bucket{method="GET",path="/scripts/nodemailer.js",status="429",le="0.025"} 15 http_request_duration_seconds_bucket{method="GET",path="/scripts/nodemailer.js",status="429",le="0.05"} 15 http_request_duration_seconds_bucket{method="GET",path="/scripts/nodemailer.js",status="429",le="0.1"} 15 http_request_duration_seconds_bucket{method="GET",path="/scripts/nodemailer.js",status="429",le="0.25"} 15 http_request_duration_seconds_bucket{method="GET",path="/scripts/nodemailer.js",status="429",le="0.5"} 15 http_request_duration_seconds_bucket{method="GET",path="/scripts/nodemailer.js",status="429",le="1"} 15 http_request_duration_seconds_bucket{method="GET",path="/scripts/nodemailer.js",status="429",le="2.5"} 15 http_request_duration_seconds_bucket{method="GET",path="/scripts/nodemailer.js",status="429",le="5"} 15 http_request_duration_seconds_bucket{method="GET",path="/scripts/nodemailer.js",status="429",le="10"} 15 http_request_duration_seconds_bucket{method="GET",path="/scripts/nodemailer.js",status="429",le="+Inf"} 15 http_request_duration_seconds_sum{method="GET",path="/scripts/nodemailer.js",status="429"} 0.001081119 http_request_duration_seconds_count{method="GET",path="/scripts/nodemailer.js",status="429"} 15 http_request_duration_seconds_bucket{method="GET",path="/sd.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/sd.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/sd.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/sd.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/sd.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/sd.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/sd.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/sd.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/sd.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/sd.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/sd.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/sd.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/sd.php",status="404"} 0.000148618 http_request_duration_seconds_count{method="GET",path="/sd.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/sdm.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/sdm.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/sdm.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/sdm.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/sdm.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/sdm.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/sdm.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/sdm.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/sdm.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/sdm.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/sdm.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/sdm.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/sdm.php",status="404"} 0.000145553 http_request_duration_seconds_count{method="GET",path="/sdm.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/sec.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/sec.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/sec.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/sec.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/sec.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/sec.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/sec.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/sec.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/sec.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/sec.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/sec.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/sec.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/sec.php",status="404"} 0.000128637 http_request_duration_seconds_count{method="GET",path="/sec.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/secret_keys.json",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/secret_keys.json",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/secret_keys.json",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/secret_keys.json",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/secret_keys.json",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/secret_keys.json",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/secret_keys.json",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/secret_keys.json",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/secret_keys.json",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/secret_keys.json",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/secret_keys.json",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/secret_keys.json",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/secret_keys.json",status="404"} 0.000152137 http_request_duration_seconds_count{method="GET",path="/secret_keys.json",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/secret_keys.json",status="429",le="0.005"} 18 http_request_duration_seconds_bucket{method="GET",path="/secret_keys.json",status="429",le="0.01"} 18 http_request_duration_seconds_bucket{method="GET",path="/secret_keys.json",status="429",le="0.025"} 18 http_request_duration_seconds_bucket{method="GET",path="/secret_keys.json",status="429",le="0.05"} 18 http_request_duration_seconds_bucket{method="GET",path="/secret_keys.json",status="429",le="0.1"} 18 http_request_duration_seconds_bucket{method="GET",path="/secret_keys.json",status="429",le="0.25"} 18 http_request_duration_seconds_bucket{method="GET",path="/secret_keys.json",status="429",le="0.5"} 18 http_request_duration_seconds_bucket{method="GET",path="/secret_keys.json",status="429",le="1"} 18 http_request_duration_seconds_bucket{method="GET",path="/secret_keys.json",status="429",le="2.5"} 18 http_request_duration_seconds_bucket{method="GET",path="/secret_keys.json",status="429",le="5"} 18 http_request_duration_seconds_bucket{method="GET",path="/secret_keys.json",status="429",le="10"} 18 http_request_duration_seconds_bucket{method="GET",path="/secret_keys.json",status="429",le="+Inf"} 18 http_request_duration_seconds_sum{method="GET",path="/secret_keys.json",status="429"} 0.001345354 http_request_duration_seconds_count{method="GET",path="/secret_keys.json",status="429"} 18 http_request_duration_seconds_bucket{method="GET",path="/secrets.json",status="404",le="0.005"} 6 http_request_duration_seconds_bucket{method="GET",path="/secrets.json",status="404",le="0.01"} 6 http_request_duration_seconds_bucket{method="GET",path="/secrets.json",status="404",le="0.025"} 6 http_request_duration_seconds_bucket{method="GET",path="/secrets.json",status="404",le="0.05"} 6 http_request_duration_seconds_bucket{method="GET",path="/secrets.json",status="404",le="0.1"} 6 http_request_duration_seconds_bucket{method="GET",path="/secrets.json",status="404",le="0.25"} 6 http_request_duration_seconds_bucket{method="GET",path="/secrets.json",status="404",le="0.5"} 6 http_request_duration_seconds_bucket{method="GET",path="/secrets.json",status="404",le="1"} 6 http_request_duration_seconds_bucket{method="GET",path="/secrets.json",status="404",le="2.5"} 6 http_request_duration_seconds_bucket{method="GET",path="/secrets.json",status="404",le="5"} 6 http_request_duration_seconds_bucket{method="GET",path="/secrets.json",status="404",le="10"} 6 http_request_duration_seconds_bucket{method="GET",path="/secrets.json",status="404",le="+Inf"} 6 http_request_duration_seconds_sum{method="GET",path="/secrets.json",status="404"} 0.001351575 http_request_duration_seconds_count{method="GET",path="/secrets.json",status="404"} 6 http_request_duration_seconds_bucket{method="GET",path="/secrets.json",status="429",le="0.005"} 23 http_request_duration_seconds_bucket{method="GET",path="/secrets.json",status="429",le="0.01"} 23 http_request_duration_seconds_bucket{method="GET",path="/secrets.json",status="429",le="0.025"} 23 http_request_duration_seconds_bucket{method="GET",path="/secrets.json",status="429",le="0.05"} 23 http_request_duration_seconds_bucket{method="GET",path="/secrets.json",status="429",le="0.1"} 23 http_request_duration_seconds_bucket{method="GET",path="/secrets.json",status="429",le="0.25"} 23 http_request_duration_seconds_bucket{method="GET",path="/secrets.json",status="429",le="0.5"} 23 http_request_duration_seconds_bucket{method="GET",path="/secrets.json",status="429",le="1"} 23 http_request_duration_seconds_bucket{method="GET",path="/secrets.json",status="429",le="2.5"} 23 http_request_duration_seconds_bucket{method="GET",path="/secrets.json",status="429",le="5"} 23 http_request_duration_seconds_bucket{method="GET",path="/secrets.json",status="429",le="10"} 23 http_request_duration_seconds_bucket{method="GET",path="/secrets.json",status="429",le="+Inf"} 23 http_request_duration_seconds_sum{method="GET",path="/secrets.json",status="429"} 0.0016413329999999996 http_request_duration_seconds_count{method="GET",path="/secrets.json",status="429"} 23 http_request_duration_seconds_bucket{method="GET",path="/secrets.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/secrets.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/secrets.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/secrets.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/secrets.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/secrets.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/secrets.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/secrets.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/secrets.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/secrets.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/secrets.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/secrets.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/secrets.php",status="404"} 0.000121295 http_request_duration_seconds_count{method="GET",path="/secrets.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/secrets.toml",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/secrets.toml",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/secrets.toml",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/secrets.toml",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/secrets.toml",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/secrets.toml",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/secrets.toml",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/secrets.toml",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/secrets.toml",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/secrets.toml",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/secrets.toml",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/secrets.toml",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/secrets.toml",status="429"} 0.000134279 http_request_duration_seconds_count{method="GET",path="/secrets.toml",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/secrets.yaml",status="429",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/secrets.yaml",status="429",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/secrets.yaml",status="429",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/secrets.yaml",status="429",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/secrets.yaml",status="429",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/secrets.yaml",status="429",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/secrets.yaml",status="429",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/secrets.yaml",status="429",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/secrets.yaml",status="429",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/secrets.yaml",status="429",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/secrets.yaml",status="429",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/secrets.yaml",status="429",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/secrets.yaml",status="429"} 0.000488419 http_request_duration_seconds_count{method="GET",path="/secrets.yaml",status="429"} 4 http_request_duration_seconds_bucket{method="GET",path="/secrets.yml",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/secrets.yml",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/secrets.yml",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/secrets.yml",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/secrets.yml",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/secrets.yml",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/secrets.yml",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/secrets.yml",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/secrets.yml",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/secrets.yml",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/secrets.yml",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/secrets.yml",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/secrets.yml",status="429"} 5.001e-05 http_request_duration_seconds_count{method="GET",path="/secrets.yml",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/secrets/gcp-credentials.json",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/secrets/gcp-credentials.json",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/secrets/gcp-credentials.json",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/secrets/gcp-credentials.json",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/secrets/gcp-credentials.json",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/secrets/gcp-credentials.json",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/secrets/gcp-credentials.json",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/secrets/gcp-credentials.json",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/secrets/gcp-credentials.json",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/secrets/gcp-credentials.json",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/secrets/gcp-credentials.json",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/secrets/gcp-credentials.json",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/secrets/gcp-credentials.json",status="404"} 0.000106286 http_request_duration_seconds_count{method="GET",path="/secrets/gcp-credentials.json",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/secrets/gcp-key.json",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/secrets/gcp-key.json",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/secrets/gcp-key.json",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/secrets/gcp-key.json",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/secrets/gcp-key.json",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/secrets/gcp-key.json",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/secrets/gcp-key.json",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/secrets/gcp-key.json",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/secrets/gcp-key.json",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/secrets/gcp-key.json",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/secrets/gcp-key.json",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/secrets/gcp-key.json",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/secrets/gcp-key.json",status="404"} 0.000229846 http_request_duration_seconds_count{method="GET",path="/secrets/gcp-key.json",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/secrets/gcp-key.json",status="429",le="0.005"} 7 http_request_duration_seconds_bucket{method="GET",path="/secrets/gcp-key.json",status="429",le="0.01"} 7 http_request_duration_seconds_bucket{method="GET",path="/secrets/gcp-key.json",status="429",le="0.025"} 7 http_request_duration_seconds_bucket{method="GET",path="/secrets/gcp-key.json",status="429",le="0.05"} 7 http_request_duration_seconds_bucket{method="GET",path="/secrets/gcp-key.json",status="429",le="0.1"} 7 http_request_duration_seconds_bucket{method="GET",path="/secrets/gcp-key.json",status="429",le="0.25"} 7 http_request_duration_seconds_bucket{method="GET",path="/secrets/gcp-key.json",status="429",le="0.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/secrets/gcp-key.json",status="429",le="1"} 7 http_request_duration_seconds_bucket{method="GET",path="/secrets/gcp-key.json",status="429",le="2.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/secrets/gcp-key.json",status="429",le="5"} 7 http_request_duration_seconds_bucket{method="GET",path="/secrets/gcp-key.json",status="429",le="10"} 7 http_request_duration_seconds_bucket{method="GET",path="/secrets/gcp-key.json",status="429",le="+Inf"} 7 http_request_duration_seconds_sum{method="GET",path="/secrets/gcp-key.json",status="429"} 0.0005511019999999999 http_request_duration_seconds_count{method="GET",path="/secrets/gcp-key.json",status="429"} 7 http_request_duration_seconds_bucket{method="GET",path="/secrets/service-account.json",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/secrets/service-account.json",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/secrets/service-account.json",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/secrets/service-account.json",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/secrets/service-account.json",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/secrets/service-account.json",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/secrets/service-account.json",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/secrets/service-account.json",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/secrets/service-account.json",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/secrets/service-account.json",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/secrets/service-account.json",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/secrets/service-account.json",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/secrets/service-account.json",status="404"} 0.000443029 http_request_duration_seconds_count{method="GET",path="/secrets/service-account.json",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/secrets/service-account.json",status="429",le="0.005"} 8 http_request_duration_seconds_bucket{method="GET",path="/secrets/service-account.json",status="429",le="0.01"} 8 http_request_duration_seconds_bucket{method="GET",path="/secrets/service-account.json",status="429",le="0.025"} 8 http_request_duration_seconds_bucket{method="GET",path="/secrets/service-account.json",status="429",le="0.05"} 8 http_request_duration_seconds_bucket{method="GET",path="/secrets/service-account.json",status="429",le="0.1"} 8 http_request_duration_seconds_bucket{method="GET",path="/secrets/service-account.json",status="429",le="0.25"} 8 http_request_duration_seconds_bucket{method="GET",path="/secrets/service-account.json",status="429",le="0.5"} 8 http_request_duration_seconds_bucket{method="GET",path="/secrets/service-account.json",status="429",le="1"} 8 http_request_duration_seconds_bucket{method="GET",path="/secrets/service-account.json",status="429",le="2.5"} 8 http_request_duration_seconds_bucket{method="GET",path="/secrets/service-account.json",status="429",le="5"} 8 http_request_duration_seconds_bucket{method="GET",path="/secrets/service-account.json",status="429",le="10"} 8 http_request_duration_seconds_bucket{method="GET",path="/secrets/service-account.json",status="429",le="+Inf"} 8 http_request_duration_seconds_sum{method="GET",path="/secrets/service-account.json",status="429"} 0.000618007 http_request_duration_seconds_count{method="GET",path="/secrets/service-account.json",status="429"} 8 http_request_duration_seconds_bucket{method="GET",path="/secure.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/secure.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/secure.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/secure.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/secure.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/secure.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/secure.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/secure.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/secure.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/secure.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/secure.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/secure.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/secure.zip",status="429"} 2.7309e-05 http_request_duration_seconds_count{method="GET",path="/secure.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/secured/phpinfo.php",status="404",le="0.005"} 7 http_request_duration_seconds_bucket{method="GET",path="/secured/phpinfo.php",status="404",le="0.01"} 7 http_request_duration_seconds_bucket{method="GET",path="/secured/phpinfo.php",status="404",le="0.025"} 7 http_request_duration_seconds_bucket{method="GET",path="/secured/phpinfo.php",status="404",le="0.05"} 7 http_request_duration_seconds_bucket{method="GET",path="/secured/phpinfo.php",status="404",le="0.1"} 7 http_request_duration_seconds_bucket{method="GET",path="/secured/phpinfo.php",status="404",le="0.25"} 7 http_request_duration_seconds_bucket{method="GET",path="/secured/phpinfo.php",status="404",le="0.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/secured/phpinfo.php",status="404",le="1"} 7 http_request_duration_seconds_bucket{method="GET",path="/secured/phpinfo.php",status="404",le="2.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/secured/phpinfo.php",status="404",le="5"} 7 http_request_duration_seconds_bucket{method="GET",path="/secured/phpinfo.php",status="404",le="10"} 7 http_request_duration_seconds_bucket{method="GET",path="/secured/phpinfo.php",status="404",le="+Inf"} 7 http_request_duration_seconds_sum{method="GET",path="/secured/phpinfo.php",status="404"} 0.001028066 http_request_duration_seconds_count{method="GET",path="/secured/phpinfo.php",status="404"} 7 http_request_duration_seconds_bucket{method="GET",path="/security.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/security.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/security.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/security.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/security.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/security.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/security.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/security.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/security.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/security.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/security.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/security.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/security.php",status="404"} 0.000256804 http_request_duration_seconds_count{method="GET",path="/security.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/security.txt",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/security.txt",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/security.txt",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/security.txt",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/security.txt",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/security.txt",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/security.txt",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/security.txt",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/security.txt",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/security.txt",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/security.txt",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/security.txt",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/security.txt",status="404"} 0.000215922 http_request_duration_seconds_count{method="GET",path="/security.txt",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/security.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/security.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/security.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/security.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/security.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/security.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/security.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/security.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/security.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/security.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/security.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/security.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/security.zip",status="429"} 6.3769e-05 http_request_duration_seconds_count{method="GET",path="/security.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/seed.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/seed.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/seed.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/seed.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/seed.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/seed.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/seed.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/seed.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/seed.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/seed.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/seed.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/seed.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/seed.zip",status="429"} 1.4152e-05 http_request_duration_seconds_count{method="GET",path="/seed.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/segment.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/segment.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/segment.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/segment.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/segment.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/segment.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/segment.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/segment.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/segment.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/segment.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/segment.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/segment.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/segment.zip",status="429"} 3.9168e-05 http_request_duration_seconds_count{method="GET",path="/segment.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/sender/.env",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/sender/.env",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/sender/.env",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/sender/.env",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/sender/.env",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/sender/.env",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/sender/.env",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/sender/.env",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/sender/.env",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/sender/.env",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/sender/.env",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/sender/.env",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/sender/.env",status="404"} 0.000154943 http_request_duration_seconds_count{method="GET",path="/sender/.env",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/sender/.env",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/sender/.env",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/sender/.env",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/sender/.env",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/sender/.env",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/sender/.env",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/sender/.env",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/sender/.env",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/sender/.env",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/sender/.env",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/sender/.env",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/sender/.env",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/sender/.env",status="429"} 0.000119242 http_request_duration_seconds_count{method="GET",path="/sender/.env",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/sendgrid.env",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/sendgrid.env",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/sendgrid.env",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/sendgrid.env",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/sendgrid.env",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/sendgrid.env",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/sendgrid.env",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/sendgrid.env",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/sendgrid.env",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/sendgrid.env",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/sendgrid.env",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/sendgrid.env",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/sendgrid.env",status="404"} 8.6063e-05 http_request_duration_seconds_count{method="GET",path="/sendgrid.env",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/sendgrid.env",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/sendgrid.env",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/sendgrid.env",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/sendgrid.env",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/sendgrid.env",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/sendgrid.env",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/sendgrid.env",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/sendgrid.env",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/sendgrid.env",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/sendgrid.env",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/sendgrid.env",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/sendgrid.env",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/sendgrid.env",status="429"} 0.000194773 http_request_duration_seconds_count{method="GET",path="/sendgrid.env",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/sendgrid/.env",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/sendgrid/.env",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/sendgrid/.env",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/sendgrid/.env",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/sendgrid/.env",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/sendgrid/.env",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/sendgrid/.env",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/sendgrid/.env",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/sendgrid/.env",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/sendgrid/.env",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/sendgrid/.env",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/sendgrid/.env",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/sendgrid/.env",status="404"} 0.000137583 http_request_duration_seconds_count{method="GET",path="/sendgrid/.env",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/sendgrid/.env",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/sendgrid/.env",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/sendgrid/.env",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/sendgrid/.env",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/sendgrid/.env",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/sendgrid/.env",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/sendgrid/.env",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/sendgrid/.env",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/sendgrid/.env",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/sendgrid/.env",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/sendgrid/.env",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/sendgrid/.env",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/sendgrid/.env",status="429"} 0.000102129 http_request_duration_seconds_count{method="GET",path="/sendgrid/.env",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/sent.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/sent.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/sent.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/sent.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/sent.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/sent.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/sent.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/sent.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/sent.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/sent.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/sent.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/sent.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/sent.zip",status="429"} 3.2956e-05 http_request_duration_seconds_count{method="GET",path="/sent.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/sentry.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/sentry.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/sentry.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/sentry.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/sentry.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/sentry.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/sentry.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/sentry.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/sentry.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/sentry.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/sentry.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/sentry.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/sentry.zip",status="429"} 4.9146999999999995e-05 http_request_duration_seconds_count{method="GET",path="/sentry.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/seo.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/seo.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/seo.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/seo.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/seo.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/seo.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/seo.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/seo.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/seo.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/seo.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/seo.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/seo.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/seo.php",status="429"} 0.000132039 http_request_duration_seconds_count{method="GET",path="/seo.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/server",status="404",le="0.005"} 10 http_request_duration_seconds_bucket{method="GET",path="/server",status="404",le="0.01"} 10 http_request_duration_seconds_bucket{method="GET",path="/server",status="404",le="0.025"} 10 http_request_duration_seconds_bucket{method="GET",path="/server",status="404",le="0.05"} 10 http_request_duration_seconds_bucket{method="GET",path="/server",status="404",le="0.1"} 10 http_request_duration_seconds_bucket{method="GET",path="/server",status="404",le="0.25"} 10 http_request_duration_seconds_bucket{method="GET",path="/server",status="404",le="0.5"} 10 http_request_duration_seconds_bucket{method="GET",path="/server",status="404",le="1"} 10 http_request_duration_seconds_bucket{method="GET",path="/server",status="404",le="2.5"} 10 http_request_duration_seconds_bucket{method="GET",path="/server",status="404",le="5"} 10 http_request_duration_seconds_bucket{method="GET",path="/server",status="404",le="10"} 10 http_request_duration_seconds_bucket{method="GET",path="/server",status="404",le="+Inf"} 10 http_request_duration_seconds_sum{method="GET",path="/server",status="404"} 0.002962137 http_request_duration_seconds_count{method="GET",path="/server",status="404"} 10 http_request_duration_seconds_bucket{method="GET",path="/server-info",status="404",le="0.005"} 7 http_request_duration_seconds_bucket{method="GET",path="/server-info",status="404",le="0.01"} 7 http_request_duration_seconds_bucket{method="GET",path="/server-info",status="404",le="0.025"} 7 http_request_duration_seconds_bucket{method="GET",path="/server-info",status="404",le="0.05"} 7 http_request_duration_seconds_bucket{method="GET",path="/server-info",status="404",le="0.1"} 7 http_request_duration_seconds_bucket{method="GET",path="/server-info",status="404",le="0.25"} 7 http_request_duration_seconds_bucket{method="GET",path="/server-info",status="404",le="0.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/server-info",status="404",le="1"} 7 http_request_duration_seconds_bucket{method="GET",path="/server-info",status="404",le="2.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/server-info",status="404",le="5"} 7 http_request_duration_seconds_bucket{method="GET",path="/server-info",status="404",le="10"} 7 http_request_duration_seconds_bucket{method="GET",path="/server-info",status="404",le="+Inf"} 7 http_request_duration_seconds_sum{method="GET",path="/server-info",status="404"} 0.000986202 http_request_duration_seconds_count{method="GET",path="/server-info",status="404"} 7 http_request_duration_seconds_bucket{method="GET",path="/server-info.php",status="404",le="0.005"} 8 http_request_duration_seconds_bucket{method="GET",path="/server-info.php",status="404",le="0.01"} 8 http_request_duration_seconds_bucket{method="GET",path="/server-info.php",status="404",le="0.025"} 8 http_request_duration_seconds_bucket{method="GET",path="/server-info.php",status="404",le="0.05"} 8 http_request_duration_seconds_bucket{method="GET",path="/server-info.php",status="404",le="0.1"} 8 http_request_duration_seconds_bucket{method="GET",path="/server-info.php",status="404",le="0.25"} 8 http_request_duration_seconds_bucket{method="GET",path="/server-info.php",status="404",le="0.5"} 8 http_request_duration_seconds_bucket{method="GET",path="/server-info.php",status="404",le="1"} 8 http_request_duration_seconds_bucket{method="GET",path="/server-info.php",status="404",le="2.5"} 8 http_request_duration_seconds_bucket{method="GET",path="/server-info.php",status="404",le="5"} 8 http_request_duration_seconds_bucket{method="GET",path="/server-info.php",status="404",le="10"} 8 http_request_duration_seconds_bucket{method="GET",path="/server-info.php",status="404",le="+Inf"} 8 http_request_duration_seconds_sum{method="GET",path="/server-info.php",status="404"} 0.001115725 http_request_duration_seconds_count{method="GET",path="/server-info.php",status="404"} 8 http_request_duration_seconds_bucket{method="GET",path="/server-info.php",status="429",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/server-info.php",status="429",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/server-info.php",status="429",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/server-info.php",status="429",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/server-info.php",status="429",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/server-info.php",status="429",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/server-info.php",status="429",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/server-info.php",status="429",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/server-info.php",status="429",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/server-info.php",status="429",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/server-info.php",status="429",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/server-info.php",status="429",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/server-info.php",status="429"} 0.00017598400000000001 http_request_duration_seconds_count{method="GET",path="/server-info.php",status="429"} 3 http_request_duration_seconds_bucket{method="GET",path="/server-status",status="404",le="0.005"} 10 http_request_duration_seconds_bucket{method="GET",path="/server-status",status="404",le="0.01"} 10 http_request_duration_seconds_bucket{method="GET",path="/server-status",status="404",le="0.025"} 10 http_request_duration_seconds_bucket{method="GET",path="/server-status",status="404",le="0.05"} 10 http_request_duration_seconds_bucket{method="GET",path="/server-status",status="404",le="0.1"} 10 http_request_duration_seconds_bucket{method="GET",path="/server-status",status="404",le="0.25"} 10 http_request_duration_seconds_bucket{method="GET",path="/server-status",status="404",le="0.5"} 10 http_request_duration_seconds_bucket{method="GET",path="/server-status",status="404",le="1"} 10 http_request_duration_seconds_bucket{method="GET",path="/server-status",status="404",le="2.5"} 10 http_request_duration_seconds_bucket{method="GET",path="/server-status",status="404",le="5"} 10 http_request_duration_seconds_bucket{method="GET",path="/server-status",status="404",le="10"} 10 http_request_duration_seconds_bucket{method="GET",path="/server-status",status="404",le="+Inf"} 10 http_request_duration_seconds_sum{method="GET",path="/server-status",status="404"} 0.002058579 http_request_duration_seconds_count{method="GET",path="/server-status",status="404"} 10 http_request_duration_seconds_bucket{method="GET",path="/server-status",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/server-status",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/server-status",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/server-status",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/server-status",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/server-status",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/server-status",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/server-status",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/server-status",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/server-status",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/server-status",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/server-status",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/server-status",status="429"} 8.7382e-05 http_request_duration_seconds_count{method="GET",path="/server-status",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/server-status.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/server-status.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/server-status.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/server-status.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/server-status.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/server-status.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/server-status.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/server-status.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/server-status.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/server-status.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/server-status.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/server-status.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/server-status.php",status="404"} 0.000142363 http_request_duration_seconds_count{method="GET",path="/server-status.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/server-status.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/server-status.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/server-status.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/server-status.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/server-status.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/server-status.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/server-status.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/server-status.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/server-status.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/server-status.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/server-status.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/server-status.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/server-status.php",status="429"} 7.7757e-05 http_request_duration_seconds_count{method="GET",path="/server-status.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/server.7z",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/server.7z",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/server.7z",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/server.7z",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/server.7z",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/server.7z",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/server.7z",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/server.7z",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/server.7z",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/server.7z",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/server.7z",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/server.7z",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/server.7z",status="404"} 0.000159815 http_request_duration_seconds_count{method="GET",path="/server.7z",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/server.bz2",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/server.bz2",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/server.bz2",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/server.bz2",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/server.bz2",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/server.bz2",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/server.bz2",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/server.bz2",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/server.bz2",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/server.bz2",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/server.bz2",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/server.bz2",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/server.bz2",status="404"} 0.000261918 http_request_duration_seconds_count{method="GET",path="/server.bz2",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/server.gz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/server.gz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/server.gz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/server.gz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/server.gz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/server.gz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/server.gz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/server.gz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/server.gz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/server.gz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/server.gz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/server.gz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/server.gz",status="404"} 0.000146164 http_request_duration_seconds_count{method="GET",path="/server.gz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/server.js",status="404",le="0.005"} 7 http_request_duration_seconds_bucket{method="GET",path="/server.js",status="404",le="0.01"} 7 http_request_duration_seconds_bucket{method="GET",path="/server.js",status="404",le="0.025"} 7 http_request_duration_seconds_bucket{method="GET",path="/server.js",status="404",le="0.05"} 7 http_request_duration_seconds_bucket{method="GET",path="/server.js",status="404",le="0.1"} 7 http_request_duration_seconds_bucket{method="GET",path="/server.js",status="404",le="0.25"} 7 http_request_duration_seconds_bucket{method="GET",path="/server.js",status="404",le="0.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/server.js",status="404",le="1"} 7 http_request_duration_seconds_bucket{method="GET",path="/server.js",status="404",le="2.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/server.js",status="404",le="5"} 7 http_request_duration_seconds_bucket{method="GET",path="/server.js",status="404",le="10"} 7 http_request_duration_seconds_bucket{method="GET",path="/server.js",status="404",le="+Inf"} 7 http_request_duration_seconds_sum{method="GET",path="/server.js",status="404"} 0.001032724 http_request_duration_seconds_count{method="GET",path="/server.js",status="404"} 7 http_request_duration_seconds_bucket{method="GET",path="/server.js",status="429",le="0.005"} 19 http_request_duration_seconds_bucket{method="GET",path="/server.js",status="429",le="0.01"} 19 http_request_duration_seconds_bucket{method="GET",path="/server.js",status="429",le="0.025"} 19 http_request_duration_seconds_bucket{method="GET",path="/server.js",status="429",le="0.05"} 19 http_request_duration_seconds_bucket{method="GET",path="/server.js",status="429",le="0.1"} 19 http_request_duration_seconds_bucket{method="GET",path="/server.js",status="429",le="0.25"} 19 http_request_duration_seconds_bucket{method="GET",path="/server.js",status="429",le="0.5"} 19 http_request_duration_seconds_bucket{method="GET",path="/server.js",status="429",le="1"} 19 http_request_duration_seconds_bucket{method="GET",path="/server.js",status="429",le="2.5"} 19 http_request_duration_seconds_bucket{method="GET",path="/server.js",status="429",le="5"} 19 http_request_duration_seconds_bucket{method="GET",path="/server.js",status="429",le="10"} 19 http_request_duration_seconds_bucket{method="GET",path="/server.js",status="429",le="+Inf"} 19 http_request_duration_seconds_sum{method="GET",path="/server.js",status="429"} 0.0014363040000000002 http_request_duration_seconds_count{method="GET",path="/server.js",status="429"} 19 http_request_duration_seconds_bucket{method="GET",path="/server.pem",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/server.pem",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/server.pem",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/server.pem",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/server.pem",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/server.pem",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/server.pem",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/server.pem",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/server.pem",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/server.pem",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/server.pem",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/server.pem",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/server.pem",status="404"} 0.000150052 http_request_duration_seconds_count{method="GET",path="/server.pem",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/server.php",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/server.php",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/server.php",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/server.php",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/server.php",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/server.php",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/server.php",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/server.php",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/server.php",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/server.php",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/server.php",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/server.php",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/server.php",status="429"} 0.00017671899999999999 http_request_duration_seconds_count{method="GET",path="/server.php",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/server.rar",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/server.rar",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/server.rar",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/server.rar",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/server.rar",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/server.rar",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/server.rar",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/server.rar",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/server.rar",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/server.rar",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/server.rar",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/server.rar",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/server.rar",status="404"} 0.000163827 http_request_duration_seconds_count{method="GET",path="/server.rar",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/server.sql",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/server.sql",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/server.sql",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/server.sql",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/server.sql",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/server.sql",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/server.sql",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/server.sql",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/server.sql",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/server.sql",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/server.sql",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/server.sql",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/server.sql",status="404"} 0.000141078 http_request_duration_seconds_count{method="GET",path="/server.sql",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/server.sql.bz2",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/server.sql.bz2",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/server.sql.bz2",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/server.sql.bz2",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/server.sql.bz2",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/server.sql.bz2",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/server.sql.bz2",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/server.sql.bz2",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/server.sql.bz2",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/server.sql.bz2",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/server.sql.bz2",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/server.sql.bz2",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/server.sql.bz2",status="404"} 0.00012867 http_request_duration_seconds_count{method="GET",path="/server.sql.bz2",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/server.sql.gz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/server.sql.gz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/server.sql.gz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/server.sql.gz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/server.sql.gz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/server.sql.gz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/server.sql.gz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/server.sql.gz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/server.sql.gz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/server.sql.gz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/server.sql.gz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/server.sql.gz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/server.sql.gz",status="404"} 0.000146415 http_request_duration_seconds_count{method="GET",path="/server.sql.gz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/server.tar",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/server.tar",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/server.tar",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/server.tar",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/server.tar",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/server.tar",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/server.tar",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/server.tar",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/server.tar",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/server.tar",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/server.tar",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/server.tar",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/server.tar",status="404"} 0.000135605 http_request_duration_seconds_count{method="GET",path="/server.tar",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/server.tar.bz2",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/server.tar.bz2",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/server.tar.bz2",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/server.tar.bz2",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/server.tar.bz2",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/server.tar.bz2",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/server.tar.bz2",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/server.tar.bz2",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/server.tar.bz2",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/server.tar.bz2",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/server.tar.bz2",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/server.tar.bz2",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/server.tar.bz2",status="404"} 0.000128236 http_request_duration_seconds_count{method="GET",path="/server.tar.bz2",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/server.tar.gz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/server.tar.gz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/server.tar.gz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/server.tar.gz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/server.tar.gz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/server.tar.gz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/server.tar.gz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/server.tar.gz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/server.tar.gz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/server.tar.gz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/server.tar.gz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/server.tar.gz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/server.tar.gz",status="404"} 0.000145612 http_request_duration_seconds_count{method="GET",path="/server.tar.gz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/server.tar.xz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/server.tar.xz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/server.tar.xz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/server.tar.xz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/server.tar.xz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/server.tar.xz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/server.tar.xz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/server.tar.xz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/server.tar.xz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/server.tar.xz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/server.tar.xz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/server.tar.xz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/server.tar.xz",status="404"} 0.00016475 http_request_duration_seconds_count{method="GET",path="/server.tar.xz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/server.tgz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/server.tgz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/server.tgz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/server.tgz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/server.tgz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/server.tgz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/server.tgz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/server.tgz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/server.tgz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/server.tgz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/server.tgz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/server.tgz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/server.tgz",status="404"} 0.000156193 http_request_duration_seconds_count{method="GET",path="/server.tgz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/server.zip",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/server.zip",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/server.zip",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/server.zip",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/server.zip",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/server.zip",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/server.zip",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/server.zip",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/server.zip",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/server.zip",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/server.zip",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/server.zip",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/server.zip",status="404"} 0.000146001 http_request_duration_seconds_count{method="GET",path="/server.zip",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/server.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/server.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/server.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/server.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/server.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/server.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/server.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/server.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/server.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/server.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/server.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/server.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/server.zip",status="429"} 4.3277e-05 http_request_duration_seconds_count{method="GET",path="/server.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/server.zst",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/server.zst",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/server.zst",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/server.zst",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/server.zst",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/server.zst",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/server.zst",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/server.zst",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/server.zst",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/server.zst",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/server.zst",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/server.zst",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/server.zst",status="404"} 0.000139591 http_request_duration_seconds_count{method="GET",path="/server.zst",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/server/.env",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/server/.env",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/server/.env",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/server/.env",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/server/.env",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/server/.env",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/server/.env",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/server/.env",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/server/.env",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/server/.env",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/server/.env",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/server/.env",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/server/.env",status="404"} 0.00025159900000000003 http_request_duration_seconds_count{method="GET",path="/server/.env",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/server/.env",status="429",le="0.005"} 6 http_request_duration_seconds_bucket{method="GET",path="/server/.env",status="429",le="0.01"} 6 http_request_duration_seconds_bucket{method="GET",path="/server/.env",status="429",le="0.025"} 6 http_request_duration_seconds_bucket{method="GET",path="/server/.env",status="429",le="0.05"} 6 http_request_duration_seconds_bucket{method="GET",path="/server/.env",status="429",le="0.1"} 6 http_request_duration_seconds_bucket{method="GET",path="/server/.env",status="429",le="0.25"} 6 http_request_duration_seconds_bucket{method="GET",path="/server/.env",status="429",le="0.5"} 6 http_request_duration_seconds_bucket{method="GET",path="/server/.env",status="429",le="1"} 6 http_request_duration_seconds_bucket{method="GET",path="/server/.env",status="429",le="2.5"} 6 http_request_duration_seconds_bucket{method="GET",path="/server/.env",status="429",le="5"} 6 http_request_duration_seconds_bucket{method="GET",path="/server/.env",status="429",le="10"} 6 http_request_duration_seconds_bucket{method="GET",path="/server/.env",status="429",le="+Inf"} 6 http_request_duration_seconds_sum{method="GET",path="/server/.env",status="429"} 0.000492057 http_request_duration_seconds_count{method="GET",path="/server/.env",status="429"} 6 http_request_duration_seconds_bucket{method="GET",path="/server/api/.env",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/server/api/.env",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/server/api/.env",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/server/api/.env",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/server/api/.env",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/server/api/.env",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/server/api/.env",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/server/api/.env",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/server/api/.env",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/server/api/.env",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/server/api/.env",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/server/api/.env",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/server/api/.env",status="429"} 0.000185264 http_request_duration_seconds_count{method="GET",path="/server/api/.env",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/server/api/aws.config.js",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/server/api/aws.config.js",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/server/api/aws.config.js",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/server/api/aws.config.js",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/server/api/aws.config.js",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/server/api/aws.config.js",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/server/api/aws.config.js",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/server/api/aws.config.js",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/server/api/aws.config.js",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/server/api/aws.config.js",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/server/api/aws.config.js",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/server/api/aws.config.js",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/server/api/aws.config.js",status="404"} 0.000259175 http_request_duration_seconds_count{method="GET",path="/server/api/aws.config.js",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/server/api/aws.config.js",status="429",le="0.005"} 16 http_request_duration_seconds_bucket{method="GET",path="/server/api/aws.config.js",status="429",le="0.01"} 16 http_request_duration_seconds_bucket{method="GET",path="/server/api/aws.config.js",status="429",le="0.025"} 16 http_request_duration_seconds_bucket{method="GET",path="/server/api/aws.config.js",status="429",le="0.05"} 16 http_request_duration_seconds_bucket{method="GET",path="/server/api/aws.config.js",status="429",le="0.1"} 16 http_request_duration_seconds_bucket{method="GET",path="/server/api/aws.config.js",status="429",le="0.25"} 16 http_request_duration_seconds_bucket{method="GET",path="/server/api/aws.config.js",status="429",le="0.5"} 16 http_request_duration_seconds_bucket{method="GET",path="/server/api/aws.config.js",status="429",le="1"} 16 http_request_duration_seconds_bucket{method="GET",path="/server/api/aws.config.js",status="429",le="2.5"} 16 http_request_duration_seconds_bucket{method="GET",path="/server/api/aws.config.js",status="429",le="5"} 16 http_request_duration_seconds_bucket{method="GET",path="/server/api/aws.config.js",status="429",le="10"} 16 http_request_duration_seconds_bucket{method="GET",path="/server/api/aws.config.js",status="429",le="+Inf"} 16 http_request_duration_seconds_sum{method="GET",path="/server/api/aws.config.js",status="429"} 0.0014196249999999999 http_request_duration_seconds_count{method="GET",path="/server/api/aws.config.js",status="429"} 16 http_request_duration_seconds_bucket{method="GET",path="/server/app.js",status="429",le="0.005"} 19 http_request_duration_seconds_bucket{method="GET",path="/server/app.js",status="429",le="0.01"} 19 http_request_duration_seconds_bucket{method="GET",path="/server/app.js",status="429",le="0.025"} 19 http_request_duration_seconds_bucket{method="GET",path="/server/app.js",status="429",le="0.05"} 19 http_request_duration_seconds_bucket{method="GET",path="/server/app.js",status="429",le="0.1"} 19 http_request_duration_seconds_bucket{method="GET",path="/server/app.js",status="429",le="0.25"} 19 http_request_duration_seconds_bucket{method="GET",path="/server/app.js",status="429",le="0.5"} 19 http_request_duration_seconds_bucket{method="GET",path="/server/app.js",status="429",le="1"} 19 http_request_duration_seconds_bucket{method="GET",path="/server/app.js",status="429",le="2.5"} 19 http_request_duration_seconds_bucket{method="GET",path="/server/app.js",status="429",le="5"} 19 http_request_duration_seconds_bucket{method="GET",path="/server/app.js",status="429",le="10"} 19 http_request_duration_seconds_bucket{method="GET",path="/server/app.js",status="429",le="+Inf"} 19 http_request_duration_seconds_sum{method="GET",path="/server/app.js",status="429"} 0.0014852780000000002 http_request_duration_seconds_count{method="GET",path="/server/app.js",status="429"} 19 http_request_duration_seconds_bucket{method="GET",path="/server/backend/.env",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/server/backend/.env",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/server/backend/.env",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/server/backend/.env",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/server/backend/.env",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/server/backend/.env",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/server/backend/.env",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/server/backend/.env",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/server/backend/.env",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/server/backend/.env",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/server/backend/.env",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/server/backend/.env",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/server/backend/.env",status="429"} 0.000210085 http_request_duration_seconds_count{method="GET",path="/server/backend/.env",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/server/config.js",status="429",le="0.005"} 19 http_request_duration_seconds_bucket{method="GET",path="/server/config.js",status="429",le="0.01"} 19 http_request_duration_seconds_bucket{method="GET",path="/server/config.js",status="429",le="0.025"} 19 http_request_duration_seconds_bucket{method="GET",path="/server/config.js",status="429",le="0.05"} 19 http_request_duration_seconds_bucket{method="GET",path="/server/config.js",status="429",le="0.1"} 19 http_request_duration_seconds_bucket{method="GET",path="/server/config.js",status="429",le="0.25"} 19 http_request_duration_seconds_bucket{method="GET",path="/server/config.js",status="429",le="0.5"} 19 http_request_duration_seconds_bucket{method="GET",path="/server/config.js",status="429",le="1"} 19 http_request_duration_seconds_bucket{method="GET",path="/server/config.js",status="429",le="2.5"} 19 http_request_duration_seconds_bucket{method="GET",path="/server/config.js",status="429",le="5"} 19 http_request_duration_seconds_bucket{method="GET",path="/server/config.js",status="429",le="10"} 19 http_request_duration_seconds_bucket{method="GET",path="/server/config.js",status="429",le="+Inf"} 19 http_request_duration_seconds_sum{method="GET",path="/server/config.js",status="429"} 0.0013592500000000002 http_request_duration_seconds_count{method="GET",path="/server/config.js",status="429"} 19 http_request_duration_seconds_bucket{method="GET",path="/server/config/common.js",status="429",le="0.005"} 19 http_request_duration_seconds_bucket{method="GET",path="/server/config/common.js",status="429",le="0.01"} 19 http_request_duration_seconds_bucket{method="GET",path="/server/config/common.js",status="429",le="0.025"} 19 http_request_duration_seconds_bucket{method="GET",path="/server/config/common.js",status="429",le="0.05"} 19 http_request_duration_seconds_bucket{method="GET",path="/server/config/common.js",status="429",le="0.1"} 19 http_request_duration_seconds_bucket{method="GET",path="/server/config/common.js",status="429",le="0.25"} 19 http_request_duration_seconds_bucket{method="GET",path="/server/config/common.js",status="429",le="0.5"} 19 http_request_duration_seconds_bucket{method="GET",path="/server/config/common.js",status="429",le="1"} 19 http_request_duration_seconds_bucket{method="GET",path="/server/config/common.js",status="429",le="2.5"} 19 http_request_duration_seconds_bucket{method="GET",path="/server/config/common.js",status="429",le="5"} 19 http_request_duration_seconds_bucket{method="GET",path="/server/config/common.js",status="429",le="10"} 19 http_request_duration_seconds_bucket{method="GET",path="/server/config/common.js",status="429",le="+Inf"} 19 http_request_duration_seconds_sum{method="GET",path="/server/config/common.js",status="429"} 0.001576208 http_request_duration_seconds_count{method="GET",path="/server/config/common.js",status="429"} 19 http_request_duration_seconds_bucket{method="GET",path="/server/config/constants.js",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/server/config/constants.js",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/server/config/constants.js",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/server/config/constants.js",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/server/config/constants.js",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/server/config/constants.js",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/server/config/constants.js",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/server/config/constants.js",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/server/config/constants.js",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/server/config/constants.js",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/server/config/constants.js",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/server/config/constants.js",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/server/config/constants.js",status="404"} 0.00020371799999999998 http_request_duration_seconds_count{method="GET",path="/server/config/constants.js",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/server/config/constants.js",status="429",le="0.005"} 17 http_request_duration_seconds_bucket{method="GET",path="/server/config/constants.js",status="429",le="0.01"} 17 http_request_duration_seconds_bucket{method="GET",path="/server/config/constants.js",status="429",le="0.025"} 17 http_request_duration_seconds_bucket{method="GET",path="/server/config/constants.js",status="429",le="0.05"} 17 http_request_duration_seconds_bucket{method="GET",path="/server/config/constants.js",status="429",le="0.1"} 17 http_request_duration_seconds_bucket{method="GET",path="/server/config/constants.js",status="429",le="0.25"} 17 http_request_duration_seconds_bucket{method="GET",path="/server/config/constants.js",status="429",le="0.5"} 17 http_request_duration_seconds_bucket{method="GET",path="/server/config/constants.js",status="429",le="1"} 17 http_request_duration_seconds_bucket{method="GET",path="/server/config/constants.js",status="429",le="2.5"} 17 http_request_duration_seconds_bucket{method="GET",path="/server/config/constants.js",status="429",le="5"} 17 http_request_duration_seconds_bucket{method="GET",path="/server/config/constants.js",status="429",le="10"} 17 http_request_duration_seconds_bucket{method="GET",path="/server/config/constants.js",status="429",le="+Inf"} 17 http_request_duration_seconds_sum{method="GET",path="/server/config/constants.js",status="429"} 0.001417497 http_request_duration_seconds_count{method="GET",path="/server/config/constants.js",status="429"} 17 http_request_duration_seconds_bucket{method="GET",path="/server/config/database.js",status="404",le="0.005"} 8 http_request_duration_seconds_bucket{method="GET",path="/server/config/database.js",status="404",le="0.01"} 8 http_request_duration_seconds_bucket{method="GET",path="/server/config/database.js",status="404",le="0.025"} 8 http_request_duration_seconds_bucket{method="GET",path="/server/config/database.js",status="404",le="0.05"} 8 http_request_duration_seconds_bucket{method="GET",path="/server/config/database.js",status="404",le="0.1"} 8 http_request_duration_seconds_bucket{method="GET",path="/server/config/database.js",status="404",le="0.25"} 8 http_request_duration_seconds_bucket{method="GET",path="/server/config/database.js",status="404",le="0.5"} 8 http_request_duration_seconds_bucket{method="GET",path="/server/config/database.js",status="404",le="1"} 8 http_request_duration_seconds_bucket{method="GET",path="/server/config/database.js",status="404",le="2.5"} 8 http_request_duration_seconds_bucket{method="GET",path="/server/config/database.js",status="404",le="5"} 8 http_request_duration_seconds_bucket{method="GET",path="/server/config/database.js",status="404",le="10"} 8 http_request_duration_seconds_bucket{method="GET",path="/server/config/database.js",status="404",le="+Inf"} 8 http_request_duration_seconds_sum{method="GET",path="/server/config/database.js",status="404"} 0.0011151160000000002 http_request_duration_seconds_count{method="GET",path="/server/config/database.js",status="404"} 8 http_request_duration_seconds_bucket{method="GET",path="/server/config/database.js",status="429",le="0.005"} 16 http_request_duration_seconds_bucket{method="GET",path="/server/config/database.js",status="429",le="0.01"} 16 http_request_duration_seconds_bucket{method="GET",path="/server/config/database.js",status="429",le="0.025"} 16 http_request_duration_seconds_bucket{method="GET",path="/server/config/database.js",status="429",le="0.05"} 16 http_request_duration_seconds_bucket{method="GET",path="/server/config/database.js",status="429",le="0.1"} 16 http_request_duration_seconds_bucket{method="GET",path="/server/config/database.js",status="429",le="0.25"} 16 http_request_duration_seconds_bucket{method="GET",path="/server/config/database.js",status="429",le="0.5"} 16 http_request_duration_seconds_bucket{method="GET",path="/server/config/database.js",status="429",le="1"} 16 http_request_duration_seconds_bucket{method="GET",path="/server/config/database.js",status="429",le="2.5"} 16 http_request_duration_seconds_bucket{method="GET",path="/server/config/database.js",status="429",le="5"} 16 http_request_duration_seconds_bucket{method="GET",path="/server/config/database.js",status="429",le="10"} 16 http_request_duration_seconds_bucket{method="GET",path="/server/config/database.js",status="429",le="+Inf"} 16 http_request_duration_seconds_sum{method="GET",path="/server/config/database.js",status="429"} 0.001461318 http_request_duration_seconds_count{method="GET",path="/server/config/database.js",status="429"} 16 http_request_duration_seconds_bucket{method="GET",path="/server/config/template.js",status="429",le="0.005"} 17 http_request_duration_seconds_bucket{method="GET",path="/server/config/template.js",status="429",le="0.01"} 17 http_request_duration_seconds_bucket{method="GET",path="/server/config/template.js",status="429",le="0.025"} 17 http_request_duration_seconds_bucket{method="GET",path="/server/config/template.js",status="429",le="0.05"} 17 http_request_duration_seconds_bucket{method="GET",path="/server/config/template.js",status="429",le="0.1"} 17 http_request_duration_seconds_bucket{method="GET",path="/server/config/template.js",status="429",le="0.25"} 17 http_request_duration_seconds_bucket{method="GET",path="/server/config/template.js",status="429",le="0.5"} 17 http_request_duration_seconds_bucket{method="GET",path="/server/config/template.js",status="429",le="1"} 17 http_request_duration_seconds_bucket{method="GET",path="/server/config/template.js",status="429",le="2.5"} 17 http_request_duration_seconds_bucket{method="GET",path="/server/config/template.js",status="429",le="5"} 17 http_request_duration_seconds_bucket{method="GET",path="/server/config/template.js",status="429",le="10"} 17 http_request_duration_seconds_bucket{method="GET",path="/server/config/template.js",status="429",le="+Inf"} 17 http_request_duration_seconds_sum{method="GET",path="/server/config/template.js",status="429"} 0.001415776 http_request_duration_seconds_count{method="GET",path="/server/config/template.js",status="429"} 17 http_request_duration_seconds_bucket{method="GET",path="/server/configs/aws.config.ts",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/server/configs/aws.config.ts",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/server/configs/aws.config.ts",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/server/configs/aws.config.ts",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/server/configs/aws.config.ts",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/server/configs/aws.config.ts",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/server/configs/aws.config.ts",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/server/configs/aws.config.ts",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/server/configs/aws.config.ts",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/server/configs/aws.config.ts",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/server/configs/aws.config.ts",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/server/configs/aws.config.ts",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/server/configs/aws.config.ts",status="429"} 0.000113781 http_request_duration_seconds_count{method="GET",path="/server/configs/aws.config.ts",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/server/constant.js",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/server/constant.js",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/server/constant.js",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/server/constant.js",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/server/constant.js",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/server/constant.js",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/server/constant.js",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/server/constant.js",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/server/constant.js",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/server/constant.js",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/server/constant.js",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/server/constant.js",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/server/constant.js",status="404"} 0.000121466 http_request_duration_seconds_count{method="GET",path="/server/constant.js",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/server/constant.js",status="429",le="0.005"} 18 http_request_duration_seconds_bucket{method="GET",path="/server/constant.js",status="429",le="0.01"} 18 http_request_duration_seconds_bucket{method="GET",path="/server/constant.js",status="429",le="0.025"} 18 http_request_duration_seconds_bucket{method="GET",path="/server/constant.js",status="429",le="0.05"} 18 http_request_duration_seconds_bucket{method="GET",path="/server/constant.js",status="429",le="0.1"} 18 http_request_duration_seconds_bucket{method="GET",path="/server/constant.js",status="429",le="0.25"} 18 http_request_duration_seconds_bucket{method="GET",path="/server/constant.js",status="429",le="0.5"} 18 http_request_duration_seconds_bucket{method="GET",path="/server/constant.js",status="429",le="1"} 18 http_request_duration_seconds_bucket{method="GET",path="/server/constant.js",status="429",le="2.5"} 18 http_request_duration_seconds_bucket{method="GET",path="/server/constant.js",status="429",le="5"} 18 http_request_duration_seconds_bucket{method="GET",path="/server/constant.js",status="429",le="10"} 18 http_request_duration_seconds_bucket{method="GET",path="/server/constant.js",status="429",le="+Inf"} 18 http_request_duration_seconds_sum{method="GET",path="/server/constant.js",status="429"} 0.0016235520000000001 http_request_duration_seconds_count{method="GET",path="/server/constant.js",status="429"} 18 http_request_duration_seconds_bucket{method="GET",path="/server/constants.js",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/server/constants.js",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/server/constants.js",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/server/constants.js",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/server/constants.js",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/server/constants.js",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/server/constants.js",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/server/constants.js",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/server/constants.js",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/server/constants.js",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/server/constants.js",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/server/constants.js",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/server/constants.js",status="404"} 0.000117777 http_request_duration_seconds_count{method="GET",path="/server/constants.js",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/server/constants.js",status="429",le="0.005"} 18 http_request_duration_seconds_bucket{method="GET",path="/server/constants.js",status="429",le="0.01"} 18 http_request_duration_seconds_bucket{method="GET",path="/server/constants.js",status="429",le="0.025"} 18 http_request_duration_seconds_bucket{method="GET",path="/server/constants.js",status="429",le="0.05"} 18 http_request_duration_seconds_bucket{method="GET",path="/server/constants.js",status="429",le="0.1"} 18 http_request_duration_seconds_bucket{method="GET",path="/server/constants.js",status="429",le="0.25"} 18 http_request_duration_seconds_bucket{method="GET",path="/server/constants.js",status="429",le="0.5"} 18 http_request_duration_seconds_bucket{method="GET",path="/server/constants.js",status="429",le="1"} 18 http_request_duration_seconds_bucket{method="GET",path="/server/constants.js",status="429",le="2.5"} 18 http_request_duration_seconds_bucket{method="GET",path="/server/constants.js",status="429",le="5"} 18 http_request_duration_seconds_bucket{method="GET",path="/server/constants.js",status="429",le="10"} 18 http_request_duration_seconds_bucket{method="GET",path="/server/constants.js",status="429",le="+Inf"} 18 http_request_duration_seconds_sum{method="GET",path="/server/constants.js",status="429"} 0.001254768 http_request_duration_seconds_count{method="GET",path="/server/constants.js",status="429"} 18 http_request_duration_seconds_bucket{method="GET",path="/server/controller.js",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/server/controller.js",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/server/controller.js",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/server/controller.js",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/server/controller.js",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/server/controller.js",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/server/controller.js",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/server/controller.js",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/server/controller.js",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/server/controller.js",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/server/controller.js",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/server/controller.js",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/server/controller.js",status="404"} 0.000137657 http_request_duration_seconds_count{method="GET",path="/server/controller.js",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/server/controller.js",status="429",le="0.005"} 15 http_request_duration_seconds_bucket{method="GET",path="/server/controller.js",status="429",le="0.01"} 15 http_request_duration_seconds_bucket{method="GET",path="/server/controller.js",status="429",le="0.025"} 15 http_request_duration_seconds_bucket{method="GET",path="/server/controller.js",status="429",le="0.05"} 15 http_request_duration_seconds_bucket{method="GET",path="/server/controller.js",status="429",le="0.1"} 15 http_request_duration_seconds_bucket{method="GET",path="/server/controller.js",status="429",le="0.25"} 15 http_request_duration_seconds_bucket{method="GET",path="/server/controller.js",status="429",le="0.5"} 15 http_request_duration_seconds_bucket{method="GET",path="/server/controller.js",status="429",le="1"} 15 http_request_duration_seconds_bucket{method="GET",path="/server/controller.js",status="429",le="2.5"} 15 http_request_duration_seconds_bucket{method="GET",path="/server/controller.js",status="429",le="5"} 15 http_request_duration_seconds_bucket{method="GET",path="/server/controller.js",status="429",le="10"} 15 http_request_duration_seconds_bucket{method="GET",path="/server/controller.js",status="429",le="+Inf"} 15 http_request_duration_seconds_sum{method="GET",path="/server/controller.js",status="429"} 0.0011358359999999999 http_request_duration_seconds_count{method="GET",path="/server/controller.js",status="429"} 15 http_request_duration_seconds_bucket{method="GET",path="/server/env.js",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/server/env.js",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/server/env.js",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/server/env.js",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/server/env.js",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/server/env.js",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/server/env.js",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/server/env.js",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/server/env.js",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/server/env.js",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/server/env.js",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/server/env.js",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/server/env.js",status="429"} 0.000216639 http_request_duration_seconds_count{method="GET",path="/server/env.js",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/server/helper.js",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/server/helper.js",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/server/helper.js",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/server/helper.js",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/server/helper.js",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/server/helper.js",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/server/helper.js",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/server/helper.js",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/server/helper.js",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/server/helper.js",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/server/helper.js",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/server/helper.js",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/server/helper.js",status="404"} 0.000205231 http_request_duration_seconds_count{method="GET",path="/server/helper.js",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/server/helper.js",status="429",le="0.005"} 16 http_request_duration_seconds_bucket{method="GET",path="/server/helper.js",status="429",le="0.01"} 16 http_request_duration_seconds_bucket{method="GET",path="/server/helper.js",status="429",le="0.025"} 16 http_request_duration_seconds_bucket{method="GET",path="/server/helper.js",status="429",le="0.05"} 16 http_request_duration_seconds_bucket{method="GET",path="/server/helper.js",status="429",le="0.1"} 16 http_request_duration_seconds_bucket{method="GET",path="/server/helper.js",status="429",le="0.25"} 16 http_request_duration_seconds_bucket{method="GET",path="/server/helper.js",status="429",le="0.5"} 16 http_request_duration_seconds_bucket{method="GET",path="/server/helper.js",status="429",le="1"} 16 http_request_duration_seconds_bucket{method="GET",path="/server/helper.js",status="429",le="2.5"} 16 http_request_duration_seconds_bucket{method="GET",path="/server/helper.js",status="429",le="5"} 16 http_request_duration_seconds_bucket{method="GET",path="/server/helper.js",status="429",le="10"} 16 http_request_duration_seconds_bucket{method="GET",path="/server/helper.js",status="429",le="+Inf"} 16 http_request_duration_seconds_sum{method="GET",path="/server/helper.js",status="429"} 0.001233376 http_request_duration_seconds_count{method="GET",path="/server/helper.js",status="429"} 16 http_request_duration_seconds_bucket{method="GET",path="/server/helper/aws_s3.js",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/server/helper/aws_s3.js",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/server/helper/aws_s3.js",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/server/helper/aws_s3.js",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/server/helper/aws_s3.js",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/server/helper/aws_s3.js",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/server/helper/aws_s3.js",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/server/helper/aws_s3.js",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/server/helper/aws_s3.js",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/server/helper/aws_s3.js",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/server/helper/aws_s3.js",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/server/helper/aws_s3.js",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/server/helper/aws_s3.js",status="404"} 0.000101103 http_request_duration_seconds_count{method="GET",path="/server/helper/aws_s3.js",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/server/helper/aws_s3.js",status="429",le="0.005"} 14 http_request_duration_seconds_bucket{method="GET",path="/server/helper/aws_s3.js",status="429",le="0.01"} 14 http_request_duration_seconds_bucket{method="GET",path="/server/helper/aws_s3.js",status="429",le="0.025"} 14 http_request_duration_seconds_bucket{method="GET",path="/server/helper/aws_s3.js",status="429",le="0.05"} 14 http_request_duration_seconds_bucket{method="GET",path="/server/helper/aws_s3.js",status="429",le="0.1"} 14 http_request_duration_seconds_bucket{method="GET",path="/server/helper/aws_s3.js",status="429",le="0.25"} 14 http_request_duration_seconds_bucket{method="GET",path="/server/helper/aws_s3.js",status="429",le="0.5"} 14 http_request_duration_seconds_bucket{method="GET",path="/server/helper/aws_s3.js",status="429",le="1"} 14 http_request_duration_seconds_bucket{method="GET",path="/server/helper/aws_s3.js",status="429",le="2.5"} 14 http_request_duration_seconds_bucket{method="GET",path="/server/helper/aws_s3.js",status="429",le="5"} 14 http_request_duration_seconds_bucket{method="GET",path="/server/helper/aws_s3.js",status="429",le="10"} 14 http_request_duration_seconds_bucket{method="GET",path="/server/helper/aws_s3.js",status="429",le="+Inf"} 14 http_request_duration_seconds_sum{method="GET",path="/server/helper/aws_s3.js",status="429"} 0.001122894 http_request_duration_seconds_count{method="GET",path="/server/helper/aws_s3.js",status="429"} 14 http_request_duration_seconds_bucket{method="GET",path="/server/index.js",status="429",le="0.005"} 17 http_request_duration_seconds_bucket{method="GET",path="/server/index.js",status="429",le="0.01"} 17 http_request_duration_seconds_bucket{method="GET",path="/server/index.js",status="429",le="0.025"} 17 http_request_duration_seconds_bucket{method="GET",path="/server/index.js",status="429",le="0.05"} 17 http_request_duration_seconds_bucket{method="GET",path="/server/index.js",status="429",le="0.1"} 17 http_request_duration_seconds_bucket{method="GET",path="/server/index.js",status="429",le="0.25"} 17 http_request_duration_seconds_bucket{method="GET",path="/server/index.js",status="429",le="0.5"} 17 http_request_duration_seconds_bucket{method="GET",path="/server/index.js",status="429",le="1"} 17 http_request_duration_seconds_bucket{method="GET",path="/server/index.js",status="429",le="2.5"} 17 http_request_duration_seconds_bucket{method="GET",path="/server/index.js",status="429",le="5"} 17 http_request_duration_seconds_bucket{method="GET",path="/server/index.js",status="429",le="10"} 17 http_request_duration_seconds_bucket{method="GET",path="/server/index.js",status="429",le="+Inf"} 17 http_request_duration_seconds_sum{method="GET",path="/server/index.js",status="429"} 0.0013348270000000002 http_request_duration_seconds_count{method="GET",path="/server/index.js",status="429"} 17 http_request_duration_seconds_bucket{method="GET",path="/server/mail.js",status="429",le="0.005"} 17 http_request_duration_seconds_bucket{method="GET",path="/server/mail.js",status="429",le="0.01"} 17 http_request_duration_seconds_bucket{method="GET",path="/server/mail.js",status="429",le="0.025"} 17 http_request_duration_seconds_bucket{method="GET",path="/server/mail.js",status="429",le="0.05"} 17 http_request_duration_seconds_bucket{method="GET",path="/server/mail.js",status="429",le="0.1"} 17 http_request_duration_seconds_bucket{method="GET",path="/server/mail.js",status="429",le="0.25"} 17 http_request_duration_seconds_bucket{method="GET",path="/server/mail.js",status="429",le="0.5"} 17 http_request_duration_seconds_bucket{method="GET",path="/server/mail.js",status="429",le="1"} 17 http_request_duration_seconds_bucket{method="GET",path="/server/mail.js",status="429",le="2.5"} 17 http_request_duration_seconds_bucket{method="GET",path="/server/mail.js",status="429",le="5"} 17 http_request_duration_seconds_bucket{method="GET",path="/server/mail.js",status="429",le="10"} 17 http_request_duration_seconds_bucket{method="GET",path="/server/mail.js",status="429",le="+Inf"} 17 http_request_duration_seconds_sum{method="GET",path="/server/mail.js",status="429"} 0.001497309 http_request_duration_seconds_count{method="GET",path="/server/mail.js",status="429"} 17 http_request_duration_seconds_bucket{method="GET",path="/server/mailer.js",status="429",le="0.005"} 17 http_request_duration_seconds_bucket{method="GET",path="/server/mailer.js",status="429",le="0.01"} 17 http_request_duration_seconds_bucket{method="GET",path="/server/mailer.js",status="429",le="0.025"} 17 http_request_duration_seconds_bucket{method="GET",path="/server/mailer.js",status="429",le="0.05"} 17 http_request_duration_seconds_bucket{method="GET",path="/server/mailer.js",status="429",le="0.1"} 17 http_request_duration_seconds_bucket{method="GET",path="/server/mailer.js",status="429",le="0.25"} 17 http_request_duration_seconds_bucket{method="GET",path="/server/mailer.js",status="429",le="0.5"} 17 http_request_duration_seconds_bucket{method="GET",path="/server/mailer.js",status="429",le="1"} 17 http_request_duration_seconds_bucket{method="GET",path="/server/mailer.js",status="429",le="2.5"} 17 http_request_duration_seconds_bucket{method="GET",path="/server/mailer.js",status="429",le="5"} 17 http_request_duration_seconds_bucket{method="GET",path="/server/mailer.js",status="429",le="10"} 17 http_request_duration_seconds_bucket{method="GET",path="/server/mailer.js",status="429",le="+Inf"} 17 http_request_duration_seconds_sum{method="GET",path="/server/mailer.js",status="429"} 0.0014143349999999999 http_request_duration_seconds_count{method="GET",path="/server/mailer.js",status="429"} 17 http_request_duration_seconds_bucket{method="GET",path="/server/mailserver.js",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/server/mailserver.js",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/server/mailserver.js",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/server/mailserver.js",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/server/mailserver.js",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/server/mailserver.js",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/server/mailserver.js",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/server/mailserver.js",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/server/mailserver.js",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/server/mailserver.js",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/server/mailserver.js",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/server/mailserver.js",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/server/mailserver.js",status="404"} 0.00034202500000000003 http_request_duration_seconds_count{method="GET",path="/server/mailserver.js",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/server/mailserver.js",status="429",le="0.005"} 13 http_request_duration_seconds_bucket{method="GET",path="/server/mailserver.js",status="429",le="0.01"} 13 http_request_duration_seconds_bucket{method="GET",path="/server/mailserver.js",status="429",le="0.025"} 13 http_request_duration_seconds_bucket{method="GET",path="/server/mailserver.js",status="429",le="0.05"} 13 http_request_duration_seconds_bucket{method="GET",path="/server/mailserver.js",status="429",le="0.1"} 13 http_request_duration_seconds_bucket{method="GET",path="/server/mailserver.js",status="429",le="0.25"} 13 http_request_duration_seconds_bucket{method="GET",path="/server/mailserver.js",status="429",le="0.5"} 13 http_request_duration_seconds_bucket{method="GET",path="/server/mailserver.js",status="429",le="1"} 13 http_request_duration_seconds_bucket{method="GET",path="/server/mailserver.js",status="429",le="2.5"} 13 http_request_duration_seconds_bucket{method="GET",path="/server/mailserver.js",status="429",le="5"} 13 http_request_duration_seconds_bucket{method="GET",path="/server/mailserver.js",status="429",le="10"} 13 http_request_duration_seconds_bucket{method="GET",path="/server/mailserver.js",status="429",le="+Inf"} 13 http_request_duration_seconds_sum{method="GET",path="/server/mailserver.js",status="429"} 0.001074363 http_request_duration_seconds_count{method="GET",path="/server/mailserver.js",status="429"} 13 http_request_duration_seconds_bucket{method="GET",path="/server/php",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/server/php",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/server/php",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/server/php",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/server/php",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/server/php",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/server/php",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/server/php",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/server/php",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/server/php",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/server/php",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/server/php",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/server/php",status="429"} 0.00016957799999999998 http_request_duration_seconds_count{method="GET",path="/server/php",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/server/s3.js",status="404",le="0.005"} 8 http_request_duration_seconds_bucket{method="GET",path="/server/s3.js",status="404",le="0.01"} 8 http_request_duration_seconds_bucket{method="GET",path="/server/s3.js",status="404",le="0.025"} 8 http_request_duration_seconds_bucket{method="GET",path="/server/s3.js",status="404",le="0.05"} 8 http_request_duration_seconds_bucket{method="GET",path="/server/s3.js",status="404",le="0.1"} 8 http_request_duration_seconds_bucket{method="GET",path="/server/s3.js",status="404",le="0.25"} 8 http_request_duration_seconds_bucket{method="GET",path="/server/s3.js",status="404",le="0.5"} 8 http_request_duration_seconds_bucket{method="GET",path="/server/s3.js",status="404",le="1"} 8 http_request_duration_seconds_bucket{method="GET",path="/server/s3.js",status="404",le="2.5"} 8 http_request_duration_seconds_bucket{method="GET",path="/server/s3.js",status="404",le="5"} 8 http_request_duration_seconds_bucket{method="GET",path="/server/s3.js",status="404",le="10"} 8 http_request_duration_seconds_bucket{method="GET",path="/server/s3.js",status="404",le="+Inf"} 8 http_request_duration_seconds_sum{method="GET",path="/server/s3.js",status="404"} 0.001254071 http_request_duration_seconds_count{method="GET",path="/server/s3.js",status="404"} 8 http_request_duration_seconds_bucket{method="GET",path="/server/s3.js",status="429",le="0.005"} 14 http_request_duration_seconds_bucket{method="GET",path="/server/s3.js",status="429",le="0.01"} 14 http_request_duration_seconds_bucket{method="GET",path="/server/s3.js",status="429",le="0.025"} 14 http_request_duration_seconds_bucket{method="GET",path="/server/s3.js",status="429",le="0.05"} 14 http_request_duration_seconds_bucket{method="GET",path="/server/s3.js",status="429",le="0.1"} 14 http_request_duration_seconds_bucket{method="GET",path="/server/s3.js",status="429",le="0.25"} 14 http_request_duration_seconds_bucket{method="GET",path="/server/s3.js",status="429",le="0.5"} 14 http_request_duration_seconds_bucket{method="GET",path="/server/s3.js",status="429",le="1"} 14 http_request_duration_seconds_bucket{method="GET",path="/server/s3.js",status="429",le="2.5"} 14 http_request_duration_seconds_bucket{method="GET",path="/server/s3.js",status="429",le="5"} 14 http_request_duration_seconds_bucket{method="GET",path="/server/s3.js",status="429",le="10"} 14 http_request_duration_seconds_bucket{method="GET",path="/server/s3.js",status="429",le="+Inf"} 14 http_request_duration_seconds_sum{method="GET",path="/server/s3.js",status="429"} 0.001095025 http_request_duration_seconds_count{method="GET",path="/server/s3.js",status="429"} 14 http_request_duration_seconds_bucket{method="GET",path="/server/server.js",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/server/server.js",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/server/server.js",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/server/server.js",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/server/server.js",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/server/server.js",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/server/server.js",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/server/server.js",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/server/server.js",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/server/server.js",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/server/server.js",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/server/server.js",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/server/server.js",status="404"} 0.000239382 http_request_duration_seconds_count{method="GET",path="/server/server.js",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/server/server.js",status="429",le="0.005"} 14 http_request_duration_seconds_bucket{method="GET",path="/server/server.js",status="429",le="0.01"} 14 http_request_duration_seconds_bucket{method="GET",path="/server/server.js",status="429",le="0.025"} 14 http_request_duration_seconds_bucket{method="GET",path="/server/server.js",status="429",le="0.05"} 14 http_request_duration_seconds_bucket{method="GET",path="/server/server.js",status="429",le="0.1"} 14 http_request_duration_seconds_bucket{method="GET",path="/server/server.js",status="429",le="0.25"} 14 http_request_duration_seconds_bucket{method="GET",path="/server/server.js",status="429",le="0.5"} 14 http_request_duration_seconds_bucket{method="GET",path="/server/server.js",status="429",le="1"} 14 http_request_duration_seconds_bucket{method="GET",path="/server/server.js",status="429",le="2.5"} 14 http_request_duration_seconds_bucket{method="GET",path="/server/server.js",status="429",le="5"} 14 http_request_duration_seconds_bucket{method="GET",path="/server/server.js",status="429",le="10"} 14 http_request_duration_seconds_bucket{method="GET",path="/server/server.js",status="429",le="+Inf"} 14 http_request_duration_seconds_sum{method="GET",path="/server/server.js",status="429"} 0.000979083 http_request_duration_seconds_count{method="GET",path="/server/server.js",status="429"} 14 http_request_duration_seconds_bucket{method="GET",path="/server/utils.js",status="429",le="0.005"} 17 http_request_duration_seconds_bucket{method="GET",path="/server/utils.js",status="429",le="0.01"} 17 http_request_duration_seconds_bucket{method="GET",path="/server/utils.js",status="429",le="0.025"} 17 http_request_duration_seconds_bucket{method="GET",path="/server/utils.js",status="429",le="0.05"} 17 http_request_duration_seconds_bucket{method="GET",path="/server/utils.js",status="429",le="0.1"} 17 http_request_duration_seconds_bucket{method="GET",path="/server/utils.js",status="429",le="0.25"} 17 http_request_duration_seconds_bucket{method="GET",path="/server/utils.js",status="429",le="0.5"} 17 http_request_duration_seconds_bucket{method="GET",path="/server/utils.js",status="429",le="1"} 17 http_request_duration_seconds_bucket{method="GET",path="/server/utils.js",status="429",le="2.5"} 17 http_request_duration_seconds_bucket{method="GET",path="/server/utils.js",status="429",le="5"} 17 http_request_duration_seconds_bucket{method="GET",path="/server/utils.js",status="429",le="10"} 17 http_request_duration_seconds_bucket{method="GET",path="/server/utils.js",status="429",le="+Inf"} 17 http_request_duration_seconds_sum{method="GET",path="/server/utils.js",status="429"} 0.0016436760000000002 http_request_duration_seconds_count{method="GET",path="/server/utils.js",status="429"} 17 http_request_duration_seconds_bucket{method="GET",path="/server_info.php",status="404",le="0.005"} 7 http_request_duration_seconds_bucket{method="GET",path="/server_info.php",status="404",le="0.01"} 7 http_request_duration_seconds_bucket{method="GET",path="/server_info.php",status="404",le="0.025"} 7 http_request_duration_seconds_bucket{method="GET",path="/server_info.php",status="404",le="0.05"} 7 http_request_duration_seconds_bucket{method="GET",path="/server_info.php",status="404",le="0.1"} 7 http_request_duration_seconds_bucket{method="GET",path="/server_info.php",status="404",le="0.25"} 7 http_request_duration_seconds_bucket{method="GET",path="/server_info.php",status="404",le="0.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/server_info.php",status="404",le="1"} 7 http_request_duration_seconds_bucket{method="GET",path="/server_info.php",status="404",le="2.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/server_info.php",status="404",le="5"} 7 http_request_duration_seconds_bucket{method="GET",path="/server_info.php",status="404",le="10"} 7 http_request_duration_seconds_bucket{method="GET",path="/server_info.php",status="404",le="+Inf"} 7 http_request_duration_seconds_sum{method="GET",path="/server_info.php",status="404"} 0.0010034900000000001 http_request_duration_seconds_count{method="GET",path="/server_info.php",status="404"} 7 http_request_duration_seconds_bucket{method="GET",path="/server_info.php",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/server_info.php",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/server_info.php",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/server_info.php",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/server_info.php",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/server_info.php",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/server_info.php",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/server_info.php",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/server_info.php",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/server_info.php",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/server_info.php",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/server_info.php",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/server_info.php",status="429"} 0.000131496 http_request_duration_seconds_count{method="GET",path="/server_info.php",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/serverless.yaml",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/serverless.yaml",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/serverless.yaml",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/serverless.yaml",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/serverless.yaml",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/serverless.yaml",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/serverless.yaml",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/serverless.yaml",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/serverless.yaml",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/serverless.yaml",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/serverless.yaml",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/serverless.yaml",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/serverless.yaml",status="404"} 0.000373922 http_request_duration_seconds_count{method="GET",path="/serverless.yaml",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/serverless.yaml",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/serverless.yaml",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/serverless.yaml",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/serverless.yaml",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/serverless.yaml",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/serverless.yaml",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/serverless.yaml",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/serverless.yaml",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/serverless.yaml",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/serverless.yaml",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/serverless.yaml",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/serverless.yaml",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/serverless.yaml",status="429"} 0.000219526 http_request_duration_seconds_count{method="GET",path="/serverless.yaml",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/serverless.yml",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/serverless.yml",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/serverless.yml",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/serverless.yml",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/serverless.yml",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/serverless.yml",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/serverless.yml",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/serverless.yml",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/serverless.yml",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/serverless.yml",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/serverless.yml",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/serverless.yml",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/serverless.yml",status="404"} 0.000417175 http_request_duration_seconds_count{method="GET",path="/serverless.yml",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/serverless.yml",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/serverless.yml",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/serverless.yml",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/serverless.yml",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/serverless.yml",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/serverless.yml",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/serverless.yml",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/serverless.yml",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/serverless.yml",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/serverless.yml",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/serverless.yml",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/serverless.yml",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/serverless.yml",status="429"} 0.000221681 http_request_duration_seconds_count{method="GET",path="/serverless.yml",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/servers/link.cgi",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/servers/link.cgi",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/servers/link.cgi",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/servers/link.cgi",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/servers/link.cgi",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/servers/link.cgi",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/servers/link.cgi",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/servers/link.cgi",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/servers/link.cgi",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/servers/link.cgi",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/servers/link.cgi",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/servers/link.cgi",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/servers/link.cgi",status="429"} 0.00024280299999999999 http_request_duration_seconds_count{method="GET",path="/servers/link.cgi",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/servers/save.cgi",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/servers/save.cgi",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/servers/save.cgi",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/servers/save.cgi",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/servers/save.cgi",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/servers/save.cgi",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/servers/save.cgi",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/servers/save.cgi",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/servers/save.cgi",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/servers/save.cgi",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/servers/save.cgi",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/servers/save.cgi",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/servers/save.cgi",status="429"} 0.000231905 http_request_duration_seconds_count{method="GET",path="/servers/save.cgi",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/service-account-config.json",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/service-account-config.json",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/service-account-config.json",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/service-account-config.json",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/service-account-config.json",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/service-account-config.json",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/service-account-config.json",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/service-account-config.json",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/service-account-config.json",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/service-account-config.json",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/service-account-config.json",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/service-account-config.json",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/service-account-config.json",status="429"} 0.000105819 http_request_duration_seconds_count{method="GET",path="/service-account-config.json",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/service-account-credentials.json",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/service-account-credentials.json",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/service-account-credentials.json",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/service-account-credentials.json",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/service-account-credentials.json",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/service-account-credentials.json",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/service-account-credentials.json",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/service-account-credentials.json",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/service-account-credentials.json",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/service-account-credentials.json",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/service-account-credentials.json",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/service-account-credentials.json",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/service-account-credentials.json",status="429"} 8.5995e-05 http_request_duration_seconds_count{method="GET",path="/service-account-credentials.json",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/service-account-file.json",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/service-account-file.json",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/service-account-file.json",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/service-account-file.json",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/service-account-file.json",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/service-account-file.json",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/service-account-file.json",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/service-account-file.json",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/service-account-file.json",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/service-account-file.json",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/service-account-file.json",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/service-account-file.json",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/service-account-file.json",status="429"} 9.1021e-05 http_request_duration_seconds_count{method="GET",path="/service-account-file.json",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/service-account-key.json",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/service-account-key.json",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/service-account-key.json",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/service-account-key.json",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/service-account-key.json",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/service-account-key.json",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/service-account-key.json",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/service-account-key.json",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/service-account-key.json",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/service-account-key.json",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/service-account-key.json",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/service-account-key.json",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/service-account-key.json",status="404"} 0.000117691 http_request_duration_seconds_count{method="GET",path="/service-account-key.json",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/service-account-key.json",status="429",le="0.005"} 9 http_request_duration_seconds_bucket{method="GET",path="/service-account-key.json",status="429",le="0.01"} 9 http_request_duration_seconds_bucket{method="GET",path="/service-account-key.json",status="429",le="0.025"} 9 http_request_duration_seconds_bucket{method="GET",path="/service-account-key.json",status="429",le="0.05"} 9 http_request_duration_seconds_bucket{method="GET",path="/service-account-key.json",status="429",le="0.1"} 9 http_request_duration_seconds_bucket{method="GET",path="/service-account-key.json",status="429",le="0.25"} 9 http_request_duration_seconds_bucket{method="GET",path="/service-account-key.json",status="429",le="0.5"} 9 http_request_duration_seconds_bucket{method="GET",path="/service-account-key.json",status="429",le="1"} 9 http_request_duration_seconds_bucket{method="GET",path="/service-account-key.json",status="429",le="2.5"} 9 http_request_duration_seconds_bucket{method="GET",path="/service-account-key.json",status="429",le="5"} 9 http_request_duration_seconds_bucket{method="GET",path="/service-account-key.json",status="429",le="10"} 9 http_request_duration_seconds_bucket{method="GET",path="/service-account-key.json",status="429",le="+Inf"} 9 http_request_duration_seconds_sum{method="GET",path="/service-account-key.json",status="429"} 0.00064184 http_request_duration_seconds_count{method="GET",path="/service-account-key.json",status="429"} 9 http_request_duration_seconds_bucket{method="GET",path="/service-account.json",status="404",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/service-account.json",status="404",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/service-account.json",status="404",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/service-account.json",status="404",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/service-account.json",status="404",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/service-account.json",status="404",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/service-account.json",status="404",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/service-account.json",status="404",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/service-account.json",status="404",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/service-account.json",status="404",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/service-account.json",status="404",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/service-account.json",status="404",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/service-account.json",status="404"} 0.000709468 http_request_duration_seconds_count{method="GET",path="/service-account.json",status="404"} 4 http_request_duration_seconds_bucket{method="GET",path="/service-account.json",status="429",le="0.005"} 24 http_request_duration_seconds_bucket{method="GET",path="/service-account.json",status="429",le="0.01"} 24 http_request_duration_seconds_bucket{method="GET",path="/service-account.json",status="429",le="0.025"} 24 http_request_duration_seconds_bucket{method="GET",path="/service-account.json",status="429",le="0.05"} 24 http_request_duration_seconds_bucket{method="GET",path="/service-account.json",status="429",le="0.1"} 24 http_request_duration_seconds_bucket{method="GET",path="/service-account.json",status="429",le="0.25"} 24 http_request_duration_seconds_bucket{method="GET",path="/service-account.json",status="429",le="0.5"} 24 http_request_duration_seconds_bucket{method="GET",path="/service-account.json",status="429",le="1"} 24 http_request_duration_seconds_bucket{method="GET",path="/service-account.json",status="429",le="2.5"} 24 http_request_duration_seconds_bucket{method="GET",path="/service-account.json",status="429",le="5"} 24 http_request_duration_seconds_bucket{method="GET",path="/service-account.json",status="429",le="10"} 24 http_request_duration_seconds_bucket{method="GET",path="/service-account.json",status="429",le="+Inf"} 24 http_request_duration_seconds_sum{method="GET",path="/service-account.json",status="429"} 0.001705514 http_request_duration_seconds_count{method="GET",path="/service-account.json",status="429"} 24 http_request_duration_seconds_bucket{method="GET",path="/service.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/service.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/service.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/service.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/service.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/service.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/service.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/service.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/service.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/service.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/service.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/service.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/service.zip",status="429"} 4.4195e-05 http_request_duration_seconds_count{method="GET",path="/service.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/service/.env",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/service/.env",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/service/.env",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/service/.env",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/service/.env",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/service/.env",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/service/.env",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/service/.env",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/service/.env",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/service/.env",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/service/.env",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/service/.env",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/service/.env",status="404"} 0.000254801 http_request_duration_seconds_count{method="GET",path="/service/.env",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/service/.env",status="429",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/service/.env",status="429",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/service/.env",status="429",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/service/.env",status="429",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/service/.env",status="429",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/service/.env",status="429",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/service/.env",status="429",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/service/.env",status="429",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/service/.env",status="429",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/service/.env",status="429",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/service/.env",status="429",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/service/.env",status="429",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/service/.env",status="429"} 0.000306648 http_request_duration_seconds_count{method="GET",path="/service/.env",status="429"} 3 http_request_duration_seconds_bucket{method="GET",path="/service/email_service.py",status="404",le="0.005"} 7 http_request_duration_seconds_bucket{method="GET",path="/service/email_service.py",status="404",le="0.01"} 7 http_request_duration_seconds_bucket{method="GET",path="/service/email_service.py",status="404",le="0.025"} 7 http_request_duration_seconds_bucket{method="GET",path="/service/email_service.py",status="404",le="0.05"} 7 http_request_duration_seconds_bucket{method="GET",path="/service/email_service.py",status="404",le="0.1"} 7 http_request_duration_seconds_bucket{method="GET",path="/service/email_service.py",status="404",le="0.25"} 7 http_request_duration_seconds_bucket{method="GET",path="/service/email_service.py",status="404",le="0.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/service/email_service.py",status="404",le="1"} 7 http_request_duration_seconds_bucket{method="GET",path="/service/email_service.py",status="404",le="2.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/service/email_service.py",status="404",le="5"} 7 http_request_duration_seconds_bucket{method="GET",path="/service/email_service.py",status="404",le="10"} 7 http_request_duration_seconds_bucket{method="GET",path="/service/email_service.py",status="404",le="+Inf"} 7 http_request_duration_seconds_sum{method="GET",path="/service/email_service.py",status="404"} 0.0011309129999999999 http_request_duration_seconds_count{method="GET",path="/service/email_service.py",status="404"} 7 http_request_duration_seconds_bucket{method="GET",path="/service/email_service.py",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/service/email_service.py",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/service/email_service.py",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/service/email_service.py",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/service/email_service.py",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/service/email_service.py",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/service/email_service.py",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/service/email_service.py",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/service/email_service.py",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/service/email_service.py",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/service/email_service.py",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/service/email_service.py",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/service/email_service.py",status="429"} 0.000134376 http_request_duration_seconds_count{method="GET",path="/service/email_service.py",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/serviceAccount.json",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/serviceAccount.json",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/serviceAccount.json",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/serviceAccount.json",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/serviceAccount.json",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/serviceAccount.json",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/serviceAccount.json",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/serviceAccount.json",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/serviceAccount.json",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/serviceAccount.json",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/serviceAccount.json",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/serviceAccount.json",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/serviceAccount.json",status="429"} 0.000120476 http_request_duration_seconds_count{method="GET",path="/serviceAccount.json",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/serviceAccountCredentials.json",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/serviceAccountCredentials.json",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/serviceAccountCredentials.json",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/serviceAccountCredentials.json",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/serviceAccountCredentials.json",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/serviceAccountCredentials.json",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/serviceAccountCredentials.json",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/serviceAccountCredentials.json",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/serviceAccountCredentials.json",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/serviceAccountCredentials.json",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/serviceAccountCredentials.json",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/serviceAccountCredentials.json",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/serviceAccountCredentials.json",status="404"} 0.000162807 http_request_duration_seconds_count{method="GET",path="/serviceAccountCredentials.json",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/serviceAccountKey.json",status="404",le="0.005"} 7 http_request_duration_seconds_bucket{method="GET",path="/serviceAccountKey.json",status="404",le="0.01"} 7 http_request_duration_seconds_bucket{method="GET",path="/serviceAccountKey.json",status="404",le="0.025"} 7 http_request_duration_seconds_bucket{method="GET",path="/serviceAccountKey.json",status="404",le="0.05"} 7 http_request_duration_seconds_bucket{method="GET",path="/serviceAccountKey.json",status="404",le="0.1"} 7 http_request_duration_seconds_bucket{method="GET",path="/serviceAccountKey.json",status="404",le="0.25"} 7 http_request_duration_seconds_bucket{method="GET",path="/serviceAccountKey.json",status="404",le="0.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/serviceAccountKey.json",status="404",le="1"} 7 http_request_duration_seconds_bucket{method="GET",path="/serviceAccountKey.json",status="404",le="2.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/serviceAccountKey.json",status="404",le="5"} 7 http_request_duration_seconds_bucket{method="GET",path="/serviceAccountKey.json",status="404",le="10"} 7 http_request_duration_seconds_bucket{method="GET",path="/serviceAccountKey.json",status="404",le="+Inf"} 7 http_request_duration_seconds_sum{method="GET",path="/serviceAccountKey.json",status="404"} 0.000809092 http_request_duration_seconds_count{method="GET",path="/serviceAccountKey.json",status="404"} 7 http_request_duration_seconds_bucket{method="GET",path="/serviceAccountKey.json",status="429",le="0.005"} 19 http_request_duration_seconds_bucket{method="GET",path="/serviceAccountKey.json",status="429",le="0.01"} 19 http_request_duration_seconds_bucket{method="GET",path="/serviceAccountKey.json",status="429",le="0.025"} 19 http_request_duration_seconds_bucket{method="GET",path="/serviceAccountKey.json",status="429",le="0.05"} 19 http_request_duration_seconds_bucket{method="GET",path="/serviceAccountKey.json",status="429",le="0.1"} 19 http_request_duration_seconds_bucket{method="GET",path="/serviceAccountKey.json",status="429",le="0.25"} 19 http_request_duration_seconds_bucket{method="GET",path="/serviceAccountKey.json",status="429",le="0.5"} 19 http_request_duration_seconds_bucket{method="GET",path="/serviceAccountKey.json",status="429",le="1"} 19 http_request_duration_seconds_bucket{method="GET",path="/serviceAccountKey.json",status="429",le="2.5"} 19 http_request_duration_seconds_bucket{method="GET",path="/serviceAccountKey.json",status="429",le="5"} 19 http_request_duration_seconds_bucket{method="GET",path="/serviceAccountKey.json",status="429",le="10"} 19 http_request_duration_seconds_bucket{method="GET",path="/serviceAccountKey.json",status="429",le="+Inf"} 19 http_request_duration_seconds_sum{method="GET",path="/serviceAccountKey.json",status="429"} 0.0028087959999999997 http_request_duration_seconds_count{method="GET",path="/serviceAccountKey.json",status="429"} 19 http_request_duration_seconds_bucket{method="GET",path="/service_account.json",status="429",le="0.005"} 9 http_request_duration_seconds_bucket{method="GET",path="/service_account.json",status="429",le="0.01"} 9 http_request_duration_seconds_bucket{method="GET",path="/service_account.json",status="429",le="0.025"} 9 http_request_duration_seconds_bucket{method="GET",path="/service_account.json",status="429",le="0.05"} 9 http_request_duration_seconds_bucket{method="GET",path="/service_account.json",status="429",le="0.1"} 9 http_request_duration_seconds_bucket{method="GET",path="/service_account.json",status="429",le="0.25"} 9 http_request_duration_seconds_bucket{method="GET",path="/service_account.json",status="429",le="0.5"} 9 http_request_duration_seconds_bucket{method="GET",path="/service_account.json",status="429",le="1"} 9 http_request_duration_seconds_bucket{method="GET",path="/service_account.json",status="429",le="2.5"} 9 http_request_duration_seconds_bucket{method="GET",path="/service_account.json",status="429",le="5"} 9 http_request_duration_seconds_bucket{method="GET",path="/service_account.json",status="429",le="10"} 9 http_request_duration_seconds_bucket{method="GET",path="/service_account.json",status="429",le="+Inf"} 9 http_request_duration_seconds_sum{method="GET",path="/service_account.json",status="429"} 0.000564201 http_request_duration_seconds_count{method="GET",path="/service_account.json",status="429"} 9 http_request_duration_seconds_bucket{method="GET",path="/services.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/services.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/services.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/services.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/services.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/services.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/services.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/services.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/services.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/services.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/services.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/services.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/services.zip",status="429"} 4.8834e-05 http_request_duration_seconds_count{method="GET",path="/services.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/services/.env",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/services/.env",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/services/.env",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/services/.env",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/services/.env",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/services/.env",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/services/.env",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/services/.env",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/services/.env",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/services/.env",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/services/.env",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/services/.env",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/services/.env",status="404"} 0.000123988 http_request_duration_seconds_count{method="GET",path="/services/.env",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/services/.env",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/services/.env",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/services/.env",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/services/.env",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/services/.env",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/services/.env",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/services/.env",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/services/.env",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/services/.env",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/services/.env",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/services/.env",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/services/.env",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/services/.env",status="429"} 0.000247777 http_request_duration_seconds_count{method="GET",path="/services/.env",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/services/environments.ini",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/services/environments.ini",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/services/environments.ini",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/services/environments.ini",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/services/environments.ini",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/services/environments.ini",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/services/environments.ini",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/services/environments.ini",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/services/environments.ini",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/services/environments.ini",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/services/environments.ini",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/services/environments.ini",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/services/environments.ini",status="429"} 0.000265758 http_request_duration_seconds_count{method="GET",path="/services/environments.ini",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/ses/.env",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/ses/.env",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/ses/.env",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/ses/.env",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/ses/.env",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/ses/.env",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/ses/.env",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/ses/.env",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/ses/.env",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/ses/.env",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/ses/.env",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/ses/.env",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/ses/.env",status="404"} 0.000156985 http_request_duration_seconds_count{method="GET",path="/ses/.env",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/ses/.env",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/ses/.env",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/ses/.env",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/ses/.env",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/ses/.env",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/ses/.env",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/ses/.env",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/ses/.env",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/ses/.env",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/ses/.env",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/ses/.env",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/ses/.env",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/ses/.env",status="429"} 9.7256e-05 http_request_duration_seconds_count{method="GET",path="/ses/.env",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/session.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/session.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/session.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/session.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/session.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/session.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/session.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/session.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/session.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/session.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/session.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/session.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/session.zip",status="429"} 4.8936e-05 http_request_duration_seconds_count{method="GET",path="/session.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/settings.ini",status="429",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/settings.ini",status="429",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/settings.ini",status="429",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/settings.ini",status="429",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/settings.ini",status="429",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/settings.ini",status="429",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/settings.ini",status="429",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/settings.ini",status="429",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/settings.ini",status="429",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/settings.ini",status="429",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/settings.ini",status="429",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/settings.ini",status="429",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/settings.ini",status="429"} 0.00041254500000000006 http_request_duration_seconds_count{method="GET",path="/settings.ini",status="429"} 4 http_request_duration_seconds_bucket{method="GET",path="/settings.json",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/settings.json",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/settings.json",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/settings.json",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/settings.json",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/settings.json",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/settings.json",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/settings.json",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/settings.json",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/settings.json",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/settings.json",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/settings.json",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/settings.json",status="404"} 0.000380934 http_request_duration_seconds_count{method="GET",path="/settings.json",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/settings.json",status="429",le="0.005"} 17 http_request_duration_seconds_bucket{method="GET",path="/settings.json",status="429",le="0.01"} 17 http_request_duration_seconds_bucket{method="GET",path="/settings.json",status="429",le="0.025"} 17 http_request_duration_seconds_bucket{method="GET",path="/settings.json",status="429",le="0.05"} 17 http_request_duration_seconds_bucket{method="GET",path="/settings.json",status="429",le="0.1"} 17 http_request_duration_seconds_bucket{method="GET",path="/settings.json",status="429",le="0.25"} 17 http_request_duration_seconds_bucket{method="GET",path="/settings.json",status="429",le="0.5"} 17 http_request_duration_seconds_bucket{method="GET",path="/settings.json",status="429",le="1"} 17 http_request_duration_seconds_bucket{method="GET",path="/settings.json",status="429",le="2.5"} 17 http_request_duration_seconds_bucket{method="GET",path="/settings.json",status="429",le="5"} 17 http_request_duration_seconds_bucket{method="GET",path="/settings.json",status="429",le="10"} 17 http_request_duration_seconds_bucket{method="GET",path="/settings.json",status="429",le="+Inf"} 17 http_request_duration_seconds_sum{method="GET",path="/settings.json",status="429"} 0.0011198739999999999 http_request_duration_seconds_count{method="GET",path="/settings.json",status="429"} 17 http_request_duration_seconds_bucket{method="GET",path="/settings.json.bak",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/settings.json.bak",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/settings.json.bak",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/settings.json.bak",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/settings.json.bak",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/settings.json.bak",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/settings.json.bak",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/settings.json.bak",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/settings.json.bak",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/settings.json.bak",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/settings.json.bak",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/settings.json.bak",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/settings.json.bak",status="404"} 0.000140223 http_request_duration_seconds_count{method="GET",path="/settings.json.bak",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/settings.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/settings.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/settings.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/settings.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/settings.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/settings.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/settings.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/settings.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/settings.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/settings.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/settings.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/settings.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/settings.php",status="404"} 0.000147717 http_request_duration_seconds_count{method="GET",path="/settings.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/settings.py",status="404",le="0.005"} 11 http_request_duration_seconds_bucket{method="GET",path="/settings.py",status="404",le="0.01"} 11 http_request_duration_seconds_bucket{method="GET",path="/settings.py",status="404",le="0.025"} 11 http_request_duration_seconds_bucket{method="GET",path="/settings.py",status="404",le="0.05"} 11 http_request_duration_seconds_bucket{method="GET",path="/settings.py",status="404",le="0.1"} 11 http_request_duration_seconds_bucket{method="GET",path="/settings.py",status="404",le="0.25"} 11 http_request_duration_seconds_bucket{method="GET",path="/settings.py",status="404",le="0.5"} 11 http_request_duration_seconds_bucket{method="GET",path="/settings.py",status="404",le="1"} 11 http_request_duration_seconds_bucket{method="GET",path="/settings.py",status="404",le="2.5"} 11 http_request_duration_seconds_bucket{method="GET",path="/settings.py",status="404",le="5"} 11 http_request_duration_seconds_bucket{method="GET",path="/settings.py",status="404",le="10"} 11 http_request_duration_seconds_bucket{method="GET",path="/settings.py",status="404",le="+Inf"} 11 http_request_duration_seconds_sum{method="GET",path="/settings.py",status="404"} 0.002258525 http_request_duration_seconds_count{method="GET",path="/settings.py",status="404"} 11 http_request_duration_seconds_bucket{method="GET",path="/settings.py",status="429",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/settings.py",status="429",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/settings.py",status="429",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/settings.py",status="429",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/settings.py",status="429",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/settings.py",status="429",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/settings.py",status="429",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/settings.py",status="429",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/settings.py",status="429",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/settings.py",status="429",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/settings.py",status="429",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/settings.py",status="429",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/settings.py",status="429"} 0.00046807399999999996 http_request_duration_seconds_count{method="GET",path="/settings.py",status="429"} 4 http_request_duration_seconds_bucket{method="GET",path="/settings.yaml",status="429",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/settings.yaml",status="429",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/settings.yaml",status="429",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/settings.yaml",status="429",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/settings.yaml",status="429",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/settings.yaml",status="429",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/settings.yaml",status="429",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/settings.yaml",status="429",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/settings.yaml",status="429",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/settings.yaml",status="429",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/settings.yaml",status="429",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/settings.yaml",status="429",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/settings.yaml",status="429"} 0.00037113099999999997 http_request_duration_seconds_count{method="GET",path="/settings.yaml",status="429"} 4 http_request_duration_seconds_bucket{method="GET",path="/settings.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/settings.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/settings.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/settings.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/settings.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/settings.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/settings.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/settings.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/settings.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/settings.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/settings.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/settings.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/settings.zip",status="429"} 3.5672e-05 http_request_duration_seconds_count{method="GET",path="/settings.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/settings/*",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/settings/*",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/settings/*",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/settings/*",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/settings/*",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/settings/*",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/settings/*",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/settings/*",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/settings/*",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/settings/*",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/settings/*",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/settings/*",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/settings/*",status="429"} 0.00023482 http_request_duration_seconds_count{method="GET",path="/settings/*",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/settings/production.py",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/settings/production.py",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/settings/production.py",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/settings/production.py",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/settings/production.py",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/settings/production.py",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/settings/production.py",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/settings/production.py",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/settings/production.py",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/settings/production.py",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/settings/production.py",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/settings/production.py",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/settings/production.py",status="404"} 0.00015185 http_request_duration_seconds_count{method="GET",path="/settings/production.py",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/setup.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/setup.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/setup.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/setup.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/setup.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/setup.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/setup.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/setup.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/setup.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/setup.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/setup.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/setup.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/setup.php",status="404"} 0.000161255 http_request_duration_seconds_count{method="GET",path="/setup.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/setup.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/setup.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/setup.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/setup.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/setup.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/setup.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/setup.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/setup.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/setup.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/setup.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/setup.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/setup.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/setup.zip",status="429"} 4.2325e-05 http_request_duration_seconds_count{method="GET",path="/setup.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/sf.php",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/sf.php",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/sf.php",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/sf.php",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/sf.php",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/sf.php",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/sf.php",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/sf.php",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/sf.php",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/sf.php",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/sf.php",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/sf.php",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/sf.php",status="404"} 0.000748127 http_request_duration_seconds_count{method="GET",path="/sf.php",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/sf.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/sf.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/sf.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/sf.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/sf.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/sf.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/sf.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/sf.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/sf.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/sf.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/sf.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/sf.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/sf.php",status="429"} 0.000130116 http_request_duration_seconds_count{method="GET",path="/sf.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/sftp.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/sftp.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/sftp.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/sftp.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/sftp.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/sftp.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/sftp.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/sftp.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/sftp.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/sftp.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/sftp.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/sftp.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/sftp.zip",status="429"} 3.3493e-05 http_request_duration_seconds_count{method="GET",path="/sftp.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/sg.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/sg.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/sg.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/sg.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/sg.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/sg.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/sg.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/sg.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/sg.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/sg.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/sg.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/sg.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/sg.php",status="404"} 0.000136876 http_request_duration_seconds_count{method="GET",path="/sg.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/shared.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/shared.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/shared.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/shared.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/shared.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/shared.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/shared.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/shared.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/shared.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/shared.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/shared.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/shared.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/shared.zip",status="429"} 2.6508e-05 http_request_duration_seconds_count{method="GET",path="/shared.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/shared/.env",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/shared/.env",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/shared/.env",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/shared/.env",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/shared/.env",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/shared/.env",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/shared/.env",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/shared/.env",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/shared/.env",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/shared/.env",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/shared/.env",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/shared/.env",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/shared/.env",status="404"} 0.000295321 http_request_duration_seconds_count{method="GET",path="/shared/.env",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/shared/.env",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/shared/.env",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/shared/.env",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/shared/.env",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/shared/.env",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/shared/.env",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/shared/.env",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/shared/.env",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/shared/.env",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/shared/.env",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/shared/.env",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/shared/.env",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/shared/.env",status="429"} 0.000184949 http_request_duration_seconds_count{method="GET",path="/shared/.env",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/shared/config/config.js",status="404",le="0.005"} 8 http_request_duration_seconds_bucket{method="GET",path="/shared/config/config.js",status="404",le="0.01"} 8 http_request_duration_seconds_bucket{method="GET",path="/shared/config/config.js",status="404",le="0.025"} 8 http_request_duration_seconds_bucket{method="GET",path="/shared/config/config.js",status="404",le="0.05"} 8 http_request_duration_seconds_bucket{method="GET",path="/shared/config/config.js",status="404",le="0.1"} 8 http_request_duration_seconds_bucket{method="GET",path="/shared/config/config.js",status="404",le="0.25"} 8 http_request_duration_seconds_bucket{method="GET",path="/shared/config/config.js",status="404",le="0.5"} 8 http_request_duration_seconds_bucket{method="GET",path="/shared/config/config.js",status="404",le="1"} 8 http_request_duration_seconds_bucket{method="GET",path="/shared/config/config.js",status="404",le="2.5"} 8 http_request_duration_seconds_bucket{method="GET",path="/shared/config/config.js",status="404",le="5"} 8 http_request_duration_seconds_bucket{method="GET",path="/shared/config/config.js",status="404",le="10"} 8 http_request_duration_seconds_bucket{method="GET",path="/shared/config/config.js",status="404",le="+Inf"} 8 http_request_duration_seconds_sum{method="GET",path="/shared/config/config.js",status="404"} 0.001097596 http_request_duration_seconds_count{method="GET",path="/shared/config/config.js",status="404"} 8 http_request_duration_seconds_bucket{method="GET",path="/shared/config/config.js",status="429",le="0.005"} 13 http_request_duration_seconds_bucket{method="GET",path="/shared/config/config.js",status="429",le="0.01"} 13 http_request_duration_seconds_bucket{method="GET",path="/shared/config/config.js",status="429",le="0.025"} 13 http_request_duration_seconds_bucket{method="GET",path="/shared/config/config.js",status="429",le="0.05"} 13 http_request_duration_seconds_bucket{method="GET",path="/shared/config/config.js",status="429",le="0.1"} 13 http_request_duration_seconds_bucket{method="GET",path="/shared/config/config.js",status="429",le="0.25"} 13 http_request_duration_seconds_bucket{method="GET",path="/shared/config/config.js",status="429",le="0.5"} 13 http_request_duration_seconds_bucket{method="GET",path="/shared/config/config.js",status="429",le="1"} 13 http_request_duration_seconds_bucket{method="GET",path="/shared/config/config.js",status="429",le="2.5"} 13 http_request_duration_seconds_bucket{method="GET",path="/shared/config/config.js",status="429",le="5"} 13 http_request_duration_seconds_bucket{method="GET",path="/shared/config/config.js",status="429",le="10"} 13 http_request_duration_seconds_bucket{method="GET",path="/shared/config/config.js",status="429",le="+Inf"} 13 http_request_duration_seconds_sum{method="GET",path="/shared/config/config.js",status="429"} 0.0012041270000000001 http_request_duration_seconds_count{method="GET",path="/shared/config/config.js",status="429"} 13 http_request_duration_seconds_bucket{method="GET",path="/sharing.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/sharing.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/sharing.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/sharing.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/sharing.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/sharing.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/sharing.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/sharing.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/sharing.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/sharing.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/sharing.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/sharing.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/sharing.zip",status="429"} 5.1253e-05 http_request_duration_seconds_count{method="GET",path="/sharing.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/shell1.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/shell1.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/shell1.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/shell1.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/shell1.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/shell1.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/shell1.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/shell1.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/shell1.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/shell1.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/shell1.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/shell1.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/shell1.php",status="404"} 0.000142435 http_request_duration_seconds_count{method="GET",path="/shell1.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/shell20211028.php",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/shell20211028.php",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/shell20211028.php",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/shell20211028.php",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/shell20211028.php",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/shell20211028.php",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/shell20211028.php",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/shell20211028.php",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/shell20211028.php",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/shell20211028.php",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/shell20211028.php",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/shell20211028.php",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/shell20211028.php",status="404"} 0.00040798000000000006 http_request_duration_seconds_count{method="GET",path="/shell20211028.php",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/shellalfa.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/shellalfa.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/shellalfa.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/shellalfa.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/shellalfa.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/shellalfa.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/shellalfa.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/shellalfa.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/shellalfa.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/shellalfa.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/shellalfa.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/shellalfa.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/shellalfa.php",status="404"} 0.00038853 http_request_duration_seconds_count{method="GET",path="/shellalfa.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/shelp.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/shelp.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/shelp.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/shelp.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/shelp.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/shelp.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/shelp.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/shelp.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/shelp.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/shelp.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/shelp.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/shelp.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/shelp.php",status="404"} 0.000149821 http_request_duration_seconds_count{method="GET",path="/shelp.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/shoha.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/shoha.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/shoha.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/shoha.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/shoha.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/shoha.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/shoha.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/shoha.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/shoha.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/shoha.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/shoha.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/shoha.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/shoha.php",status="404"} 0.000529797 http_request_duration_seconds_count{method="GET",path="/shoha.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/shop.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/shop.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/shop.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/shop.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/shop.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/shop.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/shop.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/shop.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/shop.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/shop.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/shop.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/shop.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/shop.php",status="404"} 0.000157355 http_request_duration_seconds_count{method="GET",path="/shop.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/shop.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/shop.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/shop.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/shop.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/shop.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/shop.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/shop.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/shop.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/shop.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/shop.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/shop.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/shop.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/shop.zip",status="429"} 2.971e-05 http_request_duration_seconds_count{method="GET",path="/shop.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/shop/.env",status="429",le="0.005"} 6 http_request_duration_seconds_bucket{method="GET",path="/shop/.env",status="429",le="0.01"} 6 http_request_duration_seconds_bucket{method="GET",path="/shop/.env",status="429",le="0.025"} 6 http_request_duration_seconds_bucket{method="GET",path="/shop/.env",status="429",le="0.05"} 6 http_request_duration_seconds_bucket{method="GET",path="/shop/.env",status="429",le="0.1"} 6 http_request_duration_seconds_bucket{method="GET",path="/shop/.env",status="429",le="0.25"} 6 http_request_duration_seconds_bucket{method="GET",path="/shop/.env",status="429",le="0.5"} 6 http_request_duration_seconds_bucket{method="GET",path="/shop/.env",status="429",le="1"} 6 http_request_duration_seconds_bucket{method="GET",path="/shop/.env",status="429",le="2.5"} 6 http_request_duration_seconds_bucket{method="GET",path="/shop/.env",status="429",le="5"} 6 http_request_duration_seconds_bucket{method="GET",path="/shop/.env",status="429",le="10"} 6 http_request_duration_seconds_bucket{method="GET",path="/shop/.env",status="429",le="+Inf"} 6 http_request_duration_seconds_sum{method="GET",path="/shop/.env",status="429"} 0.000595374 http_request_duration_seconds_count{method="GET",path="/shop/.env",status="429"} 6 http_request_duration_seconds_bucket{method="GET",path="/shop/.git/config",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/shop/.git/config",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/shop/.git/config",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/shop/.git/config",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/shop/.git/config",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/shop/.git/config",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/shop/.git/config",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/shop/.git/config",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/shop/.git/config",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/shop/.git/config",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/shop/.git/config",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/shop/.git/config",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/shop/.git/config",status="429"} 0.000125871 http_request_duration_seconds_count{method="GET",path="/shop/.git/config",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/shop/[category]/*",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/shop/[category]/*",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/shop/[category]/*",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/shop/[category]/*",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/shop/[category]/*",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/shop/[category]/*",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/shop/[category]/*",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/shop/[category]/*",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/shop/[category]/*",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/shop/[category]/*",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/shop/[category]/*",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/shop/[category]/*",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/shop/[category]/*",status="429"} 0.000224168 http_request_duration_seconds_count{method="GET",path="/shop/[category]/*",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/shopify.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/shopify.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/shopify.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/shopify.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/shopify.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/shopify.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/shopify.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/shopify.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/shopify.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/shopify.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/shopify.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/shopify.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/shopify.zip",status="429"} 4.3878e-05 http_request_duration_seconds_count{method="GET",path="/shopify.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/shopify/.env",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/shopify/.env",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/shopify/.env",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/shopify/.env",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/shopify/.env",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/shopify/.env",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/shopify/.env",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/shopify/.env",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/shopify/.env",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/shopify/.env",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/shopify/.env",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/shopify/.env",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/shopify/.env",status="404"} 0.000153394 http_request_duration_seconds_count{method="GET",path="/shopify/.env",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/shopify/.env",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/shopify/.env",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/shopify/.env",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/shopify/.env",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/shopify/.env",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/shopify/.env",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/shopify/.env",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/shopify/.env",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/shopify/.env",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/shopify/.env",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/shopify/.env",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/shopify/.env",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/shopify/.env",status="429"} 8.3767e-05 http_request_duration_seconds_count{method="GET",path="/shopify/.env",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/sid3.php",status="404",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/sid3.php",status="404",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/sid3.php",status="404",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/sid3.php",status="404",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/sid3.php",status="404",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/sid3.php",status="404",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/sid3.php",status="404",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/sid3.php",status="404",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/sid3.php",status="404",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/sid3.php",status="404",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/sid3.php",status="404",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/sid3.php",status="404",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/sid3.php",status="404"} 0.00059225 http_request_duration_seconds_count{method="GET",path="/sid3.php",status="404"} 4 http_request_duration_seconds_bucket{method="GET",path="/signup",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/signup",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/signup",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/signup",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/signup",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/signup",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/signup",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/signup",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/signup",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/signup",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/signup",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/signup",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/signup",status="429"} 0.00024255400000000002 http_request_duration_seconds_count{method="GET",path="/signup",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/simple.php",status="404",le="0.005"} 5 http_request_duration_seconds_bucket{method="GET",path="/simple.php",status="404",le="0.01"} 5 http_request_duration_seconds_bucket{method="GET",path="/simple.php",status="404",le="0.025"} 5 http_request_duration_seconds_bucket{method="GET",path="/simple.php",status="404",le="0.05"} 5 http_request_duration_seconds_bucket{method="GET",path="/simple.php",status="404",le="0.1"} 5 http_request_duration_seconds_bucket{method="GET",path="/simple.php",status="404",le="0.25"} 5 http_request_duration_seconds_bucket{method="GET",path="/simple.php",status="404",le="0.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/simple.php",status="404",le="1"} 5 http_request_duration_seconds_bucket{method="GET",path="/simple.php",status="404",le="2.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/simple.php",status="404",le="5"} 5 http_request_duration_seconds_bucket{method="GET",path="/simple.php",status="404",le="10"} 5 http_request_duration_seconds_bucket{method="GET",path="/simple.php",status="404",le="+Inf"} 5 http_request_duration_seconds_sum{method="GET",path="/simple.php",status="404"} 0.000694599 http_request_duration_seconds_count{method="GET",path="/simple.php",status="404"} 5 http_request_duration_seconds_bucket{method="GET",path="/simple.php",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/simple.php",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/simple.php",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/simple.php",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/simple.php",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/simple.php",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/simple.php",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/simple.php",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/simple.php",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/simple.php",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/simple.php",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/simple.php",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/simple.php",status="429"} 0.000263706 http_request_duration_seconds_count{method="GET",path="/simple.php",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/site-info.php",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/site-info.php",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/site-info.php",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/site-info.php",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/site-info.php",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/site-info.php",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/site-info.php",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/site-info.php",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/site-info.php",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/site-info.php",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/site-info.php",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/site-info.php",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/site-info.php",status="429"} 0.00010887400000000002 http_request_duration_seconds_count{method="GET",path="/site-info.php",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/site.7z",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/site.7z",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/site.7z",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/site.7z",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/site.7z",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/site.7z",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/site.7z",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/site.7z",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/site.7z",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/site.7z",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/site.7z",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/site.7z",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/site.7z",status="404"} 0.000136047 http_request_duration_seconds_count{method="GET",path="/site.7z",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/site.bz2",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/site.bz2",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/site.bz2",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/site.bz2",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/site.bz2",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/site.bz2",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/site.bz2",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/site.bz2",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/site.bz2",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/site.bz2",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/site.bz2",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/site.bz2",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/site.bz2",status="404"} 0.000137431 http_request_duration_seconds_count{method="GET",path="/site.bz2",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/site.gz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/site.gz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/site.gz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/site.gz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/site.gz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/site.gz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/site.gz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/site.gz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/site.gz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/site.gz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/site.gz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/site.gz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/site.gz",status="404"} 0.000150801 http_request_duration_seconds_count{method="GET",path="/site.gz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/site.rar",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/site.rar",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/site.rar",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/site.rar",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/site.rar",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/site.rar",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/site.rar",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/site.rar",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/site.rar",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/site.rar",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/site.rar",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/site.rar",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/site.rar",status="404"} 0.000149096 http_request_duration_seconds_count{method="GET",path="/site.rar",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/site.sql",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/site.sql",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/site.sql",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/site.sql",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/site.sql",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/site.sql",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/site.sql",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/site.sql",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/site.sql",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/site.sql",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/site.sql",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/site.sql",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/site.sql",status="404"} 0.00014719 http_request_duration_seconds_count{method="GET",path="/site.sql",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/site.sql.bz2",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/site.sql.bz2",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/site.sql.bz2",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/site.sql.bz2",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/site.sql.bz2",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/site.sql.bz2",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/site.sql.bz2",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/site.sql.bz2",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/site.sql.bz2",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/site.sql.bz2",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/site.sql.bz2",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/site.sql.bz2",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/site.sql.bz2",status="404"} 0.000117816 http_request_duration_seconds_count{method="GET",path="/site.sql.bz2",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/site.sql.gz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/site.sql.gz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/site.sql.gz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/site.sql.gz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/site.sql.gz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/site.sql.gz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/site.sql.gz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/site.sql.gz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/site.sql.gz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/site.sql.gz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/site.sql.gz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/site.sql.gz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/site.sql.gz",status="404"} 0.000143813 http_request_duration_seconds_count{method="GET",path="/site.sql.gz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/site.tar",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/site.tar",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/site.tar",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/site.tar",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/site.tar",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/site.tar",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/site.tar",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/site.tar",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/site.tar",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/site.tar",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/site.tar",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/site.tar",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/site.tar",status="404"} 0.000136251 http_request_duration_seconds_count{method="GET",path="/site.tar",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/site.tar.bz2",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/site.tar.bz2",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/site.tar.bz2",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/site.tar.bz2",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/site.tar.bz2",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/site.tar.bz2",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/site.tar.bz2",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/site.tar.bz2",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/site.tar.bz2",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/site.tar.bz2",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/site.tar.bz2",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/site.tar.bz2",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/site.tar.bz2",status="404"} 0.000120853 http_request_duration_seconds_count{method="GET",path="/site.tar.bz2",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/site.tar.gz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/site.tar.gz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/site.tar.gz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/site.tar.gz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/site.tar.gz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/site.tar.gz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/site.tar.gz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/site.tar.gz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/site.tar.gz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/site.tar.gz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/site.tar.gz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/site.tar.gz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/site.tar.gz",status="404"} 0.000127669 http_request_duration_seconds_count{method="GET",path="/site.tar.gz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/site.tar.xz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/site.tar.xz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/site.tar.xz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/site.tar.xz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/site.tar.xz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/site.tar.xz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/site.tar.xz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/site.tar.xz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/site.tar.xz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/site.tar.xz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/site.tar.xz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/site.tar.xz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/site.tar.xz",status="404"} 0.000141262 http_request_duration_seconds_count{method="GET",path="/site.tar.xz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/site.tgz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/site.tgz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/site.tgz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/site.tgz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/site.tgz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/site.tgz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/site.tgz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/site.tgz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/site.tgz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/site.tgz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/site.tgz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/site.tgz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/site.tgz",status="404"} 0.000130889 http_request_duration_seconds_count{method="GET",path="/site.tgz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/site.zip",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/site.zip",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/site.zip",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/site.zip",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/site.zip",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/site.zip",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/site.zip",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/site.zip",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/site.zip",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/site.zip",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/site.zip",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/site.zip",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/site.zip",status="404"} 0.000132335 http_request_duration_seconds_count{method="GET",path="/site.zip",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/site.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/site.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/site.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/site.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/site.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/site.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/site.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/site.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/site.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/site.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/site.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/site.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/site.zip",status="429"} 4.2552e-05 http_request_duration_seconds_count{method="GET",path="/site.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/site.zst",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/site.zst",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/site.zst",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/site.zst",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/site.zst",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/site.zst",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/site.zst",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/site.zst",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/site.zst",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/site.zst",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/site.zst",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/site.zst",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/site.zst",status="404"} 0.000146886 http_request_duration_seconds_count{method="GET",path="/site.zst",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/site/.env",status="404",le="0.005"} 8 http_request_duration_seconds_bucket{method="GET",path="/site/.env",status="404",le="0.01"} 8 http_request_duration_seconds_bucket{method="GET",path="/site/.env",status="404",le="0.025"} 8 http_request_duration_seconds_bucket{method="GET",path="/site/.env",status="404",le="0.05"} 8 http_request_duration_seconds_bucket{method="GET",path="/site/.env",status="404",le="0.1"} 8 http_request_duration_seconds_bucket{method="GET",path="/site/.env",status="404",le="0.25"} 8 http_request_duration_seconds_bucket{method="GET",path="/site/.env",status="404",le="0.5"} 8 http_request_duration_seconds_bucket{method="GET",path="/site/.env",status="404",le="1"} 8 http_request_duration_seconds_bucket{method="GET",path="/site/.env",status="404",le="2.5"} 8 http_request_duration_seconds_bucket{method="GET",path="/site/.env",status="404",le="5"} 8 http_request_duration_seconds_bucket{method="GET",path="/site/.env",status="404",le="10"} 8 http_request_duration_seconds_bucket{method="GET",path="/site/.env",status="404",le="+Inf"} 8 http_request_duration_seconds_sum{method="GET",path="/site/.env",status="404"} 0.00110495 http_request_duration_seconds_count{method="GET",path="/site/.env",status="404"} 8 http_request_duration_seconds_bucket{method="GET",path="/site/.env",status="429",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/site/.env",status="429",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/site/.env",status="429",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/site/.env",status="429",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/site/.env",status="429",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/site/.env",status="429",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/site/.env",status="429",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/site/.env",status="429",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/site/.env",status="429",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/site/.env",status="429",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/site/.env",status="429",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/site/.env",status="429",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/site/.env",status="429"} 0.000216932 http_request_duration_seconds_count{method="GET",path="/site/.env",status="429"} 3 http_request_duration_seconds_bucket{method="GET",path="/site/.git/config",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/site/.git/config",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/site/.git/config",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/site/.git/config",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/site/.git/config",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/site/.git/config",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/site/.git/config",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/site/.git/config",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/site/.git/config",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/site/.git/config",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/site/.git/config",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/site/.git/config",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/site/.git/config",status="429"} 9.2532e-05 http_request_duration_seconds_count{method="GET",path="/site/.git/config",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/site/phpinfo.php",status="429",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/site/phpinfo.php",status="429",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/site/phpinfo.php",status="429",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/site/phpinfo.php",status="429",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/site/phpinfo.php",status="429",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/site/phpinfo.php",status="429",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/site/phpinfo.php",status="429",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/site/phpinfo.php",status="429",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/site/phpinfo.php",status="429",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/site/phpinfo.php",status="429",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/site/phpinfo.php",status="429",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/site/phpinfo.php",status="429",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/site/phpinfo.php",status="429"} 0.000211011 http_request_duration_seconds_count{method="GET",path="/site/phpinfo.php",status="429"} 3 http_request_duration_seconds_bucket{method="GET",path="/site_backup.7z",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/site_backup.7z",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/site_backup.7z",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/site_backup.7z",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/site_backup.7z",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/site_backup.7z",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/site_backup.7z",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/site_backup.7z",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/site_backup.7z",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/site_backup.7z",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/site_backup.7z",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/site_backup.7z",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/site_backup.7z",status="404"} 0.000125775 http_request_duration_seconds_count{method="GET",path="/site_backup.7z",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/site_backup.bz2",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/site_backup.bz2",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/site_backup.bz2",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/site_backup.bz2",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/site_backup.bz2",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/site_backup.bz2",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/site_backup.bz2",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/site_backup.bz2",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/site_backup.bz2",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/site_backup.bz2",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/site_backup.bz2",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/site_backup.bz2",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/site_backup.bz2",status="404"} 0.000128994 http_request_duration_seconds_count{method="GET",path="/site_backup.bz2",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/site_backup.gz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/site_backup.gz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/site_backup.gz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/site_backup.gz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/site_backup.gz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/site_backup.gz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/site_backup.gz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/site_backup.gz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/site_backup.gz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/site_backup.gz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/site_backup.gz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/site_backup.gz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/site_backup.gz",status="404"} 0.00013729 http_request_duration_seconds_count{method="GET",path="/site_backup.gz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/site_backup.rar",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/site_backup.rar",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/site_backup.rar",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/site_backup.rar",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/site_backup.rar",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/site_backup.rar",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/site_backup.rar",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/site_backup.rar",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/site_backup.rar",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/site_backup.rar",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/site_backup.rar",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/site_backup.rar",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/site_backup.rar",status="404"} 0.000135625 http_request_duration_seconds_count{method="GET",path="/site_backup.rar",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/site_backup.sql",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/site_backup.sql",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/site_backup.sql",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/site_backup.sql",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/site_backup.sql",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/site_backup.sql",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/site_backup.sql",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/site_backup.sql",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/site_backup.sql",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/site_backup.sql",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/site_backup.sql",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/site_backup.sql",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/site_backup.sql",status="404"} 0.000129607 http_request_duration_seconds_count{method="GET",path="/site_backup.sql",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/site_backup.sql.bz2",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/site_backup.sql.bz2",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/site_backup.sql.bz2",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/site_backup.sql.bz2",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/site_backup.sql.bz2",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/site_backup.sql.bz2",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/site_backup.sql.bz2",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/site_backup.sql.bz2",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/site_backup.sql.bz2",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/site_backup.sql.bz2",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/site_backup.sql.bz2",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/site_backup.sql.bz2",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/site_backup.sql.bz2",status="404"} 0.000129549 http_request_duration_seconds_count{method="GET",path="/site_backup.sql.bz2",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/site_backup.sql.gz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/site_backup.sql.gz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/site_backup.sql.gz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/site_backup.sql.gz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/site_backup.sql.gz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/site_backup.sql.gz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/site_backup.sql.gz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/site_backup.sql.gz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/site_backup.sql.gz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/site_backup.sql.gz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/site_backup.sql.gz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/site_backup.sql.gz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/site_backup.sql.gz",status="404"} 0.000123871 http_request_duration_seconds_count{method="GET",path="/site_backup.sql.gz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/site_backup.tar",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/site_backup.tar",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/site_backup.tar",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/site_backup.tar",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/site_backup.tar",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/site_backup.tar",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/site_backup.tar",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/site_backup.tar",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/site_backup.tar",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/site_backup.tar",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/site_backup.tar",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/site_backup.tar",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/site_backup.tar",status="404"} 0.000139283 http_request_duration_seconds_count{method="GET",path="/site_backup.tar",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/site_backup.tar.bz2",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/site_backup.tar.bz2",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/site_backup.tar.bz2",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/site_backup.tar.bz2",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/site_backup.tar.bz2",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/site_backup.tar.bz2",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/site_backup.tar.bz2",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/site_backup.tar.bz2",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/site_backup.tar.bz2",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/site_backup.tar.bz2",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/site_backup.tar.bz2",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/site_backup.tar.bz2",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/site_backup.tar.bz2",status="404"} 0.000135072 http_request_duration_seconds_count{method="GET",path="/site_backup.tar.bz2",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/site_backup.tar.gz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/site_backup.tar.gz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/site_backup.tar.gz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/site_backup.tar.gz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/site_backup.tar.gz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/site_backup.tar.gz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/site_backup.tar.gz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/site_backup.tar.gz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/site_backup.tar.gz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/site_backup.tar.gz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/site_backup.tar.gz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/site_backup.tar.gz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/site_backup.tar.gz",status="404"} 0.000131441 http_request_duration_seconds_count{method="GET",path="/site_backup.tar.gz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/site_backup.tar.xz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/site_backup.tar.xz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/site_backup.tar.xz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/site_backup.tar.xz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/site_backup.tar.xz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/site_backup.tar.xz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/site_backup.tar.xz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/site_backup.tar.xz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/site_backup.tar.xz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/site_backup.tar.xz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/site_backup.tar.xz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/site_backup.tar.xz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/site_backup.tar.xz",status="404"} 0.000145001 http_request_duration_seconds_count{method="GET",path="/site_backup.tar.xz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/site_backup.tgz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/site_backup.tgz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/site_backup.tgz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/site_backup.tgz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/site_backup.tgz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/site_backup.tgz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/site_backup.tgz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/site_backup.tgz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/site_backup.tgz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/site_backup.tgz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/site_backup.tgz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/site_backup.tgz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/site_backup.tgz",status="404"} 0.000136431 http_request_duration_seconds_count{method="GET",path="/site_backup.tgz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/site_backup.zip",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/site_backup.zip",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/site_backup.zip",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/site_backup.zip",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/site_backup.zip",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/site_backup.zip",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/site_backup.zip",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/site_backup.zip",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/site_backup.zip",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/site_backup.zip",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/site_backup.zip",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/site_backup.zip",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/site_backup.zip",status="404"} 0.000127569 http_request_duration_seconds_count{method="GET",path="/site_backup.zip",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/site_backup.zst",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/site_backup.zst",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/site_backup.zst",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/site_backup.zst",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/site_backup.zst",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/site_backup.zst",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/site_backup.zst",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/site_backup.zst",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/site_backup.zst",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/site_backup.zst",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/site_backup.zst",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/site_backup.zst",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/site_backup.zst",status="404"} 0.000124678 http_request_duration_seconds_count{method="GET",path="/site_backup.zst",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/siteground.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/siteground.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/siteground.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/siteground.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/siteground.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/siteground.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/siteground.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/siteground.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/siteground.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/siteground.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/siteground.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/siteground.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/siteground.zip",status="429"} 5.1992e-05 http_request_duration_seconds_count{method="GET",path="/siteground.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/sitemap.xml",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/sitemap.xml",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/sitemap.xml",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/sitemap.xml",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/sitemap.xml",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/sitemap.xml",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/sitemap.xml",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/sitemap.xml",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/sitemap.xml",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/sitemap.xml",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/sitemap.xml",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/sitemap.xml",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/sitemap.xml",status="404"} 0.0007195750000000001 http_request_duration_seconds_count{method="GET",path="/sitemap.xml",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/sitemaps/.env",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/sitemaps/.env",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/sitemaps/.env",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/sitemaps/.env",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/sitemaps/.env",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/sitemaps/.env",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/sitemaps/.env",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/sitemaps/.env",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/sitemaps/.env",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/sitemaps/.env",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/sitemaps/.env",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/sitemaps/.env",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/sitemaps/.env",status="404"} 0.000150497 http_request_duration_seconds_count{method="GET",path="/sitemaps/.env",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/sitemaps/.env",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/sitemaps/.env",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/sitemaps/.env",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/sitemaps/.env",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/sitemaps/.env",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/sitemaps/.env",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/sitemaps/.env",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/sitemaps/.env",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/sitemaps/.env",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/sitemaps/.env",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/sitemaps/.env",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/sitemaps/.env",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/sitemaps/.env",status="429"} 8.6328e-05 http_request_duration_seconds_count{method="GET",path="/sitemaps/.env",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/sites.7z",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/sites.7z",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/sites.7z",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/sites.7z",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/sites.7z",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/sites.7z",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/sites.7z",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/sites.7z",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/sites.7z",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/sites.7z",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/sites.7z",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/sites.7z",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/sites.7z",status="404"} 0.000128077 http_request_duration_seconds_count{method="GET",path="/sites.7z",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/sites.bz2",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/sites.bz2",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/sites.bz2",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/sites.bz2",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/sites.bz2",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/sites.bz2",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/sites.bz2",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/sites.bz2",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/sites.bz2",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/sites.bz2",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/sites.bz2",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/sites.bz2",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/sites.bz2",status="404"} 0.000141294 http_request_duration_seconds_count{method="GET",path="/sites.bz2",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/sites.gz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/sites.gz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/sites.gz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/sites.gz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/sites.gz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/sites.gz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/sites.gz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/sites.gz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/sites.gz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/sites.gz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/sites.gz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/sites.gz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/sites.gz",status="404"} 0.000168275 http_request_duration_seconds_count{method="GET",path="/sites.gz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/sites.rar",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/sites.rar",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/sites.rar",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/sites.rar",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/sites.rar",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/sites.rar",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/sites.rar",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/sites.rar",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/sites.rar",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/sites.rar",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/sites.rar",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/sites.rar",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/sites.rar",status="404"} 0.000129494 http_request_duration_seconds_count{method="GET",path="/sites.rar",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/sites.sql",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/sites.sql",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/sites.sql",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/sites.sql",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/sites.sql",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/sites.sql",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/sites.sql",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/sites.sql",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/sites.sql",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/sites.sql",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/sites.sql",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/sites.sql",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/sites.sql",status="404"} 0.000137708 http_request_duration_seconds_count{method="GET",path="/sites.sql",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/sites.sql.bz2",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/sites.sql.bz2",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/sites.sql.bz2",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/sites.sql.bz2",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/sites.sql.bz2",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/sites.sql.bz2",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/sites.sql.bz2",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/sites.sql.bz2",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/sites.sql.bz2",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/sites.sql.bz2",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/sites.sql.bz2",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/sites.sql.bz2",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/sites.sql.bz2",status="404"} 0.000178125 http_request_duration_seconds_count{method="GET",path="/sites.sql.bz2",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/sites.sql.gz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/sites.sql.gz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/sites.sql.gz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/sites.sql.gz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/sites.sql.gz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/sites.sql.gz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/sites.sql.gz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/sites.sql.gz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/sites.sql.gz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/sites.sql.gz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/sites.sql.gz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/sites.sql.gz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/sites.sql.gz",status="404"} 0.000125656 http_request_duration_seconds_count{method="GET",path="/sites.sql.gz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/sites.tar",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/sites.tar",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/sites.tar",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/sites.tar",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/sites.tar",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/sites.tar",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/sites.tar",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/sites.tar",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/sites.tar",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/sites.tar",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/sites.tar",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/sites.tar",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/sites.tar",status="404"} 0.000133831 http_request_duration_seconds_count{method="GET",path="/sites.tar",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/sites.tar.bz2",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/sites.tar.bz2",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/sites.tar.bz2",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/sites.tar.bz2",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/sites.tar.bz2",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/sites.tar.bz2",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/sites.tar.bz2",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/sites.tar.bz2",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/sites.tar.bz2",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/sites.tar.bz2",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/sites.tar.bz2",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/sites.tar.bz2",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/sites.tar.bz2",status="404"} 0.000138222 http_request_duration_seconds_count{method="GET",path="/sites.tar.bz2",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/sites.tar.gz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/sites.tar.gz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/sites.tar.gz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/sites.tar.gz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/sites.tar.gz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/sites.tar.gz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/sites.tar.gz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/sites.tar.gz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/sites.tar.gz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/sites.tar.gz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/sites.tar.gz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/sites.tar.gz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/sites.tar.gz",status="404"} 0.000131879 http_request_duration_seconds_count{method="GET",path="/sites.tar.gz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/sites.tar.xz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/sites.tar.xz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/sites.tar.xz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/sites.tar.xz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/sites.tar.xz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/sites.tar.xz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/sites.tar.xz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/sites.tar.xz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/sites.tar.xz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/sites.tar.xz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/sites.tar.xz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/sites.tar.xz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/sites.tar.xz",status="404"} 0.000150059 http_request_duration_seconds_count{method="GET",path="/sites.tar.xz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/sites.tgz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/sites.tgz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/sites.tgz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/sites.tgz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/sites.tgz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/sites.tgz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/sites.tgz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/sites.tgz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/sites.tgz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/sites.tgz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/sites.tgz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/sites.tgz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/sites.tgz",status="404"} 0.000150858 http_request_duration_seconds_count{method="GET",path="/sites.tgz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/sites.zip",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/sites.zip",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/sites.zip",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/sites.zip",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/sites.zip",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/sites.zip",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/sites.zip",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/sites.zip",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/sites.zip",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/sites.zip",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/sites.zip",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/sites.zip",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/sites.zip",status="404"} 0.000148304 http_request_duration_seconds_count{method="GET",path="/sites.zip",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/sites.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/sites.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/sites.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/sites.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/sites.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/sites.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/sites.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/sites.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/sites.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/sites.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/sites.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/sites.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/sites.zip",status="429"} 7.829399999999999e-05 http_request_duration_seconds_count{method="GET",path="/sites.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/sites.zst",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/sites.zst",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/sites.zst",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/sites.zst",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/sites.zst",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/sites.zst",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/sites.zst",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/sites.zst",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/sites.zst",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/sites.zst",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/sites.zst",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/sites.zst",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/sites.zst",status="404"} 0.000159535 http_request_duration_seconds_count{method="GET",path="/sites.zst",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/size.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/size.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/size.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/size.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/size.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/size.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/size.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/size.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/size.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/size.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/size.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/size.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/size.php",status="404"} 0.00014328 http_request_duration_seconds_count{method="GET",path="/size.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/sketch.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/sketch.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/sketch.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/sketch.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/sketch.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/sketch.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/sketch.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/sketch.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/sketch.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/sketch.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/sketch.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/sketch.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/sketch.zip",status="429"} 3.6103e-05 http_request_duration_seconds_count{method="GET",path="/sketch.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/sky.php",status="404",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/sky.php",status="404",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/sky.php",status="404",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/sky.php",status="404",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/sky.php",status="404",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/sky.php",status="404",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/sky.php",status="404",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/sky.php",status="404",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/sky.php",status="404",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/sky.php",status="404",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/sky.php",status="404",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/sky.php",status="404",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/sky.php",status="404"} 0.000584805 http_request_duration_seconds_count{method="GET",path="/sky.php",status="404"} 4 http_request_duration_seconds_bucket{method="GET",path="/slack.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/slack.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/slack.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/slack.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/slack.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/slack.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/slack.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/slack.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/slack.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/slack.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/slack.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/slack.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/slack.zip",status="429"} 4.0818e-05 http_request_duration_seconds_count{method="GET",path="/slack.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/sms.py",status="404",le="0.005"} 7 http_request_duration_seconds_bucket{method="GET",path="/sms.py",status="404",le="0.01"} 7 http_request_duration_seconds_bucket{method="GET",path="/sms.py",status="404",le="0.025"} 7 http_request_duration_seconds_bucket{method="GET",path="/sms.py",status="404",le="0.05"} 7 http_request_duration_seconds_bucket{method="GET",path="/sms.py",status="404",le="0.1"} 7 http_request_duration_seconds_bucket{method="GET",path="/sms.py",status="404",le="0.25"} 7 http_request_duration_seconds_bucket{method="GET",path="/sms.py",status="404",le="0.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/sms.py",status="404",le="1"} 7 http_request_duration_seconds_bucket{method="GET",path="/sms.py",status="404",le="2.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/sms.py",status="404",le="5"} 7 http_request_duration_seconds_bucket{method="GET",path="/sms.py",status="404",le="10"} 7 http_request_duration_seconds_bucket{method="GET",path="/sms.py",status="404",le="+Inf"} 7 http_request_duration_seconds_sum{method="GET",path="/sms.py",status="404"} 0.000997569 http_request_duration_seconds_count{method="GET",path="/sms.py",status="404"} 7 http_request_duration_seconds_bucket{method="GET",path="/smtp.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/smtp.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/smtp.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/smtp.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/smtp.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/smtp.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/smtp.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/smtp.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/smtp.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/smtp.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/smtp.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/smtp.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/smtp.zip",status="429"} 3.2833e-05 http_request_duration_seconds_count{method="GET",path="/smtp.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/smtp/.env",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/smtp/.env",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/smtp/.env",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/smtp/.env",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/smtp/.env",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/smtp/.env",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/smtp/.env",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/smtp/.env",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/smtp/.env",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/smtp/.env",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/smtp/.env",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/smtp/.env",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/smtp/.env",status="404"} 0.000146301 http_request_duration_seconds_count{method="GET",path="/smtp/.env",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/smtp/.env",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/smtp/.env",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/smtp/.env",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/smtp/.env",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/smtp/.env",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/smtp/.env",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/smtp/.env",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/smtp/.env",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/smtp/.env",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/smtp/.env",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/smtp/.env",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/smtp/.env",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/smtp/.env",status="429"} 0.000104001 http_request_duration_seconds_count{method="GET",path="/smtp/.env",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/smtp/phpinfo.php",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/smtp/phpinfo.php",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/smtp/phpinfo.php",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/smtp/phpinfo.php",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/smtp/phpinfo.php",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/smtp/phpinfo.php",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/smtp/phpinfo.php",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/smtp/phpinfo.php",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/smtp/phpinfo.php",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/smtp/phpinfo.php",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/smtp/phpinfo.php",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/smtp/phpinfo.php",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/smtp/phpinfo.php",status="429"} 0.000194464 http_request_duration_seconds_count{method="GET",path="/smtp/phpinfo.php",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/snapchat.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/snapchat.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/snapchat.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/snapchat.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/snapchat.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/snapchat.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/snapchat.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/snapchat.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/snapchat.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/snapchat.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/snapchat.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/snapchat.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/snapchat.zip",status="429"} 2.8062e-05 http_request_duration_seconds_count{method="GET",path="/snapchat.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/snapshot.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/snapshot.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/snapshot.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/snapshot.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/snapshot.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/snapshot.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/snapshot.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/snapshot.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/snapshot.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/snapshot.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/snapshot.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/snapshot.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/snapshot.zip",status="429"} 2.6971e-05 http_request_duration_seconds_count{method="GET",path="/snapshot.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/soap.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/soap.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/soap.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/soap.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/soap.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/soap.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/soap.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/soap.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/soap.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/soap.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/soap.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/soap.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/soap.zip",status="429"} 2.8565e-05 http_request_duration_seconds_count{method="GET",path="/soap.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/social.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/social.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/social.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/social.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/social.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/social.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/social.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/social.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/social.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/social.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/social.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/social.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/social.zip",status="429"} 2.913e-05 http_request_duration_seconds_count{method="GET",path="/social.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/software/*.cgi",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/software/*.cgi",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/software/*.cgi",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/software/*.cgi",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/software/*.cgi",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/software/*.cgi",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/software/*.cgi",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/software/*.cgi",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/software/*.cgi",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/software/*.cgi",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/software/*.cgi",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/software/*.cgi",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/software/*.cgi",status="429"} 0.0002613 http_request_duration_seconds_count{method="GET",path="/software/*.cgi",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/software/install-updates.cgi",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/software/install-updates.cgi",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/software/install-updates.cgi",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/software/install-updates.cgi",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/software/install-updates.cgi",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/software/install-updates.cgi",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/software/install-updates.cgi",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/software/install-updates.cgi",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/software/install-updates.cgi",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/software/install-updates.cgi",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/software/install-updates.cgi",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/software/install-updates.cgi",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/software/install-updates.cgi",status="429"} 0.000204015 http_request_duration_seconds_count{method="GET",path="/software/install-updates.cgi",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/software/update.cgi",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/software/update.cgi",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/software/update.cgi",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/software/update.cgi",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/software/update.cgi",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/software/update.cgi",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/software/update.cgi",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/software/update.cgi",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/software/update.cgi",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/software/update.cgi",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/software/update.cgi",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/software/update.cgi",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/software/update.cgi",status="429"} 0.000201718 http_request_duration_seconds_count{method="GET",path="/software/update.cgi",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/son.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/son.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/son.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/son.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/son.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/son.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/son.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/son.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/son.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/son.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/son.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/son.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/son.php",status="404"} 0.000126479 http_request_duration_seconds_count{method="GET",path="/son.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/son.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/son.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/son.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/son.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/son.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/son.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/son.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/son.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/son.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/son.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/son.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/son.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/son.php",status="429"} 0.000139949 http_request_duration_seconds_count{method="GET",path="/son.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/son1.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/son1.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/son1.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/son1.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/son1.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/son1.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/son1.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/son1.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/son1.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/son1.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/son1.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/son1.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/son1.php",status="404"} 0.000160731 http_request_duration_seconds_count{method="GET",path="/son1.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/son1.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/son1.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/son1.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/son1.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/son1.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/son1.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/son1.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/son1.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/son1.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/son1.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/son1.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/son1.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/son1.php",status="429"} 0.000127871 http_request_duration_seconds_count{method="GET",path="/son1.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/sounds.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/sounds.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/sounds.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/sounds.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/sounds.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/sounds.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/sounds.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/sounds.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/sounds.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/sounds.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/sounds.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/sounds.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/sounds.zip",status="429"} 2.8604e-05 http_request_duration_seconds_count{method="GET",path="/sounds.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/source.7z",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/source.7z",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/source.7z",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/source.7z",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/source.7z",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/source.7z",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/source.7z",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/source.7z",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/source.7z",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/source.7z",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/source.7z",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/source.7z",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/source.7z",status="404"} 0.000127914 http_request_duration_seconds_count{method="GET",path="/source.7z",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/source.bz2",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/source.bz2",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/source.bz2",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/source.bz2",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/source.bz2",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/source.bz2",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/source.bz2",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/source.bz2",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/source.bz2",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/source.bz2",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/source.bz2",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/source.bz2",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/source.bz2",status="404"} 0.000141388 http_request_duration_seconds_count{method="GET",path="/source.bz2",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/source.gz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/source.gz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/source.gz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/source.gz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/source.gz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/source.gz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/source.gz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/source.gz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/source.gz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/source.gz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/source.gz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/source.gz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/source.gz",status="404"} 0.000219254 http_request_duration_seconds_count{method="GET",path="/source.gz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/source.rar",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/source.rar",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/source.rar",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/source.rar",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/source.rar",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/source.rar",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/source.rar",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/source.rar",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/source.rar",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/source.rar",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/source.rar",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/source.rar",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/source.rar",status="404"} 0.000150643 http_request_duration_seconds_count{method="GET",path="/source.rar",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/source.sql",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/source.sql",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/source.sql",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/source.sql",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/source.sql",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/source.sql",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/source.sql",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/source.sql",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/source.sql",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/source.sql",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/source.sql",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/source.sql",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/source.sql",status="404"} 0.0001262 http_request_duration_seconds_count{method="GET",path="/source.sql",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/source.sql.bz2",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/source.sql.bz2",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/source.sql.bz2",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/source.sql.bz2",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/source.sql.bz2",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/source.sql.bz2",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/source.sql.bz2",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/source.sql.bz2",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/source.sql.bz2",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/source.sql.bz2",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/source.sql.bz2",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/source.sql.bz2",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/source.sql.bz2",status="404"} 0.000139455 http_request_duration_seconds_count{method="GET",path="/source.sql.bz2",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/source.sql.gz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/source.sql.gz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/source.sql.gz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/source.sql.gz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/source.sql.gz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/source.sql.gz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/source.sql.gz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/source.sql.gz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/source.sql.gz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/source.sql.gz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/source.sql.gz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/source.sql.gz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/source.sql.gz",status="404"} 0.000155215 http_request_duration_seconds_count{method="GET",path="/source.sql.gz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/source.tar",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/source.tar",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/source.tar",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/source.tar",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/source.tar",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/source.tar",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/source.tar",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/source.tar",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/source.tar",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/source.tar",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/source.tar",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/source.tar",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/source.tar",status="404"} 0.000138476 http_request_duration_seconds_count{method="GET",path="/source.tar",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/source.tar.bz2",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/source.tar.bz2",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/source.tar.bz2",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/source.tar.bz2",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/source.tar.bz2",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/source.tar.bz2",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/source.tar.bz2",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/source.tar.bz2",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/source.tar.bz2",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/source.tar.bz2",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/source.tar.bz2",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/source.tar.bz2",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/source.tar.bz2",status="404"} 0.000156943 http_request_duration_seconds_count{method="GET",path="/source.tar.bz2",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/source.tar.gz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/source.tar.gz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/source.tar.gz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/source.tar.gz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/source.tar.gz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/source.tar.gz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/source.tar.gz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/source.tar.gz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/source.tar.gz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/source.tar.gz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/source.tar.gz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/source.tar.gz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/source.tar.gz",status="404"} 0.000177322 http_request_duration_seconds_count{method="GET",path="/source.tar.gz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/source.tar.xz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/source.tar.xz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/source.tar.xz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/source.tar.xz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/source.tar.xz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/source.tar.xz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/source.tar.xz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/source.tar.xz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/source.tar.xz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/source.tar.xz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/source.tar.xz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/source.tar.xz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/source.tar.xz",status="404"} 0.000124886 http_request_duration_seconds_count{method="GET",path="/source.tar.xz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/source.tgz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/source.tgz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/source.tgz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/source.tgz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/source.tgz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/source.tgz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/source.tgz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/source.tgz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/source.tgz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/source.tgz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/source.tgz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/source.tgz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/source.tgz",status="404"} 0.000147967 http_request_duration_seconds_count{method="GET",path="/source.tgz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/source.zip",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/source.zip",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/source.zip",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/source.zip",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/source.zip",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/source.zip",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/source.zip",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/source.zip",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/source.zip",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/source.zip",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/source.zip",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/source.zip",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/source.zip",status="404"} 0.000148231 http_request_duration_seconds_count{method="GET",path="/source.zip",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/source.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/source.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/source.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/source.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/source.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/source.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/source.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/source.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/source.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/source.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/source.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/source.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/source.zip",status="429"} 2.4407e-05 http_request_duration_seconds_count{method="GET",path="/source.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/source.zst",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/source.zst",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/source.zst",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/source.zst",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/source.zst",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/source.zst",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/source.zst",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/source.zst",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/source.zst",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/source.zst",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/source.zst",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/source.zst",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/source.zst",status="404"} 0.000131747 http_request_duration_seconds_count{method="GET",path="/source.zst",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/source/.env",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/source/.env",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/source/.env",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/source/.env",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/source/.env",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/source/.env",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/source/.env",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/source/.env",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/source/.env",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/source/.env",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/source/.env",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/source/.env",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/source/.env",status="429"} 0.000121406 http_request_duration_seconds_count{method="GET",path="/source/.env",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/sources.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/sources.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/sources.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/sources.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/sources.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/sources.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/sources.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/sources.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/sources.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/sources.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/sources.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/sources.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/sources.zip",status="429"} 3.2986e-05 http_request_duration_seconds_count{method="GET",path="/sources.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/sources/.env",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/sources/.env",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/sources/.env",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/sources/.env",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/sources/.env",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/sources/.env",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/sources/.env",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/sources/.env",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/sources/.env",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/sources/.env",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/sources/.env",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/sources/.env",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/sources/.env",status="404"} 0.000458972 http_request_duration_seconds_count{method="GET",path="/sources/.env",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/sources/.env",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/sources/.env",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/sources/.env",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/sources/.env",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/sources/.env",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/sources/.env",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/sources/.env",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/sources/.env",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/sources/.env",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/sources/.env",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/sources/.env",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/sources/.env",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/sources/.env",status="429"} 4.9303e-05 http_request_duration_seconds_count{method="GET",path="/sources/.env",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/sparkpost/.env",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/sparkpost/.env",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/sparkpost/.env",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/sparkpost/.env",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/sparkpost/.env",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/sparkpost/.env",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/sparkpost/.env",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/sparkpost/.env",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/sparkpost/.env",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/sparkpost/.env",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/sparkpost/.env",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/sparkpost/.env",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/sparkpost/.env",status="404"} 0.000139582 http_request_duration_seconds_count{method="GET",path="/sparkpost/.env",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/sparkpost/.env",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/sparkpost/.env",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/sparkpost/.env",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/sparkpost/.env",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/sparkpost/.env",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/sparkpost/.env",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/sparkpost/.env",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/sparkpost/.env",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/sparkpost/.env",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/sparkpost/.env",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/sparkpost/.env",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/sparkpost/.env",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/sparkpost/.env",status="429"} 0.000166073 http_request_duration_seconds_count{method="GET",path="/sparkpost/.env",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/spawns.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/spawns.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/spawns.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/spawns.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/spawns.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/spawns.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/spawns.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/spawns.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/spawns.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/spawns.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/spawns.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/spawns.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/spawns.php",status="404"} 0.000140307 http_request_duration_seconds_count{method="GET",path="/spawns.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/spawns.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/spawns.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/spawns.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/spawns.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/spawns.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/spawns.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/spawns.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/spawns.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/spawns.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/spawns.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/spawns.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/spawns.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/spawns.php",status="429"} 0.00013908 http_request_duration_seconds_count{method="GET",path="/spawns.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/special.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/special.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/special.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/special.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/special.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/special.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/special.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/special.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/special.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/special.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/special.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/special.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/special.zip",status="429"} 3.3165e-05 http_request_duration_seconds_count{method="GET",path="/special.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/splunk.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/splunk.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/splunk.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/splunk.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/splunk.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/splunk.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/splunk.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/splunk.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/splunk.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/splunk.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/splunk.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/splunk.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/splunk.zip",status="429"} 4.4941e-05 http_request_duration_seconds_count{method="GET",path="/splunk.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/sprites.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/sprites.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/sprites.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/sprites.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/sprites.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/sprites.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/sprites.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/sprites.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/sprites.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/sprites.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/sprites.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/sprites.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/sprites.zip",status="429"} 3.8981e-05 http_request_duration_seconds_count{method="GET",path="/sprites.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/sql.zip",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/sql.zip",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/sql.zip",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/sql.zip",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/sql.zip",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/sql.zip",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/sql.zip",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/sql.zip",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/sql.zip",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/sql.zip",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/sql.zip",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/sql.zip",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/sql.zip",status="404"} 3.1905e-05 http_request_duration_seconds_count{method="GET",path="/sql.zip",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/sql.zip",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/sql.zip",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/sql.zip",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/sql.zip",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/sql.zip",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/sql.zip",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/sql.zip",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/sql.zip",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/sql.zip",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/sql.zip",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/sql.zip",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/sql.zip",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/sql.zip",status="429"} 3.9804e-05 http_request_duration_seconds_count{method="GET",path="/sql.zip",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/sql/.env",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/sql/.env",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/sql/.env",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/sql/.env",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/sql/.env",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/sql/.env",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/sql/.env",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/sql/.env",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/sql/.env",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/sql/.env",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/sql/.env",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/sql/.env",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/sql/.env",status="429"} 0.000137081 http_request_duration_seconds_count{method="GET",path="/sql/.env",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/sqlite.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/sqlite.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/sqlite.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/sqlite.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/sqlite.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/sqlite.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/sqlite.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/sqlite.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/sqlite.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/sqlite.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/sqlite.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/sqlite.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/sqlite.zip",status="429"} 2.7684999999999997e-05 http_request_duration_seconds_count{method="GET",path="/sqlite.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/sqllite.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/sqllite.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/sqllite.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/sqllite.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/sqllite.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/sqllite.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/sqllite.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/sqllite.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/sqllite.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/sqllite.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/sqllite.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/sqllite.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/sqllite.zip",status="429"} 2.9022e-05 http_request_duration_seconds_count{method="GET",path="/sqllite.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/sqlserver.zip",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/sqlserver.zip",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/sqlserver.zip",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/sqlserver.zip",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/sqlserver.zip",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/sqlserver.zip",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/sqlserver.zip",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/sqlserver.zip",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/sqlserver.zip",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/sqlserver.zip",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/sqlserver.zip",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/sqlserver.zip",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/sqlserver.zip",status="404"} 1.3734e-05 http_request_duration_seconds_count{method="GET",path="/sqlserver.zip",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/sqlserver.zip",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/sqlserver.zip",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/sqlserver.zip",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/sqlserver.zip",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/sqlserver.zip",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/sqlserver.zip",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/sqlserver.zip",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/sqlserver.zip",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/sqlserver.zip",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/sqlserver.zip",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/sqlserver.zip",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/sqlserver.zip",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/sqlserver.zip",status="429"} 2.5307e-05 http_request_duration_seconds_count{method="GET",path="/sqlserver.zip",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/src.7z",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/src.7z",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/src.7z",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/src.7z",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/src.7z",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/src.7z",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/src.7z",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/src.7z",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/src.7z",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/src.7z",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/src.7z",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/src.7z",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/src.7z",status="404"} 0.000131783 http_request_duration_seconds_count{method="GET",path="/src.7z",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/src.bz2",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/src.bz2",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/src.bz2",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/src.bz2",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/src.bz2",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/src.bz2",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/src.bz2",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/src.bz2",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/src.bz2",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/src.bz2",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/src.bz2",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/src.bz2",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/src.bz2",status="404"} 0.000151912 http_request_duration_seconds_count{method="GET",path="/src.bz2",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/src.gz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/src.gz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/src.gz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/src.gz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/src.gz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/src.gz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/src.gz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/src.gz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/src.gz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/src.gz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/src.gz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/src.gz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/src.gz",status="404"} 0.000127251 http_request_duration_seconds_count{method="GET",path="/src.gz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/src.rar",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/src.rar",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/src.rar",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/src.rar",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/src.rar",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/src.rar",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/src.rar",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/src.rar",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/src.rar",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/src.rar",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/src.rar",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/src.rar",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/src.rar",status="404"} 0.000162089 http_request_duration_seconds_count{method="GET",path="/src.rar",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/src.sql",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/src.sql",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/src.sql",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/src.sql",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/src.sql",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/src.sql",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/src.sql",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/src.sql",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/src.sql",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/src.sql",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/src.sql",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/src.sql",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/src.sql",status="404"} 0.000129757 http_request_duration_seconds_count{method="GET",path="/src.sql",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/src.sql.bz2",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/src.sql.bz2",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/src.sql.bz2",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/src.sql.bz2",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/src.sql.bz2",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/src.sql.bz2",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/src.sql.bz2",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/src.sql.bz2",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/src.sql.bz2",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/src.sql.bz2",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/src.sql.bz2",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/src.sql.bz2",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/src.sql.bz2",status="404"} 0.000375647 http_request_duration_seconds_count{method="GET",path="/src.sql.bz2",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/src.sql.gz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/src.sql.gz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/src.sql.gz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/src.sql.gz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/src.sql.gz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/src.sql.gz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/src.sql.gz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/src.sql.gz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/src.sql.gz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/src.sql.gz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/src.sql.gz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/src.sql.gz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/src.sql.gz",status="404"} 0.000166309 http_request_duration_seconds_count{method="GET",path="/src.sql.gz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/src.tar",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/src.tar",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/src.tar",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/src.tar",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/src.tar",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/src.tar",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/src.tar",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/src.tar",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/src.tar",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/src.tar",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/src.tar",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/src.tar",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/src.tar",status="404"} 0.000150068 http_request_duration_seconds_count{method="GET",path="/src.tar",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/src.tar.bz2",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/src.tar.bz2",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/src.tar.bz2",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/src.tar.bz2",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/src.tar.bz2",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/src.tar.bz2",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/src.tar.bz2",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/src.tar.bz2",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/src.tar.bz2",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/src.tar.bz2",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/src.tar.bz2",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/src.tar.bz2",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/src.tar.bz2",status="404"} 0.000144344 http_request_duration_seconds_count{method="GET",path="/src.tar.bz2",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/src.tar.gz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/src.tar.gz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/src.tar.gz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/src.tar.gz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/src.tar.gz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/src.tar.gz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/src.tar.gz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/src.tar.gz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/src.tar.gz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/src.tar.gz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/src.tar.gz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/src.tar.gz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/src.tar.gz",status="404"} 0.000135339 http_request_duration_seconds_count{method="GET",path="/src.tar.gz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/src.tar.xz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/src.tar.xz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/src.tar.xz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/src.tar.xz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/src.tar.xz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/src.tar.xz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/src.tar.xz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/src.tar.xz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/src.tar.xz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/src.tar.xz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/src.tar.xz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/src.tar.xz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/src.tar.xz",status="404"} 0.000149644 http_request_duration_seconds_count{method="GET",path="/src.tar.xz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/src.tgz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/src.tgz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/src.tgz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/src.tgz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/src.tgz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/src.tgz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/src.tgz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/src.tgz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/src.tgz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/src.tgz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/src.tgz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/src.tgz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/src.tgz",status="404"} 0.000126456 http_request_duration_seconds_count{method="GET",path="/src.tgz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/src.zip",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/src.zip",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/src.zip",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/src.zip",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/src.zip",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/src.zip",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/src.zip",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/src.zip",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/src.zip",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/src.zip",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/src.zip",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/src.zip",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/src.zip",status="404"} 0.000140238 http_request_duration_seconds_count{method="GET",path="/src.zip",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/src.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/src.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/src.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/src.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/src.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/src.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/src.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/src.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/src.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/src.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/src.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/src.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/src.zip",status="429"} 4.3035e-05 http_request_duration_seconds_count{method="GET",path="/src.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/src.zst",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/src.zst",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/src.zst",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/src.zst",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/src.zst",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/src.zst",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/src.zst",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/src.zst",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/src.zst",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/src.zst",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/src.zst",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/src.zst",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/src.zst",status="404"} 0.000170854 http_request_duration_seconds_count{method="GET",path="/src.zst",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/src/.env",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/src/.env",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/src/.env",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/src/.env",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/src/.env",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/src/.env",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/src/.env",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/src/.env",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/src/.env",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/src/.env",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/src/.env",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/src/.env",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/src/.env",status="404"} 0.00034027199999999997 http_request_duration_seconds_count{method="GET",path="/src/.env",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/src/.env",status="429",le="0.005"} 8 http_request_duration_seconds_bucket{method="GET",path="/src/.env",status="429",le="0.01"} 8 http_request_duration_seconds_bucket{method="GET",path="/src/.env",status="429",le="0.025"} 8 http_request_duration_seconds_bucket{method="GET",path="/src/.env",status="429",le="0.05"} 8 http_request_duration_seconds_bucket{method="GET",path="/src/.env",status="429",le="0.1"} 8 http_request_duration_seconds_bucket{method="GET",path="/src/.env",status="429",le="0.25"} 8 http_request_duration_seconds_bucket{method="GET",path="/src/.env",status="429",le="0.5"} 8 http_request_duration_seconds_bucket{method="GET",path="/src/.env",status="429",le="1"} 8 http_request_duration_seconds_bucket{method="GET",path="/src/.env",status="429",le="2.5"} 8 http_request_duration_seconds_bucket{method="GET",path="/src/.env",status="429",le="5"} 8 http_request_duration_seconds_bucket{method="GET",path="/src/.env",status="429",le="10"} 8 http_request_duration_seconds_bucket{method="GET",path="/src/.env",status="429",le="+Inf"} 8 http_request_duration_seconds_sum{method="GET",path="/src/.env",status="429"} 0.0006718609999999999 http_request_duration_seconds_count{method="GET",path="/src/.env",status="429"} 8 http_request_duration_seconds_bucket{method="GET",path="/src/.git/config",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/src/.git/config",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/src/.git/config",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/src/.git/config",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/src/.git/config",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/src/.git/config",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/src/.git/config",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/src/.git/config",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/src/.git/config",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/src/.git/config",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/src/.git/config",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/src/.git/config",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/src/.git/config",status="429"} 0.000103095 http_request_duration_seconds_count{method="GET",path="/src/.git/config",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/src/FileUpload.js",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/src/FileUpload.js",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/src/FileUpload.js",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/src/FileUpload.js",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/src/FileUpload.js",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/src/FileUpload.js",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/src/FileUpload.js",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/src/FileUpload.js",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/src/FileUpload.js",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/src/FileUpload.js",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/src/FileUpload.js",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/src/FileUpload.js",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/src/FileUpload.js",status="429"} 0.00019006600000000002 http_request_duration_seconds_count{method="GET",path="/src/FileUpload.js",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/src/app.js",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/src/app.js",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/src/app.js",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/src/app.js",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/src/app.js",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/src/app.js",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/src/app.js",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/src/app.js",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/src/app.js",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/src/app.js",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/src/app.js",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/src/app.js",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/src/app.js",status="404"} 0.000123716 http_request_duration_seconds_count{method="GET",path="/src/app.js",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/src/app.js",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/src/app.js",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/src/app.js",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/src/app.js",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/src/app.js",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/src/app.js",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/src/app.js",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/src/app.js",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/src/app.js",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/src/app.js",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/src/app.js",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/src/app.js",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/src/app.js",status="429"} 9.9231e-05 http_request_duration_seconds_count{method="GET",path="/src/app.js",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/src/app/api/aws/route.ts",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/src/app/api/aws/route.ts",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/src/app/api/aws/route.ts",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/src/app/api/aws/route.ts",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/src/app/api/aws/route.ts",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/src/app/api/aws/route.ts",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/src/app/api/aws/route.ts",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/src/app/api/aws/route.ts",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/src/app/api/aws/route.ts",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/src/app/api/aws/route.ts",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/src/app/api/aws/route.ts",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/src/app/api/aws/route.ts",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/src/app/api/aws/route.ts",status="404"} 0.000220026 http_request_duration_seconds_count{method="GET",path="/src/app/api/aws/route.ts",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/src/aws-exports.js",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/src/aws-exports.js",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/src/aws-exports.js",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/src/aws-exports.js",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/src/aws-exports.js",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/src/aws-exports.js",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/src/aws-exports.js",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/src/aws-exports.js",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/src/aws-exports.js",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/src/aws-exports.js",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/src/aws-exports.js",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/src/aws-exports.js",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/src/aws-exports.js",status="404"} 0.000231983 http_request_duration_seconds_count{method="GET",path="/src/aws-exports.js",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/src/aws-exports.js",status="429",le="0.005"} 17 http_request_duration_seconds_bucket{method="GET",path="/src/aws-exports.js",status="429",le="0.01"} 17 http_request_duration_seconds_bucket{method="GET",path="/src/aws-exports.js",status="429",le="0.025"} 17 http_request_duration_seconds_bucket{method="GET",path="/src/aws-exports.js",status="429",le="0.05"} 17 http_request_duration_seconds_bucket{method="GET",path="/src/aws-exports.js",status="429",le="0.1"} 17 http_request_duration_seconds_bucket{method="GET",path="/src/aws-exports.js",status="429",le="0.25"} 17 http_request_duration_seconds_bucket{method="GET",path="/src/aws-exports.js",status="429",le="0.5"} 17 http_request_duration_seconds_bucket{method="GET",path="/src/aws-exports.js",status="429",le="1"} 17 http_request_duration_seconds_bucket{method="GET",path="/src/aws-exports.js",status="429",le="2.5"} 17 http_request_duration_seconds_bucket{method="GET",path="/src/aws-exports.js",status="429",le="5"} 17 http_request_duration_seconds_bucket{method="GET",path="/src/aws-exports.js",status="429",le="10"} 17 http_request_duration_seconds_bucket{method="GET",path="/src/aws-exports.js",status="429",le="+Inf"} 17 http_request_duration_seconds_sum{method="GET",path="/src/aws-exports.js",status="429"} 0.001182595 http_request_duration_seconds_count{method="GET",path="/src/aws-exports.js",status="429"} 17 http_request_duration_seconds_bucket{method="GET",path="/src/aws-exports.ts",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/src/aws-exports.ts",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/src/aws-exports.ts",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/src/aws-exports.ts",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/src/aws-exports.ts",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/src/aws-exports.ts",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/src/aws-exports.ts",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/src/aws-exports.ts",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/src/aws-exports.ts",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/src/aws-exports.ts",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/src/aws-exports.ts",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/src/aws-exports.ts",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/src/aws-exports.ts",status="404"} 0.000154282 http_request_duration_seconds_count{method="GET",path="/src/aws-exports.ts",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/src/aws/auth.ts",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/src/aws/auth.ts",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/src/aws/auth.ts",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/src/aws/auth.ts",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/src/aws/auth.ts",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/src/aws/auth.ts",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/src/aws/auth.ts",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/src/aws/auth.ts",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/src/aws/auth.ts",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/src/aws/auth.ts",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/src/aws/auth.ts",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/src/aws/auth.ts",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/src/aws/auth.ts",status="404"} 0.000152272 http_request_duration_seconds_count{method="GET",path="/src/aws/auth.ts",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/src/config.js",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/src/config.js",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/src/config.js",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/src/config.js",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/src/config.js",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/src/config.js",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/src/config.js",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/src/config.js",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/src/config.js",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/src/config.js",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/src/config.js",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/src/config.js",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/src/config.js",status="404"} 0.000177778 http_request_duration_seconds_count{method="GET",path="/src/config.js",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/src/config.js",status="429",le="0.005"} 18 http_request_duration_seconds_bucket{method="GET",path="/src/config.js",status="429",le="0.01"} 18 http_request_duration_seconds_bucket{method="GET",path="/src/config.js",status="429",le="0.025"} 18 http_request_duration_seconds_bucket{method="GET",path="/src/config.js",status="429",le="0.05"} 18 http_request_duration_seconds_bucket{method="GET",path="/src/config.js",status="429",le="0.1"} 18 http_request_duration_seconds_bucket{method="GET",path="/src/config.js",status="429",le="0.25"} 18 http_request_duration_seconds_bucket{method="GET",path="/src/config.js",status="429",le="0.5"} 18 http_request_duration_seconds_bucket{method="GET",path="/src/config.js",status="429",le="1"} 18 http_request_duration_seconds_bucket{method="GET",path="/src/config.js",status="429",le="2.5"} 18 http_request_duration_seconds_bucket{method="GET",path="/src/config.js",status="429",le="5"} 18 http_request_duration_seconds_bucket{method="GET",path="/src/config.js",status="429",le="10"} 18 http_request_duration_seconds_bucket{method="GET",path="/src/config.js",status="429",le="+Inf"} 18 http_request_duration_seconds_sum{method="GET",path="/src/config.js",status="429"} 0.0014488699999999997 http_request_duration_seconds_count{method="GET",path="/src/config.js",status="429"} 18 http_request_duration_seconds_bucket{method="GET",path="/src/config/common.js",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/src/config/common.js",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/src/config/common.js",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/src/config/common.js",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/src/config/common.js",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/src/config/common.js",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/src/config/common.js",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/src/config/common.js",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/src/config/common.js",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/src/config/common.js",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/src/config/common.js",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/src/config/common.js",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/src/config/common.js",status="429"} 0.000193556 http_request_duration_seconds_count{method="GET",path="/src/config/common.js",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/src/config/config.json",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/src/config/config.json",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/src/config/config.json",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/src/config/config.json",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/src/config/config.json",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/src/config/config.json",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/src/config/config.json",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/src/config/config.json",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/src/config/config.json",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/src/config/config.json",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/src/config/config.json",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/src/config/config.json",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/src/config/config.json",status="429"} 0.000200525 http_request_duration_seconds_count{method="GET",path="/src/config/config.json",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/src/config/constants.js",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/src/config/constants.js",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/src/config/constants.js",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/src/config/constants.js",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/src/config/constants.js",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/src/config/constants.js",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/src/config/constants.js",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/src/config/constants.js",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/src/config/constants.js",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/src/config/constants.js",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/src/config/constants.js",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/src/config/constants.js",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/src/config/constants.js",status="429"} 0.000216821 http_request_duration_seconds_count{method="GET",path="/src/config/constants.js",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/src/config/environment.json",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/src/config/environment.json",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/src/config/environment.json",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/src/config/environment.json",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/src/config/environment.json",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/src/config/environment.json",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/src/config/environment.json",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/src/config/environment.json",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/src/config/environment.json",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/src/config/environment.json",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/src/config/environment.json",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/src/config/environment.json",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/src/config/environment.json",status="429"} 0.000241316 http_request_duration_seconds_count{method="GET",path="/src/config/environment.json",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/src/config/stripe.js",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/src/config/stripe.js",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/src/config/stripe.js",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/src/config/stripe.js",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/src/config/stripe.js",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/src/config/stripe.js",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/src/config/stripe.js",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/src/config/stripe.js",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/src/config/stripe.js",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/src/config/stripe.js",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/src/config/stripe.js",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/src/config/stripe.js",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/src/config/stripe.js",status="429"} 0.000216234 http_request_duration_seconds_count{method="GET",path="/src/config/stripe.js",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/src/config/stripe.ts",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/src/config/stripe.ts",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/src/config/stripe.ts",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/src/config/stripe.ts",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/src/config/stripe.ts",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/src/config/stripe.ts",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/src/config/stripe.ts",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/src/config/stripe.ts",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/src/config/stripe.ts",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/src/config/stripe.ts",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/src/config/stripe.ts",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/src/config/stripe.ts",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/src/config/stripe.ts",status="429"} 0.000288427 http_request_duration_seconds_count{method="GET",path="/src/config/stripe.ts",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/src/constant.js",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/src/constant.js",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/src/constant.js",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/src/constant.js",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/src/constant.js",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/src/constant.js",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/src/constant.js",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/src/constant.js",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/src/constant.js",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/src/constant.js",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/src/constant.js",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/src/constant.js",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/src/constant.js",status="429"} 0.00019301099999999999 http_request_duration_seconds_count{method="GET",path="/src/constant.js",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/src/constants.js",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/src/constants.js",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/src/constants.js",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/src/constants.js",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/src/constants.js",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/src/constants.js",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/src/constants.js",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/src/constants.js",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/src/constants.js",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/src/constants.js",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/src/constants.js",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/src/constants.js",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/src/constants.js",status="429"} 0.000224176 http_request_duration_seconds_count{method="GET",path="/src/constants.js",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/src/env.js",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/src/env.js",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/src/env.js",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/src/env.js",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/src/env.js",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/src/env.js",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/src/env.js",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/src/env.js",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/src/env.js",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/src/env.js",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/src/env.js",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/src/env.js",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/src/env.js",status="404"} 0.000113971 http_request_duration_seconds_count{method="GET",path="/src/env.js",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/src/env.js",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/src/env.js",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/src/env.js",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/src/env.js",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/src/env.js",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/src/env.js",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/src/env.js",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/src/env.js",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/src/env.js",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/src/env.js",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/src/env.js",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/src/env.js",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/src/env.js",status="429"} 0.000101667 http_request_duration_seconds_count{method="GET",path="/src/env.js",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/src/lib/aws.js",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/src/lib/aws.js",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/src/lib/aws.js",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/src/lib/aws.js",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/src/lib/aws.js",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/src/lib/aws.js",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/src/lib/aws.js",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/src/lib/aws.js",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/src/lib/aws.js",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/src/lib/aws.js",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/src/lib/aws.js",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/src/lib/aws.js",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/src/lib/aws.js",status="404"} 0.000198931 http_request_duration_seconds_count{method="GET",path="/src/lib/aws.js",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/src/lib/aws.js",status="429",le="0.005"} 18 http_request_duration_seconds_bucket{method="GET",path="/src/lib/aws.js",status="429",le="0.01"} 18 http_request_duration_seconds_bucket{method="GET",path="/src/lib/aws.js",status="429",le="0.025"} 18 http_request_duration_seconds_bucket{method="GET",path="/src/lib/aws.js",status="429",le="0.05"} 18 http_request_duration_seconds_bucket{method="GET",path="/src/lib/aws.js",status="429",le="0.1"} 18 http_request_duration_seconds_bucket{method="GET",path="/src/lib/aws.js",status="429",le="0.25"} 18 http_request_duration_seconds_bucket{method="GET",path="/src/lib/aws.js",status="429",le="0.5"} 18 http_request_duration_seconds_bucket{method="GET",path="/src/lib/aws.js",status="429",le="1"} 18 http_request_duration_seconds_bucket{method="GET",path="/src/lib/aws.js",status="429",le="2.5"} 18 http_request_duration_seconds_bucket{method="GET",path="/src/lib/aws.js",status="429",le="5"} 18 http_request_duration_seconds_bucket{method="GET",path="/src/lib/aws.js",status="429",le="10"} 18 http_request_duration_seconds_bucket{method="GET",path="/src/lib/aws.js",status="429",le="+Inf"} 18 http_request_duration_seconds_sum{method="GET",path="/src/lib/aws.js",status="429"} 0.001231397 http_request_duration_seconds_count{method="GET",path="/src/lib/aws.js",status="429"} 18 http_request_duration_seconds_bucket{method="GET",path="/src/pages/api/aws.ts",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/src/pages/api/aws.ts",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/src/pages/api/aws.ts",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/src/pages/api/aws.ts",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/src/pages/api/aws.ts",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/src/pages/api/aws.ts",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/src/pages/api/aws.ts",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/src/pages/api/aws.ts",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/src/pages/api/aws.ts",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/src/pages/api/aws.ts",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/src/pages/api/aws.ts",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/src/pages/api/aws.ts",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/src/pages/api/aws.ts",status="404"} 0.000143879 http_request_duration_seconds_count{method="GET",path="/src/pages/api/aws.ts",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/srv.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/srv.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/srv.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/srv.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/srv.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/srv.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/srv.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/srv.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/srv.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/srv.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/srv.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/srv.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/srv.zip",status="429"} 5.242799999999999e-05 http_request_duration_seconds_count{method="GET",path="/srv.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/srv/.env",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/srv/.env",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/srv/.env",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/srv/.env",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/srv/.env",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/srv/.env",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/srv/.env",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/srv/.env",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/srv/.env",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/srv/.env",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/srv/.env",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/srv/.env",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/srv/.env",status="429"} 0.000241015 http_request_duration_seconds_count{method="GET",path="/srv/.env",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/ss.php",status="404",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/ss.php",status="404",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/ss.php",status="404",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/ss.php",status="404",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/ss.php",status="404",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/ss.php",status="404",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/ss.php",status="404",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/ss.php",status="404",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/ss.php",status="404",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/ss.php",status="404",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/ss.php",status="404",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/ss.php",status="404",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/ss.php",status="404"} 0.000566214 http_request_duration_seconds_count{method="GET",path="/ss.php",status="404"} 4 http_request_duration_seconds_bucket{method="GET",path="/ssl.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/ssl.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/ssl.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/ssl.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/ssl.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/ssl.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/ssl.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/ssl.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/ssl.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/ssl.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/ssl.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/ssl.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/ssl.zip",status="429"} 5.0472999999999996e-05 http_request_duration_seconds_count{method="GET",path="/ssl.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/ssl/private.key",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/ssl/private.key",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/ssl/private.key",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/ssl/private.key",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/ssl/private.key",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/ssl/private.key",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/ssl/private.key",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/ssl/private.key",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/ssl/private.key",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/ssl/private.key",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/ssl/private.key",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/ssl/private.key",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/ssl/private.key",status="404"} 0.000124521 http_request_duration_seconds_count{method="GET",path="/ssl/private.key",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/stable.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/stable.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/stable.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/stable.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/stable.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/stable.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/stable.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/stable.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/stable.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/stable.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/stable.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/stable.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/stable.zip",status="429"} 2.4937999999999997e-05 http_request_duration_seconds_count{method="GET",path="/stable.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/stage.7z",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/stage.7z",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/stage.7z",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/stage.7z",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/stage.7z",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/stage.7z",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/stage.7z",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/stage.7z",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/stage.7z",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/stage.7z",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/stage.7z",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/stage.7z",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/stage.7z",status="404"} 0.000125129 http_request_duration_seconds_count{method="GET",path="/stage.7z",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/stage.bz2",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/stage.bz2",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/stage.bz2",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/stage.bz2",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/stage.bz2",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/stage.bz2",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/stage.bz2",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/stage.bz2",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/stage.bz2",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/stage.bz2",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/stage.bz2",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/stage.bz2",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/stage.bz2",status="404"} 0.000288037 http_request_duration_seconds_count{method="GET",path="/stage.bz2",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/stage.gz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/stage.gz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/stage.gz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/stage.gz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/stage.gz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/stage.gz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/stage.gz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/stage.gz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/stage.gz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/stage.gz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/stage.gz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/stage.gz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/stage.gz",status="404"} 0.000129662 http_request_duration_seconds_count{method="GET",path="/stage.gz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/stage.rar",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/stage.rar",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/stage.rar",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/stage.rar",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/stage.rar",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/stage.rar",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/stage.rar",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/stage.rar",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/stage.rar",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/stage.rar",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/stage.rar",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/stage.rar",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/stage.rar",status="404"} 0.000139352 http_request_duration_seconds_count{method="GET",path="/stage.rar",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/stage.sql",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/stage.sql",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/stage.sql",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/stage.sql",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/stage.sql",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/stage.sql",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/stage.sql",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/stage.sql",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/stage.sql",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/stage.sql",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/stage.sql",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/stage.sql",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/stage.sql",status="404"} 0.000147106 http_request_duration_seconds_count{method="GET",path="/stage.sql",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/stage.sql.bz2",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/stage.sql.bz2",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/stage.sql.bz2",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/stage.sql.bz2",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/stage.sql.bz2",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/stage.sql.bz2",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/stage.sql.bz2",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/stage.sql.bz2",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/stage.sql.bz2",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/stage.sql.bz2",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/stage.sql.bz2",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/stage.sql.bz2",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/stage.sql.bz2",status="404"} 0.000135712 http_request_duration_seconds_count{method="GET",path="/stage.sql.bz2",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/stage.sql.gz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/stage.sql.gz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/stage.sql.gz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/stage.sql.gz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/stage.sql.gz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/stage.sql.gz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/stage.sql.gz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/stage.sql.gz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/stage.sql.gz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/stage.sql.gz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/stage.sql.gz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/stage.sql.gz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/stage.sql.gz",status="404"} 0.000179009 http_request_duration_seconds_count{method="GET",path="/stage.sql.gz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/stage.tar",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/stage.tar",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/stage.tar",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/stage.tar",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/stage.tar",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/stage.tar",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/stage.tar",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/stage.tar",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/stage.tar",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/stage.tar",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/stage.tar",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/stage.tar",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/stage.tar",status="404"} 0.000127245 http_request_duration_seconds_count{method="GET",path="/stage.tar",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/stage.tar.bz2",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/stage.tar.bz2",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/stage.tar.bz2",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/stage.tar.bz2",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/stage.tar.bz2",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/stage.tar.bz2",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/stage.tar.bz2",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/stage.tar.bz2",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/stage.tar.bz2",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/stage.tar.bz2",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/stage.tar.bz2",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/stage.tar.bz2",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/stage.tar.bz2",status="404"} 0.00013144 http_request_duration_seconds_count{method="GET",path="/stage.tar.bz2",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/stage.tar.gz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/stage.tar.gz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/stage.tar.gz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/stage.tar.gz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/stage.tar.gz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/stage.tar.gz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/stage.tar.gz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/stage.tar.gz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/stage.tar.gz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/stage.tar.gz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/stage.tar.gz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/stage.tar.gz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/stage.tar.gz",status="404"} 0.000155483 http_request_duration_seconds_count{method="GET",path="/stage.tar.gz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/stage.tar.xz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/stage.tar.xz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/stage.tar.xz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/stage.tar.xz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/stage.tar.xz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/stage.tar.xz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/stage.tar.xz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/stage.tar.xz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/stage.tar.xz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/stage.tar.xz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/stage.tar.xz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/stage.tar.xz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/stage.tar.xz",status="404"} 0.000127577 http_request_duration_seconds_count{method="GET",path="/stage.tar.xz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/stage.tgz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/stage.tgz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/stage.tgz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/stage.tgz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/stage.tgz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/stage.tgz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/stage.tgz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/stage.tgz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/stage.tgz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/stage.tgz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/stage.tgz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/stage.tgz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/stage.tgz",status="404"} 0.000124338 http_request_duration_seconds_count{method="GET",path="/stage.tgz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/stage.zip",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/stage.zip",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/stage.zip",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/stage.zip",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/stage.zip",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/stage.zip",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/stage.zip",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/stage.zip",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/stage.zip",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/stage.zip",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/stage.zip",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/stage.zip",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/stage.zip",status="404"} 0.000148761 http_request_duration_seconds_count{method="GET",path="/stage.zip",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/stage.zst",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/stage.zst",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/stage.zst",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/stage.zst",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/stage.zst",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/stage.zst",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/stage.zst",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/stage.zst",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/stage.zst",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/stage.zst",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/stage.zst",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/stage.zst",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/stage.zst",status="404"} 0.000158053 http_request_duration_seconds_count{method="GET",path="/stage.zst",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/stage/.env",status="429",le="0.005"} 5 http_request_duration_seconds_bucket{method="GET",path="/stage/.env",status="429",le="0.01"} 5 http_request_duration_seconds_bucket{method="GET",path="/stage/.env",status="429",le="0.025"} 5 http_request_duration_seconds_bucket{method="GET",path="/stage/.env",status="429",le="0.05"} 5 http_request_duration_seconds_bucket{method="GET",path="/stage/.env",status="429",le="0.1"} 5 http_request_duration_seconds_bucket{method="GET",path="/stage/.env",status="429",le="0.25"} 5 http_request_duration_seconds_bucket{method="GET",path="/stage/.env",status="429",le="0.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/stage/.env",status="429",le="1"} 5 http_request_duration_seconds_bucket{method="GET",path="/stage/.env",status="429",le="2.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/stage/.env",status="429",le="5"} 5 http_request_duration_seconds_bucket{method="GET",path="/stage/.env",status="429",le="10"} 5 http_request_duration_seconds_bucket{method="GET",path="/stage/.env",status="429",le="+Inf"} 5 http_request_duration_seconds_sum{method="GET",path="/stage/.env",status="429"} 0.000454434 http_request_duration_seconds_count{method="GET",path="/stage/.env",status="429"} 5 http_request_duration_seconds_bucket{method="GET",path="/staging.7z",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/staging.7z",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/staging.7z",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/staging.7z",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/staging.7z",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/staging.7z",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/staging.7z",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/staging.7z",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/staging.7z",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/staging.7z",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/staging.7z",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/staging.7z",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/staging.7z",status="404"} 0.000142422 http_request_duration_seconds_count{method="GET",path="/staging.7z",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/staging.bz2",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/staging.bz2",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/staging.bz2",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/staging.bz2",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/staging.bz2",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/staging.bz2",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/staging.bz2",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/staging.bz2",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/staging.bz2",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/staging.bz2",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/staging.bz2",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/staging.bz2",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/staging.bz2",status="404"} 0.00015187 http_request_duration_seconds_count{method="GET",path="/staging.bz2",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/staging.gz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/staging.gz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/staging.gz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/staging.gz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/staging.gz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/staging.gz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/staging.gz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/staging.gz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/staging.gz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/staging.gz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/staging.gz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/staging.gz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/staging.gz",status="404"} 0.000169943 http_request_duration_seconds_count{method="GET",path="/staging.gz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/staging.rar",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/staging.rar",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/staging.rar",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/staging.rar",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/staging.rar",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/staging.rar",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/staging.rar",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/staging.rar",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/staging.rar",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/staging.rar",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/staging.rar",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/staging.rar",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/staging.rar",status="404"} 0.000140323 http_request_duration_seconds_count{method="GET",path="/staging.rar",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/staging.sql",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/staging.sql",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/staging.sql",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/staging.sql",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/staging.sql",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/staging.sql",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/staging.sql",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/staging.sql",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/staging.sql",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/staging.sql",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/staging.sql",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/staging.sql",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/staging.sql",status="404"} 0.00014005 http_request_duration_seconds_count{method="GET",path="/staging.sql",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/staging.sql.bz2",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/staging.sql.bz2",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/staging.sql.bz2",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/staging.sql.bz2",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/staging.sql.bz2",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/staging.sql.bz2",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/staging.sql.bz2",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/staging.sql.bz2",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/staging.sql.bz2",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/staging.sql.bz2",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/staging.sql.bz2",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/staging.sql.bz2",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/staging.sql.bz2",status="404"} 0.000132105 http_request_duration_seconds_count{method="GET",path="/staging.sql.bz2",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/staging.sql.gz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/staging.sql.gz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/staging.sql.gz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/staging.sql.gz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/staging.sql.gz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/staging.sql.gz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/staging.sql.gz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/staging.sql.gz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/staging.sql.gz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/staging.sql.gz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/staging.sql.gz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/staging.sql.gz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/staging.sql.gz",status="404"} 0.000124466 http_request_duration_seconds_count{method="GET",path="/staging.sql.gz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/staging.tar",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/staging.tar",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/staging.tar",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/staging.tar",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/staging.tar",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/staging.tar",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/staging.tar",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/staging.tar",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/staging.tar",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/staging.tar",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/staging.tar",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/staging.tar",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/staging.tar",status="404"} 0.000135518 http_request_duration_seconds_count{method="GET",path="/staging.tar",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/staging.tar.bz2",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/staging.tar.bz2",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/staging.tar.bz2",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/staging.tar.bz2",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/staging.tar.bz2",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/staging.tar.bz2",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/staging.tar.bz2",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/staging.tar.bz2",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/staging.tar.bz2",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/staging.tar.bz2",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/staging.tar.bz2",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/staging.tar.bz2",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/staging.tar.bz2",status="404"} 0.000132478 http_request_duration_seconds_count{method="GET",path="/staging.tar.bz2",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/staging.tar.gz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/staging.tar.gz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/staging.tar.gz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/staging.tar.gz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/staging.tar.gz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/staging.tar.gz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/staging.tar.gz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/staging.tar.gz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/staging.tar.gz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/staging.tar.gz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/staging.tar.gz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/staging.tar.gz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/staging.tar.gz",status="404"} 0.00014909 http_request_duration_seconds_count{method="GET",path="/staging.tar.gz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/staging.tar.xz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/staging.tar.xz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/staging.tar.xz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/staging.tar.xz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/staging.tar.xz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/staging.tar.xz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/staging.tar.xz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/staging.tar.xz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/staging.tar.xz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/staging.tar.xz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/staging.tar.xz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/staging.tar.xz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/staging.tar.xz",status="404"} 0.00012799 http_request_duration_seconds_count{method="GET",path="/staging.tar.xz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/staging.tgz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/staging.tgz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/staging.tgz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/staging.tgz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/staging.tgz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/staging.tgz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/staging.tgz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/staging.tgz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/staging.tgz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/staging.tgz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/staging.tgz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/staging.tgz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/staging.tgz",status="404"} 0.000182715 http_request_duration_seconds_count{method="GET",path="/staging.tgz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/staging.zip",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/staging.zip",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/staging.zip",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/staging.zip",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/staging.zip",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/staging.zip",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/staging.zip",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/staging.zip",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/staging.zip",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/staging.zip",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/staging.zip",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/staging.zip",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/staging.zip",status="404"} 0.000136832 http_request_duration_seconds_count{method="GET",path="/staging.zip",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/staging.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/staging.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/staging.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/staging.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/staging.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/staging.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/staging.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/staging.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/staging.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/staging.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/staging.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/staging.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/staging.zip",status="429"} 2.8427e-05 http_request_duration_seconds_count{method="GET",path="/staging.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/staging.zst",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/staging.zst",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/staging.zst",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/staging.zst",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/staging.zst",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/staging.zst",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/staging.zst",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/staging.zst",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/staging.zst",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/staging.zst",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/staging.zst",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/staging.zst",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/staging.zst",status="404"} 0.000127042 http_request_duration_seconds_count{method="GET",path="/staging.zst",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/staging/.env",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/staging/.env",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/staging/.env",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/staging/.env",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/staging/.env",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/staging/.env",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/staging/.env",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/staging/.env",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/staging/.env",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/staging/.env",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/staging/.env",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/staging/.env",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/staging/.env",status="404"} 0.000126184 http_request_duration_seconds_count{method="GET",path="/staging/.env",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/staging/.env",status="429",le="0.005"} 5 http_request_duration_seconds_bucket{method="GET",path="/staging/.env",status="429",le="0.01"} 5 http_request_duration_seconds_bucket{method="GET",path="/staging/.env",status="429",le="0.025"} 5 http_request_duration_seconds_bucket{method="GET",path="/staging/.env",status="429",le="0.05"} 5 http_request_duration_seconds_bucket{method="GET",path="/staging/.env",status="429",le="0.1"} 5 http_request_duration_seconds_bucket{method="GET",path="/staging/.env",status="429",le="0.25"} 5 http_request_duration_seconds_bucket{method="GET",path="/staging/.env",status="429",le="0.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/staging/.env",status="429",le="1"} 5 http_request_duration_seconds_bucket{method="GET",path="/staging/.env",status="429",le="2.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/staging/.env",status="429",le="5"} 5 http_request_duration_seconds_bucket{method="GET",path="/staging/.env",status="429",le="10"} 5 http_request_duration_seconds_bucket{method="GET",path="/staging/.env",status="429",le="+Inf"} 5 http_request_duration_seconds_sum{method="GET",path="/staging/.env",status="429"} 0.0005574509999999999 http_request_duration_seconds_count{method="GET",path="/staging/.env",status="429"} 5 http_request_duration_seconds_bucket{method="GET",path="/staging/config.js",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/staging/config.js",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/staging/config.js",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/staging/config.js",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/staging/config.js",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/staging/config.js",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/staging/config.js",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/staging/config.js",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/staging/config.js",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/staging/config.js",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/staging/config.js",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/staging/config.js",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/staging/config.js",status="429"} 0.000208315 http_request_duration_seconds_count{method="GET",path="/staging/config.js",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/staging/config/common.js",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/staging/config/common.js",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/staging/config/common.js",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/staging/config/common.js",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/staging/config/common.js",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/staging/config/common.js",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/staging/config/common.js",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/staging/config/common.js",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/staging/config/common.js",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/staging/config/common.js",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/staging/config/common.js",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/staging/config/common.js",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/staging/config/common.js",status="429"} 0.000214004 http_request_duration_seconds_count{method="GET",path="/staging/config/common.js",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/staging/config/config.js",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/staging/config/config.js",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/staging/config/config.js",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/staging/config/config.js",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/staging/config/config.js",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/staging/config/config.js",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/staging/config/config.js",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/staging/config/config.js",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/staging/config/config.js",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/staging/config/config.js",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/staging/config/config.js",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/staging/config/config.js",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/staging/config/config.js",status="429"} 0.000224482 http_request_duration_seconds_count{method="GET",path="/staging/config/config.js",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/staging/config/constants.js",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/staging/config/constants.js",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/staging/config/constants.js",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/staging/config/constants.js",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/staging/config/constants.js",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/staging/config/constants.js",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/staging/config/constants.js",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/staging/config/constants.js",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/staging/config/constants.js",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/staging/config/constants.js",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/staging/config/constants.js",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/staging/config/constants.js",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/staging/config/constants.js",status="429"} 0.000238975 http_request_duration_seconds_count{method="GET",path="/staging/config/constants.js",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/staging/phpinfo.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/staging/phpinfo.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/staging/phpinfo.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/staging/phpinfo.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/staging/phpinfo.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/staging/phpinfo.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/staging/phpinfo.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/staging/phpinfo.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/staging/phpinfo.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/staging/phpinfo.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/staging/phpinfo.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/staging/phpinfo.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/staging/phpinfo.php",status="429"} 6.4462e-05 http_request_duration_seconds_count{method="GET",path="/staging/phpinfo.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/standard.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/standard.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/standard.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/standard.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/standard.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/standard.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/standard.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/standard.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/standard.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/standard.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/standard.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/standard.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/standard.zip",status="429"} 3.1376e-05 http_request_duration_seconds_count{method="GET",path="/standard.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/static.zip",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/static.zip",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/static.zip",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/static.zip",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/static.zip",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/static.zip",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/static.zip",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/static.zip",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/static.zip",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/static.zip",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/static.zip",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/static.zip",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/static.zip",status="404"} 5.0426e-05 http_request_duration_seconds_count{method="GET",path="/static.zip",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/static.zip",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/static.zip",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/static.zip",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/static.zip",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/static.zip",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/static.zip",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/static.zip",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/static.zip",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/static.zip",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/static.zip",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/static.zip",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/static.zip",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/static.zip",status="429"} 1.342e-05 http_request_duration_seconds_count{method="GET",path="/static.zip",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/static/.git/config",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/static/.git/config",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/static/.git/config",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/static/.git/config",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/static/.git/config",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/static/.git/config",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/static/.git/config",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/static/.git/config",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/static/.git/config",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/static/.git/config",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/static/.git/config",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/static/.git/config",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/static/.git/config",status="429"} 0.000148801 http_request_duration_seconds_count{method="GET",path="/static/.git/config",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/static/aws-config.js",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/static/aws-config.js",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/static/aws-config.js",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/static/aws-config.js",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/static/aws-config.js",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/static/aws-config.js",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/static/aws-config.js",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/static/aws-config.js",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/static/aws-config.js",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/static/aws-config.js",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/static/aws-config.js",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/static/aws-config.js",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/static/aws-config.js",status="404"} 0.000329744 http_request_duration_seconds_count{method="GET",path="/static/aws-config.js",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/static/aws-config.js",status="429",le="0.005"} 15 http_request_duration_seconds_bucket{method="GET",path="/static/aws-config.js",status="429",le="0.01"} 15 http_request_duration_seconds_bucket{method="GET",path="/static/aws-config.js",status="429",le="0.025"} 15 http_request_duration_seconds_bucket{method="GET",path="/static/aws-config.js",status="429",le="0.05"} 15 http_request_duration_seconds_bucket{method="GET",path="/static/aws-config.js",status="429",le="0.1"} 15 http_request_duration_seconds_bucket{method="GET",path="/static/aws-config.js",status="429",le="0.25"} 15 http_request_duration_seconds_bucket{method="GET",path="/static/aws-config.js",status="429",le="0.5"} 15 http_request_duration_seconds_bucket{method="GET",path="/static/aws-config.js",status="429",le="1"} 15 http_request_duration_seconds_bucket{method="GET",path="/static/aws-config.js",status="429",le="2.5"} 15 http_request_duration_seconds_bucket{method="GET",path="/static/aws-config.js",status="429",le="5"} 15 http_request_duration_seconds_bucket{method="GET",path="/static/aws-config.js",status="429",le="10"} 15 http_request_duration_seconds_bucket{method="GET",path="/static/aws-config.js",status="429",le="+Inf"} 15 http_request_duration_seconds_sum{method="GET",path="/static/aws-config.js",status="429"} 0.0010100180000000001 http_request_duration_seconds_count{method="GET",path="/static/aws-config.js",status="429"} 15 http_request_duration_seconds_bucket{method="GET",path="/static/chunks/pages/aws.js",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/static/chunks/pages/aws.js",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/static/chunks/pages/aws.js",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/static/chunks/pages/aws.js",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/static/chunks/pages/aws.js",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/static/chunks/pages/aws.js",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/static/chunks/pages/aws.js",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/static/chunks/pages/aws.js",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/static/chunks/pages/aws.js",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/static/chunks/pages/aws.js",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/static/chunks/pages/aws.js",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/static/chunks/pages/aws.js",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/static/chunks/pages/aws.js",status="404"} 0.00019075 http_request_duration_seconds_count{method="GET",path="/static/chunks/pages/aws.js",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/static/chunks/pages/aws.js",status="429",le="0.005"} 18 http_request_duration_seconds_bucket{method="GET",path="/static/chunks/pages/aws.js",status="429",le="0.01"} 18 http_request_duration_seconds_bucket{method="GET",path="/static/chunks/pages/aws.js",status="429",le="0.025"} 18 http_request_duration_seconds_bucket{method="GET",path="/static/chunks/pages/aws.js",status="429",le="0.05"} 18 http_request_duration_seconds_bucket{method="GET",path="/static/chunks/pages/aws.js",status="429",le="0.1"} 18 http_request_duration_seconds_bucket{method="GET",path="/static/chunks/pages/aws.js",status="429",le="0.25"} 18 http_request_duration_seconds_bucket{method="GET",path="/static/chunks/pages/aws.js",status="429",le="0.5"} 18 http_request_duration_seconds_bucket{method="GET",path="/static/chunks/pages/aws.js",status="429",le="1"} 18 http_request_duration_seconds_bucket{method="GET",path="/static/chunks/pages/aws.js",status="429",le="2.5"} 18 http_request_duration_seconds_bucket{method="GET",path="/static/chunks/pages/aws.js",status="429",le="5"} 18 http_request_duration_seconds_bucket{method="GET",path="/static/chunks/pages/aws.js",status="429",le="10"} 18 http_request_duration_seconds_bucket{method="GET",path="/static/chunks/pages/aws.js",status="429",le="+Inf"} 18 http_request_duration_seconds_sum{method="GET",path="/static/chunks/pages/aws.js",status="429"} 0.0014690289999999997 http_request_duration_seconds_count{method="GET",path="/static/chunks/pages/aws.js",status="429"} 18 http_request_duration_seconds_bucket{method="GET",path="/static/config.js",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/static/config.js",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/static/config.js",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/static/config.js",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/static/config.js",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/static/config.js",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/static/config.js",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/static/config.js",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/static/config.js",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/static/config.js",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/static/config.js",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/static/config.js",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/static/config.js",status="404"} 0.000138162 http_request_duration_seconds_count{method="GET",path="/static/config.js",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/static/config.js",status="429",le="0.005"} 18 http_request_duration_seconds_bucket{method="GET",path="/static/config.js",status="429",le="0.01"} 18 http_request_duration_seconds_bucket{method="GET",path="/static/config.js",status="429",le="0.025"} 18 http_request_duration_seconds_bucket{method="GET",path="/static/config.js",status="429",le="0.05"} 18 http_request_duration_seconds_bucket{method="GET",path="/static/config.js",status="429",le="0.1"} 18 http_request_duration_seconds_bucket{method="GET",path="/static/config.js",status="429",le="0.25"} 18 http_request_duration_seconds_bucket{method="GET",path="/static/config.js",status="429",le="0.5"} 18 http_request_duration_seconds_bucket{method="GET",path="/static/config.js",status="429",le="1"} 18 http_request_duration_seconds_bucket{method="GET",path="/static/config.js",status="429",le="2.5"} 18 http_request_duration_seconds_bucket{method="GET",path="/static/config.js",status="429",le="5"} 18 http_request_duration_seconds_bucket{method="GET",path="/static/config.js",status="429",le="10"} 18 http_request_duration_seconds_bucket{method="GET",path="/static/config.js",status="429",le="+Inf"} 18 http_request_duration_seconds_sum{method="GET",path="/static/config.js",status="429"} 0.001378917 http_request_duration_seconds_count{method="GET",path="/static/config.js",status="429"} 18 http_request_duration_seconds_bucket{method="GET",path="/static/env.js",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/static/env.js",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/static/env.js",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/static/env.js",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/static/env.js",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/static/env.js",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/static/env.js",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/static/env.js",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/static/env.js",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/static/env.js",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/static/env.js",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/static/env.js",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/static/env.js",status="404"} 0.000270832 http_request_duration_seconds_count{method="GET",path="/static/env.js",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/static/env.js",status="429",le="0.005"} 17 http_request_duration_seconds_bucket{method="GET",path="/static/env.js",status="429",le="0.01"} 17 http_request_duration_seconds_bucket{method="GET",path="/static/env.js",status="429",le="0.025"} 17 http_request_duration_seconds_bucket{method="GET",path="/static/env.js",status="429",le="0.05"} 17 http_request_duration_seconds_bucket{method="GET",path="/static/env.js",status="429",le="0.1"} 17 http_request_duration_seconds_bucket{method="GET",path="/static/env.js",status="429",le="0.25"} 17 http_request_duration_seconds_bucket{method="GET",path="/static/env.js",status="429",le="0.5"} 17 http_request_duration_seconds_bucket{method="GET",path="/static/env.js",status="429",le="1"} 17 http_request_duration_seconds_bucket{method="GET",path="/static/env.js",status="429",le="2.5"} 17 http_request_duration_seconds_bucket{method="GET",path="/static/env.js",status="429",le="5"} 17 http_request_duration_seconds_bucket{method="GET",path="/static/env.js",status="429",le="10"} 17 http_request_duration_seconds_bucket{method="GET",path="/static/env.js",status="429",le="+Inf"} 17 http_request_duration_seconds_sum{method="GET",path="/static/env.js",status="429"} 0.0014005699999999999 http_request_duration_seconds_count{method="GET",path="/static/env.js",status="429"} 17 http_request_duration_seconds_bucket{method="GET",path="/static/js/2.ca066a4b.chunk.js",status="404",le="0.005"} 7 http_request_duration_seconds_bucket{method="GET",path="/static/js/2.ca066a4b.chunk.js",status="404",le="0.01"} 7 http_request_duration_seconds_bucket{method="GET",path="/static/js/2.ca066a4b.chunk.js",status="404",le="0.025"} 7 http_request_duration_seconds_bucket{method="GET",path="/static/js/2.ca066a4b.chunk.js",status="404",le="0.05"} 7 http_request_duration_seconds_bucket{method="GET",path="/static/js/2.ca066a4b.chunk.js",status="404",le="0.1"} 7 http_request_duration_seconds_bucket{method="GET",path="/static/js/2.ca066a4b.chunk.js",status="404",le="0.25"} 7 http_request_duration_seconds_bucket{method="GET",path="/static/js/2.ca066a4b.chunk.js",status="404",le="0.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/static/js/2.ca066a4b.chunk.js",status="404",le="1"} 7 http_request_duration_seconds_bucket{method="GET",path="/static/js/2.ca066a4b.chunk.js",status="404",le="2.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/static/js/2.ca066a4b.chunk.js",status="404",le="5"} 7 http_request_duration_seconds_bucket{method="GET",path="/static/js/2.ca066a4b.chunk.js",status="404",le="10"} 7 http_request_duration_seconds_bucket{method="GET",path="/static/js/2.ca066a4b.chunk.js",status="404",le="+Inf"} 7 http_request_duration_seconds_sum{method="GET",path="/static/js/2.ca066a4b.chunk.js",status="404"} 0.000978699 http_request_duration_seconds_count{method="GET",path="/static/js/2.ca066a4b.chunk.js",status="404"} 7 http_request_duration_seconds_bucket{method="GET",path="/static/js/2.ca066a4b.chunk.js",status="429",le="0.005"} 15 http_request_duration_seconds_bucket{method="GET",path="/static/js/2.ca066a4b.chunk.js",status="429",le="0.01"} 15 http_request_duration_seconds_bucket{method="GET",path="/static/js/2.ca066a4b.chunk.js",status="429",le="0.025"} 15 http_request_duration_seconds_bucket{method="GET",path="/static/js/2.ca066a4b.chunk.js",status="429",le="0.05"} 15 http_request_duration_seconds_bucket{method="GET",path="/static/js/2.ca066a4b.chunk.js",status="429",le="0.1"} 15 http_request_duration_seconds_bucket{method="GET",path="/static/js/2.ca066a4b.chunk.js",status="429",le="0.25"} 15 http_request_duration_seconds_bucket{method="GET",path="/static/js/2.ca066a4b.chunk.js",status="429",le="0.5"} 15 http_request_duration_seconds_bucket{method="GET",path="/static/js/2.ca066a4b.chunk.js",status="429",le="1"} 15 http_request_duration_seconds_bucket{method="GET",path="/static/js/2.ca066a4b.chunk.js",status="429",le="2.5"} 15 http_request_duration_seconds_bucket{method="GET",path="/static/js/2.ca066a4b.chunk.js",status="429",le="5"} 15 http_request_duration_seconds_bucket{method="GET",path="/static/js/2.ca066a4b.chunk.js",status="429",le="10"} 15 http_request_duration_seconds_bucket{method="GET",path="/static/js/2.ca066a4b.chunk.js",status="429",le="+Inf"} 15 http_request_duration_seconds_sum{method="GET",path="/static/js/2.ca066a4b.chunk.js",status="429"} 0.0009822340000000002 http_request_duration_seconds_count{method="GET",path="/static/js/2.ca066a4b.chunk.js",status="429"} 15 http_request_duration_seconds_bucket{method="GET",path="/static/js/main.141b0494.js",status="404",le="0.005"} 8 http_request_duration_seconds_bucket{method="GET",path="/static/js/main.141b0494.js",status="404",le="0.01"} 8 http_request_duration_seconds_bucket{method="GET",path="/static/js/main.141b0494.js",status="404",le="0.025"} 8 http_request_duration_seconds_bucket{method="GET",path="/static/js/main.141b0494.js",status="404",le="0.05"} 8 http_request_duration_seconds_bucket{method="GET",path="/static/js/main.141b0494.js",status="404",le="0.1"} 8 http_request_duration_seconds_bucket{method="GET",path="/static/js/main.141b0494.js",status="404",le="0.25"} 8 http_request_duration_seconds_bucket{method="GET",path="/static/js/main.141b0494.js",status="404",le="0.5"} 8 http_request_duration_seconds_bucket{method="GET",path="/static/js/main.141b0494.js",status="404",le="1"} 8 http_request_duration_seconds_bucket{method="GET",path="/static/js/main.141b0494.js",status="404",le="2.5"} 8 http_request_duration_seconds_bucket{method="GET",path="/static/js/main.141b0494.js",status="404",le="5"} 8 http_request_duration_seconds_bucket{method="GET",path="/static/js/main.141b0494.js",status="404",le="10"} 8 http_request_duration_seconds_bucket{method="GET",path="/static/js/main.141b0494.js",status="404",le="+Inf"} 8 http_request_duration_seconds_sum{method="GET",path="/static/js/main.141b0494.js",status="404"} 0.001103578 http_request_duration_seconds_count{method="GET",path="/static/js/main.141b0494.js",status="404"} 8 http_request_duration_seconds_bucket{method="GET",path="/static/js/main.141b0494.js",status="429",le="0.005"} 14 http_request_duration_seconds_bucket{method="GET",path="/static/js/main.141b0494.js",status="429",le="0.01"} 14 http_request_duration_seconds_bucket{method="GET",path="/static/js/main.141b0494.js",status="429",le="0.025"} 14 http_request_duration_seconds_bucket{method="GET",path="/static/js/main.141b0494.js",status="429",le="0.05"} 14 http_request_duration_seconds_bucket{method="GET",path="/static/js/main.141b0494.js",status="429",le="0.1"} 14 http_request_duration_seconds_bucket{method="GET",path="/static/js/main.141b0494.js",status="429",le="0.25"} 14 http_request_duration_seconds_bucket{method="GET",path="/static/js/main.141b0494.js",status="429",le="0.5"} 14 http_request_duration_seconds_bucket{method="GET",path="/static/js/main.141b0494.js",status="429",le="1"} 14 http_request_duration_seconds_bucket{method="GET",path="/static/js/main.141b0494.js",status="429",le="2.5"} 14 http_request_duration_seconds_bucket{method="GET",path="/static/js/main.141b0494.js",status="429",le="5"} 14 http_request_duration_seconds_bucket{method="GET",path="/static/js/main.141b0494.js",status="429",le="10"} 14 http_request_duration_seconds_bucket{method="GET",path="/static/js/main.141b0494.js",status="429",le="+Inf"} 14 http_request_duration_seconds_sum{method="GET",path="/static/js/main.141b0494.js",status="429"} 0.0011641160000000002 http_request_duration_seconds_count{method="GET",path="/static/js/main.141b0494.js",status="429"} 14 http_request_duration_seconds_bucket{method="GET",path="/static/js/main.e85f7a37.js",status="404",le="0.005"} 7 http_request_duration_seconds_bucket{method="GET",path="/static/js/main.e85f7a37.js",status="404",le="0.01"} 7 http_request_duration_seconds_bucket{method="GET",path="/static/js/main.e85f7a37.js",status="404",le="0.025"} 7 http_request_duration_seconds_bucket{method="GET",path="/static/js/main.e85f7a37.js",status="404",le="0.05"} 7 http_request_duration_seconds_bucket{method="GET",path="/static/js/main.e85f7a37.js",status="404",le="0.1"} 7 http_request_duration_seconds_bucket{method="GET",path="/static/js/main.e85f7a37.js",status="404",le="0.25"} 7 http_request_duration_seconds_bucket{method="GET",path="/static/js/main.e85f7a37.js",status="404",le="0.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/static/js/main.e85f7a37.js",status="404",le="1"} 7 http_request_duration_seconds_bucket{method="GET",path="/static/js/main.e85f7a37.js",status="404",le="2.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/static/js/main.e85f7a37.js",status="404",le="5"} 7 http_request_duration_seconds_bucket{method="GET",path="/static/js/main.e85f7a37.js",status="404",le="10"} 7 http_request_duration_seconds_bucket{method="GET",path="/static/js/main.e85f7a37.js",status="404",le="+Inf"} 7 http_request_duration_seconds_sum{method="GET",path="/static/js/main.e85f7a37.js",status="404"} 0.001149705 http_request_duration_seconds_count{method="GET",path="/static/js/main.e85f7a37.js",status="404"} 7 http_request_duration_seconds_bucket{method="GET",path="/static/js/main.e85f7a37.js",status="429",le="0.005"} 15 http_request_duration_seconds_bucket{method="GET",path="/static/js/main.e85f7a37.js",status="429",le="0.01"} 15 http_request_duration_seconds_bucket{method="GET",path="/static/js/main.e85f7a37.js",status="429",le="0.025"} 15 http_request_duration_seconds_bucket{method="GET",path="/static/js/main.e85f7a37.js",status="429",le="0.05"} 15 http_request_duration_seconds_bucket{method="GET",path="/static/js/main.e85f7a37.js",status="429",le="0.1"} 15 http_request_duration_seconds_bucket{method="GET",path="/static/js/main.e85f7a37.js",status="429",le="0.25"} 15 http_request_duration_seconds_bucket{method="GET",path="/static/js/main.e85f7a37.js",status="429",le="0.5"} 15 http_request_duration_seconds_bucket{method="GET",path="/static/js/main.e85f7a37.js",status="429",le="1"} 15 http_request_duration_seconds_bucket{method="GET",path="/static/js/main.e85f7a37.js",status="429",le="2.5"} 15 http_request_duration_seconds_bucket{method="GET",path="/static/js/main.e85f7a37.js",status="429",le="5"} 15 http_request_duration_seconds_bucket{method="GET",path="/static/js/main.e85f7a37.js",status="429",le="10"} 15 http_request_duration_seconds_bucket{method="GET",path="/static/js/main.e85f7a37.js",status="429",le="+Inf"} 15 http_request_duration_seconds_sum{method="GET",path="/static/js/main.e85f7a37.js",status="429"} 0.001030045 http_request_duration_seconds_count{method="GET",path="/static/js/main.e85f7a37.js",status="429"} 15 http_request_duration_seconds_bucket{method="GET",path="/static/manifest.json",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/static/manifest.json",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/static/manifest.json",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/static/manifest.json",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/static/manifest.json",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/static/manifest.json",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/static/manifest.json",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/static/manifest.json",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/static/manifest.json",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/static/manifest.json",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/static/manifest.json",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/static/manifest.json",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/static/manifest.json",status="404"} 0.000646999 http_request_duration_seconds_count{method="GET",path="/static/manifest.json",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/static/manifest.json",status="429",le="0.005"} 17 http_request_duration_seconds_bucket{method="GET",path="/static/manifest.json",status="429",le="0.01"} 17 http_request_duration_seconds_bucket{method="GET",path="/static/manifest.json",status="429",le="0.025"} 17 http_request_duration_seconds_bucket{method="GET",path="/static/manifest.json",status="429",le="0.05"} 17 http_request_duration_seconds_bucket{method="GET",path="/static/manifest.json",status="429",le="0.1"} 17 http_request_duration_seconds_bucket{method="GET",path="/static/manifest.json",status="429",le="0.25"} 17 http_request_duration_seconds_bucket{method="GET",path="/static/manifest.json",status="429",le="0.5"} 17 http_request_duration_seconds_bucket{method="GET",path="/static/manifest.json",status="429",le="1"} 17 http_request_duration_seconds_bucket{method="GET",path="/static/manifest.json",status="429",le="2.5"} 17 http_request_duration_seconds_bucket{method="GET",path="/static/manifest.json",status="429",le="5"} 17 http_request_duration_seconds_bucket{method="GET",path="/static/manifest.json",status="429",le="10"} 17 http_request_duration_seconds_bucket{method="GET",path="/static/manifest.json",status="429",le="+Inf"} 17 http_request_duration_seconds_sum{method="GET",path="/static/manifest.json",status="429"} 0.0012381529999999996 http_request_duration_seconds_count{method="GET",path="/static/manifest.json",status="429"} 17 http_request_duration_seconds_bucket{method="GET",path="/statistics.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/statistics.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/statistics.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/statistics.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/statistics.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/statistics.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/statistics.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/statistics.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/statistics.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/statistics.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/statistics.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/statistics.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/statistics.zip",status="429"} 5.6681e-05 http_request_duration_seconds_count{method="GET",path="/statistics.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/stats.json",status="404",le="0.005"} 5 http_request_duration_seconds_bucket{method="GET",path="/stats.json",status="404",le="0.01"} 5 http_request_duration_seconds_bucket{method="GET",path="/stats.json",status="404",le="0.025"} 5 http_request_duration_seconds_bucket{method="GET",path="/stats.json",status="404",le="0.05"} 5 http_request_duration_seconds_bucket{method="GET",path="/stats.json",status="404",le="0.1"} 5 http_request_duration_seconds_bucket{method="GET",path="/stats.json",status="404",le="0.25"} 5 http_request_duration_seconds_bucket{method="GET",path="/stats.json",status="404",le="0.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/stats.json",status="404",le="1"} 5 http_request_duration_seconds_bucket{method="GET",path="/stats.json",status="404",le="2.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/stats.json",status="404",le="5"} 5 http_request_duration_seconds_bucket{method="GET",path="/stats.json",status="404",le="10"} 5 http_request_duration_seconds_bucket{method="GET",path="/stats.json",status="404",le="+Inf"} 5 http_request_duration_seconds_sum{method="GET",path="/stats.json",status="404"} 0.0009715469999999999 http_request_duration_seconds_count{method="GET",path="/stats.json",status="404"} 5 http_request_duration_seconds_bucket{method="GET",path="/stats.json",status="429",le="0.005"} 16 http_request_duration_seconds_bucket{method="GET",path="/stats.json",status="429",le="0.01"} 16 http_request_duration_seconds_bucket{method="GET",path="/stats.json",status="429",le="0.025"} 16 http_request_duration_seconds_bucket{method="GET",path="/stats.json",status="429",le="0.05"} 16 http_request_duration_seconds_bucket{method="GET",path="/stats.json",status="429",le="0.1"} 16 http_request_duration_seconds_bucket{method="GET",path="/stats.json",status="429",le="0.25"} 16 http_request_duration_seconds_bucket{method="GET",path="/stats.json",status="429",le="0.5"} 16 http_request_duration_seconds_bucket{method="GET",path="/stats.json",status="429",le="1"} 16 http_request_duration_seconds_bucket{method="GET",path="/stats.json",status="429",le="2.5"} 16 http_request_duration_seconds_bucket{method="GET",path="/stats.json",status="429",le="5"} 16 http_request_duration_seconds_bucket{method="GET",path="/stats.json",status="429",le="10"} 16 http_request_duration_seconds_bucket{method="GET",path="/stats.json",status="429",le="+Inf"} 16 http_request_duration_seconds_sum{method="GET",path="/stats.json",status="429"} 0.0014371339999999999 http_request_duration_seconds_count{method="GET",path="/stats.json",status="429"} 16 http_request_duration_seconds_bucket{method="GET",path="/status.php",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/status.php",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/status.php",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/status.php",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/status.php",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/status.php",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/status.php",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/status.php",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/status.php",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/status.php",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/status.php",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/status.php",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/status.php",status="429"} 0.000138994 http_request_duration_seconds_count{method="GET",path="/status.php",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/stg/.env",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/stg/.env",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/stg/.env",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/stg/.env",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/stg/.env",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/stg/.env",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/stg/.env",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/stg/.env",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/stg/.env",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/stg/.env",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/stg/.env",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/stg/.env",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/stg/.env",status="404"} 0.000109939 http_request_duration_seconds_count{method="GET",path="/stg/.env",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/stg/.env",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/stg/.env",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/stg/.env",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/stg/.env",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/stg/.env",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/stg/.env",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/stg/.env",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/stg/.env",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/stg/.env",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/stg/.env",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/stg/.env",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/stg/.env",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/stg/.env",status="429"} 0.000100708 http_request_duration_seconds_count{method="GET",path="/stg/.env",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/storage.7z",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/storage.7z",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/storage.7z",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/storage.7z",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/storage.7z",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/storage.7z",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/storage.7z",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/storage.7z",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/storage.7z",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/storage.7z",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/storage.7z",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/storage.7z",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/storage.7z",status="404"} 0.000136068 http_request_duration_seconds_count{method="GET",path="/storage.7z",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/storage.bz2",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/storage.bz2",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/storage.bz2",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/storage.bz2",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/storage.bz2",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/storage.bz2",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/storage.bz2",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/storage.bz2",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/storage.bz2",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/storage.bz2",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/storage.bz2",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/storage.bz2",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/storage.bz2",status="404"} 0.00011872 http_request_duration_seconds_count{method="GET",path="/storage.bz2",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/storage.gz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/storage.gz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/storage.gz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/storage.gz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/storage.gz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/storage.gz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/storage.gz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/storage.gz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/storage.gz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/storage.gz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/storage.gz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/storage.gz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/storage.gz",status="404"} 0.000168024 http_request_duration_seconds_count{method="GET",path="/storage.gz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/storage.rar",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/storage.rar",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/storage.rar",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/storage.rar",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/storage.rar",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/storage.rar",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/storage.rar",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/storage.rar",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/storage.rar",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/storage.rar",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/storage.rar",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/storage.rar",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/storage.rar",status="404"} 0.000160333 http_request_duration_seconds_count{method="GET",path="/storage.rar",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/storage.sql",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/storage.sql",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/storage.sql",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/storage.sql",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/storage.sql",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/storage.sql",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/storage.sql",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/storage.sql",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/storage.sql",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/storage.sql",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/storage.sql",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/storage.sql",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/storage.sql",status="404"} 0.000130173 http_request_duration_seconds_count{method="GET",path="/storage.sql",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/storage.sql.bz2",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/storage.sql.bz2",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/storage.sql.bz2",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/storage.sql.bz2",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/storage.sql.bz2",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/storage.sql.bz2",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/storage.sql.bz2",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/storage.sql.bz2",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/storage.sql.bz2",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/storage.sql.bz2",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/storage.sql.bz2",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/storage.sql.bz2",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/storage.sql.bz2",status="404"} 0.000136066 http_request_duration_seconds_count{method="GET",path="/storage.sql.bz2",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/storage.sql.gz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/storage.sql.gz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/storage.sql.gz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/storage.sql.gz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/storage.sql.gz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/storage.sql.gz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/storage.sql.gz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/storage.sql.gz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/storage.sql.gz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/storage.sql.gz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/storage.sql.gz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/storage.sql.gz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/storage.sql.gz",status="404"} 0.000139103 http_request_duration_seconds_count{method="GET",path="/storage.sql.gz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/storage.tar",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/storage.tar",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/storage.tar",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/storage.tar",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/storage.tar",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/storage.tar",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/storage.tar",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/storage.tar",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/storage.tar",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/storage.tar",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/storage.tar",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/storage.tar",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/storage.tar",status="404"} 0.000132465 http_request_duration_seconds_count{method="GET",path="/storage.tar",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/storage.tar.bz2",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/storage.tar.bz2",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/storage.tar.bz2",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/storage.tar.bz2",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/storage.tar.bz2",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/storage.tar.bz2",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/storage.tar.bz2",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/storage.tar.bz2",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/storage.tar.bz2",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/storage.tar.bz2",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/storage.tar.bz2",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/storage.tar.bz2",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/storage.tar.bz2",status="404"} 0.000140002 http_request_duration_seconds_count{method="GET",path="/storage.tar.bz2",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/storage.tar.gz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/storage.tar.gz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/storage.tar.gz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/storage.tar.gz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/storage.tar.gz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/storage.tar.gz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/storage.tar.gz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/storage.tar.gz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/storage.tar.gz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/storage.tar.gz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/storage.tar.gz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/storage.tar.gz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/storage.tar.gz",status="404"} 0.00012121 http_request_duration_seconds_count{method="GET",path="/storage.tar.gz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/storage.tar.xz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/storage.tar.xz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/storage.tar.xz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/storage.tar.xz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/storage.tar.xz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/storage.tar.xz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/storage.tar.xz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/storage.tar.xz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/storage.tar.xz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/storage.tar.xz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/storage.tar.xz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/storage.tar.xz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/storage.tar.xz",status="404"} 0.000133188 http_request_duration_seconds_count{method="GET",path="/storage.tar.xz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/storage.tgz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/storage.tgz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/storage.tgz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/storage.tgz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/storage.tgz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/storage.tgz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/storage.tgz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/storage.tgz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/storage.tgz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/storage.tgz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/storage.tgz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/storage.tgz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/storage.tgz",status="404"} 0.000147084 http_request_duration_seconds_count{method="GET",path="/storage.tgz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/storage.zip",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/storage.zip",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/storage.zip",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/storage.zip",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/storage.zip",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/storage.zip",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/storage.zip",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/storage.zip",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/storage.zip",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/storage.zip",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/storage.zip",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/storage.zip",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/storage.zip",status="404"} 0.000132706 http_request_duration_seconds_count{method="GET",path="/storage.zip",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/storage.zst",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/storage.zst",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/storage.zst",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/storage.zst",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/storage.zst",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/storage.zst",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/storage.zst",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/storage.zst",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/storage.zst",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/storage.zst",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/storage.zst",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/storage.zst",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/storage.zst",status="404"} 0.000128295 http_request_duration_seconds_count{method="GET",path="/storage.zst",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/storage/.env",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/storage/.env",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/storage/.env",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/storage/.env",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/storage/.env",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/storage/.env",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/storage/.env",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/storage/.env",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/storage/.env",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/storage/.env",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/storage/.env",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/storage/.env",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/storage/.env",status="404"} 0.000125644 http_request_duration_seconds_count{method="GET",path="/storage/.env",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/storage/.env",status="429",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/storage/.env",status="429",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/storage/.env",status="429",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/storage/.env",status="429",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/storage/.env",status="429",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/storage/.env",status="429",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/storage/.env",status="429",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/storage/.env",status="429",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/storage/.env",status="429",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/storage/.env",status="429",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/storage/.env",status="429",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/storage/.env",status="429",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/storage/.env",status="429"} 0.000241858 http_request_duration_seconds_count{method="GET",path="/storage/.env",status="429"} 3 http_request_duration_seconds_bucket{method="GET",path="/storage/logs/laravel.log",status="404",le="0.005"} 9 http_request_duration_seconds_bucket{method="GET",path="/storage/logs/laravel.log",status="404",le="0.01"} 9 http_request_duration_seconds_bucket{method="GET",path="/storage/logs/laravel.log",status="404",le="0.025"} 9 http_request_duration_seconds_bucket{method="GET",path="/storage/logs/laravel.log",status="404",le="0.05"} 9 http_request_duration_seconds_bucket{method="GET",path="/storage/logs/laravel.log",status="404",le="0.1"} 9 http_request_duration_seconds_bucket{method="GET",path="/storage/logs/laravel.log",status="404",le="0.25"} 9 http_request_duration_seconds_bucket{method="GET",path="/storage/logs/laravel.log",status="404",le="0.5"} 9 http_request_duration_seconds_bucket{method="GET",path="/storage/logs/laravel.log",status="404",le="1"} 9 http_request_duration_seconds_bucket{method="GET",path="/storage/logs/laravel.log",status="404",le="2.5"} 9 http_request_duration_seconds_bucket{method="GET",path="/storage/logs/laravel.log",status="404",le="5"} 9 http_request_duration_seconds_bucket{method="GET",path="/storage/logs/laravel.log",status="404",le="10"} 9 http_request_duration_seconds_bucket{method="GET",path="/storage/logs/laravel.log",status="404",le="+Inf"} 9 http_request_duration_seconds_sum{method="GET",path="/storage/logs/laravel.log",status="404"} 0.00127091 http_request_duration_seconds_count{method="GET",path="/storage/logs/laravel.log",status="404"} 9 http_request_duration_seconds_bucket{method="GET",path="/store.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/store.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/store.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/store.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/store.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/store.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/store.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/store.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/store.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/store.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/store.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/store.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/store.zip",status="429"} 2.7332999999999997e-05 http_request_duration_seconds_count{method="GET",path="/store.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/store/.env",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/store/.env",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/store/.env",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/store/.env",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/store/.env",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/store/.env",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/store/.env",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/store/.env",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/store/.env",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/store/.env",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/store/.env",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/store/.env",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/store/.env",status="404"} 0.000130473 http_request_duration_seconds_count{method="GET",path="/store/.env",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/store/.env",status="429",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/store/.env",status="429",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/store/.env",status="429",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/store/.env",status="429",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/store/.env",status="429",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/store/.env",status="429",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/store/.env",status="429",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/store/.env",status="429",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/store/.env",status="429",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/store/.env",status="429",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/store/.env",status="429",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/store/.env",status="429",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/store/.env",status="429"} 0.00021129899999999997 http_request_duration_seconds_count{method="GET",path="/store/.env",status="429"} 3 http_request_duration_seconds_bucket{method="GET",path="/stripe-credentials.json",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/stripe-credentials.json",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/stripe-credentials.json",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/stripe-credentials.json",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/stripe-credentials.json",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/stripe-credentials.json",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/stripe-credentials.json",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/stripe-credentials.json",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/stripe-credentials.json",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/stripe-credentials.json",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/stripe-credentials.json",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/stripe-credentials.json",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/stripe-credentials.json",status="429"} 0.000201045 http_request_duration_seconds_count{method="GET",path="/stripe-credentials.json",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/stripe-keys.json",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/stripe-keys.json",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/stripe-keys.json",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/stripe-keys.json",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/stripe-keys.json",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/stripe-keys.json",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/stripe-keys.json",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/stripe-keys.json",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/stripe-keys.json",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/stripe-keys.json",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/stripe-keys.json",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/stripe-keys.json",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/stripe-keys.json",status="429"} 0.000181423 http_request_duration_seconds_count{method="GET",path="/stripe-keys.json",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/stripe.config.js",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/stripe.config.js",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/stripe.config.js",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/stripe.config.js",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/stripe.config.js",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/stripe.config.js",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/stripe.config.js",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/stripe.config.js",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/stripe.config.js",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/stripe.config.js",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/stripe.config.js",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/stripe.config.js",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/stripe.config.js",status="429"} 0.000205572 http_request_duration_seconds_count{method="GET",path="/stripe.config.js",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/stripe.env",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/stripe.env",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/stripe.env",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/stripe.env",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/stripe.env",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/stripe.env",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/stripe.env",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/stripe.env",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/stripe.env",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/stripe.env",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/stripe.env",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/stripe.env",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/stripe.env",status="429"} 0.000187171 http_request_duration_seconds_count{method="GET",path="/stripe.env",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/stripe.json",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/stripe.json",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/stripe.json",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/stripe.json",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/stripe.json",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/stripe.json",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/stripe.json",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/stripe.json",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/stripe.json",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/stripe.json",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/stripe.json",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/stripe.json",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/stripe.json",status="429"} 0.00022166200000000002 http_request_duration_seconds_count{method="GET",path="/stripe.json",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/stripe.yaml",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/stripe.yaml",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/stripe.yaml",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/stripe.yaml",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/stripe.yaml",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/stripe.yaml",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/stripe.yaml",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/stripe.yaml",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/stripe.yaml",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/stripe.yaml",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/stripe.yaml",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/stripe.yaml",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/stripe.yaml",status="429"} 0.000223651 http_request_duration_seconds_count{method="GET",path="/stripe.yaml",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/stripe/.env",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/stripe/.env",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/stripe/.env",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/stripe/.env",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/stripe/.env",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/stripe/.env",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/stripe/.env",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/stripe/.env",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/stripe/.env",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/stripe/.env",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/stripe/.env",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/stripe/.env",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/stripe/.env",status="429"} 0.00022123 http_request_duration_seconds_count{method="GET",path="/stripe/.env",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/stripe/config.json",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/stripe/config.json",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/stripe/config.json",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/stripe/config.json",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/stripe/config.json",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/stripe/config.json",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/stripe/config.json",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/stripe/config.json",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/stripe/config.json",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/stripe/config.json",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/stripe/config.json",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/stripe/config.json",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/stripe/config.json",status="429"} 0.000216292 http_request_duration_seconds_count{method="GET",path="/stripe/config.json",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/style.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/style.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/style.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/style.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/style.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/style.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/style.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/style.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/style.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/style.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/style.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/style.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/style.php",status="404"} 0.000142012 http_request_duration_seconds_count{method="GET",path="/style.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/subdomain.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/subdomain.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/subdomain.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/subdomain.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/subdomain.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/subdomain.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/subdomain.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/subdomain.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/subdomain.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/subdomain.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/subdomain.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/subdomain.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/subdomain.zip",status="429"} 4.3158e-05 http_request_duration_seconds_count{method="GET",path="/subdomain.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/super.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/super.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/super.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/super.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/super.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/super.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/super.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/super.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/super.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/super.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/super.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/super.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/super.php",status="404"} 0.000118234 http_request_duration_seconds_count{method="GET",path="/super.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/support.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/support.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/support.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/support.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/support.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/support.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/support.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/support.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/support.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/support.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/support.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/support.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/support.zip",status="429"} 4.1253e-05 http_request_duration_seconds_count{method="GET",path="/support.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/svelte/.env",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/svelte/.env",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/svelte/.env",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/svelte/.env",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/svelte/.env",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/svelte/.env",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/svelte/.env",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/svelte/.env",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/svelte/.env",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/svelte/.env",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/svelte/.env",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/svelte/.env",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/svelte/.env",status="429"} 8.2569e-05 http_request_duration_seconds_count{method="GET",path="/svelte/.env",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/svn.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/svn.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/svn.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/svn.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/svn.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/svn.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/svn.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/svn.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/svn.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/svn.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/svn.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/svn.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/svn.zip",status="429"} 3.0082e-05 http_request_duration_seconds_count{method="GET",path="/svn.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/swagger-ui-bundle.js",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/swagger-ui-bundle.js",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/swagger-ui-bundle.js",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/swagger-ui-bundle.js",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/swagger-ui-bundle.js",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/swagger-ui-bundle.js",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/swagger-ui-bundle.js",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/swagger-ui-bundle.js",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/swagger-ui-bundle.js",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/swagger-ui-bundle.js",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/swagger-ui-bundle.js",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/swagger-ui-bundle.js",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/swagger-ui-bundle.js",status="404"} 0.000431821 http_request_duration_seconds_count{method="GET",path="/swagger-ui-bundle.js",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/swagger-ui-bundle.js",status="429",le="0.005"} 14 http_request_duration_seconds_bucket{method="GET",path="/swagger-ui-bundle.js",status="429",le="0.01"} 14 http_request_duration_seconds_bucket{method="GET",path="/swagger-ui-bundle.js",status="429",le="0.025"} 14 http_request_duration_seconds_bucket{method="GET",path="/swagger-ui-bundle.js",status="429",le="0.05"} 14 http_request_duration_seconds_bucket{method="GET",path="/swagger-ui-bundle.js",status="429",le="0.1"} 14 http_request_duration_seconds_bucket{method="GET",path="/swagger-ui-bundle.js",status="429",le="0.25"} 14 http_request_duration_seconds_bucket{method="GET",path="/swagger-ui-bundle.js",status="429",le="0.5"} 14 http_request_duration_seconds_bucket{method="GET",path="/swagger-ui-bundle.js",status="429",le="1"} 14 http_request_duration_seconds_bucket{method="GET",path="/swagger-ui-bundle.js",status="429",le="2.5"} 14 http_request_duration_seconds_bucket{method="GET",path="/swagger-ui-bundle.js",status="429",le="5"} 14 http_request_duration_seconds_bucket{method="GET",path="/swagger-ui-bundle.js",status="429",le="10"} 14 http_request_duration_seconds_bucket{method="GET",path="/swagger-ui-bundle.js",status="429",le="+Inf"} 14 http_request_duration_seconds_sum{method="GET",path="/swagger-ui-bundle.js",status="429"} 0.0010762170000000002 http_request_duration_seconds_count{method="GET",path="/swagger-ui-bundle.js",status="429"} 14 http_request_duration_seconds_bucket{method="GET",path="/swagger-ui-standalone-preset.js",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/swagger-ui-standalone-preset.js",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/swagger-ui-standalone-preset.js",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/swagger-ui-standalone-preset.js",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/swagger-ui-standalone-preset.js",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/swagger-ui-standalone-preset.js",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/swagger-ui-standalone-preset.js",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/swagger-ui-standalone-preset.js",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/swagger-ui-standalone-preset.js",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/swagger-ui-standalone-preset.js",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/swagger-ui-standalone-preset.js",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/swagger-ui-standalone-preset.js",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/swagger-ui-standalone-preset.js",status="404"} 0.000222377 http_request_duration_seconds_count{method="GET",path="/swagger-ui-standalone-preset.js",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/swagger-ui-standalone-preset.js",status="429",le="0.005"} 16 http_request_duration_seconds_bucket{method="GET",path="/swagger-ui-standalone-preset.js",status="429",le="0.01"} 16 http_request_duration_seconds_bucket{method="GET",path="/swagger-ui-standalone-preset.js",status="429",le="0.025"} 16 http_request_duration_seconds_bucket{method="GET",path="/swagger-ui-standalone-preset.js",status="429",le="0.05"} 16 http_request_duration_seconds_bucket{method="GET",path="/swagger-ui-standalone-preset.js",status="429",le="0.1"} 16 http_request_duration_seconds_bucket{method="GET",path="/swagger-ui-standalone-preset.js",status="429",le="0.25"} 16 http_request_duration_seconds_bucket{method="GET",path="/swagger-ui-standalone-preset.js",status="429",le="0.5"} 16 http_request_duration_seconds_bucket{method="GET",path="/swagger-ui-standalone-preset.js",status="429",le="1"} 16 http_request_duration_seconds_bucket{method="GET",path="/swagger-ui-standalone-preset.js",status="429",le="2.5"} 16 http_request_duration_seconds_bucket{method="GET",path="/swagger-ui-standalone-preset.js",status="429",le="5"} 16 http_request_duration_seconds_bucket{method="GET",path="/swagger-ui-standalone-preset.js",status="429",le="10"} 16 http_request_duration_seconds_bucket{method="GET",path="/swagger-ui-standalone-preset.js",status="429",le="+Inf"} 16 http_request_duration_seconds_sum{method="GET",path="/swagger-ui-standalone-preset.js",status="429"} 0.001203501 http_request_duration_seconds_count{method="GET",path="/swagger-ui-standalone-preset.js",status="429"} 16 http_request_duration_seconds_bucket{method="GET",path="/swagger-ui.html",status="404",le="0.005"} 5 http_request_duration_seconds_bucket{method="GET",path="/swagger-ui.html",status="404",le="0.01"} 5 http_request_duration_seconds_bucket{method="GET",path="/swagger-ui.html",status="404",le="0.025"} 5 http_request_duration_seconds_bucket{method="GET",path="/swagger-ui.html",status="404",le="0.05"} 5 http_request_duration_seconds_bucket{method="GET",path="/swagger-ui.html",status="404",le="0.1"} 5 http_request_duration_seconds_bucket{method="GET",path="/swagger-ui.html",status="404",le="0.25"} 5 http_request_duration_seconds_bucket{method="GET",path="/swagger-ui.html",status="404",le="0.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/swagger-ui.html",status="404",le="1"} 5 http_request_duration_seconds_bucket{method="GET",path="/swagger-ui.html",status="404",le="2.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/swagger-ui.html",status="404",le="5"} 5 http_request_duration_seconds_bucket{method="GET",path="/swagger-ui.html",status="404",le="10"} 5 http_request_duration_seconds_bucket{method="GET",path="/swagger-ui.html",status="404",le="+Inf"} 5 http_request_duration_seconds_sum{method="GET",path="/swagger-ui.html",status="404"} 0.000732124 http_request_duration_seconds_count{method="GET",path="/swagger-ui.html",status="404"} 5 http_request_duration_seconds_bucket{method="GET",path="/swagger.js",status="404",le="0.005"} 7 http_request_duration_seconds_bucket{method="GET",path="/swagger.js",status="404",le="0.01"} 7 http_request_duration_seconds_bucket{method="GET",path="/swagger.js",status="404",le="0.025"} 7 http_request_duration_seconds_bucket{method="GET",path="/swagger.js",status="404",le="0.05"} 7 http_request_duration_seconds_bucket{method="GET",path="/swagger.js",status="404",le="0.1"} 7 http_request_duration_seconds_bucket{method="GET",path="/swagger.js",status="404",le="0.25"} 7 http_request_duration_seconds_bucket{method="GET",path="/swagger.js",status="404",le="0.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/swagger.js",status="404",le="1"} 7 http_request_duration_seconds_bucket{method="GET",path="/swagger.js",status="404",le="2.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/swagger.js",status="404",le="5"} 7 http_request_duration_seconds_bucket{method="GET",path="/swagger.js",status="404",le="10"} 7 http_request_duration_seconds_bucket{method="GET",path="/swagger.js",status="404",le="+Inf"} 7 http_request_duration_seconds_sum{method="GET",path="/swagger.js",status="404"} 0.0010136519999999999 http_request_duration_seconds_count{method="GET",path="/swagger.js",status="404"} 7 http_request_duration_seconds_bucket{method="GET",path="/swagger.js",status="429",le="0.005"} 15 http_request_duration_seconds_bucket{method="GET",path="/swagger.js",status="429",le="0.01"} 15 http_request_duration_seconds_bucket{method="GET",path="/swagger.js",status="429",le="0.025"} 15 http_request_duration_seconds_bucket{method="GET",path="/swagger.js",status="429",le="0.05"} 15 http_request_duration_seconds_bucket{method="GET",path="/swagger.js",status="429",le="0.1"} 15 http_request_duration_seconds_bucket{method="GET",path="/swagger.js",status="429",le="0.25"} 15 http_request_duration_seconds_bucket{method="GET",path="/swagger.js",status="429",le="0.5"} 15 http_request_duration_seconds_bucket{method="GET",path="/swagger.js",status="429",le="1"} 15 http_request_duration_seconds_bucket{method="GET",path="/swagger.js",status="429",le="2.5"} 15 http_request_duration_seconds_bucket{method="GET",path="/swagger.js",status="429",le="5"} 15 http_request_duration_seconds_bucket{method="GET",path="/swagger.js",status="429",le="10"} 15 http_request_duration_seconds_bucket{method="GET",path="/swagger.js",status="429",le="+Inf"} 15 http_request_duration_seconds_sum{method="GET",path="/swagger.js",status="429"} 0.001190487 http_request_duration_seconds_count{method="GET",path="/swagger.js",status="429"} 15 http_request_duration_seconds_bucket{method="GET",path="/swagger.json",status="404",le="0.005"} 12 http_request_duration_seconds_bucket{method="GET",path="/swagger.json",status="404",le="0.01"} 12 http_request_duration_seconds_bucket{method="GET",path="/swagger.json",status="404",le="0.025"} 12 http_request_duration_seconds_bucket{method="GET",path="/swagger.json",status="404",le="0.05"} 12 http_request_duration_seconds_bucket{method="GET",path="/swagger.json",status="404",le="0.1"} 12 http_request_duration_seconds_bucket{method="GET",path="/swagger.json",status="404",le="0.25"} 12 http_request_duration_seconds_bucket{method="GET",path="/swagger.json",status="404",le="0.5"} 12 http_request_duration_seconds_bucket{method="GET",path="/swagger.json",status="404",le="1"} 12 http_request_duration_seconds_bucket{method="GET",path="/swagger.json",status="404",le="2.5"} 12 http_request_duration_seconds_bucket{method="GET",path="/swagger.json",status="404",le="5"} 12 http_request_duration_seconds_bucket{method="GET",path="/swagger.json",status="404",le="10"} 12 http_request_duration_seconds_bucket{method="GET",path="/swagger.json",status="404",le="+Inf"} 12 http_request_duration_seconds_sum{method="GET",path="/swagger.json",status="404"} 0.001834682 http_request_duration_seconds_count{method="GET",path="/swagger.json",status="404"} 12 http_request_duration_seconds_bucket{method="GET",path="/swagger.json",status="429",le="0.005"} 19 http_request_duration_seconds_bucket{method="GET",path="/swagger.json",status="429",le="0.01"} 19 http_request_duration_seconds_bucket{method="GET",path="/swagger.json",status="429",le="0.025"} 19 http_request_duration_seconds_bucket{method="GET",path="/swagger.json",status="429",le="0.05"} 19 http_request_duration_seconds_bucket{method="GET",path="/swagger.json",status="429",le="0.1"} 19 http_request_duration_seconds_bucket{method="GET",path="/swagger.json",status="429",le="0.25"} 19 http_request_duration_seconds_bucket{method="GET",path="/swagger.json",status="429",le="0.5"} 19 http_request_duration_seconds_bucket{method="GET",path="/swagger.json",status="429",le="1"} 19 http_request_duration_seconds_bucket{method="GET",path="/swagger.json",status="429",le="2.5"} 19 http_request_duration_seconds_bucket{method="GET",path="/swagger.json",status="429",le="5"} 19 http_request_duration_seconds_bucket{method="GET",path="/swagger.json",status="429",le="10"} 19 http_request_duration_seconds_bucket{method="GET",path="/swagger.json",status="429",le="+Inf"} 19 http_request_duration_seconds_sum{method="GET",path="/swagger.json",status="429"} 0.001493432 http_request_duration_seconds_count{method="GET",path="/swagger.json",status="429"} 19 http_request_duration_seconds_bucket{method="GET",path="/swagger.yaml",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger.yaml",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger.yaml",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger.yaml",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger.yaml",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger.yaml",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger.yaml",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger.yaml",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger.yaml",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger.yaml",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger.yaml",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger.yaml",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/swagger.yaml",status="404"} 0.00014259 http_request_duration_seconds_count{method="GET",path="/swagger.yaml",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger.yaml",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger.yaml",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger.yaml",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger.yaml",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger.yaml",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger.yaml",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger.yaml",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger.yaml",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger.yaml",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger.yaml",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger.yaml",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger.yaml",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/swagger.yaml",status="429"} 4.4126e-05 http_request_duration_seconds_count{method="GET",path="/swagger.yaml",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/doc.json",status="200",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/swagger/doc.json",status="200",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/swagger/doc.json",status="200",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/swagger/doc.json",status="200",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/swagger/doc.json",status="200",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/swagger/doc.json",status="200",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/swagger/doc.json",status="200",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/swagger/doc.json",status="200",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/swagger/doc.json",status="200",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/swagger/doc.json",status="200",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/swagger/doc.json",status="200",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/swagger/doc.json",status="200",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/swagger/doc.json",status="200"} 0.0071676710000000005 http_request_duration_seconds_count{method="GET",path="/swagger/doc.json",status="200"} 2 http_request_duration_seconds_bucket{method="GET",path="/swagger/doc.json",status="429",le="0.005"} 18 http_request_duration_seconds_bucket{method="GET",path="/swagger/doc.json",status="429",le="0.01"} 18 http_request_duration_seconds_bucket{method="GET",path="/swagger/doc.json",status="429",le="0.025"} 18 http_request_duration_seconds_bucket{method="GET",path="/swagger/doc.json",status="429",le="0.05"} 18 http_request_duration_seconds_bucket{method="GET",path="/swagger/doc.json",status="429",le="0.1"} 18 http_request_duration_seconds_bucket{method="GET",path="/swagger/doc.json",status="429",le="0.25"} 18 http_request_duration_seconds_bucket{method="GET",path="/swagger/doc.json",status="429",le="0.5"} 18 http_request_duration_seconds_bucket{method="GET",path="/swagger/doc.json",status="429",le="1"} 18 http_request_duration_seconds_bucket{method="GET",path="/swagger/doc.json",status="429",le="2.5"} 18 http_request_duration_seconds_bucket{method="GET",path="/swagger/doc.json",status="429",le="5"} 18 http_request_duration_seconds_bucket{method="GET",path="/swagger/doc.json",status="429",le="10"} 18 http_request_duration_seconds_bucket{method="GET",path="/swagger/doc.json",status="429",le="+Inf"} 18 http_request_duration_seconds_sum{method="GET",path="/swagger/doc.json",status="429"} 0.0011189650000000002 http_request_duration_seconds_count{method="GET",path="/swagger/doc.json",status="429"} 18 http_request_duration_seconds_bucket{method="GET",path="/swagger/favicon-16x16.png",status="200",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/swagger/favicon-16x16.png",status="200",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/swagger/favicon-16x16.png",status="200",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/swagger/favicon-16x16.png",status="200",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/swagger/favicon-16x16.png",status="200",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/swagger/favicon-16x16.png",status="200",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/swagger/favicon-16x16.png",status="200",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/swagger/favicon-16x16.png",status="200",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/swagger/favicon-16x16.png",status="200",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/swagger/favicon-16x16.png",status="200",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/swagger/favicon-16x16.png",status="200",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/swagger/favicon-16x16.png",status="200",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/swagger/favicon-16x16.png",status="200"} 0.000374856 http_request_duration_seconds_count{method="GET",path="/swagger/favicon-16x16.png",status="200"} 2 http_request_duration_seconds_bucket{method="GET",path="/swagger/favicon-32x32.png",status="200",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/swagger/favicon-32x32.png",status="200",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/swagger/favicon-32x32.png",status="200",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/swagger/favicon-32x32.png",status="200",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/swagger/favicon-32x32.png",status="200",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/swagger/favicon-32x32.png",status="200",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/swagger/favicon-32x32.png",status="200",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/swagger/favicon-32x32.png",status="200",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/swagger/favicon-32x32.png",status="200",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/swagger/favicon-32x32.png",status="200",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/swagger/favicon-32x32.png",status="200",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/swagger/favicon-32x32.png",status="200",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/swagger/favicon-32x32.png",status="200"} 0.000407482 http_request_duration_seconds_count{method="GET",path="/swagger/favicon-32x32.png",status="200"} 2 http_request_duration_seconds_bucket{method="GET",path="/swagger/index.html",status="200",le="0.005"} 33 http_request_duration_seconds_bucket{method="GET",path="/swagger/index.html",status="200",le="0.01"} 35 http_request_duration_seconds_bucket{method="GET",path="/swagger/index.html",status="200",le="0.025"} 36 http_request_duration_seconds_bucket{method="GET",path="/swagger/index.html",status="200",le="0.05"} 36 http_request_duration_seconds_bucket{method="GET",path="/swagger/index.html",status="200",le="0.1"} 36 http_request_duration_seconds_bucket{method="GET",path="/swagger/index.html",status="200",le="0.25"} 36 http_request_duration_seconds_bucket{method="GET",path="/swagger/index.html",status="200",le="0.5"} 36 http_request_duration_seconds_bucket{method="GET",path="/swagger/index.html",status="200",le="1"} 36 http_request_duration_seconds_bucket{method="GET",path="/swagger/index.html",status="200",le="2.5"} 36 http_request_duration_seconds_bucket{method="GET",path="/swagger/index.html",status="200",le="5"} 36 http_request_duration_seconds_bucket{method="GET",path="/swagger/index.html",status="200",le="10"} 36 http_request_duration_seconds_bucket{method="GET",path="/swagger/index.html",status="200",le="+Inf"} 36 http_request_duration_seconds_sum{method="GET",path="/swagger/index.html",status="200"} 0.076656649 http_request_duration_seconds_count{method="GET",path="/swagger/index.html",status="200"} 36 http_request_duration_seconds_bucket{method="GET",path="/swagger/index.html",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/index.html",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/index.html",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/index.html",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/index.html",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/index.html",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/index.html",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/index.html",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/index.html",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/index.html",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/index.html",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/index.html",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/swagger/index.html",status="429"} 0.000121701 http_request_duration_seconds_count{method="GET",path="/swagger/index.html",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/index.js",status="404",le="0.005"} 6 http_request_duration_seconds_bucket{method="GET",path="/swagger/index.js",status="404",le="0.01"} 6 http_request_duration_seconds_bucket{method="GET",path="/swagger/index.js",status="404",le="0.025"} 6 http_request_duration_seconds_bucket{method="GET",path="/swagger/index.js",status="404",le="0.05"} 6 http_request_duration_seconds_bucket{method="GET",path="/swagger/index.js",status="404",le="0.1"} 6 http_request_duration_seconds_bucket{method="GET",path="/swagger/index.js",status="404",le="0.25"} 6 http_request_duration_seconds_bucket{method="GET",path="/swagger/index.js",status="404",le="0.5"} 6 http_request_duration_seconds_bucket{method="GET",path="/swagger/index.js",status="404",le="1"} 6 http_request_duration_seconds_bucket{method="GET",path="/swagger/index.js",status="404",le="2.5"} 6 http_request_duration_seconds_bucket{method="GET",path="/swagger/index.js",status="404",le="5"} 6 http_request_duration_seconds_bucket{method="GET",path="/swagger/index.js",status="404",le="10"} 6 http_request_duration_seconds_bucket{method="GET",path="/swagger/index.js",status="404",le="+Inf"} 6 http_request_duration_seconds_sum{method="GET",path="/swagger/index.js",status="404"} 0.001604101 http_request_duration_seconds_count{method="GET",path="/swagger/index.js",status="404"} 6 http_request_duration_seconds_bucket{method="GET",path="/swagger/properties.json",status="404",le="0.005"} 5 http_request_duration_seconds_bucket{method="GET",path="/swagger/properties.json",status="404",le="0.01"} 5 http_request_duration_seconds_bucket{method="GET",path="/swagger/properties.json",status="404",le="0.025"} 5 http_request_duration_seconds_bucket{method="GET",path="/swagger/properties.json",status="404",le="0.05"} 5 http_request_duration_seconds_bucket{method="GET",path="/swagger/properties.json",status="404",le="0.1"} 5 http_request_duration_seconds_bucket{method="GET",path="/swagger/properties.json",status="404",le="0.25"} 5 http_request_duration_seconds_bucket{method="GET",path="/swagger/properties.json",status="404",le="0.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/swagger/properties.json",status="404",le="1"} 5 http_request_duration_seconds_bucket{method="GET",path="/swagger/properties.json",status="404",le="2.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/swagger/properties.json",status="404",le="5"} 5 http_request_duration_seconds_bucket{method="GET",path="/swagger/properties.json",status="404",le="10"} 5 http_request_duration_seconds_bucket{method="GET",path="/swagger/properties.json",status="404",le="+Inf"} 5 http_request_duration_seconds_sum{method="GET",path="/swagger/properties.json",status="404"} 0.001419105 http_request_duration_seconds_count{method="GET",path="/swagger/properties.json",status="404"} 5 http_request_duration_seconds_bucket{method="GET",path="/swagger/properties.json",status="429",le="0.005"} 18 http_request_duration_seconds_bucket{method="GET",path="/swagger/properties.json",status="429",le="0.01"} 18 http_request_duration_seconds_bucket{method="GET",path="/swagger/properties.json",status="429",le="0.025"} 18 http_request_duration_seconds_bucket{method="GET",path="/swagger/properties.json",status="429",le="0.05"} 18 http_request_duration_seconds_bucket{method="GET",path="/swagger/properties.json",status="429",le="0.1"} 18 http_request_duration_seconds_bucket{method="GET",path="/swagger/properties.json",status="429",le="0.25"} 18 http_request_duration_seconds_bucket{method="GET",path="/swagger/properties.json",status="429",le="0.5"} 18 http_request_duration_seconds_bucket{method="GET",path="/swagger/properties.json",status="429",le="1"} 18 http_request_duration_seconds_bucket{method="GET",path="/swagger/properties.json",status="429",le="2.5"} 18 http_request_duration_seconds_bucket{method="GET",path="/swagger/properties.json",status="429",le="5"} 18 http_request_duration_seconds_bucket{method="GET",path="/swagger/properties.json",status="429",le="10"} 18 http_request_duration_seconds_bucket{method="GET",path="/swagger/properties.json",status="429",le="+Inf"} 18 http_request_duration_seconds_sum{method="GET",path="/swagger/properties.json",status="429"} 0.001390477 http_request_duration_seconds_count{method="GET",path="/swagger/properties.json",status="429"} 18 http_request_duration_seconds_bucket{method="GET",path="/swagger/swagger-ui-bundle.js",status="200",le="0.005"} 0 http_request_duration_seconds_bucket{method="GET",path="/swagger/swagger-ui-bundle.js",status="200",le="0.01"} 0 http_request_duration_seconds_bucket{method="GET",path="/swagger/swagger-ui-bundle.js",status="200",le="0.025"} 0 http_request_duration_seconds_bucket{method="GET",path="/swagger/swagger-ui-bundle.js",status="200",le="0.05"} 0 http_request_duration_seconds_bucket{method="GET",path="/swagger/swagger-ui-bundle.js",status="200",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/swagger-ui-bundle.js",status="200",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/swagger/swagger-ui-bundle.js",status="200",le="0.5"} 6 http_request_duration_seconds_bucket{method="GET",path="/swagger/swagger-ui-bundle.js",status="200",le="1"} 15 http_request_duration_seconds_bucket{method="GET",path="/swagger/swagger-ui-bundle.js",status="200",le="2.5"} 15 http_request_duration_seconds_bucket{method="GET",path="/swagger/swagger-ui-bundle.js",status="200",le="5"} 15 http_request_duration_seconds_bucket{method="GET",path="/swagger/swagger-ui-bundle.js",status="200",le="10"} 15 http_request_duration_seconds_bucket{method="GET",path="/swagger/swagger-ui-bundle.js",status="200",le="+Inf"} 15 http_request_duration_seconds_sum{method="GET",path="/swagger/swagger-ui-bundle.js",status="200"} 7.573915808999999 http_request_duration_seconds_count{method="GET",path="/swagger/swagger-ui-bundle.js",status="200"} 15 http_request_duration_seconds_bucket{method="GET",path="/swagger/swagger-ui-bundle.js.map",status="200",le="0.005"} 0 http_request_duration_seconds_bucket{method="GET",path="/swagger/swagger-ui-bundle.js.map",status="200",le="0.01"} 0 http_request_duration_seconds_bucket{method="GET",path="/swagger/swagger-ui-bundle.js.map",status="200",le="0.025"} 0 http_request_duration_seconds_bucket{method="GET",path="/swagger/swagger-ui-bundle.js.map",status="200",le="0.05"} 0 http_request_duration_seconds_bucket{method="GET",path="/swagger/swagger-ui-bundle.js.map",status="200",le="0.1"} 0 http_request_duration_seconds_bucket{method="GET",path="/swagger/swagger-ui-bundle.js.map",status="200",le="0.25"} 0 http_request_duration_seconds_bucket{method="GET",path="/swagger/swagger-ui-bundle.js.map",status="200",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/swagger-ui-bundle.js.map",status="200",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/swagger/swagger-ui-bundle.js.map",status="200",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/swagger/swagger-ui-bundle.js.map",status="200",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/swagger/swagger-ui-bundle.js.map",status="200",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/swagger/swagger-ui-bundle.js.map",status="200",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/swagger/swagger-ui-bundle.js.map",status="200"} 1.200037145 http_request_duration_seconds_count{method="GET",path="/swagger/swagger-ui-bundle.js.map",status="200"} 2 http_request_duration_seconds_bucket{method="GET",path="/swagger/swagger-ui-standalone-preset.js",status="200",le="0.005"} 0 http_request_duration_seconds_bucket{method="GET",path="/swagger/swagger-ui-standalone-preset.js",status="200",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/swagger-ui-standalone-preset.js",status="200",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/swagger-ui-standalone-preset.js",status="200",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/swagger-ui-standalone-preset.js",status="200",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/swagger-ui-standalone-preset.js",status="200",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/swagger/swagger-ui-standalone-preset.js",status="200",le="0.5"} 14 http_request_duration_seconds_bucket{method="GET",path="/swagger/swagger-ui-standalone-preset.js",status="200",le="1"} 14 http_request_duration_seconds_bucket{method="GET",path="/swagger/swagger-ui-standalone-preset.js",status="200",le="2.5"} 14 http_request_duration_seconds_bucket{method="GET",path="/swagger/swagger-ui-standalone-preset.js",status="200",le="5"} 14 http_request_duration_seconds_bucket{method="GET",path="/swagger/swagger-ui-standalone-preset.js",status="200",le="10"} 14 http_request_duration_seconds_bucket{method="GET",path="/swagger/swagger-ui-standalone-preset.js",status="200",le="+Inf"} 14 http_request_duration_seconds_sum{method="GET",path="/swagger/swagger-ui-standalone-preset.js",status="200"} 3.5184585299999998 http_request_duration_seconds_count{method="GET",path="/swagger/swagger-ui-standalone-preset.js",status="200"} 14 http_request_duration_seconds_bucket{method="GET",path="/swagger/swagger-ui-standalone-preset.js.map",status="200",le="0.005"} 0 http_request_duration_seconds_bucket{method="GET",path="/swagger/swagger-ui-standalone-preset.js.map",status="200",le="0.01"} 0 http_request_duration_seconds_bucket{method="GET",path="/swagger/swagger-ui-standalone-preset.js.map",status="200",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/swagger-ui-standalone-preset.js.map",status="200",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/swagger-ui-standalone-preset.js.map",status="200",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/swagger-ui-standalone-preset.js.map",status="200",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/swagger-ui-standalone-preset.js.map",status="200",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/swagger-ui-standalone-preset.js.map",status="200",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/swagger/swagger-ui-standalone-preset.js.map",status="200",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/swagger/swagger-ui-standalone-preset.js.map",status="200",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/swagger/swagger-ui-standalone-preset.js.map",status="200",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/swagger/swagger-ui-standalone-preset.js.map",status="200",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/swagger/swagger-ui-standalone-preset.js.map",status="200"} 0.5553581350000001 http_request_duration_seconds_count{method="GET",path="/swagger/swagger-ui-standalone-preset.js.map",status="200"} 2 http_request_duration_seconds_bucket{method="GET",path="/swagger/swagger-ui.css",status="200",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/swagger/swagger-ui.css",status="200",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/swagger/swagger-ui.css",status="200",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/swagger/swagger-ui.css",status="200",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/swagger/swagger-ui.css",status="200",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/swagger/swagger-ui.css",status="200",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/swagger/swagger-ui.css",status="200",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/swagger/swagger-ui.css",status="200",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/swagger/swagger-ui.css",status="200",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/swagger/swagger-ui.css",status="200",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/swagger/swagger-ui.css",status="200",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/swagger/swagger-ui.css",status="200",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/swagger/swagger-ui.css",status="200"} 0.006895636 http_request_duration_seconds_count{method="GET",path="/swagger/swagger-ui.css",status="200"} 3 http_request_duration_seconds_bucket{method="GET",path="/swagger/v1/swagger.json",status="404",le="0.005"} 5 http_request_duration_seconds_bucket{method="GET",path="/swagger/v1/swagger.json",status="404",le="0.01"} 5 http_request_duration_seconds_bucket{method="GET",path="/swagger/v1/swagger.json",status="404",le="0.025"} 5 http_request_duration_seconds_bucket{method="GET",path="/swagger/v1/swagger.json",status="404",le="0.05"} 5 http_request_duration_seconds_bucket{method="GET",path="/swagger/v1/swagger.json",status="404",le="0.1"} 5 http_request_duration_seconds_bucket{method="GET",path="/swagger/v1/swagger.json",status="404",le="0.25"} 5 http_request_duration_seconds_bucket{method="GET",path="/swagger/v1/swagger.json",status="404",le="0.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/swagger/v1/swagger.json",status="404",le="1"} 5 http_request_duration_seconds_bucket{method="GET",path="/swagger/v1/swagger.json",status="404",le="2.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/swagger/v1/swagger.json",status="404",le="5"} 5 http_request_duration_seconds_bucket{method="GET",path="/swagger/v1/swagger.json",status="404",le="10"} 5 http_request_duration_seconds_bucket{method="GET",path="/swagger/v1/swagger.json",status="404",le="+Inf"} 5 http_request_duration_seconds_sum{method="GET",path="/swagger/v1/swagger.json",status="404"} 0.003990697 http_request_duration_seconds_count{method="GET",path="/swagger/v1/swagger.json",status="404"} 5 http_request_duration_seconds_bucket{method="GET",path="/swagger/v1/swagger.json",status="429",le="0.005"} 18 http_request_duration_seconds_bucket{method="GET",path="/swagger/v1/swagger.json",status="429",le="0.01"} 18 http_request_duration_seconds_bucket{method="GET",path="/swagger/v1/swagger.json",status="429",le="0.025"} 18 http_request_duration_seconds_bucket{method="GET",path="/swagger/v1/swagger.json",status="429",le="0.05"} 18 http_request_duration_seconds_bucket{method="GET",path="/swagger/v1/swagger.json",status="429",le="0.1"} 18 http_request_duration_seconds_bucket{method="GET",path="/swagger/v1/swagger.json",status="429",le="0.25"} 18 http_request_duration_seconds_bucket{method="GET",path="/swagger/v1/swagger.json",status="429",le="0.5"} 18 http_request_duration_seconds_bucket{method="GET",path="/swagger/v1/swagger.json",status="429",le="1"} 18 http_request_duration_seconds_bucket{method="GET",path="/swagger/v1/swagger.json",status="429",le="2.5"} 18 http_request_duration_seconds_bucket{method="GET",path="/swagger/v1/swagger.json",status="429",le="5"} 18 http_request_duration_seconds_bucket{method="GET",path="/swagger/v1/swagger.json",status="429",le="10"} 18 http_request_duration_seconds_bucket{method="GET",path="/swagger/v1/swagger.json",status="429",le="+Inf"} 18 http_request_duration_seconds_sum{method="GET",path="/swagger/v1/swagger.json",status="429"} 0.0012940570000000001 http_request_duration_seconds_count{method="GET",path="/swagger/v1/swagger.json",status="429"} 18 http_request_duration_seconds_bucket{method="GET",path="/sx.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/sx.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/sx.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/sx.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/sx.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/sx.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/sx.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/sx.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/sx.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/sx.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/sx.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/sx.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/sx.php",status="404"} 0.000281607 http_request_duration_seconds_count{method="GET",path="/sx.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/sx_pms.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/sx_pms.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/sx_pms.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/sx_pms.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/sx_pms.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/sx_pms.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/sx_pms.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/sx_pms.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/sx_pms.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/sx_pms.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/sx_pms.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/sx_pms.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/sx_pms.php",status="404"} 0.00029958199999999995 http_request_duration_seconds_count{method="GET",path="/sx_pms.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/symfony.7z",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/symfony.7z",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/symfony.7z",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/symfony.7z",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/symfony.7z",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/symfony.7z",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/symfony.7z",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/symfony.7z",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/symfony.7z",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/symfony.7z",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/symfony.7z",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/symfony.7z",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/symfony.7z",status="404"} 0.000149694 http_request_duration_seconds_count{method="GET",path="/symfony.7z",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/symfony.bz2",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/symfony.bz2",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/symfony.bz2",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/symfony.bz2",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/symfony.bz2",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/symfony.bz2",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/symfony.bz2",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/symfony.bz2",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/symfony.bz2",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/symfony.bz2",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/symfony.bz2",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/symfony.bz2",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/symfony.bz2",status="404"} 0.000143932 http_request_duration_seconds_count{method="GET",path="/symfony.bz2",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/symfony.gz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/symfony.gz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/symfony.gz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/symfony.gz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/symfony.gz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/symfony.gz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/symfony.gz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/symfony.gz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/symfony.gz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/symfony.gz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/symfony.gz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/symfony.gz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/symfony.gz",status="404"} 0.000127131 http_request_duration_seconds_count{method="GET",path="/symfony.gz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/symfony.rar",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/symfony.rar",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/symfony.rar",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/symfony.rar",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/symfony.rar",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/symfony.rar",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/symfony.rar",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/symfony.rar",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/symfony.rar",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/symfony.rar",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/symfony.rar",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/symfony.rar",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/symfony.rar",status="404"} 0.000156793 http_request_duration_seconds_count{method="GET",path="/symfony.rar",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/symfony.sql",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/symfony.sql",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/symfony.sql",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/symfony.sql",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/symfony.sql",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/symfony.sql",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/symfony.sql",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/symfony.sql",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/symfony.sql",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/symfony.sql",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/symfony.sql",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/symfony.sql",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/symfony.sql",status="404"} 0.00016481 http_request_duration_seconds_count{method="GET",path="/symfony.sql",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/symfony.sql.bz2",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/symfony.sql.bz2",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/symfony.sql.bz2",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/symfony.sql.bz2",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/symfony.sql.bz2",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/symfony.sql.bz2",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/symfony.sql.bz2",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/symfony.sql.bz2",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/symfony.sql.bz2",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/symfony.sql.bz2",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/symfony.sql.bz2",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/symfony.sql.bz2",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/symfony.sql.bz2",status="404"} 0.000130756 http_request_duration_seconds_count{method="GET",path="/symfony.sql.bz2",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/symfony.sql.gz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/symfony.sql.gz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/symfony.sql.gz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/symfony.sql.gz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/symfony.sql.gz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/symfony.sql.gz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/symfony.sql.gz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/symfony.sql.gz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/symfony.sql.gz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/symfony.sql.gz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/symfony.sql.gz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/symfony.sql.gz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/symfony.sql.gz",status="404"} 0.000147141 http_request_duration_seconds_count{method="GET",path="/symfony.sql.gz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/symfony.tar",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/symfony.tar",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/symfony.tar",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/symfony.tar",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/symfony.tar",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/symfony.tar",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/symfony.tar",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/symfony.tar",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/symfony.tar",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/symfony.tar",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/symfony.tar",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/symfony.tar",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/symfony.tar",status="404"} 0.000243467 http_request_duration_seconds_count{method="GET",path="/symfony.tar",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/symfony.tar.bz2",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/symfony.tar.bz2",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/symfony.tar.bz2",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/symfony.tar.bz2",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/symfony.tar.bz2",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/symfony.tar.bz2",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/symfony.tar.bz2",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/symfony.tar.bz2",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/symfony.tar.bz2",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/symfony.tar.bz2",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/symfony.tar.bz2",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/symfony.tar.bz2",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/symfony.tar.bz2",status="404"} 0.000124123 http_request_duration_seconds_count{method="GET",path="/symfony.tar.bz2",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/symfony.tar.gz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/symfony.tar.gz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/symfony.tar.gz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/symfony.tar.gz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/symfony.tar.gz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/symfony.tar.gz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/symfony.tar.gz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/symfony.tar.gz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/symfony.tar.gz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/symfony.tar.gz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/symfony.tar.gz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/symfony.tar.gz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/symfony.tar.gz",status="404"} 0.000168029 http_request_duration_seconds_count{method="GET",path="/symfony.tar.gz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/symfony.tar.xz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/symfony.tar.xz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/symfony.tar.xz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/symfony.tar.xz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/symfony.tar.xz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/symfony.tar.xz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/symfony.tar.xz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/symfony.tar.xz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/symfony.tar.xz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/symfony.tar.xz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/symfony.tar.xz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/symfony.tar.xz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/symfony.tar.xz",status="404"} 0.00013984 http_request_duration_seconds_count{method="GET",path="/symfony.tar.xz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/symfony.tgz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/symfony.tgz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/symfony.tgz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/symfony.tgz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/symfony.tgz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/symfony.tgz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/symfony.tgz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/symfony.tgz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/symfony.tgz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/symfony.tgz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/symfony.tgz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/symfony.tgz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/symfony.tgz",status="404"} 0.000141893 http_request_duration_seconds_count{method="GET",path="/symfony.tgz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/symfony.zip",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/symfony.zip",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/symfony.zip",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/symfony.zip",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/symfony.zip",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/symfony.zip",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/symfony.zip",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/symfony.zip",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/symfony.zip",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/symfony.zip",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/symfony.zip",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/symfony.zip",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/symfony.zip",status="404"} 0.000126529 http_request_duration_seconds_count{method="GET",path="/symfony.zip",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/symfony.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/symfony.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/symfony.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/symfony.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/symfony.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/symfony.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/symfony.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/symfony.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/symfony.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/symfony.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/symfony.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/symfony.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/symfony.zip",status="429"} 2.4737e-05 http_request_duration_seconds_count{method="GET",path="/symfony.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/symfony.zst",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/symfony.zst",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/symfony.zst",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/symfony.zst",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/symfony.zst",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/symfony.zst",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/symfony.zst",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/symfony.zst",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/symfony.zst",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/symfony.zst",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/symfony.zst",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/symfony.zst",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/symfony.zst",status="404"} 0.00013532 http_request_duration_seconds_count{method="GET",path="/symfony.zst",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/symfony/.env",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/symfony/.env",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/symfony/.env",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/symfony/.env",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/symfony/.env",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/symfony/.env",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/symfony/.env",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/symfony/.env",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/symfony/.env",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/symfony/.env",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/symfony/.env",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/symfony/.env",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/symfony/.env",status="404"} 0.000133029 http_request_duration_seconds_count{method="GET",path="/symfony/.env",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/symfony/.env",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/symfony/.env",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/symfony/.env",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/symfony/.env",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/symfony/.env",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/symfony/.env",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/symfony/.env",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/symfony/.env",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/symfony/.env",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/symfony/.env",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/symfony/.env",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/symfony/.env",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/symfony/.env",status="429"} 8.5078e-05 http_request_duration_seconds_count{method="GET",path="/symfony/.env",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/symfony/.git/config",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/symfony/.git/config",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/symfony/.git/config",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/symfony/.git/config",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/symfony/.git/config",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/symfony/.git/config",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/symfony/.git/config",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/symfony/.git/config",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/symfony/.git/config",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/symfony/.git/config",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/symfony/.git/config",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/symfony/.git/config",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/symfony/.git/config",status="429"} 0.000122632 http_request_duration_seconds_count{method="GET",path="/symfony/.git/config",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/symfony/_profiler/phpinfo",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/symfony/_profiler/phpinfo",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/symfony/_profiler/phpinfo",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/symfony/_profiler/phpinfo",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/symfony/_profiler/phpinfo",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/symfony/_profiler/phpinfo",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/symfony/_profiler/phpinfo",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/symfony/_profiler/phpinfo",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/symfony/_profiler/phpinfo",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/symfony/_profiler/phpinfo",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/symfony/_profiler/phpinfo",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/symfony/_profiler/phpinfo",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/symfony/_profiler/phpinfo",status="429"} 0.00022661399999999998 http_request_duration_seconds_count{method="GET",path="/symfony/_profiler/phpinfo",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/sync.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/sync.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/sync.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/sync.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/sync.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/sync.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/sync.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/sync.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/sync.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/sync.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/sync.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/sync.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/sync.zip",status="429"} 3.5489e-05 http_request_duration_seconds_count{method="GET",path="/sync.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/sys.php",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/sys.php",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/sys.php",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/sys.php",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/sys.php",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/sys.php",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/sys.php",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/sys.php",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/sys.php",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/sys.php",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/sys.php",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/sys.php",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/sys.php",status="404"} 0.000424399 http_request_duration_seconds_count{method="GET",path="/sys.php",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/sys.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/sys.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/sys.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/sys.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/sys.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/sys.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/sys.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/sys.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/sys.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/sys.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/sys.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/sys.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/sys.zip",status="429"} 2.8823e-05 http_request_duration_seconds_count{method="GET",path="/sys.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/sys/info.php",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/sys/info.php",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/sys/info.php",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/sys/info.php",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/sys/info.php",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/sys/info.php",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/sys/info.php",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/sys/info.php",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/sys/info.php",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/sys/info.php",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/sys/info.php",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/sys/info.php",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/sys/info.php",status="429"} 9.7416e-05 http_request_duration_seconds_count{method="GET",path="/sys/info.php",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/sys/phpinfo.php",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/sys/phpinfo.php",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/sys/phpinfo.php",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/sys/phpinfo.php",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/sys/phpinfo.php",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/sys/phpinfo.php",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/sys/phpinfo.php",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/sys/phpinfo.php",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/sys/phpinfo.php",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/sys/phpinfo.php",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/sys/phpinfo.php",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/sys/phpinfo.php",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/sys/phpinfo.php",status="429"} 0.000126105 http_request_duration_seconds_count{method="GET",path="/sys/phpinfo.php",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/sysadmin/.env",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/sysadmin/.env",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/sysadmin/.env",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/sysadmin/.env",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/sysadmin/.env",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/sysadmin/.env",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/sysadmin/.env",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/sysadmin/.env",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/sysadmin/.env",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/sysadmin/.env",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/sysadmin/.env",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/sysadmin/.env",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/sysadmin/.env",status="404"} 0.000160297 http_request_duration_seconds_count{method="GET",path="/sysadmin/.env",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/sysadmin/.env",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/sysadmin/.env",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/sysadmin/.env",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/sysadmin/.env",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/sysadmin/.env",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/sysadmin/.env",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/sysadmin/.env",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/sysadmin/.env",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/sysadmin/.env",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/sysadmin/.env",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/sysadmin/.env",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/sysadmin/.env",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/sysadmin/.env",status="429"} 0.00010387 http_request_duration_seconds_count{method="GET",path="/sysadmin/.env",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/sysinfo.cgi",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/sysinfo.cgi",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/sysinfo.cgi",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/sysinfo.cgi",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/sysinfo.cgi",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/sysinfo.cgi",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/sysinfo.cgi",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/sysinfo.cgi",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/sysinfo.cgi",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/sysinfo.cgi",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/sysinfo.cgi",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/sysinfo.cgi",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/sysinfo.cgi",status="429"} 0.000215442 http_request_duration_seconds_count{method="GET",path="/sysinfo.cgi",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/system.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/system.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/system.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/system.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/system.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/system.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/system.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/system.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/system.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/system.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/system.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/system.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/system.php",status="404"} 0.000134323 http_request_duration_seconds_count{method="GET",path="/system.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/system.php",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/system.php",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/system.php",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/system.php",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/system.php",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/system.php",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/system.php",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/system.php",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/system.php",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/system.php",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/system.php",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/system.php",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/system.php",status="429"} 0.000119909 http_request_duration_seconds_count{method="GET",path="/system.php",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/system.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/system.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/system.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/system.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/system.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/system.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/system.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/system.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/system.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/system.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/system.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/system.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/system.zip",status="429"} 6.6332e-05 http_request_duration_seconds_count{method="GET",path="/system.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/system/.env",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/system/.env",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/system/.env",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/system/.env",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/system/.env",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/system/.env",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/system/.env",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/system/.env",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/system/.env",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/system/.env",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/system/.env",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/system/.env",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/system/.env",status="429"} 0.000148564 http_request_duration_seconds_count{method="GET",path="/system/.env",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/system/info.php",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/system/info.php",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/system/info.php",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/system/info.php",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/system/info.php",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/system/info.php",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/system/info.php",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/system/info.php",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/system/info.php",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/system/info.php",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/system/info.php",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/system/info.php",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/system/info.php",status="429"} 0.000177283 http_request_duration_seconds_count{method="GET",path="/system/info.php",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/system_log.php",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/system_log.php",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/system_log.php",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/system_log.php",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/system_log.php",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/system_log.php",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/system_log.php",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/system_log.php",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/system_log.php",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/system_log.php",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/system_log.php",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/system_log.php",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/system_log.php",status="404"} 0.000417123 http_request_duration_seconds_count{method="GET",path="/system_log.php",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/t.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/t.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/t.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/t.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/t.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/t.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/t.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/t.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/t.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/t.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/t.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/t.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/t.php",status="404"} 0.000151575 http_request_duration_seconds_count{method="GET",path="/t.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/t.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/t.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/t.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/t.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/t.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/t.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/t.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/t.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/t.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/t.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/t.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/t.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/t.php",status="429"} 0.000161899 http_request_duration_seconds_count{method="GET",path="/t.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/t00l.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/t00l.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/t00l.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/t00l.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/t00l.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/t00l.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/t00l.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/t00l.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/t00l.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/t00l.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/t00l.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/t00l.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/t00l.php",status="404"} 0.000129564 http_request_duration_seconds_count{method="GET",path="/t00l.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/t3s.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/t3s.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/t3s.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/t3s.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/t3s.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/t3s.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/t3s.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/t3s.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/t3s.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/t3s.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/t3s.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/t3s.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/t3s.php",status="404"} 0.000164756 http_request_duration_seconds_count{method="GET",path="/t3s.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/taff.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/taff.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/taff.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/taff.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/taff.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/taff.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/taff.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/taff.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/taff.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/taff.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/taff.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/taff.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/taff.php",status="404"} 0.000150789 http_request_duration_seconds_count{method="GET",path="/taff.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/tailwind.config.js",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/tailwind.config.js",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/tailwind.config.js",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/tailwind.config.js",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/tailwind.config.js",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/tailwind.config.js",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/tailwind.config.js",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/tailwind.config.js",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/tailwind.config.js",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/tailwind.config.js",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/tailwind.config.js",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/tailwind.config.js",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/tailwind.config.js",status="404"} 0.000240786 http_request_duration_seconds_count{method="GET",path="/tailwind.config.js",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/tailwind.config.js",status="429",le="0.005"} 9 http_request_duration_seconds_bucket{method="GET",path="/tailwind.config.js",status="429",le="0.01"} 9 http_request_duration_seconds_bucket{method="GET",path="/tailwind.config.js",status="429",le="0.025"} 9 http_request_duration_seconds_bucket{method="GET",path="/tailwind.config.js",status="429",le="0.05"} 9 http_request_duration_seconds_bucket{method="GET",path="/tailwind.config.js",status="429",le="0.1"} 9 http_request_duration_seconds_bucket{method="GET",path="/tailwind.config.js",status="429",le="0.25"} 9 http_request_duration_seconds_bucket{method="GET",path="/tailwind.config.js",status="429",le="0.5"} 9 http_request_duration_seconds_bucket{method="GET",path="/tailwind.config.js",status="429",le="1"} 9 http_request_duration_seconds_bucket{method="GET",path="/tailwind.config.js",status="429",le="2.5"} 9 http_request_duration_seconds_bucket{method="GET",path="/tailwind.config.js",status="429",le="5"} 9 http_request_duration_seconds_bucket{method="GET",path="/tailwind.config.js",status="429",le="10"} 9 http_request_duration_seconds_bucket{method="GET",path="/tailwind.config.js",status="429",le="+Inf"} 9 http_request_duration_seconds_sum{method="GET",path="/tailwind.config.js",status="429"} 0.000589987 http_request_duration_seconds_count{method="GET",path="/tailwind.config.js",status="429"} 9 http_request_duration_seconds_bucket{method="GET",path="/taktak.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/taktak.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/taktak.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/taktak.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/taktak.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/taktak.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/taktak.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/taktak.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/taktak.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/taktak.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/taktak.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/taktak.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/taktak.php",status="404"} 0.000142313 http_request_duration_seconds_count{method="GET",path="/taktak.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/tasks.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/tasks.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/tasks.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/tasks.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/tasks.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/tasks.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/tasks.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/tasks.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/tasks.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/tasks.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/tasks.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/tasks.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/tasks.zip",status="429"} 3.4689e-05 http_request_duration_seconds_count{method="GET",path="/tasks.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/team.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/team.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/team.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/team.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/team.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/team.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/team.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/team.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/team.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/team.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/team.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/team.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/team.zip",status="429"} 3.6679e-05 http_request_duration_seconds_count{method="GET",path="/team.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/teams/*",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/teams/*",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/teams/*",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/teams/*",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/teams/*",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/teams/*",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/teams/*",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/teams/*",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/teams/*",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/teams/*",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/teams/*",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/teams/*",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/teams/*",status="429"} 0.000236735 http_request_duration_seconds_count{method="GET",path="/teams/*",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/telegram.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/telegram.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/telegram.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/telegram.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/telegram.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/telegram.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/telegram.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/telegram.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/telegram.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/telegram.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/telegram.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/telegram.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/telegram.zip",status="429"} 4.9867e-05 http_request_duration_seconds_count{method="GET",path="/telegram.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/telescope/requests",status="404",le="0.005"} 10 http_request_duration_seconds_bucket{method="GET",path="/telescope/requests",status="404",le="0.01"} 10 http_request_duration_seconds_bucket{method="GET",path="/telescope/requests",status="404",le="0.025"} 10 http_request_duration_seconds_bucket{method="GET",path="/telescope/requests",status="404",le="0.05"} 10 http_request_duration_seconds_bucket{method="GET",path="/telescope/requests",status="404",le="0.1"} 10 http_request_duration_seconds_bucket{method="GET",path="/telescope/requests",status="404",le="0.25"} 10 http_request_duration_seconds_bucket{method="GET",path="/telescope/requests",status="404",le="0.5"} 10 http_request_duration_seconds_bucket{method="GET",path="/telescope/requests",status="404",le="1"} 10 http_request_duration_seconds_bucket{method="GET",path="/telescope/requests",status="404",le="2.5"} 10 http_request_duration_seconds_bucket{method="GET",path="/telescope/requests",status="404",le="5"} 10 http_request_duration_seconds_bucket{method="GET",path="/telescope/requests",status="404",le="10"} 10 http_request_duration_seconds_bucket{method="GET",path="/telescope/requests",status="404",le="+Inf"} 10 http_request_duration_seconds_sum{method="GET",path="/telescope/requests",status="404"} 0.0015119939999999998 http_request_duration_seconds_count{method="GET",path="/telescope/requests",status="404"} 10 http_request_duration_seconds_bucket{method="GET",path="/temp.php",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/temp.php",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/temp.php",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/temp.php",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/temp.php",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/temp.php",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/temp.php",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/temp.php",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/temp.php",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/temp.php",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/temp.php",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/temp.php",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/temp.php",status="429"} 0.000143054 http_request_duration_seconds_count{method="GET",path="/temp.php",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/temp.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/temp.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/temp.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/temp.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/temp.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/temp.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/temp.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/temp.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/temp.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/temp.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/temp.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/temp.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/temp.zip",status="429"} 3.6306e-05 http_request_duration_seconds_count{method="GET",path="/temp.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/temp/.env",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/temp/.env",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/temp/.env",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/temp/.env",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/temp/.env",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/temp/.env",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/temp/.env",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/temp/.env",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/temp/.env",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/temp/.env",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/temp/.env",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/temp/.env",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/temp/.env",status="404"} 0.000143643 http_request_duration_seconds_count{method="GET",path="/temp/.env",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/temp/.env",status="429",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/temp/.env",status="429",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/temp/.env",status="429",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/temp/.env",status="429",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/temp/.env",status="429",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/temp/.env",status="429",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/temp/.env",status="429",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/temp/.env",status="429",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/temp/.env",status="429",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/temp/.env",status="429",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/temp/.env",status="429",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/temp/.env",status="429",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/temp/.env",status="429"} 0.000212334 http_request_duration_seconds_count{method="GET",path="/temp/.env",status="429"} 3 http_request_duration_seconds_bucket{method="GET",path="/template-cloudformation.yaml",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/template-cloudformation.yaml",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/template-cloudformation.yaml",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/template-cloudformation.yaml",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/template-cloudformation.yaml",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/template-cloudformation.yaml",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/template-cloudformation.yaml",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/template-cloudformation.yaml",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/template-cloudformation.yaml",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/template-cloudformation.yaml",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/template-cloudformation.yaml",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/template-cloudformation.yaml",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/template-cloudformation.yaml",status="404"} 0.000141509 http_request_duration_seconds_count{method="GET",path="/template-cloudformation.yaml",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/template.yaml",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/template.yaml",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/template.yaml",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/template.yaml",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/template.yaml",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/template.yaml",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/template.yaml",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/template.yaml",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/template.yaml",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/template.yaml",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/template.yaml",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/template.yaml",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/template.yaml",status="429"} 0.000205141 http_request_duration_seconds_count{method="GET",path="/template.yaml",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/template.yml",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/template.yml",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/template.yml",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/template.yml",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/template.yml",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/template.yml",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/template.yml",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/template.yml",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/template.yml",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/template.yml",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/template.yml",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/template.yml",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/template.yml",status="404"} 0.000197662 http_request_duration_seconds_count{method="GET",path="/template.yml",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/templates.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/templates.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/templates.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/templates.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/templates.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/templates.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/templates.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/templates.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/templates.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/templates.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/templates.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/templates.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/templates.zip",status="429"} 4.0918000000000004e-05 http_request_duration_seconds_count{method="GET",path="/templates.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/temporary.zip",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/temporary.zip",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/temporary.zip",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/temporary.zip",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/temporary.zip",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/temporary.zip",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/temporary.zip",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/temporary.zip",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/temporary.zip",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/temporary.zip",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/temporary.zip",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/temporary.zip",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/temporary.zip",status="404"} 3.2915e-05 http_request_duration_seconds_count{method="GET",path="/temporary.zip",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/temporary.zip",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/temporary.zip",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/temporary.zip",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/temporary.zip",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/temporary.zip",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/temporary.zip",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/temporary.zip",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/temporary.zip",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/temporary.zip",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/temporary.zip",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/temporary.zip",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/temporary.zip",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/temporary.zip",status="429"} 2.7738e-05 http_request_duration_seconds_count{method="GET",path="/temporary.zip",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/term.php",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/term.php",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/term.php",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/term.php",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/term.php",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/term.php",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/term.php",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/term.php",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/term.php",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/term.php",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/term.php",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/term.php",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/term.php",status="404"} 0.00042153000000000004 http_request_duration_seconds_count{method="GET",path="/term.php",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/terms.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/terms.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/terms.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/terms.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/terms.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/terms.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/terms.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/terms.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/terms.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/terms.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/terms.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/terms.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/terms.zip",status="429"} 2.3522e-05 http_request_duration_seconds_count{method="GET",path="/terms.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/terraform.tfstate",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/terraform.tfstate",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/terraform.tfstate",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/terraform.tfstate",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/terraform.tfstate",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/terraform.tfstate",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/terraform.tfstate",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/terraform.tfstate",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/terraform.tfstate",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/terraform.tfstate",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/terraform.tfstate",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/terraform.tfstate",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/terraform.tfstate",status="404"} 0.000133763 http_request_duration_seconds_count{method="GET",path="/terraform.tfstate",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/terraform.tfstate",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/terraform.tfstate",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/terraform.tfstate",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/terraform.tfstate",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/terraform.tfstate",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/terraform.tfstate",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/terraform.tfstate",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/terraform.tfstate",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/terraform.tfstate",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/terraform.tfstate",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/terraform.tfstate",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/terraform.tfstate",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/terraform.tfstate",status="429"} 0.00021548200000000002 http_request_duration_seconds_count{method="GET",path="/terraform.tfstate",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/terraform.tfstate.backup",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/terraform.tfstate.backup",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/terraform.tfstate.backup",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/terraform.tfstate.backup",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/terraform.tfstate.backup",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/terraform.tfstate.backup",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/terraform.tfstate.backup",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/terraform.tfstate.backup",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/terraform.tfstate.backup",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/terraform.tfstate.backup",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/terraform.tfstate.backup",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/terraform.tfstate.backup",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/terraform.tfstate.backup",status="429"} 0.00019937900000000002 http_request_duration_seconds_count{method="GET",path="/terraform.tfstate.backup",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/terraform.tfvars",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/terraform.tfvars",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/terraform.tfvars",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/terraform.tfvars",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/terraform.tfvars",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/terraform.tfvars",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/terraform.tfvars",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/terraform.tfvars",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/terraform.tfvars",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/terraform.tfvars",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/terraform.tfvars",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/terraform.tfvars",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/terraform.tfvars",status="404"} 0.000154926 http_request_duration_seconds_count{method="GET",path="/terraform.tfvars",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/terraform.tfvars",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/terraform.tfvars",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/terraform.tfvars",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/terraform.tfvars",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/terraform.tfvars",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/terraform.tfvars",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/terraform.tfvars",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/terraform.tfvars",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/terraform.tfvars",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/terraform.tfvars",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/terraform.tfvars",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/terraform.tfvars",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/terraform.tfvars",status="429"} 0.000247693 http_request_duration_seconds_count{method="GET",path="/terraform.tfvars",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/terraform.tfvars.json",status="404",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/terraform.tfvars.json",status="404",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/terraform.tfvars.json",status="404",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/terraform.tfvars.json",status="404",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/terraform.tfvars.json",status="404",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/terraform.tfvars.json",status="404",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/terraform.tfvars.json",status="404",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/terraform.tfvars.json",status="404",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/terraform.tfvars.json",status="404",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/terraform.tfvars.json",status="404",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/terraform.tfvars.json",status="404",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/terraform.tfvars.json",status="404",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/terraform.tfvars.json",status="404"} 0.000504533 http_request_duration_seconds_count{method="GET",path="/terraform.tfvars.json",status="404"} 4 http_request_duration_seconds_bucket{method="GET",path="/terraform.tfvars.json",status="429",le="0.005"} 15 http_request_duration_seconds_bucket{method="GET",path="/terraform.tfvars.json",status="429",le="0.01"} 15 http_request_duration_seconds_bucket{method="GET",path="/terraform.tfvars.json",status="429",le="0.025"} 15 http_request_duration_seconds_bucket{method="GET",path="/terraform.tfvars.json",status="429",le="0.05"} 15 http_request_duration_seconds_bucket{method="GET",path="/terraform.tfvars.json",status="429",le="0.1"} 15 http_request_duration_seconds_bucket{method="GET",path="/terraform.tfvars.json",status="429",le="0.25"} 15 http_request_duration_seconds_bucket{method="GET",path="/terraform.tfvars.json",status="429",le="0.5"} 15 http_request_duration_seconds_bucket{method="GET",path="/terraform.tfvars.json",status="429",le="1"} 15 http_request_duration_seconds_bucket{method="GET",path="/terraform.tfvars.json",status="429",le="2.5"} 15 http_request_duration_seconds_bucket{method="GET",path="/terraform.tfvars.json",status="429",le="5"} 15 http_request_duration_seconds_bucket{method="GET",path="/terraform.tfvars.json",status="429",le="10"} 15 http_request_duration_seconds_bucket{method="GET",path="/terraform.tfvars.json",status="429",le="+Inf"} 15 http_request_duration_seconds_sum{method="GET",path="/terraform.tfvars.json",status="429"} 0.001110253 http_request_duration_seconds_count{method="GET",path="/terraform.tfvars.json",status="429"} 15 http_request_duration_seconds_bucket{method="GET",path="/terraform/.env",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/terraform/.env",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/terraform/.env",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/terraform/.env",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/terraform/.env",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/terraform/.env",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/terraform/.env",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/terraform/.env",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/terraform/.env",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/terraform/.env",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/terraform/.env",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/terraform/.env",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/terraform/.env",status="429"} 7.9636e-05 http_request_duration_seconds_count{method="GET",path="/terraform/.env",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/terraform/terraform.tfvars.json",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/terraform/terraform.tfvars.json",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/terraform/terraform.tfvars.json",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/terraform/terraform.tfvars.json",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/terraform/terraform.tfvars.json",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/terraform/terraform.tfvars.json",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/terraform/terraform.tfvars.json",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/terraform/terraform.tfvars.json",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/terraform/terraform.tfvars.json",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/terraform/terraform.tfvars.json",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/terraform/terraform.tfvars.json",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/terraform/terraform.tfvars.json",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/terraform/terraform.tfvars.json",status="404"} 9.9443e-05 http_request_duration_seconds_count{method="GET",path="/terraform/terraform.tfvars.json",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/terraform/terraform.tfvars.json",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/terraform/terraform.tfvars.json",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/terraform/terraform.tfvars.json",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/terraform/terraform.tfvars.json",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/terraform/terraform.tfvars.json",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/terraform/terraform.tfvars.json",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/terraform/terraform.tfvars.json",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/terraform/terraform.tfvars.json",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/terraform/terraform.tfvars.json",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/terraform/terraform.tfvars.json",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/terraform/terraform.tfvars.json",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/terraform/terraform.tfvars.json",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/terraform/terraform.tfvars.json",status="429"} 0.000105095 http_request_duration_seconds_count{method="GET",path="/terraform/terraform.tfvars.json",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/tes.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/tes.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/tes.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/tes.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/tes.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/tes.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/tes.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/tes.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/tes.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/tes.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/tes.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/tes.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/tes.php",status="404"} 0.000125227 http_request_duration_seconds_count{method="GET",path="/tes.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/tes.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/tes.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/tes.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/tes.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/tes.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/tes.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/tes.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/tes.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/tes.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/tes.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/tes.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/tes.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/tes.php",status="429"} 0.000129986 http_request_duration_seconds_count{method="GET",path="/tes.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/test",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/test",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/test",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/test",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/test",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/test",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/test",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/test",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/test",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/test",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/test",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/test",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/test",status="429"} 0.00020159300000000002 http_request_duration_seconds_count{method="GET",path="/test",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/test.7z",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/test.7z",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/test.7z",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/test.7z",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/test.7z",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/test.7z",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/test.7z",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/test.7z",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/test.7z",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/test.7z",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/test.7z",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/test.7z",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/test.7z",status="404"} 0.000143189 http_request_duration_seconds_count{method="GET",path="/test.7z",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/test.bz2",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/test.bz2",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/test.bz2",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/test.bz2",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/test.bz2",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/test.bz2",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/test.bz2",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/test.bz2",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/test.bz2",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/test.bz2",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/test.bz2",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/test.bz2",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/test.bz2",status="404"} 0.000151657 http_request_duration_seconds_count{method="GET",path="/test.bz2",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/test.gz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/test.gz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/test.gz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/test.gz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/test.gz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/test.gz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/test.gz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/test.gz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/test.gz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/test.gz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/test.gz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/test.gz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/test.gz",status="404"} 0.000125578 http_request_duration_seconds_count{method="GET",path="/test.gz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/test.php",status="404",le="0.005"} 14 http_request_duration_seconds_bucket{method="GET",path="/test.php",status="404",le="0.01"} 14 http_request_duration_seconds_bucket{method="GET",path="/test.php",status="404",le="0.025"} 14 http_request_duration_seconds_bucket{method="GET",path="/test.php",status="404",le="0.05"} 14 http_request_duration_seconds_bucket{method="GET",path="/test.php",status="404",le="0.1"} 14 http_request_duration_seconds_bucket{method="GET",path="/test.php",status="404",le="0.25"} 14 http_request_duration_seconds_bucket{method="GET",path="/test.php",status="404",le="0.5"} 14 http_request_duration_seconds_bucket{method="GET",path="/test.php",status="404",le="1"} 14 http_request_duration_seconds_bucket{method="GET",path="/test.php",status="404",le="2.5"} 14 http_request_duration_seconds_bucket{method="GET",path="/test.php",status="404",le="5"} 14 http_request_duration_seconds_bucket{method="GET",path="/test.php",status="404",le="10"} 14 http_request_duration_seconds_bucket{method="GET",path="/test.php",status="404",le="+Inf"} 14 http_request_duration_seconds_sum{method="GET",path="/test.php",status="404"} 0.001878699 http_request_duration_seconds_count{method="GET",path="/test.php",status="404"} 14 http_request_duration_seconds_bucket{method="GET",path="/test.php",status="429",le="0.005"} 5 http_request_duration_seconds_bucket{method="GET",path="/test.php",status="429",le="0.01"} 5 http_request_duration_seconds_bucket{method="GET",path="/test.php",status="429",le="0.025"} 5 http_request_duration_seconds_bucket{method="GET",path="/test.php",status="429",le="0.05"} 5 http_request_duration_seconds_bucket{method="GET",path="/test.php",status="429",le="0.1"} 5 http_request_duration_seconds_bucket{method="GET",path="/test.php",status="429",le="0.25"} 5 http_request_duration_seconds_bucket{method="GET",path="/test.php",status="429",le="0.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/test.php",status="429",le="1"} 5 http_request_duration_seconds_bucket{method="GET",path="/test.php",status="429",le="2.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/test.php",status="429",le="5"} 5 http_request_duration_seconds_bucket{method="GET",path="/test.php",status="429",le="10"} 5 http_request_duration_seconds_bucket{method="GET",path="/test.php",status="429",le="+Inf"} 5 http_request_duration_seconds_sum{method="GET",path="/test.php",status="429"} 0.000489328 http_request_duration_seconds_count{method="GET",path="/test.php",status="429"} 5 http_request_duration_seconds_bucket{method="GET",path="/test.rar",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/test.rar",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/test.rar",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/test.rar",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/test.rar",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/test.rar",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/test.rar",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/test.rar",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/test.rar",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/test.rar",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/test.rar",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/test.rar",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/test.rar",status="404"} 0.000127891 http_request_duration_seconds_count{method="GET",path="/test.rar",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/test.sql",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/test.sql",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/test.sql",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/test.sql",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/test.sql",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/test.sql",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/test.sql",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/test.sql",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/test.sql",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/test.sql",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/test.sql",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/test.sql",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/test.sql",status="404"} 0.000164853 http_request_duration_seconds_count{method="GET",path="/test.sql",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/test.sql.bz2",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/test.sql.bz2",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/test.sql.bz2",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/test.sql.bz2",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/test.sql.bz2",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/test.sql.bz2",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/test.sql.bz2",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/test.sql.bz2",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/test.sql.bz2",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/test.sql.bz2",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/test.sql.bz2",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/test.sql.bz2",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/test.sql.bz2",status="404"} 0.000164884 http_request_duration_seconds_count{method="GET",path="/test.sql.bz2",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/test.sql.gz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/test.sql.gz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/test.sql.gz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/test.sql.gz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/test.sql.gz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/test.sql.gz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/test.sql.gz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/test.sql.gz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/test.sql.gz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/test.sql.gz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/test.sql.gz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/test.sql.gz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/test.sql.gz",status="404"} 0.000134075 http_request_duration_seconds_count{method="GET",path="/test.sql.gz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/test.tar",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/test.tar",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/test.tar",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/test.tar",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/test.tar",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/test.tar",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/test.tar",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/test.tar",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/test.tar",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/test.tar",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/test.tar",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/test.tar",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/test.tar",status="404"} 0.000142804 http_request_duration_seconds_count{method="GET",path="/test.tar",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/test.tar.bz2",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/test.tar.bz2",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/test.tar.bz2",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/test.tar.bz2",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/test.tar.bz2",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/test.tar.bz2",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/test.tar.bz2",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/test.tar.bz2",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/test.tar.bz2",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/test.tar.bz2",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/test.tar.bz2",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/test.tar.bz2",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/test.tar.bz2",status="404"} 0.00016482 http_request_duration_seconds_count{method="GET",path="/test.tar.bz2",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/test.tar.gz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/test.tar.gz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/test.tar.gz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/test.tar.gz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/test.tar.gz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/test.tar.gz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/test.tar.gz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/test.tar.gz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/test.tar.gz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/test.tar.gz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/test.tar.gz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/test.tar.gz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/test.tar.gz",status="404"} 0.000148058 http_request_duration_seconds_count{method="GET",path="/test.tar.gz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/test.tar.xz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/test.tar.xz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/test.tar.xz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/test.tar.xz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/test.tar.xz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/test.tar.xz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/test.tar.xz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/test.tar.xz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/test.tar.xz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/test.tar.xz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/test.tar.xz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/test.tar.xz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/test.tar.xz",status="404"} 0.00011248 http_request_duration_seconds_count{method="GET",path="/test.tar.xz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/test.tgz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/test.tgz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/test.tgz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/test.tgz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/test.tgz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/test.tgz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/test.tgz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/test.tgz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/test.tgz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/test.tgz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/test.tgz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/test.tgz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/test.tgz",status="404"} 0.000133541 http_request_duration_seconds_count{method="GET",path="/test.tgz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/test.zip",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/test.zip",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/test.zip",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/test.zip",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/test.zip",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/test.zip",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/test.zip",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/test.zip",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/test.zip",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/test.zip",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/test.zip",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/test.zip",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/test.zip",status="404"} 0.000139443 http_request_duration_seconds_count{method="GET",path="/test.zip",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/test.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/test.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/test.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/test.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/test.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/test.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/test.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/test.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/test.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/test.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/test.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/test.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/test.zip",status="429"} 3.384e-05 http_request_duration_seconds_count{method="GET",path="/test.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/test.zst",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/test.zst",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/test.zst",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/test.zst",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/test.zst",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/test.zst",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/test.zst",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/test.zst",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/test.zst",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/test.zst",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/test.zst",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/test.zst",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/test.zst",status="404"} 0.000153089 http_request_duration_seconds_count{method="GET",path="/test.zst",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/test/.env",status="429",le="0.005"} 5 http_request_duration_seconds_bucket{method="GET",path="/test/.env",status="429",le="0.01"} 5 http_request_duration_seconds_bucket{method="GET",path="/test/.env",status="429",le="0.025"} 5 http_request_duration_seconds_bucket{method="GET",path="/test/.env",status="429",le="0.05"} 5 http_request_duration_seconds_bucket{method="GET",path="/test/.env",status="429",le="0.1"} 5 http_request_duration_seconds_bucket{method="GET",path="/test/.env",status="429",le="0.25"} 5 http_request_duration_seconds_bucket{method="GET",path="/test/.env",status="429",le="0.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/test/.env",status="429",le="1"} 5 http_request_duration_seconds_bucket{method="GET",path="/test/.env",status="429",le="2.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/test/.env",status="429",le="5"} 5 http_request_duration_seconds_bucket{method="GET",path="/test/.env",status="429",le="10"} 5 http_request_duration_seconds_bucket{method="GET",path="/test/.env",status="429",le="+Inf"} 5 http_request_duration_seconds_sum{method="GET",path="/test/.env",status="429"} 0.00045016500000000004 http_request_duration_seconds_count{method="GET",path="/test/.env",status="429"} 5 http_request_duration_seconds_bucket{method="GET",path="/test/index.php",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/test/index.php",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/test/index.php",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/test/index.php",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/test/index.php",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/test/index.php",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/test/index.php",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/test/index.php",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/test/index.php",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/test/index.php",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/test/index.php",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/test/index.php",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/test/index.php",status="429"} 0.00015604300000000002 http_request_duration_seconds_count{method="GET",path="/test/index.php",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/test/info.php",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/test/info.php",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/test/info.php",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/test/info.php",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/test/info.php",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/test/info.php",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/test/info.php",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/test/info.php",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/test/info.php",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/test/info.php",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/test/info.php",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/test/info.php",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/test/info.php",status="429"} 9.3962e-05 http_request_duration_seconds_count{method="GET",path="/test/info.php",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/test/php.php",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/test/php.php",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/test/php.php",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/test/php.php",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/test/php.php",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/test/php.php",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/test/php.php",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/test/php.php",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/test/php.php",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/test/php.php",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/test/php.php",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/test/php.php",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/test/php.php",status="429"} 0.000187626 http_request_duration_seconds_count{method="GET",path="/test/php.php",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/test/phpinfo.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/test/phpinfo.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/test/phpinfo.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/test/phpinfo.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/test/phpinfo.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/test/phpinfo.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/test/phpinfo.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/test/phpinfo.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/test/phpinfo.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/test/phpinfo.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/test/phpinfo.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/test/phpinfo.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/test/phpinfo.php",status="404"} 0.000133713 http_request_duration_seconds_count{method="GET",path="/test/phpinfo.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/test/phpinfo.php",status="429",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/test/phpinfo.php",status="429",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/test/phpinfo.php",status="429",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/test/phpinfo.php",status="429",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/test/phpinfo.php",status="429",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/test/phpinfo.php",status="429",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/test/phpinfo.php",status="429",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/test/phpinfo.php",status="429",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/test/phpinfo.php",status="429",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/test/phpinfo.php",status="429",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/test/phpinfo.php",status="429",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/test/phpinfo.php",status="429",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/test/phpinfo.php",status="429"} 0.000318161 http_request_duration_seconds_count{method="GET",path="/test/phpinfo.php",status="429"} 3 http_request_duration_seconds_bucket{method="GET",path="/test/testing.php",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/test/testing.php",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/test/testing.php",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/test/testing.php",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/test/testing.php",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/test/testing.php",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/test/testing.php",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/test/testing.php",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/test/testing.php",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/test/testing.php",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/test/testing.php",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/test/testing.php",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/test/testing.php",status="429"} 0.000115236 http_request_duration_seconds_count{method="GET",path="/test/testing.php",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/test1.php",status="404",le="0.005"} 5 http_request_duration_seconds_bucket{method="GET",path="/test1.php",status="404",le="0.01"} 5 http_request_duration_seconds_bucket{method="GET",path="/test1.php",status="404",le="0.025"} 5 http_request_duration_seconds_bucket{method="GET",path="/test1.php",status="404",le="0.05"} 5 http_request_duration_seconds_bucket{method="GET",path="/test1.php",status="404",le="0.1"} 5 http_request_duration_seconds_bucket{method="GET",path="/test1.php",status="404",le="0.25"} 5 http_request_duration_seconds_bucket{method="GET",path="/test1.php",status="404",le="0.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/test1.php",status="404",le="1"} 5 http_request_duration_seconds_bucket{method="GET",path="/test1.php",status="404",le="2.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/test1.php",status="404",le="5"} 5 http_request_duration_seconds_bucket{method="GET",path="/test1.php",status="404",le="10"} 5 http_request_duration_seconds_bucket{method="GET",path="/test1.php",status="404",le="+Inf"} 5 http_request_duration_seconds_sum{method="GET",path="/test1.php",status="404"} 0.0007566340000000001 http_request_duration_seconds_count{method="GET",path="/test1.php",status="404"} 5 http_request_duration_seconds_bucket{method="GET",path="/testing.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/testing.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/testing.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/testing.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/testing.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/testing.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/testing.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/testing.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/testing.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/testing.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/testing.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/testing.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/testing.zip",status="429"} 3.1073999999999994e-05 http_request_duration_seconds_count{method="GET",path="/testing.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/testing/.env",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/testing/.env",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/testing/.env",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/testing/.env",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/testing/.env",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/testing/.env",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/testing/.env",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/testing/.env",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/testing/.env",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/testing/.env",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/testing/.env",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/testing/.env",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/testing/.env",status="429"} 0.00022934099999999998 http_request_duration_seconds_count{method="GET",path="/testing/.env",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/testing/info.php",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/testing/info.php",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/testing/info.php",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/testing/info.php",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/testing/info.php",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/testing/info.php",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/testing/info.php",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/testing/info.php",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/testing/info.php",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/testing/info.php",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/testing/info.php",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/testing/info.php",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/testing/info.php",status="429"} 0.000100481 http_request_duration_seconds_count{method="GET",path="/testing/info.php",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/testing/php.php",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/testing/php.php",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/testing/php.php",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/testing/php.php",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/testing/php.php",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/testing/php.php",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/testing/php.php",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/testing/php.php",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/testing/php.php",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/testing/php.php",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/testing/php.php",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/testing/php.php",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/testing/php.php",status="429"} 0.00022883700000000002 http_request_duration_seconds_count{method="GET",path="/testing/php.php",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/testing/phpinfo.php",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/testing/phpinfo.php",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/testing/phpinfo.php",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/testing/phpinfo.php",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/testing/phpinfo.php",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/testing/phpinfo.php",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/testing/phpinfo.php",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/testing/phpinfo.php",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/testing/phpinfo.php",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/testing/phpinfo.php",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/testing/phpinfo.php",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/testing/phpinfo.php",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/testing/phpinfo.php",status="429"} 0.000139911 http_request_duration_seconds_count{method="GET",path="/testing/phpinfo.php",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/tests/info.php",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/tests/info.php",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/tests/info.php",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/tests/info.php",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/tests/info.php",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/tests/info.php",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/tests/info.php",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/tests/info.php",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/tests/info.php",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/tests/info.php",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/tests/info.php",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/tests/info.php",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/tests/info.php",status="429"} 0.000132809 http_request_duration_seconds_count{method="GET",path="/tests/info.php",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/tests/phpinfo.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/tests/phpinfo.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/tests/phpinfo.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/tests/phpinfo.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/tests/phpinfo.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/tests/phpinfo.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/tests/phpinfo.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/tests/phpinfo.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/tests/phpinfo.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/tests/phpinfo.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/tests/phpinfo.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/tests/phpinfo.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/tests/phpinfo.php",status="404"} 0.000106734 http_request_duration_seconds_count{method="GET",path="/tests/phpinfo.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/tests/phpinfo.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/tests/phpinfo.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/tests/phpinfo.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/tests/phpinfo.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/tests/phpinfo.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/tests/phpinfo.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/tests/phpinfo.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/tests/phpinfo.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/tests/phpinfo.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/tests/phpinfo.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/tests/phpinfo.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/tests/phpinfo.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/tests/phpinfo.php",status="429"} 7.904e-05 http_request_duration_seconds_count{method="GET",path="/tests/phpinfo.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/tews.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/tews.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/tews.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/tews.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/tews.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/tews.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/tews.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/tews.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/tews.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/tews.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/tews.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/tews.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/tews.php",status="404"} 0.000137669 http_request_duration_seconds_count{method="GET",path="/tews.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/textures.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/textures.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/textures.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/textures.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/textures.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/textures.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/textures.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/textures.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/textures.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/textures.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/textures.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/textures.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/textures.zip",status="429"} 3.0761e-05 http_request_duration_seconds_count{method="GET",path="/textures.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/tfm.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/tfm.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/tfm.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/tfm.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/tfm.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/tfm.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/tfm.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/tfm.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/tfm.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/tfm.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/tfm.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/tfm.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/tfm.php",status="404"} 0.000173625 http_request_duration_seconds_count{method="GET",path="/tfm.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/tgrs.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/tgrs.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/tgrs.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/tgrs.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/tgrs.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/tgrs.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/tgrs.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/tgrs.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/tgrs.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/tgrs.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/tgrs.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/tgrs.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/tgrs.php",status="404"} 0.000282714 http_request_duration_seconds_count{method="GET",path="/tgrs.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/themes.php",status="404",le="0.005"} 6 http_request_duration_seconds_bucket{method="GET",path="/themes.php",status="404",le="0.01"} 6 http_request_duration_seconds_bucket{method="GET",path="/themes.php",status="404",le="0.025"} 6 http_request_duration_seconds_bucket{method="GET",path="/themes.php",status="404",le="0.05"} 6 http_request_duration_seconds_bucket{method="GET",path="/themes.php",status="404",le="0.1"} 6 http_request_duration_seconds_bucket{method="GET",path="/themes.php",status="404",le="0.25"} 6 http_request_duration_seconds_bucket{method="GET",path="/themes.php",status="404",le="0.5"} 6 http_request_duration_seconds_bucket{method="GET",path="/themes.php",status="404",le="1"} 6 http_request_duration_seconds_bucket{method="GET",path="/themes.php",status="404",le="2.5"} 6 http_request_duration_seconds_bucket{method="GET",path="/themes.php",status="404",le="5"} 6 http_request_duration_seconds_bucket{method="GET",path="/themes.php",status="404",le="10"} 6 http_request_duration_seconds_bucket{method="GET",path="/themes.php",status="404",le="+Inf"} 6 http_request_duration_seconds_sum{method="GET",path="/themes.php",status="404"} 0.0009039079999999999 http_request_duration_seconds_count{method="GET",path="/themes.php",status="404"} 6 http_request_duration_seconds_bucket{method="GET",path="/themes.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/themes.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/themes.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/themes.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/themes.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/themes.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/themes.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/themes.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/themes.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/themes.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/themes.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/themes.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/themes.zip",status="429"} 3.8465000000000005e-05 http_request_duration_seconds_count{method="GET",path="/themes.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/themes/twentytwentytwo/index.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/themes/twentytwentytwo/index.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/themes/twentytwentytwo/index.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/themes/twentytwentytwo/index.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/themes/twentytwentytwo/index.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/themes/twentytwentytwo/index.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/themes/twentytwentytwo/index.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/themes/twentytwentytwo/index.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/themes/twentytwentytwo/index.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/themes/twentytwentytwo/index.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/themes/twentytwentytwo/index.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/themes/twentytwentytwo/index.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/themes/twentytwentytwo/index.php",status="404"} 0.000249548 http_request_duration_seconds_count{method="GET",path="/themes/twentytwentytwo/index.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/this_is_a_new_hello_world.php",status="404",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/this_is_a_new_hello_world.php",status="404",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/this_is_a_new_hello_world.php",status="404",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/this_is_a_new_hello_world.php",status="404",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/this_is_a_new_hello_world.php",status="404",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/this_is_a_new_hello_world.php",status="404",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/this_is_a_new_hello_world.php",status="404",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/this_is_a_new_hello_world.php",status="404",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/this_is_a_new_hello_world.php",status="404",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/this_is_a_new_hello_world.php",status="404",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/this_is_a_new_hello_world.php",status="404",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/this_is_a_new_hello_world.php",status="404",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/this_is_a_new_hello_world.php",status="404"} 0.001222819 http_request_duration_seconds_count{method="GET",path="/this_is_a_new_hello_world.php",status="404"} 4 http_request_duration_seconds_bucket{method="GET",path="/threads/*",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/threads/*",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/threads/*",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/threads/*",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/threads/*",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/threads/*",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/threads/*",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/threads/*",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/threads/*",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/threads/*",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/threads/*",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/threads/*",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/threads/*",status="404"} 9.858e-05 http_request_duration_seconds_count{method="GET",path="/threads/*",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/threads/*",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/threads/*",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/threads/*",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/threads/*",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/threads/*",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/threads/*",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/threads/*",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/threads/*",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/threads/*",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/threads/*",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/threads/*",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/threads/*",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/threads/*",status="429"} 9.6986e-05 http_request_duration_seconds_count{method="GET",path="/threads/*",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/tiktok.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/tiktok.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/tiktok.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/tiktok.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/tiktok.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/tiktok.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/tiktok.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/tiktok.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/tiktok.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/tiktok.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/tiktok.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/tiktok.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/tiktok.zip",status="429"} 3.0299000000000002e-05 http_request_duration_seconds_count{method="GET",path="/tiktok.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/tiny.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/tiny.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/tiny.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/tiny.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/tiny.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/tiny.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/tiny.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/tiny.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/tiny.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/tiny.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/tiny.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/tiny.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/tiny.php",status="404"} 0.000277922 http_request_duration_seconds_count{method="GET",path="/tiny.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/tiny.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/tiny.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/tiny.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/tiny.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/tiny.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/tiny.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/tiny.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/tiny.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/tiny.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/tiny.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/tiny.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/tiny.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/tiny.php",status="429"} 0.000217777 http_request_duration_seconds_count{method="GET",path="/tiny.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/tiny2.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/tiny2.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/tiny2.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/tiny2.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/tiny2.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/tiny2.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/tiny2.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/tiny2.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/tiny2.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/tiny2.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/tiny2.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/tiny2.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/tiny2.php",status="404"} 0.000133943 http_request_duration_seconds_count{method="GET",path="/tiny2.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/tires.php",status="404",le="0.005"} 6 http_request_duration_seconds_bucket{method="GET",path="/tires.php",status="404",le="0.01"} 6 http_request_duration_seconds_bucket{method="GET",path="/tires.php",status="404",le="0.025"} 6 http_request_duration_seconds_bucket{method="GET",path="/tires.php",status="404",le="0.05"} 6 http_request_duration_seconds_bucket{method="GET",path="/tires.php",status="404",le="0.1"} 6 http_request_duration_seconds_bucket{method="GET",path="/tires.php",status="404",le="0.25"} 6 http_request_duration_seconds_bucket{method="GET",path="/tires.php",status="404",le="0.5"} 6 http_request_duration_seconds_bucket{method="GET",path="/tires.php",status="404",le="1"} 6 http_request_duration_seconds_bucket{method="GET",path="/tires.php",status="404",le="2.5"} 6 http_request_duration_seconds_bucket{method="GET",path="/tires.php",status="404",le="5"} 6 http_request_duration_seconds_bucket{method="GET",path="/tires.php",status="404",le="10"} 6 http_request_duration_seconds_bucket{method="GET",path="/tires.php",status="404",le="+Inf"} 6 http_request_duration_seconds_sum{method="GET",path="/tires.php",status="404"} 0.000810722 http_request_duration_seconds_count{method="GET",path="/tires.php",status="404"} 6 http_request_duration_seconds_bucket{method="GET",path="/tires.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/tires.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/tires.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/tires.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/tires.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/tires.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/tires.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/tires.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/tires.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/tires.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/tires.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/tires.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/tires.php",status="429"} 0.000130732 http_request_duration_seconds_count{method="GET",path="/tires.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/tls.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/tls.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/tls.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/tls.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/tls.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/tls.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/tls.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/tls.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/tls.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/tls.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/tls.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/tls.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/tls.zip",status="429"} 5.4704e-05 http_request_duration_seconds_count{method="GET",path="/tls.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/tmp.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/tmp.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/tmp.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/tmp.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/tmp.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/tmp.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/tmp.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/tmp.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/tmp.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/tmp.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/tmp.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/tmp.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/tmp.php",status="404"} 0.00012753 http_request_duration_seconds_count{method="GET",path="/tmp.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/tmp.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/tmp.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/tmp.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/tmp.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/tmp.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/tmp.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/tmp.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/tmp.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/tmp.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/tmp.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/tmp.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/tmp.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/tmp.zip",status="429"} 5.0355e-05 http_request_duration_seconds_count{method="GET",path="/tmp.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/tmp/.env",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/tmp/.env",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/tmp/.env",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/tmp/.env",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/tmp/.env",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/tmp/.env",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/tmp/.env",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/tmp/.env",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/tmp/.env",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/tmp/.env",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/tmp/.env",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/tmp/.env",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/tmp/.env",status="404"} 0.000130011 http_request_duration_seconds_count{method="GET",path="/tmp/.env",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/tmp/.env",status="429",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/tmp/.env",status="429",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/tmp/.env",status="429",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/tmp/.env",status="429",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/tmp/.env",status="429",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/tmp/.env",status="429",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/tmp/.env",status="429",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/tmp/.env",status="429",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/tmp/.env",status="429",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/tmp/.env",status="429",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/tmp/.env",status="429",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/tmp/.env",status="429",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/tmp/.env",status="429"} 0.000189909 http_request_duration_seconds_count{method="GET",path="/tmp/.env",status="429"} 3 http_request_duration_seconds_bucket{method="GET",path="/tmp/phpinfo.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/tmp/phpinfo.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/tmp/phpinfo.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/tmp/phpinfo.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/tmp/phpinfo.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/tmp/phpinfo.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/tmp/phpinfo.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/tmp/phpinfo.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/tmp/phpinfo.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/tmp/phpinfo.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/tmp/phpinfo.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/tmp/phpinfo.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/tmp/phpinfo.php",status="404"} 0.000135129 http_request_duration_seconds_count{method="GET",path="/tmp/phpinfo.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/tmp/phpinfo.php",status="429",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/tmp/phpinfo.php",status="429",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/tmp/phpinfo.php",status="429",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/tmp/phpinfo.php",status="429",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/tmp/phpinfo.php",status="429",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/tmp/phpinfo.php",status="429",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/tmp/phpinfo.php",status="429",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/tmp/phpinfo.php",status="429",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/tmp/phpinfo.php",status="429",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/tmp/phpinfo.php",status="429",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/tmp/phpinfo.php",status="429",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/tmp/phpinfo.php",status="429",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/tmp/phpinfo.php",status="429"} 0.000192991 http_request_duration_seconds_count{method="GET",path="/tmp/phpinfo.php",status="429"} 3 http_request_duration_seconds_bucket{method="GET",path="/tokens.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/tokens.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/tokens.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/tokens.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/tokens.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/tokens.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/tokens.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/tokens.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/tokens.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/tokens.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/tokens.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/tokens.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/tokens.zip",status="429"} 5.044e-05 http_request_duration_seconds_count{method="GET",path="/tokens.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/toml.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/toml.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/toml.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/toml.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/toml.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/toml.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/toml.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/toml.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/toml.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/toml.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/toml.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/toml.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/toml.zip",status="429"} 4.819e-05 http_request_duration_seconds_count{method="GET",path="/toml.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/ton.php",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/ton.php",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/ton.php",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/ton.php",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/ton.php",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/ton.php",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/ton.php",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/ton.php",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/ton.php",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/ton.php",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/ton.php",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/ton.php",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/ton.php",status="404"} 0.00040676 http_request_duration_seconds_count{method="GET",path="/ton.php",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/tool.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/tool.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/tool.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/tool.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/tool.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/tool.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/tool.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/tool.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/tool.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/tool.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/tool.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/tool.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/tool.php",status="404"} 0.00029987899999999997 http_request_duration_seconds_count{method="GET",path="/tool.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/tools.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/tools.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/tools.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/tools.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/tools.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/tools.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/tools.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/tools.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/tools.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/tools.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/tools.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/tools.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/tools.zip",status="429"} 1.784e-05 http_request_duration_seconds_count{method="GET",path="/tools.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/tools/.env",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/tools/.env",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/tools/.env",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/tools/.env",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/tools/.env",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/tools/.env",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/tools/.env",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/tools/.env",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/tools/.env",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/tools/.env",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/tools/.env",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/tools/.env",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/tools/.env",status="404"} 0.000136561 http_request_duration_seconds_count{method="GET",path="/tools/.env",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/tools/.env",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/tools/.env",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/tools/.env",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/tools/.env",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/tools/.env",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/tools/.env",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/tools/.env",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/tools/.env",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/tools/.env",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/tools/.env",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/tools/.env",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/tools/.env",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/tools/.env",status="429"} 8.0258e-05 http_request_duration_seconds_count{method="GET",path="/tools/.env",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/tor.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/tor.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/tor.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/tor.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/tor.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/tor.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/tor.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/tor.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/tor.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/tor.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/tor.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/tor.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/tor.php",status="404"} 0.000136257 http_request_duration_seconds_count{method="GET",path="/tor.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/torsa1.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/torsa1.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/torsa1.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/torsa1.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/torsa1.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/torsa1.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/torsa1.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/torsa1.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/torsa1.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/torsa1.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/torsa1.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/torsa1.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/torsa1.php",status="404"} 0.00028446600000000004 http_request_duration_seconds_count{method="GET",path="/torsa1.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/trace.axd",status="404",le="0.005"} 10 http_request_duration_seconds_bucket{method="GET",path="/trace.axd",status="404",le="0.01"} 10 http_request_duration_seconds_bucket{method="GET",path="/trace.axd",status="404",le="0.025"} 10 http_request_duration_seconds_bucket{method="GET",path="/trace.axd",status="404",le="0.05"} 10 http_request_duration_seconds_bucket{method="GET",path="/trace.axd",status="404",le="0.1"} 10 http_request_duration_seconds_bucket{method="GET",path="/trace.axd",status="404",le="0.25"} 10 http_request_duration_seconds_bucket{method="GET",path="/trace.axd",status="404",le="0.5"} 10 http_request_duration_seconds_bucket{method="GET",path="/trace.axd",status="404",le="1"} 10 http_request_duration_seconds_bucket{method="GET",path="/trace.axd",status="404",le="2.5"} 10 http_request_duration_seconds_bucket{method="GET",path="/trace.axd",status="404",le="5"} 10 http_request_duration_seconds_bucket{method="GET",path="/trace.axd",status="404",le="10"} 10 http_request_duration_seconds_bucket{method="GET",path="/trace.axd",status="404",le="+Inf"} 10 http_request_duration_seconds_sum{method="GET",path="/trace.axd",status="404"} 0.001465317 http_request_duration_seconds_count{method="GET",path="/trace.axd",status="404"} 10 http_request_duration_seconds_bucket{method="GET",path="/traces.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/traces.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/traces.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/traces.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/traces.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/traces.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/traces.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/traces.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/traces.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/traces.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/traces.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/traces.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/traces.zip",status="429"} 2.0238000000000002e-05 http_request_duration_seconds_count{method="GET",path="/traces.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/tramuibs.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/tramuibs.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/tramuibs.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/tramuibs.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/tramuibs.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/tramuibs.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/tramuibs.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/tramuibs.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/tramuibs.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/tramuibs.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/tramuibs.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/tramuibs.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/tramuibs.php",status="404"} 0.000123187 http_request_duration_seconds_count{method="GET",path="/tramuibs.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/transactional/.env",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/transactional/.env",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/transactional/.env",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/transactional/.env",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/transactional/.env",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/transactional/.env",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/transactional/.env",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/transactional/.env",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/transactional/.env",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/transactional/.env",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/transactional/.env",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/transactional/.env",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/transactional/.env",status="404"} 0.000131662 http_request_duration_seconds_count{method="GET",path="/transactional/.env",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/transactional/.env",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/transactional/.env",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/transactional/.env",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/transactional/.env",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/transactional/.env",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/transactional/.env",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/transactional/.env",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/transactional/.env",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/transactional/.env",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/transactional/.env",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/transactional/.env",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/transactional/.env",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/transactional/.env",status="429"} 0.000130855 http_request_duration_seconds_count{method="GET",path="/transactional/.env",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/travis/.env",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/travis/.env",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/travis/.env",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/travis/.env",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/travis/.env",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/travis/.env",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/travis/.env",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/travis/.env",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/travis/.env",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/travis/.env",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/travis/.env",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/travis/.env",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/travis/.env",status="429"} 9.2113e-05 http_request_duration_seconds_count{method="GET",path="/travis/.env",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/trpc/*",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/trpc/*",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/trpc/*",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/trpc/*",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/trpc/*",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/trpc/*",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/trpc/*",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/trpc/*",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/trpc/*",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/trpc/*",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/trpc/*",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/trpc/*",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/trpc/*",status="429"} 0.00018379399999999998 http_request_duration_seconds_count{method="GET",path="/trpc/*",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/tsconfig.app.json",status="429",le="0.005"} 17 http_request_duration_seconds_bucket{method="GET",path="/tsconfig.app.json",status="429",le="0.01"} 17 http_request_duration_seconds_bucket{method="GET",path="/tsconfig.app.json",status="429",le="0.025"} 17 http_request_duration_seconds_bucket{method="GET",path="/tsconfig.app.json",status="429",le="0.05"} 17 http_request_duration_seconds_bucket{method="GET",path="/tsconfig.app.json",status="429",le="0.1"} 17 http_request_duration_seconds_bucket{method="GET",path="/tsconfig.app.json",status="429",le="0.25"} 17 http_request_duration_seconds_bucket{method="GET",path="/tsconfig.app.json",status="429",le="0.5"} 17 http_request_duration_seconds_bucket{method="GET",path="/tsconfig.app.json",status="429",le="1"} 17 http_request_duration_seconds_bucket{method="GET",path="/tsconfig.app.json",status="429",le="2.5"} 17 http_request_duration_seconds_bucket{method="GET",path="/tsconfig.app.json",status="429",le="5"} 17 http_request_duration_seconds_bucket{method="GET",path="/tsconfig.app.json",status="429",le="10"} 17 http_request_duration_seconds_bucket{method="GET",path="/tsconfig.app.json",status="429",le="+Inf"} 17 http_request_duration_seconds_sum{method="GET",path="/tsconfig.app.json",status="429"} 0.0013907339999999998 http_request_duration_seconds_count{method="GET",path="/tsconfig.app.json",status="429"} 17 http_request_duration_seconds_bucket{method="GET",path="/tsconfig.json",status="429",le="0.005"} 17 http_request_duration_seconds_bucket{method="GET",path="/tsconfig.json",status="429",le="0.01"} 17 http_request_duration_seconds_bucket{method="GET",path="/tsconfig.json",status="429",le="0.025"} 17 http_request_duration_seconds_bucket{method="GET",path="/tsconfig.json",status="429",le="0.05"} 17 http_request_duration_seconds_bucket{method="GET",path="/tsconfig.json",status="429",le="0.1"} 17 http_request_duration_seconds_bucket{method="GET",path="/tsconfig.json",status="429",le="0.25"} 17 http_request_duration_seconds_bucket{method="GET",path="/tsconfig.json",status="429",le="0.5"} 17 http_request_duration_seconds_bucket{method="GET",path="/tsconfig.json",status="429",le="1"} 17 http_request_duration_seconds_bucket{method="GET",path="/tsconfig.json",status="429",le="2.5"} 17 http_request_duration_seconds_bucket{method="GET",path="/tsconfig.json",status="429",le="5"} 17 http_request_duration_seconds_bucket{method="GET",path="/tsconfig.json",status="429",le="10"} 17 http_request_duration_seconds_bucket{method="GET",path="/tsconfig.json",status="429",le="+Inf"} 17 http_request_duration_seconds_sum{method="GET",path="/tsconfig.json",status="429"} 0.001178903 http_request_duration_seconds_count{method="GET",path="/tsconfig.json",status="429"} 17 http_request_duration_seconds_bucket{method="GET",path="/tsconfig.spec.json",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/tsconfig.spec.json",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/tsconfig.spec.json",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/tsconfig.spec.json",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/tsconfig.spec.json",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/tsconfig.spec.json",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/tsconfig.spec.json",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/tsconfig.spec.json",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/tsconfig.spec.json",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/tsconfig.spec.json",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/tsconfig.spec.json",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/tsconfig.spec.json",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/tsconfig.spec.json",status="404"} 0.000328701 http_request_duration_seconds_count{method="GET",path="/tsconfig.spec.json",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/tsconfig.spec.json",status="429",le="0.005"} 12 http_request_duration_seconds_bucket{method="GET",path="/tsconfig.spec.json",status="429",le="0.01"} 12 http_request_duration_seconds_bucket{method="GET",path="/tsconfig.spec.json",status="429",le="0.025"} 12 http_request_duration_seconds_bucket{method="GET",path="/tsconfig.spec.json",status="429",le="0.05"} 12 http_request_duration_seconds_bucket{method="GET",path="/tsconfig.spec.json",status="429",le="0.1"} 12 http_request_duration_seconds_bucket{method="GET",path="/tsconfig.spec.json",status="429",le="0.25"} 12 http_request_duration_seconds_bucket{method="GET",path="/tsconfig.spec.json",status="429",le="0.5"} 12 http_request_duration_seconds_bucket{method="GET",path="/tsconfig.spec.json",status="429",le="1"} 12 http_request_duration_seconds_bucket{method="GET",path="/tsconfig.spec.json",status="429",le="2.5"} 12 http_request_duration_seconds_bucket{method="GET",path="/tsconfig.spec.json",status="429",le="5"} 12 http_request_duration_seconds_bucket{method="GET",path="/tsconfig.spec.json",status="429",le="10"} 12 http_request_duration_seconds_bucket{method="GET",path="/tsconfig.spec.json",status="429",le="+Inf"} 12 http_request_duration_seconds_sum{method="GET",path="/tsconfig.spec.json",status="429"} 0.000940685 http_request_duration_seconds_count{method="GET",path="/tsconfig.spec.json",status="429"} 12 http_request_duration_seconds_bucket{method="GET",path="/tutorial.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/tutorial.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/tutorial.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/tutorial.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/tutorial.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/tutorial.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/tutorial.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/tutorial.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/tutorial.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/tutorial.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/tutorial.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/tutorial.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/tutorial.zip",status="429"} 3.4881e-05 http_request_duration_seconds_count{method="GET",path="/tutorial.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/tvnyptja.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/tvnyptja.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/tvnyptja.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/tvnyptja.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/tvnyptja.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/tvnyptja.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/tvnyptja.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/tvnyptja.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/tvnyptja.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/tvnyptja.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/tvnyptja.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/tvnyptja.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/tvnyptja.php",status="404"} 0.000159834 http_request_duration_seconds_count{method="GET",path="/tvnyptja.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/twitter.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/twitter.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/twitter.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/twitter.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/twitter.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/twitter.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/twitter.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/twitter.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/twitter.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/twitter.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/twitter.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/twitter.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/twitter.zip",status="429"} 4.6441e-05 http_request_duration_seconds_count{method="GET",path="/twitter.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/tx1.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/tx1.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/tx1.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/tx1.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/tx1.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/tx1.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/tx1.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/tx1.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/tx1.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/tx1.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/tx1.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/tx1.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/tx1.php",status="404"} 0.00026634 http_request_duration_seconds_count{method="GET",path="/tx1.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/tx78.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/tx78.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/tx78.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/tx78.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/tx78.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/tx78.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/tx78.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/tx78.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/tx78.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/tx78.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/tx78.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/tx78.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/tx78.php",status="404"} 0.000296435 http_request_duration_seconds_count{method="GET",path="/tx78.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/tx79.php",status="404",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/tx79.php",status="404",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/tx79.php",status="404",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/tx79.php",status="404",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/tx79.php",status="404",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/tx79.php",status="404",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/tx79.php",status="404",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/tx79.php",status="404",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/tx79.php",status="404",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/tx79.php",status="404",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/tx79.php",status="404",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/tx79.php",status="404",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/tx79.php",status="404"} 0.000622121 http_request_duration_seconds_count{method="GET",path="/tx79.php",status="404"} 4 http_request_duration_seconds_bucket{method="GET",path="/txets.php",status="404",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/txets.php",status="404",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/txets.php",status="404",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/txets.php",status="404",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/txets.php",status="404",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/txets.php",status="404",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/txets.php",status="404",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/txets.php",status="404",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/txets.php",status="404",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/txets.php",status="404",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/txets.php",status="404",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/txets.php",status="404",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/txets.php",status="404"} 0.000585949 http_request_duration_seconds_count{method="GET",path="/txets.php",status="404"} 4 http_request_duration_seconds_bucket{method="GET",path="/typo3.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/typo3.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/typo3.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/typo3.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/typo3.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/typo3.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/typo3.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/typo3.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/typo3.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/typo3.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/typo3.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/typo3.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/typo3.zip",status="429"} 1.8888e-05 http_request_duration_seconds_count{method="GET",path="/typo3.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/uat.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/uat.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/uat.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/uat.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/uat.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/uat.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/uat.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/uat.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/uat.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/uat.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/uat.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/uat.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/uat.zip",status="429"} 3.0791e-05 http_request_duration_seconds_count{method="GET",path="/uat.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/uat/.env",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/uat/.env",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/uat/.env",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/uat/.env",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/uat/.env",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/uat/.env",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/uat/.env",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/uat/.env",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/uat/.env",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/uat/.env",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/uat/.env",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/uat/.env",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/uat/.env",status="429"} 8.3767e-05 http_request_duration_seconds_count{method="GET",path="/uat/.env",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/uat/phpinfo.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/uat/phpinfo.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/uat/phpinfo.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/uat/phpinfo.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/uat/phpinfo.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/uat/phpinfo.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/uat/phpinfo.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/uat/phpinfo.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/uat/phpinfo.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/uat/phpinfo.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/uat/phpinfo.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/uat/phpinfo.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/uat/phpinfo.php",status="429"} 7.0954e-05 http_request_duration_seconds_count{method="GET",path="/uat/phpinfo.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/ui.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/ui.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/ui.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/ui.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/ui.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/ui.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/ui.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/ui.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/ui.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/ui.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/ui.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/ui.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/ui.zip",status="429"} 1.6395e-05 http_request_duration_seconds_count{method="GET",path="/ui.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/unique.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/unique.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/unique.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/unique.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/unique.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/unique.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/unique.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/unique.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/unique.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/unique.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/unique.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/unique.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/unique.zip",status="429"} 3.9533e-05 http_request_duration_seconds_count{method="GET",path="/unique.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/unity.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/unity.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/unity.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/unity.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/unity.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/unity.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/unity.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/unity.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/unity.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/unity.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/unity.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/unity.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/unity.zip",status="429"} 3.0899e-05 http_request_duration_seconds_count{method="GET",path="/unity.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/universal.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/universal.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/universal.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/universal.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/universal.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/universal.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/universal.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/universal.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/universal.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/universal.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/universal.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/universal.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/universal.zip",status="429"} 3.0121e-05 http_request_duration_seconds_count{method="GET",path="/universal.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/unreal.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/unreal.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/unreal.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/unreal.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/unreal.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/unreal.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/unreal.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/unreal.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/unreal.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/unreal.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/unreal.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/unreal.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/unreal.zip",status="429"} 2.9999000000000002e-05 http_request_duration_seconds_count{method="GET",path="/unreal.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/unvouc.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/unvouc.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/unvouc.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/unvouc.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/unvouc.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/unvouc.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/unvouc.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/unvouc.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/unvouc.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/unvouc.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/unvouc.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/unvouc.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/unvouc.php",status="404"} 0.000131243 http_request_duration_seconds_count{method="GET",path="/unvouc.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/up4.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/up4.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/up4.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/up4.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/up4.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/up4.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/up4.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/up4.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/up4.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/up4.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/up4.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/up4.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/up4.php",status="404"} 0.000274756 http_request_duration_seconds_count{method="GET",path="/up4.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/update/f35.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/update/f35.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/update/f35.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/update/f35.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/update/f35.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/update/f35.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/update/f35.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/update/f35.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/update/f35.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/update/f35.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/update/f35.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/update/f35.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/update/f35.php",status="404"} 0.000132011 http_request_duration_seconds_count{method="GET",path="/update/f35.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/upload.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/upload.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/upload.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/upload.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/upload.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/upload.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/upload.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/upload.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/upload.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/upload.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/upload.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/upload.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/upload.zip",status="429"} 2.4235e-05 http_request_duration_seconds_count{method="GET",path="/upload.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/upload/.env",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/upload/.env",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/upload/.env",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/upload/.env",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/upload/.env",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/upload/.env",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/upload/.env",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/upload/.env",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/upload/.env",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/upload/.env",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/upload/.env",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/upload/.env",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/upload/.env",status="429"} 0.000157723 http_request_duration_seconds_count{method="GET",path="/upload/.env",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/upload/phpinfo.php",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/upload/phpinfo.php",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/upload/phpinfo.php",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/upload/phpinfo.php",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/upload/phpinfo.php",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/upload/phpinfo.php",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/upload/phpinfo.php",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/upload/phpinfo.php",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/upload/phpinfo.php",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/upload/phpinfo.php",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/upload/phpinfo.php",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/upload/phpinfo.php",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/upload/phpinfo.php",status="429"} 8.2714e-05 http_request_duration_seconds_count{method="GET",path="/upload/phpinfo.php",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/upload/wp-info.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/upload/wp-info.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/upload/wp-info.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/upload/wp-info.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/upload/wp-info.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/upload/wp-info.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/upload/wp-info.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/upload/wp-info.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/upload/wp-info.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/upload/wp-info.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/upload/wp-info.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/upload/wp-info.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/upload/wp-info.php",status="404"} 0.000143635 http_request_duration_seconds_count{method="GET",path="/upload/wp-info.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads.7z",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads.7z",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads.7z",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads.7z",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads.7z",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads.7z",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads.7z",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads.7z",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads.7z",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads.7z",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads.7z",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads.7z",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/uploads.7z",status="404"} 0.000143468 http_request_duration_seconds_count{method="GET",path="/uploads.7z",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads.bz2",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads.bz2",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads.bz2",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads.bz2",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads.bz2",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads.bz2",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads.bz2",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads.bz2",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads.bz2",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads.bz2",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads.bz2",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads.bz2",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/uploads.bz2",status="404"} 0.000142458 http_request_duration_seconds_count{method="GET",path="/uploads.bz2",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads.gz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads.gz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads.gz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads.gz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads.gz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads.gz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads.gz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads.gz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads.gz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads.gz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads.gz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads.gz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/uploads.gz",status="404"} 0.000132198 http_request_duration_seconds_count{method="GET",path="/uploads.gz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads.rar",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads.rar",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads.rar",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads.rar",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads.rar",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads.rar",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads.rar",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads.rar",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads.rar",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads.rar",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads.rar",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads.rar",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/uploads.rar",status="404"} 0.00016479 http_request_duration_seconds_count{method="GET",path="/uploads.rar",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads.sql",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads.sql",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads.sql",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads.sql",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads.sql",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads.sql",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads.sql",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads.sql",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads.sql",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads.sql",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads.sql",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads.sql",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/uploads.sql",status="404"} 0.000139167 http_request_duration_seconds_count{method="GET",path="/uploads.sql",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads.sql.bz2",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads.sql.bz2",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads.sql.bz2",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads.sql.bz2",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads.sql.bz2",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads.sql.bz2",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads.sql.bz2",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads.sql.bz2",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads.sql.bz2",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads.sql.bz2",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads.sql.bz2",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads.sql.bz2",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/uploads.sql.bz2",status="404"} 0.000134957 http_request_duration_seconds_count{method="GET",path="/uploads.sql.bz2",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads.sql.gz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads.sql.gz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads.sql.gz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads.sql.gz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads.sql.gz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads.sql.gz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads.sql.gz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads.sql.gz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads.sql.gz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads.sql.gz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads.sql.gz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads.sql.gz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/uploads.sql.gz",status="404"} 0.000197864 http_request_duration_seconds_count{method="GET",path="/uploads.sql.gz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads.tar",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads.tar",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads.tar",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads.tar",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads.tar",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads.tar",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads.tar",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads.tar",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads.tar",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads.tar",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads.tar",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads.tar",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/uploads.tar",status="404"} 0.000128202 http_request_duration_seconds_count{method="GET",path="/uploads.tar",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads.tar.bz2",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads.tar.bz2",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads.tar.bz2",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads.tar.bz2",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads.tar.bz2",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads.tar.bz2",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads.tar.bz2",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads.tar.bz2",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads.tar.bz2",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads.tar.bz2",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads.tar.bz2",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads.tar.bz2",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/uploads.tar.bz2",status="404"} 0.000130886 http_request_duration_seconds_count{method="GET",path="/uploads.tar.bz2",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads.tar.gz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads.tar.gz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads.tar.gz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads.tar.gz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads.tar.gz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads.tar.gz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads.tar.gz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads.tar.gz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads.tar.gz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads.tar.gz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads.tar.gz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads.tar.gz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/uploads.tar.gz",status="404"} 0.000128772 http_request_duration_seconds_count{method="GET",path="/uploads.tar.gz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads.tar.xz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads.tar.xz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads.tar.xz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads.tar.xz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads.tar.xz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads.tar.xz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads.tar.xz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads.tar.xz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads.tar.xz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads.tar.xz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads.tar.xz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads.tar.xz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/uploads.tar.xz",status="404"} 0.000128335 http_request_duration_seconds_count{method="GET",path="/uploads.tar.xz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads.tgz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads.tgz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads.tgz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads.tgz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads.tgz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads.tgz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads.tgz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads.tgz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads.tgz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads.tgz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads.tgz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads.tgz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/uploads.tgz",status="404"} 0.000139884 http_request_duration_seconds_count{method="GET",path="/uploads.tgz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads.zip",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads.zip",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads.zip",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads.zip",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads.zip",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads.zip",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads.zip",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads.zip",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads.zip",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads.zip",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads.zip",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads.zip",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/uploads.zip",status="404"} 0.000143264 http_request_duration_seconds_count{method="GET",path="/uploads.zip",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/uploads.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/uploads.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/uploads.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/uploads.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/uploads.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/uploads.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/uploads.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/uploads.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/uploads.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/uploads.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/uploads.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/uploads.zip",status="429"} 2.5729e-05 http_request_duration_seconds_count{method="GET",path="/uploads.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/uploads.zst",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads.zst",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads.zst",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads.zst",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads.zst",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads.zst",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads.zst",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads.zst",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads.zst",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads.zst",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads.zst",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads.zst",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/uploads.zst",status="404"} 0.000131836 http_request_duration_seconds_count{method="GET",path="/uploads.zst",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads/",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads/",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads/",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads/",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads/",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads/",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads/",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads/",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads/",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads/",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads/",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads/",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/uploads/",status="404"} 0.00013498 http_request_duration_seconds_count{method="GET",path="/uploads/",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads/.env",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads/.env",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads/.env",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads/.env",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads/.env",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads/.env",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads/.env",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads/.env",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads/.env",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads/.env",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads/.env",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads/.env",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/uploads/.env",status="404"} 0.000133961 http_request_duration_seconds_count{method="GET",path="/uploads/.env",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads/.env",status="429",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/uploads/.env",status="429",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/uploads/.env",status="429",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/uploads/.env",status="429",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/uploads/.env",status="429",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/uploads/.env",status="429",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/uploads/.env",status="429",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/uploads/.env",status="429",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/uploads/.env",status="429",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/uploads/.env",status="429",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/uploads/.env",status="429",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/uploads/.env",status="429",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/uploads/.env",status="429"} 0.00022318099999999998 http_request_duration_seconds_count{method="GET",path="/uploads/.env",status="429"} 3 http_request_duration_seconds_bucket{method="GET",path="/uploads/autoload_classmap.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads/autoload_classmap.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads/autoload_classmap.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads/autoload_classmap.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads/autoload_classmap.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads/autoload_classmap.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads/autoload_classmap.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads/autoload_classmap.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads/autoload_classmap.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads/autoload_classmap.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads/autoload_classmap.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads/autoload_classmap.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/uploads/autoload_classmap.php",status="404"} 0.000120399 http_request_duration_seconds_count{method="GET",path="/uploads/autoload_classmap.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads/autoload_classmap.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads/autoload_classmap.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads/autoload_classmap.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads/autoload_classmap.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads/autoload_classmap.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads/autoload_classmap.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads/autoload_classmap.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads/autoload_classmap.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads/autoload_classmap.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads/autoload_classmap.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads/autoload_classmap.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads/autoload_classmap.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/uploads/autoload_classmap.php",status="429"} 0.00012325 http_request_duration_seconds_count{method="GET",path="/uploads/autoload_classmap.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads/phpinfo.php",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/uploads/phpinfo.php",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/uploads/phpinfo.php",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/uploads/phpinfo.php",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/uploads/phpinfo.php",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/uploads/phpinfo.php",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/uploads/phpinfo.php",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/uploads/phpinfo.php",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/uploads/phpinfo.php",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/uploads/phpinfo.php",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/uploads/phpinfo.php",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/uploads/phpinfo.php",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/uploads/phpinfo.php",status="429"} 0.00011206700000000001 http_request_duration_seconds_count{method="GET",path="/uploads/phpinfo.php",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/usep.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/usep.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/usep.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/usep.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/usep.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/usep.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/usep.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/usep.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/usep.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/usep.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/usep.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/usep.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/usep.php",status="404"} 0.000145978 http_request_duration_seconds_count{method="GET",path="/usep.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/user-panel/.env",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/user-panel/.env",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/user-panel/.env",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/user-panel/.env",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/user-panel/.env",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/user-panel/.env",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/user-panel/.env",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/user-panel/.env",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/user-panel/.env",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/user-panel/.env",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/user-panel/.env",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/user-panel/.env",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/user-panel/.env",status="429"} 7.2717e-05 http_request_duration_seconds_count{method="GET",path="/user-panel/.env",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/user/*",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/user/*",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/user/*",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/user/*",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/user/*",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/user/*",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/user/*",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/user/*",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/user/*",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/user/*",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/user/*",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/user/*",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/user/*",status="429"} 0.000214079 http_request_duration_seconds_count{method="GET",path="/user/*",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/user/.env",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/user/.env",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/user/.env",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/user/.env",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/user/.env",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/user/.env",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/user/.env",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/user/.env",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/user/.env",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/user/.env",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/user/.env",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/user/.env",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/user/.env",status="429"} 0.000267381 http_request_duration_seconds_count{method="GET",path="/user/.env",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/user/config/config.js",status="404",le="0.005"} 8 http_request_duration_seconds_bucket{method="GET",path="/user/config/config.js",status="404",le="0.01"} 8 http_request_duration_seconds_bucket{method="GET",path="/user/config/config.js",status="404",le="0.025"} 8 http_request_duration_seconds_bucket{method="GET",path="/user/config/config.js",status="404",le="0.05"} 8 http_request_duration_seconds_bucket{method="GET",path="/user/config/config.js",status="404",le="0.1"} 8 http_request_duration_seconds_bucket{method="GET",path="/user/config/config.js",status="404",le="0.25"} 8 http_request_duration_seconds_bucket{method="GET",path="/user/config/config.js",status="404",le="0.5"} 8 http_request_duration_seconds_bucket{method="GET",path="/user/config/config.js",status="404",le="1"} 8 http_request_duration_seconds_bucket{method="GET",path="/user/config/config.js",status="404",le="2.5"} 8 http_request_duration_seconds_bucket{method="GET",path="/user/config/config.js",status="404",le="5"} 8 http_request_duration_seconds_bucket{method="GET",path="/user/config/config.js",status="404",le="10"} 8 http_request_duration_seconds_bucket{method="GET",path="/user/config/config.js",status="404",le="+Inf"} 8 http_request_duration_seconds_sum{method="GET",path="/user/config/config.js",status="404"} 0.001127928 http_request_duration_seconds_count{method="GET",path="/user/config/config.js",status="404"} 8 http_request_duration_seconds_bucket{method="GET",path="/user/config/config.js",status="429",le="0.005"} 13 http_request_duration_seconds_bucket{method="GET",path="/user/config/config.js",status="429",le="0.01"} 13 http_request_duration_seconds_bucket{method="GET",path="/user/config/config.js",status="429",le="0.025"} 13 http_request_duration_seconds_bucket{method="GET",path="/user/config/config.js",status="429",le="0.05"} 13 http_request_duration_seconds_bucket{method="GET",path="/user/config/config.js",status="429",le="0.1"} 13 http_request_duration_seconds_bucket{method="GET",path="/user/config/config.js",status="429",le="0.25"} 13 http_request_duration_seconds_bucket{method="GET",path="/user/config/config.js",status="429",le="0.5"} 13 http_request_duration_seconds_bucket{method="GET",path="/user/config/config.js",status="429",le="1"} 13 http_request_duration_seconds_bucket{method="GET",path="/user/config/config.js",status="429",le="2.5"} 13 http_request_duration_seconds_bucket{method="GET",path="/user/config/config.js",status="429",le="5"} 13 http_request_duration_seconds_bucket{method="GET",path="/user/config/config.js",status="429",le="10"} 13 http_request_duration_seconds_bucket{method="GET",path="/user/config/config.js",status="429",le="+Inf"} 13 http_request_duration_seconds_sum{method="GET",path="/user/config/config.js",status="429"} 0.00086579 http_request_duration_seconds_count{method="GET",path="/user/config/config.js",status="429"} 13 http_request_duration_seconds_bucket{method="GET",path="/user/controllers/index.js",status="404",le="0.005"} 7 http_request_duration_seconds_bucket{method="GET",path="/user/controllers/index.js",status="404",le="0.01"} 7 http_request_duration_seconds_bucket{method="GET",path="/user/controllers/index.js",status="404",le="0.025"} 7 http_request_duration_seconds_bucket{method="GET",path="/user/controllers/index.js",status="404",le="0.05"} 7 http_request_duration_seconds_bucket{method="GET",path="/user/controllers/index.js",status="404",le="0.1"} 7 http_request_duration_seconds_bucket{method="GET",path="/user/controllers/index.js",status="404",le="0.25"} 7 http_request_duration_seconds_bucket{method="GET",path="/user/controllers/index.js",status="404",le="0.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/user/controllers/index.js",status="404",le="1"} 7 http_request_duration_seconds_bucket{method="GET",path="/user/controllers/index.js",status="404",le="2.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/user/controllers/index.js",status="404",le="5"} 7 http_request_duration_seconds_bucket{method="GET",path="/user/controllers/index.js",status="404",le="10"} 7 http_request_duration_seconds_bucket{method="GET",path="/user/controllers/index.js",status="404",le="+Inf"} 7 http_request_duration_seconds_sum{method="GET",path="/user/controllers/index.js",status="404"} 0.0009992760000000001 http_request_duration_seconds_count{method="GET",path="/user/controllers/index.js",status="404"} 7 http_request_duration_seconds_bucket{method="GET",path="/user/controllers/index.js",status="429",le="0.005"} 15 http_request_duration_seconds_bucket{method="GET",path="/user/controllers/index.js",status="429",le="0.01"} 15 http_request_duration_seconds_bucket{method="GET",path="/user/controllers/index.js",status="429",le="0.025"} 15 http_request_duration_seconds_bucket{method="GET",path="/user/controllers/index.js",status="429",le="0.05"} 15 http_request_duration_seconds_bucket{method="GET",path="/user/controllers/index.js",status="429",le="0.1"} 15 http_request_duration_seconds_bucket{method="GET",path="/user/controllers/index.js",status="429",le="0.25"} 15 http_request_duration_seconds_bucket{method="GET",path="/user/controllers/index.js",status="429",le="0.5"} 15 http_request_duration_seconds_bucket{method="GET",path="/user/controllers/index.js",status="429",le="1"} 15 http_request_duration_seconds_bucket{method="GET",path="/user/controllers/index.js",status="429",le="2.5"} 15 http_request_duration_seconds_bucket{method="GET",path="/user/controllers/index.js",status="429",le="5"} 15 http_request_duration_seconds_bucket{method="GET",path="/user/controllers/index.js",status="429",le="10"} 15 http_request_duration_seconds_bucket{method="GET",path="/user/controllers/index.js",status="429",le="+Inf"} 15 http_request_duration_seconds_sum{method="GET",path="/user/controllers/index.js",status="429"} 0.0010146450000000002 http_request_duration_seconds_count{method="GET",path="/user/controllers/index.js",status="429"} 15 http_request_duration_seconds_bucket{method="GET",path="/users.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/users.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/users.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/users.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/users.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/users.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/users.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/users.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/users.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/users.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/users.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/users.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/users.php",status="404"} 0.000135458 http_request_duration_seconds_count{method="GET",path="/users.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/users.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/users.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/users.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/users.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/users.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/users.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/users.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/users.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/users.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/users.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/users.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/users.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/users.zip",status="429"} 3.6162e-05 http_request_duration_seconds_count{method="GET",path="/users.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/usr.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/usr.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/usr.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/usr.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/usr.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/usr.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/usr.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/usr.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/usr.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/usr.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/usr.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/usr.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/usr.zip",status="429"} 4.7625e-05 http_request_duration_seconds_count{method="GET",path="/usr.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/ut.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/ut.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/ut.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/ut.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/ut.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/ut.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/ut.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/ut.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/ut.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/ut.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/ut.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/ut.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/ut.php",status="404"} 0.000132989 http_request_duration_seconds_count{method="GET",path="/ut.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/utilities.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/utilities.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/utilities.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/utilities.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/utilities.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/utilities.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/utilities.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/utilities.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/utilities.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/utilities.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/utilities.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/utilities.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/utilities.zip",status="429"} 3.5969e-05 http_request_duration_seconds_count{method="GET",path="/utilities.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/utils.js",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/utils.js",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/utils.js",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/utils.js",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/utils.js",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/utils.js",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/utils.js",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/utils.js",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/utils.js",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/utils.js",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/utils.js",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/utils.js",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/utils.js",status="404"} 0.00023454 http_request_duration_seconds_count{method="GET",path="/utils.js",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/utils.js",status="429",le="0.005"} 15 http_request_duration_seconds_bucket{method="GET",path="/utils.js",status="429",le="0.01"} 15 http_request_duration_seconds_bucket{method="GET",path="/utils.js",status="429",le="0.025"} 15 http_request_duration_seconds_bucket{method="GET",path="/utils.js",status="429",le="0.05"} 15 http_request_duration_seconds_bucket{method="GET",path="/utils.js",status="429",le="0.1"} 15 http_request_duration_seconds_bucket{method="GET",path="/utils.js",status="429",le="0.25"} 15 http_request_duration_seconds_bucket{method="GET",path="/utils.js",status="429",le="0.5"} 15 http_request_duration_seconds_bucket{method="GET",path="/utils.js",status="429",le="1"} 15 http_request_duration_seconds_bucket{method="GET",path="/utils.js",status="429",le="2.5"} 15 http_request_duration_seconds_bucket{method="GET",path="/utils.js",status="429",le="5"} 15 http_request_duration_seconds_bucket{method="GET",path="/utils.js",status="429",le="10"} 15 http_request_duration_seconds_bucket{method="GET",path="/utils.js",status="429",le="+Inf"} 15 http_request_duration_seconds_sum{method="GET",path="/utils.js",status="429"} 0.001145272 http_request_duration_seconds_count{method="GET",path="/utils.js",status="429"} 15 http_request_duration_seconds_bucket{method="GET",path="/uuu.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/uuu.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/uuu.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/uuu.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/uuu.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/uuu.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/uuu.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/uuu.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/uuu.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/uuu.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/uuu.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/uuu.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/uuu.php",status="404"} 0.00031720399999999997 http_request_duration_seconds_count{method="GET",path="/uuu.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/uwa.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/uwa.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/uwa.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/uwa.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/uwa.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/uwa.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/uwa.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/uwa.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/uwa.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/uwa.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/uwa.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/uwa.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/uwa.php",status="404"} 0.000132709 http_request_duration_seconds_count{method="GET",path="/uwa.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/uwu.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/uwu.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/uwu.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/uwu.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/uwu.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/uwu.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/uwu.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/uwu.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/uwu.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/uwu.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/uwu.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/uwu.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/uwu.php",status="404"} 0.000133959 http_request_duration_seconds_count{method="GET",path="/uwu.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/ux.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/ux.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/ux.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/ux.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/ux.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/ux.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/ux.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/ux.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/ux.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/ux.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/ux.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/ux.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/ux.zip",status="429"} 4.0007e-05 http_request_duration_seconds_count{method="GET",path="/ux.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/v.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/v.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/v.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/v.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/v.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/v.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/v.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/v.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/v.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/v.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/v.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/v.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/v.php",status="404"} 0.000129354 http_request_duration_seconds_count{method="GET",path="/v.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/v1.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/v1.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/v1.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/v1.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/v1.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/v1.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/v1.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/v1.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/v1.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/v1.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/v1.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/v1.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/v1.zip",status="429"} 4.8394e-05 http_request_duration_seconds_count{method="GET",path="/v1.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/v1/*",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/v1/*",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/v1/*",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/v1/*",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/v1/*",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/v1/*",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/v1/*",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/v1/*",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/v1/*",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/v1/*",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/v1/*",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/v1/*",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/v1/*",status="429"} 0.000206785 http_request_duration_seconds_count{method="GET",path="/v1/*",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/v1/.env",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/v1/.env",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/v1/.env",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/v1/.env",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/v1/.env",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/v1/.env",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/v1/.env",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/v1/.env",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/v1/.env",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/v1/.env",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/v1/.env",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/v1/.env",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/v1/.env",status="404"} 0.00014702 http_request_duration_seconds_count{method="GET",path="/v1/.env",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/v1/.env",status="429",le="0.005"} 5 http_request_duration_seconds_bucket{method="GET",path="/v1/.env",status="429",le="0.01"} 5 http_request_duration_seconds_bucket{method="GET",path="/v1/.env",status="429",le="0.025"} 5 http_request_duration_seconds_bucket{method="GET",path="/v1/.env",status="429",le="0.05"} 5 http_request_duration_seconds_bucket{method="GET",path="/v1/.env",status="429",le="0.1"} 5 http_request_duration_seconds_bucket{method="GET",path="/v1/.env",status="429",le="0.25"} 5 http_request_duration_seconds_bucket{method="GET",path="/v1/.env",status="429",le="0.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/v1/.env",status="429",le="1"} 5 http_request_duration_seconds_bucket{method="GET",path="/v1/.env",status="429",le="2.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/v1/.env",status="429",le="5"} 5 http_request_duration_seconds_bucket{method="GET",path="/v1/.env",status="429",le="10"} 5 http_request_duration_seconds_bucket{method="GET",path="/v1/.env",status="429",le="+Inf"} 5 http_request_duration_seconds_sum{method="GET",path="/v1/.env",status="429"} 0.000461762 http_request_duration_seconds_count{method="GET",path="/v1/.env",status="429"} 5 http_request_duration_seconds_bucket{method="GET",path="/v1/.git/config",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/v1/.git/config",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/v1/.git/config",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/v1/.git/config",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/v1/.git/config",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/v1/.git/config",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/v1/.git/config",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/v1/.git/config",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/v1/.git/config",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/v1/.git/config",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/v1/.git/config",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/v1/.git/config",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/v1/.git/config",status="404"} 0.000162408 http_request_duration_seconds_count{method="GET",path="/v1/.git/config",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/v1/phpinfo.php",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/v1/phpinfo.php",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/v1/phpinfo.php",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/v1/phpinfo.php",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/v1/phpinfo.php",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/v1/phpinfo.php",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/v1/phpinfo.php",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/v1/phpinfo.php",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/v1/phpinfo.php",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/v1/phpinfo.php",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/v1/phpinfo.php",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/v1/phpinfo.php",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/v1/phpinfo.php",status="429"} 9.799900000000001e-05 http_request_duration_seconds_count{method="GET",path="/v1/phpinfo.php",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/v2.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/v2.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/v2.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/v2.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/v2.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/v2.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/v2.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/v2.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/v2.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/v2.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/v2.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/v2.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/v2.php",status="404"} 0.000132288 http_request_duration_seconds_count{method="GET",path="/v2.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/v2.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/v2.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/v2.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/v2.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/v2.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/v2.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/v2.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/v2.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/v2.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/v2.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/v2.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/v2.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/v2.zip",status="429"} 3.5528e-05 http_request_duration_seconds_count{method="GET",path="/v2.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/v2/*",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/v2/*",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/v2/*",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/v2/*",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/v2/*",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/v2/*",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/v2/*",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/v2/*",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/v2/*",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/v2/*",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/v2/*",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/v2/*",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/v2/*",status="429"} 0.000201311 http_request_duration_seconds_count{method="GET",path="/v2/*",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/v2/.env",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/v2/.env",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/v2/.env",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/v2/.env",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/v2/.env",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/v2/.env",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/v2/.env",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/v2/.env",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/v2/.env",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/v2/.env",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/v2/.env",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/v2/.env",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/v2/.env",status="404"} 0.000128977 http_request_duration_seconds_count{method="GET",path="/v2/.env",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/v2/.env",status="429",le="0.005"} 5 http_request_duration_seconds_bucket{method="GET",path="/v2/.env",status="429",le="0.01"} 5 http_request_duration_seconds_bucket{method="GET",path="/v2/.env",status="429",le="0.025"} 5 http_request_duration_seconds_bucket{method="GET",path="/v2/.env",status="429",le="0.05"} 5 http_request_duration_seconds_bucket{method="GET",path="/v2/.env",status="429",le="0.1"} 5 http_request_duration_seconds_bucket{method="GET",path="/v2/.env",status="429",le="0.25"} 5 http_request_duration_seconds_bucket{method="GET",path="/v2/.env",status="429",le="0.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/v2/.env",status="429",le="1"} 5 http_request_duration_seconds_bucket{method="GET",path="/v2/.env",status="429",le="2.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/v2/.env",status="429",le="5"} 5 http_request_duration_seconds_bucket{method="GET",path="/v2/.env",status="429",le="10"} 5 http_request_duration_seconds_bucket{method="GET",path="/v2/.env",status="429",le="+Inf"} 5 http_request_duration_seconds_sum{method="GET",path="/v2/.env",status="429"} 0.00045917299999999995 http_request_duration_seconds_count{method="GET",path="/v2/.env",status="429"} 5 http_request_duration_seconds_bucket{method="GET",path="/v2/.git/config",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/v2/.git/config",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/v2/.git/config",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/v2/.git/config",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/v2/.git/config",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/v2/.git/config",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/v2/.git/config",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/v2/.git/config",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/v2/.git/config",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/v2/.git/config",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/v2/.git/config",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/v2/.git/config",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/v2/.git/config",status="404"} 0.000156364 http_request_duration_seconds_count{method="GET",path="/v2/.git/config",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/v2/_catalog",status="404",le="0.005"} 10 http_request_duration_seconds_bucket{method="GET",path="/v2/_catalog",status="404",le="0.01"} 10 http_request_duration_seconds_bucket{method="GET",path="/v2/_catalog",status="404",le="0.025"} 10 http_request_duration_seconds_bucket{method="GET",path="/v2/_catalog",status="404",le="0.05"} 10 http_request_duration_seconds_bucket{method="GET",path="/v2/_catalog",status="404",le="0.1"} 10 http_request_duration_seconds_bucket{method="GET",path="/v2/_catalog",status="404",le="0.25"} 10 http_request_duration_seconds_bucket{method="GET",path="/v2/_catalog",status="404",le="0.5"} 10 http_request_duration_seconds_bucket{method="GET",path="/v2/_catalog",status="404",le="1"} 10 http_request_duration_seconds_bucket{method="GET",path="/v2/_catalog",status="404",le="2.5"} 10 http_request_duration_seconds_bucket{method="GET",path="/v2/_catalog",status="404",le="5"} 10 http_request_duration_seconds_bucket{method="GET",path="/v2/_catalog",status="404",le="10"} 10 http_request_duration_seconds_bucket{method="GET",path="/v2/_catalog",status="404",le="+Inf"} 10 http_request_duration_seconds_sum{method="GET",path="/v2/_catalog",status="404"} 0.001696663 http_request_duration_seconds_count{method="GET",path="/v2/_catalog",status="404"} 10 http_request_duration_seconds_bucket{method="GET",path="/v2/api-docs",status="404",le="0.005"} 5 http_request_duration_seconds_bucket{method="GET",path="/v2/api-docs",status="404",le="0.01"} 5 http_request_duration_seconds_bucket{method="GET",path="/v2/api-docs",status="404",le="0.025"} 5 http_request_duration_seconds_bucket{method="GET",path="/v2/api-docs",status="404",le="0.05"} 5 http_request_duration_seconds_bucket{method="GET",path="/v2/api-docs",status="404",le="0.1"} 5 http_request_duration_seconds_bucket{method="GET",path="/v2/api-docs",status="404",le="0.25"} 5 http_request_duration_seconds_bucket{method="GET",path="/v2/api-docs",status="404",le="0.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/v2/api-docs",status="404",le="1"} 5 http_request_duration_seconds_bucket{method="GET",path="/v2/api-docs",status="404",le="2.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/v2/api-docs",status="404",le="5"} 5 http_request_duration_seconds_bucket{method="GET",path="/v2/api-docs",status="404",le="10"} 5 http_request_duration_seconds_bucket{method="GET",path="/v2/api-docs",status="404",le="+Inf"} 5 http_request_duration_seconds_sum{method="GET",path="/v2/api-docs",status="404"} 0.000801301 http_request_duration_seconds_count{method="GET",path="/v2/api-docs",status="404"} 5 http_request_duration_seconds_bucket{method="GET",path="/v2/phpinfo.php",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/v2/phpinfo.php",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/v2/phpinfo.php",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/v2/phpinfo.php",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/v2/phpinfo.php",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/v2/phpinfo.php",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/v2/phpinfo.php",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/v2/phpinfo.php",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/v2/phpinfo.php",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/v2/phpinfo.php",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/v2/phpinfo.php",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/v2/phpinfo.php",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/v2/phpinfo.php",status="429"} 0.000128727 http_request_duration_seconds_count{method="GET",path="/v2/phpinfo.php",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/v3.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/v3.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/v3.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/v3.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/v3.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/v3.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/v3.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/v3.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/v3.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/v3.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/v3.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/v3.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/v3.zip",status="429"} 3.5406e-05 http_request_duration_seconds_count{method="GET",path="/v3.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/v3/.env",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/v3/.env",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/v3/.env",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/v3/.env",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/v3/.env",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/v3/.env",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/v3/.env",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/v3/.env",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/v3/.env",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/v3/.env",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/v3/.env",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/v3/.env",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/v3/.env",status="404"} 0.000128289 http_request_duration_seconds_count{method="GET",path="/v3/.env",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/v3/.env",status="429",le="0.005"} 5 http_request_duration_seconds_bucket{method="GET",path="/v3/.env",status="429",le="0.01"} 5 http_request_duration_seconds_bucket{method="GET",path="/v3/.env",status="429",le="0.025"} 5 http_request_duration_seconds_bucket{method="GET",path="/v3/.env",status="429",le="0.05"} 5 http_request_duration_seconds_bucket{method="GET",path="/v3/.env",status="429",le="0.1"} 5 http_request_duration_seconds_bucket{method="GET",path="/v3/.env",status="429",le="0.25"} 5 http_request_duration_seconds_bucket{method="GET",path="/v3/.env",status="429",le="0.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/v3/.env",status="429",le="1"} 5 http_request_duration_seconds_bucket{method="GET",path="/v3/.env",status="429",le="2.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/v3/.env",status="429",le="5"} 5 http_request_duration_seconds_bucket{method="GET",path="/v3/.env",status="429",le="10"} 5 http_request_duration_seconds_bucket{method="GET",path="/v3/.env",status="429",le="+Inf"} 5 http_request_duration_seconds_sum{method="GET",path="/v3/.env",status="429"} 0.000402766 http_request_duration_seconds_count{method="GET",path="/v3/.env",status="429"} 5 http_request_duration_seconds_bucket{method="GET",path="/v3/.git/config",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/v3/.git/config",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/v3/.git/config",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/v3/.git/config",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/v3/.git/config",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/v3/.git/config",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/v3/.git/config",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/v3/.git/config",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/v3/.git/config",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/v3/.git/config",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/v3/.git/config",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/v3/.git/config",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/v3/.git/config",status="404"} 0.000135173 http_request_duration_seconds_count{method="GET",path="/v3/.git/config",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/v3/api-docs",status="404",le="0.005"} 5 http_request_duration_seconds_bucket{method="GET",path="/v3/api-docs",status="404",le="0.01"} 5 http_request_duration_seconds_bucket{method="GET",path="/v3/api-docs",status="404",le="0.025"} 5 http_request_duration_seconds_bucket{method="GET",path="/v3/api-docs",status="404",le="0.05"} 5 http_request_duration_seconds_bucket{method="GET",path="/v3/api-docs",status="404",le="0.1"} 5 http_request_duration_seconds_bucket{method="GET",path="/v3/api-docs",status="404",le="0.25"} 5 http_request_duration_seconds_bucket{method="GET",path="/v3/api-docs",status="404",le="0.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/v3/api-docs",status="404",le="1"} 5 http_request_duration_seconds_bucket{method="GET",path="/v3/api-docs",status="404",le="2.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/v3/api-docs",status="404",le="5"} 5 http_request_duration_seconds_bucket{method="GET",path="/v3/api-docs",status="404",le="10"} 5 http_request_duration_seconds_bucket{method="GET",path="/v3/api-docs",status="404",le="+Inf"} 5 http_request_duration_seconds_sum{method="GET",path="/v3/api-docs",status="404"} 0.0006958540000000001 http_request_duration_seconds_count{method="GET",path="/v3/api-docs",status="404"} 5 http_request_duration_seconds_bucket{method="GET",path="/v3/phpinfo.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/v3/phpinfo.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/v3/phpinfo.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/v3/phpinfo.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/v3/phpinfo.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/v3/phpinfo.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/v3/phpinfo.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/v3/phpinfo.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/v3/phpinfo.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/v3/phpinfo.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/v3/phpinfo.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/v3/phpinfo.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/v3/phpinfo.php",status="404"} 0.000165608 http_request_duration_seconds_count{method="GET",path="/v3/phpinfo.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/v3/phpinfo.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/v3/phpinfo.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/v3/phpinfo.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/v3/phpinfo.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/v3/phpinfo.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/v3/phpinfo.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/v3/phpinfo.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/v3/phpinfo.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/v3/phpinfo.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/v3/phpinfo.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/v3/phpinfo.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/v3/phpinfo.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/v3/phpinfo.php",status="429"} 5.5404e-05 http_request_duration_seconds_count{method="GET",path="/v3/phpinfo.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/vanda.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/vanda.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/vanda.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/vanda.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/vanda.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/vanda.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/vanda.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/vanda.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/vanda.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/vanda.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/vanda.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/vanda.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/vanda.php",status="404"} 0.000244667 http_request_duration_seconds_count{method="GET",path="/vanda.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/var.7z",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/var.7z",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/var.7z",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/var.7z",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/var.7z",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/var.7z",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/var.7z",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/var.7z",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/var.7z",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/var.7z",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/var.7z",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/var.7z",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/var.7z",status="404"} 0.000205285 http_request_duration_seconds_count{method="GET",path="/var.7z",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/var.bz2",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/var.bz2",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/var.bz2",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/var.bz2",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/var.bz2",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/var.bz2",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/var.bz2",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/var.bz2",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/var.bz2",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/var.bz2",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/var.bz2",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/var.bz2",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/var.bz2",status="404"} 0.000138266 http_request_duration_seconds_count{method="GET",path="/var.bz2",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/var.gz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/var.gz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/var.gz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/var.gz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/var.gz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/var.gz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/var.gz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/var.gz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/var.gz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/var.gz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/var.gz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/var.gz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/var.gz",status="404"} 0.000133154 http_request_duration_seconds_count{method="GET",path="/var.gz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/var.rar",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/var.rar",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/var.rar",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/var.rar",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/var.rar",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/var.rar",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/var.rar",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/var.rar",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/var.rar",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/var.rar",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/var.rar",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/var.rar",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/var.rar",status="404"} 0.00013896 http_request_duration_seconds_count{method="GET",path="/var.rar",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/var.sql",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/var.sql",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/var.sql",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/var.sql",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/var.sql",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/var.sql",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/var.sql",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/var.sql",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/var.sql",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/var.sql",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/var.sql",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/var.sql",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/var.sql",status="404"} 0.000115251 http_request_duration_seconds_count{method="GET",path="/var.sql",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/var.sql.bz2",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/var.sql.bz2",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/var.sql.bz2",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/var.sql.bz2",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/var.sql.bz2",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/var.sql.bz2",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/var.sql.bz2",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/var.sql.bz2",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/var.sql.bz2",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/var.sql.bz2",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/var.sql.bz2",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/var.sql.bz2",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/var.sql.bz2",status="404"} 0.000129838 http_request_duration_seconds_count{method="GET",path="/var.sql.bz2",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/var.sql.gz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/var.sql.gz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/var.sql.gz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/var.sql.gz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/var.sql.gz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/var.sql.gz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/var.sql.gz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/var.sql.gz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/var.sql.gz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/var.sql.gz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/var.sql.gz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/var.sql.gz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/var.sql.gz",status="404"} 0.000183772 http_request_duration_seconds_count{method="GET",path="/var.sql.gz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/var.tar",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/var.tar",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/var.tar",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/var.tar",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/var.tar",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/var.tar",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/var.tar",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/var.tar",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/var.tar",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/var.tar",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/var.tar",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/var.tar",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/var.tar",status="404"} 0.000135849 http_request_duration_seconds_count{method="GET",path="/var.tar",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/var.tar.bz2",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/var.tar.bz2",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/var.tar.bz2",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/var.tar.bz2",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/var.tar.bz2",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/var.tar.bz2",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/var.tar.bz2",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/var.tar.bz2",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/var.tar.bz2",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/var.tar.bz2",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/var.tar.bz2",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/var.tar.bz2",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/var.tar.bz2",status="404"} 0.000126574 http_request_duration_seconds_count{method="GET",path="/var.tar.bz2",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/var.tar.gz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/var.tar.gz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/var.tar.gz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/var.tar.gz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/var.tar.gz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/var.tar.gz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/var.tar.gz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/var.tar.gz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/var.tar.gz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/var.tar.gz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/var.tar.gz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/var.tar.gz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/var.tar.gz",status="404"} 0.000129704 http_request_duration_seconds_count{method="GET",path="/var.tar.gz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/var.tar.xz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/var.tar.xz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/var.tar.xz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/var.tar.xz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/var.tar.xz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/var.tar.xz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/var.tar.xz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/var.tar.xz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/var.tar.xz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/var.tar.xz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/var.tar.xz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/var.tar.xz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/var.tar.xz",status="404"} 0.000123067 http_request_duration_seconds_count{method="GET",path="/var.tar.xz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/var.tgz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/var.tgz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/var.tgz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/var.tgz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/var.tgz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/var.tgz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/var.tgz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/var.tgz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/var.tgz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/var.tgz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/var.tgz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/var.tgz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/var.tgz",status="404"} 0.000131837 http_request_duration_seconds_count{method="GET",path="/var.tgz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/var.zip",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/var.zip",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/var.zip",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/var.zip",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/var.zip",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/var.zip",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/var.zip",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/var.zip",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/var.zip",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/var.zip",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/var.zip",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/var.zip",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/var.zip",status="404"} 0.000161721 http_request_duration_seconds_count{method="GET",path="/var.zip",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/var.zip",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/var.zip",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/var.zip",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/var.zip",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/var.zip",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/var.zip",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/var.zip",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/var.zip",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/var.zip",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/var.zip",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/var.zip",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/var.zip",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/var.zip",status="429"} 2.1111e-05 http_request_duration_seconds_count{method="GET",path="/var.zip",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/var.zst",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/var.zst",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/var.zst",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/var.zst",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/var.zst",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/var.zst",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/var.zst",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/var.zst",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/var.zst",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/var.zst",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/var.zst",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/var.zst",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/var.zst",status="404"} 0.000119762 http_request_duration_seconds_count{method="GET",path="/var.zst",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/var/log/app.log",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/var/log/app.log",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/var/log/app.log",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/var/log/app.log",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/var/log/app.log",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/var/log/app.log",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/var/log/app.log",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/var/log/app.log",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/var/log/app.log",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/var/log/app.log",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/var/log/app.log",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/var/log/app.log",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/var/log/app.log",status="404"} 0.000148558 http_request_duration_seconds_count{method="GET",path="/var/log/app.log",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/var/task/amplify.yaml",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/var/task/amplify.yaml",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/var/task/amplify.yaml",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/var/task/amplify.yaml",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/var/task/amplify.yaml",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/var/task/amplify.yaml",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/var/task/amplify.yaml",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/var/task/amplify.yaml",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/var/task/amplify.yaml",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/var/task/amplify.yaml",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/var/task/amplify.yaml",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/var/task/amplify.yaml",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/var/task/amplify.yaml",status="429"} 0.000258058 http_request_duration_seconds_count{method="GET",path="/var/task/amplify.yaml",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/var/task/amplify.yml",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/var/task/amplify.yml",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/var/task/amplify.yml",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/var/task/amplify.yml",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/var/task/amplify.yml",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/var/task/amplify.yml",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/var/task/amplify.yml",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/var/task/amplify.yml",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/var/task/amplify.yml",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/var/task/amplify.yml",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/var/task/amplify.yml",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/var/task/amplify.yml",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/var/task/amplify.yml",status="429"} 0.00018813100000000002 http_request_duration_seconds_count{method="GET",path="/var/task/amplify.yml",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/var/task/amplify/backend/function/*/src/index.js",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/var/task/amplify/backend/function/*/src/index.js",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/var/task/amplify/backend/function/*/src/index.js",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/var/task/amplify/backend/function/*/src/index.js",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/var/task/amplify/backend/function/*/src/index.js",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/var/task/amplify/backend/function/*/src/index.js",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/var/task/amplify/backend/function/*/src/index.js",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/var/task/amplify/backend/function/*/src/index.js",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/var/task/amplify/backend/function/*/src/index.js",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/var/task/amplify/backend/function/*/src/index.js",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/var/task/amplify/backend/function/*/src/index.js",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/var/task/amplify/backend/function/*/src/index.js",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/var/task/amplify/backend/function/*/src/index.js",status="429"} 0.000178935 http_request_duration_seconds_count{method="GET",path="/var/task/amplify/backend/function/*/src/index.js",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/var/task/docker-compose.yaml",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/var/task/docker-compose.yaml",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/var/task/docker-compose.yaml",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/var/task/docker-compose.yaml",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/var/task/docker-compose.yaml",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/var/task/docker-compose.yaml",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/var/task/docker-compose.yaml",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/var/task/docker-compose.yaml",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/var/task/docker-compose.yaml",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/var/task/docker-compose.yaml",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/var/task/docker-compose.yaml",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/var/task/docker-compose.yaml",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/var/task/docker-compose.yaml",status="429"} 0.0007100709999999999 http_request_duration_seconds_count{method="GET",path="/var/task/docker-compose.yaml",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/var/task/docker-compose.yml",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/var/task/docker-compose.yml",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/var/task/docker-compose.yml",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/var/task/docker-compose.yml",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/var/task/docker-compose.yml",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/var/task/docker-compose.yml",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/var/task/docker-compose.yml",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/var/task/docker-compose.yml",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/var/task/docker-compose.yml",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/var/task/docker-compose.yml",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/var/task/docker-compose.yml",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/var/task/docker-compose.yml",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/var/task/docker-compose.yml",status="429"} 0.00018949 http_request_duration_seconds_count{method="GET",path="/var/task/docker-compose.yml",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/var/task/netlify.toml",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/var/task/netlify.toml",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/var/task/netlify.toml",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/var/task/netlify.toml",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/var/task/netlify.toml",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/var/task/netlify.toml",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/var/task/netlify.toml",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/var/task/netlify.toml",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/var/task/netlify.toml",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/var/task/netlify.toml",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/var/task/netlify.toml",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/var/task/netlify.toml",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/var/task/netlify.toml",status="429"} 0.000206828 http_request_duration_seconds_count{method="GET",path="/var/task/netlify.toml",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/var/task/next.config.js",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/var/task/next.config.js",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/var/task/next.config.js",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/var/task/next.config.js",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/var/task/next.config.js",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/var/task/next.config.js",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/var/task/next.config.js",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/var/task/next.config.js",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/var/task/next.config.js",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/var/task/next.config.js",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/var/task/next.config.js",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/var/task/next.config.js",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/var/task/next.config.js",status="429"} 0.00021572399999999998 http_request_duration_seconds_count{method="GET",path="/var/task/next.config.js",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/var/task/next.config.mjs",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/var/task/next.config.mjs",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/var/task/next.config.mjs",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/var/task/next.config.mjs",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/var/task/next.config.mjs",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/var/task/next.config.mjs",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/var/task/next.config.mjs",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/var/task/next.config.mjs",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/var/task/next.config.mjs",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/var/task/next.config.mjs",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/var/task/next.config.mjs",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/var/task/next.config.mjs",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/var/task/next.config.mjs",status="429"} 0.000230346 http_request_duration_seconds_count{method="GET",path="/var/task/next.config.mjs",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/var/task/next.config.ts",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/var/task/next.config.ts",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/var/task/next.config.ts",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/var/task/next.config.ts",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/var/task/next.config.ts",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/var/task/next.config.ts",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/var/task/next.config.ts",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/var/task/next.config.ts",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/var/task/next.config.ts",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/var/task/next.config.ts",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/var/task/next.config.ts",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/var/task/next.config.ts",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/var/task/next.config.ts",status="429"} 0.00018045799999999999 http_request_duration_seconds_count{method="GET",path="/var/task/next.config.ts",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/var/task/nuxt.config.js",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/var/task/nuxt.config.js",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/var/task/nuxt.config.js",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/var/task/nuxt.config.js",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/var/task/nuxt.config.js",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/var/task/nuxt.config.js",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/var/task/nuxt.config.js",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/var/task/nuxt.config.js",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/var/task/nuxt.config.js",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/var/task/nuxt.config.js",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/var/task/nuxt.config.js",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/var/task/nuxt.config.js",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/var/task/nuxt.config.js",status="404"} 0.000159289 http_request_duration_seconds_count{method="GET",path="/var/task/nuxt.config.js",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/var/task/nuxt.config.js",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/var/task/nuxt.config.js",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/var/task/nuxt.config.js",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/var/task/nuxt.config.js",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/var/task/nuxt.config.js",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/var/task/nuxt.config.js",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/var/task/nuxt.config.js",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/var/task/nuxt.config.js",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/var/task/nuxt.config.js",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/var/task/nuxt.config.js",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/var/task/nuxt.config.js",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/var/task/nuxt.config.js",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/var/task/nuxt.config.js",status="429"} 0.0001017 http_request_duration_seconds_count{method="GET",path="/var/task/nuxt.config.js",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/var/task/nuxt.config.ts",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/var/task/nuxt.config.ts",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/var/task/nuxt.config.ts",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/var/task/nuxt.config.ts",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/var/task/nuxt.config.ts",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/var/task/nuxt.config.ts",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/var/task/nuxt.config.ts",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/var/task/nuxt.config.ts",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/var/task/nuxt.config.ts",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/var/task/nuxt.config.ts",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/var/task/nuxt.config.ts",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/var/task/nuxt.config.ts",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/var/task/nuxt.config.ts",status="404"} 0.000135319 http_request_duration_seconds_count{method="GET",path="/var/task/nuxt.config.ts",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/var/task/nuxt.config.ts",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/var/task/nuxt.config.ts",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/var/task/nuxt.config.ts",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/var/task/nuxt.config.ts",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/var/task/nuxt.config.ts",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/var/task/nuxt.config.ts",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/var/task/nuxt.config.ts",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/var/task/nuxt.config.ts",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/var/task/nuxt.config.ts",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/var/task/nuxt.config.ts",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/var/task/nuxt.config.ts",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/var/task/nuxt.config.ts",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/var/task/nuxt.config.ts",status="429"} 0.000116483 http_request_duration_seconds_count{method="GET",path="/var/task/nuxt.config.ts",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/var/task/package.json",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/var/task/package.json",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/var/task/package.json",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/var/task/package.json",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/var/task/package.json",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/var/task/package.json",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/var/task/package.json",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/var/task/package.json",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/var/task/package.json",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/var/task/package.json",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/var/task/package.json",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/var/task/package.json",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/var/task/package.json",status="429"} 0.00020866899999999998 http_request_duration_seconds_count{method="GET",path="/var/task/package.json",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/var/task/serverless.json",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/var/task/serverless.json",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/var/task/serverless.json",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/var/task/serverless.json",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/var/task/serverless.json",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/var/task/serverless.json",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/var/task/serverless.json",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/var/task/serverless.json",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/var/task/serverless.json",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/var/task/serverless.json",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/var/task/serverless.json",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/var/task/serverless.json",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/var/task/serverless.json",status="429"} 0.000176346 http_request_duration_seconds_count{method="GET",path="/var/task/serverless.json",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/var/task/serverless.yaml",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/var/task/serverless.yaml",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/var/task/serverless.yaml",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/var/task/serverless.yaml",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/var/task/serverless.yaml",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/var/task/serverless.yaml",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/var/task/serverless.yaml",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/var/task/serverless.yaml",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/var/task/serverless.yaml",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/var/task/serverless.yaml",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/var/task/serverless.yaml",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/var/task/serverless.yaml",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/var/task/serverless.yaml",status="404"} 0.000125274 http_request_duration_seconds_count{method="GET",path="/var/task/serverless.yaml",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/var/task/serverless.yaml",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/var/task/serverless.yaml",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/var/task/serverless.yaml",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/var/task/serverless.yaml",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/var/task/serverless.yaml",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/var/task/serverless.yaml",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/var/task/serverless.yaml",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/var/task/serverless.yaml",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/var/task/serverless.yaml",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/var/task/serverless.yaml",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/var/task/serverless.yaml",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/var/task/serverless.yaml",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/var/task/serverless.yaml",status="429"} 9.3895e-05 http_request_duration_seconds_count{method="GET",path="/var/task/serverless.yaml",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/var/task/serverless.yml",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/var/task/serverless.yml",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/var/task/serverless.yml",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/var/task/serverless.yml",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/var/task/serverless.yml",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/var/task/serverless.yml",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/var/task/serverless.yml",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/var/task/serverless.yml",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/var/task/serverless.yml",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/var/task/serverless.yml",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/var/task/serverless.yml",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/var/task/serverless.yml",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/var/task/serverless.yml",status="429"} 0.00021138 http_request_duration_seconds_count{method="GET",path="/var/task/serverless.yml",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/var/task/vercel.json",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/var/task/vercel.json",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/var/task/vercel.json",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/var/task/vercel.json",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/var/task/vercel.json",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/var/task/vercel.json",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/var/task/vercel.json",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/var/task/vercel.json",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/var/task/vercel.json",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/var/task/vercel.json",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/var/task/vercel.json",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/var/task/vercel.json",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/var/task/vercel.json",status="429"} 0.000213239 http_request_duration_seconds_count{method="GET",path="/var/task/vercel.json",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/var/www/.env",status="429",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/var/www/.env",status="429",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/var/www/.env",status="429",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/var/www/.env",status="429",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/var/www/.env",status="429",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/var/www/.env",status="429",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/var/www/.env",status="429",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/var/www/.env",status="429",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/var/www/.env",status="429",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/var/www/.env",status="429",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/var/www/.env",status="429",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/var/www/.env",status="429",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/var/www/.env",status="429"} 0.00027902199999999997 http_request_duration_seconds_count{method="GET",path="/var/www/.env",status="429"} 3 http_request_duration_seconds_bucket{method="GET",path="/var/www/html/.env",status="429",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/var/www/html/.env",status="429",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/var/www/html/.env",status="429",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/var/www/html/.env",status="429",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/var/www/html/.env",status="429",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/var/www/html/.env",status="429",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/var/www/html/.env",status="429",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/var/www/html/.env",status="429",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/var/www/html/.env",status="429",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/var/www/html/.env",status="429",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/var/www/html/.env",status="429",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/var/www/html/.env",status="429",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/var/www/html/.env",status="429"} 0.000327261 http_request_duration_seconds_count{method="GET",path="/var/www/html/.env",status="429"} 3 http_request_duration_seconds_bucket{method="GET",path="/varb.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/varb.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/varb.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/varb.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/varb.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/varb.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/varb.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/varb.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/varb.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/varb.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/varb.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/varb.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/varb.php",status="404"} 0.00033088400000000004 http_request_duration_seconds_count{method="GET",path="/varb.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/vee.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/vee.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/vee.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/vee.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/vee.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/vee.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/vee.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/vee.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/vee.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/vee.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/vee.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/vee.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/vee.php",status="404"} 0.000144343 http_request_duration_seconds_count{method="GET",path="/vee.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/vendor.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/vendor.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/vendor.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/vendor.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/vendor.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/vendor.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/vendor.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/vendor.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/vendor.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/vendor.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/vendor.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/vendor.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/vendor.zip",status="429"} 2.9633e-05 http_request_duration_seconds_count{method="GET",path="/vendor.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/vendor/.env",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/vendor/.env",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/vendor/.env",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/vendor/.env",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/vendor/.env",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/vendor/.env",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/vendor/.env",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/vendor/.env",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/vendor/.env",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/vendor/.env",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/vendor/.env",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/vendor/.env",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/vendor/.env",status="404"} 0.00013026 http_request_duration_seconds_count{method="GET",path="/vendor/.env",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/vendor/.env",status="429",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/vendor/.env",status="429",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/vendor/.env",status="429",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/vendor/.env",status="429",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/vendor/.env",status="429",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/vendor/.env",status="429",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/vendor/.env",status="429",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/vendor/.env",status="429",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/vendor/.env",status="429",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/vendor/.env",status="429",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/vendor/.env",status="429",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/vendor/.env",status="429",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/vendor/.env",status="429"} 0.000285634 http_request_duration_seconds_count{method="GET",path="/vendor/.env",status="429"} 3 http_request_duration_seconds_bucket{method="GET",path="/vercel.json",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/vercel.json",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/vercel.json",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/vercel.json",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/vercel.json",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/vercel.json",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/vercel.json",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/vercel.json",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/vercel.json",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/vercel.json",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/vercel.json",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/vercel.json",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/vercel.json",status="429"} 0.000291442 http_request_duration_seconds_count{method="GET",path="/vercel.json",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/version1.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/version1.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/version1.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/version1.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/version1.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/version1.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/version1.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/version1.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/version1.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/version1.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/version1.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/version1.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/version1.zip",status="429"} 3.405e-05 http_request_duration_seconds_count{method="GET",path="/version1.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/version2.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/version2.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/version2.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/version2.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/version2.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/version2.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/version2.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/version2.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/version2.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/version2.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/version2.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/version2.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/version2.zip",status="429"} 2.0956e-05 http_request_duration_seconds_count{method="GET",path="/version2.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/version3.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/version3.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/version3.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/version3.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/version3.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/version3.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/version3.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/version3.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/version3.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/version3.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/version3.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/version3.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/version3.zip",status="429"} 2.7481e-05 http_request_duration_seconds_count{method="GET",path="/version3.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/vgtyu.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/vgtyu.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/vgtyu.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/vgtyu.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/vgtyu.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/vgtyu.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/vgtyu.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/vgtyu.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/vgtyu.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/vgtyu.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/vgtyu.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/vgtyu.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/vgtyu.php",status="404"} 0.000169127 http_request_duration_seconds_count{method="GET",path="/vgtyu.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/videos.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/videos.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/videos.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/videos.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/videos.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/videos.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/videos.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/videos.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/videos.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/videos.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/videos.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/videos.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/videos.zip",status="429"} 2.5725000000000002e-05 http_request_duration_seconds_count{method="GET",path="/videos.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/view.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/view.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/view.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/view.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/view.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/view.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/view.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/view.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/view.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/view.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/view.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/view.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/view.php",status="404"} 0.00027643700000000004 http_request_duration_seconds_count{method="GET",path="/view.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/view.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/view.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/view.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/view.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/view.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/view.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/view.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/view.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/view.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/view.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/view.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/view.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/view.php",status="429"} 0.000113911 http_request_duration_seconds_count{method="GET",path="/view.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/vite.config.js",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/vite.config.js",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/vite.config.js",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/vite.config.js",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/vite.config.js",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/vite.config.js",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/vite.config.js",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/vite.config.js",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/vite.config.js",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/vite.config.js",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/vite.config.js",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/vite.config.js",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/vite.config.js",status="404"} 0.00028638700000000003 http_request_duration_seconds_count{method="GET",path="/vite.config.js",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/vite.config.js",status="429",le="0.005"} 18 http_request_duration_seconds_bucket{method="GET",path="/vite.config.js",status="429",le="0.01"} 18 http_request_duration_seconds_bucket{method="GET",path="/vite.config.js",status="429",le="0.025"} 18 http_request_duration_seconds_bucket{method="GET",path="/vite.config.js",status="429",le="0.05"} 18 http_request_duration_seconds_bucket{method="GET",path="/vite.config.js",status="429",le="0.1"} 18 http_request_duration_seconds_bucket{method="GET",path="/vite.config.js",status="429",le="0.25"} 18 http_request_duration_seconds_bucket{method="GET",path="/vite.config.js",status="429",le="0.5"} 18 http_request_duration_seconds_bucket{method="GET",path="/vite.config.js",status="429",le="1"} 18 http_request_duration_seconds_bucket{method="GET",path="/vite.config.js",status="429",le="2.5"} 18 http_request_duration_seconds_bucket{method="GET",path="/vite.config.js",status="429",le="5"} 18 http_request_duration_seconds_bucket{method="GET",path="/vite.config.js",status="429",le="10"} 18 http_request_duration_seconds_bucket{method="GET",path="/vite.config.js",status="429",le="+Inf"} 18 http_request_duration_seconds_sum{method="GET",path="/vite.config.js",status="429"} 0.001337647 http_request_duration_seconds_count{method="GET",path="/vite.config.js",status="429"} 18 http_request_duration_seconds_bucket{method="GET",path="/vite/.env",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/vite/.env",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/vite/.env",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/vite/.env",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/vite/.env",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/vite/.env",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/vite/.env",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/vite/.env",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/vite/.env",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/vite/.env",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/vite/.env",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/vite/.env",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/vite/.env",status="429"} 8.19e-05 http_request_duration_seconds_count{method="GET",path="/vite/.env",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/vite/manifest.json",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/vite/manifest.json",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/vite/manifest.json",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/vite/manifest.json",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/vite/manifest.json",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/vite/manifest.json",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/vite/manifest.json",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/vite/manifest.json",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/vite/manifest.json",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/vite/manifest.json",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/vite/manifest.json",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/vite/manifest.json",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/vite/manifest.json",status="404"} 0.000303256 http_request_duration_seconds_count{method="GET",path="/vite/manifest.json",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/vite/manifest.json",status="429",le="0.005"} 16 http_request_duration_seconds_bucket{method="GET",path="/vite/manifest.json",status="429",le="0.01"} 16 http_request_duration_seconds_bucket{method="GET",path="/vite/manifest.json",status="429",le="0.025"} 16 http_request_duration_seconds_bucket{method="GET",path="/vite/manifest.json",status="429",le="0.05"} 16 http_request_duration_seconds_bucket{method="GET",path="/vite/manifest.json",status="429",le="0.1"} 16 http_request_duration_seconds_bucket{method="GET",path="/vite/manifest.json",status="429",le="0.25"} 16 http_request_duration_seconds_bucket{method="GET",path="/vite/manifest.json",status="429",le="0.5"} 16 http_request_duration_seconds_bucket{method="GET",path="/vite/manifest.json",status="429",le="1"} 16 http_request_duration_seconds_bucket{method="GET",path="/vite/manifest.json",status="429",le="2.5"} 16 http_request_duration_seconds_bucket{method="GET",path="/vite/manifest.json",status="429",le="5"} 16 http_request_duration_seconds_bucket{method="GET",path="/vite/manifest.json",status="429",le="10"} 16 http_request_duration_seconds_bucket{method="GET",path="/vite/manifest.json",status="429",le="+Inf"} 16 http_request_duration_seconds_sum{method="GET",path="/vite/manifest.json",status="429"} 0.0011921030000000001 http_request_duration_seconds_count{method="GET",path="/vite/manifest.json",status="429"} 16 http_request_duration_seconds_bucket{method="GET",path="/vps.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/vps.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/vps.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/vps.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/vps.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/vps.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/vps.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/vps.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/vps.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/vps.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/vps.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/vps.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/vps.zip",status="429"} 2.4805e-05 http_request_duration_seconds_count{method="GET",path="/vps.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/vue.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/vue.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/vue.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/vue.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/vue.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/vue.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/vue.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/vue.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/vue.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/vue.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/vue.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/vue.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/vue.zip",status="429"} 4.8119000000000005e-05 http_request_duration_seconds_count{method="GET",path="/vue.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/vue/.env",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/vue/.env",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/vue/.env",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/vue/.env",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/vue/.env",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/vue/.env",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/vue/.env",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/vue/.env",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/vue/.env",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/vue/.env",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/vue/.env",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/vue/.env",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/vue/.env",status="429"} 7.8247e-05 http_request_duration_seconds_count{method="GET",path="/vue/.env",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/vultr.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/vultr.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/vultr.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/vultr.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/vultr.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/vultr.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/vultr.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/vultr.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/vultr.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/vultr.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/vultr.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/vultr.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/vultr.zip",status="429"} 3.6149e-05 http_request_duration_seconds_count{method="GET",path="/vultr.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/vv.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/vv.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/vv.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/vv.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/vv.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/vv.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/vv.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/vv.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/vv.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/vv.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/vv.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/vv.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/vv.php",status="404"} 0.000298461 http_request_duration_seconds_count{method="GET",path="/vv.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/vx.php",status="404",le="0.005"} 5 http_request_duration_seconds_bucket{method="GET",path="/vx.php",status="404",le="0.01"} 5 http_request_duration_seconds_bucket{method="GET",path="/vx.php",status="404",le="0.025"} 5 http_request_duration_seconds_bucket{method="GET",path="/vx.php",status="404",le="0.05"} 5 http_request_duration_seconds_bucket{method="GET",path="/vx.php",status="404",le="0.1"} 5 http_request_duration_seconds_bucket{method="GET",path="/vx.php",status="404",le="0.25"} 5 http_request_duration_seconds_bucket{method="GET",path="/vx.php",status="404",le="0.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/vx.php",status="404",le="1"} 5 http_request_duration_seconds_bucket{method="GET",path="/vx.php",status="404",le="2.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/vx.php",status="404",le="5"} 5 http_request_duration_seconds_bucket{method="GET",path="/vx.php",status="404",le="10"} 5 http_request_duration_seconds_bucket{method="GET",path="/vx.php",status="404",le="+Inf"} 5 http_request_duration_seconds_sum{method="GET",path="/vx.php",status="404"} 0.000757373 http_request_duration_seconds_count{method="GET",path="/vx.php",status="404"} 5 http_request_duration_seconds_bucket{method="GET",path="/w.php",status="404",le="0.005"} 6 http_request_duration_seconds_bucket{method="GET",path="/w.php",status="404",le="0.01"} 6 http_request_duration_seconds_bucket{method="GET",path="/w.php",status="404",le="0.025"} 6 http_request_duration_seconds_bucket{method="GET",path="/w.php",status="404",le="0.05"} 6 http_request_duration_seconds_bucket{method="GET",path="/w.php",status="404",le="0.1"} 6 http_request_duration_seconds_bucket{method="GET",path="/w.php",status="404",le="0.25"} 6 http_request_duration_seconds_bucket{method="GET",path="/w.php",status="404",le="0.5"} 6 http_request_duration_seconds_bucket{method="GET",path="/w.php",status="404",le="1"} 6 http_request_duration_seconds_bucket{method="GET",path="/w.php",status="404",le="2.5"} 6 http_request_duration_seconds_bucket{method="GET",path="/w.php",status="404",le="5"} 6 http_request_duration_seconds_bucket{method="GET",path="/w.php",status="404",le="10"} 6 http_request_duration_seconds_bucket{method="GET",path="/w.php",status="404",le="+Inf"} 6 http_request_duration_seconds_sum{method="GET",path="/w.php",status="404"} 0.000852604 http_request_duration_seconds_count{method="GET",path="/w.php",status="404"} 6 http_request_duration_seconds_bucket{method="GET",path="/w2025.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/w2025.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/w2025.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/w2025.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/w2025.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/w2025.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/w2025.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/w2025.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/w2025.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/w2025.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/w2025.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/w2025.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/w2025.php",status="404"} 0.000166727 http_request_duration_seconds_count{method="GET",path="/w2025.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/waku/*",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/waku/*",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/waku/*",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/waku/*",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/waku/*",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/waku/*",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/waku/*",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/waku/*",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/waku/*",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/waku/*",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/waku/*",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/waku/*",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/waku/*",status="429"} 0.00023656399999999998 http_request_duration_seconds_count{method="GET",path="/waku/*",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/wan.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wan.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wan.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wan.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wan.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wan.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wan.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wan.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wan.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wan.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wan.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wan.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wan.php",status="404"} 0.000148799 http_request_duration_seconds_count{method="GET",path="/wan.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/we.php",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/we.php",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/we.php",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/we.php",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/we.php",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/we.php",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/we.php",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/we.php",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/we.php",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/we.php",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/we.php",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/we.php",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/we.php",status="404"} 0.00049195 http_request_duration_seconds_count{method="GET",path="/we.php",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/we2.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/we2.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/we2.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/we2.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/we2.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/we2.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/we2.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/we2.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/we2.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/we2.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/we2.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/we2.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/we2.php",status="404"} 0.00025915599999999997 http_request_duration_seconds_count{method="GET",path="/we2.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/web.7z",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/web.7z",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/web.7z",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/web.7z",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/web.7z",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/web.7z",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/web.7z",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/web.7z",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/web.7z",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/web.7z",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/web.7z",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/web.7z",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/web.7z",status="404"} 0.000154496 http_request_duration_seconds_count{method="GET",path="/web.7z",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/web.bz2",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/web.bz2",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/web.bz2",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/web.bz2",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/web.bz2",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/web.bz2",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/web.bz2",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/web.bz2",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/web.bz2",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/web.bz2",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/web.bz2",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/web.bz2",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/web.bz2",status="404"} 0.000153251 http_request_duration_seconds_count{method="GET",path="/web.bz2",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/web.config",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/web.config",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/web.config",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/web.config",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/web.config",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/web.config",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/web.config",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/web.config",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/web.config",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/web.config",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/web.config",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/web.config",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/web.config",status="404"} 0.00035687100000000003 http_request_duration_seconds_count{method="GET",path="/web.config",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/web.gz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/web.gz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/web.gz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/web.gz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/web.gz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/web.gz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/web.gz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/web.gz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/web.gz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/web.gz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/web.gz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/web.gz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/web.gz",status="404"} 0.000128959 http_request_duration_seconds_count{method="GET",path="/web.gz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/web.rar",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/web.rar",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/web.rar",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/web.rar",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/web.rar",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/web.rar",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/web.rar",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/web.rar",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/web.rar",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/web.rar",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/web.rar",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/web.rar",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/web.rar",status="404"} 0.000131555 http_request_duration_seconds_count{method="GET",path="/web.rar",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/web.sql",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/web.sql",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/web.sql",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/web.sql",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/web.sql",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/web.sql",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/web.sql",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/web.sql",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/web.sql",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/web.sql",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/web.sql",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/web.sql",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/web.sql",status="404"} 0.000137851 http_request_duration_seconds_count{method="GET",path="/web.sql",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/web.sql.bz2",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/web.sql.bz2",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/web.sql.bz2",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/web.sql.bz2",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/web.sql.bz2",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/web.sql.bz2",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/web.sql.bz2",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/web.sql.bz2",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/web.sql.bz2",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/web.sql.bz2",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/web.sql.bz2",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/web.sql.bz2",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/web.sql.bz2",status="404"} 0.000132717 http_request_duration_seconds_count{method="GET",path="/web.sql.bz2",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/web.sql.gz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/web.sql.gz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/web.sql.gz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/web.sql.gz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/web.sql.gz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/web.sql.gz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/web.sql.gz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/web.sql.gz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/web.sql.gz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/web.sql.gz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/web.sql.gz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/web.sql.gz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/web.sql.gz",status="404"} 0.000132249 http_request_duration_seconds_count{method="GET",path="/web.sql.gz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/web.tar",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/web.tar",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/web.tar",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/web.tar",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/web.tar",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/web.tar",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/web.tar",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/web.tar",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/web.tar",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/web.tar",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/web.tar",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/web.tar",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/web.tar",status="404"} 0.000164961 http_request_duration_seconds_count{method="GET",path="/web.tar",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/web.tar.bz2",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/web.tar.bz2",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/web.tar.bz2",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/web.tar.bz2",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/web.tar.bz2",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/web.tar.bz2",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/web.tar.bz2",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/web.tar.bz2",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/web.tar.bz2",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/web.tar.bz2",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/web.tar.bz2",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/web.tar.bz2",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/web.tar.bz2",status="404"} 0.000135474 http_request_duration_seconds_count{method="GET",path="/web.tar.bz2",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/web.tar.gz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/web.tar.gz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/web.tar.gz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/web.tar.gz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/web.tar.gz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/web.tar.gz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/web.tar.gz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/web.tar.gz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/web.tar.gz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/web.tar.gz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/web.tar.gz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/web.tar.gz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/web.tar.gz",status="404"} 0.000155789 http_request_duration_seconds_count{method="GET",path="/web.tar.gz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/web.tar.xz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/web.tar.xz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/web.tar.xz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/web.tar.xz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/web.tar.xz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/web.tar.xz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/web.tar.xz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/web.tar.xz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/web.tar.xz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/web.tar.xz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/web.tar.xz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/web.tar.xz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/web.tar.xz",status="404"} 0.000122087 http_request_duration_seconds_count{method="GET",path="/web.tar.xz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/web.tgz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/web.tgz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/web.tgz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/web.tgz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/web.tgz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/web.tgz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/web.tgz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/web.tgz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/web.tgz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/web.tgz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/web.tgz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/web.tgz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/web.tgz",status="404"} 0.000153596 http_request_duration_seconds_count{method="GET",path="/web.tgz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/web.zip",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/web.zip",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/web.zip",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/web.zip",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/web.zip",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/web.zip",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/web.zip",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/web.zip",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/web.zip",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/web.zip",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/web.zip",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/web.zip",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/web.zip",status="404"} 0.000168404 http_request_duration_seconds_count{method="GET",path="/web.zip",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/web.zip",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/web.zip",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/web.zip",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/web.zip",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/web.zip",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/web.zip",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/web.zip",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/web.zip",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/web.zip",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/web.zip",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/web.zip",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/web.zip",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/web.zip",status="429"} 1.9346e-05 http_request_duration_seconds_count{method="GET",path="/web.zip",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/web.zst",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/web.zst",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/web.zst",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/web.zst",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/web.zst",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/web.zst",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/web.zst",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/web.zst",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/web.zst",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/web.zst",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/web.zst",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/web.zst",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/web.zst",status="404"} 0.000174466 http_request_duration_seconds_count{method="GET",path="/web.zst",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/web/.env",status="404",le="0.005"} 8 http_request_duration_seconds_bucket{method="GET",path="/web/.env",status="404",le="0.01"} 8 http_request_duration_seconds_bucket{method="GET",path="/web/.env",status="404",le="0.025"} 8 http_request_duration_seconds_bucket{method="GET",path="/web/.env",status="404",le="0.05"} 8 http_request_duration_seconds_bucket{method="GET",path="/web/.env",status="404",le="0.1"} 8 http_request_duration_seconds_bucket{method="GET",path="/web/.env",status="404",le="0.25"} 8 http_request_duration_seconds_bucket{method="GET",path="/web/.env",status="404",le="0.5"} 8 http_request_duration_seconds_bucket{method="GET",path="/web/.env",status="404",le="1"} 8 http_request_duration_seconds_bucket{method="GET",path="/web/.env",status="404",le="2.5"} 8 http_request_duration_seconds_bucket{method="GET",path="/web/.env",status="404",le="5"} 8 http_request_duration_seconds_bucket{method="GET",path="/web/.env",status="404",le="10"} 8 http_request_duration_seconds_bucket{method="GET",path="/web/.env",status="404",le="+Inf"} 8 http_request_duration_seconds_sum{method="GET",path="/web/.env",status="404"} 0.004804483 http_request_duration_seconds_count{method="GET",path="/web/.env",status="404"} 8 http_request_duration_seconds_bucket{method="GET",path="/web/.env",status="429",le="0.005"} 8 http_request_duration_seconds_bucket{method="GET",path="/web/.env",status="429",le="0.01"} 8 http_request_duration_seconds_bucket{method="GET",path="/web/.env",status="429",le="0.025"} 8 http_request_duration_seconds_bucket{method="GET",path="/web/.env",status="429",le="0.05"} 8 http_request_duration_seconds_bucket{method="GET",path="/web/.env",status="429",le="0.1"} 8 http_request_duration_seconds_bucket{method="GET",path="/web/.env",status="429",le="0.25"} 8 http_request_duration_seconds_bucket{method="GET",path="/web/.env",status="429",le="0.5"} 8 http_request_duration_seconds_bucket{method="GET",path="/web/.env",status="429",le="1"} 8 http_request_duration_seconds_bucket{method="GET",path="/web/.env",status="429",le="2.5"} 8 http_request_duration_seconds_bucket{method="GET",path="/web/.env",status="429",le="5"} 8 http_request_duration_seconds_bucket{method="GET",path="/web/.env",status="429",le="10"} 8 http_request_duration_seconds_bucket{method="GET",path="/web/.env",status="429",le="+Inf"} 8 http_request_duration_seconds_sum{method="GET",path="/web/.env",status="429"} 0.000866825 http_request_duration_seconds_count{method="GET",path="/web/.env",status="429"} 8 http_request_duration_seconds_bucket{method="GET",path="/web/.git/config",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/web/.git/config",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/web/.git/config",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/web/.git/config",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/web/.git/config",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/web/.git/config",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/web/.git/config",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/web/.git/config",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/web/.git/config",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/web/.git/config",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/web/.git/config",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/web/.git/config",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/web/.git/config",status="404"} 0.000126678 http_request_duration_seconds_count{method="GET",path="/web/.git/config",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/web/app.js",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/web/app.js",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/web/app.js",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/web/app.js",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/web/app.js",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/web/app.js",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/web/app.js",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/web/app.js",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/web/app.js",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/web/app.js",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/web/app.js",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/web/app.js",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/web/app.js",status="429"} 0.00020575999999999998 http_request_duration_seconds_count{method="GET",path="/web/app.js",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/web/config/common.js",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/web/config/common.js",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/web/config/common.js",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/web/config/common.js",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/web/config/common.js",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/web/config/common.js",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/web/config/common.js",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/web/config/common.js",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/web/config/common.js",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/web/config/common.js",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/web/config/common.js",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/web/config/common.js",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/web/config/common.js",status="429"} 0.00022597699999999998 http_request_duration_seconds_count{method="GET",path="/web/config/common.js",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/web/config/constants.js",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/web/config/constants.js",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/web/config/constants.js",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/web/config/constants.js",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/web/config/constants.js",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/web/config/constants.js",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/web/config/constants.js",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/web/config/constants.js",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/web/config/constants.js",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/web/config/constants.js",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/web/config/constants.js",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/web/config/constants.js",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/web/config/constants.js",status="429"} 0.000208563 http_request_duration_seconds_count{method="GET",path="/web/config/constants.js",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/web/constant.js",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/web/constant.js",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/web/constant.js",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/web/constant.js",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/web/constant.js",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/web/constant.js",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/web/constant.js",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/web/constant.js",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/web/constant.js",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/web/constant.js",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/web/constant.js",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/web/constant.js",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/web/constant.js",status="429"} 0.000223407 http_request_duration_seconds_count{method="GET",path="/web/constant.js",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/web/constants.js",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/web/constants.js",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/web/constants.js",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/web/constants.js",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/web/constants.js",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/web/constants.js",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/web/constants.js",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/web/constants.js",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/web/constants.js",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/web/constants.js",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/web/constants.js",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/web/constants.js",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/web/constants.js",status="429"} 0.000181778 http_request_duration_seconds_count{method="GET",path="/web/constants.js",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/web/env.js",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/web/env.js",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/web/env.js",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/web/env.js",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/web/env.js",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/web/env.js",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/web/env.js",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/web/env.js",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/web/env.js",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/web/env.js",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/web/env.js",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/web/env.js",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/web/env.js",status="429"} 0.000205366 http_request_duration_seconds_count{method="GET",path="/web/env.js",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/web/info.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/web/info.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/web/info.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/web/info.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/web/info.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/web/info.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/web/info.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/web/info.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/web/info.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/web/info.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/web/info.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/web/info.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/web/info.php",status="404"} 0.00013829 http_request_duration_seconds_count{method="GET",path="/web/info.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/web/info.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/web/info.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/web/info.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/web/info.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/web/info.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/web/info.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/web/info.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/web/info.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/web/info.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/web/info.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/web/info.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/web/info.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/web/info.php",status="429"} 2.6639e-05 http_request_duration_seconds_count{method="GET",path="/web/info.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/web/php.php",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/web/php.php",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/web/php.php",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/web/php.php",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/web/php.php",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/web/php.php",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/web/php.php",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/web/php.php",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/web/php.php",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/web/php.php",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/web/php.php",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/web/php.php",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/web/php.php",status="429"} 7.5949e-05 http_request_duration_seconds_count{method="GET",path="/web/php.php",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/web/phpinfo.php",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/web/phpinfo.php",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/web/phpinfo.php",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/web/phpinfo.php",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/web/phpinfo.php",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/web/phpinfo.php",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/web/phpinfo.php",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/web/phpinfo.php",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/web/phpinfo.php",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/web/phpinfo.php",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/web/phpinfo.php",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/web/phpinfo.php",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/web/phpinfo.php",status="429"} 8.8915e-05 http_request_duration_seconds_count{method="GET",path="/web/phpinfo.php",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/webadmin/.env",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/webadmin/.env",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/webadmin/.env",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/webadmin/.env",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/webadmin/.env",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/webadmin/.env",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/webadmin/.env",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/webadmin/.env",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/webadmin/.env",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/webadmin/.env",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/webadmin/.env",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/webadmin/.env",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/webadmin/.env",status="429"} 0.00023284 http_request_duration_seconds_count{method="GET",path="/webadmin/.env",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/webapps.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/webapps.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/webapps.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/webapps.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/webapps.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/webapps.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/webapps.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/webapps.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/webapps.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/webapps.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/webapps.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/webapps.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/webapps.zip",status="429"} 2.4056e-05 http_request_duration_seconds_count{method="GET",path="/webapps.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/webhook",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/webhook",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/webhook",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/webhook",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/webhook",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/webhook",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/webhook",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/webhook",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/webhook",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/webhook",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/webhook",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/webhook",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/webhook",status="404"} 0.00013596 http_request_duration_seconds_count{method="GET",path="/webhook",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/webhook",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/webhook",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/webhook",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/webhook",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/webhook",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/webhook",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/webhook",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/webhook",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/webhook",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/webhook",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/webhook",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/webhook",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/webhook",status="429"} 0.000102509 http_request_duration_seconds_count{method="GET",path="/webhook",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/webhook-test/*",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/webhook-test/*",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/webhook-test/*",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/webhook-test/*",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/webhook-test/*",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/webhook-test/*",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/webhook-test/*",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/webhook-test/*",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/webhook-test/*",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/webhook-test/*",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/webhook-test/*",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/webhook-test/*",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/webhook-test/*",status="429"} 0.00020339499999999999 http_request_duration_seconds_count{method="GET",path="/webhook-test/*",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/webhook-waiting/*",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/webhook-waiting/*",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/webhook-waiting/*",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/webhook-waiting/*",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/webhook-waiting/*",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/webhook-waiting/*",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/webhook-waiting/*",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/webhook-waiting/*",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/webhook-waiting/*",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/webhook-waiting/*",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/webhook-waiting/*",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/webhook-waiting/*",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/webhook-waiting/*",status="429"} 0.000205089 http_request_duration_seconds_count{method="GET",path="/webhook-waiting/*",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/webhook/*",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/webhook/*",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/webhook/*",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/webhook/*",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/webhook/*",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/webhook/*",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/webhook/*",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/webhook/*",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/webhook/*",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/webhook/*",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/webhook/*",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/webhook/*",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/webhook/*",status="429"} 0.000224662 http_request_duration_seconds_count{method="GET",path="/webhook/*",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/webhooks/incoming/stripe.json",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/webhooks/incoming/stripe.json",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/webhooks/incoming/stripe.json",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/webhooks/incoming/stripe.json",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/webhooks/incoming/stripe.json",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/webhooks/incoming/stripe.json",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/webhooks/incoming/stripe.json",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/webhooks/incoming/stripe.json",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/webhooks/incoming/stripe.json",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/webhooks/incoming/stripe.json",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/webhooks/incoming/stripe.json",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/webhooks/incoming/stripe.json",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/webhooks/incoming/stripe.json",status="429"} 0.000231211 http_request_duration_seconds_count{method="GET",path="/webhooks/incoming/stripe.json",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/webindex.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/webindex.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/webindex.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/webindex.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/webindex.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/webindex.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/webindex.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/webindex.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/webindex.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/webindex.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/webindex.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/webindex.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/webindex.php",status="404"} 0.000276217 http_request_duration_seconds_count{method="GET",path="/webindex.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/webmail.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/webmail.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/webmail.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/webmail.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/webmail.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/webmail.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/webmail.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/webmail.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/webmail.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/webmail.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/webmail.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/webmail.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/webmail.zip",status="429"} 5.57e-05 http_request_duration_seconds_count{method="GET",path="/webmail.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/webmail/phpinfo.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/webmail/phpinfo.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/webmail/phpinfo.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/webmail/phpinfo.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/webmail/phpinfo.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/webmail/phpinfo.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/webmail/phpinfo.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/webmail/phpinfo.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/webmail/phpinfo.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/webmail/phpinfo.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/webmail/phpinfo.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/webmail/phpinfo.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/webmail/phpinfo.php",status="404"} 0.000127526 http_request_duration_seconds_count{method="GET",path="/webmail/phpinfo.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/webmail/phpinfo.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/webmail/phpinfo.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/webmail/phpinfo.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/webmail/phpinfo.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/webmail/phpinfo.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/webmail/phpinfo.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/webmail/phpinfo.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/webmail/phpinfo.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/webmail/phpinfo.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/webmail/phpinfo.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/webmail/phpinfo.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/webmail/phpinfo.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/webmail/phpinfo.php",status="429"} 7.3475e-05 http_request_duration_seconds_count{method="GET",path="/webmail/phpinfo.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/webmin.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/webmin.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/webmin.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/webmin.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/webmin.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/webmin.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/webmin.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/webmin.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/webmin.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/webmin.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/webmin.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/webmin.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/webmin.zip",status="429"} 3.4482e-05 http_request_duration_seconds_count{method="GET",path="/webmin.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/webmin/package-updates/update.cgi",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/webmin/package-updates/update.cgi",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/webmin/package-updates/update.cgi",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/webmin/package-updates/update.cgi",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/webmin/package-updates/update.cgi",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/webmin/package-updates/update.cgi",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/webmin/package-updates/update.cgi",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/webmin/package-updates/update.cgi",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/webmin/package-updates/update.cgi",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/webmin/package-updates/update.cgi",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/webmin/package-updates/update.cgi",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/webmin/package-updates/update.cgi",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/webmin/package-updates/update.cgi",status="429"} 0.00020642 http_request_duration_seconds_count{method="GET",path="/webmin/package-updates/update.cgi",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/webpack-stats.json",status="404",le="0.005"} 7 http_request_duration_seconds_bucket{method="GET",path="/webpack-stats.json",status="404",le="0.01"} 7 http_request_duration_seconds_bucket{method="GET",path="/webpack-stats.json",status="404",le="0.025"} 7 http_request_duration_seconds_bucket{method="GET",path="/webpack-stats.json",status="404",le="0.05"} 7 http_request_duration_seconds_bucket{method="GET",path="/webpack-stats.json",status="404",le="0.1"} 7 http_request_duration_seconds_bucket{method="GET",path="/webpack-stats.json",status="404",le="0.25"} 7 http_request_duration_seconds_bucket{method="GET",path="/webpack-stats.json",status="404",le="0.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/webpack-stats.json",status="404",le="1"} 7 http_request_duration_seconds_bucket{method="GET",path="/webpack-stats.json",status="404",le="2.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/webpack-stats.json",status="404",le="5"} 7 http_request_duration_seconds_bucket{method="GET",path="/webpack-stats.json",status="404",le="10"} 7 http_request_duration_seconds_bucket{method="GET",path="/webpack-stats.json",status="404",le="+Inf"} 7 http_request_duration_seconds_sum{method="GET",path="/webpack-stats.json",status="404"} 0.00105005 http_request_duration_seconds_count{method="GET",path="/webpack-stats.json",status="404"} 7 http_request_duration_seconds_bucket{method="GET",path="/webpack-stats.json",status="429",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/webpack-stats.json",status="429",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/webpack-stats.json",status="429",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/webpack-stats.json",status="429",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/webpack-stats.json",status="429",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/webpack-stats.json",status="429",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/webpack-stats.json",status="429",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/webpack-stats.json",status="429",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/webpack-stats.json",status="429",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/webpack-stats.json",status="429",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/webpack-stats.json",status="429",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/webpack-stats.json",status="429",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/webpack-stats.json",status="429"} 0.000317406 http_request_duration_seconds_count{method="GET",path="/webpack-stats.json",status="429"} 4 http_request_duration_seconds_bucket{method="GET",path="/webroot/index.php/_environment",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/webroot/index.php/_environment",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/webroot/index.php/_environment",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/webroot/index.php/_environment",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/webroot/index.php/_environment",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/webroot/index.php/_environment",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/webroot/index.php/_environment",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/webroot/index.php/_environment",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/webroot/index.php/_environment",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/webroot/index.php/_environment",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/webroot/index.php/_environment",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/webroot/index.php/_environment",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/webroot/index.php/_environment",status="404"} 0.000134104 http_request_duration_seconds_count{method="GET",path="/webroot/index.php/_environment",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/webroot/index.php/_environment",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/webroot/index.php/_environment",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/webroot/index.php/_environment",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/webroot/index.php/_environment",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/webroot/index.php/_environment",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/webroot/index.php/_environment",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/webroot/index.php/_environment",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/webroot/index.php/_environment",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/webroot/index.php/_environment",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/webroot/index.php/_environment",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/webroot/index.php/_environment",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/webroot/index.php/_environment",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/webroot/index.php/_environment",status="429"} 6.9671e-05 http_request_duration_seconds_count{method="GET",path="/webroot/index.php/_environment",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/webservice.zip",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/webservice.zip",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/webservice.zip",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/webservice.zip",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/webservice.zip",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/webservice.zip",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/webservice.zip",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/webservice.zip",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/webservice.zip",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/webservice.zip",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/webservice.zip",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/webservice.zip",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/webservice.zip",status="404"} 2.0087e-05 http_request_duration_seconds_count{method="GET",path="/webservice.zip",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/webservice.zip",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/webservice.zip",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/webservice.zip",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/webservice.zip",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/webservice.zip",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/webservice.zip",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/webservice.zip",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/webservice.zip",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/webservice.zip",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/webservice.zip",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/webservice.zip",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/webservice.zip",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/webservice.zip",status="429"} 1.2617e-05 http_request_duration_seconds_count{method="GET",path="/webservice.zip",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/webservices.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/webservices.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/webservices.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/webservices.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/webservices.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/webservices.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/webservices.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/webservices.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/webservices.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/webservices.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/webservices.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/webservices.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/webservices.zip",status="429"} 3.1248e-05 http_request_duration_seconds_count{method="GET",path="/webservices.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/website.zip",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/website.zip",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/website.zip",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/website.zip",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/website.zip",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/website.zip",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/website.zip",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/website.zip",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/website.zip",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/website.zip",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/website.zip",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/website.zip",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/website.zip",status="404"} 2.2529e-05 http_request_duration_seconds_count{method="GET",path="/website.zip",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/website.zip",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/website.zip",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/website.zip",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/website.zip",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/website.zip",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/website.zip",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/website.zip",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/website.zip",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/website.zip",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/website.zip",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/website.zip",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/website.zip",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/website.zip",status="429"} 1.7797e-05 http_request_duration_seconds_count{method="GET",path="/website.zip",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/website/.env",status="404",le="0.005"} 7 http_request_duration_seconds_bucket{method="GET",path="/website/.env",status="404",le="0.01"} 7 http_request_duration_seconds_bucket{method="GET",path="/website/.env",status="404",le="0.025"} 7 http_request_duration_seconds_bucket{method="GET",path="/website/.env",status="404",le="0.05"} 7 http_request_duration_seconds_bucket{method="GET",path="/website/.env",status="404",le="0.1"} 7 http_request_duration_seconds_bucket{method="GET",path="/website/.env",status="404",le="0.25"} 7 http_request_duration_seconds_bucket{method="GET",path="/website/.env",status="404",le="0.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/website/.env",status="404",le="1"} 7 http_request_duration_seconds_bucket{method="GET",path="/website/.env",status="404",le="2.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/website/.env",status="404",le="5"} 7 http_request_duration_seconds_bucket{method="GET",path="/website/.env",status="404",le="10"} 7 http_request_duration_seconds_bucket{method="GET",path="/website/.env",status="404",le="+Inf"} 7 http_request_duration_seconds_sum{method="GET",path="/website/.env",status="404"} 0.0010368550000000002 http_request_duration_seconds_count{method="GET",path="/website/.env",status="404"} 7 http_request_duration_seconds_bucket{method="GET",path="/website/.env",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/website/.env",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/website/.env",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/website/.env",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/website/.env",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/website/.env",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/website/.env",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/website/.env",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/website/.env",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/website/.env",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/website/.env",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/website/.env",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/website/.env",status="429"} 0.000235226 http_request_duration_seconds_count{method="GET",path="/website/.env",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/website_backup.7z",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/website_backup.7z",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/website_backup.7z",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/website_backup.7z",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/website_backup.7z",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/website_backup.7z",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/website_backup.7z",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/website_backup.7z",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/website_backup.7z",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/website_backup.7z",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/website_backup.7z",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/website_backup.7z",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/website_backup.7z",status="404"} 0.000142786 http_request_duration_seconds_count{method="GET",path="/website_backup.7z",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/website_backup.bz2",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/website_backup.bz2",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/website_backup.bz2",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/website_backup.bz2",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/website_backup.bz2",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/website_backup.bz2",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/website_backup.bz2",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/website_backup.bz2",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/website_backup.bz2",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/website_backup.bz2",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/website_backup.bz2",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/website_backup.bz2",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/website_backup.bz2",status="404"} 0.000127119 http_request_duration_seconds_count{method="GET",path="/website_backup.bz2",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/website_backup.gz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/website_backup.gz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/website_backup.gz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/website_backup.gz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/website_backup.gz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/website_backup.gz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/website_backup.gz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/website_backup.gz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/website_backup.gz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/website_backup.gz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/website_backup.gz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/website_backup.gz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/website_backup.gz",status="404"} 0.000149876 http_request_duration_seconds_count{method="GET",path="/website_backup.gz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/website_backup.rar",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/website_backup.rar",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/website_backup.rar",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/website_backup.rar",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/website_backup.rar",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/website_backup.rar",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/website_backup.rar",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/website_backup.rar",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/website_backup.rar",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/website_backup.rar",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/website_backup.rar",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/website_backup.rar",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/website_backup.rar",status="404"} 0.000158277 http_request_duration_seconds_count{method="GET",path="/website_backup.rar",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/website_backup.sql",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/website_backup.sql",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/website_backup.sql",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/website_backup.sql",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/website_backup.sql",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/website_backup.sql",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/website_backup.sql",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/website_backup.sql",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/website_backup.sql",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/website_backup.sql",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/website_backup.sql",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/website_backup.sql",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/website_backup.sql",status="404"} 0.000144029 http_request_duration_seconds_count{method="GET",path="/website_backup.sql",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/website_backup.sql.bz2",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/website_backup.sql.bz2",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/website_backup.sql.bz2",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/website_backup.sql.bz2",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/website_backup.sql.bz2",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/website_backup.sql.bz2",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/website_backup.sql.bz2",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/website_backup.sql.bz2",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/website_backup.sql.bz2",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/website_backup.sql.bz2",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/website_backup.sql.bz2",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/website_backup.sql.bz2",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/website_backup.sql.bz2",status="404"} 0.000142274 http_request_duration_seconds_count{method="GET",path="/website_backup.sql.bz2",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/website_backup.sql.gz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/website_backup.sql.gz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/website_backup.sql.gz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/website_backup.sql.gz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/website_backup.sql.gz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/website_backup.sql.gz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/website_backup.sql.gz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/website_backup.sql.gz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/website_backup.sql.gz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/website_backup.sql.gz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/website_backup.sql.gz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/website_backup.sql.gz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/website_backup.sql.gz",status="404"} 0.00014459 http_request_duration_seconds_count{method="GET",path="/website_backup.sql.gz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/website_backup.tar",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/website_backup.tar",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/website_backup.tar",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/website_backup.tar",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/website_backup.tar",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/website_backup.tar",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/website_backup.tar",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/website_backup.tar",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/website_backup.tar",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/website_backup.tar",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/website_backup.tar",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/website_backup.tar",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/website_backup.tar",status="404"} 0.000149159 http_request_duration_seconds_count{method="GET",path="/website_backup.tar",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/website_backup.tar.bz2",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/website_backup.tar.bz2",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/website_backup.tar.bz2",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/website_backup.tar.bz2",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/website_backup.tar.bz2",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/website_backup.tar.bz2",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/website_backup.tar.bz2",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/website_backup.tar.bz2",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/website_backup.tar.bz2",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/website_backup.tar.bz2",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/website_backup.tar.bz2",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/website_backup.tar.bz2",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/website_backup.tar.bz2",status="404"} 0.000135709 http_request_duration_seconds_count{method="GET",path="/website_backup.tar.bz2",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/website_backup.tar.gz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/website_backup.tar.gz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/website_backup.tar.gz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/website_backup.tar.gz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/website_backup.tar.gz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/website_backup.tar.gz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/website_backup.tar.gz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/website_backup.tar.gz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/website_backup.tar.gz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/website_backup.tar.gz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/website_backup.tar.gz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/website_backup.tar.gz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/website_backup.tar.gz",status="404"} 0.000119341 http_request_duration_seconds_count{method="GET",path="/website_backup.tar.gz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/website_backup.tar.xz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/website_backup.tar.xz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/website_backup.tar.xz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/website_backup.tar.xz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/website_backup.tar.xz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/website_backup.tar.xz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/website_backup.tar.xz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/website_backup.tar.xz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/website_backup.tar.xz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/website_backup.tar.xz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/website_backup.tar.xz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/website_backup.tar.xz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/website_backup.tar.xz",status="404"} 0.000139469 http_request_duration_seconds_count{method="GET",path="/website_backup.tar.xz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/website_backup.tgz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/website_backup.tgz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/website_backup.tgz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/website_backup.tgz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/website_backup.tgz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/website_backup.tgz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/website_backup.tgz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/website_backup.tgz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/website_backup.tgz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/website_backup.tgz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/website_backup.tgz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/website_backup.tgz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/website_backup.tgz",status="404"} 0.000151478 http_request_duration_seconds_count{method="GET",path="/website_backup.tgz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/website_backup.zip",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/website_backup.zip",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/website_backup.zip",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/website_backup.zip",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/website_backup.zip",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/website_backup.zip",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/website_backup.zip",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/website_backup.zip",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/website_backup.zip",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/website_backup.zip",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/website_backup.zip",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/website_backup.zip",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/website_backup.zip",status="404"} 0.000126102 http_request_duration_seconds_count{method="GET",path="/website_backup.zip",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/website_backup.zst",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/website_backup.zst",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/website_backup.zst",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/website_backup.zst",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/website_backup.zst",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/website_backup.zst",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/website_backup.zst",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/website_backup.zst",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/website_backup.zst",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/website_backup.zst",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/website_backup.zst",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/website_backup.zst",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/website_backup.zst",status="404"} 0.000140156 http_request_duration_seconds_count{method="GET",path="/website_backup.zst",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/websites.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/websites.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/websites.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/websites.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/websites.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/websites.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/websites.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/websites.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/websites.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/websites.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/websites.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/websites.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/websites.zip",status="429"} 5.0471e-05 http_request_duration_seconds_count{method="GET",path="/websites.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/wee.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wee.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wee.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wee.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wee.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wee.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wee.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wee.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wee.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wee.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wee.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wee.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wee.php",status="404"} 0.000132808 http_request_duration_seconds_count{method="GET",path="/wee.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wefile.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/wefile.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/wefile.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/wefile.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/wefile.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wefile.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/wefile.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wefile.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wefile.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wefile.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wefile.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/wefile.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/wefile.php",status="404"} 0.00026553600000000003 http_request_duration_seconds_count{method="GET",path="/wefile.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/wehrman.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wehrman.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wehrman.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wehrman.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wehrman.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wehrman.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wehrman.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wehrman.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wehrman.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wehrman.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wehrman.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wehrman.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wehrman.php",status="404"} 0.000146968 http_request_duration_seconds_count{method="GET",path="/wehrman.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wen.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/wen.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/wen.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/wen.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/wen.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wen.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/wen.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wen.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wen.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wen.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wen.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/wen.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/wen.php",status="404"} 0.00026862800000000003 http_request_duration_seconds_count{method="GET",path="/wen.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/wfile.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wfile.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wfile.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wfile.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wfile.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wfile.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wfile.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wfile.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wfile.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wfile.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wfile.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wfile.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wfile.php",status="404"} 0.00014792 http_request_duration_seconds_count{method="GET",path="/wfile.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wgift1.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wgift1.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wgift1.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wgift1.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wgift1.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wgift1.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wgift1.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wgift1.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wgift1.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wgift1.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wgift1.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wgift1.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wgift1.php",status="429"} 0.000138238 http_request_duration_seconds_count{method="GET",path="/wgift1.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/whatsapp.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/whatsapp.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/whatsapp.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/whatsapp.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/whatsapp.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/whatsapp.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/whatsapp.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/whatsapp.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/whatsapp.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/whatsapp.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/whatsapp.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/whatsapp.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/whatsapp.zip",status="429"} 4.7693999999999994e-05 http_request_duration_seconds_count{method="GET",path="/whatsapp.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/whm.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/whm.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/whm.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/whm.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/whm.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/whm.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/whm.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/whm.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/whm.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/whm.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/whm.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/whm.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/whm.zip",status="429"} 2.1599e-05 http_request_duration_seconds_count{method="GET",path="/whm.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/whs73au5.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/whs73au5.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/whs73au5.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/whs73au5.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/whs73au5.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/whs73au5.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/whs73au5.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/whs73au5.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/whs73au5.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/whs73au5.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/whs73au5.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/whs73au5.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/whs73au5.php",status="404"} 0.000136565 http_request_duration_seconds_count{method="GET",path="/whs73au5.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wi.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wi.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wi.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wi.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wi.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wi.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wi.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wi.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wi.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wi.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wi.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wi.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wi.php",status="404"} 0.000132607 http_request_duration_seconds_count{method="GET",path="/wi.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wikindex.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wikindex.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wikindex.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wikindex.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wikindex.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wikindex.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wikindex.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wikindex.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wikindex.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wikindex.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wikindex.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wikindex.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wikindex.php",status="404"} 0.000133293 http_request_duration_seconds_count{method="GET",path="/wikindex.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wk/index.php",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/wk/index.php",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/wk/index.php",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/wk/index.php",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/wk/index.php",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/wk/index.php",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/wk/index.php",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/wk/index.php",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/wk/index.php",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/wk/index.php",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/wk/index.php",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/wk/index.php",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/wk/index.php",status="404"} 0.00039048100000000003 http_request_duration_seconds_count{method="GET",path="/wk/index.php",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/wmore1.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/wmore1.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/wmore1.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/wmore1.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/wmore1.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wmore1.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/wmore1.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wmore1.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wmore1.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wmore1.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wmore1.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/wmore1.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/wmore1.php",status="404"} 0.00030266699999999995 http_request_duration_seconds_count{method="GET",path="/wmore1.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/woocommerce.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/woocommerce.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/woocommerce.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/woocommerce.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/woocommerce.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/woocommerce.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/woocommerce.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/woocommerce.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/woocommerce.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/woocommerce.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/woocommerce.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/woocommerce.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/woocommerce.zip",status="429"} 4.0934e-05 http_request_duration_seconds_count{method="GET",path="/woocommerce.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/wordpress-2024.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/wordpress-2024.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/wordpress-2024.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/wordpress-2024.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/wordpress-2024.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wordpress-2024.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/wordpress-2024.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wordpress-2024.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wordpress-2024.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wordpress-2024.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wordpress-2024.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/wordpress-2024.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/wordpress-2024.zip",status="429"} 3.3676999999999996e-05 http_request_duration_seconds_count{method="GET",path="/wordpress-2024.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/wordpress-20240527.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/wordpress-20240527.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/wordpress-20240527.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/wordpress-20240527.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/wordpress-20240527.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wordpress-20240527.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/wordpress-20240527.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wordpress-20240527.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wordpress-20240527.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wordpress-20240527.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wordpress-20240527.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/wordpress-20240527.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/wordpress-20240527.zip",status="429"} 7.2722e-05 http_request_duration_seconds_count{method="GET",path="/wordpress-20240527.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/wordpress-admin.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/wordpress-admin.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/wordpress-admin.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/wordpress-admin.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/wordpress-admin.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wordpress-admin.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/wordpress-admin.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wordpress-admin.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wordpress-admin.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wordpress-admin.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wordpress-admin.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/wordpress-admin.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/wordpress-admin.zip",status="429"} 3.7516e-05 http_request_duration_seconds_count{method="GET",path="/wordpress-admin.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/wordpress-backup.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/wordpress-backup.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/wordpress-backup.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/wordpress-backup.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/wordpress-backup.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wordpress-backup.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/wordpress-backup.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wordpress-backup.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wordpress-backup.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wordpress-backup.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wordpress-backup.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/wordpress-backup.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/wordpress-backup.zip",status="429"} 5.9449999999999995e-05 http_request_duration_seconds_count{method="GET",path="/wordpress-backup.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/wordpress-complete.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/wordpress-complete.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/wordpress-complete.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/wordpress-complete.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/wordpress-complete.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wordpress-complete.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/wordpress-complete.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wordpress-complete.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wordpress-complete.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wordpress-complete.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wordpress-complete.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/wordpress-complete.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/wordpress-complete.zip",status="429"} 2.4704e-05 http_request_duration_seconds_count{method="GET",path="/wordpress-complete.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/wordpress-config.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/wordpress-config.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/wordpress-config.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/wordpress-config.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/wordpress-config.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wordpress-config.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/wordpress-config.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wordpress-config.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wordpress-config.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wordpress-config.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wordpress-config.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/wordpress-config.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/wordpress-config.zip",status="429"} 4.2251e-05 http_request_duration_seconds_count{method="GET",path="/wordpress-config.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/wordpress-files.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/wordpress-files.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/wordpress-files.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/wordpress-files.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/wordpress-files.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wordpress-files.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/wordpress-files.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wordpress-files.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wordpress-files.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wordpress-files.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wordpress-files.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/wordpress-files.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/wordpress-files.zip",status="429"} 3.4094e-05 http_request_duration_seconds_count{method="GET",path="/wordpress-files.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/wordpress-full.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/wordpress-full.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/wordpress-full.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/wordpress-full.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/wordpress-full.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wordpress-full.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/wordpress-full.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wordpress-full.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wordpress-full.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wordpress-full.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wordpress-full.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/wordpress-full.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/wordpress-full.zip",status="429"} 3.0178999999999997e-05 http_request_duration_seconds_count{method="GET",path="/wordpress-full.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/wordpress-site.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/wordpress-site.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/wordpress-site.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/wordpress-site.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/wordpress-site.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wordpress-site.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/wordpress-site.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wordpress-site.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wordpress-site.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wordpress-site.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wordpress-site.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/wordpress-site.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/wordpress-site.zip",status="429"} 3.1868e-05 http_request_duration_seconds_count{method="GET",path="/wordpress-site.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/wordpress.7z",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wordpress.7z",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wordpress.7z",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wordpress.7z",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wordpress.7z",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wordpress.7z",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wordpress.7z",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wordpress.7z",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wordpress.7z",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wordpress.7z",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wordpress.7z",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wordpress.7z",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wordpress.7z",status="404"} 0.000132472 http_request_duration_seconds_count{method="GET",path="/wordpress.7z",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wordpress.bz2",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wordpress.bz2",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wordpress.bz2",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wordpress.bz2",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wordpress.bz2",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wordpress.bz2",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wordpress.bz2",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wordpress.bz2",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wordpress.bz2",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wordpress.bz2",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wordpress.bz2",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wordpress.bz2",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wordpress.bz2",status="404"} 0.000134136 http_request_duration_seconds_count{method="GET",path="/wordpress.bz2",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wordpress.gz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wordpress.gz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wordpress.gz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wordpress.gz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wordpress.gz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wordpress.gz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wordpress.gz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wordpress.gz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wordpress.gz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wordpress.gz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wordpress.gz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wordpress.gz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wordpress.gz",status="404"} 0.000139587 http_request_duration_seconds_count{method="GET",path="/wordpress.gz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wordpress.rar",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wordpress.rar",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wordpress.rar",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wordpress.rar",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wordpress.rar",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wordpress.rar",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wordpress.rar",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wordpress.rar",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wordpress.rar",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wordpress.rar",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wordpress.rar",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wordpress.rar",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wordpress.rar",status="404"} 0.000152499 http_request_duration_seconds_count{method="GET",path="/wordpress.rar",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wordpress.sql",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wordpress.sql",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wordpress.sql",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wordpress.sql",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wordpress.sql",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wordpress.sql",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wordpress.sql",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wordpress.sql",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wordpress.sql",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wordpress.sql",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wordpress.sql",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wordpress.sql",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wordpress.sql",status="404"} 0.000131577 http_request_duration_seconds_count{method="GET",path="/wordpress.sql",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wordpress.sql.bz2",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wordpress.sql.bz2",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wordpress.sql.bz2",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wordpress.sql.bz2",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wordpress.sql.bz2",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wordpress.sql.bz2",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wordpress.sql.bz2",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wordpress.sql.bz2",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wordpress.sql.bz2",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wordpress.sql.bz2",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wordpress.sql.bz2",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wordpress.sql.bz2",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wordpress.sql.bz2",status="404"} 0.000121252 http_request_duration_seconds_count{method="GET",path="/wordpress.sql.bz2",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wordpress.sql.gz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wordpress.sql.gz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wordpress.sql.gz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wordpress.sql.gz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wordpress.sql.gz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wordpress.sql.gz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wordpress.sql.gz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wordpress.sql.gz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wordpress.sql.gz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wordpress.sql.gz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wordpress.sql.gz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wordpress.sql.gz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wordpress.sql.gz",status="404"} 0.00013864 http_request_duration_seconds_count{method="GET",path="/wordpress.sql.gz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wordpress.tar",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wordpress.tar",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wordpress.tar",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wordpress.tar",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wordpress.tar",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wordpress.tar",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wordpress.tar",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wordpress.tar",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wordpress.tar",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wordpress.tar",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wordpress.tar",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wordpress.tar",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wordpress.tar",status="404"} 0.000162946 http_request_duration_seconds_count{method="GET",path="/wordpress.tar",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wordpress.tar.bz2",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wordpress.tar.bz2",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wordpress.tar.bz2",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wordpress.tar.bz2",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wordpress.tar.bz2",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wordpress.tar.bz2",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wordpress.tar.bz2",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wordpress.tar.bz2",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wordpress.tar.bz2",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wordpress.tar.bz2",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wordpress.tar.bz2",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wordpress.tar.bz2",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wordpress.tar.bz2",status="404"} 0.000147017 http_request_duration_seconds_count{method="GET",path="/wordpress.tar.bz2",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wordpress.tar.gz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wordpress.tar.gz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wordpress.tar.gz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wordpress.tar.gz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wordpress.tar.gz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wordpress.tar.gz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wordpress.tar.gz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wordpress.tar.gz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wordpress.tar.gz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wordpress.tar.gz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wordpress.tar.gz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wordpress.tar.gz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wordpress.tar.gz",status="404"} 0.000133443 http_request_duration_seconds_count{method="GET",path="/wordpress.tar.gz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wordpress.tar.xz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wordpress.tar.xz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wordpress.tar.xz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wordpress.tar.xz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wordpress.tar.xz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wordpress.tar.xz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wordpress.tar.xz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wordpress.tar.xz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wordpress.tar.xz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wordpress.tar.xz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wordpress.tar.xz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wordpress.tar.xz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wordpress.tar.xz",status="404"} 0.00013277 http_request_duration_seconds_count{method="GET",path="/wordpress.tar.xz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wordpress.tgz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wordpress.tgz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wordpress.tgz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wordpress.tgz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wordpress.tgz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wordpress.tgz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wordpress.tgz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wordpress.tgz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wordpress.tgz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wordpress.tgz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wordpress.tgz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wordpress.tgz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wordpress.tgz",status="404"} 0.000172937 http_request_duration_seconds_count{method="GET",path="/wordpress.tgz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wordpress.zip",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wordpress.zip",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wordpress.zip",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wordpress.zip",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wordpress.zip",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wordpress.zip",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wordpress.zip",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wordpress.zip",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wordpress.zip",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wordpress.zip",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wordpress.zip",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wordpress.zip",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wordpress.zip",status="404"} 0.000146577 http_request_duration_seconds_count{method="GET",path="/wordpress.zip",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wordpress.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/wordpress.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/wordpress.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/wordpress.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/wordpress.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wordpress.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/wordpress.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wordpress.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wordpress.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wordpress.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wordpress.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/wordpress.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/wordpress.zip",status="429"} 4.0127e-05 http_request_duration_seconds_count{method="GET",path="/wordpress.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/wordpress.zst",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wordpress.zst",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wordpress.zst",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wordpress.zst",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wordpress.zst",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wordpress.zst",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wordpress.zst",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wordpress.zst",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wordpress.zst",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wordpress.zst",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wordpress.zst",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wordpress.zst",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wordpress.zst",status="404"} 0.000142305 http_request_duration_seconds_count{method="GET",path="/wordpress.zst",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wordpress/.env",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wordpress/.env",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wordpress/.env",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wordpress/.env",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wordpress/.env",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wordpress/.env",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wordpress/.env",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wordpress/.env",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wordpress/.env",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wordpress/.env",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wordpress/.env",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wordpress/.env",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wordpress/.env",status="404"} 0.000127226 http_request_duration_seconds_count{method="GET",path="/wordpress/.env",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wordpress/.env",status="429",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/wordpress/.env",status="429",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/wordpress/.env",status="429",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/wordpress/.env",status="429",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/wordpress/.env",status="429",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/wordpress/.env",status="429",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/wordpress/.env",status="429",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/wordpress/.env",status="429",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/wordpress/.env",status="429",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/wordpress/.env",status="429",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/wordpress/.env",status="429",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/wordpress/.env",status="429",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/wordpress/.env",status="429"} 0.000233024 http_request_duration_seconds_count{method="GET",path="/wordpress/.env",status="429"} 3 http_request_duration_seconds_bucket{method="GET",path="/wordpress/.git/config",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wordpress/.git/config",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wordpress/.git/config",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wordpress/.git/config",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wordpress/.git/config",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wordpress/.git/config",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wordpress/.git/config",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wordpress/.git/config",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wordpress/.git/config",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wordpress/.git/config",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wordpress/.git/config",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wordpress/.git/config",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wordpress/.git/config",status="404"} 0.000393284 http_request_duration_seconds_count{method="GET",path="/wordpress/.git/config",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wordpress/wp-admin/maint/",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wordpress/wp-admin/maint/",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wordpress/wp-admin/maint/",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wordpress/wp-admin/maint/",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wordpress/wp-admin/maint/",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wordpress/wp-admin/maint/",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wordpress/wp-admin/maint/",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wordpress/wp-admin/maint/",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wordpress/wp-admin/maint/",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wordpress/wp-admin/maint/",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wordpress/wp-admin/maint/",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wordpress/wp-admin/maint/",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wordpress/wp-admin/maint/",status="404"} 0.000147871 http_request_duration_seconds_count{method="GET",path="/wordpress/wp-admin/maint/",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/work.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/work.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/work.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/work.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/work.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/work.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/work.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/work.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/work.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/work.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/work.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/work.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/work.zip",status="429"} 4.5994999999999996e-05 http_request_duration_seconds_count{method="GET",path="/work.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/worker/.env",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/worker/.env",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/worker/.env",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/worker/.env",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/worker/.env",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/worker/.env",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/worker/.env",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/worker/.env",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/worker/.env",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/worker/.env",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/worker/.env",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/worker/.env",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/worker/.env",status="429"} 8.7665e-05 http_request_duration_seconds_count{method="GET",path="/worker/.env",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/workflow.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/workflow.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/workflow.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/workflow.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/workflow.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/workflow.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/workflow.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/workflow.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/workflow.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/workflow.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/workflow.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/workflow.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/workflow.zip",status="429"} 2.023e-05 http_request_duration_seconds_count{method="GET",path="/workflow.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/worksec.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/worksec.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/worksec.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/worksec.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/worksec.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/worksec.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/worksec.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/worksec.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/worksec.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/worksec.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/worksec.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/worksec.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/worksec.php",status="404"} 0.000141983 http_request_duration_seconds_count{method="GET",path="/worksec.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/workspaces/*",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/workspaces/*",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/workspaces/*",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/workspaces/*",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/workspaces/*",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/workspaces/*",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/workspaces/*",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/workspaces/*",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/workspaces/*",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/workspaces/*",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/workspaces/*",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/workspaces/*",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/workspaces/*",status="429"} 0.000195614 http_request_duration_seconds_count{method="GET",path="/workspaces/*",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/wornnessesal.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wornnessesal.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wornnessesal.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wornnessesal.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wornnessesal.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wornnessesal.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wornnessesal.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wornnessesal.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wornnessesal.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wornnessesal.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wornnessesal.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wornnessesal.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wornnessesal.php",status="404"} 0.00013194 http_request_duration_seconds_count{method="GET",path="/wornnessesal.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-2019.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-2019.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-2019.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-2019.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-2019.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-2019.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-2019.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-2019.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-2019.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-2019.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-2019.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-2019.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-2019.php",status="404"} 0.000422971 http_request_duration_seconds_count{method="GET",path="/wp-2019.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-2024.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-2024.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-2024.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-2024.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-2024.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-2024.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-2024.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-2024.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-2024.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-2024.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-2024.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-2024.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/wp-2024.zip",status="429"} 3.9108e-05 http_request_duration_seconds_count{method="GET",path="/wp-2024.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-20240527.zip",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-20240527.zip",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-20240527.zip",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-20240527.zip",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-20240527.zip",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-20240527.zip",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-20240527.zip",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-20240527.zip",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-20240527.zip",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-20240527.zip",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-20240527.zip",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-20240527.zip",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-20240527.zip",status="404"} 2.4282e-05 http_request_duration_seconds_count{method="GET",path="/wp-20240527.zip",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-20240527.zip",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-20240527.zip",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-20240527.zip",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-20240527.zip",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-20240527.zip",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-20240527.zip",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-20240527.zip",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-20240527.zip",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-20240527.zip",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-20240527.zip",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-20240527.zip",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-20240527.zip",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-20240527.zip",status="429"} 2.8181e-05 http_request_duration_seconds_count{method="GET",path="/wp-20240527.zip",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-Blogs.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-Blogs.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-Blogs.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-Blogs.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-Blogs.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-Blogs.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-Blogs.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-Blogs.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-Blogs.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-Blogs.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-Blogs.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-Blogs.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-Blogs.php",status="404"} 0.000123248 http_request_duration_seconds_count{method="GET",path="/wp-Blogs.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-access.php",status="404",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-access.php",status="404",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-access.php",status="404",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-access.php",status="404",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-access.php",status="404",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-access.php",status="404",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-access.php",status="404",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-access.php",status="404",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-access.php",status="404",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-access.php",status="404",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-access.php",status="404",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-access.php",status="404",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/wp-access.php",status="404"} 0.0005748729999999999 http_request_duration_seconds_count{method="GET",path="/wp-access.php",status="404"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-act.php",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-act.php",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-act.php",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-act.php",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-act.php",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-act.php",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-act.php",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-act.php",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-act.php",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-act.php",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-act.php",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-act.php",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/wp-act.php",status="404"} 0.000403142 http_request_duration_seconds_count{method="GET",path="/wp-act.php",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-act.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-act.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-act.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-act.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-act.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-act.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-act.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-act.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-act.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-act.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-act.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-act.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-act.php",status="429"} 0.000116454 http_request_duration_seconds_count{method="GET",path="/wp-act.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-admin.php",status="404"} 0.00014763 http_request_duration_seconds_count{method="GET",path="/wp-admin.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin.zip",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin.zip",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin.zip",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin.zip",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin.zip",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin.zip",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin.zip",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin.zip",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin.zip",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin.zip",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin.zip",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin.zip",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-admin.zip",status="404"} 1.9084e-05 http_request_duration_seconds_count{method="GET",path="/wp-admin.zip",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin.zip",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin.zip",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin.zip",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin.zip",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin.zip",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin.zip",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin.zip",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin.zip",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin.zip",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin.zip",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin.zip",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin.zip",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-admin.zip",status="429"} 2.0021e-05 http_request_duration_seconds_count{method="GET",path="/wp-admin.zip",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/",status="404",le="0.005"} 5 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/",status="404",le="0.01"} 5 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/",status="404",le="0.025"} 5 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/",status="404",le="0.05"} 5 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/",status="404",le="0.1"} 5 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/",status="404",le="0.25"} 5 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/",status="404",le="0.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/",status="404",le="1"} 5 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/",status="404",le="2.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/",status="404",le="5"} 5 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/",status="404",le="10"} 5 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/",status="404",le="+Inf"} 5 http_request_duration_seconds_sum{method="GET",path="/wp-admin/",status="404"} 0.001226668 http_request_duration_seconds_count{method="GET",path="/wp-admin/",status="404"} 5 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/a.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/a.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/a.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/a.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/a.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/a.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/a.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/a.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/a.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/a.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/a.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/a.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-admin/a.php",status="404"} 0.000127096 http_request_duration_seconds_count{method="GET",path="/wp-admin/a.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/about.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/about.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/about.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/about.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/about.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/about.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/about.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/about.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/about.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/about.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/about.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/about.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/wp-admin/about.php",status="404"} 0.000253923 http_request_duration_seconds_count{method="GET",path="/wp-admin/about.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/admin-ajax.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/admin-ajax.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/admin-ajax.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/admin-ajax.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/admin-ajax.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/admin-ajax.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/admin-ajax.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/admin-ajax.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/admin-ajax.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/admin-ajax.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/admin-ajax.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/admin-ajax.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-admin/admin-ajax.php",status="404"} 0.000166543 http_request_duration_seconds_count{method="GET",path="/wp-admin/admin-ajax.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/alfa.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/alfa.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/alfa.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/alfa.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/alfa.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/alfa.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/alfa.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/alfa.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/alfa.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/alfa.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/alfa.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/alfa.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-admin/alfa.php",status="404"} 0.00013798 http_request_duration_seconds_count{method="GET",path="/wp-admin/alfa.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/",status="404",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/",status="404",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/",status="404",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/",status="404",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/",status="404",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/",status="404",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/",status="404",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/",status="404",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/",status="404",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/",status="404",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/",status="404",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/",status="404",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/wp-admin/css/",status="404"} 0.000573732 http_request_duration_seconds_count{method="GET",path="/wp-admin/css/",status="404"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/bolt.php",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/bolt.php",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/bolt.php",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/bolt.php",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/bolt.php",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/bolt.php",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/bolt.php",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/bolt.php",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/bolt.php",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/bolt.php",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/bolt.php",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/bolt.php",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/wp-admin/css/bolt.php",status="404"} 0.00043324399999999995 http_request_duration_seconds_count{method="GET",path="/wp-admin/css/bolt.php",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-admin/css/colors",status="404"} 0.000152836 http_request_duration_seconds_count{method="GET",path="/wp-admin/css/colors",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/wp-admin/css/colors/",status="404"} 0.00029425299999999996 http_request_duration_seconds_count{method="GET",path="/wp-admin/css/colors/",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/blue/",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/blue/",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/blue/",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/blue/",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/blue/",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/blue/",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/blue/",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/blue/",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/blue/",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/blue/",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/blue/",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/blue/",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-admin/css/colors/blue/",status="404"} 0.000132708 http_request_duration_seconds_count{method="GET",path="/wp-admin/css/colors/blue/",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/blue/file.php",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/blue/file.php",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/blue/file.php",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/blue/file.php",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/blue/file.php",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/blue/file.php",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/blue/file.php",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/blue/file.php",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/blue/file.php",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/blue/file.php",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/blue/file.php",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/blue/file.php",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/wp-admin/css/colors/blue/file.php",status="404"} 0.00044420799999999997 http_request_duration_seconds_count{method="GET",path="/wp-admin/css/colors/blue/file.php",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/blue/index.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/blue/index.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/blue/index.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/blue/index.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/blue/index.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/blue/index.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/blue/index.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/blue/index.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/blue/index.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/blue/index.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/blue/index.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/blue/index.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/wp-admin/css/colors/blue/index.php",status="404"} 0.00027067300000000003 http_request_duration_seconds_count{method="GET",path="/wp-admin/css/colors/blue/index.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/coffee/index.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/coffee/index.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/coffee/index.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/coffee/index.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/coffee/index.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/coffee/index.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/coffee/index.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/coffee/index.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/coffee/index.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/coffee/index.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/coffee/index.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/coffee/index.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/wp-admin/css/colors/coffee/index.php",status="404"} 0.000290522 http_request_duration_seconds_count{method="GET",path="/wp-admin/css/colors/coffee/index.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/ectoplasm/",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/ectoplasm/",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/ectoplasm/",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/ectoplasm/",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/ectoplasm/",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/ectoplasm/",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/ectoplasm/",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/ectoplasm/",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/ectoplasm/",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/ectoplasm/",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/ectoplasm/",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/ectoplasm/",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-admin/css/colors/ectoplasm/",status="404"} 0.000141181 http_request_duration_seconds_count{method="GET",path="/wp-admin/css/colors/ectoplasm/",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/index.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/index.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/index.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/index.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/index.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/index.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/index.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/index.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/index.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/index.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/index.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/index.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/wp-admin/css/colors/index.php",status="404"} 0.000265975 http_request_duration_seconds_count{method="GET",path="/wp-admin/css/colors/index.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/midnight/",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/midnight/",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/midnight/",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/midnight/",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/midnight/",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/midnight/",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/midnight/",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/midnight/",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/midnight/",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/midnight/",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/midnight/",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/midnight/",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/wp-admin/css/colors/midnight/",status="404"} 0.000262039 http_request_duration_seconds_count{method="GET",path="/wp-admin/css/colors/midnight/",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/midnight/about.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/midnight/about.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/midnight/about.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/midnight/about.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/midnight/about.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/midnight/about.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/midnight/about.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/midnight/about.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/midnight/about.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/midnight/about.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/midnight/about.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/midnight/about.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/wp-admin/css/colors/midnight/about.php",status="404"} 0.000308551 http_request_duration_seconds_count{method="GET",path="/wp-admin/css/colors/midnight/about.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/modern/",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/modern/",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/modern/",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/modern/",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/modern/",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/modern/",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/modern/",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/modern/",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/modern/",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/modern/",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/modern/",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/modern/",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/wp-admin/css/colors/modern/",status="404"} 0.000270203 http_request_duration_seconds_count{method="GET",path="/wp-admin/css/colors/modern/",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colour.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colour.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colour.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colour.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colour.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colour.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colour.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colour.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colour.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colour.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colour.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colour.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-admin/css/colour.php",status="404"} 0.000145807 http_request_duration_seconds_count{method="GET",path="/wp-admin/css/colour.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/index.php",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/index.php",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/index.php",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/index.php",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/index.php",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/index.php",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/index.php",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/index.php",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/index.php",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/index.php",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/index.php",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/index.php",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/wp-admin/css/index.php",status="404"} 0.000396079 http_request_duration_seconds_count{method="GET",path="/wp-admin/css/index.php",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/wp-conflg.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/wp-conflg.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/wp-conflg.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/wp-conflg.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/wp-conflg.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/wp-conflg.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/wp-conflg.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/wp-conflg.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/wp-conflg.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/wp-conflg.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/wp-conflg.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/wp-conflg.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/wp-admin/css/wp-conflg.php",status="404"} 0.000247174 http_request_duration_seconds_count{method="GET",path="/wp-admin/css/wp-conflg.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/images/",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/images/",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/images/",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/images/",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/images/",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/images/",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/images/",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/images/",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/images/",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/images/",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/images/",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/images/",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/wp-admin/images/",status="404"} 0.000270891 http_request_duration_seconds_count{method="GET",path="/wp-admin/images/",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/images/admin.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/images/admin.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/images/admin.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/images/admin.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/images/admin.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/images/admin.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/images/admin.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/images/admin.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/images/admin.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/images/admin.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/images/admin.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/images/admin.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/wp-admin/images/admin.php",status="404"} 0.000270548 http_request_duration_seconds_count{method="GET",path="/wp-admin/images/admin.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/includes/index.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/includes/index.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/includes/index.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/includes/index.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/includes/index.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/includes/index.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/includes/index.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/includes/index.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/includes/index.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/includes/index.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/includes/index.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/includes/index.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-admin/includes/index.php",status="429"} 0.000159812 http_request_duration_seconds_count{method="GET",path="/wp-admin/includes/index.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/js/",status="404",le="0.005"} 5 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/js/",status="404",le="0.01"} 5 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/js/",status="404",le="0.025"} 5 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/js/",status="404",le="0.05"} 5 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/js/",status="404",le="0.1"} 5 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/js/",status="404",le="0.25"} 5 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/js/",status="404",le="0.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/js/",status="404",le="1"} 5 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/js/",status="404",le="2.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/js/",status="404",le="5"} 5 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/js/",status="404",le="10"} 5 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/js/",status="404",le="+Inf"} 5 http_request_duration_seconds_sum{method="GET",path="/wp-admin/js/",status="404"} 0.00079437 http_request_duration_seconds_count{method="GET",path="/wp-admin/js/",status="404"} 5 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/js/fi.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/js/fi.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/js/fi.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/js/fi.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/js/fi.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/js/fi.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/js/fi.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/js/fi.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/js/fi.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/js/fi.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/js/fi.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/js/fi.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-admin/js/fi.php",status="404"} 0.000138365 http_request_duration_seconds_count{method="GET",path="/wp-admin/js/fi.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/js/index.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/js/index.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/js/index.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/js/index.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/js/index.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/js/index.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/js/index.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/js/index.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/js/index.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/js/index.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/js/index.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/js/index.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/wp-admin/js/index.php",status="404"} 0.000270371 http_request_duration_seconds_count{method="GET",path="/wp-admin/js/index.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/js/widgets/",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/js/widgets/",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/js/widgets/",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/js/widgets/",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/js/widgets/",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/js/widgets/",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/js/widgets/",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/js/widgets/",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/js/widgets/",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/js/widgets/",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/js/widgets/",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/js/widgets/",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/wp-admin/js/widgets/",status="404"} 0.00025908699999999997 http_request_duration_seconds_count{method="GET",path="/wp-admin/js/widgets/",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/js/wp-conflg.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/js/wp-conflg.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/js/wp-conflg.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/js/wp-conflg.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/js/wp-conflg.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/js/wp-conflg.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/js/wp-conflg.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/js/wp-conflg.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/js/wp-conflg.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/js/wp-conflg.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/js/wp-conflg.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/js/wp-conflg.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/wp-admin/js/wp-conflg.php",status="404"} 0.000276096 http_request_duration_seconds_count{method="GET",path="/wp-admin/js/wp-conflg.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/maint/about.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/maint/about.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/maint/about.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/maint/about.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/maint/about.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/maint/about.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/maint/about.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/maint/about.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/maint/about.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/maint/about.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/maint/about.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/maint/about.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/wp-admin/maint/about.php",status="404"} 0.000251997 http_request_duration_seconds_count{method="GET",path="/wp-admin/maint/about.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/maint/admin.php",status="404",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/maint/admin.php",status="404",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/maint/admin.php",status="404",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/maint/admin.php",status="404",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/maint/admin.php",status="404",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/maint/admin.php",status="404",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/maint/admin.php",status="404",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/maint/admin.php",status="404",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/maint/admin.php",status="404",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/maint/admin.php",status="404",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/maint/admin.php",status="404",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/maint/admin.php",status="404",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/wp-admin/maint/admin.php",status="404"} 0.000564303 http_request_duration_seconds_count{method="GET",path="/wp-admin/maint/admin.php",status="404"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/maint/index.php",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/maint/index.php",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/maint/index.php",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/maint/index.php",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/maint/index.php",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/maint/index.php",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/maint/index.php",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/maint/index.php",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/maint/index.php",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/maint/index.php",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/maint/index.php",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/maint/index.php",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/wp-admin/maint/index.php",status="404"} 0.000436209 http_request_duration_seconds_count{method="GET",path="/wp-admin/maint/index.php",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/maint/maint.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/maint/maint.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/maint/maint.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/maint/maint.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/maint/maint.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/maint/maint.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/maint/maint.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/maint/maint.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/maint/maint.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/maint/maint.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/maint/maint.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/maint/maint.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/wp-admin/maint/maint.php",status="404"} 0.000290394 http_request_duration_seconds_count{method="GET",path="/wp-admin/maint/maint.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/maint/wp-is.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/maint/wp-is.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/maint/wp-is.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/maint/wp-is.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/maint/wp-is.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/maint/wp-is.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/maint/wp-is.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/maint/wp-is.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/maint/wp-is.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/maint/wp-is.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/maint/wp-is.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/maint/wp-is.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-admin/maint/wp-is.php",status="404"} 0.000149433 http_request_duration_seconds_count{method="GET",path="/wp-admin/maint/wp-is.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/network/",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/network/",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/network/",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/network/",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/network/",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/network/",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/network/",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/network/",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/network/",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/network/",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/network/",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/network/",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/wp-admin/network/",status="404"} 0.000289972 http_request_duration_seconds_count{method="GET",path="/wp-admin/network/",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/network/edit.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/network/edit.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/network/edit.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/network/edit.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/network/edit.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/network/edit.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/network/edit.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/network/edit.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/network/edit.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/network/edit.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/network/edit.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/network/edit.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-admin/network/edit.php",status="404"} 0.000128175 http_request_duration_seconds_count{method="GET",path="/wp-admin/network/edit.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/network/index.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/network/index.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/network/index.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/network/index.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/network/index.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/network/index.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/network/index.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/network/index.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/network/index.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/network/index.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/network/index.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/network/index.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/wp-admin/network/index.php",status="404"} 0.000265329 http_request_duration_seconds_count{method="GET",path="/wp-admin/network/index.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/network/plugins.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/network/plugins.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/network/plugins.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/network/plugins.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/network/plugins.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/network/plugins.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/network/plugins.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/network/plugins.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/network/plugins.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/network/plugins.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/network/plugins.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/network/plugins.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/wp-admin/network/plugins.php",status="404"} 0.00025941 http_request_duration_seconds_count{method="GET",path="/wp-admin/network/plugins.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/network/wp-conflg.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/network/wp-conflg.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/network/wp-conflg.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/network/wp-conflg.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/network/wp-conflg.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/network/wp-conflg.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/network/wp-conflg.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/network/wp-conflg.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/network/wp-conflg.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/network/wp-conflg.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/network/wp-conflg.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/network/wp-conflg.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/wp-admin/network/wp-conflg.php",status="404"} 0.000264574 http_request_duration_seconds_count{method="GET",path="/wp-admin/network/wp-conflg.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/phpinfo.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/phpinfo.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/phpinfo.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/phpinfo.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/phpinfo.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/phpinfo.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/phpinfo.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/phpinfo.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/phpinfo.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/phpinfo.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/phpinfo.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/phpinfo.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-admin/phpinfo.php",status="429"} 7.5765e-05 http_request_duration_seconds_count{method="GET",path="/wp-admin/phpinfo.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/txets.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/txets.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/txets.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/txets.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/txets.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/txets.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/txets.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/txets.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/txets.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/txets.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/txets.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/txets.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-admin/txets.php",status="404"} 0.000154352 http_request_duration_seconds_count{method="GET",path="/wp-admin/txets.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/user/about.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/user/about.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/user/about.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/user/about.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/user/about.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/user/about.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/user/about.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/user/about.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/user/about.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/user/about.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/user/about.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/user/about.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-admin/user/about.php",status="404"} 0.000131514 http_request_duration_seconds_count{method="GET",path="/wp-admin/user/about.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/user/about.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/user/about.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/user/about.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/user/about.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/user/about.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/user/about.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/user/about.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/user/about.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/user/about.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/user/about.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/user/about.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/user/about.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-admin/user/about.php",status="429"} 0.000131523 http_request_duration_seconds_count{method="GET",path="/wp-admin/user/about.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/user/index.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/user/index.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/user/index.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/user/index.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/user/index.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/user/index.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/user/index.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/user/index.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/user/index.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/user/index.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/user/index.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/user/index.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/wp-admin/user/index.php",status="404"} 0.000271113 http_request_duration_seconds_count{method="GET",path="/wp-admin/user/index.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/wp-conflg.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/wp-conflg.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/wp-conflg.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/wp-conflg.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/wp-conflg.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/wp-conflg.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/wp-conflg.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/wp-conflg.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/wp-conflg.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/wp-conflg.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/wp-conflg.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/wp-conflg.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/wp-admin/wp-conflg.php",status="404"} 0.00026292700000000004 http_request_duration_seconds_count{method="GET",path="/wp-admin/wp-conflg.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-aothait.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-aothait.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-aothait.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-aothait.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-aothait.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-aothait.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-aothait.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-aothait.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-aothait.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-aothait.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-aothait.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-aothait.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/wp-aothait.php",status="404"} 0.000269989 http_request_duration_seconds_count{method="GET",path="/wp-aothait.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-at.php",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-at.php",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-at.php",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-at.php",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-at.php",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-at.php",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-at.php",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-at.php",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-at.php",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-at.php",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-at.php",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-at.php",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/wp-at.php",status="404"} 0.000530287 http_request_duration_seconds_count{method="GET",path="/wp-at.php",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-backup.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-backup.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-backup.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-backup.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-backup.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-backup.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-backup.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-backup.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-backup.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-backup.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-backup.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-backup.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/wp-backup.zip",status="429"} 4.2311e-05 http_request_duration_seconds_count{method="GET",path="/wp-backup.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-blink.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-blink.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-blink.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-blink.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-blink.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-blink.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-blink.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-blink.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-blink.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-blink.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-blink.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-blink.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-blink.php",status="404"} 0.000126193 http_request_duration_seconds_count{method="GET",path="/wp-blink.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-block.php",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-block.php",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-block.php",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-block.php",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-block.php",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-block.php",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-block.php",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-block.php",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-block.php",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-block.php",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-block.php",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-block.php",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/wp-block.php",status="404"} 0.00044771899999999996 http_request_duration_seconds_count{method="GET",path="/wp-block.php",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-block.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-block.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-block.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-block.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-block.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-block.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-block.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-block.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-block.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-block.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-block.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-block.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-block.php",status="429"} 0.00013321 http_request_duration_seconds_count{method="GET",path="/wp-block.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-blog-header.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-blog-header.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-blog-header.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-blog-header.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-blog-header.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-blog-header.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-blog-header.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-blog-header.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-blog-header.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-blog-header.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-blog-header.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-blog-header.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/wp-blog-header.php",status="404"} 0.000403279 http_request_duration_seconds_count{method="GET",path="/wp-blog-header.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-blog.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-blog.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-blog.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-blog.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-blog.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-blog.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-blog.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-blog.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-blog.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-blog.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-blog.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-blog.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/wp-blog.php",status="404"} 0.00029423199999999996 http_request_duration_seconds_count{method="GET",path="/wp-blog.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-blog.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-blog.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-blog.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-blog.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-blog.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-blog.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-blog.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-blog.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-blog.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-blog.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-blog.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-blog.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-blog.php",status="429"} 0.000128525 http_request_duration_seconds_count{method="GET",path="/wp-blog.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-blogs.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-blogs.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-blogs.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-blogs.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-blogs.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-blogs.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-blogs.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-blogs.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-blogs.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-blogs.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-blogs.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-blogs.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/wp-blogs.php",status="404"} 0.000285681 http_request_duration_seconds_count{method="GET",path="/wp-blogs.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-ccv.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-ccv.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-ccv.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-ccv.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-ccv.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-ccv.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-ccv.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-ccv.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-ccv.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-ccv.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-ccv.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-ccv.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-ccv.php",status="404"} 0.000169311 http_request_duration_seconds_count{method="GET",path="/wp-ccv.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-class.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-class.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-class.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-class.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-class.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-class.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-class.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-class.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-class.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-class.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-class.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-class.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-class.php",status="404"} 0.000131084 http_request_duration_seconds_count{method="GET",path="/wp-class.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-commentin.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-commentin.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-commentin.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-commentin.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-commentin.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-commentin.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-commentin.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-commentin.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-commentin.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-commentin.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-commentin.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-commentin.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-commentin.php",status="404"} 0.000131218 http_request_duration_seconds_count{method="GET",path="/wp-commentin.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-complete.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-complete.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-complete.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-complete.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-complete.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-complete.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-complete.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-complete.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-complete.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-complete.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-complete.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-complete.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/wp-complete.zip",status="429"} 2.9693000000000002e-05 http_request_duration_seconds_count{method="GET",path="/wp-complete.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-conf.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-conf.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-conf.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-conf.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-conf.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-conf.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-conf.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-conf.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-conf.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-conf.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-conf.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-conf.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-conf.php",status="404"} 0.000123451 http_request_duration_seconds_count{method="GET",path="/wp-conf.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config",status="404",le="0.005"} 7 http_request_duration_seconds_bucket{method="GET",path="/wp-config",status="404",le="0.01"} 7 http_request_duration_seconds_bucket{method="GET",path="/wp-config",status="404",le="0.025"} 7 http_request_duration_seconds_bucket{method="GET",path="/wp-config",status="404",le="0.05"} 7 http_request_duration_seconds_bucket{method="GET",path="/wp-config",status="404",le="0.1"} 7 http_request_duration_seconds_bucket{method="GET",path="/wp-config",status="404",le="0.25"} 7 http_request_duration_seconds_bucket{method="GET",path="/wp-config",status="404",le="0.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/wp-config",status="404",le="1"} 7 http_request_duration_seconds_bucket{method="GET",path="/wp-config",status="404",le="2.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/wp-config",status="404",le="5"} 7 http_request_duration_seconds_bucket{method="GET",path="/wp-config",status="404",le="10"} 7 http_request_duration_seconds_bucket{method="GET",path="/wp-config",status="404",le="+Inf"} 7 http_request_duration_seconds_sum{method="GET",path="/wp-config",status="404"} 0.0009713810000000001 http_request_duration_seconds_count{method="GET",path="/wp-config",status="404"} 7 http_request_duration_seconds_bucket{method="GET",path="/wp-config-sample.php",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-config-sample.php",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-config-sample.php",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-config-sample.php",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-config-sample.php",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-config-sample.php",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-config-sample.php",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-config-sample.php",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-config-sample.php",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-config-sample.php",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-config-sample.php",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-config-sample.php",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/wp-config-sample.php",status="404"} 0.000463683 http_request_duration_seconds_count{method="GET",path="/wp-config-sample.php",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php",status="404",le="0.005"} 8 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php",status="404",le="0.01"} 8 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php",status="404",le="0.025"} 8 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php",status="404",le="0.05"} 8 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php",status="404",le="0.1"} 8 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php",status="404",le="0.25"} 8 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php",status="404",le="0.5"} 8 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php",status="404",le="1"} 8 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php",status="404",le="2.5"} 8 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php",status="404",le="5"} 8 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php",status="404",le="10"} 8 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php",status="404",le="+Inf"} 8 http_request_duration_seconds_sum{method="GET",path="/wp-config.php",status="404"} 0.001477273 http_request_duration_seconds_count{method="GET",path="/wp-config.php",status="404"} 8 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/wp-config.php",status="429"} 0.000175924 http_request_duration_seconds_count{method="GET",path="/wp-config.php",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.backup",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.backup",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.backup",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.backup",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.backup",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.backup",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.backup",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.backup",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.backup",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.backup",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.backup",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.backup",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-config.php.backup",status="404"} 0.000192034 http_request_duration_seconds_count{method="GET",path="/wp-config.php.backup",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.bak",status="404",le="0.005"} 9 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.bak",status="404",le="0.01"} 9 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.bak",status="404",le="0.025"} 9 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.bak",status="404",le="0.05"} 9 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.bak",status="404",le="0.1"} 9 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.bak",status="404",le="0.25"} 9 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.bak",status="404",le="0.5"} 9 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.bak",status="404",le="1"} 9 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.bak",status="404",le="2.5"} 9 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.bak",status="404",le="5"} 9 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.bak",status="404",le="10"} 9 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.bak",status="404",le="+Inf"} 9 http_request_duration_seconds_sum{method="GET",path="/wp-config.php.bak",status="404"} 0.001348316 http_request_duration_seconds_count{method="GET",path="/wp-config.php.bak",status="404"} 9 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.bak",status="429",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.bak",status="429",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.bak",status="429",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.bak",status="429",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.bak",status="429",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.bak",status="429",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.bak",status="429",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.bak",status="429",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.bak",status="429",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.bak",status="429",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.bak",status="429",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.bak",status="429",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/wp-config.php.bak",status="429"} 0.000352013 http_request_duration_seconds_count{method="GET",path="/wp-config.php.bak",status="429"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.new",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.new",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.new",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.new",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.new",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.new",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.new",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.new",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.new",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.new",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.new",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.new",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/wp-config.php.new",status="429"} 0.00019653999999999999 http_request_duration_seconds_count{method="GET",path="/wp-config.php.new",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.old",status="404",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.old",status="404",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.old",status="404",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.old",status="404",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.old",status="404",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.old",status="404",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.old",status="404",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.old",status="404",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.old",status="404",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.old",status="404",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.old",status="404",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.old",status="404",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/wp-config.php.old",status="404"} 0.000572688 http_request_duration_seconds_count{method="GET",path="/wp-config.php.old",status="404"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.old",status="429",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.old",status="429",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.old",status="429",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.old",status="429",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.old",status="429",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.old",status="429",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.old",status="429",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.old",status="429",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.old",status="429",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.old",status="429",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.old",status="429",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.old",status="429",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/wp-config.php.old",status="429"} 0.00033700500000000003 http_request_duration_seconds_count{method="GET",path="/wp-config.php.old",status="429"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.save",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.save",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.save",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.save",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.save",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.save",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.save",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.save",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.save",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.save",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.save",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.save",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-config.php.save",status="404"} 0.00014097 http_request_duration_seconds_count{method="GET",path="/wp-config.php.save",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.swp",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.swp",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.swp",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.swp",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.swp",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.swp",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.swp",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.swp",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.swp",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.swp",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.swp",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.swp",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-config.php.swp",status="404"} 0.000213637 http_request_duration_seconds_count{method="GET",path="/wp-config.php.swp",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.txt",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.txt",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.txt",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.txt",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.txt",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.txt",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.txt",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.txt",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.txt",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.txt",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.txt",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.txt",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-config.php.txt",status="404"} 0.00015694 http_request_duration_seconds_count{method="GET",path="/wp-config.php.txt",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-config.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-config.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-config.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-config.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-config.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-config.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-config.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-config.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-config.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-config.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-config.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/wp-config.zip",status="429"} 7.1405e-05 http_request_duration_seconds_count{method="GET",path="/wp-config.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-conflg.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-conflg.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-conflg.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-conflg.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-conflg.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-conflg.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-conflg.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-conflg.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-conflg.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-conflg.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-conflg.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-conflg.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/wp-conflg.php",status="404"} 0.000513159 http_request_duration_seconds_count{method="GET",path="/wp-conflg.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content.7z",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content.7z",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content.7z",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content.7z",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content.7z",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content.7z",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content.7z",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content.7z",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content.7z",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content.7z",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content.7z",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content.7z",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-content.7z",status="404"} 0.000134607 http_request_duration_seconds_count{method="GET",path="/wp-content.7z",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content.bz2",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content.bz2",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content.bz2",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content.bz2",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content.bz2",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content.bz2",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content.bz2",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content.bz2",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content.bz2",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content.bz2",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content.bz2",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content.bz2",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-content.bz2",status="404"} 0.00013669 http_request_duration_seconds_count{method="GET",path="/wp-content.bz2",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content.gz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content.gz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content.gz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content.gz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content.gz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content.gz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content.gz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content.gz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content.gz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content.gz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content.gz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content.gz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-content.gz",status="404"} 0.000142766 http_request_duration_seconds_count{method="GET",path="/wp-content.gz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content.rar",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content.rar",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content.rar",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content.rar",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content.rar",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content.rar",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content.rar",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content.rar",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content.rar",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content.rar",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content.rar",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content.rar",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-content.rar",status="404"} 0.000134823 http_request_duration_seconds_count{method="GET",path="/wp-content.rar",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content.sql",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content.sql",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content.sql",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content.sql",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content.sql",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content.sql",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content.sql",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content.sql",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content.sql",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content.sql",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content.sql",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content.sql",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-content.sql",status="404"} 0.000144876 http_request_duration_seconds_count{method="GET",path="/wp-content.sql",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content.sql.bz2",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content.sql.bz2",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content.sql.bz2",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content.sql.bz2",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content.sql.bz2",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content.sql.bz2",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content.sql.bz2",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content.sql.bz2",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content.sql.bz2",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content.sql.bz2",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content.sql.bz2",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content.sql.bz2",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-content.sql.bz2",status="404"} 0.000154352 http_request_duration_seconds_count{method="GET",path="/wp-content.sql.bz2",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content.sql.gz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content.sql.gz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content.sql.gz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content.sql.gz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content.sql.gz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content.sql.gz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content.sql.gz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content.sql.gz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content.sql.gz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content.sql.gz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content.sql.gz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content.sql.gz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-content.sql.gz",status="404"} 0.000126153 http_request_duration_seconds_count{method="GET",path="/wp-content.sql.gz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content.tar",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content.tar",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content.tar",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content.tar",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content.tar",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content.tar",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content.tar",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content.tar",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content.tar",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content.tar",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content.tar",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content.tar",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-content.tar",status="404"} 0.000124842 http_request_duration_seconds_count{method="GET",path="/wp-content.tar",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content.tar.bz2",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content.tar.bz2",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content.tar.bz2",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content.tar.bz2",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content.tar.bz2",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content.tar.bz2",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content.tar.bz2",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content.tar.bz2",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content.tar.bz2",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content.tar.bz2",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content.tar.bz2",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content.tar.bz2",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-content.tar.bz2",status="404"} 0.00013898 http_request_duration_seconds_count{method="GET",path="/wp-content.tar.bz2",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content.tar.gz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content.tar.gz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content.tar.gz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content.tar.gz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content.tar.gz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content.tar.gz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content.tar.gz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content.tar.gz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content.tar.gz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content.tar.gz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content.tar.gz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content.tar.gz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-content.tar.gz",status="404"} 0.000138686 http_request_duration_seconds_count{method="GET",path="/wp-content.tar.gz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content.tar.xz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content.tar.xz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content.tar.xz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content.tar.xz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content.tar.xz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content.tar.xz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content.tar.xz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content.tar.xz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content.tar.xz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content.tar.xz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content.tar.xz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content.tar.xz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-content.tar.xz",status="404"} 0.000128334 http_request_duration_seconds_count{method="GET",path="/wp-content.tar.xz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content.tgz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content.tgz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content.tgz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content.tgz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content.tgz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content.tgz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content.tgz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content.tgz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content.tgz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content.tgz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content.tgz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content.tgz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-content.tgz",status="404"} 0.000134582 http_request_duration_seconds_count{method="GET",path="/wp-content.tgz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content.zip",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content.zip",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content.zip",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content.zip",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content.zip",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content.zip",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content.zip",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content.zip",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content.zip",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content.zip",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content.zip",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content.zip",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-content.zip",status="404"} 0.000137909 http_request_duration_seconds_count{method="GET",path="/wp-content.zip",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content.zst",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content.zst",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content.zst",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content.zst",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content.zst",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content.zst",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content.zst",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content.zst",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content.zst",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content.zst",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content.zst",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content.zst",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-content.zst",status="404"} 0.000144454 http_request_duration_seconds_count{method="GET",path="/wp-content.zst",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-content/",status="404"} 0.000139398 http_request_duration_seconds_count{method="GET",path="/wp-content/",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/.git/config",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/.git/config",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/.git/config",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/.git/config",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/.git/config",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/.git/config",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/.git/config",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/.git/config",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/.git/config",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/.git/config",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/.git/config",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/.git/config",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-content/.git/config",status="429"} 0.000153291 http_request_duration_seconds_count{method="GET",path="/wp-content/.git/config",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/admin.php",status="404",le="0.005"} 6 http_request_duration_seconds_bucket{method="GET",path="/wp-content/admin.php",status="404",le="0.01"} 6 http_request_duration_seconds_bucket{method="GET",path="/wp-content/admin.php",status="404",le="0.025"} 6 http_request_duration_seconds_bucket{method="GET",path="/wp-content/admin.php",status="404",le="0.05"} 6 http_request_duration_seconds_bucket{method="GET",path="/wp-content/admin.php",status="404",le="0.1"} 6 http_request_duration_seconds_bucket{method="GET",path="/wp-content/admin.php",status="404",le="0.25"} 6 http_request_duration_seconds_bucket{method="GET",path="/wp-content/admin.php",status="404",le="0.5"} 6 http_request_duration_seconds_bucket{method="GET",path="/wp-content/admin.php",status="404",le="1"} 6 http_request_duration_seconds_bucket{method="GET",path="/wp-content/admin.php",status="404",le="2.5"} 6 http_request_duration_seconds_bucket{method="GET",path="/wp-content/admin.php",status="404",le="5"} 6 http_request_duration_seconds_bucket{method="GET",path="/wp-content/admin.php",status="404",le="10"} 6 http_request_duration_seconds_bucket{method="GET",path="/wp-content/admin.php",status="404",le="+Inf"} 6 http_request_duration_seconds_sum{method="GET",path="/wp-content/admin.php",status="404"} 0.000809006 http_request_duration_seconds_count{method="GET",path="/wp-content/admin.php",status="404"} 6 http_request_duration_seconds_bucket{method="GET",path="/wp-content/cache/",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/cache/",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/cache/",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/cache/",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/cache/",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/cache/",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/cache/",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/cache/",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/cache/",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/cache/",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/cache/",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/cache/",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/wp-content/cache/",status="404"} 0.000280795 http_request_duration_seconds_count{method="GET",path="/wp-content/cache/",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/debug.log",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/debug.log",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/debug.log",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/debug.log",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/debug.log",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/debug.log",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/debug.log",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/debug.log",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/debug.log",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/debug.log",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/debug.log",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/debug.log",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-content/debug.log",status="404"} 0.000149998 http_request_duration_seconds_count{method="GET",path="/wp-content/debug.log",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/debug.log",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/debug.log",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/debug.log",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/debug.log",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/debug.log",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/debug.log",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/debug.log",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/debug.log",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/debug.log",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/debug.log",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/debug.log",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/debug.log",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/wp-content/debug.log",status="429"} 0.000239557 http_request_duration_seconds_count{method="GET",path="/wp-content/debug.log",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/index.php",status="404",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-content/index.php",status="404",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-content/index.php",status="404",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-content/index.php",status="404",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-content/index.php",status="404",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-content/index.php",status="404",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-content/index.php",status="404",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-content/index.php",status="404",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-content/index.php",status="404",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-content/index.php",status="404",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-content/index.php",status="404",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-content/index.php",status="404",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/wp-content/index.php",status="404"} 0.000647484 http_request_duration_seconds_count{method="GET",path="/wp-content/index.php",status="404"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-content/index.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/index.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/index.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/index.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/index.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/index.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/index.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/index.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/index.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/index.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/index.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/index.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-content/index.php",status="429"} 0.000133462 http_request_duration_seconds_count{method="GET",path="/wp-content/index.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/mysql.sql",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/mysql.sql",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/mysql.sql",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/mysql.sql",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/mysql.sql",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/mysql.sql",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/mysql.sql",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/mysql.sql",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/mysql.sql",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/mysql.sql",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/mysql.sql",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/mysql.sql",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/wp-content/mysql.sql",status="429"} 0.000196265 http_request_duration_seconds_count{method="GET",path="/wp-content/mysql.sql",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/WordPressCore/",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/WordPressCore/",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/WordPressCore/",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/WordPressCore/",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/WordPressCore/",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/WordPressCore/",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/WordPressCore/",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/WordPressCore/",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/WordPressCore/",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/WordPressCore/",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/WordPressCore/",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/WordPressCore/",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-content/plugins/WordPressCore/",status="404"} 0.000123052 http_request_duration_seconds_count{method="GET",path="/wp-content/plugins/WordPressCore/",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/admin.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/admin.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/admin.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/admin.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/admin.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/admin.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/admin.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/admin.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/admin.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/admin.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/admin.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/admin.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/wp-content/plugins/admin.php",status="404"} 0.000272984 http_request_duration_seconds_count{method="GET",path="/wp-content/plugins/admin.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/core-plugin/include.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/core-plugin/include.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/core-plugin/include.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/core-plugin/include.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/core-plugin/include.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/core-plugin/include.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/core-plugin/include.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/core-plugin/include.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/core-plugin/include.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/core-plugin/include.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/core-plugin/include.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/core-plugin/include.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-content/plugins/core-plugin/include.php",status="404"} 0.000268583 http_request_duration_seconds_count{method="GET",path="/wp-content/plugins/core-plugin/include.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/hellopress/wp_filemanager.php",status="404",le="0.005"} 18 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/hellopress/wp_filemanager.php",status="404",le="0.01"} 18 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/hellopress/wp_filemanager.php",status="404",le="0.025"} 18 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/hellopress/wp_filemanager.php",status="404",le="0.05"} 18 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/hellopress/wp_filemanager.php",status="404",le="0.1"} 18 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/hellopress/wp_filemanager.php",status="404",le="0.25"} 18 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/hellopress/wp_filemanager.php",status="404",le="0.5"} 18 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/hellopress/wp_filemanager.php",status="404",le="1"} 18 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/hellopress/wp_filemanager.php",status="404",le="2.5"} 18 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/hellopress/wp_filemanager.php",status="404",le="5"} 18 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/hellopress/wp_filemanager.php",status="404",le="10"} 18 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/hellopress/wp_filemanager.php",status="404",le="+Inf"} 18 http_request_duration_seconds_sum{method="GET",path="/wp-content/plugins/hellopress/wp_filemanager.php",status="404"} 0.006086625000000002 http_request_duration_seconds_count{method="GET",path="/wp-content/plugins/hellopress/wp_filemanager.php",status="404"} 18 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/hellopress/wp_mna.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/hellopress/wp_mna.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/hellopress/wp_mna.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/hellopress/wp_mna.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/hellopress/wp_mna.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/hellopress/wp_mna.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/hellopress/wp_mna.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/hellopress/wp_mna.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/hellopress/wp_mna.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/hellopress/wp_mna.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/hellopress/wp_mna.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/hellopress/wp_mna.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-content/plugins/hellopress/wp_mna.php",status="404"} 0.000152892 http_request_duration_seconds_count{method="GET",path="/wp-content/plugins/hellopress/wp_mna.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/index.php",status="404",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/index.php",status="404",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/index.php",status="404",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/index.php",status="404",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/index.php",status="404",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/index.php",status="404",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/index.php",status="404",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/index.php",status="404",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/index.php",status="404",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/index.php",status="404",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/index.php",status="404",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/index.php",status="404",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/wp-content/plugins/index.php",status="404"} 0.000510926 http_request_duration_seconds_count{method="GET",path="/wp-content/plugins/index.php",status="404"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/pwnd/as.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/pwnd/as.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/pwnd/as.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/pwnd/as.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/pwnd/as.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/pwnd/as.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/pwnd/as.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/pwnd/as.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/pwnd/as.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/pwnd/as.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/pwnd/as.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/pwnd/as.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-content/plugins/pwnd/as.php",status="404"} 0.000144101 http_request_duration_seconds_count{method="GET",path="/wp-content/plugins/pwnd/as.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/radio.php",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-content/radio.php",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-content/radio.php",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-content/radio.php",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-content/radio.php",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-content/radio.php",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-content/radio.php",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-content/radio.php",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-content/radio.php",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-content/radio.php",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-content/radio.php",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-content/radio.php",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/wp-content/radio.php",status="404"} 0.00038087799999999997 http_request_duration_seconds_count{method="GET",path="/wp-content/radio.php",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/wp-content/themes/",status="404"} 0.0004151 http_request_duration_seconds_count{method="GET",path="/wp-content/themes/",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/about.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/about.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/about.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/about.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/about.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/about.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/about.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/about.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/about.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/about.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/about.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/about.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/wp-content/themes/about.php",status="404"} 0.000255987 http_request_duration_seconds_count{method="GET",path="/wp-content/themes/about.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/admin.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/admin.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/admin.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/admin.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/admin.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/admin.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/admin.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/admin.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/admin.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/admin.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/admin.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/admin.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-content/themes/admin.php",status="404"} 0.00014404 http_request_duration_seconds_count{method="GET",path="/wp-content/themes/admin.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/admin.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/admin.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/admin.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/admin.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/admin.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/admin.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/admin.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/admin.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/admin.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/admin.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/admin.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/admin.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-content/themes/admin.php",status="429"} 0.000137146 http_request_duration_seconds_count{method="GET",path="/wp-content/themes/admin.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/hideo/network.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/hideo/network.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/hideo/network.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/hideo/network.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/hideo/network.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/hideo/network.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/hideo/network.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/hideo/network.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/hideo/network.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/hideo/network.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/hideo/network.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/hideo/network.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-content/themes/hideo/network.php",status="404"} 0.000127796 http_request_duration_seconds_count{method="GET",path="/wp-content/themes/hideo/network.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/index.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/index.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/index.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/index.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/index.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/index.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/index.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/index.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/index.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/index.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/index.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/index.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/wp-content/themes/index.php",status="404"} 0.000287514 http_request_duration_seconds_count{method="GET",path="/wp-content/themes/index.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/twentytwenty/404.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/twentytwenty/404.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/twentytwenty/404.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/twentytwenty/404.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/twentytwenty/404.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/twentytwenty/404.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/twentytwenty/404.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/twentytwenty/404.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/twentytwenty/404.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/twentytwenty/404.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/twentytwenty/404.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/twentytwenty/404.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/wp-content/themes/twentytwenty/404.php",status="404"} 0.000272628 http_request_duration_seconds_count{method="GET",path="/wp-content/themes/twentytwenty/404.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/twentytwentytwo/index.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/twentytwentytwo/index.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/twentytwentytwo/index.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/twentytwentytwo/index.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/twentytwentytwo/index.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/twentytwentytwo/index.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/twentytwentytwo/index.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/twentytwentytwo/index.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/twentytwentytwo/index.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/twentytwentytwo/index.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/twentytwentytwo/index.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/twentytwentytwo/index.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/wp-content/themes/twentytwentytwo/index.php",status="404"} 0.00025771400000000003 http_request_duration_seconds_count{method="GET",path="/wp-content/themes/twentytwentytwo/index.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/txets.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/txets.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/txets.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/txets.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/txets.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/txets.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/txets.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/txets.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/txets.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/txets.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/txets.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/txets.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-content/themes/txets.php",status="404"} 0.000181255 http_request_duration_seconds_count{method="GET",path="/wp-content/themes/txets.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/upgrade/about.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/upgrade/about.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/upgrade/about.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/upgrade/about.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/upgrade/about.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/upgrade/about.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/upgrade/about.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/upgrade/about.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/upgrade/about.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/upgrade/about.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/upgrade/about.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/upgrade/about.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/wp-content/upgrade/about.php",status="404"} 0.000271515 http_request_duration_seconds_count{method="GET",path="/wp-content/upgrade/about.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/upgrade/index.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/upgrade/index.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/upgrade/index.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/upgrade/index.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/upgrade/index.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/upgrade/index.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/upgrade/index.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/upgrade/index.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/upgrade/index.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/upgrade/index.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/upgrade/index.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/upgrade/index.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/wp-content/upgrade/index.php",status="404"} 0.000284566 http_request_duration_seconds_count{method="GET",path="/wp-content/upgrade/index.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/",status="404",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/",status="404",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/",status="404",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/",status="404",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/",status="404",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/",status="404",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/",status="404",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/",status="404",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/",status="404",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/",status="404",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/",status="404",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/",status="404",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/wp-content/uploads/",status="404"} 0.000597303 http_request_duration_seconds_count{method="GET",path="/wp-content/uploads/",status="404"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/admin.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/admin.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/admin.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/admin.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/admin.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/admin.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/admin.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/admin.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/admin.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/admin.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/admin.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/admin.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-content/uploads/admin.php",status="404"} 0.000137433 http_request_duration_seconds_count{method="GET",path="/wp-content/uploads/admin.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/goods.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/goods.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/goods.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/goods.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/goods.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/goods.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/goods.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/goods.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/goods.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/goods.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/goods.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/goods.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/wp-content/uploads/goods.php",status="404"} 0.00028810800000000003 http_request_duration_seconds_count{method="GET",path="/wp-content/uploads/goods.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/index.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/index.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/index.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/index.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/index.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/index.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/index.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/index.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/index.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/index.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/index.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/index.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/wp-content/uploads/index.php",status="404"} 0.000289174 http_request_duration_seconds_count{method="GET",path="/wp-content/uploads/index.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/x/index.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/x/index.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/x/index.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/x/index.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/x/index.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/x/index.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/x/index.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/x/index.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/x/index.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/x/index.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/x/index.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/x/index.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/wp-content/x/index.php",status="404"} 0.000278706 http_request_duration_seconds_count{method="GET",path="/wp-content/x/index.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-cron.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-cron.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-cron.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-cron.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-cron.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-cron.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-cron.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-cron.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-cron.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-cron.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-cron.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-cron.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-cron.php",status="404"} 0.000125495 http_request_duration_seconds_count{method="GET",path="/wp-cron.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-der.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-der.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-der.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-der.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-der.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-der.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-der.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-der.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-der.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-der.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-der.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-der.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-der.php",status="404"} 0.000130115 http_request_duration_seconds_count{method="GET",path="/wp-der.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-editor.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-editor.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-editor.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-editor.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-editor.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-editor.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-editor.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-editor.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-editor.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-editor.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-editor.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-editor.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-editor.php",status="404"} 0.000139261 http_request_duration_seconds_count{method="GET",path="/wp-editor.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-file.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-file.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-file.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-file.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-file.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-file.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-file.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-file.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-file.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-file.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-file.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-file.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-file.php",status="404"} 0.000171068 http_request_duration_seconds_count{method="GET",path="/wp-file.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-files.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-files.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-files.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-files.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-files.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-files.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-files.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-files.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-files.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-files.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-files.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-files.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/wp-files.zip",status="429"} 4.3589e-05 http_request_duration_seconds_count{method="GET",path="/wp-files.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-firewall.php",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-firewall.php",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-firewall.php",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-firewall.php",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-firewall.php",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-firewall.php",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-firewall.php",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-firewall.php",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-firewall.php",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-firewall.php",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-firewall.php",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-firewall.php",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/wp-firewall.php",status="404"} 0.0005539900000000001 http_request_duration_seconds_count{method="GET",path="/wp-firewall.php",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-full.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-full.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-full.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-full.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-full.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-full.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-full.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-full.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-full.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-full.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-full.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-full.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/wp-full.zip",status="429"} 3.8488e-05 http_request_duration_seconds_count{method="GET",path="/wp-full.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-good.php",status="404",le="0.005"} 7 http_request_duration_seconds_bucket{method="GET",path="/wp-good.php",status="404",le="0.01"} 7 http_request_duration_seconds_bucket{method="GET",path="/wp-good.php",status="404",le="0.025"} 7 http_request_duration_seconds_bucket{method="GET",path="/wp-good.php",status="404",le="0.05"} 7 http_request_duration_seconds_bucket{method="GET",path="/wp-good.php",status="404",le="0.1"} 7 http_request_duration_seconds_bucket{method="GET",path="/wp-good.php",status="404",le="0.25"} 7 http_request_duration_seconds_bucket{method="GET",path="/wp-good.php",status="404",le="0.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/wp-good.php",status="404",le="1"} 7 http_request_duration_seconds_bucket{method="GET",path="/wp-good.php",status="404",le="2.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/wp-good.php",status="404",le="5"} 7 http_request_duration_seconds_bucket{method="GET",path="/wp-good.php",status="404",le="10"} 7 http_request_duration_seconds_bucket{method="GET",path="/wp-good.php",status="404",le="+Inf"} 7 http_request_duration_seconds_sum{method="GET",path="/wp-good.php",status="404"} 0.001003026 http_request_duration_seconds_count{method="GET",path="/wp-good.php",status="404"} 7 http_request_duration_seconds_bucket{method="GET",path="/wp-good.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-good.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-good.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-good.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-good.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-good.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-good.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-good.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-good.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-good.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-good.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-good.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-good.php",status="429"} 0.000122824 http_request_duration_seconds_count{method="GET",path="/wp-good.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes.7z",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes.7z",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes.7z",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes.7z",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes.7z",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes.7z",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes.7z",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes.7z",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes.7z",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes.7z",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes.7z",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes.7z",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-includes.7z",status="404"} 0.000135568 http_request_duration_seconds_count{method="GET",path="/wp-includes.7z",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes.bz2",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes.bz2",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes.bz2",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes.bz2",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes.bz2",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes.bz2",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes.bz2",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes.bz2",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes.bz2",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes.bz2",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes.bz2",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes.bz2",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-includes.bz2",status="404"} 0.000128075 http_request_duration_seconds_count{method="GET",path="/wp-includes.bz2",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes.gz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes.gz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes.gz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes.gz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes.gz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes.gz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes.gz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes.gz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes.gz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes.gz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes.gz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes.gz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-includes.gz",status="404"} 0.000129087 http_request_duration_seconds_count{method="GET",path="/wp-includes.gz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes.rar",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes.rar",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes.rar",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes.rar",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes.rar",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes.rar",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes.rar",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes.rar",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes.rar",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes.rar",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes.rar",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes.rar",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-includes.rar",status="404"} 0.000152577 http_request_duration_seconds_count{method="GET",path="/wp-includes.rar",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes.sql",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes.sql",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes.sql",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes.sql",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes.sql",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes.sql",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes.sql",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes.sql",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes.sql",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes.sql",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes.sql",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes.sql",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-includes.sql",status="404"} 0.000133036 http_request_duration_seconds_count{method="GET",path="/wp-includes.sql",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes.sql.bz2",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes.sql.bz2",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes.sql.bz2",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes.sql.bz2",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes.sql.bz2",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes.sql.bz2",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes.sql.bz2",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes.sql.bz2",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes.sql.bz2",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes.sql.bz2",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes.sql.bz2",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes.sql.bz2",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-includes.sql.bz2",status="404"} 0.000128906 http_request_duration_seconds_count{method="GET",path="/wp-includes.sql.bz2",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes.sql.gz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes.sql.gz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes.sql.gz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes.sql.gz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes.sql.gz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes.sql.gz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes.sql.gz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes.sql.gz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes.sql.gz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes.sql.gz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes.sql.gz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes.sql.gz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-includes.sql.gz",status="404"} 0.000139676 http_request_duration_seconds_count{method="GET",path="/wp-includes.sql.gz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes.tar",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes.tar",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes.tar",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes.tar",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes.tar",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes.tar",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes.tar",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes.tar",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes.tar",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes.tar",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes.tar",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes.tar",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-includes.tar",status="404"} 0.000136365 http_request_duration_seconds_count{method="GET",path="/wp-includes.tar",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes.tar.bz2",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes.tar.bz2",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes.tar.bz2",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes.tar.bz2",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes.tar.bz2",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes.tar.bz2",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes.tar.bz2",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes.tar.bz2",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes.tar.bz2",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes.tar.bz2",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes.tar.bz2",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes.tar.bz2",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-includes.tar.bz2",status="404"} 0.000141232 http_request_duration_seconds_count{method="GET",path="/wp-includes.tar.bz2",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes.tar.gz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes.tar.gz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes.tar.gz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes.tar.gz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes.tar.gz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes.tar.gz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes.tar.gz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes.tar.gz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes.tar.gz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes.tar.gz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes.tar.gz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes.tar.gz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-includes.tar.gz",status="404"} 0.000125908 http_request_duration_seconds_count{method="GET",path="/wp-includes.tar.gz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes.tar.xz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes.tar.xz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes.tar.xz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes.tar.xz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes.tar.xz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes.tar.xz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes.tar.xz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes.tar.xz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes.tar.xz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes.tar.xz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes.tar.xz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes.tar.xz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-includes.tar.xz",status="404"} 0.000127277 http_request_duration_seconds_count{method="GET",path="/wp-includes.tar.xz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes.tgz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes.tgz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes.tgz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes.tgz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes.tgz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes.tgz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes.tgz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes.tgz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes.tgz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes.tgz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes.tgz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes.tgz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-includes.tgz",status="404"} 0.000129074 http_request_duration_seconds_count{method="GET",path="/wp-includes.tgz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes.zip",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes.zip",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes.zip",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes.zip",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes.zip",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes.zip",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes.zip",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes.zip",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes.zip",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes.zip",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes.zip",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes.zip",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-includes.zip",status="404"} 0.000147501 http_request_duration_seconds_count{method="GET",path="/wp-includes.zip",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes.zst",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes.zst",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes.zst",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes.zst",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes.zst",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes.zst",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes.zst",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes.zst",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes.zst",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes.zst",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes.zst",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes.zst",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-includes.zst",status="404"} 0.000133694 http_request_duration_seconds_count{method="GET",path="/wp-includes.zst",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/wp-includes/",status="404"} 0.00025988 http_request_duration_seconds_count{method="GET",path="/wp-includes/",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/ID3/",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/ID3/",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/ID3/",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/ID3/",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/ID3/",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/ID3/",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/ID3/",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/ID3/",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/ID3/",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/ID3/",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/ID3/",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/ID3/",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/wp-includes/ID3/",status="404"} 0.00029125099999999997 http_request_duration_seconds_count{method="GET",path="/wp-includes/ID3/",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/ID3/about.php",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/ID3/about.php",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/ID3/about.php",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/ID3/about.php",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/ID3/about.php",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/ID3/about.php",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/ID3/about.php",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/ID3/about.php",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/ID3/about.php",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/ID3/about.php",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/ID3/about.php",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/ID3/about.php",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/wp-includes/ID3/about.php",status="404"} 0.00044026600000000003 http_request_duration_seconds_count{method="GET",path="/wp-includes/ID3/about.php",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/ID3/index.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/ID3/index.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/ID3/index.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/ID3/index.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/ID3/index.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/ID3/index.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/ID3/index.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/ID3/index.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/ID3/index.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/ID3/index.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/ID3/index.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/ID3/index.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/wp-includes/ID3/index.php",status="404"} 0.00025414000000000003 http_request_duration_seconds_count{method="GET",path="/wp-includes/ID3/index.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/IXR/index.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/IXR/index.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/IXR/index.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/IXR/index.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/IXR/index.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/IXR/index.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/IXR/index.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/IXR/index.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/IXR/index.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/IXR/index.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/IXR/index.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/IXR/index.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-includes/IXR/index.php",status="404"} 0.000140691 http_request_duration_seconds_count{method="GET",path="/wp-includes/IXR/index.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/IXR/index.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/IXR/index.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/IXR/index.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/IXR/index.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/IXR/index.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/IXR/index.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/IXR/index.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/IXR/index.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/IXR/index.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/IXR/index.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/IXR/index.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/IXR/index.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-includes/IXR/index.php",status="429"} 0.000147167 http_request_duration_seconds_count{method="GET",path="/wp-includes/IXR/index.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/IXR/test1.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/IXR/test1.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/IXR/test1.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/IXR/test1.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/IXR/test1.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/IXR/test1.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/IXR/test1.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/IXR/test1.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/IXR/test1.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/IXR/test1.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/IXR/test1.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/IXR/test1.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-includes/IXR/test1.php",status="404"} 0.000139807 http_request_duration_seconds_count{method="GET",path="/wp-includes/IXR/test1.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/PHPMailer/",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/PHPMailer/",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/PHPMailer/",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/PHPMailer/",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/PHPMailer/",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/PHPMailer/",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/PHPMailer/",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/PHPMailer/",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/PHPMailer/",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/PHPMailer/",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/PHPMailer/",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/PHPMailer/",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-includes/PHPMailer/",status="404"} 0.000132684 http_request_duration_seconds_count{method="GET",path="/wp-includes/PHPMailer/",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/Requests/src/Response/about.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/Requests/src/Response/about.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/Requests/src/Response/about.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/Requests/src/Response/about.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/Requests/src/Response/about.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/Requests/src/Response/about.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/Requests/src/Response/about.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/Requests/src/Response/about.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/Requests/src/Response/about.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/Requests/src/Response/about.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/Requests/src/Response/about.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/Requests/src/Response/about.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-includes/Requests/src/Response/about.php",status="404"} 0.000139341 http_request_duration_seconds_count{method="GET",path="/wp-includes/Requests/src/Response/about.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/SimplePie/",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/SimplePie/",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/SimplePie/",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/SimplePie/",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/SimplePie/",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/SimplePie/",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/SimplePie/",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/SimplePie/",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/SimplePie/",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/SimplePie/",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/SimplePie/",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/SimplePie/",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-includes/SimplePie/",status="404"} 0.000130468 http_request_duration_seconds_count{method="GET",path="/wp-includes/SimplePie/",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/SimplePie/admin.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/SimplePie/admin.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/SimplePie/admin.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/SimplePie/admin.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/SimplePie/admin.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/SimplePie/admin.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/SimplePie/admin.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/SimplePie/admin.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/SimplePie/admin.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/SimplePie/admin.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/SimplePie/admin.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/SimplePie/admin.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-includes/SimplePie/admin.php",status="404"} 0.000173252 http_request_duration_seconds_count{method="GET",path="/wp-includes/SimplePie/admin.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/SimplePie/admin.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/SimplePie/admin.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/SimplePie/admin.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/SimplePie/admin.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/SimplePie/admin.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/SimplePie/admin.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/SimplePie/admin.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/SimplePie/admin.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/SimplePie/admin.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/SimplePie/admin.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/SimplePie/admin.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/SimplePie/admin.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-includes/SimplePie/admin.php",status="429"} 0.000120509 http_request_duration_seconds_count{method="GET",path="/wp-includes/SimplePie/admin.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/SimplePie/wp-login.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/SimplePie/wp-login.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/SimplePie/wp-login.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/SimplePie/wp-login.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/SimplePie/wp-login.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/SimplePie/wp-login.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/SimplePie/wp-login.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/SimplePie/wp-login.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/SimplePie/wp-login.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/SimplePie/wp-login.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/SimplePie/wp-login.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/SimplePie/wp-login.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/wp-includes/SimplePie/wp-login.php",status="404"} 0.00024501 http_request_duration_seconds_count{method="GET",path="/wp-includes/SimplePie/wp-login.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/Text/Diff/Engine/about.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/Text/Diff/Engine/about.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/Text/Diff/Engine/about.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/Text/Diff/Engine/about.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/Text/Diff/Engine/about.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/Text/Diff/Engine/about.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/Text/Diff/Engine/about.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/Text/Diff/Engine/about.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/Text/Diff/Engine/about.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/Text/Diff/Engine/about.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/Text/Diff/Engine/about.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/Text/Diff/Engine/about.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-includes/Text/Diff/Engine/about.php",status="404"} 0.00016473 http_request_duration_seconds_count{method="GET",path="/wp-includes/Text/Diff/Engine/about.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/assets/index.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/assets/index.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/assets/index.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/assets/index.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/assets/index.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/assets/index.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/assets/index.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/assets/index.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/assets/index.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/assets/index.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/assets/index.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/assets/index.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/wp-includes/assets/index.php",status="404"} 0.000263496 http_request_duration_seconds_count{method="GET",path="/wp-includes/assets/index.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/block-bindings/",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/block-bindings/",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/block-bindings/",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/block-bindings/",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/block-bindings/",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/block-bindings/",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/block-bindings/",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/block-bindings/",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/block-bindings/",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/block-bindings/",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/block-bindings/",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/block-bindings/",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/wp-includes/block-bindings/",status="404"} 0.000286049 http_request_duration_seconds_count{method="GET",path="/wp-includes/block-bindings/",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/block-patterns/index.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/block-patterns/index.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/block-patterns/index.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/block-patterns/index.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/block-patterns/index.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/block-patterns/index.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/block-patterns/index.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/block-patterns/index.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/block-patterns/index.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/block-patterns/index.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/block-patterns/index.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/block-patterns/index.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/wp-includes/block-patterns/index.php",status="404"} 0.000260464 http_request_duration_seconds_count{method="GET",path="/wp-includes/block-patterns/index.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/blocks/audio/",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/blocks/audio/",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/blocks/audio/",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/blocks/audio/",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/blocks/audio/",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/blocks/audio/",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/blocks/audio/",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/blocks/audio/",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/blocks/audio/",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/blocks/audio/",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/blocks/audio/",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/blocks/audio/",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/wp-includes/blocks/audio/",status="404"} 0.00028462 http_request_duration_seconds_count{method="GET",path="/wp-includes/blocks/audio/",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/blocks/buttons/",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/blocks/buttons/",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/blocks/buttons/",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/blocks/buttons/",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/blocks/buttons/",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/blocks/buttons/",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/blocks/buttons/",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/blocks/buttons/",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/blocks/buttons/",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/blocks/buttons/",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/blocks/buttons/",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/blocks/buttons/",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-includes/blocks/buttons/",status="429"} 0.000117935 http_request_duration_seconds_count{method="GET",path="/wp-includes/blocks/buttons/",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/blocks/details/",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/blocks/details/",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/blocks/details/",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/blocks/details/",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/blocks/details/",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/blocks/details/",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/blocks/details/",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/blocks/details/",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/blocks/details/",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/blocks/details/",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/blocks/details/",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/blocks/details/",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-includes/blocks/details/",status="404"} 0.00014133 http_request_duration_seconds_count{method="GET",path="/wp-includes/blocks/details/",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/blocks/details/",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/blocks/details/",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/blocks/details/",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/blocks/details/",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/blocks/details/",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/blocks/details/",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/blocks/details/",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/blocks/details/",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/blocks/details/",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/blocks/details/",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/blocks/details/",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/blocks/details/",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-includes/blocks/details/",status="429"} 0.000120829 http_request_duration_seconds_count{method="GET",path="/wp-includes/blocks/details/",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/blocks/post-comments-form/",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/blocks/post-comments-form/",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/blocks/post-comments-form/",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/blocks/post-comments-form/",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/blocks/post-comments-form/",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/blocks/post-comments-form/",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/blocks/post-comments-form/",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/blocks/post-comments-form/",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/blocks/post-comments-form/",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/blocks/post-comments-form/",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/blocks/post-comments-form/",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/blocks/post-comments-form/",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/wp-includes/blocks/post-comments-form/",status="404"} 0.000258086 http_request_duration_seconds_count{method="GET",path="/wp-includes/blocks/post-comments-form/",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/blocks/shortcode/index.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/blocks/shortcode/index.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/blocks/shortcode/index.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/blocks/shortcode/index.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/blocks/shortcode/index.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/blocks/shortcode/index.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/blocks/shortcode/index.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/blocks/shortcode/index.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/blocks/shortcode/index.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/blocks/shortcode/index.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/blocks/shortcode/index.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/blocks/shortcode/index.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/wp-includes/blocks/shortcode/index.php",status="404"} 0.00026416899999999997 http_request_duration_seconds_count{method="GET",path="/wp-includes/blocks/shortcode/index.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/customize/about.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/customize/about.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/customize/about.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/customize/about.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/customize/about.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/customize/about.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/customize/about.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/customize/about.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/customize/about.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/customize/about.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/customize/about.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/customize/about.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/wp-includes/customize/about.php",status="404"} 0.000263649 http_request_duration_seconds_count{method="GET",path="/wp-includes/customize/about.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/fonts/about.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/fonts/about.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/fonts/about.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/fonts/about.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/fonts/about.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/fonts/about.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/fonts/about.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/fonts/about.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/fonts/about.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/fonts/about.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/fonts/about.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/fonts/about.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-includes/fonts/about.php",status="404"} 0.000138233 http_request_duration_seconds_count{method="GET",path="/wp-includes/fonts/about.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/fonts/index.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/fonts/index.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/fonts/index.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/fonts/index.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/fonts/index.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/fonts/index.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/fonts/index.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/fonts/index.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/fonts/index.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/fonts/index.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/fonts/index.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/fonts/index.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/wp-includes/fonts/index.php",status="404"} 0.000261434 http_request_duration_seconds_count{method="GET",path="/wp-includes/fonts/index.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/html-api/",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/html-api/",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/html-api/",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/html-api/",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/html-api/",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/html-api/",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/html-api/",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/html-api/",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/html-api/",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/html-api/",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/html-api/",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/html-api/",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/wp-includes/html-api/",status="404"} 0.000294071 http_request_duration_seconds_count{method="GET",path="/wp-includes/html-api/",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/images/",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/images/",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/images/",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/images/",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/images/",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/images/",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/images/",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/images/",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/images/",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/images/",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/images/",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/images/",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/wp-includes/images/",status="404"} 0.000256719 http_request_duration_seconds_count{method="GET",path="/wp-includes/images/",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/images/smilies/",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/images/smilies/",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/images/smilies/",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/images/smilies/",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/images/smilies/",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/images/smilies/",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/images/smilies/",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/images/smilies/",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/images/smilies/",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/images/smilies/",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/images/smilies/",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/images/smilies/",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/wp-includes/images/smilies/",status="404"} 0.000253933 http_request_duration_seconds_count{method="GET",path="/wp-includes/images/smilies/",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/images/smilies/about.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/images/smilies/about.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/images/smilies/about.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/images/smilies/about.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/images/smilies/about.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/images/smilies/about.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/images/smilies/about.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/images/smilies/about.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/images/smilies/about.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/images/smilies/about.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/images/smilies/about.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/images/smilies/about.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/wp-includes/images/smilies/about.php",status="404"} 0.000262064 http_request_duration_seconds_count{method="GET",path="/wp-includes/images/smilies/about.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/images/wp-login.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/images/wp-login.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/images/wp-login.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/images/wp-login.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/images/wp-login.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/images/wp-login.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/images/wp-login.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/images/wp-login.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/images/wp-login.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/images/wp-login.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/images/wp-login.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/images/wp-login.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/wp-includes/images/wp-login.php",status="404"} 0.00025757199999999997 http_request_duration_seconds_count{method="GET",path="/wp-includes/images/wp-login.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/js/",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/js/",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/js/",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/js/",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/js/",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/js/",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/js/",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/js/",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/js/",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/js/",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/js/",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/js/",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/wp-includes/js/",status="404"} 0.00028264399999999997 http_request_duration_seconds_count{method="GET",path="/wp-includes/js/",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/js/codemirror/index.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/js/codemirror/index.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/js/codemirror/index.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/js/codemirror/index.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/js/codemirror/index.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/js/codemirror/index.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/js/codemirror/index.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/js/codemirror/index.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/js/codemirror/index.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/js/codemirror/index.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/js/codemirror/index.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/js/codemirror/index.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/wp-includes/js/codemirror/index.php",status="404"} 0.000249835 http_request_duration_seconds_count{method="GET",path="/wp-includes/js/codemirror/index.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/js/crop/",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/js/crop/",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/js/crop/",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/js/crop/",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/js/crop/",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/js/crop/",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/js/crop/",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/js/crop/",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/js/crop/",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/js/crop/",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/js/crop/",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/js/crop/",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-includes/js/crop/",status="404"} 0.000163262 http_request_duration_seconds_count{method="GET",path="/wp-includes/js/crop/",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/js/crop/",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/js/crop/",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/js/crop/",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/js/crop/",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/js/crop/",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/js/crop/",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/js/crop/",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/js/crop/",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/js/crop/",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/js/crop/",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/js/crop/",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/js/crop/",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-includes/js/crop/",status="429"} 0.000127946 http_request_duration_seconds_count{method="GET",path="/wp-includes/js/crop/",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/js/crop/cropper.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/js/crop/cropper.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/js/crop/cropper.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/js/crop/cropper.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/js/crop/cropper.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/js/crop/cropper.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/js/crop/cropper.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/js/crop/cropper.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/js/crop/cropper.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/js/crop/cropper.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/js/crop/cropper.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/js/crop/cropper.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-includes/js/crop/cropper.php",status="404"} 0.000127461 http_request_duration_seconds_count{method="GET",path="/wp-includes/js/crop/cropper.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/js/tinymce/plugins/compat3x/css/",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/js/tinymce/plugins/compat3x/css/",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/js/tinymce/plugins/compat3x/css/",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/js/tinymce/plugins/compat3x/css/",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/js/tinymce/plugins/compat3x/css/",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/js/tinymce/plugins/compat3x/css/",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/js/tinymce/plugins/compat3x/css/",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/js/tinymce/plugins/compat3x/css/",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/js/tinymce/plugins/compat3x/css/",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/js/tinymce/plugins/compat3x/css/",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/js/tinymce/plugins/compat3x/css/",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/js/tinymce/plugins/compat3x/css/",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/wp-includes/js/tinymce/plugins/compat3x/css/",status="404"} 0.00026959200000000003 http_request_duration_seconds_count{method="GET",path="/wp-includes/js/tinymce/plugins/compat3x/css/",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/php-compat/",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/php-compat/",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/php-compat/",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/php-compat/",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/php-compat/",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/php-compat/",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/php-compat/",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/php-compat/",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/php-compat/",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/php-compat/",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/php-compat/",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/php-compat/",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-includes/php-compat/",status="404"} 0.000251487 http_request_duration_seconds_count{method="GET",path="/wp-includes/php-compat/",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/php-compat/",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/php-compat/",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/php-compat/",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/php-compat/",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/php-compat/",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/php-compat/",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/php-compat/",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/php-compat/",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/php-compat/",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/php-compat/",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/php-compat/",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/php-compat/",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-includes/php-compat/",status="429"} 0.000126199 http_request_duration_seconds_count{method="GET",path="/wp-includes/php-compat/",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/pomo/",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/pomo/",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/pomo/",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/pomo/",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/pomo/",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/pomo/",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/pomo/",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/pomo/",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/pomo/",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/pomo/",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/pomo/",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/pomo/",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/wp-includes/pomo/",status="404"} 0.000259607 http_request_duration_seconds_count{method="GET",path="/wp-includes/pomo/",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/rest-api/",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/rest-api/",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/rest-api/",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/rest-api/",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/rest-api/",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/rest-api/",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/rest-api/",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/rest-api/",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/rest-api/",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/rest-api/",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/rest-api/",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/rest-api/",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/wp-includes/rest-api/",status="404"} 0.000373386 http_request_duration_seconds_count{method="GET",path="/wp-includes/rest-api/",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/style-engine/about.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/style-engine/about.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/style-engine/about.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/style-engine/about.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/style-engine/about.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/style-engine/about.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/style-engine/about.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/style-engine/about.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/style-engine/about.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/style-engine/about.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/style-engine/about.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/style-engine/about.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/wp-includes/style-engine/about.php",status="404"} 0.000259188 http_request_duration_seconds_count{method="GET",path="/wp-includes/style-engine/about.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/style-engine/autoload_classmap.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/style-engine/autoload_classmap.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/style-engine/autoload_classmap.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/style-engine/autoload_classmap.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/style-engine/autoload_classmap.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/style-engine/autoload_classmap.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/style-engine/autoload_classmap.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/style-engine/autoload_classmap.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/style-engine/autoload_classmap.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/style-engine/autoload_classmap.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/style-engine/autoload_classmap.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/style-engine/autoload_classmap.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/wp-includes/style-engine/autoload_classmap.php",status="404"} 0.000279989 http_request_duration_seconds_count{method="GET",path="/wp-includes/style-engine/autoload_classmap.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/style-engine/index.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/style-engine/index.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/style-engine/index.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/style-engine/index.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/style-engine/index.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/style-engine/index.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/style-engine/index.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/style-engine/index.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/style-engine/index.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/style-engine/index.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/style-engine/index.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/style-engine/index.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/wp-includes/style-engine/index.php",status="404"} 0.000256356 http_request_duration_seconds_count{method="GET",path="/wp-includes/style-engine/index.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/theme-compat/wp-login.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/theme-compat/wp-login.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/theme-compat/wp-login.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/theme-compat/wp-login.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/theme-compat/wp-login.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/theme-compat/wp-login.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/theme-compat/wp-login.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/theme-compat/wp-login.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/theme-compat/wp-login.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/theme-compat/wp-login.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/theme-compat/wp-login.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/theme-compat/wp-login.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-includes/theme-compat/wp-login.php",status="429"} 0.000122111 http_request_duration_seconds_count{method="GET",path="/wp-includes/theme-compat/wp-login.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/txets.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/txets.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/txets.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/txets.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/txets.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/txets.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/txets.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/txets.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/txets.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/txets.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/txets.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/txets.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-includes/txets.php",status="404"} 0.000146576 http_request_duration_seconds_count{method="GET",path="/wp-includes/txets.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-indx.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-indx.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-indx.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-indx.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-indx.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-indx.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-indx.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-indx.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-indx.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-indx.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-indx.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-indx.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/wp-indx.php",status="404"} 0.000594101 http_request_duration_seconds_count{method="GET",path="/wp-indx.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-info.php",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-info.php",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-info.php",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-info.php",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-info.php",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-info.php",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-info.php",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-info.php",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-info.php",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-info.php",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-info.php",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-info.php",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/wp-info.php",status="404"} 0.00044945299999999994 http_request_duration_seconds_count{method="GET",path="/wp-info.php",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-json/",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-json/",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-json/",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-json/",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-json/",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-json/",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-json/",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-json/",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-json/",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-json/",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-json/",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-json/",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/wp-json/",status="404"} 0.000289749 http_request_duration_seconds_count{method="GET",path="/wp-json/",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-json/gravitysmtp/v1/config",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-json/gravitysmtp/v1/config",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-json/gravitysmtp/v1/config",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-json/gravitysmtp/v1/config",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-json/gravitysmtp/v1/config",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-json/gravitysmtp/v1/config",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-json/gravitysmtp/v1/config",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-json/gravitysmtp/v1/config",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-json/gravitysmtp/v1/config",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-json/gravitysmtp/v1/config",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-json/gravitysmtp/v1/config",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-json/gravitysmtp/v1/config",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-json/gravitysmtp/v1/config",status="404"} 0.000146042 http_request_duration_seconds_count{method="GET",path="/wp-json/gravitysmtp/v1/config",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-json/gravitysmtp/v1/settings",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-json/gravitysmtp/v1/settings",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-json/gravitysmtp/v1/settings",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-json/gravitysmtp/v1/settings",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-json/gravitysmtp/v1/settings",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-json/gravitysmtp/v1/settings",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-json/gravitysmtp/v1/settings",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-json/gravitysmtp/v1/settings",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-json/gravitysmtp/v1/settings",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-json/gravitysmtp/v1/settings",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-json/gravitysmtp/v1/settings",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-json/gravitysmtp/v1/settings",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-json/gravitysmtp/v1/settings",status="404"} 0.000419625 http_request_duration_seconds_count{method="GET",path="/wp-json/gravitysmtp/v1/settings",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-json/gravitysmtp/v1/tests/mock-data",status="404",le="0.005"} 9 http_request_duration_seconds_bucket{method="GET",path="/wp-json/gravitysmtp/v1/tests/mock-data",status="404",le="0.01"} 9 http_request_duration_seconds_bucket{method="GET",path="/wp-json/gravitysmtp/v1/tests/mock-data",status="404",le="0.025"} 9 http_request_duration_seconds_bucket{method="GET",path="/wp-json/gravitysmtp/v1/tests/mock-data",status="404",le="0.05"} 9 http_request_duration_seconds_bucket{method="GET",path="/wp-json/gravitysmtp/v1/tests/mock-data",status="404",le="0.1"} 9 http_request_duration_seconds_bucket{method="GET",path="/wp-json/gravitysmtp/v1/tests/mock-data",status="404",le="0.25"} 9 http_request_duration_seconds_bucket{method="GET",path="/wp-json/gravitysmtp/v1/tests/mock-data",status="404",le="0.5"} 9 http_request_duration_seconds_bucket{method="GET",path="/wp-json/gravitysmtp/v1/tests/mock-data",status="404",le="1"} 9 http_request_duration_seconds_bucket{method="GET",path="/wp-json/gravitysmtp/v1/tests/mock-data",status="404",le="2.5"} 9 http_request_duration_seconds_bucket{method="GET",path="/wp-json/gravitysmtp/v1/tests/mock-data",status="404",le="5"} 9 http_request_duration_seconds_bucket{method="GET",path="/wp-json/gravitysmtp/v1/tests/mock-data",status="404",le="10"} 9 http_request_duration_seconds_bucket{method="GET",path="/wp-json/gravitysmtp/v1/tests/mock-data",status="404",le="+Inf"} 9 http_request_duration_seconds_sum{method="GET",path="/wp-json/gravitysmtp/v1/tests/mock-data",status="404"} 0.0025185960000000005 http_request_duration_seconds_count{method="GET",path="/wp-json/gravitysmtp/v1/tests/mock-data",status="404"} 9 http_request_duration_seconds_bucket{method="GET",path="/wp-json/gravitysmtp/v1/tests/mock-data",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-json/gravitysmtp/v1/tests/mock-data",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-json/gravitysmtp/v1/tests/mock-data",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-json/gravitysmtp/v1/tests/mock-data",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-json/gravitysmtp/v1/tests/mock-data",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-json/gravitysmtp/v1/tests/mock-data",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-json/gravitysmtp/v1/tests/mock-data",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-json/gravitysmtp/v1/tests/mock-data",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-json/gravitysmtp/v1/tests/mock-data",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-json/gravitysmtp/v1/tests/mock-data",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-json/gravitysmtp/v1/tests/mock-data",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-json/gravitysmtp/v1/tests/mock-data",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/wp-json/gravitysmtp/v1/tests/mock-data",status="429"} 0.000222115 http_request_duration_seconds_count{method="GET",path="/wp-json/gravitysmtp/v1/tests/mock-data",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-json/wp/v2/settings",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-json/wp/v2/settings",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-json/wp/v2/settings",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-json/wp/v2/settings",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-json/wp/v2/settings",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-json/wp/v2/settings",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-json/wp/v2/settings",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-json/wp/v2/settings",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-json/wp/v2/settings",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-json/wp/v2/settings",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-json/wp/v2/settings",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-json/wp/v2/settings",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-json/wp/v2/settings",status="404"} 0.000146239 http_request_duration_seconds_count{method="GET",path="/wp-json/wp/v2/settings",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-json/wp/v2/users",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-json/wp/v2/users",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-json/wp/v2/users",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-json/wp/v2/users",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-json/wp/v2/users",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-json/wp/v2/users",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-json/wp/v2/users",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-json/wp/v2/users",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-json/wp/v2/users",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-json/wp/v2/users",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-json/wp/v2/users",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-json/wp/v2/users",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/wp-json/wp/v2/users",status="429"} 0.000268835 http_request_duration_seconds_count{method="GET",path="/wp-json/wp/v2/users",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-k7djufwez2.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-k7djufwez2.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-k7djufwez2.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-k7djufwez2.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-k7djufwez2.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-k7djufwez2.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-k7djufwez2.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-k7djufwez2.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-k7djufwez2.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-k7djufwez2.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-k7djufwez2.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-k7djufwez2.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-k7djufwez2.php",status="404"} 0.00039315 http_request_duration_seconds_count{method="GET",path="/wp-k7djufwez2.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-kd4xalrg7m.php",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-kd4xalrg7m.php",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-kd4xalrg7m.php",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-kd4xalrg7m.php",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-kd4xalrg7m.php",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-kd4xalrg7m.php",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-kd4xalrg7m.php",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-kd4xalrg7m.php",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-kd4xalrg7m.php",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-kd4xalrg7m.php",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-kd4xalrg7m.php",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-kd4xalrg7m.php",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/wp-kd4xalrg7m.php",status="404"} 0.000447937 http_request_duration_seconds_count{method="GET",path="/wp-kd4xalrg7m.php",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-kz.php",status="404",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-kz.php",status="404",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-kz.php",status="404",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-kz.php",status="404",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-kz.php",status="404",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-kz.php",status="404",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-kz.php",status="404",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-kz.php",status="404",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-kz.php",status="404",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-kz.php",status="404",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-kz.php",status="404",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-kz.php",status="404",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/wp-kz.php",status="404"} 0.000657155 http_request_duration_seconds_count{method="GET",path="/wp-kz.php",status="404"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-link-poer.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-link-poer.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-link-poer.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-link-poer.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-link-poer.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-link-poer.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-link-poer.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-link-poer.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-link-poer.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-link-poer.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-link-poer.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-link-poer.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-link-poer.php",status="404"} 0.000132912 http_request_duration_seconds_count{method="GET",path="/wp-link-poer.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-link-snpm.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-link-snpm.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-link-snpm.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-link-snpm.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-link-snpm.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-link-snpm.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-link-snpm.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-link-snpm.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-link-snpm.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-link-snpm.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-link-snpm.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-link-snpm.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/wp-link-snpm.php",status="404"} 0.00026991 http_request_duration_seconds_count{method="GET",path="/wp-link-snpm.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-link-spm.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-link-spm.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-link-spm.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-link-spm.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-link-spm.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-link-spm.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-link-spm.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-link-spm.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-link-spm.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-link-spm.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-link-spm.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-link-spm.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/wp-link-spm.php",status="404"} 0.000305953 http_request_duration_seconds_count{method="GET",path="/wp-link-spm.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-links-opml.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-links-opml.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-links-opml.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-links-opml.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-links-opml.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-links-opml.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-links-opml.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-links-opml.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-links-opml.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-links-opml.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-links-opml.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-links-opml.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-links-opml.php",status="404"} 0.000138912 http_request_duration_seconds_count{method="GET",path="/wp-links-opml.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-links.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-links.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-links.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-links.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-links.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-links.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-links.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-links.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-links.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-links.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-links.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-links.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-links.php",status="404"} 0.000168871 http_request_duration_seconds_count{method="GET",path="/wp-links.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-load.php",status="404",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-load.php",status="404",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-load.php",status="404",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-load.php",status="404",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-load.php",status="404",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-load.php",status="404",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-load.php",status="404",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-load.php",status="404",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-load.php",status="404",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-load.php",status="404",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-load.php",status="404",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-load.php",status="404",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/wp-load.php",status="404"} 0.000554247 http_request_duration_seconds_count{method="GET",path="/wp-load.php",status="404"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-login.php",status="404",le="0.005"} 12 http_request_duration_seconds_bucket{method="GET",path="/wp-login.php",status="404",le="0.01"} 12 http_request_duration_seconds_bucket{method="GET",path="/wp-login.php",status="404",le="0.025"} 12 http_request_duration_seconds_bucket{method="GET",path="/wp-login.php",status="404",le="0.05"} 12 http_request_duration_seconds_bucket{method="GET",path="/wp-login.php",status="404",le="0.1"} 12 http_request_duration_seconds_bucket{method="GET",path="/wp-login.php",status="404",le="0.25"} 12 http_request_duration_seconds_bucket{method="GET",path="/wp-login.php",status="404",le="0.5"} 12 http_request_duration_seconds_bucket{method="GET",path="/wp-login.php",status="404",le="1"} 12 http_request_duration_seconds_bucket{method="GET",path="/wp-login.php",status="404",le="2.5"} 12 http_request_duration_seconds_bucket{method="GET",path="/wp-login.php",status="404",le="5"} 12 http_request_duration_seconds_bucket{method="GET",path="/wp-login.php",status="404",le="10"} 12 http_request_duration_seconds_bucket{method="GET",path="/wp-login.php",status="404",le="+Inf"} 12 http_request_duration_seconds_sum{method="GET",path="/wp-login.php",status="404"} 0.0027400539999999996 http_request_duration_seconds_count{method="GET",path="/wp-login.php",status="404"} 12 http_request_duration_seconds_bucket{method="GET",path="/wp-login.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-login.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-login.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-login.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-login.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-login.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-login.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-login.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-login.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-login.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-login.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-login.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-login.php",status="429"} 0.000134741 http_request_duration_seconds_count{method="GET",path="/wp-login.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-lvminl.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-lvminl.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-lvminl.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-lvminl.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-lvminl.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-lvminl.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-lvminl.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-lvminl.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-lvminl.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-lvminl.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-lvminl.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-lvminl.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-lvminl.php",status="404"} 0.000146368 http_request_duration_seconds_count{method="GET",path="/wp-lvminl.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-mail.php",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-mail.php",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-mail.php",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-mail.php",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-mail.php",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-mail.php",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-mail.php",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-mail.php",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-mail.php",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-mail.php",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-mail.php",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-mail.php",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/wp-mail.php",status="404"} 0.00039295 http_request_duration_seconds_count{method="GET",path="/wp-mail.php",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-p2r3q9c8k4.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-p2r3q9c8k4.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-p2r3q9c8k4.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-p2r3q9c8k4.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-p2r3q9c8k4.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-p2r3q9c8k4.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-p2r3q9c8k4.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-p2r3q9c8k4.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-p2r3q9c8k4.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-p2r3q9c8k4.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-p2r3q9c8k4.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-p2r3q9c8k4.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/wp-p2r3q9c8k4.php",status="404"} 0.000292094 http_request_duration_seconds_count{method="GET",path="/wp-p2r3q9c8k4.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-png.php",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-png.php",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-png.php",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-png.php",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-png.php",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-png.php",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-png.php",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-png.php",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-png.php",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-png.php",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-png.php",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-png.php",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/wp-png.php",status="404"} 0.00042186099999999994 http_request_duration_seconds_count{method="GET",path="/wp-png.php",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-sanita.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-sanita.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-sanita.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-sanita.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-sanita.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-sanita.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-sanita.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-sanita.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-sanita.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-sanita.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-sanita.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-sanita.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-sanita.php",status="404"} 0.000165315 http_request_duration_seconds_count{method="GET",path="/wp-sanita.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-signin.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-signin.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-signin.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-signin.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-signin.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-signin.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-signin.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-signin.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-signin.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-signin.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-signin.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-signin.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-signin.php",status="404"} 0.000153867 http_request_duration_seconds_count{method="GET",path="/wp-signin.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-sing.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-sing.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-sing.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-sing.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-sing.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-sing.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-sing.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-sing.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-sing.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-sing.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-sing.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-sing.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-sing.php",status="404"} 0.000277714 http_request_duration_seconds_count{method="GET",path="/wp-sing.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-site.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-site.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-site.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-site.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-site.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-site.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-site.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-site.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-site.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-site.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-site.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-site.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/wp-site.zip",status="429"} 3.6789e-05 http_request_duration_seconds_count{method="GET",path="/wp-site.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-slss.php",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-slss.php",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-slss.php",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-slss.php",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-slss.php",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-slss.php",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-slss.php",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-slss.php",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-slss.php",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-slss.php",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-slss.php",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-slss.php",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/wp-slss.php",status="404"} 0.001051882 http_request_duration_seconds_count{method="GET",path="/wp-slss.php",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-su.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-su.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-su.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-su.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-su.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-su.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-su.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-su.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-su.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-su.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-su.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-su.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-su.php",status="404"} 0.000140065 http_request_duration_seconds_count{method="GET",path="/wp-su.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-temp.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-temp.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-temp.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-temp.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-temp.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-temp.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-temp.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-temp.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-temp.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-temp.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-temp.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-temp.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/wp-temp.php",status="404"} 0.000294218 http_request_duration_seconds_count{method="GET",path="/wp-temp.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-test.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-test.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-test.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-test.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-test.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-test.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-test.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-test.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-test.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-test.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-test.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-test.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/wp-test.php",status="404"} 0.00028787 http_request_duration_seconds_count{method="GET",path="/wp-test.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-the.php",status="404",le="0.005"} 7 http_request_duration_seconds_bucket{method="GET",path="/wp-the.php",status="404",le="0.01"} 7 http_request_duration_seconds_bucket{method="GET",path="/wp-the.php",status="404",le="0.025"} 7 http_request_duration_seconds_bucket{method="GET",path="/wp-the.php",status="404",le="0.05"} 7 http_request_duration_seconds_bucket{method="GET",path="/wp-the.php",status="404",le="0.1"} 7 http_request_duration_seconds_bucket{method="GET",path="/wp-the.php",status="404",le="0.25"} 7 http_request_duration_seconds_bucket{method="GET",path="/wp-the.php",status="404",le="0.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/wp-the.php",status="404",le="1"} 7 http_request_duration_seconds_bucket{method="GET",path="/wp-the.php",status="404",le="2.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/wp-the.php",status="404",le="5"} 7 http_request_duration_seconds_bucket{method="GET",path="/wp-the.php",status="404",le="10"} 7 http_request_duration_seconds_bucket{method="GET",path="/wp-the.php",status="404",le="+Inf"} 7 http_request_duration_seconds_sum{method="GET",path="/wp-the.php",status="404"} 0.000971098 http_request_duration_seconds_count{method="GET",path="/wp-the.php",status="404"} 7 http_request_duration_seconds_bucket{method="GET",path="/wp-theme.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-theme.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-theme.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-theme.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-theme.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-theme.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-theme.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-theme.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-theme.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-theme.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-theme.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-theme.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-theme.php",status="404"} 0.000141859 http_request_duration_seconds_count{method="GET",path="/wp-theme.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-thi.php",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-thi.php",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-thi.php",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-thi.php",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-thi.php",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-thi.php",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-thi.php",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-thi.php",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-thi.php",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-thi.php",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-thi.php",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-thi.php",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/wp-thi.php",status="404"} 0.0004980399999999999 http_request_duration_seconds_count{method="GET",path="/wp-thi.php",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-tiroto.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-tiroto.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-tiroto.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-tiroto.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-tiroto.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-tiroto.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-tiroto.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-tiroto.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-tiroto.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-tiroto.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-tiroto.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-tiroto.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-tiroto.php",status="404"} 0.000130439 http_request_duration_seconds_count{method="GET",path="/wp-tiroto.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-tivate.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-tivate.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-tivate.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-tivate.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-tivate.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-tivate.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-tivate.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-tivate.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-tivate.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-tivate.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-tivate.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-tivate.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-tivate.php",status="404"} 0.000167567 http_request_duration_seconds_count{method="GET",path="/wp-tivate.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-trackback.php",status="404",le="0.005"} 6 http_request_duration_seconds_bucket{method="GET",path="/wp-trackback.php",status="404",le="0.01"} 6 http_request_duration_seconds_bucket{method="GET",path="/wp-trackback.php",status="404",le="0.025"} 6 http_request_duration_seconds_bucket{method="GET",path="/wp-trackback.php",status="404",le="0.05"} 6 http_request_duration_seconds_bucket{method="GET",path="/wp-trackback.php",status="404",le="0.1"} 6 http_request_duration_seconds_bucket{method="GET",path="/wp-trackback.php",status="404",le="0.25"} 6 http_request_duration_seconds_bucket{method="GET",path="/wp-trackback.php",status="404",le="0.5"} 6 http_request_duration_seconds_bucket{method="GET",path="/wp-trackback.php",status="404",le="1"} 6 http_request_duration_seconds_bucket{method="GET",path="/wp-trackback.php",status="404",le="2.5"} 6 http_request_duration_seconds_bucket{method="GET",path="/wp-trackback.php",status="404",le="5"} 6 http_request_duration_seconds_bucket{method="GET",path="/wp-trackback.php",status="404",le="10"} 6 http_request_duration_seconds_bucket{method="GET",path="/wp-trackback.php",status="404",le="+Inf"} 6 http_request_duration_seconds_sum{method="GET",path="/wp-trackback.php",status="404"} 0.0009729859999999999 http_request_duration_seconds_count{method="GET",path="/wp-trackback.php",status="404"} 6 http_request_duration_seconds_bucket{method="GET",path="/wp-trackback.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-trackback.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-trackback.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-trackback.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-trackback.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-trackback.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-trackback.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-trackback.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-trackback.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-trackback.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-trackback.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-trackback.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-trackback.php",status="429"} 0.000145521 http_request_duration_seconds_count{method="GET",path="/wp-trackback.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-update.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-update.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-update.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-update.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-update.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-update.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-update.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-update.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-update.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-update.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-update.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-update.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-update.php",status="404"} 0.00014132 http_request_duration_seconds_count{method="GET",path="/wp-update.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-ver.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-ver.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-ver.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-ver.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-ver.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-ver.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-ver.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-ver.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-ver.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-ver.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-ver.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-ver.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/wp-ver.php",status="404"} 0.00032322700000000004 http_request_duration_seconds_count{method="GET",path="/wp-ver.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-wz.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-wz.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-wz.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-wz.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-wz.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-wz.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-wz.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-wz.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-wz.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-wz.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-wz.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-wz.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-wz.php",status="404"} 0.000150416 http_request_duration_seconds_count{method="GET",path="/wp-wz.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-xme.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-xme.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-xme.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-xme.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-xme.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-xme.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-xme.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-xme.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-xme.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-xme.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-xme.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-xme.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-xme.php",status="404"} 0.000148947 http_request_duration_seconds_count{method="GET",path="/wp-xme.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp.php",status="404",le="0.005"} 5 http_request_duration_seconds_bucket{method="GET",path="/wp.php",status="404",le="0.01"} 5 http_request_duration_seconds_bucket{method="GET",path="/wp.php",status="404",le="0.025"} 5 http_request_duration_seconds_bucket{method="GET",path="/wp.php",status="404",le="0.05"} 5 http_request_duration_seconds_bucket{method="GET",path="/wp.php",status="404",le="0.1"} 5 http_request_duration_seconds_bucket{method="GET",path="/wp.php",status="404",le="0.25"} 5 http_request_duration_seconds_bucket{method="GET",path="/wp.php",status="404",le="0.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/wp.php",status="404",le="1"} 5 http_request_duration_seconds_bucket{method="GET",path="/wp.php",status="404",le="2.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/wp.php",status="404",le="5"} 5 http_request_duration_seconds_bucket{method="GET",path="/wp.php",status="404",le="10"} 5 http_request_duration_seconds_bucket{method="GET",path="/wp.php",status="404",le="+Inf"} 5 http_request_duration_seconds_sum{method="GET",path="/wp.php",status="404"} 0.0007376339999999999 http_request_duration_seconds_count{method="GET",path="/wp.php",status="404"} 5 http_request_duration_seconds_bucket{method="GET",path="/wp.php",status="429",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp.php",status="429",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp.php",status="429",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp.php",status="429",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp.php",status="429",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp.php",status="429",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp.php",status="429",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp.php",status="429",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp.php",status="429",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp.php",status="429",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp.php",status="429",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp.php",status="429",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/wp.php",status="429"} 0.000422731 http_request_duration_seconds_count{method="GET",path="/wp.php",status="429"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/wp.zip",status="429"} 4.3039e-05 http_request_duration_seconds_count{method="GET",path="/wp.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp/.env",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp/.env",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp/.env",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp/.env",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp/.env",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp/.env",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp/.env",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp/.env",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp/.env",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp/.env",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp/.env",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp/.env",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp/.env",status="404"} 0.000148599 http_request_duration_seconds_count{method="GET",path="/wp/.env",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp/.env",status="429",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp/.env",status="429",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp/.env",status="429",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp/.env",status="429",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp/.env",status="429",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp/.env",status="429",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp/.env",status="429",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp/.env",status="429",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp/.env",status="429",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp/.env",status="429",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp/.env",status="429",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp/.env",status="429",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/wp/.env",status="429"} 0.000246395 http_request_duration_seconds_count{method="GET",path="/wp/.env",status="429"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp4.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp4.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp4.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp4.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp4.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp4.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp4.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp4.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp4.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp4.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp4.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp4.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp4.php",status="429"} 0.000156077 http_request_duration_seconds_count{method="GET",path="/wp4.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp5.php",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp5.php",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp5.php",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp5.php",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp5.php",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp5.php",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp5.php",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp5.php",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp5.php",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp5.php",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp5.php",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp5.php",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/wp5.php",status="404"} 0.000429089 http_request_duration_seconds_count{method="GET",path="/wp5.php",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp9.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp9.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp9.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp9.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp9.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp9.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp9.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp9.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp9.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp9.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp9.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp9.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/wp9.php",status="404"} 0.00029068 http_request_duration_seconds_count{method="GET",path="/wp9.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp_mail_smtp.ini",status="429",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp_mail_smtp.ini",status="429",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp_mail_smtp.ini",status="429",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp_mail_smtp.ini",status="429",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp_mail_smtp.ini",status="429",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp_mail_smtp.ini",status="429",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp_mail_smtp.ini",status="429",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp_mail_smtp.ini",status="429",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp_mail_smtp.ini",status="429",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp_mail_smtp.ini",status="429",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp_mail_smtp.ini",status="429",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp_mail_smtp.ini",status="429",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/wp_mail_smtp.ini",status="429"} 0.000339342 http_request_duration_seconds_count{method="GET",path="/wp_mail_smtp.ini",status="429"} 4 http_request_duration_seconds_bucket{method="GET",path="/wplink.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wplink.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wplink.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wplink.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wplink.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wplink.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wplink.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wplink.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wplink.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wplink.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wplink.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wplink.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wplink.php",status="404"} 0.000137788 http_request_duration_seconds_count{method="GET",path="/wplink.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wplogbak.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wplogbak.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wplogbak.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wplogbak.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wplogbak.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wplogbak.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wplogbak.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wplogbak.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wplogbak.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wplogbak.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wplogbak.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wplogbak.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wplogbak.php",status="404"} 0.000116982 http_request_duration_seconds_count{method="GET",path="/wplogbak.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wpo.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/wpo.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/wpo.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/wpo.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/wpo.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wpo.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/wpo.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wpo.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wpo.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wpo.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wpo.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/wpo.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/wpo.php",status="404"} 0.000584633 http_request_duration_seconds_count{method="GET",path="/wpo.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/wps.php",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/wps.php",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/wps.php",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/wps.php",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/wps.php",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/wps.php",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/wps.php",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/wps.php",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/wps.php",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/wps.php",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/wps.php",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/wps.php",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/wps.php",status="404"} 0.000410091 http_request_duration_seconds_count{method="GET",path="/wps.php",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/wpx.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wpx.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wpx.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wpx.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wpx.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wpx.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wpx.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wpx.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wpx.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wpx.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wpx.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wpx.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wpx.php",status="404"} 0.000130589 http_request_duration_seconds_count{method="GET",path="/wpx.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wpxml.php",status="404",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/wpxml.php",status="404",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/wpxml.php",status="404",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/wpxml.php",status="404",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/wpxml.php",status="404",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/wpxml.php",status="404",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/wpxml.php",status="404",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/wpxml.php",status="404",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/wpxml.php",status="404",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/wpxml.php",status="404",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/wpxml.php",status="404",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/wpxml.php",status="404",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/wpxml.php",status="404"} 0.0006040539999999999 http_request_duration_seconds_count{method="GET",path="/wpxml.php",status="404"} 4 http_request_duration_seconds_bucket{method="GET",path="/wrangler.toml",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wrangler.toml",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wrangler.toml",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wrangler.toml",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wrangler.toml",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wrangler.toml",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wrangler.toml",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wrangler.toml",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wrangler.toml",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wrangler.toml",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wrangler.toml",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wrangler.toml",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wrangler.toml",status="404"} 0.000151869 http_request_duration_seconds_count{method="GET",path="/wrangler.toml",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wrt.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/wrt.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/wrt.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/wrt.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/wrt.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wrt.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/wrt.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wrt.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wrt.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wrt.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wrt.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/wrt.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/wrt.php",status="404"} 0.000268332 http_request_duration_seconds_count{method="GET",path="/wrt.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/ws.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/ws.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/ws.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/ws.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/ws.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/ws.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/ws.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/ws.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/ws.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/ws.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/ws.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/ws.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/ws.php",status="404"} 0.00025592 http_request_duration_seconds_count{method="GET",path="/ws.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/ws49.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/ws49.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/ws49.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/ws49.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/ws49.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/ws49.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/ws49.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/ws49.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/ws49.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/ws49.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/ws49.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/ws49.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/ws49.php",status="404"} 0.000143125 http_request_duration_seconds_count{method="GET",path="/ws49.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/ws60.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/ws60.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/ws60.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/ws60.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/ws60.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/ws60.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/ws60.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/ws60.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/ws60.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/ws60.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/ws60.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/ws60.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/ws60.php",status="404"} 0.000249831 http_request_duration_seconds_count{method="GET",path="/ws60.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/ws73.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/ws73.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/ws73.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/ws73.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/ws73.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/ws73.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/ws73.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/ws73.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/ws73.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/ws73.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/ws73.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/ws73.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/ws73.php",status="404"} 0.000136299 http_request_duration_seconds_count{method="GET",path="/ws73.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/ws75.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/ws75.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/ws75.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/ws75.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/ws75.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/ws75.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/ws75.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/ws75.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/ws75.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/ws75.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/ws75.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/ws75.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/ws75.php",status="404"} 0.000179192 http_request_duration_seconds_count{method="GET",path="/ws75.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/ws77.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/ws77.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/ws77.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/ws77.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/ws77.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/ws77.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/ws77.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/ws77.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/ws77.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/ws77.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/ws77.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/ws77.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/ws77.php",status="404"} 0.000211644 http_request_duration_seconds_count{method="GET",path="/ws77.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/ws78.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/ws78.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/ws78.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/ws78.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/ws78.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/ws78.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/ws78.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/ws78.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/ws78.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/ws78.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/ws78.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/ws78.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/ws78.php",status="404"} 0.000278834 http_request_duration_seconds_count{method="GET",path="/ws78.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/ws78.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/ws78.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/ws78.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/ws78.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/ws78.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/ws78.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/ws78.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/ws78.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/ws78.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/ws78.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/ws78.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/ws78.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/ws78.php",status="429"} 0.000134474 http_request_duration_seconds_count{method="GET",path="/ws78.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/ws80.php",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/ws80.php",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/ws80.php",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/ws80.php",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/ws80.php",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/ws80.php",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/ws80.php",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/ws80.php",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/ws80.php",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/ws80.php",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/ws80.php",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/ws80.php",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/ws80.php",status="404"} 0.00045783299999999994 http_request_duration_seconds_count{method="GET",path="/ws80.php",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/ws81.php",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/ws81.php",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/ws81.php",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/ws81.php",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/ws81.php",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/ws81.php",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/ws81.php",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/ws81.php",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/ws81.php",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/ws81.php",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/ws81.php",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/ws81.php",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/ws81.php",status="404"} 0.000456449 http_request_duration_seconds_count{method="GET",path="/ws81.php",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/ws83.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/ws83.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/ws83.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/ws83.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/ws83.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/ws83.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/ws83.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/ws83.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/ws83.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/ws83.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/ws83.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/ws83.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/ws83.php",status="404"} 0.000293604 http_request_duration_seconds_count{method="GET",path="/ws83.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/ws84.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/ws84.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/ws84.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/ws84.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/ws84.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/ws84.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/ws84.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/ws84.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/ws84.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/ws84.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/ws84.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/ws84.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/ws84.php",status="404"} 0.000170789 http_request_duration_seconds_count{method="GET",path="/ws84.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/ws85.php",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/ws85.php",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/ws85.php",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/ws85.php",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/ws85.php",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/ws85.php",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/ws85.php",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/ws85.php",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/ws85.php",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/ws85.php",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/ws85.php",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/ws85.php",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/ws85.php",status="404"} 0.000471196 http_request_duration_seconds_count{method="GET",path="/ws85.php",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/ws86.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/ws86.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/ws86.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/ws86.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/ws86.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/ws86.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/ws86.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/ws86.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/ws86.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/ws86.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/ws86.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/ws86.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/ws86.php",status="404"} 0.000333834 http_request_duration_seconds_count{method="GET",path="/ws86.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/ws87.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/ws87.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/ws87.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/ws87.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/ws87.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/ws87.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/ws87.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/ws87.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/ws87.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/ws87.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/ws87.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/ws87.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/ws87.php",status="404"} 0.000324732 http_request_duration_seconds_count{method="GET",path="/ws87.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/ws88.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/ws88.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/ws88.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/ws88.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/ws88.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/ws88.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/ws88.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/ws88.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/ws88.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/ws88.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/ws88.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/ws88.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/ws88.php",status="404"} 0.000283374 http_request_duration_seconds_count{method="GET",path="/ws88.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/wsd.php",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/wsd.php",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/wsd.php",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/wsd.php",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/wsd.php",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/wsd.php",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/wsd.php",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/wsd.php",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/wsd.php",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/wsd.php",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/wsd.php",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/wsd.php",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/wsd.php",status="404"} 0.00041007200000000004 http_request_duration_seconds_count{method="GET",path="/wsd.php",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/wso.php",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/wso.php",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/wso.php",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/wso.php",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/wso.php",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/wso.php",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/wso.php",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/wso.php",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/wso.php",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/wso.php",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/wso.php",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/wso.php",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/wso.php",status="404"} 0.000469568 http_request_duration_seconds_count{method="GET",path="/wso.php",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/wso112233.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wso112233.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wso112233.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wso112233.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wso112233.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wso112233.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wso112233.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wso112233.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wso112233.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wso112233.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wso112233.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wso112233.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wso112233.php",status="404"} 0.000128585 http_request_duration_seconds_count{method="GET",path="/wso112233.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wsr2.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wsr2.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wsr2.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wsr2.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wsr2.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wsr2.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wsr2.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wsr2.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wsr2.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wsr2.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wsr2.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wsr2.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wsr2.php",status="404"} 0.000154769 http_request_duration_seconds_count{method="GET",path="/wsr2.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wsx.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wsx.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wsx.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wsx.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wsx.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wsx.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wsx.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wsx.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wsx.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wsx.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wsx.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wsx.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wsx.php",status="404"} 0.000160828 http_request_duration_seconds_count{method="GET",path="/wsx.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wtiiy.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/wtiiy.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/wtiiy.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/wtiiy.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/wtiiy.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wtiiy.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/wtiiy.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wtiiy.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wtiiy.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wtiiy.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wtiiy.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/wtiiy.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/wtiiy.php",status="404"} 0.000286084 http_request_duration_seconds_count{method="GET",path="/wtiiy.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/wtz.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/wtz.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/wtz.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/wtz.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/wtz.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wtz.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/wtz.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wtz.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wtz.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wtz.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wtz.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/wtz.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/wtz.php",status="404"} 0.00024881100000000004 http_request_duration_seconds_count{method="GET",path="/wtz.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/wuasr.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/wuasr.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/wuasr.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/wuasr.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/wuasr.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wuasr.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/wuasr.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wuasr.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wuasr.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wuasr.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wuasr.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/wuasr.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/wuasr.php",status="404"} 0.00038332700000000004 http_request_duration_seconds_count{method="GET",path="/wuasr.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/wuasr.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wuasr.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wuasr.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wuasr.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wuasr.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wuasr.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wuasr.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wuasr.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wuasr.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wuasr.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wuasr.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wuasr.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wuasr.php",status="429"} 0.000132179 http_request_duration_seconds_count{method="GET",path="/wuasr.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/ww.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/ww.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/ww.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/ww.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/ww.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/ww.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/ww.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/ww.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/ww.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/ww.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/ww.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/ww.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/ww.php",status="404"} 0.000344431 http_request_duration_seconds_count{method="GET",path="/ww.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/ww.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/ww.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/ww.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/ww.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/ww.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/ww.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/ww.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/ww.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/ww.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/ww.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/ww.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/ww.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/ww.php",status="429"} 0.000177802 http_request_duration_seconds_count{method="GET",path="/ww.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/ww1.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/ww1.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/ww1.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/ww1.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/ww1.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/ww1.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/ww1.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/ww1.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/ww1.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/ww1.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/ww1.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/ww1.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/ww1.php",status="404"} 0.000255363 http_request_duration_seconds_count{method="GET",path="/ww1.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/www.7z",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/www.7z",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/www.7z",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/www.7z",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/www.7z",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/www.7z",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/www.7z",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/www.7z",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/www.7z",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/www.7z",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/www.7z",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/www.7z",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/www.7z",status="404"} 0.000144226 http_request_duration_seconds_count{method="GET",path="/www.7z",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/www.bz2",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/www.bz2",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/www.bz2",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/www.bz2",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/www.bz2",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/www.bz2",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/www.bz2",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/www.bz2",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/www.bz2",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/www.bz2",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/www.bz2",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/www.bz2",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/www.bz2",status="404"} 0.000137288 http_request_duration_seconds_count{method="GET",path="/www.bz2",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/www.gz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/www.gz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/www.gz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/www.gz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/www.gz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/www.gz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/www.gz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/www.gz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/www.gz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/www.gz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/www.gz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/www.gz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/www.gz",status="404"} 0.000150369 http_request_duration_seconds_count{method="GET",path="/www.gz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/www.rar",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/www.rar",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/www.rar",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/www.rar",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/www.rar",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/www.rar",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/www.rar",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/www.rar",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/www.rar",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/www.rar",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/www.rar",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/www.rar",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/www.rar",status="404"} 0.000135612 http_request_duration_seconds_count{method="GET",path="/www.rar",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/www.sql",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/www.sql",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/www.sql",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/www.sql",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/www.sql",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/www.sql",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/www.sql",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/www.sql",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/www.sql",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/www.sql",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/www.sql",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/www.sql",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/www.sql",status="404"} 0.000159311 http_request_duration_seconds_count{method="GET",path="/www.sql",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/www.sql.bz2",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/www.sql.bz2",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/www.sql.bz2",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/www.sql.bz2",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/www.sql.bz2",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/www.sql.bz2",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/www.sql.bz2",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/www.sql.bz2",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/www.sql.bz2",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/www.sql.bz2",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/www.sql.bz2",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/www.sql.bz2",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/www.sql.bz2",status="404"} 0.000171185 http_request_duration_seconds_count{method="GET",path="/www.sql.bz2",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/www.sql.gz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/www.sql.gz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/www.sql.gz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/www.sql.gz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/www.sql.gz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/www.sql.gz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/www.sql.gz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/www.sql.gz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/www.sql.gz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/www.sql.gz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/www.sql.gz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/www.sql.gz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/www.sql.gz",status="404"} 0.000131183 http_request_duration_seconds_count{method="GET",path="/www.sql.gz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/www.tar",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/www.tar",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/www.tar",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/www.tar",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/www.tar",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/www.tar",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/www.tar",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/www.tar",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/www.tar",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/www.tar",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/www.tar",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/www.tar",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/www.tar",status="404"} 0.00013022 http_request_duration_seconds_count{method="GET",path="/www.tar",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/www.tar.bz2",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/www.tar.bz2",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/www.tar.bz2",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/www.tar.bz2",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/www.tar.bz2",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/www.tar.bz2",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/www.tar.bz2",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/www.tar.bz2",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/www.tar.bz2",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/www.tar.bz2",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/www.tar.bz2",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/www.tar.bz2",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/www.tar.bz2",status="404"} 0.000130353 http_request_duration_seconds_count{method="GET",path="/www.tar.bz2",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/www.tar.gz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/www.tar.gz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/www.tar.gz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/www.tar.gz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/www.tar.gz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/www.tar.gz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/www.tar.gz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/www.tar.gz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/www.tar.gz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/www.tar.gz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/www.tar.gz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/www.tar.gz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/www.tar.gz",status="404"} 0.000129648 http_request_duration_seconds_count{method="GET",path="/www.tar.gz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/www.tar.xz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/www.tar.xz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/www.tar.xz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/www.tar.xz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/www.tar.xz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/www.tar.xz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/www.tar.xz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/www.tar.xz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/www.tar.xz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/www.tar.xz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/www.tar.xz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/www.tar.xz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/www.tar.xz",status="404"} 0.000125715 http_request_duration_seconds_count{method="GET",path="/www.tar.xz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/www.tgz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/www.tgz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/www.tgz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/www.tgz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/www.tgz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/www.tgz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/www.tgz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/www.tgz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/www.tgz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/www.tgz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/www.tgz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/www.tgz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/www.tgz",status="404"} 0.000129647 http_request_duration_seconds_count{method="GET",path="/www.tgz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/www.zip",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/www.zip",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/www.zip",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/www.zip",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/www.zip",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/www.zip",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/www.zip",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/www.zip",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/www.zip",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/www.zip",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/www.zip",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/www.zip",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/www.zip",status="404"} 0.000134508 http_request_duration_seconds_count{method="GET",path="/www.zip",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/www.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/www.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/www.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/www.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/www.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/www.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/www.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/www.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/www.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/www.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/www.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/www.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/www.zip",status="429"} 4.8718e-05 http_request_duration_seconds_count{method="GET",path="/www.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/www.zst",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/www.zst",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/www.zst",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/www.zst",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/www.zst",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/www.zst",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/www.zst",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/www.zst",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/www.zst",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/www.zst",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/www.zst",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/www.zst",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/www.zst",status="404"} 0.000126823 http_request_duration_seconds_count{method="GET",path="/www.zst",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/www/.env",status="404",le="0.005"} 8 http_request_duration_seconds_bucket{method="GET",path="/www/.env",status="404",le="0.01"} 8 http_request_duration_seconds_bucket{method="GET",path="/www/.env",status="404",le="0.025"} 8 http_request_duration_seconds_bucket{method="GET",path="/www/.env",status="404",le="0.05"} 8 http_request_duration_seconds_bucket{method="GET",path="/www/.env",status="404",le="0.1"} 8 http_request_duration_seconds_bucket{method="GET",path="/www/.env",status="404",le="0.25"} 8 http_request_duration_seconds_bucket{method="GET",path="/www/.env",status="404",le="0.5"} 8 http_request_duration_seconds_bucket{method="GET",path="/www/.env",status="404",le="1"} 8 http_request_duration_seconds_bucket{method="GET",path="/www/.env",status="404",le="2.5"} 8 http_request_duration_seconds_bucket{method="GET",path="/www/.env",status="404",le="5"} 8 http_request_duration_seconds_bucket{method="GET",path="/www/.env",status="404",le="10"} 8 http_request_duration_seconds_bucket{method="GET",path="/www/.env",status="404",le="+Inf"} 8 http_request_duration_seconds_sum{method="GET",path="/www/.env",status="404"} 0.0011805000000000001 http_request_duration_seconds_count{method="GET",path="/www/.env",status="404"} 8 http_request_duration_seconds_bucket{method="GET",path="/www/.env",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/www/.env",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/www/.env",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/www/.env",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/www/.env",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/www/.env",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/www/.env",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/www/.env",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/www/.env",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/www/.env",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/www/.env",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/www/.env",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/www/.env",status="429"} 8.4303e-05 http_request_duration_seconds_count{method="GET",path="/www/.env",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/www/.git/config",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/www/.git/config",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/www/.git/config",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/www/.git/config",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/www/.git/config",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/www/.git/config",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/www/.git/config",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/www/.git/config",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/www/.git/config",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/www/.git/config",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/www/.git/config",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/www/.git/config",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/www/.git/config",status="404"} 0.000120288 http_request_duration_seconds_count{method="GET",path="/www/.git/config",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/www/phpinfo.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/www/phpinfo.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/www/phpinfo.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/www/phpinfo.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/www/phpinfo.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/www/phpinfo.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/www/phpinfo.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/www/phpinfo.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/www/phpinfo.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/www/phpinfo.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/www/phpinfo.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/www/phpinfo.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/www/phpinfo.php",status="429"} 6.6739e-05 http_request_duration_seconds_count{method="GET",path="/www/phpinfo.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/wwwroot.zip",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wwwroot.zip",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wwwroot.zip",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wwwroot.zip",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wwwroot.zip",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wwwroot.zip",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wwwroot.zip",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wwwroot.zip",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wwwroot.zip",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wwwroot.zip",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wwwroot.zip",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wwwroot.zip",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wwwroot.zip",status="404"} 2.6602e-05 http_request_duration_seconds_count{method="GET",path="/wwwroot.zip",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wwwroot.zip",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wwwroot.zip",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wwwroot.zip",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wwwroot.zip",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wwwroot.zip",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wwwroot.zip",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wwwroot.zip",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wwwroot.zip",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wwwroot.zip",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wwwroot.zip",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wwwroot.zip",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wwwroot.zip",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wwwroot.zip",status="429"} 1.3365e-05 http_request_duration_seconds_count{method="GET",path="/wwwroot.zip",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/wxfyf.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/wxfyf.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/wxfyf.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/wxfyf.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/wxfyf.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wxfyf.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/wxfyf.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wxfyf.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wxfyf.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wxfyf.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wxfyf.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/wxfyf.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/wxfyf.php",status="404"} 0.000316407 http_request_duration_seconds_count{method="GET",path="/wxfyf.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/wziar1.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wziar1.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wziar1.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wziar1.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wziar1.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wziar1.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wziar1.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wziar1.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wziar1.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wziar1.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wziar1.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wziar1.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wziar1.php",status="404"} 0.000142017 http_request_duration_seconds_count{method="GET",path="/wziar1.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/x.php",status="404",le="0.005"} 6 http_request_duration_seconds_bucket{method="GET",path="/x.php",status="404",le="0.01"} 6 http_request_duration_seconds_bucket{method="GET",path="/x.php",status="404",le="0.025"} 6 http_request_duration_seconds_bucket{method="GET",path="/x.php",status="404",le="0.05"} 6 http_request_duration_seconds_bucket{method="GET",path="/x.php",status="404",le="0.1"} 6 http_request_duration_seconds_bucket{method="GET",path="/x.php",status="404",le="0.25"} 6 http_request_duration_seconds_bucket{method="GET",path="/x.php",status="404",le="0.5"} 6 http_request_duration_seconds_bucket{method="GET",path="/x.php",status="404",le="1"} 6 http_request_duration_seconds_bucket{method="GET",path="/x.php",status="404",le="2.5"} 6 http_request_duration_seconds_bucket{method="GET",path="/x.php",status="404",le="5"} 6 http_request_duration_seconds_bucket{method="GET",path="/x.php",status="404",le="10"} 6 http_request_duration_seconds_bucket{method="GET",path="/x.php",status="404",le="+Inf"} 6 http_request_duration_seconds_sum{method="GET",path="/x.php",status="404"} 0.0011624029999999998 http_request_duration_seconds_count{method="GET",path="/x.php",status="404"} 6 http_request_duration_seconds_bucket{method="GET",path="/x.php",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/x.php",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/x.php",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/x.php",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/x.php",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/x.php",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/x.php",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/x.php",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/x.php",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/x.php",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/x.php",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/x.php",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/x.php",status="429"} 0.000197812 http_request_duration_seconds_count{method="GET",path="/x.php",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/x/",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/x/",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/x/",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/x/",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/x/",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/x/",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/x/",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/x/",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/x/",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/x/",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/x/",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/x/",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/x/",status="429"} 0.000129483 http_request_duration_seconds_count{method="GET",path="/x/",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/x0.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/x0.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/x0.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/x0.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/x0.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/x0.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/x0.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/x0.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/x0.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/x0.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/x0.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/x0.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/x0.php",status="404"} 0.000133893 http_request_duration_seconds_count{method="GET",path="/x0.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/x3.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/x3.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/x3.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/x3.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/x3.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/x3.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/x3.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/x3.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/x3.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/x3.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/x3.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/x3.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/x3.php",status="404"} 0.000151413 http_request_duration_seconds_count{method="GET",path="/x3.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/x402.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/x402.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/x402.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/x402.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/x402.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/x402.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/x402.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/x402.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/x402.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/x402.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/x402.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/x402.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/x402.php",status="404"} 0.000328606 http_request_duration_seconds_count{method="GET",path="/x402.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/x402.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/x402.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/x402.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/x402.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/x402.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/x402.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/x402.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/x402.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/x402.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/x402.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/x402.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/x402.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/x402.php",status="429"} 0.000124391 http_request_duration_seconds_count{method="GET",path="/x402.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/x50.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/x50.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/x50.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/x50.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/x50.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/x50.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/x50.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/x50.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/x50.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/x50.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/x50.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/x50.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/x50.php",status="404"} 0.000269591 http_request_duration_seconds_count{method="GET",path="/x50.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/x56.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/x56.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/x56.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/x56.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/x56.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/x56.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/x56.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/x56.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/x56.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/x56.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/x56.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/x56.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/x56.php",status="404"} 0.00026168999999999997 http_request_duration_seconds_count{method="GET",path="/x56.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/x=34.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/x=34.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/x=34.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/x=34.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/x=34.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/x=34.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/x=34.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/x=34.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/x=34.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/x=34.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/x=34.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/x=34.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/x=34.php",status="429"} 0.0001125 http_request_duration_seconds_count{method="GET",path="/x=34.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/xa.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/xa.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/xa.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/xa.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/xa.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/xa.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/xa.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/xa.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/xa.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/xa.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/xa.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/xa.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/xa.php",status="404"} 0.000304529 http_request_duration_seconds_count{method="GET",path="/xa.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/xa.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/xa.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/xa.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/xa.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/xa.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/xa.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/xa.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/xa.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/xa.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/xa.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/xa.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/xa.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/xa.php",status="429"} 0.000136691 http_request_duration_seconds_count{method="GET",path="/xa.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/xamarin.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/xamarin.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/xamarin.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/xamarin.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/xamarin.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/xamarin.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/xamarin.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/xamarin.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/xamarin.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/xamarin.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/xamarin.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/xamarin.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/xamarin.zip",status="429"} 3.7266000000000005e-05 http_request_duration_seconds_count{method="GET",path="/xamarin.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/xampp/.env",status="404",le="0.005"} 7 http_request_duration_seconds_bucket{method="GET",path="/xampp/.env",status="404",le="0.01"} 7 http_request_duration_seconds_bucket{method="GET",path="/xampp/.env",status="404",le="0.025"} 7 http_request_duration_seconds_bucket{method="GET",path="/xampp/.env",status="404",le="0.05"} 7 http_request_duration_seconds_bucket{method="GET",path="/xampp/.env",status="404",le="0.1"} 7 http_request_duration_seconds_bucket{method="GET",path="/xampp/.env",status="404",le="0.25"} 7 http_request_duration_seconds_bucket{method="GET",path="/xampp/.env",status="404",le="0.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/xampp/.env",status="404",le="1"} 7 http_request_duration_seconds_bucket{method="GET",path="/xampp/.env",status="404",le="2.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/xampp/.env",status="404",le="5"} 7 http_request_duration_seconds_bucket{method="GET",path="/xampp/.env",status="404",le="10"} 7 http_request_duration_seconds_bucket{method="GET",path="/xampp/.env",status="404",le="+Inf"} 7 http_request_duration_seconds_sum{method="GET",path="/xampp/.env",status="404"} 0.0009296490000000001 http_request_duration_seconds_count{method="GET",path="/xampp/.env",status="404"} 7 http_request_duration_seconds_bucket{method="GET",path="/xampp/phpinfo.php",status="404",le="0.005"} 7 http_request_duration_seconds_bucket{method="GET",path="/xampp/phpinfo.php",status="404",le="0.01"} 7 http_request_duration_seconds_bucket{method="GET",path="/xampp/phpinfo.php",status="404",le="0.025"} 7 http_request_duration_seconds_bucket{method="GET",path="/xampp/phpinfo.php",status="404",le="0.05"} 7 http_request_duration_seconds_bucket{method="GET",path="/xampp/phpinfo.php",status="404",le="0.1"} 7 http_request_duration_seconds_bucket{method="GET",path="/xampp/phpinfo.php",status="404",le="0.25"} 7 http_request_duration_seconds_bucket{method="GET",path="/xampp/phpinfo.php",status="404",le="0.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/xampp/phpinfo.php",status="404",le="1"} 7 http_request_duration_seconds_bucket{method="GET",path="/xampp/phpinfo.php",status="404",le="2.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/xampp/phpinfo.php",status="404",le="5"} 7 http_request_duration_seconds_bucket{method="GET",path="/xampp/phpinfo.php",status="404",le="10"} 7 http_request_duration_seconds_bucket{method="GET",path="/xampp/phpinfo.php",status="404",le="+Inf"} 7 http_request_duration_seconds_sum{method="GET",path="/xampp/phpinfo.php",status="404"} 0.00099091 http_request_duration_seconds_count{method="GET",path="/xampp/phpinfo.php",status="404"} 7 http_request_duration_seconds_bucket{method="GET",path="/xaz.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/xaz.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/xaz.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/xaz.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/xaz.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/xaz.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/xaz.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/xaz.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/xaz.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/xaz.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/xaz.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/xaz.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/xaz.php",status="404"} 0.00026915399999999996 http_request_duration_seconds_count{method="GET",path="/xaz.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/xb.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/xb.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/xb.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/xb.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/xb.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/xb.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/xb.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/xb.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/xb.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/xb.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/xb.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/xb.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/xb.php",status="404"} 0.000133949 http_request_duration_seconds_count{method="GET",path="/xb.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/xb.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/xb.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/xb.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/xb.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/xb.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/xb.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/xb.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/xb.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/xb.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/xb.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/xb.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/xb.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/xb.php",status="429"} 0.000132241 http_request_duration_seconds_count{method="GET",path="/xb.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/xda.php",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/xda.php",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/xda.php",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/xda.php",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/xda.php",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/xda.php",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/xda.php",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/xda.php",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/xda.php",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/xda.php",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/xda.php",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/xda.php",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/xda.php",status="404"} 0.000415853 http_request_duration_seconds_count{method="GET",path="/xda.php",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/xff.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/xff.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/xff.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/xff.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/xff.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/xff.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/xff.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/xff.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/xff.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/xff.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/xff.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/xff.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/xff.php",status="404"} 0.000144856 http_request_duration_seconds_count{method="GET",path="/xff.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/xff.php",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/xff.php",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/xff.php",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/xff.php",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/xff.php",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/xff.php",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/xff.php",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/xff.php",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/xff.php",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/xff.php",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/xff.php",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/xff.php",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/xff.php",status="429"} 0.00030173 http_request_duration_seconds_count{method="GET",path="/xff.php",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/xfun.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/xfun.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/xfun.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/xfun.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/xfun.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/xfun.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/xfun.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/xfun.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/xfun.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/xfun.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/xfun.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/xfun.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/xfun.php",status="404"} 0.000151952 http_request_duration_seconds_count{method="GET",path="/xfun.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/xl.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/xl.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/xl.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/xl.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/xl.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/xl.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/xl.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/xl.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/xl.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/xl.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/xl.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/xl.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/xl.php",status="404"} 0.000137925 http_request_duration_seconds_count{method="GET",path="/xl.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/xleetshell.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/xleetshell.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/xleetshell.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/xleetshell.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/xleetshell.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/xleetshell.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/xleetshell.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/xleetshell.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/xleetshell.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/xleetshell.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/xleetshell.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/xleetshell.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/xleetshell.php",status="404"} 0.000136499 http_request_duration_seconds_count{method="GET",path="/xleetshell.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/xltt.php",status="404",le="0.005"} 5 http_request_duration_seconds_bucket{method="GET",path="/xltt.php",status="404",le="0.01"} 5 http_request_duration_seconds_bucket{method="GET",path="/xltt.php",status="404",le="0.025"} 5 http_request_duration_seconds_bucket{method="GET",path="/xltt.php",status="404",le="0.05"} 5 http_request_duration_seconds_bucket{method="GET",path="/xltt.php",status="404",le="0.1"} 5 http_request_duration_seconds_bucket{method="GET",path="/xltt.php",status="404",le="0.25"} 5 http_request_duration_seconds_bucket{method="GET",path="/xltt.php",status="404",le="0.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/xltt.php",status="404",le="1"} 5 http_request_duration_seconds_bucket{method="GET",path="/xltt.php",status="404",le="2.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/xltt.php",status="404",le="5"} 5 http_request_duration_seconds_bucket{method="GET",path="/xltt.php",status="404",le="10"} 5 http_request_duration_seconds_bucket{method="GET",path="/xltt.php",status="404",le="+Inf"} 5 http_request_duration_seconds_sum{method="GET",path="/xltt.php",status="404"} 0.00070949 http_request_duration_seconds_count{method="GET",path="/xltt.php",status="404"} 5 http_request_duration_seconds_bucket{method="GET",path="/xmff.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/xmff.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/xmff.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/xmff.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/xmff.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/xmff.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/xmff.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/xmff.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/xmff.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/xmff.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/xmff.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/xmff.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/xmff.php",status="404"} 0.000163872 http_request_duration_seconds_count{method="GET",path="/xmff.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/xminie.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/xminie.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/xminie.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/xminie.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/xminie.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/xminie.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/xminie.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/xminie.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/xminie.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/xminie.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/xminie.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/xminie.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/xminie.php",status="404"} 0.000298096 http_request_duration_seconds_count{method="GET",path="/xminie.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/xml.zip",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/xml.zip",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/xml.zip",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/xml.zip",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/xml.zip",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/xml.zip",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/xml.zip",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/xml.zip",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/xml.zip",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/xml.zip",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/xml.zip",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/xml.zip",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/xml.zip",status="404"} 1.9916e-05 http_request_duration_seconds_count{method="GET",path="/xml.zip",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/xml.zip",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/xml.zip",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/xml.zip",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/xml.zip",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/xml.zip",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/xml.zip",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/xml.zip",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/xml.zip",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/xml.zip",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/xml.zip",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/xml.zip",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/xml.zip",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/xml.zip",status="429"} 2.5536e-05 http_request_duration_seconds_count{method="GET",path="/xml.zip",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/xmlrpc.php",status="404",le="0.005"} 7 http_request_duration_seconds_bucket{method="GET",path="/xmlrpc.php",status="404",le="0.01"} 7 http_request_duration_seconds_bucket{method="GET",path="/xmlrpc.php",status="404",le="0.025"} 7 http_request_duration_seconds_bucket{method="GET",path="/xmlrpc.php",status="404",le="0.05"} 7 http_request_duration_seconds_bucket{method="GET",path="/xmlrpc.php",status="404",le="0.1"} 7 http_request_duration_seconds_bucket{method="GET",path="/xmlrpc.php",status="404",le="0.25"} 7 http_request_duration_seconds_bucket{method="GET",path="/xmlrpc.php",status="404",le="0.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/xmlrpc.php",status="404",le="1"} 7 http_request_duration_seconds_bucket{method="GET",path="/xmlrpc.php",status="404",le="2.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/xmlrpc.php",status="404",le="5"} 7 http_request_duration_seconds_bucket{method="GET",path="/xmlrpc.php",status="404",le="10"} 7 http_request_duration_seconds_bucket{method="GET",path="/xmlrpc.php",status="404",le="+Inf"} 7 http_request_duration_seconds_sum{method="GET",path="/xmlrpc.php",status="404"} 0.0016778969999999998 http_request_duration_seconds_count{method="GET",path="/xmlrpc.php",status="404"} 7 http_request_duration_seconds_bucket{method="GET",path="/xmlss.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/xmlss.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/xmlss.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/xmlss.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/xmlss.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/xmlss.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/xmlss.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/xmlss.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/xmlss.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/xmlss.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/xmlss.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/xmlss.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/xmlss.php",status="404"} 0.000135496 http_request_duration_seconds_count{method="GET",path="/xmlss.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/xmrlpc.php",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/xmrlpc.php",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/xmrlpc.php",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/xmrlpc.php",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/xmrlpc.php",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/xmrlpc.php",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/xmrlpc.php",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/xmrlpc.php",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/xmrlpc.php",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/xmrlpc.php",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/xmrlpc.php",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/xmrlpc.php",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/xmrlpc.php",status="404"} 0.00042141799999999996 http_request_duration_seconds_count{method="GET",path="/xmrlpc.php",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/xmu.php",status="404",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/xmu.php",status="404",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/xmu.php",status="404",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/xmu.php",status="404",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/xmu.php",status="404",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/xmu.php",status="404",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/xmu.php",status="404",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/xmu.php",status="404",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/xmu.php",status="404",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/xmu.php",status="404",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/xmu.php",status="404",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/xmu.php",status="404",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/xmu.php",status="404"} 0.00059887 http_request_duration_seconds_count{method="GET",path="/xmu.php",status="404"} 4 http_request_duration_seconds_bucket{method="GET",path="/xoot.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/xoot.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/xoot.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/xoot.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/xoot.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/xoot.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/xoot.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/xoot.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/xoot.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/xoot.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/xoot.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/xoot.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/xoot.php",status="404"} 0.000160597 http_request_duration_seconds_count{method="GET",path="/xoot.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/xper1.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/xper1.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/xper1.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/xper1.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/xper1.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/xper1.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/xper1.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/xper1.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/xper1.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/xper1.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/xper1.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/xper1.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/xper1.php",status="404"} 0.000260541 http_request_duration_seconds_count{method="GET",path="/xper1.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/xqq.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/xqq.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/xqq.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/xqq.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/xqq.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/xqq.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/xqq.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/xqq.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/xqq.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/xqq.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/xqq.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/xqq.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/xqq.php",status="404"} 0.000129211 http_request_duration_seconds_count{method="GET",path="/xqq.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/xroot7.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/xroot7.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/xroot7.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/xroot7.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/xroot7.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/xroot7.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/xroot7.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/xroot7.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/xroot7.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/xroot7.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/xroot7.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/xroot7.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/xroot7.php",status="404"} 0.000148575 http_request_duration_seconds_count{method="GET",path="/xroot7.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/xs.php",status="404",le="0.005"} 5 http_request_duration_seconds_bucket{method="GET",path="/xs.php",status="404",le="0.01"} 5 http_request_duration_seconds_bucket{method="GET",path="/xs.php",status="404",le="0.025"} 5 http_request_duration_seconds_bucket{method="GET",path="/xs.php",status="404",le="0.05"} 5 http_request_duration_seconds_bucket{method="GET",path="/xs.php",status="404",le="0.1"} 5 http_request_duration_seconds_bucket{method="GET",path="/xs.php",status="404",le="0.25"} 5 http_request_duration_seconds_bucket{method="GET",path="/xs.php",status="404",le="0.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/xs.php",status="404",le="1"} 5 http_request_duration_seconds_bucket{method="GET",path="/xs.php",status="404",le="2.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/xs.php",status="404",le="5"} 5 http_request_duration_seconds_bucket{method="GET",path="/xs.php",status="404",le="10"} 5 http_request_duration_seconds_bucket{method="GET",path="/xs.php",status="404",le="+Inf"} 5 http_request_duration_seconds_sum{method="GET",path="/xs.php",status="404"} 0.00070621 http_request_duration_seconds_count{method="GET",path="/xs.php",status="404"} 5 http_request_duration_seconds_bucket{method="GET",path="/xsas.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/xsas.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/xsas.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/xsas.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/xsas.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/xsas.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/xsas.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/xsas.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/xsas.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/xsas.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/xsas.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/xsas.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/xsas.php",status="404"} 0.000138535 http_request_duration_seconds_count{method="GET",path="/xsas.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/xsox.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/xsox.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/xsox.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/xsox.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/xsox.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/xsox.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/xsox.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/xsox.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/xsox.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/xsox.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/xsox.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/xsox.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/xsox.php",status="404"} 0.000148907 http_request_duration_seconds_count{method="GET",path="/xsox.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/xstelth.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/xstelth.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/xstelth.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/xstelth.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/xstelth.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/xstelth.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/xstelth.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/xstelth.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/xstelth.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/xstelth.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/xstelth.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/xstelth.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/xstelth.php",status="404"} 0.000277191 http_request_duration_seconds_count{method="GET",path="/xstelth.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/xstelth.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/xstelth.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/xstelth.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/xstelth.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/xstelth.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/xstelth.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/xstelth.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/xstelth.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/xstelth.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/xstelth.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/xstelth.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/xstelth.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/xstelth.php",status="429"} 0.000145233 http_request_duration_seconds_count{method="GET",path="/xstelth.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/xv.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/xv.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/xv.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/xv.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/xv.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/xv.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/xv.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/xv.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/xv.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/xv.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/xv.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/xv.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/xv.php",status="404"} 0.000262092 http_request_duration_seconds_count{method="GET",path="/xv.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/xwx1.php",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/xwx1.php",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/xwx1.php",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/xwx1.php",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/xwx1.php",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/xwx1.php",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/xwx1.php",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/xwx1.php",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/xwx1.php",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/xwx1.php",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/xwx1.php",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/xwx1.php",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/xwx1.php",status="404"} 0.00046711499999999993 http_request_duration_seconds_count{method="GET",path="/xwx1.php",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/xwx1.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/xwx1.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/xwx1.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/xwx1.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/xwx1.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/xwx1.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/xwx1.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/xwx1.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/xwx1.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/xwx1.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/xwx1.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/xwx1.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/xwx1.php",status="429"} 0.000284329 http_request_duration_seconds_count{method="GET",path="/xwx1.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/xx.php",status="404",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/xx.php",status="404",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/xx.php",status="404",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/xx.php",status="404",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/xx.php",status="404",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/xx.php",status="404",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/xx.php",status="404",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/xx.php",status="404",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/xx.php",status="404",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/xx.php",status="404",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/xx.php",status="404",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/xx.php",status="404",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/xx.php",status="404"} 0.000530008 http_request_duration_seconds_count{method="GET",path="/xx.php",status="404"} 4 http_request_duration_seconds_bucket{method="GET",path="/xx.php",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/xx.php",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/xx.php",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/xx.php",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/xx.php",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/xx.php",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/xx.php",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/xx.php",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/xx.php",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/xx.php",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/xx.php",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/xx.php",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/xx.php",status="429"} 5.0563e-05 http_request_duration_seconds_count{method="GET",path="/xx.php",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/xxa.php",status="404",le="0.005"} 5 http_request_duration_seconds_bucket{method="GET",path="/xxa.php",status="404",le="0.01"} 5 http_request_duration_seconds_bucket{method="GET",path="/xxa.php",status="404",le="0.025"} 5 http_request_duration_seconds_bucket{method="GET",path="/xxa.php",status="404",le="0.05"} 5 http_request_duration_seconds_bucket{method="GET",path="/xxa.php",status="404",le="0.1"} 5 http_request_duration_seconds_bucket{method="GET",path="/xxa.php",status="404",le="0.25"} 5 http_request_duration_seconds_bucket{method="GET",path="/xxa.php",status="404",le="0.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/xxa.php",status="404",le="1"} 5 http_request_duration_seconds_bucket{method="GET",path="/xxa.php",status="404",le="2.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/xxa.php",status="404",le="5"} 5 http_request_duration_seconds_bucket{method="GET",path="/xxa.php",status="404",le="10"} 5 http_request_duration_seconds_bucket{method="GET",path="/xxa.php",status="404",le="+Inf"} 5 http_request_duration_seconds_sum{method="GET",path="/xxa.php",status="404"} 0.0007424250000000001 http_request_duration_seconds_count{method="GET",path="/xxa.php",status="404"} 5 http_request_duration_seconds_bucket{method="GET",path="/xxl.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/xxl.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/xxl.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/xxl.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/xxl.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/xxl.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/xxl.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/xxl.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/xxl.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/xxl.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/xxl.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/xxl.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/xxl.php",status="404"} 0.000150161 http_request_duration_seconds_count{method="GET",path="/xxl.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/xxw.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/xxw.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/xxw.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/xxw.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/xxw.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/xxw.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/xxw.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/xxw.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/xxw.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/xxw.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/xxw.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/xxw.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/xxw.php",status="404"} 0.000294197 http_request_duration_seconds_count{method="GET",path="/xxw.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/xxx.php",status="404",le="0.005"} 5 http_request_duration_seconds_bucket{method="GET",path="/xxx.php",status="404",le="0.01"} 5 http_request_duration_seconds_bucket{method="GET",path="/xxx.php",status="404",le="0.025"} 5 http_request_duration_seconds_bucket{method="GET",path="/xxx.php",status="404",le="0.05"} 5 http_request_duration_seconds_bucket{method="GET",path="/xxx.php",status="404",le="0.1"} 5 http_request_duration_seconds_bucket{method="GET",path="/xxx.php",status="404",le="0.25"} 5 http_request_duration_seconds_bucket{method="GET",path="/xxx.php",status="404",le="0.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/xxx.php",status="404",le="1"} 5 http_request_duration_seconds_bucket{method="GET",path="/xxx.php",status="404",le="2.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/xxx.php",status="404",le="5"} 5 http_request_duration_seconds_bucket{method="GET",path="/xxx.php",status="404",le="10"} 5 http_request_duration_seconds_bucket{method="GET",path="/xxx.php",status="404",le="+Inf"} 5 http_request_duration_seconds_sum{method="GET",path="/xxx.php",status="404"} 0.0006952480000000001 http_request_duration_seconds_count{method="GET",path="/xxx.php",status="404"} 5 http_request_duration_seconds_bucket{method="GET",path="/xxx.php",status="429",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/xxx.php",status="429",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/xxx.php",status="429",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/xxx.php",status="429",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/xxx.php",status="429",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/xxx.php",status="429",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/xxx.php",status="429",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/xxx.php",status="429",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/xxx.php",status="429",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/xxx.php",status="429",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/xxx.php",status="429",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/xxx.php",status="429",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/xxx.php",status="429"} 0.00034805599999999996 http_request_duration_seconds_count{method="GET",path="/xxx.php",status="429"} 3 http_request_duration_seconds_bucket{method="GET",path="/yaml.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/yaml.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/yaml.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/yaml.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/yaml.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/yaml.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/yaml.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/yaml.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/yaml.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/yaml.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/yaml.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/yaml.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/yaml.zip",status="429"} 4.7358e-05 http_request_duration_seconds_count{method="GET",path="/yaml.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/yarn.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/yarn.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/yarn.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/yarn.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/yarn.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/yarn.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/yarn.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/yarn.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/yarn.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/yarn.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/yarn.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/yarn.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/yarn.zip",status="429"} 3.2883000000000003e-05 http_request_duration_seconds_count{method="GET",path="/yarn.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/yas.php",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/yas.php",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/yas.php",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/yas.php",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/yas.php",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/yas.php",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/yas.php",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/yas.php",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/yas.php",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/yas.php",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/yas.php",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/yas.php",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/yas.php",status="404"} 0.000411842 http_request_duration_seconds_count{method="GET",path="/yas.php",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/yasnu.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/yasnu.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/yasnu.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/yasnu.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/yasnu.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/yasnu.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/yasnu.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/yasnu.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/yasnu.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/yasnu.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/yasnu.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/yasnu.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/yasnu.php",status="429"} 0.000151749 http_request_duration_seconds_count{method="GET",path="/yasnu.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/yellow.php",status="404",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/yellow.php",status="404",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/yellow.php",status="404",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/yellow.php",status="404",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/yellow.php",status="404",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/yellow.php",status="404",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/yellow.php",status="404",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/yellow.php",status="404",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/yellow.php",status="404",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/yellow.php",status="404",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/yellow.php",status="404",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/yellow.php",status="404",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/yellow.php",status="404"} 0.000579417 http_request_duration_seconds_count{method="GET",path="/yellow.php",status="404"} 4 http_request_duration_seconds_bucket{method="GET",path="/yii/.env",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/yii/.env",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/yii/.env",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/yii/.env",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/yii/.env",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/yii/.env",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/yii/.env",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/yii/.env",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/yii/.env",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/yii/.env",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/yii/.env",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/yii/.env",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/yii/.env",status="429"} 8.3261e-05 http_request_duration_seconds_count{method="GET",path="/yii/.env",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/yml.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/yml.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/yml.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/yml.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/yml.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/yml.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/yml.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/yml.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/yml.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/yml.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/yml.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/yml.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/yml.zip",status="429"} 2.1273e-05 http_request_duration_seconds_count{method="GET",path="/yml.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/youtube.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/youtube.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/youtube.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/youtube.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/youtube.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/youtube.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/youtube.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/youtube.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/youtube.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/youtube.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/youtube.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/youtube.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/youtube.zip",status="429"} 4.3250999999999996e-05 http_request_duration_seconds_count{method="GET",path="/youtube.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/yuzuru1.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/yuzuru1.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/yuzuru1.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/yuzuru1.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/yuzuru1.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/yuzuru1.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/yuzuru1.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/yuzuru1.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/yuzuru1.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/yuzuru1.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/yuzuru1.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/yuzuru1.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/yuzuru1.php",status="404"} 0.000283872 http_request_duration_seconds_count{method="GET",path="/yuzuru1.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/yuzuru1.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/yuzuru1.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/yuzuru1.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/yuzuru1.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/yuzuru1.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/yuzuru1.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/yuzuru1.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/yuzuru1.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/yuzuru1.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/yuzuru1.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/yuzuru1.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/yuzuru1.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/yuzuru1.php",status="429"} 0.000129382 http_request_duration_seconds_count{method="GET",path="/yuzuru1.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/z.ph",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/z.ph",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/z.ph",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/z.ph",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/z.ph",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/z.ph",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/z.ph",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/z.ph",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/z.ph",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/z.ph",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/z.ph",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/z.ph",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/z.ph",status="429"} 0.000127597 http_request_duration_seconds_count{method="GET",path="/z.ph",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/z.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/z.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/z.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/z.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/z.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/z.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/z.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/z.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/z.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/z.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/z.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/z.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/z.php",status="404"} 0.0007241960000000001 http_request_duration_seconds_count{method="GET",path="/z.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/z.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/z.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/z.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/z.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/z.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/z.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/z.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/z.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/z.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/z.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/z.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/z.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/z.php",status="429"} 0.000133721 http_request_duration_seconds_count{method="GET",path="/z.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/z60.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/z60.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/z60.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/z60.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/z60.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/z60.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/z60.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/z60.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/z60.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/z60.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/z60.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/z60.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/z60.php",status="404"} 0.000261044 http_request_duration_seconds_count{method="GET",path="/z60.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/zc-104.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/zc-104.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/zc-104.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/zc-104.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/zc-104.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/zc-104.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/zc-104.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/zc-104.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/zc-104.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/zc-104.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/zc-104.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/zc-104.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/zc-104.php",status="404"} 0.00029438 http_request_duration_seconds_count{method="GET",path="/zc-104.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/zc-243.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/zc-243.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/zc-243.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/zc-243.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/zc-243.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/zc-243.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/zc-243.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/zc-243.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/zc-243.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/zc-243.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/zc-243.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/zc-243.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/zc-243.php",status="404"} 0.000124463 http_request_duration_seconds_count{method="GET",path="/zc-243.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/zdd.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/zdd.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/zdd.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/zdd.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/zdd.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/zdd.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/zdd.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/zdd.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/zdd.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/zdd.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/zdd.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/zdd.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/zdd.php",status="404"} 0.000162956 http_request_duration_seconds_count{method="GET",path="/zdd.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/zdd.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/zdd.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/zdd.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/zdd.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/zdd.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/zdd.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/zdd.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/zdd.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/zdd.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/zdd.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/zdd.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/zdd.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/zdd.php",status="429"} 0.000149948 http_request_duration_seconds_count{method="GET",path="/zdd.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/zde.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/zde.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/zde.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/zde.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/zde.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/zde.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/zde.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/zde.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/zde.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/zde.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/zde.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/zde.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/zde.php",status="404"} 0.000161649 http_request_duration_seconds_count{method="GET",path="/zde.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/zend/.env",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/zend/.env",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/zend/.env",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/zend/.env",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/zend/.env",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/zend/.env",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/zend/.env",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/zend/.env",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/zend/.env",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/zend/.env",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/zend/.env",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/zend/.env",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/zend/.env",status="429"} 9.532e-05 http_request_duration_seconds_count{method="GET",path="/zend/.env",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/zero.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/zero.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/zero.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/zero.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/zero.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/zero.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/zero.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/zero.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/zero.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/zero.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/zero.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/zero.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/zero.php",status="404"} 0.000129441 http_request_duration_seconds_count{method="GET",path="/zero.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/zo.php",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/zo.php",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/zo.php",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/zo.php",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/zo.php",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/zo.php",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/zo.php",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/zo.php",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/zo.php",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/zo.php",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/zo.php",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/zo.php",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/zo.php",status="404"} 0.00040960000000000004 http_request_duration_seconds_count{method="GET",path="/zo.php",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/zo.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/zo.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/zo.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/zo.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/zo.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/zo.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/zo.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/zo.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/zo.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/zo.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/zo.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/zo.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/zo.php",status="429"} 0.000133394 http_request_duration_seconds_count{method="GET",path="/zo.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/zogy1.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/zogy1.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/zogy1.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/zogy1.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/zogy1.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/zogy1.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/zogy1.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/zogy1.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/zogy1.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/zogy1.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/zogy1.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/zogy1.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/zogy1.php",status="404"} 0.00012528 http_request_duration_seconds_count{method="GET",path="/zogy1.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/zoko.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/zoko.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/zoko.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/zoko.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/zoko.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/zoko.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/zoko.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/zoko.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/zoko.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/zoko.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/zoko.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/zoko.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/zoko.php",status="404"} 0.000126923 http_request_duration_seconds_count{method="GET",path="/zoko.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/zoo.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/zoo.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/zoo.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/zoo.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/zoo.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/zoo.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/zoo.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/zoo.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/zoo.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/zoo.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/zoo.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/zoo.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/zoo.php",status="404"} 0.000291899 http_request_duration_seconds_count{method="GET",path="/zoo.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/zoper.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/zoper.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/zoper.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/zoper.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/zoper.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/zoper.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/zoper.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/zoper.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/zoper.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/zoper.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/zoper.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/zoper.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/zoper.php",status="404"} 0.000146999 http_request_duration_seconds_count{method="GET",path="/zoper.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/zoper1.php",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/zoper1.php",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/zoper1.php",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/zoper1.php",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/zoper1.php",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/zoper1.php",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/zoper1.php",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/zoper1.php",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/zoper1.php",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/zoper1.php",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/zoper1.php",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/zoper1.php",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/zoper1.php",status="404"} 0.00044338099999999996 http_request_duration_seconds_count{method="GET",path="/zoper1.php",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/zwso.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/zwso.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/zwso.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/zwso.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/zwso.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/zwso.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/zwso.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/zwso.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/zwso.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/zwso.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/zwso.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/zwso.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/zwso.php",status="404"} 0.000779102 http_request_duration_seconds_count{method="GET",path="/zwso.php",status="404"} 2 http_request_duration_seconds_bucket{method="HEAD",path="/",status="405",le="0.005"} 9 http_request_duration_seconds_bucket{method="HEAD",path="/",status="405",le="0.01"} 9 http_request_duration_seconds_bucket{method="HEAD",path="/",status="405",le="0.025"} 9 http_request_duration_seconds_bucket{method="HEAD",path="/",status="405",le="0.05"} 9 http_request_duration_seconds_bucket{method="HEAD",path="/",status="405",le="0.1"} 9 http_request_duration_seconds_bucket{method="HEAD",path="/",status="405",le="0.25"} 9 http_request_duration_seconds_bucket{method="HEAD",path="/",status="405",le="0.5"} 9 http_request_duration_seconds_bucket{method="HEAD",path="/",status="405",le="1"} 9 http_request_duration_seconds_bucket{method="HEAD",path="/",status="405",le="2.5"} 9 http_request_duration_seconds_bucket{method="HEAD",path="/",status="405",le="5"} 9 http_request_duration_seconds_bucket{method="HEAD",path="/",status="405",le="10"} 9 http_request_duration_seconds_bucket{method="HEAD",path="/",status="405",le="+Inf"} 9 http_request_duration_seconds_sum{method="HEAD",path="/",status="405"} 0.0007558580000000001 http_request_duration_seconds_count{method="HEAD",path="/",status="405"} 9 http_request_duration_seconds_bucket{method="HEAD",path="/2017",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/2017",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/2017",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/2017",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/2017",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/2017",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/2017",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/2017",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/2017",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/2017",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/2017",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/2017",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="HEAD",path="/2017",status="404"} 0.000161526 http_request_duration_seconds_count{method="HEAD",path="/2017",status="404"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/2018",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/2018",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/2018",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/2018",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/2018",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/2018",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/2018",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/2018",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/2018",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/2018",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/2018",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/2018",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="HEAD",path="/2018",status="404"} 4.6523e-05 http_request_duration_seconds_count{method="HEAD",path="/2018",status="404"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/2019",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/2019",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/2019",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/2019",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/2019",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/2019",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/2019",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/2019",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/2019",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/2019",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/2019",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/2019",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="HEAD",path="/2019",status="404"} 5.4355e-05 http_request_duration_seconds_count{method="HEAD",path="/2019",status="404"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/2020",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/2020",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/2020",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/2020",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/2020",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/2020",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/2020",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/2020",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/2020",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/2020",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/2020",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/2020",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="HEAD",path="/2020",status="404"} 5.5522e-05 http_request_duration_seconds_count{method="HEAD",path="/2020",status="404"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/2021",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/2021",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/2021",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/2021",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/2021",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/2021",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/2021",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/2021",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/2021",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/2021",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/2021",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/2021",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="HEAD",path="/2021",status="404"} 4.7387e-05 http_request_duration_seconds_count{method="HEAD",path="/2021",status="404"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/2022",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/2022",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/2022",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/2022",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/2022",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/2022",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/2022",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/2022",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/2022",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/2022",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/2022",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/2022",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="HEAD",path="/2022",status="404"} 4.5714e-05 http_request_duration_seconds_count{method="HEAD",path="/2022",status="404"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/2023",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/2023",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/2023",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/2023",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/2023",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/2023",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/2023",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/2023",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/2023",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/2023",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/2023",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/2023",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="HEAD",path="/2023",status="404"} 8.3178e-05 http_request_duration_seconds_count{method="HEAD",path="/2023",status="404"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/2024",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/2024",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/2024",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/2024",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/2024",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/2024",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/2024",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/2024",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/2024",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/2024",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/2024",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/2024",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="HEAD",path="/2024",status="404"} 6.8229e-05 http_request_duration_seconds_count{method="HEAD",path="/2024",status="404"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/BACKUP",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/BACKUP",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/BACKUP",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/BACKUP",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/BACKUP",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/BACKUP",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/BACKUP",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/BACKUP",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/BACKUP",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/BACKUP",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/BACKUP",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/BACKUP",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="HEAD",path="/BACKUP",status="404"} 4.6493e-05 http_request_duration_seconds_count{method="HEAD",path="/BACKUP",status="404"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/BLOG",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/BLOG",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/BLOG",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/BLOG",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/BLOG",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/BLOG",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/BLOG",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/BLOG",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/BLOG",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/BLOG",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/BLOG",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/BLOG",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="HEAD",path="/BLOG",status="404"} 5.6029e-05 http_request_duration_seconds_count{method="HEAD",path="/BLOG",status="404"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/Backup",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/Backup",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/Backup",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/Backup",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/Backup",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/Backup",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/Backup",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/Backup",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/Backup",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/Backup",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/Backup",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/Backup",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="HEAD",path="/Backup",status="404"} 4.518e-05 http_request_duration_seconds_count{method="HEAD",path="/Backup",status="404"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/Blog",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/Blog",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/Blog",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/Blog",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/Blog",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/Blog",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/Blog",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/Blog",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/Blog",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/Blog",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/Blog",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/Blog",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="HEAD",path="/Blog",status="404"} 5.8438e-05 http_request_duration_seconds_count{method="HEAD",path="/Blog",status="404"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/NEW",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/NEW",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/NEW",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/NEW",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/NEW",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/NEW",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/NEW",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/NEW",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/NEW",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/NEW",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/NEW",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/NEW",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="HEAD",path="/NEW",status="404"} 7.8825e-05 http_request_duration_seconds_count{method="HEAD",path="/NEW",status="404"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/New",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/New",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/New",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/New",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/New",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/New",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/New",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/New",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/New",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/New",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/New",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/New",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="HEAD",path="/New",status="404"} 5.8101e-05 http_request_duration_seconds_count{method="HEAD",path="/New",status="404"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/OLD",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/OLD",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/OLD",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/OLD",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/OLD",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/OLD",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/OLD",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/OLD",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/OLD",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/OLD",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/OLD",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/OLD",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="HEAD",path="/OLD",status="404"} 4.6048e-05 http_request_duration_seconds_count{method="HEAD",path="/OLD",status="404"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/Old",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/Old",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/Old",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/Old",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/Old",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/Old",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/Old",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/Old",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/Old",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/Old",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/Old",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/Old",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="HEAD",path="/Old",status="404"} 7.4075e-05 http_request_duration_seconds_count{method="HEAD",path="/Old",status="404"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/SHOP",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/SHOP",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/SHOP",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/SHOP",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/SHOP",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/SHOP",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/SHOP",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/SHOP",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/SHOP",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/SHOP",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/SHOP",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/SHOP",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="HEAD",path="/SHOP",status="404"} 6.4631e-05 http_request_duration_seconds_count{method="HEAD",path="/SHOP",status="404"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/SITE",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/SITE",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/SITE",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/SITE",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/SITE",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/SITE",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/SITE",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/SITE",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/SITE",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/SITE",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/SITE",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/SITE",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="HEAD",path="/SITE",status="404"} 5.7428e-05 http_request_duration_seconds_count{method="HEAD",path="/SITE",status="404"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/Shop",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/Shop",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/Shop",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/Shop",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/Shop",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/Shop",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/Shop",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/Shop",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/Shop",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/Shop",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/Shop",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/Shop",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="HEAD",path="/Shop",status="404"} 4.5961e-05 http_request_duration_seconds_count{method="HEAD",path="/Shop",status="404"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/Site",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/Site",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/Site",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/Site",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/Site",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/Site",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/Site",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/Site",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/Site",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/Site",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/Site",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/Site",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="HEAD",path="/Site",status="404"} 4.6546e-05 http_request_duration_seconds_count{method="HEAD",path="/Site",status="404"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/TEST",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/TEST",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/TEST",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/TEST",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/TEST",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/TEST",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/TEST",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/TEST",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/TEST",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/TEST",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/TEST",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/TEST",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="HEAD",path="/TEST",status="404"} 7.3139e-05 http_request_duration_seconds_count{method="HEAD",path="/TEST",status="404"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/Test",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/Test",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/Test",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/Test",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/Test",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/Test",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/Test",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/Test",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/Test",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/Test",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/Test",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/Test",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="HEAD",path="/Test",status="404"} 4.5873e-05 http_request_duration_seconds_count{method="HEAD",path="/Test",status="404"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/WORDPRESS",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/WORDPRESS",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/WORDPRESS",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/WORDPRESS",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/WORDPRESS",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/WORDPRESS",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/WORDPRESS",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/WORDPRESS",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/WORDPRESS",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/WORDPRESS",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/WORDPRESS",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/WORDPRESS",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="HEAD",path="/WORDPRESS",status="404"} 7.2521e-05 http_request_duration_seconds_count{method="HEAD",path="/WORDPRESS",status="404"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/WP",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/WP",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/WP",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/WP",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/WP",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/WP",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/WP",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/WP",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/WP",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/WP",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/WP",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/WP",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="HEAD",path="/WP",status="404"} 4.4743e-05 http_request_duration_seconds_count{method="HEAD",path="/WP",status="404"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/WWW",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/WWW",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/WWW",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/WWW",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/WWW",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/WWW",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/WWW",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/WWW",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/WWW",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/WWW",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/WWW",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/WWW",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="HEAD",path="/WWW",status="404"} 4.6281e-05 http_request_duration_seconds_count{method="HEAD",path="/WWW",status="404"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/WordPress",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/WordPress",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/WordPress",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/WordPress",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/WordPress",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/WordPress",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/WordPress",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/WordPress",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/WordPress",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/WordPress",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/WordPress",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/WordPress",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="HEAD",path="/WordPress",status="404"} 6.4196e-05 http_request_duration_seconds_count{method="HEAD",path="/WordPress",status="404"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/Wordpress",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/Wordpress",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/Wordpress",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/Wordpress",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/Wordpress",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/Wordpress",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/Wordpress",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/Wordpress",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/Wordpress",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/Wordpress",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/Wordpress",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/Wordpress",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="HEAD",path="/Wordpress",status="404"} 6.2168e-05 http_request_duration_seconds_count{method="HEAD",path="/Wordpress",status="404"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/Wp",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/Wp",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/Wp",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/Wp",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/Wp",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/Wp",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/Wp",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/Wp",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/Wp",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/Wp",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/Wp",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/Wp",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="HEAD",path="/Wp",status="404"} 4.8875e-05 http_request_duration_seconds_count{method="HEAD",path="/Wp",status="404"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/Www",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/Www",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/Www",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/Www",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/Www",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/Www",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/Www",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/Www",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/Www",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/Www",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/Www",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/Www",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="HEAD",path="/Www",status="404"} 4.4185e-05 http_request_duration_seconds_count{method="HEAD",path="/Www",status="404"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/api/stream/range",status="405",le="0.005"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/api/stream/range",status="405",le="0.01"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/api/stream/range",status="405",le="0.025"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/api/stream/range",status="405",le="0.05"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/api/stream/range",status="405",le="0.1"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/api/stream/range",status="405",le="0.25"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/api/stream/range",status="405",le="0.5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/api/stream/range",status="405",le="1"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/api/stream/range",status="405",le="2.5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/api/stream/range",status="405",le="5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/api/stream/range",status="405",le="10"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/api/stream/range",status="405",le="+Inf"} 1 http_request_duration_seconds_sum{method="HEAD",path="/api/stream/range",status="405"} 9.3617e-05 http_request_duration_seconds_count{method="HEAD",path="/api/stream/range",status="405"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/bac",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/bac",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/bac",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/bac",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/bac",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/bac",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/bac",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/bac",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/bac",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/bac",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/bac",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/bac",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="HEAD",path="/bac",status="404"} 0.000106583 http_request_duration_seconds_count{method="HEAD",path="/bac",status="404"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/backup",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/backup",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/backup",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/backup",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/backup",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/backup",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/backup",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/backup",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/backup",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/backup",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/backup",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/backup",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="HEAD",path="/backup",status="404"} 6.7529e-05 http_request_duration_seconds_count{method="HEAD",path="/backup",status="404"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/bak",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/bak",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/bak",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/bak",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/bak",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/bak",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/bak",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/bak",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/bak",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/bak",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/bak",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/bak",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="HEAD",path="/bak",status="404"} 6.0119e-05 http_request_duration_seconds_count{method="HEAD",path="/bak",status="404"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/bc",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/bc",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/bc",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/bc",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/bc",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/bc",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/bc",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/bc",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/bc",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/bc",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/bc",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/bc",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="HEAD",path="/bc",status="404"} 4.8171e-05 http_request_duration_seconds_count{method="HEAD",path="/bc",status="404"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/bk",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/bk",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/bk",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/bk",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/bk",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/bk",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/bk",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/bk",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/bk",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/bk",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/bk",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/bk",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="HEAD",path="/bk",status="404"} 4.946e-05 http_request_duration_seconds_count{method="HEAD",path="/bk",status="404"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/blog",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/blog",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/blog",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/blog",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/blog",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/blog",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/blog",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/blog",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/blog",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/blog",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/blog",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/blog",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="HEAD",path="/blog",status="404"} 5.1401e-05 http_request_duration_seconds_count{method="HEAD",path="/blog",status="404"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/demo",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/demo",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/demo",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/demo",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/demo",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/demo",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/demo",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/demo",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/demo",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/demo",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/demo",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/demo",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="HEAD",path="/demo",status="404"} 5.682e-05 http_request_duration_seconds_count{method="HEAD",path="/demo",status="404"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/main",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/main",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/main",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/main",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/main",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/main",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/main",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/main",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/main",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/main",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/main",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/main",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="HEAD",path="/main",status="404"} 4.9269e-05 http_request_duration_seconds_count{method="HEAD",path="/main",status="404"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/new",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/new",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/new",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/new",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/new",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/new",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/new",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/new",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/new",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/new",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/new",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/new",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="HEAD",path="/new",status="404"} 4.2992e-05 http_request_duration_seconds_count{method="HEAD",path="/new",status="404"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/old",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/old",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/old",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/old",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/old",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/old",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/old",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/old",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/old",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/old",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/old",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/old",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="HEAD",path="/old",status="404"} 7.9062e-05 http_request_duration_seconds_count{method="HEAD",path="/old",status="404"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/old-site",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/old-site",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/old-site",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/old-site",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/old-site",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/old-site",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/old-site",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/old-site",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/old-site",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/old-site",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/old-site",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/old-site",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="HEAD",path="/old-site",status="404"} 8.9778e-05 http_request_duration_seconds_count{method="HEAD",path="/old-site",status="404"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/oldsite",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/oldsite",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/oldsite",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/oldsite",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/oldsite",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/oldsite",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/oldsite",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/oldsite",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/oldsite",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/oldsite",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/oldsite",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/oldsite",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="HEAD",path="/oldsite",status="404"} 8.4866e-05 http_request_duration_seconds_count{method="HEAD",path="/oldsite",status="404"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/shop",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/shop",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/shop",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/shop",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/shop",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/shop",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/shop",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/shop",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/shop",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/shop",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/shop",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/shop",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="HEAD",path="/shop",status="404"} 4.7454e-05 http_request_duration_seconds_count{method="HEAD",path="/shop",status="404"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/site",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/site",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/site",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/site",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/site",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/site",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/site",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/site",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/site",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/site",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/site",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/site",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="HEAD",path="/site",status="404"} 5.5313e-05 http_request_duration_seconds_count{method="HEAD",path="/site",status="404"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/sitio",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/sitio",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/sitio",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/sitio",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/sitio",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/sitio",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/sitio",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/sitio",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/sitio",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/sitio",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/sitio",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/sitio",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="HEAD",path="/sitio",status="404"} 6.4084e-05 http_request_duration_seconds_count{method="HEAD",path="/sitio",status="404"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/sito",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/sito",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/sito",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/sito",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/sito",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/sito",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/sito",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/sito",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/sito",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/sito",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/sito",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/sito",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="HEAD",path="/sito",status="404"} 5.2916e-05 http_request_duration_seconds_count{method="HEAD",path="/sito",status="404"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/test",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/test",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/test",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/test",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/test",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/test",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/test",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/test",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/test",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/test",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/test",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/test",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="HEAD",path="/test",status="404"} 4.5167e-05 http_request_duration_seconds_count{method="HEAD",path="/test",status="404"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/wordpress",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/wordpress",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/wordpress",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/wordpress",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/wordpress",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/wordpress",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/wordpress",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/wordpress",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/wordpress",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/wordpress",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/wordpress",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/wordpress",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="HEAD",path="/wordpress",status="404"} 6.6611e-05 http_request_duration_seconds_count{method="HEAD",path="/wordpress",status="404"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/wp",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/wp",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/wp",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/wp",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/wp",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/wp",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/wp",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/wp",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/wp",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/wp",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/wp",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/wp",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="HEAD",path="/wp",status="404"} 4.522e-05 http_request_duration_seconds_count{method="HEAD",path="/wp",status="404"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/wp-json/",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="HEAD",path="/wp-json/",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="HEAD",path="/wp-json/",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="HEAD",path="/wp-json/",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="HEAD",path="/wp-json/",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="HEAD",path="/wp-json/",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="HEAD",path="/wp-json/",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="HEAD",path="/wp-json/",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="HEAD",path="/wp-json/",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="HEAD",path="/wp-json/",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="HEAD",path="/wp-json/",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="HEAD",path="/wp-json/",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="HEAD",path="/wp-json/",status="404"} 0.00029029999999999995 http_request_duration_seconds_count{method="HEAD",path="/wp-json/",status="404"} 2 http_request_duration_seconds_bucket{method="HEAD",path="/wp-old",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/wp-old",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/wp-old",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/wp-old",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/wp-old",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/wp-old",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/wp-old",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/wp-old",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/wp-old",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/wp-old",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/wp-old",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/wp-old",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="HEAD",path="/wp-old",status="404"} 9.3763e-05 http_request_duration_seconds_count{method="HEAD",path="/wp-old",status="404"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/www",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/www",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/www",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/www",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/www",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/www",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/www",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/www",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/www",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/www",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/www",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/www",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="HEAD",path="/www",status="404"} 4.6745e-05 http_request_duration_seconds_count{method="HEAD",path="/www",status="404"} 1 http_request_duration_seconds_bucket{method="OPTIONS",path="/",status="405",le="0.005"} 10 http_request_duration_seconds_bucket{method="OPTIONS",path="/",status="405",le="0.01"} 10 http_request_duration_seconds_bucket{method="OPTIONS",path="/",status="405",le="0.025"} 10 http_request_duration_seconds_bucket{method="OPTIONS",path="/",status="405",le="0.05"} 10 http_request_duration_seconds_bucket{method="OPTIONS",path="/",status="405",le="0.1"} 10 http_request_duration_seconds_bucket{method="OPTIONS",path="/",status="405",le="0.25"} 10 http_request_duration_seconds_bucket{method="OPTIONS",path="/",status="405",le="0.5"} 10 http_request_duration_seconds_bucket{method="OPTIONS",path="/",status="405",le="1"} 10 http_request_duration_seconds_bucket{method="OPTIONS",path="/",status="405",le="2.5"} 10 http_request_duration_seconds_bucket{method="OPTIONS",path="/",status="405",le="5"} 10 http_request_duration_seconds_bucket{method="OPTIONS",path="/",status="405",le="10"} 10 http_request_duration_seconds_bucket{method="OPTIONS",path="/",status="405",le="+Inf"} 10 http_request_duration_seconds_sum{method="OPTIONS",path="/",status="405"} 0.0013119720000000002 http_request_duration_seconds_count{method="OPTIONS",path="/",status="405"} 10 http_request_duration_seconds_bucket{method="POST",path="/",status="405",le="0.005"} 51 http_request_duration_seconds_bucket{method="POST",path="/",status="405",le="0.01"} 51 http_request_duration_seconds_bucket{method="POST",path="/",status="405",le="0.025"} 51 http_request_duration_seconds_bucket{method="POST",path="/",status="405",le="0.05"} 51 http_request_duration_seconds_bucket{method="POST",path="/",status="405",le="0.1"} 51 http_request_duration_seconds_bucket{method="POST",path="/",status="405",le="0.25"} 51 http_request_duration_seconds_bucket{method="POST",path="/",status="405",le="0.5"} 51 http_request_duration_seconds_bucket{method="POST",path="/",status="405",le="1"} 51 http_request_duration_seconds_bucket{method="POST",path="/",status="405",le="2.5"} 51 http_request_duration_seconds_bucket{method="POST",path="/",status="405",le="5"} 51 http_request_duration_seconds_bucket{method="POST",path="/",status="405",le="10"} 51 http_request_duration_seconds_bucket{method="POST",path="/",status="405",le="+Inf"} 51 http_request_duration_seconds_sum{method="POST",path="/",status="405"} 0.005832582999999998 http_request_duration_seconds_count{method="POST",path="/",status="405"} 51 http_request_duration_seconds_bucket{method="POST",path="/api",status="401",le="0.005"} 10 http_request_duration_seconds_bucket{method="POST",path="/api",status="401",le="0.01"} 10 http_request_duration_seconds_bucket{method="POST",path="/api",status="401",le="0.025"} 10 http_request_duration_seconds_bucket{method="POST",path="/api",status="401",le="0.05"} 10 http_request_duration_seconds_bucket{method="POST",path="/api",status="401",le="0.1"} 10 http_request_duration_seconds_bucket{method="POST",path="/api",status="401",le="0.25"} 10 http_request_duration_seconds_bucket{method="POST",path="/api",status="401",le="0.5"} 10 http_request_duration_seconds_bucket{method="POST",path="/api",status="401",le="1"} 10 http_request_duration_seconds_bucket{method="POST",path="/api",status="401",le="2.5"} 10 http_request_duration_seconds_bucket{method="POST",path="/api",status="401",le="5"} 10 http_request_duration_seconds_bucket{method="POST",path="/api",status="401",le="10"} 10 http_request_duration_seconds_bucket{method="POST",path="/api",status="401",le="+Inf"} 10 http_request_duration_seconds_sum{method="POST",path="/api",status="401"} 0.0022223750000000004 http_request_duration_seconds_count{method="POST",path="/api",status="401"} 10 http_request_duration_seconds_bucket{method="POST",path="/api/gql",status="401",le="0.005"} 10 http_request_duration_seconds_bucket{method="POST",path="/api/gql",status="401",le="0.01"} 10 http_request_duration_seconds_bucket{method="POST",path="/api/gql",status="401",le="0.025"} 10 http_request_duration_seconds_bucket{method="POST",path="/api/gql",status="401",le="0.05"} 10 http_request_duration_seconds_bucket{method="POST",path="/api/gql",status="401",le="0.1"} 10 http_request_duration_seconds_bucket{method="POST",path="/api/gql",status="401",le="0.25"} 10 http_request_duration_seconds_bucket{method="POST",path="/api/gql",status="401",le="0.5"} 10 http_request_duration_seconds_bucket{method="POST",path="/api/gql",status="401",le="1"} 10 http_request_duration_seconds_bucket{method="POST",path="/api/gql",status="401",le="2.5"} 10 http_request_duration_seconds_bucket{method="POST",path="/api/gql",status="401",le="5"} 10 http_request_duration_seconds_bucket{method="POST",path="/api/gql",status="401",le="10"} 10 http_request_duration_seconds_bucket{method="POST",path="/api/gql",status="401",le="+Inf"} 10 http_request_duration_seconds_sum{method="POST",path="/api/gql",status="401"} 0.0016017190000000001 http_request_duration_seconds_count{method="POST",path="/api/gql",status="401"} 10 http_request_duration_seconds_bucket{method="POST",path="/api/graphql",status="401",le="0.005"} 10 http_request_duration_seconds_bucket{method="POST",path="/api/graphql",status="401",le="0.01"} 10 http_request_duration_seconds_bucket{method="POST",path="/api/graphql",status="401",le="0.025"} 10 http_request_duration_seconds_bucket{method="POST",path="/api/graphql",status="401",le="0.05"} 10 http_request_duration_seconds_bucket{method="POST",path="/api/graphql",status="401",le="0.1"} 10 http_request_duration_seconds_bucket{method="POST",path="/api/graphql",status="401",le="0.25"} 10 http_request_duration_seconds_bucket{method="POST",path="/api/graphql",status="401",le="0.5"} 10 http_request_duration_seconds_bucket{method="POST",path="/api/graphql",status="401",le="1"} 10 http_request_duration_seconds_bucket{method="POST",path="/api/graphql",status="401",le="2.5"} 10 http_request_duration_seconds_bucket{method="POST",path="/api/graphql",status="401",le="5"} 10 http_request_duration_seconds_bucket{method="POST",path="/api/graphql",status="401",le="10"} 10 http_request_duration_seconds_bucket{method="POST",path="/api/graphql",status="401",le="+Inf"} 10 http_request_duration_seconds_sum{method="POST",path="/api/graphql",status="401"} 0.001753025 http_request_duration_seconds_count{method="POST",path="/api/graphql",status="401"} 10 http_request_duration_seconds_bucket{method="POST",path="/en",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="POST",path="/en",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="POST",path="/en",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="POST",path="/en",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="POST",path="/en",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="POST",path="/en",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="POST",path="/en",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="POST",path="/en",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="POST",path="/en",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="POST",path="/en",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="POST",path="/en",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="POST",path="/en",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="POST",path="/en",status="404"} 0.000150849 http_request_duration_seconds_count{method="POST",path="/en",status="404"} 1 http_request_duration_seconds_bucket{method="POST",path="/graphql",status="404",le="0.005"} 10 http_request_duration_seconds_bucket{method="POST",path="/graphql",status="404",le="0.01"} 10 http_request_duration_seconds_bucket{method="POST",path="/graphql",status="404",le="0.025"} 10 http_request_duration_seconds_bucket{method="POST",path="/graphql",status="404",le="0.05"} 10 http_request_duration_seconds_bucket{method="POST",path="/graphql",status="404",le="0.1"} 10 http_request_duration_seconds_bucket{method="POST",path="/graphql",status="404",le="0.25"} 10 http_request_duration_seconds_bucket{method="POST",path="/graphql",status="404",le="0.5"} 10 http_request_duration_seconds_bucket{method="POST",path="/graphql",status="404",le="1"} 10 http_request_duration_seconds_bucket{method="POST",path="/graphql",status="404",le="2.5"} 10 http_request_duration_seconds_bucket{method="POST",path="/graphql",status="404",le="5"} 10 http_request_duration_seconds_bucket{method="POST",path="/graphql",status="404",le="10"} 10 http_request_duration_seconds_bucket{method="POST",path="/graphql",status="404",le="+Inf"} 10 http_request_duration_seconds_sum{method="POST",path="/graphql",status="404"} 0.001626797 http_request_duration_seconds_count{method="POST",path="/graphql",status="404"} 10 http_request_duration_seconds_bucket{method="POST",path="/graphql/api",status="404",le="0.005"} 10 http_request_duration_seconds_bucket{method="POST",path="/graphql/api",status="404",le="0.01"} 10 http_request_duration_seconds_bucket{method="POST",path="/graphql/api",status="404",le="0.025"} 10 http_request_duration_seconds_bucket{method="POST",path="/graphql/api",status="404",le="0.05"} 10 http_request_duration_seconds_bucket{method="POST",path="/graphql/api",status="404",le="0.1"} 10 http_request_duration_seconds_bucket{method="POST",path="/graphql/api",status="404",le="0.25"} 10 http_request_duration_seconds_bucket{method="POST",path="/graphql/api",status="404",le="0.5"} 10 http_request_duration_seconds_bucket{method="POST",path="/graphql/api",status="404",le="1"} 10 http_request_duration_seconds_bucket{method="POST",path="/graphql/api",status="404",le="2.5"} 10 http_request_duration_seconds_bucket{method="POST",path="/graphql/api",status="404",le="5"} 10 http_request_duration_seconds_bucket{method="POST",path="/graphql/api",status="404",le="10"} 10 http_request_duration_seconds_bucket{method="POST",path="/graphql/api",status="404",le="+Inf"} 10 http_request_duration_seconds_sum{method="POST",path="/graphql/api",status="404"} 0.0014938130000000003 http_request_duration_seconds_count{method="POST",path="/graphql/api",status="404"} 10 # HELP http_request_size_bytes HTTP request size in bytes # TYPE http_request_size_bytes histogram http_request_size_bytes_bucket{method="POST",path="/",le="100"} 2 http_request_size_bytes_bucket{method="POST",path="/",le="500"} 22 http_request_size_bytes_bucket{method="POST",path="/",le="1000"} 34 http_request_size_bytes_bucket{method="POST",path="/",le="5000"} 34 http_request_size_bytes_bucket{method="POST",path="/",le="10000"} 42 http_request_size_bytes_bucket{method="POST",path="/",le="50000"} 50 http_request_size_bytes_bucket{method="POST",path="/",le="100000"} 50 http_request_size_bytes_bucket{method="POST",path="/",le="500000"} 51 http_request_size_bytes_bucket{method="POST",path="/",le="1e+06"} 51 http_request_size_bytes_bucket{method="POST",path="/",le="+Inf"} 51 http_request_size_bytes_sum{method="POST",path="/"} 319108 http_request_size_bytes_count{method="POST",path="/"} 51 http_request_size_bytes_bucket{method="POST",path="/api",le="100"} 10 http_request_size_bytes_bucket{method="POST",path="/api",le="500"} 10 http_request_size_bytes_bucket{method="POST",path="/api",le="1000"} 10 http_request_size_bytes_bucket{method="POST",path="/api",le="5000"} 10 http_request_size_bytes_bucket{method="POST",path="/api",le="10000"} 10 http_request_size_bytes_bucket{method="POST",path="/api",le="50000"} 10 http_request_size_bytes_bucket{method="POST",path="/api",le="100000"} 10 http_request_size_bytes_bucket{method="POST",path="/api",le="500000"} 10 http_request_size_bytes_bucket{method="POST",path="/api",le="1e+06"} 10 http_request_size_bytes_bucket{method="POST",path="/api",le="+Inf"} 10 http_request_size_bytes_sum{method="POST",path="/api"} 920 http_request_size_bytes_count{method="POST",path="/api"} 10 http_request_size_bytes_bucket{method="POST",path="/api/gql",le="100"} 10 http_request_size_bytes_bucket{method="POST",path="/api/gql",le="500"} 10 http_request_size_bytes_bucket{method="POST",path="/api/gql",le="1000"} 10 http_request_size_bytes_bucket{method="POST",path="/api/gql",le="5000"} 10 http_request_size_bytes_bucket{method="POST",path="/api/gql",le="10000"} 10 http_request_size_bytes_bucket{method="POST",path="/api/gql",le="50000"} 10 http_request_size_bytes_bucket{method="POST",path="/api/gql",le="100000"} 10 http_request_size_bytes_bucket{method="POST",path="/api/gql",le="500000"} 10 http_request_size_bytes_bucket{method="POST",path="/api/gql",le="1e+06"} 10 http_request_size_bytes_bucket{method="POST",path="/api/gql",le="+Inf"} 10 http_request_size_bytes_sum{method="POST",path="/api/gql"} 920 http_request_size_bytes_count{method="POST",path="/api/gql"} 10 http_request_size_bytes_bucket{method="POST",path="/api/graphql",le="100"} 10 http_request_size_bytes_bucket{method="POST",path="/api/graphql",le="500"} 10 http_request_size_bytes_bucket{method="POST",path="/api/graphql",le="1000"} 10 http_request_size_bytes_bucket{method="POST",path="/api/graphql",le="5000"} 10 http_request_size_bytes_bucket{method="POST",path="/api/graphql",le="10000"} 10 http_request_size_bytes_bucket{method="POST",path="/api/graphql",le="50000"} 10 http_request_size_bytes_bucket{method="POST",path="/api/graphql",le="100000"} 10 http_request_size_bytes_bucket{method="POST",path="/api/graphql",le="500000"} 10 http_request_size_bytes_bucket{method="POST",path="/api/graphql",le="1e+06"} 10 http_request_size_bytes_bucket{method="POST",path="/api/graphql",le="+Inf"} 10 http_request_size_bytes_sum{method="POST",path="/api/graphql"} 920 http_request_size_bytes_count{method="POST",path="/api/graphql"} 10 http_request_size_bytes_bucket{method="POST",path="/en",le="100"} 0 http_request_size_bytes_bucket{method="POST",path="/en",le="500"} 0 http_request_size_bytes_bucket{method="POST",path="/en",le="1000"} 0 http_request_size_bytes_bucket{method="POST",path="/en",le="5000"} 0 http_request_size_bytes_bucket{method="POST",path="/en",le="10000"} 0 http_request_size_bytes_bucket{method="POST",path="/en",le="50000"} 0 http_request_size_bytes_bucket{method="POST",path="/en",le="100000"} 0 http_request_size_bytes_bucket{method="POST",path="/en",le="500000"} 1 http_request_size_bytes_bucket{method="POST",path="/en",le="1e+06"} 1 http_request_size_bytes_bucket{method="POST",path="/en",le="+Inf"} 1 http_request_size_bytes_sum{method="POST",path="/en"} 131393 http_request_size_bytes_count{method="POST",path="/en"} 1 http_request_size_bytes_bucket{method="POST",path="/graphql",le="100"} 10 http_request_size_bytes_bucket{method="POST",path="/graphql",le="500"} 10 http_request_size_bytes_bucket{method="POST",path="/graphql",le="1000"} 10 http_request_size_bytes_bucket{method="POST",path="/graphql",le="5000"} 10 http_request_size_bytes_bucket{method="POST",path="/graphql",le="10000"} 10 http_request_size_bytes_bucket{method="POST",path="/graphql",le="50000"} 10 http_request_size_bytes_bucket{method="POST",path="/graphql",le="100000"} 10 http_request_size_bytes_bucket{method="POST",path="/graphql",le="500000"} 10 http_request_size_bytes_bucket{method="POST",path="/graphql",le="1e+06"} 10 http_request_size_bytes_bucket{method="POST",path="/graphql",le="+Inf"} 10 http_request_size_bytes_sum{method="POST",path="/graphql"} 920 http_request_size_bytes_count{method="POST",path="/graphql"} 10 http_request_size_bytes_bucket{method="POST",path="/graphql/api",le="100"} 10 http_request_size_bytes_bucket{method="POST",path="/graphql/api",le="500"} 10 http_request_size_bytes_bucket{method="POST",path="/graphql/api",le="1000"} 10 http_request_size_bytes_bucket{method="POST",path="/graphql/api",le="5000"} 10 http_request_size_bytes_bucket{method="POST",path="/graphql/api",le="10000"} 10 http_request_size_bytes_bucket{method="POST",path="/graphql/api",le="50000"} 10 http_request_size_bytes_bucket{method="POST",path="/graphql/api",le="100000"} 10 http_request_size_bytes_bucket{method="POST",path="/graphql/api",le="500000"} 10 http_request_size_bytes_bucket{method="POST",path="/graphql/api",le="1e+06"} 10 http_request_size_bytes_bucket{method="POST",path="/graphql/api",le="+Inf"} 10 http_request_size_bytes_sum{method="POST",path="/graphql/api"} 920 http_request_size_bytes_count{method="POST",path="/graphql/api"} 10 # HELP http_requests_total Total number of HTTP requests # TYPE http_requests_total counter http_requests_total{method="GET",path="/",status="200"} 482 http_requests_total{method="GET",path="/",status="429"} 10 http_requests_total{method="GET",path="/*",status="404"} 2 http_requests_total{method="GET",path="/*/[id]",status="404"} 2 http_requests_total{method="GET",path="/*/[slug]",status="429"} 2 http_requests_total{method="GET",path="/*update.cgi*",status="404"} 2 http_requests_total{method="GET",path="/..\\..\\..\\..\\..\\..\\var/log/apache2/access.log",status="404"} 1 http_requests_total{method="GET",path="/..\\..\\..\\..\\..\\..\\var/log/apache2/access.log",status="429"} 1 http_requests_total{method="GET",path="/./tailwind.config.js",status="404"} 7 http_requests_total{method="GET",path="/./tailwind.config.mjs",status="404"} 7 http_requests_total{method="GET",path="/.AWS_/credentials",status="404"} 7 http_requests_total{method="GET",path="/.DS_Store",status="404"} 10 http_requests_total{method="GET",path="/.amplifyrc",status="429"} 2 http_requests_total{method="GET",path="/.anthropic/config.json",status="404"} 1 http_requests_total{method="GET",path="/.anthropic/config.json",status="429"} 6 http_requests_total{method="GET",path="/.astro/manifest.json",status="404"} 3 http_requests_total{method="GET",path="/.astro/manifest.json",status="429"} 12 http_requests_total{method="GET",path="/.aws-secrets",status="429"} 2 http_requests_total{method="GET",path="/.aws.7z",status="404"} 1 http_requests_total{method="GET",path="/.aws.bz2",status="404"} 1 http_requests_total{method="GET",path="/.aws.gz",status="404"} 1 http_requests_total{method="GET",path="/.aws.rar",status="404"} 1 http_requests_total{method="GET",path="/.aws.sql",status="404"} 1 http_requests_total{method="GET",path="/.aws.sql.bz2",status="404"} 1 http_requests_total{method="GET",path="/.aws.sql.gz",status="404"} 1 http_requests_total{method="GET",path="/.aws.tar",status="404"} 1 http_requests_total{method="GET",path="/.aws.tar.bz2",status="404"} 1 http_requests_total{method="GET",path="/.aws.tar.gz",status="404"} 1 http_requests_total{method="GET",path="/.aws.tar.xz",status="404"} 1 http_requests_total{method="GET",path="/.aws.tgz",status="404"} 1 http_requests_total{method="GET",path="/.aws.zip",status="404"} 1 http_requests_total{method="GET",path="/.aws.zst",status="404"} 1 http_requests_total{method="GET",path="/.aws/config",status="404"} 11 http_requests_total{method="GET",path="/.aws/config",status="429"} 3 http_requests_total{method="GET",path="/.aws/credentials",status="404"} 21 http_requests_total{method="GET",path="/.aws/credentials",status="429"} 5 http_requests_total{method="GET",path="/.aws/credentials.bak",status="404"} 1 http_requests_total{method="GET",path="/.backup/.env",status="429"} 2 http_requests_total{method="GET",path="/.backup/phpinfo.php",status="429"} 2 http_requests_total{method="GET",path="/.boto",status="404"} 1 http_requests_total{method="GET",path="/.boto",status="429"} 1 http_requests_total{method="GET",path="/.cache",status="429"} 2 http_requests_total{method="GET",path="/.circleci/config.yml",status="404"} 1 http_requests_total{method="GET",path="/.circleci/configs/development.yml",status="404"} 7 http_requests_total{method="GET",path="/.cirrus.yml",status="429"} 2 http_requests_total{method="GET",path="/.config/gcloud/application_default_credentials.json",status="404"} 3 http_requests_total{method="GET",path="/.config/gcloud/application_default_credentials.json",status="429"} 14 http_requests_total{method="GET",path="/.cursor/mcp.json",status="404"} 1 http_requests_total{method="GET",path="/.cursor/mcp.json",status="429"} 6 http_requests_total{method="GET",path="/.dj/index.php",status="404"} 1 http_requests_total{method="GET",path="/.docker.7z",status="404"} 1 http_requests_total{method="GET",path="/.docker.bz2",status="404"} 1 http_requests_total{method="GET",path="/.docker.env",status="404"} 1 http_requests_total{method="GET",path="/.docker.gz",status="404"} 1 http_requests_total{method="GET",path="/.docker.rar",status="404"} 1 http_requests_total{method="GET",path="/.docker.sql",status="404"} 1 http_requests_total{method="GET",path="/.docker.sql.bz2",status="404"} 1 http_requests_total{method="GET",path="/.docker.sql.gz",status="404"} 1 http_requests_total{method="GET",path="/.docker.tar",status="404"} 1 http_requests_total{method="GET",path="/.docker.tar.bz2",status="404"} 1 http_requests_total{method="GET",path="/.docker.tar.gz",status="404"} 1 http_requests_total{method="GET",path="/.docker.tar.xz",status="404"} 1 http_requests_total{method="GET",path="/.docker.tgz",status="404"} 1 http_requests_total{method="GET",path="/.docker.zip",status="404"} 1 http_requests_total{method="GET",path="/.docker.zst",status="404"} 1 http_requests_total{method="GET",path="/.docker/.env",status="404"} 1 http_requests_total{method="GET",path="/.docker/.env",status="429"} 3 http_requests_total{method="GET",path="/.docker/config.json",status="404"} 6 http_requests_total{method="GET",path="/.docker/config.json",status="429"} 17 http_requests_total{method="GET",path="/.docker/laravel/app/.env",status="429"} 2 http_requests_total{method="GET",path="/.docker/secrets.json",status="429"} 2 http_requests_total{method="GET",path="/.dockerignore",status="429"} 2 http_requests_total{method="GET",path="/.drone.yml",status="429"} 2 http_requests_total{method="GET",path="/.env",status="404"} 62 http_requests_total{method="GET",path="/.env",status="429"} 8 http_requests_total{method="GET",path="/.env-example",status="429"} 2 http_requests_total{method="GET",path="/.env-sample",status="429"} 2 http_requests_total{method="GET",path="/.env.7z",status="404"} 1 http_requests_total{method="GET",path="/.env.aws",status="429"} 2 http_requests_total{method="GET",path="/.env.backup",status="404"} 9 http_requests_total{method="GET",path="/.env.backup",status="429"} 8 http_requests_total{method="GET",path="/.env.backup1",status="429"} 1 http_requests_total{method="GET",path="/.env.backup2",status="429"} 1 http_requests_total{method="GET",path="/.env.bak",status="404"} 16 http_requests_total{method="GET",path="/.env.bak",status="429"} 8 http_requests_total{method="GET",path="/.env.bz2",status="404"} 1 http_requests_total{method="GET",path="/.env.ci",status="404"} 1 http_requests_total{method="GET",path="/.env.ci",status="429"} 1 http_requests_total{method="GET",path="/.env.config",status="429"} 2 http_requests_total{method="GET",path="/.env.copy",status="404"} 4 http_requests_total{method="GET",path="/.env.copy",status="429"} 2 http_requests_total{method="GET",path="/.env.dev",status="404"} 4 http_requests_total{method="GET",path="/.env.dev",status="429"} 3 http_requests_total{method="GET",path="/.env.dev.local",status="404"} 1 http_requests_total{method="GET",path="/.env.development",status="404"} 8 http_requests_total{method="GET",path="/.env.development",status="429"} 3 http_requests_total{method="GET",path="/.env.dist",status="404"} 2 http_requests_total{method="GET",path="/.env.dist",status="429"} 4 http_requests_total{method="GET",path="/.env.docker",status="404"} 2 http_requests_total{method="GET",path="/.env.docker",status="429"} 3 http_requests_total{method="GET",path="/.env.docker.dev",status="429"} 2 http_requests_total{method="GET",path="/.env.example",status="404"} 13 http_requests_total{method="GET",path="/.env.example",status="429"} 3 http_requests_total{method="GET",path="/.env.gz",status="404"} 1 http_requests_total{method="GET",path="/.env.int",status="429"} 2 http_requests_total{method="GET",path="/.env.json",status="404"} 4 http_requests_total{method="GET",path="/.env.json",status="429"} 10 http_requests_total{method="GET",path="/.env.live",status="404"} 2 http_requests_total{method="GET",path="/.env.live",status="429"} 3 http_requests_total{method="GET",path="/.env.local",status="404"} 25 http_requests_total{method="GET",path="/.env.local",status="429"} 3 http_requests_total{method="GET",path="/.env.local.backup",status="404"} 3 http_requests_total{method="GET",path="/.env.local.backup",status="429"} 3 http_requests_total{method="GET",path="/.env.local.bak",status="404"} 3 http_requests_total{method="GET",path="/.env.local.bak",status="429"} 3 http_requests_total{method="GET",path="/.env.local.copy",status="404"} 2 http_requests_total{method="GET",path="/.env.local.copy",status="429"} 4 http_requests_total{method="GET",path="/.env.local.old",status="404"} 3 http_requests_total{method="GET",path="/.env.local.old",status="429"} 3 http_requests_total{method="GET",path="/.env.local.orig",status="404"} 4 http_requests_total{method="GET",path="/.env.local.orig",status="429"} 2 http_requests_total{method="GET",path="/.env.local.php",status="429"} 2 http_requests_total{method="GET",path="/.env.local.save",status="404"} 3 http_requests_total{method="GET",path="/.env.local.save",status="429"} 3 http_requests_total{method="GET",path="/.env.local.swp",status="404"} 3 http_requests_total{method="GET",path="/.env.local.swp",status="429"} 3 http_requests_total{method="GET",path="/.env.local~",status="404"} 2 http_requests_total{method="GET",path="/.env.local~",status="429"} 4 http_requests_total{method="GET",path="/.env.old",status="404"} 16 http_requests_total{method="GET",path="/.env.old",status="429"} 6 http_requests_total{method="GET",path="/.env.orig",status="404"} 3 http_requests_total{method="GET",path="/.env.orig",status="429"} 4 http_requests_total{method="GET",path="/.env.php",status="404"} 2 http_requests_total{method="GET",path="/.env.php",status="429"} 2 http_requests_total{method="GET",path="/.env.php.bak",status="404"} 1 http_requests_total{method="GET",path="/.env.preprod",status="404"} 1 http_requests_total{method="GET",path="/.env.preprod",status="429"} 1 http_requests_total{method="GET",path="/.env.prod",status="404"} 12 http_requests_total{method="GET",path="/.env.prod",status="429"} 2 http_requests_total{method="GET",path="/.env.production",status="404"} 11 http_requests_total{method="GET",path="/.env.production",status="429"} 7 http_requests_total{method="GET",path="/.env.production.backup",status="404"} 3 http_requests_total{method="GET",path="/.env.production.backup",status="429"} 3 http_requests_total{method="GET",path="/.env.production.bak",status="404"} 2 http_requests_total{method="GET",path="/.env.production.bak",status="429"} 4 http_requests_total{method="GET",path="/.env.production.copy",status="404"} 6 http_requests_total{method="GET",path="/.env.production.local",status="404"} 8 http_requests_total{method="GET",path="/.env.production.old",status="404"} 2 http_requests_total{method="GET",path="/.env.production.old",status="429"} 4 http_requests_total{method="GET",path="/.env.production.orig",status="404"} 4 http_requests_total{method="GET",path="/.env.production.orig",status="429"} 2 http_requests_total{method="GET",path="/.env.production.save",status="404"} 1 http_requests_total{method="GET",path="/.env.production.save",status="429"} 5 http_requests_total{method="GET",path="/.env.production.swp",status="404"} 2 http_requests_total{method="GET",path="/.env.production.swp",status="429"} 4 http_requests_total{method="GET",path="/.env.production~",status="404"} 2 http_requests_total{method="GET",path="/.env.production~",status="429"} 4 http_requests_total{method="GET",path="/.env.project",status="429"} 2 http_requests_total{method="GET",path="/.env.qa",status="429"} 2 http_requests_total{method="GET",path="/.env.rar",status="404"} 1 http_requests_total{method="GET",path="/.env.remote",status="404"} 1 http_requests_total{method="GET",path="/.env.remote",status="429"} 1 http_requests_total{method="GET",path="/.env.sample",status="404"} 1 http_requests_total{method="GET",path="/.env.sample",status="429"} 3 http_requests_total{method="GET",path="/.env.save",status="404"} 6 http_requests_total{method="GET",path="/.env.save",status="429"} 7 http_requests_total{method="GET",path="/.env.shared",status="404"} 1 http_requests_total{method="GET",path="/.env.sql",status="404"} 1 http_requests_total{method="GET",path="/.env.sql.bz2",status="404"} 1 http_requests_total{method="GET",path="/.env.sql.gz",status="404"} 1 http_requests_total{method="GET",path="/.env.stage",status="404"} 9 http_requests_total{method="GET",path="/.env.stage",status="429"} 1 http_requests_total{method="GET",path="/.env.staging",status="404"} 6 http_requests_total{method="GET",path="/.env.staging",status="429"} 4 http_requests_total{method="GET",path="/.env.swp",status="404"} 4 http_requests_total{method="GET",path="/.env.swp",status="429"} 6 http_requests_total{method="GET",path="/.env.tar",status="404"} 1 http_requests_total{method="GET",path="/.env.tar.bz2",status="404"} 1 http_requests_total{method="GET",path="/.env.tar.gz",status="404"} 1 http_requests_total{method="GET",path="/.env.tar.xz",status="404"} 1 http_requests_total{method="GET",path="/.env.test",status="404"} 4 http_requests_total{method="GET",path="/.env.test",status="429"} 5 http_requests_total{method="GET",path="/.env.testing",status="429"} 2 http_requests_total{method="GET",path="/.env.tgz",status="404"} 1 http_requests_total{method="GET",path="/.env.tmp",status="404"} 1 http_requests_total{method="GET",path="/.env.txt",status="404"} 1 http_requests_total{method="GET",path="/.env.txt",status="429"} 1 http_requests_total{method="GET",path="/.env.uat",status="404"} 1 http_requests_total{method="GET",path="/.env.uat",status="429"} 1 http_requests_total{method="GET",path="/.env.yaml",status="429"} 1 http_requests_total{method="GET",path="/.env.yml",status="429"} 1 http_requests_total{method="GET",path="/.env.zip",status="404"} 1 http_requests_total{method="GET",path="/.env.zst",status="404"} 1 http_requests_total{method="GET",path="/.env1",status="429"} 1 http_requests_total{method="GET",path="/.env2",status="404"} 1 http_requests_total{method="GET",path="/.env_1",status="404"} 1 http_requests_total{method="GET",path="/.env_copy",status="429"} 1 http_requests_total{method="GET",path="/.env_sample",status="404"} 8 http_requests_total{method="GET",path="/.environment",status="429"} 2 http_requests_total{method="GET",path="/.envrc",status="404"} 1 http_requests_total{method="GET",path="/.env~",status="404"} 5 http_requests_total{method="GET",path="/.env~",status="429"} 5 http_requests_total{method="GET",path="/.firebase/hosting.json",status="404"} 1 http_requests_total{method="GET",path="/.gcp/credentials.json",status="404"} 2 http_requests_total{method="GET",path="/.gcp/credentials.json",status="429"} 5 http_requests_total{method="GET",path="/.git",status="429"} 2 http_requests_total{method="GET",path="/.git-askpass.sh",status="429"} 2 http_requests_total{method="GET",path="/.git-credentials",status="404"} 2 http_requests_total{method="GET",path="/.git-credentials",status="429"} 2 http_requests_total{method="GET",path="/.git-secret",status="429"} 2 http_requests_total{method="GET",path="/.git-secrets",status="429"} 2 http_requests_total{method="GET",path="/.git.7z",status="404"} 1 http_requests_total{method="GET",path="/.git.bz2",status="404"} 1 http_requests_total{method="GET",path="/.git.gz",status="404"} 1 http_requests_total{method="GET",path="/.git.rar",status="404"} 1 http_requests_total{method="GET",path="/.git.sql",status="404"} 1 http_requests_total{method="GET",path="/.git.sql.bz2",status="404"} 1 http_requests_total{method="GET",path="/.git.sql.gz",status="404"} 1 http_requests_total{method="GET",path="/.git.tar",status="404"} 1 http_requests_total{method="GET",path="/.git.tar.bz2",status="404"} 1 http_requests_total{method="GET",path="/.git.tar.gz",status="404"} 1 http_requests_total{method="GET",path="/.git.tar.xz",status="404"} 1 http_requests_total{method="GET",path="/.git.tgz",status="404"} 1 http_requests_total{method="GET",path="/.git.zip",status="404"} 1 http_requests_total{method="GET",path="/.git.zst",status="404"} 1 http_requests_total{method="GET",path="/.git/",status="404"} 1 http_requests_total{method="GET",path="/.git/",status="429"} 1 http_requests_total{method="GET",path="/.git/.env",status="429"} 1 http_requests_total{method="GET",path="/.git/COMMIT_EDITMSG",status="429"} 2 http_requests_total{method="GET",path="/.git/FETCH_HEAD",status="404"} 6 http_requests_total{method="GET",path="/.git/FETCH_HEAD",status="429"} 2 http_requests_total{method="GET",path="/.git/HEAD",status="404"} 14 http_requests_total{method="GET",path="/.git/HEAD",status="429"} 4 http_requests_total{method="GET",path="/.git/ORIG_HEAD",status="429"} 2 http_requests_total{method="GET",path="/.git/config",status="404"} 57 http_requests_total{method="GET",path="/.git/config",status="429"} 5 http_requests_total{method="GET",path="/.git/config.bak",status="429"} 2 http_requests_total{method="GET",path="/.git/config.old",status="429"} 2 http_requests_total{method="GET",path="/.git/config~",status="429"} 2 http_requests_total{method="GET",path="/.git/description",status="429"} 2 http_requests_total{method="GET",path="/.git/hooks",status="429"} 2 http_requests_total{method="GET",path="/.git/hooks/post-commit",status="429"} 2 http_requests_total{method="GET",path="/.git/hooks/pre-commit",status="429"} 2 http_requests_total{method="GET",path="/.git/index",status="404"} 1 http_requests_total{method="GET",path="/.git/index",status="429"} 2 http_requests_total{method="GET",path="/.git/info",status="429"} 2 http_requests_total{method="GET",path="/.git/info/exclude",status="404"} 1 http_requests_total{method="GET",path="/.git/info/exclude",status="429"} 1 http_requests_total{method="GET",path="/.git/logs/HEAD",status="404"} 6 http_requests_total{method="GET",path="/.git/logs/HEAD",status="429"} 3 http_requests_total{method="GET",path="/.git/logs/refs/heads/main",status="404"} 1 http_requests_total{method="GET",path="/.git/logs/refs/heads/main",status="429"} 1 http_requests_total{method="GET",path="/.git/logs/refs/heads/master",status="404"} 1 http_requests_total{method="GET",path="/.git/logs/refs/heads/master",status="429"} 1 http_requests_total{method="GET",path="/.git/logs/refs/remotes/origin/main",status="429"} 2 http_requests_total{method="GET",path="/.git/logs/refs/remotes/origin/master",status="429"} 2 http_requests_total{method="GET",path="/.git/objects",status="429"} 2 http_requests_total{method="GET",path="/.git/objects/info",status="429"} 2 http_requests_total{method="GET",path="/.git/objects/pack",status="404"} 1 http_requests_total{method="GET",path="/.git/objects/pack",status="429"} 1 http_requests_total{method="GET",path="/.git/packed-refs",status="404"} 1 http_requests_total{method="GET",path="/.git/packed-refs",status="429"} 2 http_requests_total{method="GET",path="/.git/refs/heads/main",status="404"} 5 http_requests_total{method="GET",path="/.git/refs/heads/main",status="429"} 3 http_requests_total{method="GET",path="/.git/refs/heads/master",status="404"} 5 http_requests_total{method="GET",path="/.git/refs/heads/master",status="429"} 3 http_requests_total{method="GET",path="/.git/refs/remotes/origin/HEAD",status="429"} 2 http_requests_total{method="GET",path="/.gitattributes",status="429"} 2 http_requests_total{method="GET",path="/.github",status="429"} 2 http_requests_total{method="GET",path="/.github/CODEOWNERS",status="429"} 2 http_requests_total{method="GET",path="/.github/ISSUE_TEMPLATE",status="429"} 2 http_requests_total{method="GET",path="/.github/PULL_REQUEST_TEMPLATE.md",status="404"} 1 http_requests_total{method="GET",path="/.github/PULL_REQUEST_TEMPLATE.md",status="429"} 1 http_requests_total{method="GET",path="/.github/dependabot.yml",status="429"} 2 http_requests_total{method="GET",path="/.github/funding.yml",status="429"} 2 http_requests_total{method="GET",path="/.github/stale.yml",status="429"} 2 http_requests_total{method="GET",path="/.github/workflows",status="429"} 2 http_requests_total{method="GET",path="/.github/workflows/ci.yml",status="429"} 2 http_requests_total{method="GET",path="/.github/workflows/deploy.yml",status="404"} 1 http_requests_total{method="GET",path="/.github/workflows/main.yml",status="404"} 2 http_requests_total{method="GET",path="/.github/workflows/main.yml",status="429"} 2 http_requests_total{method="GET",path="/.gitignore",status="429"} 2 http_requests_total{method="GET",path="/.gitlab",status="429"} 2 http_requests_total{method="GET",path="/.gitlab-ci",status="429"} 2 http_requests_total{method="GET",path="/.gitlab-ci.yml",status="404"} 2 http_requests_total{method="GET",path="/.gitlab-ci.yml",status="429"} 4 http_requests_total{method="GET",path="/.gitlab/issue_templates",status="404"} 1 http_requests_total{method="GET",path="/.gitlab/issue_templates",status="429"} 1 http_requests_total{method="GET",path="/.gitlab/merge_request_templates",status="429"} 2 http_requests_total{method="GET",path="/.gitmodules",status="429"} 2 http_requests_total{method="GET",path="/.hg/hgrc",status="404"} 1 http_requests_total{method="GET",path="/.htaccess",status="404"} 1 http_requests_total{method="GET",path="/.idea/workspace.xml",status="404"} 1 http_requests_total{method="GET",path="/.jaynes.yml",status="429"} 2 http_requests_total{method="GET",path="/.kube/config",status="404"} 1 http_requests_total{method="GET",path="/.kube/config",status="429"} 2 http_requests_total{method="GET",path="/.lakectl.yaml",status="429"} 2 http_requests_total{method="GET",path="/.local",status="429"} 2 http_requests_total{method="GET",path="/.netlify/functions/*",status="429"} 2 http_requests_total{method="GET",path="/.next/build-manifest.json",status="404"} 3 http_requests_total{method="GET",path="/.next/build-manifest.json",status="429"} 14 http_requests_total{method="GET",path="/.npmrc",status="404"} 2 http_requests_total{method="GET",path="/.npmrc",status="429"} 3 http_requests_total{method="GET",path="/.nuxt/dist/server/client.manifest.json",status="404"} 3 http_requests_total{method="GET",path="/.nuxt/dist/server/client.manifest.json",status="429"} 12 http_requests_total{method="GET",path="/.openai/config.json",status="404"} 2 http_requests_total{method="GET",path="/.openai/config.json",status="429"} 4 http_requests_total{method="GET",path="/.openclaw/agents/main/agent/models.json",status="404"} 1 http_requests_total{method="GET",path="/.openclaw/agents/main/agent/models.json",status="429"} 8 http_requests_total{method="GET",path="/.openclaw/openclaw.json",status="429"} 9 http_requests_total{method="GET",path="/.pem",status="404"} 1 http_requests_total{method="GET",path="/.php",status="429"} 2 http_requests_total{method="GET",path="/.production",status="429"} 2 http_requests_total{method="GET",path="/.properties",status="429"} 2 http_requests_total{method="GET",path="/.pypirc",status="404"} 1 http_requests_total{method="GET",path="/.pypirc",status="429"} 1 http_requests_total{method="GET",path="/.remote",status="429"} 2 http_requests_total{method="GET",path="/.s3cfg",status="404"} 1 http_requests_total{method="GET",path="/.s3cfg",status="429"} 2 http_requests_total{method="GET",path="/.serverless/cloudformation-template-update-stack.json",status="404"} 4 http_requests_total{method="GET",path="/.serverless/cloudformation-template-update-stack.json",status="429"} 11 http_requests_total{method="GET",path="/.sghb.php",status="404"} 1 http_requests_total{method="GET",path="/.ssh/id_dsa",status="404"} 1 http_requests_total{method="GET",path="/.ssh/id_ed25519",status="404"} 1 http_requests_total{method="GET",path="/.ssh/id_rsa",status="429"} 1 http_requests_total{method="GET",path="/.ssh/sftp-config.json",status="404"} 1 http_requests_total{method="GET",path="/.ssh/sftp-config.json",status="429"} 15 http_requests_total{method="GET",path="/.stripe/",status="429"} 2 http_requests_total{method="GET",path="/.svn/entries",status="404"} 1 http_requests_total{method="GET",path="/.sync.yml",status="429"} 2 http_requests_total{method="GET",path="/.terraform.lock.hcl",status="429"} 2 http_requests_total{method="GET",path="/.terraform.tfstate",status="429"} 2 http_requests_total{method="GET",path="/.terraform/credentials.tfrc.json",status="429"} 2 http_requests_total{method="GET",path="/.tmb/",status="429"} 1 http_requests_total{method="GET",path="/.travis.old.yml",status="429"} 2 http_requests_total{method="GET",path="/.travis.yml",status="404"} 7 http_requests_total{method="GET",path="/.travis.yml",status="429"} 2 http_requests_total{method="GET",path="/.vercel/functions/*",status="404"} 1 http_requests_total{method="GET",path="/.vercel/functions/*",status="429"} 1 http_requests_total{method="GET",path="/.vite/manifest.json",status="404"} 5 http_requests_total{method="GET",path="/.vite/manifest.json",status="429"} 14 http_requests_total{method="GET",path="/.vscode/.env",status="404"} 7 http_requests_total{method="GET",path="/.vscode/settings.json",status="404"} 1 http_requests_total{method="GET",path="/.vscode/settings.json",status="429"} 17 http_requests_total{method="GET",path="/.vscode/sftp.json",status="404"} 13 http_requests_total{method="GET",path="/.vscode/sftp.json",status="429"} 19 http_requests_total{method="GET",path="/.well-known/",status="404"} 2 http_requests_total{method="GET",path="/.well-known/*",status="429"} 2 http_requests_total{method="GET",path="/.well-known/about.php",status="404"} 1 http_requests_total{method="GET",path="/.well-known/acme-challenge/",status="429"} 2 http_requests_total{method="GET",path="/.well-known/acme-challenge/*",status="429"} 2 http_requests_total{method="GET",path="/.well-known/acme-challenge/about.php",status="404"} 1 http_requests_total{method="GET",path="/.well-known/admin.php",status="404"} 2 http_requests_total{method="GET",path="/.well-known/index.php",status="404"} 2 http_requests_total{method="GET",path="/.well-known/jwks.json",status="404"} 1 http_requests_total{method="GET",path="/.well-known/jwks.json",status="429"} 16 http_requests_total{method="GET",path="/.well-known/log.php",status="404"} 2 http_requests_total{method="GET",path="/.well-known/nastar.php",status="404"} 1 http_requests_total{method="GET",path="/.well-known/security.txt",status="404"} 16 http_requests_total{method="GET",path="/.well-known/stripe.txt",status="429"} 2 http_requests_total{method="GET",path="/.well-known/stripe/",status="429"} 2 http_requests_total{method="GET",path="/.wp-config.php.swp",status="404"} 1 http_requests_total{method="GET",path="/.wp-config.php.swp",status="429"} 3 http_requests_total{method="GET",path="/.yarnrc",status="404"} 4 http_requests_total{method="GET",path="/.yarnrc.yml",status="404"} 1 http_requests_total{method="GET",path="//.aws/credentials",status="404"} 2 http_requests_total{method="GET",path="//.env",status="404"} 1 http_requests_total{method="GET",path="//.env",status="429"} 1 http_requests_total{method="GET",path="//2018/wp-includes/wlwmanifest.xml",status="404"} 9 http_requests_total{method="GET",path="//2019/wp-includes/wlwmanifest.xml",status="404"} 7 http_requests_total{method="GET",path="//a1.php",status="429"} 1 http_requests_total{method="GET",path="//admin.php",status="404"} 1 http_requests_total{method="GET",path="//adminfuns.php",status="404"} 1 http_requests_total{method="GET",path="//adminfuns.php",status="429"} 1 http_requests_total{method="GET",path="//av.php",status="404"} 1 http_requests_total{method="GET",path="//av.php",status="429"} 1 http_requests_total{method="GET",path="//backend/.env",status="404"} 2 http_requests_total{method="GET",path="//blog/wp-includes/wlwmanifest.xml",status="404"} 10 http_requests_total{method="GET",path="//cgi-bin/admin.php",status="429"} 1 http_requests_total{method="GET",path="//cgi-bin/index.php",status="404"} 2 http_requests_total{method="GET",path="//cms/wp-includes/wlwmanifest.xml",status="404"} 12 http_requests_total{method="GET",path="//dostshell.php",status="404"} 1 http_requests_total{method="GET",path="//edit.php",status="429"} 1 http_requests_total{method="GET",path="//erty.php",status="404"} 1 http_requests_total{method="GET",path="//f6.php",status="404"} 1 http_requests_total{method="GET",path="//file6.php",status="404"} 1 http_requests_total{method="GET",path="//media/wp-includes/wlwmanifest.xml",status="404"} 5 http_requests_total{method="GET",path="//news/wp-includes/wlwmanifest.xml",status="404"} 5 http_requests_total{method="GET",path="//nw.php",status="404"} 2 http_requests_total{method="GET",path="//shell.php",status="404"} 1 http_requests_total{method="GET",path="//shop/wp-includes/wlwmanifest.xml",status="404"} 11 http_requests_total{method="GET",path="//site/wp-includes/wlwmanifest.xml",status="404"} 5 http_requests_total{method="GET",path="//sito/wp-includes/wlwmanifest.xml",status="404"} 5 http_requests_total{method="GET",path="//sl.php",status="404"} 1 http_requests_total{method="GET",path="//test.php",status="404"} 1 http_requests_total{method="GET",path="//test/wp-includes/wlwmanifest.xml",status="404"} 11 http_requests_total{method="GET",path="//tfm.php",status="404"} 1 http_requests_total{method="GET",path="//themes.php",status="429"} 1 http_requests_total{method="GET",path="//web/wp-includes/wlwmanifest.xml",status="404"} 7 http_requests_total{method="GET",path="//website/wp-includes/wlwmanifest.xml",status="404"} 5 http_requests_total{method="GET",path="//wordpress/wp-includes/wlwmanifest.xml",status="404"} 10 http_requests_total{method="GET",path="//wp-admin/js/index.php",status="404"} 1 http_requests_total{method="GET",path="//wp-content/BypassBest.php",status="404"} 1 http_requests_total{method="GET",path="//wp-content/admin.php",status="404"} 1 http_requests_total{method="GET",path="//wp-content/uploads/2021/02/index.php",status="429"} 1 http_requests_total{method="GET",path="//wp-includes/ID3/license.txt",status="404"} 2 http_requests_total{method="GET",path="//wp-includes/Requests/",status="429"} 1 http_requests_total{method="GET",path="//wp-includes/block-bindings/",status="404"} 1 http_requests_total{method="GET",path="//wp-includes/css/dist/",status="404"} 2 http_requests_total{method="GET",path="//wp-includes/css/index.php",status="429"} 1 http_requests_total{method="GET",path="//wp-includes/js/jquery/",status="404"} 1 http_requests_total{method="GET",path="//wp-includes/l10n/",status="404"} 2 http_requests_total{method="GET",path="//wp-includes/wlwmanifest.xml",status="404"} 5 http_requests_total{method="GET",path="//wp.php",status="404"} 1 http_requests_total{method="GET",path="//wp/wp-includes/wlwmanifest.xml",status="404"} 12 http_requests_total{method="GET",path="//wp1/wp-includes/wlwmanifest.xml",status="404"} 6 http_requests_total{method="GET",path="//wp2/wp-includes/wlwmanifest.xml",status="404"} 10 http_requests_total{method="GET",path="//x.php",status="404"} 1 http_requests_total{method="GET",path="//xfile25.php",status="404"} 1 http_requests_total{method="GET",path="//xmlrpc.php",status="404"} 12 http_requests_total{method="GET",path="//zwso.php",status="404"} 1 http_requests_total{method="GET",path="/0.php",status="404"} 1 http_requests_total{method="GET",path="/00.php",status="404"} 1 http_requests_total{method="GET",path="/030.php",status="404"} 1 http_requests_total{method="GET",path="/031.php",status="404"} 1 http_requests_total{method="GET",path="/04.php",status="404"} 2 http_requests_total{method="GET",path="/06.php",status="404"} 1 http_requests_total{method="GET",path="/0d.php",status="404"} 1 http_requests_total{method="GET",path="/0upb5b.php",status="404"} 1 http_requests_total{method="GET",path="/0x.php",status="404"} 6 http_requests_total{method="GET",path="/0x0x.php",status="404"} 1 http_requests_total{method="GET",path="/1.php",status="404"} 8 http_requests_total{method="GET",path="/1.php",status="429"} 3 http_requests_total{method="GET",path="/10.php",status="404"} 1 http_requests_total{method="GET",path="/100.php",status="404"} 6 http_requests_total{method="GET",path="/100.php",status="429"} 1 http_requests_total{method="GET",path="/11.php",status="404"} 6 http_requests_total{method="GET",path="/12.php",status="404"} 5 http_requests_total{method="GET",path="/123.php",status="404"} 1 http_requests_total{method="GET",path="/13.php",status="404"} 3 http_requests_total{method="GET",path="/133.php",status="404"} 1 http_requests_total{method="GET",path="/144.php",status="404"} 1 http_requests_total{method="GET",path="/155.php",status="404"} 4 http_requests_total{method="GET",path="/166.php",status="404"} 2 http_requests_total{method="GET",path="/19.php",status="404"} 4 http_requests_total{method="GET",path="/1a.php",status="404"} 2 http_requests_total{method="GET",path="/1aa.php",status="404"} 2 http_requests_total{method="GET",path="/1index.php",status="404"} 3 http_requests_total{method="GET",path="/2.php",status="404"} 4 http_requests_total{method="GET",path="/2.php",status="429"} 1 http_requests_total{method="GET",path="/201.php",status="404"} 1 http_requests_total{method="GET",path="/201.php7",status="404"} 1 http_requests_total{method="GET",path="/2020/.env",status="429"} 2 http_requests_total{method="GET",path="/2020/phpinfo.php",status="429"} 2 http_requests_total{method="GET",path="/2021/.env",status="429"} 2 http_requests_total{method="GET",path="/2021/phpinfo.php",status="404"} 1 http_requests_total{method="GET",path="/2021/phpinfo.php",status="429"} 1 http_requests_total{method="GET",path="/2022/.env",status="429"} 2 http_requests_total{method="GET",path="/2022/phpinfo.php",status="429"} 2 http_requests_total{method="GET",path="/2023/.env",status="429"} 2 http_requests_total{method="GET",path="/2023/phpinfo.php",status="429"} 2 http_requests_total{method="GET",path="/2024/.env",status="429"} 2 http_requests_total{method="GET",path="/2024/phpinfo.php",status="429"} 2 http_requests_total{method="GET",path="/2026w.php",status="404"} 2 http_requests_total{method="GET",path="/2026w.php",status="429"} 1 http_requests_total{method="GET",path="/206.php",status="404"} 1 http_requests_total{method="GET",path="/222.php",status="404"} 8 http_requests_total{method="GET",path="/222.php",status="429"} 1 http_requests_total{method="GET",path="/2468.php",status="404"} 1 http_requests_total{method="GET",path="/2468.php",status="429"} 1 http_requests_total{method="GET",path="/27kstv.php",status="404"} 1 http_requests_total{method="GET",path="/2P.php",status="404"} 2 http_requests_total{method="GET",path="/2bff55fd.php",status="404"} 1 http_requests_total{method="GET",path="/2clas.php",status="404"} 3 http_requests_total{method="GET",path="/2ksm17n.php",status="404"} 1 http_requests_total{method="GET",path="/3.php",status="404"} 2 http_requests_total{method="GET",path="/33.php",status="404"} 1 http_requests_total{method="GET",path="/333.php",status="404"} 7 http_requests_total{method="GET",path="/3369.php",status="404"} 3 http_requests_total{method="GET",path="/3PJcpMFsD8B.php",status="404"} 1 http_requests_total{method="GET",path="/3us0dk.php",status="404"} 1 http_requests_total{method="GET",path="/4.php",status="404"} 1 http_requests_total{method="GET",path="/403.php",status="404"} 6 http_requests_total{method="GET",path="/404.php",status="404"} 7 http_requests_total{method="GET",path="/4PJcpMFsD8B.php",status="404"} 1 http_requests_total{method="GET",path="/5.php",status="429"} 1 http_requests_total{method="GET",path="/520.php",status="404"} 2 http_requests_total{method="GET",path="/55b76.php",status="404"} 1 http_requests_total{method="GET",path="/56c53.php",status="404"} 1 http_requests_total{method="GET",path="/5b9ac.php",status="404"} 2 http_requests_total{method="GET",path="/6.php",status="404"} 2 http_requests_total{method="GET",path="/66.php",status="404"} 2 http_requests_total{method="GET",path="/666.php",status="404"} 3 http_requests_total{method="GET",path="/66t.php",status="404"} 1 http_requests_total{method="GET",path="/6fff5faf.php",status="404"} 1 http_requests_total{method="GET",path="/6kDPjgFTmvS.php",status="404"} 2 http_requests_total{method="GET",path="/7.php",status="404"} 6 http_requests_total{method="GET",path="/7.php",status="429"} 2 http_requests_total{method="GET",path="/77.php",status="404"} 3 http_requests_total{method="GET",path="/7gt.php",status="404"} 1 http_requests_total{method="GET",path="/8.php",status="404"} 7 http_requests_total{method="GET",path="/8573.php",status="404"} 1 http_requests_total{method="GET",path="/900.php",status="404"} 1 http_requests_total{method="GET",path="/99.php",status="404"} 2 http_requests_total{method="GET",path="/@vite/env",status="404"} 10 http_requests_total{method="GET",path="/ADMIN/.env",status="429"} 2 http_requests_total{method="GET",path="/API.md",status="404"} 1 http_requests_total{method="GET",path="/API.md",status="429"} 3 http_requests_total{method="GET",path="/API/.env",status="429"} 2 http_requests_total{method="GET",path="/API/common.js",status="429"} 19 http_requests_total{method="GET",path="/API/config.js",status="404"} 2 http_requests_total{method="GET",path="/API/config.js",status="429"} 13 http_requests_total{method="GET",path="/API/config/common.js",status="404"} 1 http_requests_total{method="GET",path="/API/config/common.js",status="429"} 17 http_requests_total{method="GET",path="/API/config/constants.js",status="429"} 19 http_requests_total{method="GET",path="/API/config/database.js",status="404"} 1 http_requests_total{method="GET",path="/API/config/database.js",status="429"} 18 http_requests_total{method="GET",path="/API/config/template.js",status="429"} 17 http_requests_total{method="GET",path="/API/constants.js",status="429"} 19 http_requests_total{method="GET",path="/APP/.env",status="429"} 2 http_requests_total{method="GET",path="/AWS/AWSDetails.ts",status="429"} 2 http_requests_total{method="GET",path="/AWS/ProfileUpload.js",status="404"} 2 http_requests_total{method="GET",path="/AWS/ProfileUpload.js",status="429"} 14 http_requests_total{method="GET",path="/AWSCredentials.properties",status="429"} 2 http_requests_total{method="GET",path="/AWSDetails.ts",status="429"} 2 http_requests_total{method="GET",path="/Api/.env",status="429"} 2 http_requests_total{method="GET",path="/App.config",status="404"} 1 http_requests_total{method="GET",path="/Archive.zip",status="429"} 2 http_requests_total{method="GET",path="/BACK/.env",status="429"} 2 http_requests_total{method="GET",path="/BACKEND/.env",status="429"} 2 http_requests_total{method="GET",path="/BDKR28WP.php",status="404"} 3 http_requests_total{method="GET",path="/BDKR28WP.php",status="429"} 2 http_requests_total{method="GET",path="/BE/.env",status="429"} 2 http_requests_total{method="GET",path="/BackEnd/config.js",status="404"} 1 http_requests_total{method="GET",path="/BackEnd/config.js",status="429"} 17 http_requests_total{method="GET",path="/Backend/.env",status="429"} 2 http_requests_total{method="GET",path="/Be/.env",status="404"} 1 http_requests_total{method="GET",path="/Be/.env",status="429"} 1 http_requests_total{method="GET",path="/CDX2.php",status="404"} 1 http_requests_total{method="GET",path="/Cap.php",status="404"} 1 http_requests_total{method="GET",path="/DOCS.md",status="429"} 4 http_requests_total{method="GET",path="/Docker.md",status="429"} 4 http_requests_total{method="GET",path="/Dockerfile",status="404"} 3 http_requests_total{method="GET",path="/Dockerfile",status="429"} 2 http_requests_total{method="GET",path="/G-In.php",status="404"} 1 http_requests_total{method="GET",path="/IAM.md",status="404"} 1 http_requests_total{method="GET",path="/IAM.md",status="429"} 1 http_requests_total{method="GET",path="/Jenkinsfile",status="404"} 1 http_requests_total{method="GET",path="/LOG.md",status="429"} 2 http_requests_total{method="GET",path="/NOTES.md",status="429"} 4 http_requests_total{method="GET",path="/NewFile.php",status="404"} 2 http_requests_total{method="GET",path="/OVO7xf.php",status="404"} 1 http_requests_total{method="GET",path="/Okxob.php",status="404"} 1 http_requests_total{method="GET",path="/Ov-Simple1.php",status="404"} 1 http_requests_total{method="GET",path="/Procfile",status="404"} 2 http_requests_total{method="GET",path="/Properties/launchSettings.json",status="404"} 2 http_requests_total{method="GET",path="/Properties/launchSettings.json",status="429"} 13 http_requests_total{method="GET",path="/README.md",status="429"} 4 http_requests_total{method="GET",path="/Release.zip",status="429"} 2 http_requests_total{method="GET",path="/RsR.php",status="404"} 1 http_requests_total{method="GET",path="/Sanskrit.php",status="404"} 1 http_requests_total{method="GET",path="/Sanskrit.php",status="429"} 2 http_requests_total{method="GET",path="/SendMail.ts",status="429"} 2 http_requests_total{method="GET",path="/SrHD3odefault.php",status="404"} 1 http_requests_total{method="GET",path="/[...catchAll]",status="429"} 2 http_requests_total{method="GET",path="/[[...optional]]",status="429"} 2 http_requests_total{method="GET",path="/[id]",status="429"} 2 http_requests_total{method="GET",path="/[locale]/*",status="429"} 2 http_requests_total{method="GET",path="/[slug]",status="429"} 2 http_requests_total{method="GET",path="/[tenant]/*",status="429"} 2 http_requests_total{method="GET",path="/[workspace]/*",status="429"} 2 http_requests_total{method="GET",path="/__/firebase/init.json",status="404"} 1 http_requests_total{method="GET",path="/__/firebase/init.json",status="429"} 18 http_requests_total{method="GET",path="/___proxy_subdomain_cpanel",status="404"} 9 http_requests_total{method="GET",path="/___proxy_subdomain_whm/login",status="404"} 9 http_requests_total{method="GET",path="/__debug",status="429"} 2 http_requests_total{method="GET",path="/__env.js",status="404"} 3 http_requests_total{method="GET",path="/__env.js",status="429"} 14 http_requests_total{method="GET",path="/__nextjs_action",status="429"} 2 http_requests_total{method="GET",path="/__nextjs_action/*",status="429"} 2 http_requests_total{method="GET",path="/__phpinfo.php",status="429"} 2 http_requests_total{method="GET",path="/__test.php",status="429"} 2 http_requests_total{method="GET",path="/_api/*",status="429"} 2 http_requests_total{method="GET",path="/_backup/phpinfo.php",status="429"} 2 http_requests_total{method="GET",path="/_config.yml",status="429"} 2 http_requests_total{method="GET",path="/_config_base.yml",status="429"} 2 http_requests_total{method="GET",path="/_debugbar/",status="404"} 1 http_requests_total{method="GET",path="/_environment",status="429"} 2 http_requests_total{method="GET",path="/_inc/phpinfo.php",status="429"} 2 http_requests_total{method="GET",path="/_layouts/*",status="429"} 2 http_requests_total{method="GET",path="/_layouts/15/*",status="429"} 2 http_requests_total{method="GET",path="/_next/build-manifest.json",status="404"} 2 http_requests_total{method="GET",path="/_next/build-manifest.json",status="429"} 16 http_requests_total{method="GET",path="/_next/data/*/*.json",status="404"} 1 http_requests_total{method="GET",path="/_next/data/*/*.json",status="429"} 1 http_requests_total{method="GET",path="/_next/data/*/about.json",status="429"} 2 http_requests_total{method="GET",path="/_next/data/*/index.json",status="429"} 2 http_requests_total{method="GET",path="/_next/data/buildId/home.json",status="404"} 8 http_requests_total{method="GET",path="/_next/data/buildId/home.json",status="429"} 17 http_requests_total{method="GET",path="/_next/data/buildId/index.json",status="404"} 10 http_requests_total{method="GET",path="/_next/data/buildId/index.json",status="429"} 12 http_requests_total{method="GET",path="/_next/data/buildId/page.json",status="404"} 17 http_requests_total{method="GET",path="/_next/data/buildId/page.json",status="429"} 10 http_requests_total{method="GET",path="/_next/static/*",status="429"} 2 http_requests_total{method="GET",path="/_next/static/buildManifest.js",status="404"} 5 http_requests_total{method="GET",path="/_next/static/buildManifest.js",status="429"} 12 http_requests_total{method="GET",path="/_next/static/chunks/aws-*",status="404"} 1 http_requests_total{method="GET",path="/_next/static/chunks/main.js",status="404"} 2 http_requests_total{method="GET",path="/_next/static/chunks/main.js",status="429"} 17 http_requests_total{method="GET",path="/_next/static/chunks/pages/",status="404"} 7 http_requests_total{method="GET",path="/_next/static/chunks/pages/_app.js",status="404"} 2 http_requests_total{method="GET",path="/_next/static/chunks/pages/_app.js",status="429"} 16 http_requests_total{method="GET",path="/_nuxt/aws.config.js",status="404"} 1 http_requests_total{method="GET",path="/_nuxt/aws.config.js",status="429"} 18 http_requests_total{method="GET",path="/_nuxt/builds/latest.json",status="404"} 2 http_requests_total{method="GET",path="/_nuxt/builds/latest.json",status="429"} 17 http_requests_total{method="GET",path="/_nuxt/manifest.json",status="404"} 4 http_requests_total{method="GET",path="/_nuxt/manifest.json",status="429"} 15 http_requests_total{method="GET",path="/_phpinfo.php",status="404"} 8 http_requests_total{method="GET",path="/_phpinfo.php",status="429"} 3 http_requests_total{method="GET",path="/_profiler/info",status="429"} 2 http_requests_total{method="GET",path="/_profiler/phpinfo",status="404"} 10 http_requests_total{method="GET",path="/_profiler/phpinfo",status="429"} 5 http_requests_total{method="GET",path="/_profiler/phpinfo.php",status="429"} 2 http_requests_total{method="GET",path="/_profiler/phpinfo/info.php",status="404"} 7 http_requests_total{method="GET",path="/_profiler/phpinfo/phpinfo.php",status="404"} 7 http_requests_total{method="GET",path="/_react/action/*",status="404"} 1 http_requests_total{method="GET",path="/_react/action/*",status="429"} 1 http_requests_total{method="GET",path="/_react/data/*",status="429"} 2 http_requests_total{method="GET",path="/_test.php",status="429"} 2 http_requests_total{method="GET",path="/_vercel/insights",status="429"} 2 http_requests_total{method="GET",path="/_vti_bin/*",status="429"} 2 http_requests_total{method="GET",path="/_waku/*",status="429"} 2 http_requests_total{method="GET",path="/a.php",status="404"} 1 http_requests_total{method="GET",path="/a1.php",status="404"} 5 http_requests_total{method="GET",path="/a2.php",status="404"} 1 http_requests_total{method="GET",path="/a3.php",status="404"} 1 http_requests_total{method="GET",path="/a4.php",status="404"} 3 http_requests_total{method="GET",path="/a5.php",status="404"} 4 http_requests_total{method="GET",path="/a5.php",status="429"} 1 http_requests_total{method="GET",path="/a5e0a.php",status="404"} 1 http_requests_total{method="GET",path="/a7.php",status="404"} 2 http_requests_total{method="GET",path="/aa.php",status="404"} 9 http_requests_total{method="GET",path="/aa21.php",status="404"} 2 http_requests_total{method="GET",path="/aaa.php",status="404"} 2 http_requests_total{method="GET",path="/aaf.php",status="404"} 2 http_requests_total{method="GET",path="/ab.php",status="404"} 1 http_requests_total{method="GET",path="/abc.php",status="404"} 3 http_requests_total{method="GET",path="/abcd.php",status="404"} 6 http_requests_total{method="GET",path="/about",status="404"} 10 http_requests_total{method="GET",path="/about",status="429"} 2 http_requests_total{method="GET",path="/about.php",status="404"} 10 http_requests_total{method="GET",path="/about/function.php",status="404"} 2 http_requests_total{method="GET",path="/aboutc.php",status="404"} 1 http_requests_total{method="GET",path="/aboute.php",status="404"} 1 http_requests_total{method="GET",path="/aboute.php",status="429"} 1 http_requests_total{method="GET",path="/abrand.php",status="404"} 1 http_requests_total{method="GET",path="/ac.php",status="404"} 2 http_requests_total{method="GET",path="/account.json",status="429"} 1 http_requests_total{method="GET",path="/acp.php",status="404"} 3 http_requests_total{method="GET",path="/acp.php",status="429"} 1 http_requests_total{method="GET",path="/actions/*",status="429"} 2 http_requests_total{method="GET",path="/actions/.env",status="429"} 1 http_requests_total{method="GET",path="/actuator/env",status="404"} 10 http_requests_total{method="GET",path="/actuator/env",status="429"} 1 http_requests_total{method="GET",path="/admin-app/.env",status="429"} 2 http_requests_total{method="GET",path="/admin-footer.php",status="404"} 2 http_requests_total{method="GET",path="/admin-panel/.env",status="404"} 1 http_requests_total{method="GET",path="/admin-panel/.env",status="429"} 1 http_requests_total{method="GET",path="/admin.7z",status="404"} 1 http_requests_total{method="GET",path="/admin.bz2",status="404"} 1 http_requests_total{method="GET",path="/admin.gz",status="404"} 1 http_requests_total{method="GET",path="/admin.html",status="429"} 2 http_requests_total{method="GET",path="/admin.php",status="404"} 7 http_requests_total{method="GET",path="/admin.rar",status="404"} 1 http_requests_total{method="GET",path="/admin.sql",status="404"} 1 http_requests_total{method="GET",path="/admin.sql.bz2",status="404"} 1 http_requests_total{method="GET",path="/admin.sql.gz",status="404"} 1 http_requests_total{method="GET",path="/admin.tar",status="404"} 1 http_requests_total{method="GET",path="/admin.tar.bz2",status="404"} 1 http_requests_total{method="GET",path="/admin.tar.gz",status="404"} 1 http_requests_total{method="GET",path="/admin.tar.xz",status="404"} 1 http_requests_total{method="GET",path="/admin.tgz",status="404"} 1 http_requests_total{method="GET",path="/admin.zip",status="404"} 1 http_requests_total{method="GET",path="/admin.zip",status="429"} 2 http_requests_total{method="GET",path="/admin.zst",status="404"} 1 http_requests_total{method="GET",path="/admin/*",status="429"} 2 http_requests_total{method="GET",path="/admin/.env",status="404"} 11 http_requests_total{method="GET",path="/admin/.env",status="429"} 6 http_requests_total{method="GET",path="/admin/.git/config",status="429"} 1 http_requests_total{method="GET",path="/admin/app.js",status="404"} 1 http_requests_total{method="GET",path="/admin/app.js",status="429"} 14 http_requests_total{method="GET",path="/admin/config",status="404"} 8 http_requests_total{method="GET",path="/admin/config",status="429"} 2 http_requests_total{method="GET",path="/admin/config/.env",status="429"} 2 http_requests_total{method="GET",path="/admin/config/common.js",status="404"} 3 http_requests_total{method="GET",path="/admin/config/common.js",status="429"} 14 http_requests_total{method="GET",path="/admin/config/constants.js",status="404"} 1 http_requests_total{method="GET",path="/admin/config/constants.js",status="429"} 18 http_requests_total{method="GET",path="/admin/config/database.js",status="429"} 19 http_requests_total{method="GET",path="/admin/config/template.js",status="429"} 17 http_requests_total{method="GET",path="/admin/config_pro.toml",status="429"} 2 http_requests_total{method="GET",path="/admin/console/.env",status="429"} 2 http_requests_total{method="GET",path="/admin/constant.js",status="404"} 1 http_requests_total{method="GET",path="/admin/constant.js",status="429"} 16 http_requests_total{method="GET",path="/admin/constants.js",status="404"} 1 http_requests_total{method="GET",path="/admin/constants.js",status="429"} 16 http_requests_total{method="GET",path="/admin/controller.js",status="429"} 17 http_requests_total{method="GET",path="/admin/controller/extension/extension/ultra.php",status="404"} 2 http_requests_total{method="GET",path="/admin/controllers/merchant.js",status="404"} 7 http_requests_total{method="GET",path="/admin/controllers/merchant.js",status="429"} 15 http_requests_total{method="GET",path="/admin/controllers/partner.js",status="404"} 7 http_requests_total{method="GET",path="/admin/controllers/partner.js",status="429"} 15 http_requests_total{method="GET",path="/admin/function.php",status="404"} 1 http_requests_total{method="GET",path="/admin/function.php",status="429"} 1 http_requests_total{method="GET",path="/admin/helper.js",status="404"} 1 http_requests_total{method="GET",path="/admin/helper.js",status="429"} 14 http_requests_total{method="GET",path="/admin/index.js",status="429"} 17 http_requests_total{method="GET",path="/admin/info.php",status="429"} 2 http_requests_total{method="GET",path="/admin/mail.js",status="404"} 1 http_requests_total{method="GET",path="/admin/mail.js",status="429"} 14 http_requests_total{method="GET",path="/admin/mailer.js",status="404"} 1 http_requests_total{method="GET",path="/admin/mailer.js",status="429"} 14 http_requests_total{method="GET",path="/admin/mailserver.js",status="404"} 2 http_requests_total{method="GET",path="/admin/mailserver.js",status="429"} 12 http_requests_total{method="GET",path="/admin/php-info.php",status="429"} 2 http_requests_total{method="GET",path="/admin/php.php",status="429"} 2 http_requests_total{method="GET",path="/admin/php_info.php",status="429"} 2 http_requests_total{method="GET",path="/admin/phpinfo.php",status="404"} 3 http_requests_total{method="GET",path="/admin/phpinfo.php",status="429"} 4 http_requests_total{method="GET",path="/admin/server.js",status="404"} 1 http_requests_total{method="GET",path="/admin/server.js",status="429"} 16 http_requests_total{method="GET",path="/admin/server_info.php",status="404"} 7 http_requests_total{method="GET",path="/admin/utils.js",status="429"} 19 http_requests_total{method="GET",path="/admin_phpinfo.php",status="429"} 2 http_requests_total{method="GET",path="/adminer.php",status="429"} 1 http_requests_total{method="GET",path="/adminer.zip",status="429"} 2 http_requests_total{method="GET",path="/adminfuns.php",status="404"} 4 http_requests_total{method="GET",path="/administration.zip",status="429"} 2 http_requests_total{method="GET",path="/administrator/.env",status="404"} 1 http_requests_total{method="GET",path="/administrator/.env",status="429"} 5 http_requests_total{method="GET",path="/administrator/config/.env",status="404"} 1 http_requests_total{method="GET",path="/administrator/config/.env",status="429"} 1 http_requests_total{method="GET",path="/administrator/info.php",status="429"} 2 http_requests_total{method="GET",path="/administrator/phpinfo.php",status="429"} 3 http_requests_total{method="GET",path="/administrators.zip",status="429"} 2 http_requests_total{method="GET",path="/admlo.php",status="429"} 1 http_requests_total{method="GET",path="/adobe.zip",status="429"} 2 http_requests_total{method="GET",path="/aevly.php",status="404"} 5 http_requests_total{method="GET",path="/aghbvr.php",status="404"} 1 http_requests_total{method="GET",path="/agieylcmwl.php",status="404"} 1 http_requests_total{method="GET",path="/ah25.php",status="404"} 4 http_requests_total{method="GET",path="/aj.php",status="404"} 1 http_requests_total{method="GET",path="/aj11.php",status="404"} 3 http_requests_total{method="GET",path="/aj12.php",status="404"} 1 http_requests_total{method="GET",path="/ajax.php",status="404"} 2 http_requests_total{method="GET",path="/akcc.php",status="404"} 2 http_requests_total{method="GET",path="/akcc.php",status="429"} 1 http_requests_total{method="GET",path="/akk.php",status="404"} 1 http_requests_total{method="GET",path="/albin.php",status="404"} 4 http_requests_total{method="GET",path="/alerts.zip",status="429"} 2 http_requests_total{method="GET",path="/alfa.php",status="404"} 8 http_requests_total{method="GET",path="/alpa.php",status="404"} 1 http_requests_total{method="GET",path="/alpha.php",status="404"} 4 http_requests_total{method="GET",path="/alpha.zip",status="429"} 2 http_requests_total{method="GET",path="/amax.php",status="404"} 3 http_requests_total{method="GET",path="/amdin.php",status="429"} 1 http_requests_total{method="GET",path="/amp.php",status="404"} 2 http_requests_total{method="GET",path="/amplify.yml",status="404"} 1 http_requests_total{method="GET",path="/amplify/",status="404"} 1 http_requests_total{method="GET",path="/amplify/aws-exports.js",status="404"} 1 http_requests_total{method="GET",path="/amplify/aws-exports.js",status="429"} 18 http_requests_total{method="GET",path="/amplify/backend/aws-exports.js",status="404"} 1 http_requests_total{method="GET",path="/amplify/backend/aws-exports.js",status="429"} 18 http_requests_total{method="GET",path="/amplify/backend/build/parameters.json",status="404"} 2 http_requests_total{method="GET",path="/amplify/backend/build/parameters.json",status="429"} 15 http_requests_total{method="GET",path="/amplify/team-provider-info.json",status="429"} 2 http_requests_total{method="GET",path="/amplitude.zip",status="429"} 2 http_requests_total{method="GET",path="/amwxl.php",status="404"} 1 http_requests_total{method="GET",path="/amxloxxr.php",status="404"} 1 http_requests_total{method="GET",path="/amxloxxr.php",status="429"} 1 http_requests_total{method="GET",path="/an.php",status="404"} 2 http_requests_total{method="GET",path="/an.php",status="429"} 1 http_requests_total{method="GET",path="/analytics.zip",status="429"} 2 http_requests_total{method="GET",path="/android.zip",status="429"} 2 http_requests_total{method="GET",path="/angular.json",status="429"} 17 http_requests_total{method="GET",path="/angular.zip",status="429"} 2 http_requests_total{method="GET",path="/angular/.env",status="429"} 1 http_requests_total{method="GET",path="/animations.zip",status="429"} 2 http_requests_total{method="GET",path="/ansible/.env",status="429"} 1 http_requests_total{method="GET",path="/ansible/aws/inventory/ec2.ini",status="429"} 2 http_requests_total{method="GET",path="/ant.php",status="404"} 1 http_requests_total{method="GET",path="/api-backend/.env",status="429"} 2 http_requests_total{method="GET",path="/api-docs/swagger.json",status="404"} 8 http_requests_total{method="GET",path="/api-docs/swagger.json",status="429"} 12 http_requests_total{method="GET",path="/api-go.justynclark.com.7z",status="404"} 1 http_requests_total{method="GET",path="/api-go.justynclark.com.bz2",status="404"} 1 http_requests_total{method="GET",path="/api-go.justynclark.com.gz",status="404"} 1 http_requests_total{method="GET",path="/api-go.justynclark.com.rar",status="404"} 1 http_requests_total{method="GET",path="/api-go.justynclark.com.sql",status="404"} 1 http_requests_total{method="GET",path="/api-go.justynclark.com.sql.bz2",status="404"} 1 http_requests_total{method="GET",path="/api-go.justynclark.com.sql.gz",status="404"} 1 http_requests_total{method="GET",path="/api-go.justynclark.com.tar",status="404"} 1 http_requests_total{method="GET",path="/api-go.justynclark.com.tar.bz2",status="404"} 1 http_requests_total{method="GET",path="/api-go.justynclark.com.tar.gz",status="404"} 1 http_requests_total{method="GET",path="/api-go.justynclark.com.tar.xz",status="404"} 1 http_requests_total{method="GET",path="/api-go.justynclark.com.tgz",status="404"} 1 http_requests_total{method="GET",path="/api-go.justynclark.com.zip",status="404"} 1 http_requests_total{method="GET",path="/api-go.justynclark.com.zst",status="404"} 1 http_requests_total{method="GET",path="/api-node/.env",status="429"} 2 http_requests_total{method="GET",path="/api.7z",status="404"} 1 http_requests_total{method="GET",path="/api.bz2",status="404"} 1 http_requests_total{method="GET",path="/api.gz",status="404"} 1 http_requests_total{method="GET",path="/api.rar",status="404"} 1 http_requests_total{method="GET",path="/api.sql",status="404"} 1 http_requests_total{method="GET",path="/api.sql.bz2",status="404"} 1 http_requests_total{method="GET",path="/api.sql.gz",status="404"} 1 http_requests_total{method="GET",path="/api.tar",status="404"} 1 http_requests_total{method="GET",path="/api.tar.bz2",status="404"} 1 http_requests_total{method="GET",path="/api.tar.gz",status="404"} 1 http_requests_total{method="GET",path="/api.tar.xz",status="404"} 1 http_requests_total{method="GET",path="/api.tgz",status="404"} 1 http_requests_total{method="GET",path="/api.zip",status="404"} 1 http_requests_total{method="GET",path="/api.zip",status="429"} 2 http_requests_total{method="GET",path="/api.zst",status="404"} 1 http_requests_total{method="GET",path="/api/*",status="429"} 2 http_requests_total{method="GET",path="/api/.env",status="401"} 14 http_requests_total{method="GET",path="/api/.env",status="429"} 10 http_requests_total{method="GET",path="/api/.environment",status="429"} 2 http_requests_total{method="GET",path="/api/.git/config",status="429"} 1 http_requests_total{method="GET",path="/api/4/version",status="401"} 1 http_requests_total{method="GET",path="/api/[[...slug]]",status="401"} 7 http_requests_total{method="GET",path="/api/account",status="429"} 1 http_requests_total{method="GET",path="/api/app.js",status="401"} 2 http_requests_total{method="GET",path="/api/app.js",status="429"} 13 http_requests_total{method="GET",path="/api/app/.env",status="429"} 2 http_requests_total{method="GET",path="/api/auth/*",status="429"} 2 http_requests_total{method="GET",path="/api/aws/s3.ts",status="429"} 2 http_requests_total{method="GET",path="/api/beta/.env",status="429"} 2 http_requests_total{method="GET",path="/api/client_secret.json",status="401"} 1 http_requests_total{method="GET",path="/api/client_secret.json",status="429"} 19 http_requests_total{method="GET",path="/api/common.js",status="401"} 1 http_requests_total{method="GET",path="/api/common.js",status="429"} 16 http_requests_total{method="GET",path="/api/config",status="429"} 2 http_requests_total{method="GET",path="/api/config.env",status="401"} 7 http_requests_total{method="GET",path="/api/config.ino",status="429"} 2 http_requests_total{method="GET",path="/api/config.js",status="401"} 9 http_requests_total{method="GET",path="/api/config.js",status="429"} 15 http_requests_total{method="GET",path="/api/config/.env",status="429"} 2 http_requests_total{method="GET",path="/api/config/common.js",status="401"} 2 http_requests_total{method="GET",path="/api/config/common.js",status="429"} 15 http_requests_total{method="GET",path="/api/config/config.yml",status="401"} 7 http_requests_total{method="GET",path="/api/config/constants.js",status="401"} 1 http_requests_total{method="GET",path="/api/config/constants.js",status="429"} 16 http_requests_total{method="GET",path="/api/config/database.js",status="429"} 17 http_requests_total{method="GET",path="/api/config/template.js",status="401"} 2 http_requests_total{method="GET",path="/api/config/template.js",status="429"} 11 http_requests_total{method="GET",path="/api/config/tsconfig.json",status="401"} 1 http_requests_total{method="GET",path="/api/config/tsconfig.json",status="429"} 14 http_requests_total{method="GET",path="/api/constant.js",status="401"} 2 http_requests_total{method="GET",path="/api/constant.js",status="429"} 16 http_requests_total{method="GET",path="/api/constants.js",status="401"} 3 http_requests_total{method="GET",path="/api/constants.js",status="429"} 15 http_requests_total{method="GET",path="/api/controller.js",status="401"} 1 http_requests_total{method="GET",path="/api/controller.js",status="429"} 15 http_requests_total{method="GET",path="/api/core/.env",status="429"} 2 http_requests_total{method="GET",path="/api/credentials",status="429"} 2 http_requests_total{method="GET",path="/api/data/*",status="429"} 2 http_requests_total{method="GET",path="/api/dev/.env",status="429"} 3 http_requests_total{method="GET",path="/api/endpoint",status="401"} 7 http_requests_total{method="GET",path="/api/env",status="401"} 1 http_requests_total{method="GET",path="/api/env",status="429"} 1 http_requests_total{method="GET",path="/api/env.js",status="429"} 2 http_requests_total{method="GET",path="/api/health",status="200"} 439 http_requests_total{method="GET",path="/api/health",status="429"} 1 http_requests_total{method="GET",path="/api/helper.js",status="401"} 1 http_requests_total{method="GET",path="/api/helper.js",status="429"} 15 http_requests_total{method="GET",path="/api/index.js",status="429"} 17 http_requests_total{method="GET",path="/api/info.php",status="401"} 1 http_requests_total{method="GET",path="/api/info.php",status="429"} 3 http_requests_total{method="GET",path="/api/login",status="401"} 1 http_requests_total{method="GET",path="/api/login",status="429"} 1 http_requests_total{method="GET",path="/api/mail.js",status="429"} 17 http_requests_total{method="GET",path="/api/mailer.js",status="401"} 1 http_requests_total{method="GET",path="/api/mailer.js",status="429"} 15 http_requests_total{method="GET",path="/api/mailserver.js",status="429"} 17 http_requests_total{method="GET",path="/api/model/config.ts",status="429"} 2 http_requests_total{method="GET",path="/api/node/common.js",status="401"} 3 http_requests_total{method="GET",path="/api/node/common.js",status="429"} 15 http_requests_total{method="GET",path="/api/node/config.js",status="401"} 2 http_requests_total{method="GET",path="/api/node/config.js",status="429"} 15 http_requests_total{method="GET",path="/api/node/constant.js",status="401"} 1 http_requests_total{method="GET",path="/api/node/constant.js",status="429"} 17 http_requests_total{method="GET",path="/api/node/constants.js",status="429"} 19 http_requests_total{method="GET",path="/api/objects/codes.php.save",status="401"} 7 http_requests_total{method="GET",path="/api/openapi.json",status="429"} 19 http_requests_total{method="GET",path="/api/phpinfo.php",status="429"} 4 http_requests_total{method="GET",path="/api/server.js",status="429"} 19 http_requests_total{method="GET",path="/api/serverless/*",status="429"} 2 http_requests_total{method="GET",path="/api/settings",status="429"} 1 http_requests_total{method="GET",path="/api/settings.py",status="429"} 4 http_requests_total{method="GET",path="/api/shared/.env",status="401"} 8 http_requests_total{method="GET",path="/api/shared/config.env",status="401"} 8 http_requests_total{method="GET",path="/api/shared/config/.env",status="401"} 7 http_requests_total{method="GET",path="/api/shared/config/config.env",status="401"} 7 http_requests_total{method="GET",path="/api/staging/.env",status="429"} 1 http_requests_total{method="GET",path="/api/stream/range",status="200"} 6 http_requests_total{method="GET",path="/api/stream/range",status="206"} 49 http_requests_total{method="GET",path="/api/stream/range",status="404"} 1 http_requests_total{method="GET",path="/api/swagger.json",status="401"} 6 http_requests_total{method="GET",path="/api/swagger.json",status="429"} 17 http_requests_total{method="GET",path="/api/test",status="401"} 7 http_requests_total{method="GET",path="/api/test/.env",status="429"} 2 http_requests_total{method="GET",path="/api/user",status="429"} 2 http_requests_total{method="GET",path="/api/users/*",status="429"} 2 http_requests_total{method="GET",path="/api/utils.js",status="429"} 17 http_requests_total{method="GET",path="/api/v1/*",status="429"} 2 http_requests_total{method="GET",path="/api/v1/.env",status="401"} 2 http_requests_total{method="GET",path="/api/v1/.env",status="429"} 2 http_requests_total{method="GET",path="/api/v1/config",status="429"} 1 http_requests_total{method="GET",path="/api/v1/credentials",status="429"} 2 http_requests_total{method="GET",path="/api/v1/env",status="401"} 1 http_requests_total{method="GET",path="/api/v1/executions",status="429"} 2 http_requests_total{method="GET",path="/api/v1/phpinfo.php",status="429"} 2 http_requests_total{method="GET",path="/api/v1/settings",status="429"} 1 http_requests_total{method="GET",path="/api/v1/workflows",status="429"} 2 http_requests_total{method="GET",path="/api/v2/.env",status="401"} 2 http_requests_total{method="GET",path="/api/v2/.env",status="429"} 2 http_requests_total{method="GET",path="/api/v2/config",status="429"} 1 http_requests_total{method="GET",path="/api/v2/phpinfo.php",status="429"} 2 http_requests_total{method="GET",path="/api/v2/settings",status="429"} 1 http_requests_total{method="GET",path="/api/v3/.env",status="429"} 1 http_requests_total{method="GET",path="/api/webhook/*",status="429"} 2 http_requests_total{method="GET",path="/apis.zip",status="429"} 2 http_requests_total{method="GET",path="/apis/.env",status="429"} 2 http_requests_total{method="GET",path="/apis/config/config.js",status="404"} 9 http_requests_total{method="GET",path="/apis/config/config.js",status="429"} 14 http_requests_total{method="GET",path="/apis/controllers/users.js",status="404"} 7 http_requests_total{method="GET",path="/apis/controllers/users.js",status="429"} 17 http_requests_total{method="GET",path="/apis/index.js",status="404"} 1 http_requests_total{method="GET",path="/apis/index.js",status="429"} 18 http_requests_total{method="GET",path="/apis/phpinfo.php",status="429"} 2 http_requests_total{method="GET",path="/app-config.json",status="404"} 2 http_requests_total{method="GET",path="/app-config.json",status="429"} 17 http_requests_total{method="GET",path="/app.7z",status="404"} 1 http_requests_total{method="GET",path="/app.bz2",status="404"} 1 http_requests_total{method="GET",path="/app.gz",status="404"} 1 http_requests_total{method="GET",path="/app.js",status="404"} 7 http_requests_total{method="GET",path="/app.js",status="429"} 19 http_requests_total{method="GET",path="/app.js.map",status="404"} 1 http_requests_total{method="GET",path="/app.php",status="404"} 2 http_requests_total{method="GET",path="/app.php",status="429"} 1 http_requests_total{method="GET",path="/app.py",status="404"} 7 http_requests_total{method="GET",path="/app.py",status="429"} 2 http_requests_total{method="GET",path="/app.rar",status="404"} 1 http_requests_total{method="GET",path="/app.sql",status="404"} 1 http_requests_total{method="GET",path="/app.sql.bz2",status="404"} 1 http_requests_total{method="GET",path="/app.sql.gz",status="404"} 1 http_requests_total{method="GET",path="/app.tar",status="404"} 1 http_requests_total{method="GET",path="/app.tar.bz2",status="404"} 1 http_requests_total{method="GET",path="/app.tar.gz",status="404"} 1 http_requests_total{method="GET",path="/app.tar.xz",status="404"} 1 http_requests_total{method="GET",path="/app.tgz",status="404"} 1 http_requests_total{method="GET",path="/app.toml",status="429"} 2 http_requests_total{method="GET",path="/app.yaml",status="429"} 4 http_requests_total{method="GET",path="/app.yml",status="429"} 4 http_requests_total{method="GET",path="/app.zip",status="404"} 1 http_requests_total{method="GET",path="/app.zip",status="429"} 2 http_requests_total{method="GET",path="/app.zst",status="404"} 1 http_requests_total{method="GET",path="/app/*",status="429"} 2 http_requests_total{method="GET",path="/app/.env",status="404"} 15 http_requests_total{method="GET",path="/app/.env",status="429"} 9 http_requests_total{method="GET",path="/app/.env.local",status="429"} 2 http_requests_total{method="GET",path="/app/.env.production",status="429"} 2 http_requests_total{method="GET",path="/app/.environment",status="429"} 2 http_requests_total{method="GET",path="/app/.git/config",status="404"} 2 http_requests_total{method="GET",path="/app/.git/config",status="429"} 1 http_requests_total{method="GET",path="/app/.secrets",status="404"} 1 http_requests_total{method="GET",path="/app/.secrets",status="429"} 1 http_requests_total{method="GET",path="/app/.terraform/terraform.tfstate",status="429"} 2 http_requests_total{method="GET",path="/app/amplify.yaml",status="429"} 2 http_requests_total{method="GET",path="/app/amplify.yml",status="429"} 2 http_requests_total{method="GET",path="/app/aws-config.ts",status="404"} 1 http_requests_total{method="GET",path="/app/aws/config.js",status="404"} 1 http_requests_total{method="GET",path="/app/aws/config.js",status="429"} 18 http_requests_total{method="GET",path="/app/config/.env",status="429"} 2 http_requests_total{method="GET",path="/app/config/development.ini",status="429"} 4 http_requests_total{method="GET",path="/app/config/parameters.yml",status="404"} 7 http_requests_total{method="GET",path="/app/config/parameters.yml",status="429"} 4 http_requests_total{method="GET",path="/app/config/parameters.yml.dist",status="429"} 4 http_requests_total{method="GET",path="/app/credentials.json",status="404"} 1 http_requests_total{method="GET",path="/app/credentials.json",status="429"} 19 http_requests_total{method="GET",path="/app/docker-compose.yml",status="429"} 2 http_requests_total{method="GET",path="/app/etc/config.local.php",status="429"} 2 http_requests_total{method="GET",path="/app/etc/config.php",status="404"} 1 http_requests_total{method="GET",path="/app/etc/config.php",status="429"} 1 http_requests_total{method="GET",path="/app/lib/aws.js",status="404"} 2 http_requests_total{method="GET",path="/app/lib/aws.js",status="429"} 17 http_requests_total{method="GET",path="/app/lib/aws.ts",status="404"} 1 http_requests_total{method="GET",path="/app/netlify.toml",status="429"} 2 http_requests_total{method="GET",path="/app/next.config.js",status="429"} 2 http_requests_total{method="GET",path="/app/next.config.mjs",status="429"} 2 http_requests_total{method="GET",path="/app/nuxt.config.js",status="429"} 2 http_requests_total{method="GET",path="/app/package.json",status="429"} 2 http_requests_total{method="GET",path="/app/phpinfo.php",status="429"} 2 http_requests_total{method="GET",path="/app/routes/aws.js",status="404"} 1 http_requests_total{method="GET",path="/app/routes/aws.js",status="429"} 18 http_requests_total{method="GET",path="/app/serverless.yaml",status="429"} 2 http_requests_total{method="GET",path="/app/serverless.yml",status="429"} 2 http_requests_total{method="GET",path="/app/terraform.tfstate",status="429"} 2 http_requests_total{method="GET",path="/app/vercel.json",status="404"} 1 http_requests_total{method="GET",path="/app/vercel.json",status="429"} 1 http_requests_total{method="GET",path="/app_dev.php/_profiler/phpinfo",status="404"} 7 http_requests_total{method="GET",path="/application-production.properties",status="404"} 1 http_requests_total{method="GET",path="/application.7z",status="404"} 1 http_requests_total{method="GET",path="/application.bz2",status="404"} 1 http_requests_total{method="GET",path="/application.gz",status="404"} 1 http_requests_total{method="GET",path="/application.ini",status="429"} 2 http_requests_total{method="GET",path="/application.properties",status="404"} 9 http_requests_total{method="GET",path="/application.properties",status="429"} 1 http_requests_total{method="GET",path="/application.rar",status="404"} 1 http_requests_total{method="GET",path="/application.sql",status="404"} 1 http_requests_total{method="GET",path="/application.sql.bz2",status="404"} 1 http_requests_total{method="GET",path="/application.sql.gz",status="404"} 1 http_requests_total{method="GET",path="/application.tar",status="404"} 1 http_requests_total{method="GET",path="/application.tar.bz2",status="404"} 1 http_requests_total{method="GET",path="/application.tar.gz",status="404"} 1 http_requests_total{method="GET",path="/application.tar.xz",status="404"} 1 http_requests_total{method="GET",path="/application.tgz",status="404"} 1 http_requests_total{method="GET",path="/application.yaml",status="404"} 1 http_requests_total{method="GET",path="/application.yml",status="404"} 3 http_requests_total{method="GET",path="/application.zip",status="404"} 1 http_requests_total{method="GET",path="/application.zip",status="429"} 2 http_requests_total{method="GET",path="/application.zst",status="404"} 1 http_requests_total{method="GET",path="/application/.env",status="404"} 7 http_requests_total{method="GET",path="/application/.env",status="429"} 3 http_requests_total{method="GET",path="/application/config/autoload.php",status="429"} 2 http_requests_total{method="GET",path="/application/config/aws_constants.js",status="404"} 1 http_requests_total{method="GET",path="/application/config/aws_constants.js",status="429"} 16 http_requests_total{method="GET",path="/application/config/config.php",status="429"} 2 http_requests_total{method="GET",path="/application/config/constants.js",status="429"} 17 http_requests_total{method="GET",path="/application/config/constants.php",status="429"} 2 http_requests_total{method="GET",path="/application/config/constants.php/",status="429"} 2 http_requests_total{method="GET",path="/application/config/database.php",status="429"} 2 http_requests_total{method="GET",path="/application/config/db.js",status="429"} 17 http_requests_total{method="GET",path="/application/config/email.php",status="429"} 2 http_requests_total{method="GET",path="/application/config/profiler.php",status="429"} 2 http_requests_total{method="GET",path="/application/config/routes.php",status="429"} 2 http_requests_total{method="GET",path="/application/configs/application.ini",status="429"} 2 http_requests_total{method="GET",path="/application/libraries/aws-config.ini",status="429"} 2 http_requests_total{method="GET",path="/application/libraries/aws/access.ini",status="429"} 2 http_requests_total{method="GET",path="/application_default_credentials.json",status="404"} 2 http_requests_total{method="GET",path="/application_default_credentials.json",status="429"} 19 http_requests_total{method="GET",path="/applications.zip",status="429"} 2 http_requests_total{method="GET",path="/apps.zip",status="429"} 2 http_requests_total{method="GET",path="/apps/.env",status="404"} 8 http_requests_total{method="GET",path="/apps/.env",status="429"} 5 http_requests_total{method="GET",path="/apps/config/.env",status="429"} 2 http_requests_total{method="GET",path="/apps/phpinfo.php",status="429"} 2 http_requests_total{method="GET",path="/appsettings.Development.json",status="404"} 3 http_requests_total{method="GET",path="/appsettings.Development.json",status="429"} 22 http_requests_total{method="GET",path="/appsettings.Local.json",status="429"} 19 http_requests_total{method="GET",path="/appsettings.Production.json",status="404"} 1 http_requests_total{method="GET",path="/appsettings.Production.json",status="429"} 20 http_requests_total{method="GET",path="/appsettings.QA.json",status="429"} 19 http_requests_total{method="GET",path="/appsettings.Staging.json",status="429"} 19 http_requests_total{method="GET",path="/appsettings.Test.json",status="429"} 19 http_requests_total{method="GET",path="/appsettings.json",status="404"} 17 http_requests_total{method="GET",path="/appsettings.json",status="429"} 22 http_requests_total{method="GET",path="/appveyor.yml",status="429"} 2 http_requests_total{method="GET",path="/ar.php",status="404"} 3 http_requests_total{method="GET",path="/archive.7z",status="404"} 1 http_requests_total{method="GET",path="/archive.bz2",status="404"} 1 http_requests_total{method="GET",path="/archive.gz",status="404"} 1 http_requests_total{method="GET",path="/archive.rar",status="404"} 1 http_requests_total{method="GET",path="/archive.sql",status="404"} 1 http_requests_total{method="GET",path="/archive.sql.bz2",status="404"} 1 http_requests_total{method="GET",path="/archive.sql.gz",status="404"} 1 http_requests_total{method="GET",path="/archive.tar",status="404"} 1 http_requests_total{method="GET",path="/archive.tar.bz2",status="404"} 1 http_requests_total{method="GET",path="/archive.tar.gz",status="404"} 1 http_requests_total{method="GET",path="/archive.tar.xz",status="404"} 1 http_requests_total{method="GET",path="/archive.tgz",status="404"} 1 http_requests_total{method="GET",path="/archive.zip",status="404"} 1 http_requests_total{method="GET",path="/archive.zip",status="429"} 2 http_requests_total{method="GET",path="/archive.zst",status="404"} 1 http_requests_total{method="GET",path="/archives.7z",status="404"} 1 http_requests_total{method="GET",path="/archives.bz2",status="404"} 1 http_requests_total{method="GET",path="/archives.gz",status="404"} 1 http_requests_total{method="GET",path="/archives.rar",status="404"} 1 http_requests_total{method="GET",path="/archives.sql",status="404"} 1 http_requests_total{method="GET",path="/archives.sql.bz2",status="404"} 1 http_requests_total{method="GET",path="/archives.sql.gz",status="404"} 1 http_requests_total{method="GET",path="/archives.tar",status="404"} 1 http_requests_total{method="GET",path="/archives.tar.bz2",status="404"} 1 http_requests_total{method="GET",path="/archives.tar.gz",status="404"} 1 http_requests_total{method="GET",path="/archives.tar.xz",status="404"} 1 http_requests_total{method="GET",path="/archives.tgz",status="404"} 1 http_requests_total{method="GET",path="/archives.zip",status="404"} 1 http_requests_total{method="GET",path="/archives.zst",status="404"} 1 http_requests_total{method="GET",path="/articles/*",status="429"} 2 http_requests_total{method="GET",path="/as.php",status="404"} 7 http_requests_total{method="GET",path="/asasx.php",status="404"} 2 http_requests_total{method="GET",path="/asd.php",status="404"} 3 http_requests_total{method="GET",path="/asdf.php",status="429"} 2 http_requests_total{method="GET",path="/asdkjh2k3h4_nonexistent_path",status="404"} 1 http_requests_total{method="GET",path="/asp.zip",status="429"} 2 http_requests_total{method="GET",path="/aspnet.zip",status="429"} 2 http_requests_total{method="GET",path="/asset-manifest.json",status="404"} 4 http_requests_total{method="GET",path="/asset-manifest.json",status="429"} 18 http_requests_total{method="GET",path="/assets.zip",status="404"} 1 http_requests_total{method="GET",path="/assets.zip",status="429"} 1 http_requests_total{method="GET",path="/assets/.env",status="404"} 1 http_requests_total{method="GET",path="/assets/.env",status="429"} 1 http_requests_total{method="GET",path="/assets/.git/config",status="429"} 1 http_requests_total{method="GET",path="/assets/manifest.json",status="404"} 2 http_requests_total{method="GET",path="/assets/manifest.json",status="429"} 16 http_requests_total{method="GET",path="/atkno.php",status="404"} 1 http_requests_total{method="GET",path="/atomlib.php",status="404"} 3 http_requests_total{method="GET",path="/attachments.zip",status="429"} 2 http_requests_total{method="GET",path="/attacker/docker-compose.yml",status="429"} 2 http_requests_total{method="GET",path="/atx.php",status="404"} 2 http_requests_total{method="GET",path="/audio.zip",status="429"} 2 http_requests_total{method="GET",path="/auth.zip",status="429"} 2 http_requests_total{method="GET",path="/auth/*",status="429"} 2 http_requests_total{method="GET",path="/auth/service_key.json",status="404"} 1 http_requests_total{method="GET",path="/authentication.zip",status="429"} 2 http_requests_total{method="GET",path="/authorization.zip",status="429"} 2 http_requests_total{method="GET",path="/autoload_classmap.php",status="404"} 3 http_requests_total{method="GET",path="/automation.zip",status="429"} 2 http_requests_total{method="GET",path="/av.php",status="404"} 5 http_requests_total{method="GET",path="/ave.php",status="404"} 2 http_requests_total{method="GET",path="/aw.php",status="404"} 1 http_requests_total{method="GET",path="/awa.php",status="429"} 1 http_requests_total{method="GET",path="/awp-careers.php",status="404"} 1 http_requests_total{method="GET",path="/aws-cloudformation-template.json",status="404"} 1 http_requests_total{method="GET",path="/aws-cloudformation-template.json",status="429"} 18 http_requests_total{method="GET",path="/aws-codecommit/",status="429"} 2 http_requests_total{method="GET",path="/aws-config.js",status="404"} 4 http_requests_total{method="GET",path="/aws-config.js",status="429"} 16 http_requests_total{method="GET",path="/aws-configuration.js",status="404"} 1 http_requests_total{method="GET",path="/aws-configuration.js",status="429"} 18 http_requests_total{method="GET",path="/aws-credentials",status="404"} 1 http_requests_total{method="GET",path="/aws-creds.json",status="404"} 1 http_requests_total{method="GET",path="/aws-creds.json",status="429"} 18 http_requests_total{method="GET",path="/aws-exports.js",status="404"} 2 http_requests_total{method="GET",path="/aws-exports.js",status="429"} 17 http_requests_total{method="GET",path="/aws-exports.ts",status="404"} 1 http_requests_total{method="GET",path="/aws-keys.js",status="404"} 1 http_requests_total{method="GET",path="/aws-keys.js",status="429"} 18 http_requests_total{method="GET",path="/aws-keys.json",status="404"} 2 http_requests_total{method="GET",path="/aws-keys.json",status="429"} 17 http_requests_total{method="GET",path="/aws-sam.yml",status="404"} 1 http_requests_total{method="GET",path="/aws-secret.yaml",status="404"} 7 http_requests_total{method="GET",path="/aws-ses.json",status="429"} 2 http_requests_total{method="GET",path="/aws.config.js",status="404"} 3 http_requests_total{method="GET",path="/aws.config.js",status="429"} 18 http_requests_total{method="GET",path="/aws.env",status="404"} 2 http_requests_total{method="GET",path="/aws.env",status="429"} 1 http_requests_total{method="GET",path="/aws.env.json",status="429"} 2 http_requests_total{method="GET",path="/aws.json",status="404"} 3 http_requests_total{method="GET",path="/aws.json",status="429"} 17 http_requests_total{method="GET",path="/aws.md",status="404"} 1 http_requests_total{method="GET",path="/aws.md",status="429"} 1 http_requests_total{method="GET",path="/aws.properties",status="429"} 4 http_requests_total{method="GET",path="/aws.service.ts",status="429"} 2 http_requests_total{method="GET",path="/aws.show.yaml",status="429"} 2 http_requests_total{method="GET",path="/aws.yaml",status="429"} 2 http_requests_total{method="GET",path="/aws.yml",status="404"} 7 http_requests_total{method="GET",path="/aws.yml",status="429"} 4 http_requests_total{method="GET",path="/aws/.env",status="429"} 1 http_requests_total{method="GET",path="/aws/bucket",status="429"} 2 http_requests_total{method="GET",path="/aws/buckets",status="429"} 2 http_requests_total{method="GET",path="/aws/config/s3.json",status="404"} 1 http_requests_total{method="GET",path="/aws/config/s3.json",status="429"} 1 http_requests_total{method="GET",path="/aws/credentials",status="404"} 8 http_requests_total{method="GET",path="/aws/metadata",status="429"} 2 http_requests_total{method="GET",path="/aws/s3/credentials",status="429"} 2 http_requests_total{method="GET",path="/aws/s3/env.env",status="429"} 2 http_requests_total{method="GET",path="/aws/ses/smtp.env",status="429"} 2 http_requests_total{method="GET",path="/aws_config.json",status="404"} 3 http_requests_total{method="GET",path="/aws_config.json",status="429"} 13 http_requests_total{method="GET",path="/aws_credentials.ini",status="429"} 4 http_requests_total{method="GET",path="/aws_s3_bucket",status="429"} 2 http_requests_total{method="GET",path="/aws_s3_config.json",status="429"} 2 http_requests_total{method="GET",path="/awsconfig.properties",status="429"} 2 http_requests_total{method="GET",path="/awstats/.env",status="404"} 7 http_requests_total{method="GET",path="/axe.php",status="404"} 2 http_requests_total{method="GET",path="/axe.php",status="429"} 1 http_requests_total{method="GET",path="/ayk.php",status="404"} 3 http_requests_total{method="GET",path="/az.php",status="404"} 2 http_requests_total{method="GET",path="/azure-blob.zip",status="429"} 2 http_requests_total{method="GET",path="/azure-pipelines.yml",status="404"} 1 http_requests_total{method="GET",path="/azure.zip",status="429"} 2 http_requests_total{method="GET",path="/azure/.env",status="429"} 1 http_requests_total{method="GET",path="/b.php",status="404"} 1 http_requests_total{method="GET",path="/b8hg8b.php",status="404"} 1 http_requests_total{method="GET",path="/back-api/.env",status="404"} 1 http_requests_total{method="GET",path="/back-api/.env",status="429"} 1 http_requests_total{method="GET",path="/back-end/.env",status="429"} 2 http_requests_total{method="GET",path="/back/.env",status="429"} 2 http_requests_total{method="GET",path="/back/phpinfo.php",status="429"} 2 http_requests_total{method="GET",path="/back_up.zip",status="429"} 2 http_requests_total{method="GET",path="/backend-api/.env",status="429"} 2 http_requests_total{method="GET",path="/backend.7z",status="404"} 1 http_requests_total{method="GET",path="/backend.bz2",status="404"} 1 http_requests_total{method="GET",path="/backend.gz",status="404"} 1 http_requests_total{method="GET",path="/backend.rar",status="404"} 1 http_requests_total{method="GET",path="/backend.sql",status="404"} 1 http_requests_total{method="GET",path="/backend.sql.bz2",status="404"} 1 http_requests_total{method="GET",path="/backend.sql.gz",status="404"} 1 http_requests_total{method="GET",path="/backend.tar",status="404"} 1 http_requests_total{method="GET",path="/backend.tar.bz2",status="404"} 1 http_requests_total{method="GET",path="/backend.tar.gz",status="404"} 1 http_requests_total{method="GET",path="/backend.tar.xz",status="404"} 1 http_requests_total{method="GET",path="/backend.tf",status="404"} 1 http_requests_total{method="GET",path="/backend.tgz",status="404"} 1 http_requests_total{method="GET",path="/backend.zip",status="404"} 1 http_requests_total{method="GET",path="/backend.zst",status="404"} 1 http_requests_total{method="GET",path="/backend/.env",status="404"} 18 http_requests_total{method="GET",path="/backend/.env",status="429"} 10 http_requests_total{method="GET",path="/backend/.git/config",status="404"} 1 http_requests_total{method="GET",path="/backend/app.js",status="429"} 17 http_requests_total{method="GET",path="/backend/aws/conf.py",status="429"} 2 http_requests_total{method="GET",path="/backend/config.js",status="404"} 1 http_requests_total{method="GET",path="/backend/config.js",status="429"} 18 http_requests_total{method="GET",path="/backend/config/common.js",status="404"} 1 http_requests_total{method="GET",path="/backend/config/common.js",status="429"} 18 http_requests_total{method="GET",path="/backend/config/constants.js",status="429"} 19 http_requests_total{method="GET",path="/backend/config/database.js",status="404"} 1 http_requests_total{method="GET",path="/backend/config/database.js",status="429"} 16 http_requests_total{method="GET",path="/backend/config/default.yml",status="404"} 7 http_requests_total{method="GET",path="/backend/config/default.yml",status="429"} 2 http_requests_total{method="GET",path="/backend/config/development.yml",status="404"} 7 http_requests_total{method="GET",path="/backend/config/development.yml",status="429"} 2 http_requests_total{method="GET",path="/backend/config/settings.yml",status="404"} 7 http_requests_total{method="GET",path="/backend/config/template.js",status="404"} 1 http_requests_total{method="GET",path="/backend/config/template.js",status="429"} 16 http_requests_total{method="GET",path="/backend/constant.js",status="404"} 2 http_requests_total{method="GET",path="/backend/constant.js",status="429"} 14 http_requests_total{method="GET",path="/backend/constants.js",status="404"} 1 http_requests_total{method="GET",path="/backend/constants.js",status="429"} 16 http_requests_total{method="GET",path="/backend/controller.js",status="429"} 17 http_requests_total{method="GET",path="/backend/env.js",status="429"} 2 http_requests_total{method="GET",path="/backend/helper.js",status="429"} 17 http_requests_total{method="GET",path="/backend/index.js",status="404"} 1 http_requests_total{method="GET",path="/backend/index.js",status="429"} 18 http_requests_total{method="GET",path="/backend/mail.js",status="404"} 1 http_requests_total{method="GET",path="/backend/mail.js",status="429"} 16 http_requests_total{method="GET",path="/backend/mailer.js",status="429"} 17 http_requests_total{method="GET",path="/backend/mailserver.js",status="404"} 1 http_requests_total{method="GET",path="/backend/mailserver.js",status="429"} 15 http_requests_total{method="GET",path="/backend/node/common.js",status="429"} 19 http_requests_total{method="GET",path="/backend/node/config.js",status="404"} 1 http_requests_total{method="GET",path="/backend/node/config.js",status="429"} 18 http_requests_total{method="GET",path="/backend/node/constant.js",status="404"} 1 http_requests_total{method="GET",path="/backend/node/constant.js",status="429"} 18 http_requests_total{method="GET",path="/backend/node/constants.js",status="404"} 2 http_requests_total{method="GET",path="/backend/node/constants.js",status="429"} 17 http_requests_total{method="GET",path="/backend/phpinfo.php",status="429"} 2 http_requests_total{method="GET",path="/backend/server.js",status="404"} 1 http_requests_total{method="GET",path="/backend/server.js",status="429"} 15 http_requests_total{method="GET",path="/backend/settings.py",status="429"} 2 http_requests_total{method="GET",path="/backend/utils.js",status="404"} 1 http_requests_total{method="GET",path="/backend/utils.js",status="429"} 16 http_requests_total{method="GET",path="/backup.7z",status="404"} 1 http_requests_total{method="GET",path="/backup.bz2",status="404"} 1 http_requests_total{method="GET",path="/backup.gz",status="404"} 1 http_requests_total{method="GET",path="/backup.rar",status="404"} 1 http_requests_total{method="GET",path="/backup.sql",status="404"} 3 http_requests_total{method="GET",path="/backup.sql.bz2",status="404"} 1 http_requests_total{method="GET",path="/backup.sql.gz",status="404"} 1 http_requests_total{method="GET",path="/backup.tar",status="404"} 1 http_requests_total{method="GET",path="/backup.tar.bz2",status="404"} 1 http_requests_total{method="GET",path="/backup.tar.gz",status="404"} 1 http_requests_total{method="GET",path="/backup.tar.xz",status="404"} 1 http_requests_total{method="GET",path="/backup.tgz",status="404"} 1 http_requests_total{method="GET",path="/backup.zip",status="404"} 1 http_requests_total{method="GET",path="/backup.zip",status="429"} 2 http_requests_total{method="GET",path="/backup.zst",status="404"} 1 http_requests_total{method="GET",path="/backup/.env",status="404"} 2 http_requests_total{method="GET",path="/backup/.env",status="429"} 4 http_requests_total{method="GET",path="/backup/env",status="429"} 2 http_requests_total{method="GET",path="/backup/phpinfo.php",status="429"} 2 http_requests_total{method="GET",path="/backup_1.zip",status="429"} 2 http_requests_total{method="GET",path="/backup_2.zip",status="429"} 2 http_requests_total{method="GET",path="/backup_3.zip",status="429"} 2 http_requests_total{method="GET",path="/backup_4.zip",status="429"} 2 http_requests_total{method="GET",path="/backup_5.zip",status="429"} 2 http_requests_total{method="GET",path="/backup_daily.zip",status="404"} 1 http_requests_total{method="GET",path="/backup_daily.zip",status="429"} 1 http_requests_total{method="GET",path="/backup_db.7z",status="404"} 1 http_requests_total{method="GET",path="/backup_db.bz2",status="404"} 1 http_requests_total{method="GET",path="/backup_db.gz",status="404"} 1 http_requests_total{method="GET",path="/backup_db.rar",status="404"} 1 http_requests_total{method="GET",path="/backup_db.sql",status="404"} 1 http_requests_total{method="GET",path="/backup_db.sql.bz2",status="404"} 1 http_requests_total{method="GET",path="/backup_db.sql.gz",status="404"} 1 http_requests_total{method="GET",path="/backup_db.tar",status="404"} 1 http_requests_total{method="GET",path="/backup_db.tar.bz2",status="404"} 1 http_requests_total{method="GET",path="/backup_db.tar.gz",status="404"} 1 http_requests_total{method="GET",path="/backup_db.tar.xz",status="404"} 1 http_requests_total{method="GET",path="/backup_db.tgz",status="404"} 1 http_requests_total{method="GET",path="/backup_db.zip",status="404"} 1 http_requests_total{method="GET",path="/backup_db.zst",status="404"} 1 http_requests_total{method="GET",path="/backup_full.7z",status="404"} 1 http_requests_total{method="GET",path="/backup_full.bz2",status="404"} 1 http_requests_total{method="GET",path="/backup_full.gz",status="404"} 1 http_requests_total{method="GET",path="/backup_full.rar",status="404"} 1 http_requests_total{method="GET",path="/backup_full.sql",status="404"} 1 http_requests_total{method="GET",path="/backup_full.sql.bz2",status="404"} 1 http_requests_total{method="GET",path="/backup_full.sql.gz",status="404"} 1 http_requests_total{method="GET",path="/backup_full.tar",status="404"} 1 http_requests_total{method="GET",path="/backup_full.tar.bz2",status="404"} 1 http_requests_total{method="GET",path="/backup_full.tar.gz",status="404"} 1 http_requests_total{method="GET",path="/backup_full.tar.xz",status="404"} 1 http_requests_total{method="GET",path="/backup_full.tgz",status="404"} 1 http_requests_total{method="GET",path="/backup_full.zip",status="404"} 1 http_requests_total{method="GET",path="/backup_full.zst",status="404"} 1 http_requests_total{method="GET",path="/backup_monthly.zip",status="429"} 2 http_requests_total{method="GET",path="/backup_weekly.zip",status="429"} 2 http_requests_total{method="GET",path="/backup_yearly.zip",status="404"} 1 http_requests_total{method="GET",path="/backup_yearly.zip",status="429"} 1 http_requests_total{method="GET",path="/backups.7z",status="404"} 1 http_requests_total{method="GET",path="/backups.bz2",status="404"} 1 http_requests_total{method="GET",path="/backups.gz",status="404"} 1 http_requests_total{method="GET",path="/backups.rar",status="404"} 1 http_requests_total{method="GET",path="/backups.sql",status="404"} 1 http_requests_total{method="GET",path="/backups.sql.bz2",status="404"} 1 http_requests_total{method="GET",path="/backups.sql.gz",status="404"} 1 http_requests_total{method="GET",path="/backups.tar",status="404"} 1 http_requests_total{method="GET",path="/backups.tar.bz2",status="404"} 1 http_requests_total{method="GET",path="/backups.tar.gz",status="404"} 1 http_requests_total{method="GET",path="/backups.tar.xz",status="404"} 1 http_requests_total{method="GET",path="/backups.tgz",status="404"} 1 http_requests_total{method="GET",path="/backups.zip",status="404"} 1 http_requests_total{method="GET",path="/backups.zip",status="429"} 2 http_requests_total{method="GET",path="/backups.zst",status="404"} 1 http_requests_total{method="GET",path="/backups/.env",status="429"} 4 http_requests_total{method="GET",path="/baixy.php",status="404"} 1 http_requests_total{method="GET",path="/bajah.php",status="404"} 1 http_requests_total{method="GET",path="/bak.php",status="404"} 1 http_requests_total{method="GET",path="/bak.zip",status="429"} 2 http_requests_total{method="GET",path="/bak/phpinfo.php",status="404"} 1 http_requests_total{method="GET",path="/bak/phpinfo.php",status="429"} 1 http_requests_total{method="GET",path="/bal.php",status="404"} 4 http_requests_total{method="GET",path="/balbasaur.php",status="404"} 1 http_requests_total{method="GET",path="/base.yaml",status="429"} 2 http_requests_total{method="GET",path="/base.zip",status="429"} 2 http_requests_total{method="GET",path="/batch.zip",status="429"} 2 http_requests_total{method="GET",path="/baxa1.php",status="404"} 1 http_requests_total{method="GET",path="/bazaar.zip",status="429"} 2 http_requests_total{method="GET",path="/bb.php",status="404"} 4 http_requests_total{method="GET",path="/bc.php",status="404"} 4 http_requests_total{method="GET",path="/be/.env",status="404"} 1 http_requests_total{method="GET",path="/be/.env",status="429"} 1 http_requests_total{method="GET",path="/be/config.js",status="429"} 17 http_requests_total{method="GET",path="/beta.zip",status="429"} 2 http_requests_total{method="GET",path="/beta/.env",status="429"} 5 http_requests_total{method="GET",path="/beta/phpinfo.php",status="404"} 1 http_requests_total{method="GET",path="/beta/phpinfo.php",status="429"} 2 http_requests_total{method="GET",path="/bfil.php",status="404"} 1 http_requests_total{method="GET",path="/bgymj.php",status="404"} 3 http_requests_total{method="GET",path="/bhm.php",status="404"} 1 http_requests_total{method="GET",path="/bibil.php",status="404"} 2 http_requests_total{method="GET",path="/billing/*",status="429"} 2 http_requests_total{method="GET",path="/bin.zip",status="429"} 2 http_requests_total{method="GET",path="/bin/.env",status="429"} 1 http_requests_total{method="GET",path="/birlingsless.php",status="404"} 1 http_requests_total{method="GET",path="/bjfl.php",status="404"} 2 http_requests_total{method="GET",path="/bless.php",status="404"} 3 http_requests_total{method="GET",path="/bless11.php",status="404"} 4 http_requests_total{method="GET",path="/bless3.php",status="404"} 1 http_requests_total{method="GET",path="/bless5.php",status="404"} 3 http_requests_total{method="GET",path="/blog",status="429"} 2 http_requests_total{method="GET",path="/blog/.env",status="429"} 2 http_requests_total{method="GET",path="/blog/.git/config",status="429"} 1 http_requests_total{method="GET",path="/blog/[year]/[month]/[slug]",status="404"} 1 http_requests_total{method="GET",path="/blog/[year]/[month]/[slug]",status="429"} 1 http_requests_total{method="GET",path="/blog/phpinfo.php",status="429"} 2 http_requests_total{method="GET",path="/blogs/.env",status="404"} 1 http_requests_total{method="GET",path="/blogs/.env",status="429"} 1 http_requests_total{method="GET",path="/blox.php",status="404"} 1 http_requests_total{method="GET",path="/bluehost.zip",status="429"} 2 http_requests_total{method="GET",path="/blurbs.php",status="404"} 1 http_requests_total{method="GET",path="/bnm.php",status="404"} 1 http_requests_total{method="GET",path="/bo.php",status="404"} 1 http_requests_total{method="GET",path="/bob.php",status="404"} 4 http_requests_total{method="GET",path="/bolt.php",status="404"} 5 http_requests_total{method="GET",path="/boot.zip",status="429"} 2 http_requests_total{method="GET",path="/bootstrap.php",status="404"} 1 http_requests_total{method="GET",path="/bootstrap.yml",status="404"} 1 http_requests_total{method="GET",path="/bootstrap/.env",status="429"} 1 http_requests_total{method="GET",path="/bower_components.zip",status="429"} 2 http_requests_total{method="GET",path="/box.zip",status="429"} 2 http_requests_total{method="GET",path="/brevo/.env",status="404"} 1 http_requests_total{method="GET",path="/brevo/.env",status="429"} 1 http_requests_total{method="GET",path="/bs1.php",status="404"} 1 http_requests_total{method="GET",path="/bthil.php",status="404"} 7 http_requests_total{method="GET",path="/buc.php",status="404"} 2 http_requests_total{method="GET",path="/bugsnag.zip",status="429"} 2 http_requests_total{method="GET",path="/build-manifest.json",status="404"} 3 http_requests_total{method="GET",path="/build-manifest.json",status="429"} 15 http_requests_total{method="GET",path="/build.7z",status="404"} 1 http_requests_total{method="GET",path="/build.bz2",status="404"} 1 http_requests_total{method="GET",path="/build.gz",status="404"} 1 http_requests_total{method="GET",path="/build.rar",status="404"} 1 http_requests_total{method="GET",path="/build.sql",status="404"} 1 http_requests_total{method="GET",path="/build.sql.bz2",status="404"} 1 http_requests_total{method="GET",path="/build.sql.gz",status="404"} 1 http_requests_total{method="GET",path="/build.tar",status="404"} 1 http_requests_total{method="GET",path="/build.tar.bz2",status="404"} 1 http_requests_total{method="GET",path="/build.tar.gz",status="404"} 1 http_requests_total{method="GET",path="/build.tar.xz",status="404"} 1 http_requests_total{method="GET",path="/build.tgz",status="404"} 1 http_requests_total{method="GET",path="/build.zip",status="404"} 1 http_requests_total{method="GET",path="/build.zip",status="429"} 2 http_requests_total{method="GET",path="/build.zst",status="404"} 1 http_requests_total{method="GET",path="/build/.env",status="404"} 2 http_requests_total{method="GET",path="/build/.env",status="429"} 1 http_requests_total{method="GET",path="/build/.git/config",status="429"} 1 http_requests_total{method="GET",path="/build/manifest.json",status="404"} 3 http_requests_total{method="GET",path="/build/manifest.json",status="429"} 17 http_requests_total{method="GET",path="/buildkite/.env",status="429"} 1 http_requests_total{method="GET",path="/bulk/.env",status="404"} 1 http_requests_total{method="GET",path="/bulk/.env",status="429"} 1 http_requests_total{method="GET",path="/bundle.js.map",status="404"} 1 http_requests_total{method="GET",path="/business.zip",status="429"} 2 http_requests_total{method="GET",path="/buy.php",status="404"} 2 http_requests_total{method="GET",path="/by.php",status="404"} 1 http_requests_total{method="GET",path="/byp.php",status="404"} 4 http_requests_total{method="GET",path="/byypas.php",status="404"} 2 http_requests_total{method="GET",path="/byypas.php",status="429"} 1 http_requests_total{method="GET",path="/ca4.php",status="404"} 1 http_requests_total{method="GET",path="/cache.php",status="404"} 1 http_requests_total{method="GET",path="/cache.php",status="429"} 1 http_requests_total{method="GET",path="/cache/.env",status="429"} 1 http_requests_total{method="GET",path="/cah.php",status="404"} 2 http_requests_total{method="GET",path="/cakephp/.env",status="429"} 1 http_requests_total{method="GET",path="/callback.php",status="404"} 2 http_requests_total{method="GET",path="/campaign/.env",status="429"} 2 http_requests_total{method="GET",path="/card.php",status="429"} 1 http_requests_total{method="GET",path="/cart",status="429"} 2 http_requests_total{method="GET",path="/cart.zip",status="429"} 2 http_requests_total{method="GET",path="/cart/.env",status="429"} 2 http_requests_total{method="GET",path="/casp1.php",status="404"} 4 http_requests_total{method="GET",path="/casp3.php",status="404"} 1 http_requests_total{method="GET",path="/cassandra.zip",status="429"} 2 http_requests_total{method="GET",path="/catalog.zip",status="429"} 2 http_requests_total{method="GET",path="/ccou.php",status="404"} 5 http_requests_total{method="GET",path="/ccs.php",status="404"} 1 http_requests_total{method="GET",path="/cd.zip",status="429"} 2 http_requests_total{method="GET",path="/cd/.env",status="429"} 1 http_requests_total{method="GET",path="/cdk.json",status="404"} 3 http_requests_total{method="GET",path="/cdk.json",status="429"} 16 http_requests_total{method="GET",path="/cdn.zip",status="429"} 2 http_requests_total{method="GET",path="/cdxadmin.php",status="404"} 1 http_requests_total{method="GET",path="/certificates.zip",status="429"} 2 http_requests_total{method="GET",path="/certs/private.key",status="404"} 1 http_requests_total{method="GET",path="/cfg.zip",status="429"} 2 http_requests_total{method="GET",path="/cfile.php",status="404"} 1 http_requests_total{method="GET",path="/cfn-template.json",status="404"} 3 http_requests_total{method="GET",path="/cfn-template.json",status="429"} 15 http_requests_total{method="GET",path="/cgi-bin/",status="404"} 1 http_requests_total{method="GET",path="/cgi-bin/.env",status="429"} 2 http_requests_total{method="GET",path="/cgi-bin/index.php",status="404"} 2 http_requests_total{method="GET",path="/changelog.zip",status="429"} 2 http_requests_total{method="GET",path="/chat",status="429"} 2 http_requests_total{method="GET",path="/chat.zip",status="429"} 2 http_requests_total{method="GET",path="/chat/*",status="429"} 2 http_requests_total{method="GET",path="/checkout",status="429"} 2 http_requests_total{method="GET",path="/checkout.zip",status="429"} 2 http_requests_total{method="GET",path="/chosen",status="404"} 1 http_requests_total{method="GET",path="/chosen.php",status="404"} 5 http_requests_total{method="GET",path="/chosen.php",status="429"} 1 http_requests_total{method="GET",path="/ci.zip",status="429"} 2 http_requests_total{method="GET",path="/ci/.env",status="429"} 1 http_requests_total{method="GET",path="/cilng.php",status="404"} 1 http_requests_total{method="GET",path="/cilus.php",status="404"} 4 http_requests_total{method="GET",path="/cilus.php",status="429"} 1 http_requests_total{method="GET",path="/circle.yml",status="429"} 4 http_requests_total{method="GET",path="/circleci/.env",status="429"} 1 http_requests_total{method="GET",path="/cjfuns.php",status="404"} 1 http_requests_total{method="GET",path="/class-bda.php",status="404"} 1 http_requests_total{method="GET",path="/class-t.api.php",status="404"} 4 http_requests_total{method="GET",path="/class.php",status="404"} 4 http_requests_total{method="GET",path="/class.php",status="429"} 1 http_requests_total{method="GET",path="/class19.php",status="404"} 2 http_requests_total{method="GET",path="/class20.php",status="404"} 2 http_requests_total{method="GET",path="/class892.php",status="404"} 1 http_requests_total{method="GET",path="/class9.php",status="404"} 2 http_requests_total{method="GET",path="/classgoto24.php",status="404"} 2 http_requests_total{method="GET",path="/classwithtostring.php",status="404"} 9 http_requests_total{method="GET",path="/classwithtostring.php",status="429"} 1 http_requests_total{method="GET",path="/click.php",status="404"} 3 http_requests_total{method="GET",path="/client.7z",status="404"} 1 http_requests_total{method="GET",path="/client.bz2",status="404"} 1 http_requests_total{method="GET",path="/client.gz",status="404"} 1 http_requests_total{method="GET",path="/client.rar",status="404"} 1 http_requests_total{method="GET",path="/client.sql",status="404"} 1 http_requests_total{method="GET",path="/client.sql.bz2",status="404"} 1 http_requests_total{method="GET",path="/client.sql.gz",status="404"} 1 http_requests_total{method="GET",path="/client.tar",status="404"} 1 http_requests_total{method="GET",path="/client.tar.bz2",status="404"} 1 http_requests_total{method="GET",path="/client.tar.gz",status="404"} 1 http_requests_total{method="GET",path="/client.tar.xz",status="404"} 1 http_requests_total{method="GET",path="/client.tgz",status="404"} 1 http_requests_total{method="GET",path="/client.zip",status="404"} 1 http_requests_total{method="GET",path="/client.zip",status="429"} 2 http_requests_total{method="GET",path="/client.zst",status="404"} 1 http_requests_total{method="GET",path="/client/.env",status="404"} 1 http_requests_total{method="GET",path="/client/.env",status="429"} 5 http_requests_total{method="GET",path="/client/stripe.config.js",status="429"} 2 http_requests_total{method="GET",path="/client_secret.json",status="429"} 20 http_requests_total{method="GET",path="/client_secrets.json",status="404"} 1 http_requests_total{method="GET",path="/client_secrets.json",status="429"} 19 http_requests_total{method="GET",path="/clients.zip",status="429"} 2 http_requests_total{method="GET",path="/clients/.env",status="429"} 2 http_requests_total{method="GET",path="/clone.zip",status="429"} 2 http_requests_total{method="GET",path="/cloud.zip",status="429"} 2 http_requests_total{method="GET",path="/cloud/.env",status="429"} 3 http_requests_total{method="GET",path="/cloud/Scraper.js",status="404"} 7 http_requests_total{method="GET",path="/cloud/Scraper.js",status="429"} 16 http_requests_total{method="GET",path="/cloudflare.zip",status="429"} 2 http_requests_total{method="GET",path="/cloudformation.json",status="404"} 1 http_requests_total{method="GET",path="/cloudformation.json",status="429"} 18 http_requests_total{method="GET",path="/clss.php",status="404"} 2 http_requests_total{method="GET",path="/cms/*",status="429"} 2 http_requests_total{method="GET",path="/cms/.env",status="404"} 1 http_requests_total{method="GET",path="/cms/.env",status="429"} 5 http_requests_total{method="GET",path="/code.zip",status="429"} 2 http_requests_total{method="GET",path="/code/.git/config",status="429"} 1 http_requests_total{method="GET",path="/codeigniter/.env",status="429"} 1 http_requests_total{method="GET",path="/comfunctions.php",status="404"} 1 http_requests_total{method="GET",path="/commerce.zip",status="429"} 2 http_requests_total{method="GET",path="/common.zip",status="429"} 2 http_requests_total{method="GET",path="/communication.zip",status="429"} 2 http_requests_total{method="GET",path="/company.zip",status="429"} 2 http_requests_total{method="GET",path="/composables/useAws.js",status="404"} 2 http_requests_total{method="GET",path="/composables/useAws.js",status="429"} 17 http_requests_total{method="GET",path="/compose.yaml",status="429"} 4 http_requests_total{method="GET",path="/composer.json",status="404"} 1 http_requests_total{method="GET",path="/composer.zip",status="429"} 2 http_requests_total{method="GET",path="/conf.php",status="429"} 2 http_requests_total{method="GET",path="/conf.yaml",status="429"} 4 http_requests_total{method="GET",path="/conf.zip",status="429"} 2 http_requests_total{method="GET",path="/conf/.env",status="404"} 7 http_requests_total{method="GET",path="/conf/application.json",status="429"} 17 http_requests_total{method="GET",path="/conf/aws.properties",status="429"} 2 http_requests_total{method="GET",path="/conf/aws.toml",status="429"} 2 http_requests_total{method="GET",path="/conf/conf.toml",status="429"} 2 http_requests_total{method="GET",path="/conf/config.toml",status="404"} 1 http_requests_total{method="GET",path="/conf/config.toml",status="429"} 1 http_requests_total{method="GET",path="/config.7z",status="404"} 1 http_requests_total{method="GET",path="/config.bak",status="404"} 1 http_requests_total{method="GET",path="/config.bz2",status="404"} 1 http_requests_total{method="GET",path="/config.env",status="404"} 8 http_requests_total{method="GET",path="/config.env",status="429"} 2 http_requests_total{method="GET",path="/config.gz",status="404"} 1 http_requests_total{method="GET",path="/config.js",status="404"} 11 http_requests_total{method="GET",path="/config.js",status="429"} 23 http_requests_total{method="GET",path="/config.json",status="404"} 23 http_requests_total{method="GET",path="/config.json",status="429"} 24 http_requests_total{method="GET",path="/config.json.save",status="404"} 1 http_requests_total{method="GET",path="/config.old",status="404"} 1 http_requests_total{method="GET",path="/config.php",status="404"} 5 http_requests_total{method="GET",path="/config.php",status="429"} 6 http_requests_total{method="GET",path="/config.php.bak",status="404"} 3 http_requests_total{method="GET",path="/config.prod.ini",status="429"} 4 http_requests_total{method="GET",path="/config.rar",status="404"} 1 http_requests_total{method="GET",path="/config.rb",status="429"} 4 http_requests_total{method="GET",path="/config.sql",status="404"} 1 http_requests_total{method="GET",path="/config.sql.bz2",status="404"} 1 http_requests_total{method="GET",path="/config.sql.gz",status="404"} 1 http_requests_total{method="GET",path="/config.tar",status="404"} 1 http_requests_total{method="GET",path="/config.tar.bz2",status="404"} 1 http_requests_total{method="GET",path="/config.tar.gz",status="404"} 1 http_requests_total{method="GET",path="/config.tar.xz",status="404"} 1 http_requests_total{method="GET",path="/config.tgz",status="404"} 1 http_requests_total{method="GET",path="/config.ts",status="429"} 4 http_requests_total{method="GET",path="/config.yaml",status="404"} 2 http_requests_total{method="GET",path="/config.yaml",status="429"} 4 http_requests_total{method="GET",path="/config.yml",status="404"} 3 http_requests_total{method="GET",path="/config.yml",status="429"} 4 http_requests_total{method="GET",path="/config.zip",status="404"} 1 http_requests_total{method="GET",path="/config.zip",status="429"} 2 http_requests_total{method="GET",path="/config.zst",status="404"} 1 http_requests_total{method="GET",path="/config/.env",status="404"} 4 http_requests_total{method="GET",path="/config/.env",status="429"} 5 http_requests_total{method="GET",path="/config/app.js",status="429"} 19 http_requests_total{method="GET",path="/config/app.php",status="429"} 2 http_requests_total{method="GET",path="/config/app/.env",status="429"} 1 http_requests_total{method="GET",path="/config/application.config.php",status="429"} 2 http_requests_total{method="GET",path="/config/application.properties",status="429"} 1 http_requests_total{method="GET",path="/config/application.yml",status="404"} 8 http_requests_total{method="GET",path="/config/application.yml",status="429"} 4 http_requests_total{method="GET",path="/config/auth.php",status="404"} 1 http_requests_total{method="GET",path="/config/auth.php",status="429"} 1 http_requests_total{method="GET",path="/config/autoload/global.php",status="429"} 2 http_requests_total{method="GET",path="/config/autoload/local.php",status="429"} 2 http_requests_total{method="GET",path="/config/aws.ini",status="404"} 1 http_requests_total{method="GET",path="/config/aws.ini",status="429"} 3 http_requests_total{method="GET",path="/config/aws.json",status="429"} 19 http_requests_total{method="GET",path="/config/aws.php",status="404"} 1 http_requests_total{method="GET",path="/config/aws.php",status="429"} 2 http_requests_total{method="GET",path="/config/aws.yml",status="404"} 7 http_requests_total{method="GET",path="/config/aws.yml",status="429"} 4 http_requests_total{method="GET",path="/config/base.properties",status="429"} 2 http_requests_total{method="GET",path="/config/bootstrap.php",status="429"} 2 http_requests_total{method="GET",path="/config/broadcasting.php",status="429"} 2 http_requests_total{method="GET",path="/config/cache.php",status="429"} 2 http_requests_total{method="GET",path="/config/cli_bootstrap.php",status="429"} 2 http_requests_total{method="GET",path="/config/common.js",status="429"} 19 http_requests_total{method="GET",path="/config/config.exs",status="429"} 2 http_requests_total{method="GET",path="/config/config.go",status="429"} 2 http_requests_total{method="GET",path="/config/config.inc.php",status="429"} 2 http_requests_total{method="GET",path="/config/config.ino",status="429"} 2 http_requests_total{method="GET",path="/config/config.js",status="404"} 2 http_requests_total{method="GET",path="/config/config.js",status="429"} 21 http_requests_total{method="GET",path="/config/config.json",status="404"} 9 http_requests_total{method="GET",path="/config/config.json",status="429"} 17 http_requests_total{method="GET",path="/config/config.php",status="429"} 4 http_requests_total{method="GET",path="/config/constant.js",status="404"} 2 http_requests_total{method="GET",path="/config/constant.js",status="429"} 15 http_requests_total{method="GET",path="/config/constants.js",status="404"} 7 http_requests_total{method="GET",path="/config/constants.js",status="429"} 19 http_requests_total{method="GET",path="/config/controller.js",status="429"} 17 http_requests_total{method="GET",path="/config/credentials.json",status="404"} 3 http_requests_total{method="GET",path="/config/credentials.json",status="429"} 14 http_requests_total{method="GET",path="/config/daemon.json",status="429"} 17 http_requests_total{method="GET",path="/config/database.config.php",status="429"} 2 http_requests_total{method="GET",path="/config/database.js",status="429"} 17 http_requests_total{method="GET",path="/config/database.php",status="429"} 2 http_requests_total{method="GET",path="/config/database.yml",status="404"} 2 http_requests_total{method="GET",path="/config/default.json",status="429"} 18 http_requests_total{method="GET",path="/config/dev.json",status="404"} 2 http_requests_total{method="GET",path="/config/dev.json",status="429"} 15 http_requests_total{method="GET",path="/config/dev/config.toml",status="429"} 2 http_requests_total{method="GET",path="/config/development.config.php",status="429"} 2 http_requests_total{method="GET",path="/config/development.json",status="404"} 1 http_requests_total{method="GET",path="/config/development.json",status="429"} 17 http_requests_total{method="GET",path="/config/env",status="404"} 1 http_requests_total{method="GET",path="/config/env",status="429"} 1 http_requests_total{method="GET",path="/config/env.js",status="429"} 2 http_requests_total{method="GET",path="/config/env.json",status="404"} 1 http_requests_total{method="GET",path="/config/env.json",status="429"} 1 http_requests_total{method="GET",path="/config/env.php",status="429"} 2 http_requests_total{method="GET",path="/config/environment",status="429"} 2 http_requests_total{method="GET",path="/config/environment.json",status="429"} 2 http_requests_total{method="GET",path="/config/environment.rb",status="429"} 2 http_requests_total{method="GET",path="/config/filesystems.php",status="429"} 2 http_requests_total{method="GET",path="/config/firebase_credentials.json",status="404"} 1 http_requests_total{method="GET",path="/config/gcp-credentials.json",status="404"} 1 http_requests_total{method="GET",path="/config/gcp-credentials.json",status="429"} 7 http_requests_total{method="GET",path="/config/gcp.json",status="404"} 2 http_requests_total{method="GET",path="/config/gcp.json",status="429"} 7 http_requests_total{method="GET",path="/config/helper.js",status="429"} 17 http_requests_total{method="GET",path="/config/index.js",status="404"} 1 http_requests_total{method="GET",path="/config/index.js",status="429"} 16 http_requests_total{method="GET",path="/config/local.json",status="404"} 2 http_requests_total{method="GET",path="/config/local.json",status="429"} 14 http_requests_total{method="GET",path="/config/local.yml",status="404"} 7 http_requests_total{method="GET",path="/config/mail.js",status="429"} 17 http_requests_total{method="GET",path="/config/mail.php",status="404"} 1 http_requests_total{method="GET",path="/config/mail.php",status="429"} 1 http_requests_total{method="GET",path="/config/mailer.js",status="429"} 17 http_requests_total{method="GET",path="/config/mailserver.js",status="404"} 3 http_requests_total{method="GET",path="/config/mailserver.js",status="429"} 13 http_requests_total{method="GET",path="/config/module.config.php",status="429"} 2 http_requests_total{method="GET",path="/config/nexmo.php",status="429"} 4 http_requests_total{method="GET",path="/config/parameters.yml",status="404"} 8 http_requests_total{method="GET",path="/config/parameters.yml",status="429"} 3 http_requests_total{method="GET",path="/config/parameters.yml.dist",status="429"} 2 http_requests_total{method="GET",path="/config/paths.php",status="404"} 1 http_requests_total{method="GET",path="/config/paths.php",status="429"} 1 http_requests_total{method="GET",path="/config/php.ini",status="404"} 1 http_requests_total{method="GET",path="/config/php.ini",status="429"} 1 http_requests_total{method="GET",path="/config/prod.json",status="429"} 17 http_requests_total{method="GET",path="/config/production.json",status="404"} 3 http_requests_total{method="GET",path="/config/production.json",status="429"} 20 http_requests_total{method="GET",path="/config/requirements.php",status="404"} 1 http_requests_total{method="GET",path="/config/requirements.php",status="429"} 1 http_requests_total{method="GET",path="/config/routes.php",status="429"} 2 http_requests_total{method="GET",path="/config/s3.yml",status="404"} 1 http_requests_total{method="GET",path="/config/s3.yml",status="429"} 1 http_requests_total{method="GET",path="/config/secrets.yml",status="404"} 1 http_requests_total{method="GET",path="/config/secrets.yml",status="429"} 3 http_requests_total{method="GET",path="/config/security.config.php",status="429"} 2 http_requests_total{method="GET",path="/config/server.js",status="404"} 1 http_requests_total{method="GET",path="/config/server.js",status="429"} 18 http_requests_total{method="GET",path="/config/service-account.json",status="404"} 4 http_requests_total{method="GET",path="/config/service-account.json",status="429"} 16 http_requests_total{method="GET",path="/config/services.php",status="404"} 1 http_requests_total{method="GET",path="/config/services.php",status="429"} 2 http_requests_total{method="GET",path="/config/session.php",status="429"} 2 http_requests_total{method="GET",path="/config/settings.json",status="404"} 7 http_requests_total{method="GET",path="/config/settings.json",status="429"} 17 http_requests_total{method="GET",path="/config/settings.local",status="404"} 7 http_requests_total{method="GET",path="/config/settings.prod",status="404"} 7 http_requests_total{method="GET",path="/config/sitemap.rb",status="429"} 2 http_requests_total{method="GET",path="/config/staging.json",status="404"} 1 http_requests_total{method="GET",path="/config/staging.json",status="429"} 14 http_requests_total{method="GET",path="/config/storage.yml",status="404"} 7 http_requests_total{method="GET",path="/config/storage.yml",status="429"} 2 http_requests_total{method="GET",path="/config/stripe.json",status="429"} 2 http_requests_total{method="GET",path="/config/stripe.php",status="429"} 2 http_requests_total{method="GET",path="/config/stripe.yaml",status="429"} 2 http_requests_total{method="GET",path="/config/template.js",status="429"} 17 http_requests_total{method="GET",path="/config/test.config.php",status="429"} 2 http_requests_total{method="GET",path="/config/test.json",status="429"} 19 http_requests_total{method="GET",path="/config/utils.js",status="404"} 1 http_requests_total{method="GET",path="/config/utils.js",status="429"} 17 http_requests_total{method="GET",path="/config_tmp.ini",status="429"} 2 http_requests_total{method="GET",path="/configs.7z",status="404"} 1 http_requests_total{method="GET",path="/configs.bz2",status="404"} 1 http_requests_total{method="GET",path="/configs.gz",status="404"} 1 http_requests_total{method="GET",path="/configs.rar",status="404"} 1 http_requests_total{method="GET",path="/configs.sql",status="404"} 1 http_requests_total{method="GET",path="/configs.sql.bz2",status="404"} 1 http_requests_total{method="GET",path="/configs.sql.gz",status="404"} 1 http_requests_total{method="GET",path="/configs.tar",status="404"} 1 http_requests_total{method="GET",path="/configs.tar.bz2",status="404"} 1 http_requests_total{method="GET",path="/configs.tar.gz",status="404"} 1 http_requests_total{method="GET",path="/configs.tar.xz",status="404"} 1 http_requests_total{method="GET",path="/configs.tgz",status="404"} 1 http_requests_total{method="GET",path="/configs.zip",status="404"} 1 http_requests_total{method="GET",path="/configs.zip",status="429"} 2 http_requests_total{method="GET",path="/configs.zst",status="404"} 1 http_requests_total{method="GET",path="/configs/application.ini",status="429"} 4 http_requests_total{method="GET",path="/configs/routes-4aug.js",status="404"} 7 http_requests_total{method="GET",path="/configs/routes-4aug.js",status="429"} 15 http_requests_total{method="GET",path="/configs/routes.js",status="404"} 8 http_requests_total{method="GET",path="/configs/routes.js",status="429"} 13 http_requests_total{method="GET",path="/configs/s3_config.json",status="404"} 8 http_requests_total{method="GET",path="/configs/s3_config.json",status="429"} 12 http_requests_total{method="GET",path="/configuration.php",status="404"} 1 http_requests_total{method="GET",path="/configuration.php",status="429"} 3 http_requests_total{method="GET",path="/configuration.zip",status="429"} 2 http_requests_total{method="GET",path="/cong.php",status="404"} 5 http_requests_total{method="GET",path="/console/",status="404"} 10 http_requests_total{method="GET",path="/console/*",status="429"} 2 http_requests_total{method="GET",path="/console/.env",status="429"} 2 http_requests_total{method="GET",path="/constant.js",status="404"} 1 http_requests_total{method="GET",path="/constant.js",status="429"} 18 http_requests_total{method="GET",path="/constants.ini",status="429"} 4 http_requests_total{method="GET",path="/constants.js",status="429"} 19 http_requests_total{method="GET",path="/constants.json",status="429"} 19 http_requests_total{method="GET",path="/constants.ts",status="404"} 1 http_requests_total{method="GET",path="/constants.ts",status="429"} 1 http_requests_total{method="GET",path="/constants.yml",status="429"} 4 http_requests_total{method="GET",path="/construct.zip",status="429"} 2 http_requests_total{method="GET",path="/contact",status="429"} 2 http_requests_total{method="GET",path="/contact.zip",status="429"} 2 http_requests_total{method="GET",path="/content.php",status="404"} 1 http_requests_total{method="GET",path="/content.zip",status="429"} 2 http_requests_total{method="GET",path="/content/*",status="404"} 1 http_requests_total{method="GET",path="/content/*",status="429"} 1 http_requests_total{method="GET",path="/continuous.zip",status="429"} 2 http_requests_total{method="GET",path="/control-panel/.env",status="404"} 1 http_requests_total{method="GET",path="/control.zip",status="429"} 2 http_requests_total{method="GET",path="/control/.env",status="429"} 2 http_requests_total{method="GET",path="/control_panel.zip",status="429"} 2 http_requests_total{method="GET",path="/controller.js",status="404"} 1 http_requests_total{method="GET",path="/controller.js",status="429"} 18 http_requests_total{method="GET",path="/controller/admin/post.js",status="404"} 8 http_requests_total{method="GET",path="/controller/admin/post.js",status="429"} 15 http_requests_total{method="GET",path="/controller/api/post.js",status="404"} 7 http_requests_total{method="GET",path="/controller/api/post.js",status="429"} 15 http_requests_total{method="GET",path="/controllers/settings.js",status="404"} 7 http_requests_total{method="GET",path="/controllers/settings.js",status="429"} 15 http_requests_total{method="GET",path="/controlpanel",status="404"} 2 http_requests_total{method="GET",path="/copy.zip",status="429"} 2 http_requests_total{method="GET",path="/cord.php",status="404"} 1 http_requests_total{method="GET",path="/cordova.zip",status="429"} 2 http_requests_total{method="GET",path="/core.php",status="404"} 1 http_requests_total{method="GET",path="/core/.env",status="404"} 8 http_requests_total{method="GET",path="/core/.env",status="429"} 4 http_requests_total{method="GET",path="/core/Database/.env",status="404"} 1 http_requests_total{method="GET",path="/core/app/.env",status="404"} 1 http_requests_total{method="GET",path="/core/app/.env",status="429"} 1 http_requests_total{method="GET",path="/core/info.php",status="429"} 2 http_requests_total{method="GET",path="/core/init.php",status="404"} 1 http_requests_total{method="GET",path="/core/phpinfo.php",status="429"} 3 http_requests_total{method="GET",path="/cpanel.zip",status="429"} 2 http_requests_total{method="GET",path="/cpanel/phpinfo.php",status="404"} 1 http_requests_total{method="GET",path="/cpanel/phpinfo.php",status="429"} 1 http_requests_total{method="GET",path="/cream1.php",status="404"} 1 http_requests_total{method="GET",path="/creative.zip",status="429"} 2 http_requests_total{method="GET",path="/credentials",status="404"} 1 http_requests_total{method="GET",path="/credentials.csv",status="429"} 4 http_requests_total{method="GET",path="/credentials.go",status="429"} 4 http_requests_total{method="GET",path="/credentials.ini",status="429"} 4 http_requests_total{method="GET",path="/credentials.js",status="404"} 1 http_requests_total{method="GET",path="/credentials.js",status="429"} 18 http_requests_total{method="GET",path="/credentials.json",status="404"} 7 http_requests_total{method="GET",path="/credentials.json",status="429"} 24 http_requests_total{method="GET",path="/credentials.json.bak",status="404"} 1 http_requests_total{method="GET",path="/credentials.php",status="404"} 1 http_requests_total{method="GET",path="/credentials.properties",status="429"} 2 http_requests_total{method="GET",path="/credentials.ts",status="429"} 2 http_requests_total{method="GET",path="/credentials.zip",status="429"} 2 http_requests_total{method="GET",path="/credentials/service-account.json",status="404"} 1 http_requests_total{method="GET",path="/credentials_aws.go",status="404"} 1 http_requests_total{method="GET",path="/credentials_aws.go",status="429"} 1 http_requests_total{method="GET",path="/creds.zip",status="429"} 2 http_requests_total{method="GET",path="/crgio.php",status="404"} 2 http_requests_total{method="GET",path="/crgio.php",status="429"} 1 http_requests_total{method="GET",path="/crm/.env",status="404"} 8 http_requests_total{method="GET",path="/crm/.env",status="429"} 3 http_requests_total{method="GET",path="/cron.zip",status="429"} 2 http_requests_total{method="GET",path="/cron/.env",status="404"} 8 http_requests_total{method="GET",path="/cron/.env",status="429"} 3 http_requests_total{method="GET",path="/cron/index.js",status="429"} 17 http_requests_total{method="GET",path="/cronlab/.env",status="404"} 1 http_requests_total{method="GET",path="/cronlab/.env",status="429"} 1 http_requests_total{method="GET",path="/css.php",status="404"} 7 http_requests_total{method="GET",path="/css/autoload_classmap.php",status="404"} 1 http_requests_total{method="GET",path="/css/colors/blue/index.php",status="404"} 2 http_requests_total{method="GET",path="/css/index.php",status="404"} 2 http_requests_total{method="GET",path="/csv.php",status="404"} 2 http_requests_total{method="GET",path="/cu.php",status="404"} 5 http_requests_total{method="GET",path="/current.7z",status="404"} 1 http_requests_total{method="GET",path="/current.bz2",status="404"} 1 http_requests_total{method="GET",path="/current.gz",status="404"} 1 http_requests_total{method="GET",path="/current.rar",status="404"} 1 http_requests_total{method="GET",path="/current.sql",status="404"} 1 http_requests_total{method="GET",path="/current.sql.bz2",status="404"} 1 http_requests_total{method="GET",path="/current.sql.gz",status="404"} 1 http_requests_total{method="GET",path="/current.tar",status="404"} 1 http_requests_total{method="GET",path="/current.tar.bz2",status="404"} 1 http_requests_total{method="GET",path="/current.tar.gz",status="404"} 1 http_requests_total{method="GET",path="/current.tar.xz",status="404"} 1 http_requests_total{method="GET",path="/current.tgz",status="404"} 1 http_requests_total{method="GET",path="/current.zip",status="404"} 1 http_requests_total{method="GET",path="/current.zip",status="429"} 2 http_requests_total{method="GET",path="/current.zst",status="404"} 1 http_requests_total{method="GET",path="/current/.env",status="404"} 1 http_requests_total{method="GET",path="/current/.env",status="429"} 3 http_requests_total{method="GET",path="/custom-plugin.php",status="404"} 1 http_requests_total{method="GET",path="/custom.zip",status="429"} 2 http_requests_total{method="GET",path="/customer.zip",status="429"} 2 http_requests_total{method="GET",path="/customer/.env",status="429"} 2 http_requests_total{method="GET",path="/customers/.env",status="429"} 2 http_requests_total{method="GET",path="/cxs.php",status="404"} 1 http_requests_total{method="GET",path="/d.php",status="404"} 3 http_requests_total{method="GET",path="/d.php",status="429"} 1 http_requests_total{method="GET",path="/d12.php",status="404"} 1 http_requests_total{method="GET",path="/dal.php",status="404"} 1 http_requests_total{method="GET",path="/dashboard.zip",status="404"} 1 http_requests_total{method="GET",path="/dashboard.zip",status="429"} 1 http_requests_total{method="GET",path="/dashboard/*",status="429"} 2 http_requests_total{method="GET",path="/dashboard/.env",status="404"} 1 http_requests_total{method="GET",path="/dashboard/.env",status="429"} 1 http_requests_total{method="GET",path="/dashboard/.git/config",status="404"} 1 http_requests_total{method="GET",path="/dashboard/phpinfo.php",status="404"} 7 http_requests_total{method="GET",path="/dass.php",status="404"} 4 http_requests_total{method="GET",path="/data.7z",status="404"} 1 http_requests_total{method="GET",path="/data.bz2",status="404"} 1 http_requests_total{method="GET",path="/data.gz",status="404"} 1 http_requests_total{method="GET",path="/data.rar",status="404"} 1 http_requests_total{method="GET",path="/data.sql",status="404"} 1 http_requests_total{method="GET",path="/data.sql.bz2",status="404"} 1 http_requests_total{method="GET",path="/data.sql.gz",status="404"} 1 http_requests_total{method="GET",path="/data.tar",status="404"} 1 http_requests_total{method="GET",path="/data.tar.bz2",status="404"} 1 http_requests_total{method="GET",path="/data.tar.gz",status="404"} 1 http_requests_total{method="GET",path="/data.tar.xz",status="404"} 1 http_requests_total{method="GET",path="/data.tgz",status="404"} 1 http_requests_total{method="GET",path="/data.zip",status="404"} 1 http_requests_total{method="GET",path="/data.zip",status="429"} 2 http_requests_total{method="GET",path="/data.zst",status="404"} 1 http_requests_total{method="GET",path="/data/credentials.ini",status="429"} 2 http_requests_total{method="GET",path="/database.7z",status="404"} 1 http_requests_total{method="GET",path="/database.bz2",status="404"} 1 http_requests_total{method="GET",path="/database.gz",status="404"} 1 http_requests_total{method="GET",path="/database.php",status="404"} 1 http_requests_total{method="GET",path="/database.php",status="429"} 2 http_requests_total{method="GET",path="/database.rar",status="404"} 1 http_requests_total{method="GET",path="/database.sql",status="404"} 3 http_requests_total{method="GET",path="/database.sql.bz2",status="404"} 1 http_requests_total{method="GET",path="/database.sql.gz",status="404"} 1 http_requests_total{method="GET",path="/database.tar",status="404"} 1 http_requests_total{method="GET",path="/database.tar.bz2",status="404"} 1 http_requests_total{method="GET",path="/database.tar.gz",status="404"} 1 http_requests_total{method="GET",path="/database.tar.xz",status="404"} 1 http_requests_total{method="GET",path="/database.tgz",status="404"} 1 http_requests_total{method="GET",path="/database.zip",status="404"} 1 http_requests_total{method="GET",path="/database.zip",status="429"} 2 http_requests_total{method="GET",path="/database.zst",status="404"} 1 http_requests_total{method="GET",path="/database/.env",status="404"} 1 http_requests_total{method="GET",path="/database/.env",status="429"} 3 http_requests_total{method="GET",path="/datadog.zip",status="429"} 2 http_requests_total{method="GET",path="/db.7z",status="404"} 1 http_requests_total{method="GET",path="/db.bz2",status="404"} 1 http_requests_total{method="GET",path="/db.gz",status="404"} 1 http_requests_total{method="GET",path="/db.php",status="404"} 4 http_requests_total{method="GET",path="/db.php",status="429"} 2 http_requests_total{method="GET",path="/db.rar",status="404"} 1 http_requests_total{method="GET",path="/db.sql",status="404"} 3 http_requests_total{method="GET",path="/db.sql.bz2",status="404"} 1 http_requests_total{method="GET",path="/db.sql.gz",status="404"} 1 http_requests_total{method="GET",path="/db.tar",status="404"} 1 http_requests_total{method="GET",path="/db.tar.bz2",status="404"} 1 http_requests_total{method="GET",path="/db.tar.gz",status="404"} 1 http_requests_total{method="GET",path="/db.tar.xz",status="404"} 1 http_requests_total{method="GET",path="/db.tgz",status="404"} 1 http_requests_total{method="GET",path="/db.zip",status="404"} 1 http_requests_total{method="GET",path="/db.zip",status="429"} 2 http_requests_total{method="GET",path="/db.zst",status="404"} 1 http_requests_total{method="GET",path="/db/.env",status="429"} 2 http_requests_total{method="GET",path="/db_backup.7z",status="404"} 1 http_requests_total{method="GET",path="/db_backup.bz2",status="404"} 1 http_requests_total{method="GET",path="/db_backup.gz",status="404"} 1 http_requests_total{method="GET",path="/db_backup.rar",status="404"} 1 http_requests_total{method="GET",path="/db_backup.sql",status="404"} 1 http_requests_total{method="GET",path="/db_backup.sql.bz2",status="404"} 1 http_requests_total{method="GET",path="/db_backup.sql.gz",status="404"} 1 http_requests_total{method="GET",path="/db_backup.tar",status="404"} 1 http_requests_total{method="GET",path="/db_backup.tar.bz2",status="404"} 1 http_requests_total{method="GET",path="/db_backup.tar.gz",status="404"} 1 http_requests_total{method="GET",path="/db_backup.tar.xz",status="404"} 1 http_requests_total{method="GET",path="/db_backup.tgz",status="404"} 1 http_requests_total{method="GET",path="/db_backup.zip",status="404"} 1 http_requests_total{method="GET",path="/db_backup.zip",status="429"} 2 http_requests_total{method="GET",path="/db_backup.zst",status="404"} 1 http_requests_total{method="GET",path="/db_dump.7z",status="404"} 1 http_requests_total{method="GET",path="/db_dump.bz2",status="404"} 1 http_requests_total{method="GET",path="/db_dump.gz",status="404"} 1 http_requests_total{method="GET",path="/db_dump.rar",status="404"} 1 http_requests_total{method="GET",path="/db_dump.sql",status="404"} 1 http_requests_total{method="GET",path="/db_dump.sql.bz2",status="404"} 1 http_requests_total{method="GET",path="/db_dump.sql.gz",status="404"} 1 http_requests_total{method="GET",path="/db_dump.tar",status="404"} 1 http_requests_total{method="GET",path="/db_dump.tar.bz2",status="404"} 1 http_requests_total{method="GET",path="/db_dump.tar.gz",status="404"} 1 http_requests_total{method="GET",path="/db_dump.tar.xz",status="404"} 1 http_requests_total{method="GET",path="/db_dump.tgz",status="404"} 1 http_requests_total{method="GET",path="/db_dump.zip",status="404"} 1 http_requests_total{method="GET",path="/db_dump.zst",status="404"} 1 http_requests_total{method="GET",path="/dbadmin.zip",status="429"} 2 http_requests_total{method="GET",path="/dbadmin/.env",status="429"} 2 http_requests_total{method="GET",path="/dbase.zip",status="429"} 2 http_requests_total{method="GET",path="/dbdump.zip",status="429"} 2 http_requests_total{method="GET",path="/de.php",status="404"} 4 http_requests_total{method="GET",path="/debug.php",status="404"} 1 http_requests_total{method="GET",path="/debug.php",status="429"} 1 http_requests_total{method="GET",path="/debug.zip",status="429"} 2 http_requests_total{method="GET",path="/debug/",status="404"} 1 http_requests_total{method="GET",path="/debug/default/view",status="404"} 17 http_requests_total{method="GET",path="/debugbar/",status="404"} 1 http_requests_total{method="GET",path="/default.php",status="404"} 2 http_requests_total{method="GET",path="/default.php",status="429"} 2 http_requests_total{method="GET",path="/default.ts",status="429"} 2 http_requests_total{method="GET",path="/default.zip",status="429"} 2 http_requests_total{method="GET",path="/defaults.php",status="404"} 2 http_requests_total{method="GET",path="/defaults.yaml",status="429"} 2 http_requests_total{method="GET",path="/demo.zip",status="429"} 2 http_requests_total{method="GET",path="/demo/.env",status="429"} 2 http_requests_total{method="GET",path="/demo/phpinfo.php",status="429"} 2 http_requests_total{method="GET",path="/department.zip",status="429"} 2 http_requests_total{method="GET",path="/deploy.sh",status="429"} 2 http_requests_total{method="GET",path="/deploy.zip",status="429"} 2 http_requests_total{method="GET",path="/deploy/.env",status="404"} 2 http_requests_total{method="GET",path="/deploy/.env",status="429"} 1 http_requests_total{method="GET",path="/deployment.zip",status="429"} 2 http_requests_total{method="GET",path="/design.zip",status="429"} 2 http_requests_total{method="GET",path="/designs.zip",status="429"} 2 http_requests_total{method="GET",path="/dev.7z",status="404"} 1 http_requests_total{method="GET",path="/dev.bz2",status="404"} 1 http_requests_total{method="GET",path="/dev.gz",status="404"} 1 http_requests_total{method="GET",path="/dev.rar",status="404"} 1 http_requests_total{method="GET",path="/dev.sql",status="404"} 1 http_requests_total{method="GET",path="/dev.sql.bz2",status="404"} 1 http_requests_total{method="GET",path="/dev.sql.gz",status="404"} 1 http_requests_total{method="GET",path="/dev.tar",status="404"} 1 http_requests_total{method="GET",path="/dev.tar.bz2",status="404"} 1 http_requests_total{method="GET",path="/dev.tar.gz",status="404"} 1 http_requests_total{method="GET",path="/dev.tar.xz",status="404"} 1 http_requests_total{method="GET",path="/dev.tgz",status="404"} 1 http_requests_total{method="GET",path="/dev.zip",status="404"} 1 http_requests_total{method="GET",path="/dev.zip",status="429"} 2 http_requests_total{method="GET",path="/dev.zst",status="404"} 1 http_requests_total{method="GET",path="/dev/.env",status="404"} 8 http_requests_total{method="GET",path="/dev/.env",status="429"} 5 http_requests_total{method="GET",path="/dev/env.js",status="429"} 2 http_requests_total{method="GET",path="/dev/phpinfo.php",status="404"} 1 http_requests_total{method="GET",path="/dev/phpinfo.php",status="429"} 3 http_requests_total{method="GET",path="/develop.zip",status="429"} 2 http_requests_total{method="GET",path="/develop/.env",status="429"} 4 http_requests_total{method="GET",path="/developer/.env",status="429"} 2 http_requests_total{method="GET",path="/development.zip",status="429"} 2 http_requests_total{method="GET",path="/development/.env",status="404"} 7 http_requests_total{method="GET",path="/development/.env",status="429"} 5 http_requests_total{method="GET",path="/devtools.zip",status="429"} 2 http_requests_total{method="GET",path="/dex.php",status="404"} 1 http_requests_total{method="GET",path="/digitalocean.zip",status="429"} 2 http_requests_total{method="GET",path="/directadmin.zip",status="429"} 2 http_requests_total{method="GET",path="/discord.zip",status="429"} 2 http_requests_total{method="GET",path="/dist.7z",status="404"} 1 http_requests_total{method="GET",path="/dist.bz2",status="404"} 1 http_requests_total{method="GET",path="/dist.gz",status="404"} 1 http_requests_total{method="GET",path="/dist.rar",status="404"} 1 http_requests_total{method="GET",path="/dist.sql",status="404"} 1 http_requests_total{method="GET",path="/dist.sql.bz2",status="404"} 1 http_requests_total{method="GET",path="/dist.sql.gz",status="404"} 1 http_requests_total{method="GET",path="/dist.tar",status="404"} 1 http_requests_total{method="GET",path="/dist.tar.bz2",status="404"} 1 http_requests_total{method="GET",path="/dist.tar.gz",status="404"} 1 http_requests_total{method="GET",path="/dist.tar.xz",status="404"} 1 http_requests_total{method="GET",path="/dist.tgz",status="404"} 1 http_requests_total{method="GET",path="/dist.zip",status="404"} 1 http_requests_total{method="GET",path="/dist.zst",status="404"} 1 http_requests_total{method="GET",path="/dist/.env",status="404"} 2 http_requests_total{method="GET",path="/dist/.env",status="429"} 1 http_requests_total{method="GET",path="/dist/.git/config",status="429"} 1 http_requests_total{method="GET",path="/dist/.vite/manifest.json",status="404"} 1 http_requests_total{method="GET",path="/dist/.vite/manifest.json",status="429"} 18 http_requests_total{method="GET",path="/dist/manifest.json",status="404"} 2 http_requests_total{method="GET",path="/dist/manifest.json",status="429"} 17 http_requests_total{method="GET",path="/distribution.zip",status="429"} 2 http_requests_total{method="GET",path="/division.zip",status="429"} 2 http_requests_total{method="GET",path="/django.7z",status="404"} 1 http_requests_total{method="GET",path="/django.bz2",status="404"} 1 http_requests_total{method="GET",path="/django.gz",status="404"} 1 http_requests_total{method="GET",path="/django.rar",status="404"} 1 http_requests_total{method="GET",path="/django.sql",status="404"} 1 http_requests_total{method="GET",path="/django.sql.bz2",status="404"} 1 http_requests_total{method="GET",path="/django.sql.gz",status="404"} 1 http_requests_total{method="GET",path="/django.tar",status="404"} 1 http_requests_total{method="GET",path="/django.tar.bz2",status="404"} 1 http_requests_total{method="GET",path="/django.tar.gz",status="404"} 1 http_requests_total{method="GET",path="/django.tar.xz",status="404"} 1 http_requests_total{method="GET",path="/django.tgz",status="404"} 1 http_requests_total{method="GET",path="/django.zip",status="404"} 1 http_requests_total{method="GET",path="/django.zip",status="429"} 2 http_requests_total{method="GET",path="/django.zst",status="404"} 1 http_requests_total{method="GET",path="/dlu.php",status="404"} 1 http_requests_total{method="GET",path="/dnscfg.cgi",status="429"} 2 http_requests_total{method="GET",path="/doc.php",status="404"} 5 http_requests_total{method="GET",path="/docker-cloud.yml",status="429"} 4 http_requests_total{method="GET",path="/docker-compose.yaml",status="404"} 2 http_requests_total{method="GET",path="/docker-compose.yml",status="404"} 2 http_requests_total{method="GET",path="/docker-compose.yml",status="429"} 4 http_requests_total{method="GET",path="/docker-compose/.env",status="429"} 2 http_requests_total{method="GET",path="/docker/.env",status="404"} 7 http_requests_total{method="GET",path="/docker/.env",status="429"} 3 http_requests_total{method="GET",path="/docker/app/.env",status="404"} 7 http_requests_total{method="GET",path="/docker/overlay/config.json",status="429"} 2 http_requests_total{method="GET",path="/docker/registry/config.yml",status="429"} 2 http_requests_total{method="GET",path="/docs",status="404"} 1 http_requests_total{method="GET",path="/docs",status="429"} 1 http_requests_total{method="GET",path="/docs.zip",status="429"} 2 http_requests_total{method="GET",path="/docs/phpinfo.php",status="429"} 1 http_requests_total{method="GET",path="/documentation.zip",status="429"} 2 http_requests_total{method="GET",path="/documents.zip",status="429"} 2 http_requests_total{method="GET",path="/domain.zip",status="404"} 1 http_requests_total{method="GET",path="/domain.zip",status="429"} 1 http_requests_total{method="GET",path="/domains.php",status="404"} 2 http_requests_total{method="GET",path="/domains.zip",status="429"} 2 http_requests_total{method="GET",path="/dostshell.php",status="404"} 2 http_requests_total{method="GET",path="/dotenv.zip",status="429"} 2 http_requests_total{method="GET",path="/doti.php",status="404"} 1 http_requests_total{method="GET",path="/dotnet.zip",status="429"} 2 http_requests_total{method="GET",path="/downloads.zip",status="429"} 2 http_requests_total{method="GET",path="/dr.php",status="404"} 1 http_requests_total{method="GET",path="/drafts.zip",status="429"} 2 http_requests_total{method="GET",path="/dreamhost.zip",status="429"} 2 http_requests_total{method="GET",path="/drhunthq.php",status="404"} 2 http_requests_total{method="GET",path="/drivers.zip",status="429"} 2 http_requests_total{method="GET",path="/dropbox.zip",status="429"} 2 http_requests_total{method="GET",path="/dropdown.php",status="404"} 2 http_requests_total{method="GET",path="/dropdown.php",status="429"} 1 http_requests_total{method="GET",path="/drupal.7z",status="404"} 1 http_requests_total{method="GET",path="/drupal.bz2",status="404"} 1 http_requests_total{method="GET",path="/drupal.gz",status="404"} 1 http_requests_total{method="GET",path="/drupal.rar",status="404"} 1 http_requests_total{method="GET",path="/drupal.sql",status="404"} 1 http_requests_total{method="GET",path="/drupal.sql.bz2",status="404"} 1 http_requests_total{method="GET",path="/drupal.sql.gz",status="404"} 1 http_requests_total{method="GET",path="/drupal.tar",status="404"} 1 http_requests_total{method="GET",path="/drupal.tar.bz2",status="404"} 1 http_requests_total{method="GET",path="/drupal.tar.gz",status="404"} 1 http_requests_total{method="GET",path="/drupal.tar.xz",status="404"} 1 http_requests_total{method="GET",path="/drupal.tgz",status="404"} 1 http_requests_total{method="GET",path="/drupal.zip",status="404"} 1 http_requests_total{method="GET",path="/drupal.zip",status="429"} 2 http_requests_total{method="GET",path="/drupal.zst",status="404"} 1 http_requests_total{method="GET",path="/drupal/.env",status="404"} 1 http_requests_total{method="GET",path="/drupal/.env",status="429"} 1 http_requests_total{method="GET",path="/drykl.php",status="404"} 4 http_requests_total{method="GET",path="/dump.7z",status="404"} 1 http_requests_total{method="GET",path="/dump.bz2",status="404"} 1 http_requests_total{method="GET",path="/dump.gz",status="404"} 1 http_requests_total{method="GET",path="/dump.rar",status="404"} 1 http_requests_total{method="GET",path="/dump.sql",status="404"} 3 http_requests_total{method="GET",path="/dump.sql.bz2",status="404"} 1 http_requests_total{method="GET",path="/dump.sql.gz",status="404"} 1 http_requests_total{method="GET",path="/dump.tar",status="404"} 1 http_requests_total{method="GET",path="/dump.tar.bz2",status="404"} 1 http_requests_total{method="GET",path="/dump.tar.gz",status="404"} 1 http_requests_total{method="GET",path="/dump.tar.xz",status="404"} 1 http_requests_total{method="GET",path="/dump.tgz",status="404"} 1 http_requests_total{method="GET",path="/dump.zip",status="404"} 2 http_requests_total{method="GET",path="/dump.zip",status="429"} 1 http_requests_total{method="GET",path="/dump.zst",status="404"} 1 http_requests_total{method="GET",path="/duplicate.zip",status="429"} 2 http_requests_total{method="GET",path="/dx.php",status="404"} 2 http_requests_total{method="GET",path="/ea.php",status="404"} 1 http_requests_total{method="GET",path="/ecommerce.zip",status="429"} 2 http_requests_total{method="GET",path="/ecp/Current/exporttool/microsoft.exchange.ediscovery.exporttool.application",status="404"} 10 http_requests_total{method="GET",path="/edge.zip",status="429"} 2 http_requests_total{method="GET",path="/edit.php",status="404"} 12 http_requests_total{method="GET",path="/editor/*",status="429"} 2 http_requests_total{method="GET",path="/ee.php",status="404"} 1 http_requests_total{method="GET",path="/eknmacnl.php",status="404"} 1 http_requests_total{method="GET",path="/elasticsearch.yml",status="429"} 4 http_requests_total{method="GET",path="/elasticsearch.zip",status="429"} 2 http_requests_total{method="GET",path="/elasticsearch/.env",status="429"} 1 http_requests_total{method="GET",path="/elasticsearch_cluster_yml",status="429"} 4 http_requests_total{method="GET",path="/elp.php",status="404"} 1 http_requests_total{method="GET",path="/elp.php",status="429"} 1 http_requests_total{method="GET",path="/email.zip",status="429"} 2 http_requests_total{method="GET",path="/email/.env",status="404"} 1 http_requests_total{method="GET",path="/email/.env",status="429"} 1 http_requests_total{method="GET",path="/emailconfig.toml",status="429"} 2 http_requests_total{method="GET",path="/en/*",status="429"} 2 http_requests_total{method="GET",path="/en/.env",status="404"} 1 http_requests_total{method="GET",path="/en/.env",status="429"} 1 http_requests_total{method="GET",path="/en0.php",status="404"} 1 http_requests_total{method="GET",path="/enclas.php",status="404"} 2 http_requests_total{method="GET",path="/encrypted.zip",status="429"} 2 http_requests_total{method="GET",path="/engine/.env",status="429"} 2 http_requests_total{method="GET",path="/env",status="404"} 2 http_requests_total{method="GET",path="/env",status="429"} 1 http_requests_total{method="GET",path="/env-config.js",status="404"} 1 http_requests_total{method="GET",path="/env-config.js",status="429"} 18 http_requests_total{method="GET",path="/env.backup",status="404"} 7 http_requests_total{method="GET",path="/env.js",status="404"} 2 http_requests_total{method="GET",path="/env.js",status="429"} 20 http_requests_total{method="GET",path="/env.json",status="429"} 21 http_requests_total{method="GET",path="/env.php",status="404"} 1 http_requests_total{method="GET",path="/env.rb",status="429"} 2 http_requests_total{method="GET",path="/env.txt",status="429"} 2 http_requests_total{method="GET",path="/env.yaml",status="429"} 2 http_requests_total{method="GET",path="/env.zip",status="429"} 2 http_requests_total{method="GET",path="/env/.env",status="404"} 6 http_requests_total{method="GET",path="/environment.zip",status="429"} 2 http_requests_total{method="GET",path="/epinyins.php",status="404"} 3 http_requests_total{method="GET",path="/erp/.env",status="404"} 1 http_requests_total{method="GET",path="/erp/.env",status="429"} 3 http_requests_total{method="GET",path="/error.php",status="404"} 2 http_requests_total{method="GET",path="/error/",status="429"} 2 http_requests_total{method="GET",path="/error_log.php",status="404"} 3 http_requests_total{method="GET",path="/errors.zip",status="429"} 2 http_requests_total{method="GET",path="/etc.zip",status="429"} 2 http_requests_total{method="GET",path="/etc/apache2/apache2.conf",status="404"} 1 http_requests_total{method="GET",path="/etc/apache2/apache2.conf",status="429"} 1 http_requests_total{method="GET",path="/etc/boto.cfg",status="429"} 2 http_requests_total{method="GET",path="/ethnogr.php",status="404"} 1 http_requests_total{method="GET",path="/ewp.php",status="404"} 1 http_requests_total{method="GET",path="/example.zip",status="429"} 2 http_requests_total{method="GET",path="/exapi/.env",status="429"} 2 http_requests_total{method="GET",path="/exceptions.zip",status="429"} 2 http_requests_total{method="GET",path="/experimental.zip",status="429"} 2 http_requests_total{method="GET",path="/explorer/index_.php",status="404"} 3 http_requests_total{method="GET",path="/export.7z",status="404"} 1 http_requests_total{method="GET",path="/export.bz2",status="404"} 1 http_requests_total{method="GET",path="/export.gz",status="404"} 1 http_requests_total{method="GET",path="/export.rar",status="404"} 1 http_requests_total{method="GET",path="/export.sql",status="404"} 1 http_requests_total{method="GET",path="/export.sql.bz2",status="404"} 1 http_requests_total{method="GET",path="/export.sql.gz",status="404"} 1 http_requests_total{method="GET",path="/export.tar",status="404"} 1 http_requests_total{method="GET",path="/export.tar.bz2",status="404"} 1 http_requests_total{method="GET",path="/export.tar.gz",status="404"} 1 http_requests_total{method="GET",path="/export.tar.xz",status="404"} 1 http_requests_total{method="GET",path="/export.tgz",status="404"} 1 http_requests_total{method="GET",path="/export.zip",status="404"} 1 http_requests_total{method="GET",path="/export.zip",status="429"} 2 http_requests_total{method="GET",path="/export.zst",status="404"} 1 http_requests_total{method="GET",path="/exported/phpinfo.php",status="429"} 2 http_requests_total{method="GET",path="/exports.7z",status="404"} 1 http_requests_total{method="GET",path="/exports.bz2",status="404"} 1 http_requests_total{method="GET",path="/exports.gz",status="404"} 1 http_requests_total{method="GET",path="/exports.rar",status="404"} 1 http_requests_total{method="GET",path="/exports.sql",status="404"} 1 http_requests_total{method="GET",path="/exports.sql.bz2",status="404"} 1 http_requests_total{method="GET",path="/exports.sql.gz",status="404"} 1 http_requests_total{method="GET",path="/exports.tar",status="404"} 1 http_requests_total{method="GET",path="/exports.tar.bz2",status="404"} 1 http_requests_total{method="GET",path="/exports.tar.gz",status="404"} 1 http_requests_total{method="GET",path="/exports.tar.xz",status="404"} 1 http_requests_total{method="GET",path="/exports.tgz",status="404"} 1 http_requests_total{method="GET",path="/exports.zip",status="404"} 1 http_requests_total{method="GET",path="/exports.zst",status="404"} 1 http_requests_total{method="GET",path="/express.zip",status="429"} 2 http_requests_total{method="GET",path="/express/.env",status="429"} 2 http_requests_total{method="GET",path="/ey5.php",status="404"} 1 http_requests_total{method="GET",path="/f222.php",status="404"} 1 http_requests_total{method="GET",path="/f35.php",status="404"} 7 http_requests_total{method="GET",path="/f35.php",status="429"} 1 http_requests_total{method="GET",path="/f5.php",status="404"} 4 http_requests_total{method="GET",path="/f6.php",status="404"} 1 http_requests_total{method="GET",path="/facebook-pixel.zip",status="429"} 2 http_requests_total{method="GET",path="/facebook.zip",status="429"} 2 http_requests_total{method="GET",path="/favicon.ico",status="200"} 31 http_requests_total{method="GET",path="/favicon.php",status="404"} 1 http_requests_total{method="GET",path="/favicon.png",status="404"} 2 http_requests_total{method="GET",path="/fe/.env",status="429"} 2 http_requests_total{method="GET",path="/fe5.php",status="404"} 1 http_requests_total{method="GET",path="/feature.zip",status="429"} 2 http_requests_total{method="GET",path="/fex.php",status="404"} 1 http_requests_total{method="GET",path="/ff.php",status="404"} 1 http_requests_total{method="GET",path="/ff1.php",status="404"} 3 http_requests_total{method="GET",path="/fff.php",status="404"} 2 http_requests_total{method="GET",path="/ffile.php",status="404"} 1 http_requests_total{method="GET",path="/figma.zip",status="429"} 2 http_requests_total{method="GET",path="/file.php",status="404"} 6 http_requests_total{method="GET",path="/file1.php",status="404"} 1 http_requests_total{method="GET",path="/file15.php",status="404"} 1 http_requests_total{method="GET",path="/file18.php",status="404"} 1 http_requests_total{method="GET",path="/file2.php",status="404"} 2 http_requests_total{method="GET",path="/file21.php",status="404"} 1 http_requests_total{method="GET",path="/file30.php",status="404"} 3 http_requests_total{method="GET",path="/file4.php",status="404"} 4 http_requests_total{method="GET",path="/file48.php",status="404"} 2 http_requests_total{method="GET",path="/file5.php",status="404"} 1 http_requests_total{method="GET",path="/file59.php",status="404"} 3 http_requests_total{method="GET",path="/file6.php",status="404"} 3 http_requests_total{method="GET",path="/file60.php",status="404"} 1 http_requests_total{method="GET",path="/file61.php",status="404"} 1 http_requests_total{method="GET",path="/file7.php",status="404"} 2 http_requests_total{method="GET",path="/file8.php",status="404"} 1 http_requests_total{method="GET",path="/file88.php",status="404"} 1 http_requests_total{method="GET",path="/file9.php",status="404"} 3 http_requests_total{method="GET",path="/fileas.php",status="404"} 1 http_requests_total{method="GET",path="/filemanager/dialog.php",status="404"} 2 http_requests_total{method="GET",path="/filer.php",status="404"} 1 http_requests_total{method="GET",path="/files.7z",status="404"} 1 http_requests_total{method="GET",path="/files.bz2",status="404"} 1 http_requests_total{method="GET",path="/files.gz",status="404"} 1 http_requests_total{method="GET",path="/files.php",status="404"} 2 http_requests_total{method="GET",path="/files.rar",status="404"} 1 http_requests_total{method="GET",path="/files.sql",status="404"} 1 http_requests_total{method="GET",path="/files.sql.bz2",status="404"} 1 http_requests_total{method="GET",path="/files.sql.gz",status="404"} 1 http_requests_total{method="GET",path="/files.tar",status="404"} 1 http_requests_total{method="GET",path="/files.tar.bz2",status="404"} 1 http_requests_total{method="GET",path="/files.tar.gz",status="404"} 1 http_requests_total{method="GET",path="/files.tar.xz",status="404"} 1 http_requests_total{method="GET",path="/files.tgz",status="404"} 1 http_requests_total{method="GET",path="/files.zip",status="404"} 1 http_requests_total{method="GET",path="/files.zip",status="429"} 2 http_requests_total{method="GET",path="/files.zst",status="404"} 1 http_requests_total{method="GET",path="/files/index.php",status="404"} 2 http_requests_total{method="GET",path="/filesss.php",status="404"} 1 http_requests_total{method="GET",path="/filexp.php",status="404"} 1 http_requests_total{method="GET",path="/final.zip",status="429"} 2 http_requests_total{method="GET",path="/finny.php",status="404"} 1 http_requests_total{method="GET",path="/firebase-adminsdk.json",status="404"} 3 http_requests_total{method="GET",path="/firebase-adminsdk.json",status="429"} 19 http_requests_total{method="GET",path="/firebase-config.json",status="404"} 4 http_requests_total{method="GET",path="/firebase-config.json",status="429"} 15 http_requests_total{method="GET",path="/firebase-credentials.json",status="429"} 20 http_requests_total{method="GET",path="/firebase-debug.log",status="404"} 1 http_requests_total{method="GET",path="/firebase-key.json",status="404"} 1 http_requests_total{method="GET",path="/firebase-key.json",status="429"} 14 http_requests_total{method="GET",path="/firebase-service-account.json",status="404"} 2 http_requests_total{method="GET",path="/firebase-service-account.json",status="429"} 20 http_requests_total{method="GET",path="/firebase.json",status="404"} 5 http_requests_total{method="GET",path="/firebase.json",status="429"} 19 http_requests_total{method="GET",path="/firebase_credentials.json",status="429"} 1 http_requests_total{method="GET",path="/first.php",status="404"} 1 http_requests_total{method="GET",path="/fixtures.zip",status="429"} 2 http_requests_total{method="GET",path="/flask.7z",status="404"} 1 http_requests_total{method="GET",path="/flask.bz2",status="404"} 1 http_requests_total{method="GET",path="/flask.gz",status="404"} 1 http_requests_total{method="GET",path="/flask.rar",status="404"} 1 http_requests_total{method="GET",path="/flask.sql",status="404"} 1 http_requests_total{method="GET",path="/flask.sql.bz2",status="404"} 1 http_requests_total{method="GET",path="/flask.sql.gz",status="404"} 1 http_requests_total{method="GET",path="/flask.tar",status="404"} 1 http_requests_total{method="GET",path="/flask.tar.bz2",status="404"} 1 http_requests_total{method="GET",path="/flask.tar.gz",status="404"} 1 http_requests_total{method="GET",path="/flask.tar.xz",status="404"} 1 http_requests_total{method="GET",path="/flask.tgz",status="404"} 1 http_requests_total{method="GET",path="/flask.zip",status="404"} 1 http_requests_total{method="GET",path="/flask.zip",status="429"} 2 http_requests_total{method="GET",path="/flask.zst",status="404"} 1 http_requests_total{method="GET",path="/flower.php",status="404"} 2 http_requests_total{method="GET",path="/flox.php",status="404"} 1 http_requests_total{method="GET",path="/flutter.zip",status="429"} 2 http_requests_total{method="GET",path="/fm.php",status="404"} 3 http_requests_total{method="GET",path="/fns.php",status="404"} 1 http_requests_total{method="GET",path="/fone1.php",status="404"} 3 http_requests_total{method="GET",path="/fonts.zip",status="429"} 2 http_requests_total{method="GET",path="/forbidals.php",status="404"} 3 http_requests_total{method="GET",path="/form",status="429"} 2 http_requests_total{method="GET",path="/form-test/*",status="429"} 2 http_requests_total{method="GET",path="/form/*",status="429"} 2 http_requests_total{method="GET",path="/forum/.env",status="429"} 2 http_requests_total{method="GET",path="/forums/.env",status="429"} 2 http_requests_total{method="GET",path="/fr/*",status="429"} 2 http_requests_total{method="GET",path="/front/.env",status="429"} 2 http_requests_total{method="GET",path="/frontend.7z",status="404"} 1 http_requests_total{method="GET",path="/frontend.bz2",status="404"} 1 http_requests_total{method="GET",path="/frontend.gz",status="404"} 1 http_requests_total{method="GET",path="/frontend.rar",status="404"} 1 http_requests_total{method="GET",path="/frontend.sql",status="404"} 1 http_requests_total{method="GET",path="/frontend.sql.bz2",status="404"} 1 http_requests_total{method="GET",path="/frontend.sql.gz",status="404"} 1 http_requests_total{method="GET",path="/frontend.tar",status="404"} 1 http_requests_total{method="GET",path="/frontend.tar.bz2",status="404"} 1 http_requests_total{method="GET",path="/frontend.tar.gz",status="404"} 1 http_requests_total{method="GET",path="/frontend.tar.xz",status="404"} 1 http_requests_total{method="GET",path="/frontend.tgz",status="404"} 1 http_requests_total{method="GET",path="/frontend.zip",status="404"} 1 http_requests_total{method="GET",path="/frontend.zst",status="404"} 1 http_requests_total{method="GET",path="/frontend/.env",status="404"} 1 http_requests_total{method="GET",path="/frontend/.env",status="429"} 3 http_requests_total{method="GET",path="/frontend/.git/config",status="429"} 1 http_requests_total{method="GET",path="/fs.php",status="404"} 6 http_requests_total{method="GET",path="/fs.php",status="429"} 1 http_requests_total{method="GET",path="/fsjzs.php",status="404"} 1 http_requests_total{method="GET",path="/fso.php",status="404"} 1 http_requests_total{method="GET",path="/ftde.php",status="404"} 4 http_requests_total{method="GET",path="/ftp.zip",status="429"} 2 http_requests_total{method="GET",path="/full_backup.7z",status="404"} 1 http_requests_total{method="GET",path="/full_backup.bz2",status="404"} 1 http_requests_total{method="GET",path="/full_backup.gz",status="404"} 1 http_requests_total{method="GET",path="/full_backup.rar",status="404"} 1 http_requests_total{method="GET",path="/full_backup.sql",status="404"} 1 http_requests_total{method="GET",path="/full_backup.sql.bz2",status="404"} 1 http_requests_total{method="GET",path="/full_backup.sql.gz",status="404"} 1 http_requests_total{method="GET",path="/full_backup.tar",status="404"} 1 http_requests_total{method="GET",path="/full_backup.tar.bz2",status="404"} 1 http_requests_total{method="GET",path="/full_backup.tar.gz",status="404"} 1 http_requests_total{method="GET",path="/full_backup.tar.xz",status="404"} 1 http_requests_total{method="GET",path="/full_backup.tgz",status="404"} 1 http_requests_total{method="GET",path="/full_backup.zip",status="404"} 1 http_requests_total{method="GET",path="/full_backup.zst",status="404"} 1 http_requests_total{method="GET",path="/fullchain.pem",status="404"} 1 http_requests_total{method="GET",path="/fullstory.zip",status="429"} 2 http_requests_total{method="GET",path="/fun.php",status="404"} 2 http_requests_total{method="GET",path="/fun.php",status="429"} 1 http_requests_total{method="GET",path="/function/function.php",status="404"} 2 http_requests_total{method="GET",path="/functions/.runtimeconfig.json",status="404"} 1 http_requests_total{method="GET",path="/functions/aws-secrets.js",status="404"} 1 http_requests_total{method="GET",path="/functions/aws-secrets.js",status="429"} 18 http_requests_total{method="GET",path="/fv.php",status="404"} 2 http_requests_total{method="GET",path="/fvvff.php",status="404"} 1 http_requests_total{method="GET",path="/fwe.php",status="404"} 2 http_requests_total{method="GET",path="/fx.php",status="404"} 1 http_requests_total{method="GET",path="/g.php",status="404"} 2 http_requests_total{method="GET",path="/galex.php",status="404"} 2 http_requests_total{method="GET",path="/gallery.zip",status="429"} 2 http_requests_total{method="GET",path="/game.zip",status="429"} 2 http_requests_total{method="GET",path="/gamemaker.zip",status="429"} 2 http_requests_total{method="GET",path="/games.zip",status="429"} 2 http_requests_total{method="GET",path="/ganja.php",status="429"} 1 http_requests_total{method="GET",path="/gateway/.env",status="404"} 1 http_requests_total{method="GET",path="/gateway/.env",status="429"} 1 http_requests_total{method="GET",path="/gatsby-config.js",status="404"} 7 http_requests_total{method="GET",path="/gatsby-config.js",status="429"} 15 http_requests_total{method="GET",path="/gatsby.zip",status="429"} 2 http_requests_total{method="GET",path="/gcloud-service-key.json",status="404"} 1 http_requests_total{method="GET",path="/gcloud-service-key.json",status="429"} 8 http_requests_total{method="GET",path="/gcp-credentials.json",status="404"} 1 http_requests_total{method="GET",path="/gcp-credentials.json",status="429"} 19 http_requests_total{method="GET",path="/gcp-key.json",status="404"} 2 http_requests_total{method="GET",path="/gcp-key.json",status="429"} 15 http_requests_total{method="GET",path="/gcp-sa.json",status="404"} 2 http_requests_total{method="GET",path="/gcp-sa.json",status="429"} 13 http_requests_total{method="GET",path="/gcp-service-account.json",status="404"} 1 http_requests_total{method="GET",path="/gcp-service-account.json",status="429"} 19 http_requests_total{method="GET",path="/gcp.json",status="429"} 9 http_requests_total{method="GET",path="/gcp/.env",status="429"} 1 http_requests_total{method="GET",path="/gcp_key.json",status="429"} 9 http_requests_total{method="GET",path="/ge.php",status="404"} 1 http_requests_total{method="GET",path="/geck.php",status="404"} 1 http_requests_total{method="GET",path="/gecko-new.php",status="404"} 1 http_requests_total{method="GET",path="/gecko.php",status="404"} 4 http_requests_total{method="GET",path="/gecko.php",status="429"} 1 http_requests_total{method="GET",path="/geforce.php",status="404"} 3 http_requests_total{method="GET",path="/geforce.php",status="429"} 1 http_requests_total{method="GET",path="/gelay.php",status="404"} 2 http_requests_total{method="GET",path="/gelio1.php",status="429"} 1 http_requests_total{method="GET",path="/general.zip",status="429"} 2 http_requests_total{method="GET",path="/getcpuutil.php-bakworking",status="404"} 7 http_requests_total{method="GET",path="/gettest.php",status="404"} 2 http_requests_total{method="GET",path="/gettest.php",status="429"} 1 http_requests_total{method="GET",path="/gfd.php",status="404"} 1 http_requests_total{method="GET",path="/gg.php",status="404"} 2 http_requests_total{method="GET",path="/ggb.php",status="404"} 4 http_requests_total{method="GET",path="/ghost.zip",status="429"} 2 http_requests_total{method="GET",path="/gi.php",status="404"} 1 http_requests_total{method="GET",path="/gifclass.php",status="404"} 6 http_requests_total{method="GET",path="/gifclass4.php",status="404"} 3 http_requests_total{method="GET",path="/git.zip",status="429"} 2 http_requests_total{method="GET",path="/github/.env",status="429"} 1 http_requests_total{method="GET",path="/gitlab/.env",status="429"} 1 http_requests_total{method="GET",path="/gk.php",status="404"} 2 http_requests_total{method="GET",path="/global.zip",status="429"} 2 http_requests_total{method="GET",path="/gm.php",status="404"} 1 http_requests_total{method="GET",path="/gmo.php",status="404"} 2 http_requests_total{method="GET",path="/go.php",status="404"} 2 http_requests_total{method="GET",path="/goat.php",status="404"} 2 http_requests_total{method="GET",path="/god4m.php",status="404"} 1 http_requests_total{method="GET",path="/godaddy.zip",status="429"} 2 http_requests_total{method="GET",path="/godot.zip",status="429"} 2 http_requests_total{method="GET",path="/goods.php",status="404"} 5 http_requests_total{method="GET",path="/google-analytics.zip",status="429"} 2 http_requests_total{method="GET",path="/google-application-credentials.json",status="404"} 1 http_requests_total{method="GET",path="/google-application-credentials.json",status="429"} 8 http_requests_total{method="GET",path="/google-cloud.json",status="429"} 1 http_requests_total{method="GET",path="/google-cloud.zip",status="429"} 2 http_requests_total{method="GET",path="/google-credentials.json",status="404"} 1 http_requests_total{method="GET",path="/google-credentials.json",status="429"} 21 http_requests_total{method="GET",path="/google-key.json",status="429"} 16 http_requests_total{method="GET",path="/google-service-account.json",status="404"} 2 http_requests_total{method="GET",path="/google-service-account.json",status="429"} 20 http_requests_total{method="GET",path="/google-services.json",status="429"} 9 http_requests_total{method="GET",path="/google_credentials.json",status="404"} 1 http_requests_total{method="GET",path="/google_credentials.json",status="429"} 8 http_requests_total{method="GET",path="/google_key.json",status="404"} 1 http_requests_total{method="GET",path="/google_key.json",status="429"} 8 http_requests_total{method="GET",path="/google_service_app.json",status="429"} 1 http_requests_total{method="GET",path="/googledrive.zip",status="429"} 2 http_requests_total{method="GET",path="/gpt-sh.php",status="404"} 2 http_requests_total{method="GET",path="/gptsh.php",status="404"} 2 http_requests_total{method="GET",path="/graphics.zip",status="429"} 2 http_requests_total{method="GET",path="/graphql",status="404"} 1 http_requests_total{method="GET",path="/graphql",status="429"} 1 http_requests_total{method="GET",path="/graphql.zip",status="429"} 2 http_requests_total{method="GET",path="/graphql/.env",status="404"} 1 http_requests_total{method="GET",path="/graphql/.env",status="429"} 1 http_requests_total{method="GET",path="/green.php",status="404"} 1 http_requests_total{method="GET",path="/green1.php",status="404"} 1 http_requests_total{method="GET",path="/group.zip",status="429"} 2 http_requests_total{method="GET",path="/grsiuk.php",status="404"} 3 http_requests_total{method="GET",path="/gscxejbc.php",status="404"} 1 http_requests_total{method="GET",path="/gt.php",status="404"} 1 http_requests_total{method="GET",path="/gtc.php",status="404"} 2 http_requests_total{method="GET",path="/gtm.zip",status="429"} 2 http_requests_total{method="GET",path="/guide.zip",status="429"} 2 http_requests_total{method="GET",path="/h.php",status="404"} 1 http_requests_total{method="GET",path="/h2.php",status="404"} 2 http_requests_total{method="GET",path="/ha.php",status="404"} 2 http_requests_total{method="GET",path="/haa.php",status="404"} 1 http_requests_total{method="GET",path="/half.php",status="404"} 1 http_requests_total{method="GET",path="/hayuk.php",status="404"} 1 http_requests_total{method="GET",path="/haz.php",status="404"} 1 http_requests_total{method="GET",path="/he.php",status="404"} 1 http_requests_total{method="GET",path="/health",status="404"} 1 http_requests_total{method="GET",path="/healthz",status="429"} 2 http_requests_total{method="GET",path="/hehe.php",status="404"} 1 http_requests_total{method="GET",path="/hello.php",status="404"} 1 http_requests_total{method="GET",path="/help.zip",status="429"} 2 http_requests_total{method="GET",path="/helper.js",status="404"} 8 http_requests_total{method="GET",path="/helper.js",status="429"} 16 http_requests_total{method="GET",path="/helper/EmailHelper.js",status="404"} 8 http_requests_total{method="GET",path="/helper/EmailHelper.js",status="429"} 15 http_requests_total{method="GET",path="/helper/helper.go",status="429"} 2 http_requests_total{method="GET",path="/helpers/fileUpload.js",status="404"} 1 http_requests_total{method="GET",path="/helpers/fileUpload.js",status="429"} 14 http_requests_total{method="GET",path="/helpers/utility.js",status="404"} 8 http_requests_total{method="GET",path="/helpers/utility.js",status="429"} 16 http_requests_total{method="GET",path="/heroku.yml",status="429"} 2 http_requests_total{method="GET",path="/hi.php",status="404"} 1 http_requests_total{method="GET",path="/hoeig.php",status="404"} 2 http_requests_total{method="GET",path="/home.php",status="429"} 2 http_requests_total{method="GET",path="/home.zip",status="429"} 2 http_requests_total{method="GET",path="/home/*/.aws/credentials",status="429"} 2 http_requests_total{method="GET",path="/home/*/.git-credentials",status="429"} 2 http_requests_total{method="GET",path="/home/*/.gitconfig",status="429"} 2 http_requests_total{method="GET",path="/home/*/.netrc",status="429"} 2 http_requests_total{method="GET",path="/home/.env",status="429"} 2 http_requests_total{method="GET",path="/home/user/.aws/credentials",status="404"} 1 http_requests_total{method="GET",path="/host-info.php",status="429"} 2 http_requests_total{method="GET",path="/host.php",status="429"} 2 http_requests_total{method="GET",path="/host.zip",status="429"} 2 http_requests_total{method="GET",path="/hostgator.zip",status="429"} 2 http_requests_total{method="GET",path="/hosting.zip",status="429"} 2 http_requests_total{method="GET",path="/hosting/phpinfo.php",status="404"} 1 http_requests_total{method="GET",path="/hosting/phpinfo.php",status="429"} 1 http_requests_total{method="GET",path="/hotfix.zip",status="429"} 2 http_requests_total{method="GET",path="/hotjar.zip",status="429"} 2 http_requests_total{method="GET",path="/hots.php",status="404"} 2 http_requests_total{method="GET",path="/hplfuns.php",status="404"} 4 http_requests_total{method="GET",path="/hq.php",status="404"} 1 http_requests_total{method="GET",path="/htaccess.php",status="404"} 2 http_requests_total{method="GET",path="/htdocs.7z",status="404"} 1 http_requests_total{method="GET",path="/htdocs.bz2",status="404"} 1 http_requests_total{method="GET",path="/htdocs.gz",status="404"} 1 http_requests_total{method="GET",path="/htdocs.rar",status="404"} 1 http_requests_total{method="GET",path="/htdocs.sql",status="404"} 1 http_requests_total{method="GET",path="/htdocs.sql.bz2",status="404"} 1 http_requests_total{method="GET",path="/htdocs.sql.gz",status="404"} 1 http_requests_total{method="GET",path="/htdocs.tar",status="404"} 1 http_requests_total{method="GET",path="/htdocs.tar.bz2",status="404"} 1 http_requests_total{method="GET",path="/htdocs.tar.gz",status="404"} 1 http_requests_total{method="GET",path="/htdocs.tar.xz",status="404"} 1 http_requests_total{method="GET",path="/htdocs.tgz",status="404"} 1 http_requests_total{method="GET",path="/htdocs.zip",status="404"} 1 http_requests_total{method="GET",path="/htdocs.zip",status="429"} 2 http_requests_total{method="GET",path="/htdocs.zst",status="404"} 1 http_requests_total{method="GET",path="/htdocs/.env",status="404"} 1 http_requests_total{method="GET",path="/htdocs/.env",status="429"} 1 http_requests_total{method="GET",path="/htdocs/.git/config",status="404"} 1 http_requests_total{method="GET",path="/htdocs/phpinfo.php",status="429"} 1 http_requests_total{method="GET",path="/html.zip",status="404"} 1 http_requests_total{method="GET",path="/html.zip",status="429"} 1 http_requests_total{method="GET",path="/html/.env",status="404"} 1 http_requests_total{method="GET",path="/html/.env",status="429"} 1 http_requests_total{method="GET",path="/html/.git/config",status="404"} 1 http_requests_total{method="GET",path="/hugo.zip",status="429"} 2 http_requests_total{method="GET",path="/huya.php",status="404"} 1 http_requests_total{method="GET",path="/hypo.php",status="404"} 1 http_requests_total{method="GET",path="/hypo.php",status="429"} 1 http_requests_total{method="GET",path="/i.php",status="404"} 4 http_requests_total{method="GET",path="/i.php",status="429"} 2 http_requests_total{method="GET",path="/icloud.zip",status="429"} 2 http_requests_total{method="GET",path="/icons.zip",status="429"} 2 http_requests_total{method="GET",path="/ifm.php",status="404"} 1 http_requests_total{method="GET",path="/ilex.php",status="404"} 1 http_requests_total{method="GET",path="/illustrator.zip",status="429"} 2 http_requests_total{method="GET",path="/images.zip",status="429"} 2 http_requests_total{method="GET",path="/images/images/about.php",status="404"} 2 http_requests_total{method="GET",path="/images/m.php",status="404"} 2 http_requests_total{method="GET",path="/imap.zip",status="429"} 2 http_requests_total{method="GET",path="/img.php",status="404"} 2 http_requests_total{method="GET",path="/img.php",status="429"} 1 http_requests_total{method="GET",path="/import.zip",status="429"} 2 http_requests_total{method="GET",path="/inbox.zip",status="429"} 2 http_requests_total{method="GET",path="/inc/phpinfo.php",status="429"} 2 http_requests_total{method="GET",path="/include/phpinfo.php",status="429"} 2 http_requests_total{method="GET",path="/includes/phpinfo.php",status="429"} 3 http_requests_total{method="GET",path="/inde.php",status="404"} 1 http_requests_total{method="GET",path="/index.html",status="404"} 7 http_requests_total{method="GET",path="/index.js",status="404"} 8 http_requests_total{method="GET",path="/index.js",status="429"} 18 http_requests_total{method="GET",path="/index.js.map",status="404"} 1 http_requests_total{method="GET",path="/index.md",status="429"} 2 http_requests_total{method="GET",path="/index.php",status="404"} 2 http_requests_total{method="GET",path="/index.php",status="429"} 15 http_requests_total{method="GET",path="/index.ts",status="404"} 1 http_requests_total{method="GET",path="/index.ts",status="429"} 1 http_requests_total{method="GET",path="/index.zip",status="429"} 2 http_requests_total{method="GET",path="/index/function.php",status="404"} 4 http_requests_total{method="GET",path="/index/function.php",status="429"} 1 http_requests_total{method="GET",path="/index0.php",status="404"} 1 http_requests_total{method="GET",path="/inege.php",status="404"} 1 http_requests_total{method="GET",path="/inege.php",status="429"} 1 http_requests_total{method="GET",path="/inetpub.zip",status="429"} 2 http_requests_total{method="GET",path="/info",status="404"} 1 http_requests_total{method="GET",path="/info",status="429"} 3 http_requests_total{method="GET",path="/info.php",status="404"} 27 http_requests_total{method="GET",path="/info.php",status="429"} 5 http_requests_total{method="GET",path="/info.php.bak",status="429"} 1 http_requests_total{method="GET",path="/info/info.php",status="404"} 1 http_requests_total{method="GET",path="/info/info.php",status="429"} 1 http_requests_total{method="GET",path="/info/php.php",status="429"} 2 http_requests_total{method="GET",path="/info/phpinfo.php",status="429"} 2 http_requests_total{method="GET",path="/info2.php",status="404"} 1 http_requests_total{method="GET",path="/infophp.php",status="429"} 4 http_requests_total{method="GET",path="/infos.php",status="429"} 2 http_requests_total{method="GET",path="/infrastructure/.env",status="429"} 1 http_requests_total{method="GET",path="/ini.php",status="404"} 3 http_requests_total{method="GET",path="/ini.zip",status="429"} 2 http_requests_total{method="GET",path="/init.php",status="404"} 3 http_requests_total{method="GET",path="/inputs.php",status="404"} 7 http_requests_total{method="GET",path="/inputs.php",status="429"} 2 http_requests_total{method="GET",path="/insc.php",status="404"} 1 http_requests_total{method="GET",path="/insta-compose.yml",status="429"} 4 http_requests_total{method="GET",path="/insta.php",status="404"} 3 http_requests_total{method="GET",path="/instagram.zip",status="429"} 2 http_requests_total{method="GET",path="/install.php",status="404"} 5 http_requests_total{method="GET",path="/installer.zip",status="429"} 2 http_requests_total{method="GET",path="/integration.zip",status="429"} 2 http_requests_total{method="GET",path="/integrations/*",status="429"} 2 http_requests_total{method="GET",path="/internal/.env",status="404"} 1 http_requests_total{method="GET",path="/internal/.env",status="429"} 1 http_requests_total{method="GET",path="/inventory.zip",status="429"} 2 http_requests_total{method="GET",path="/ionic.zip",status="429"} 2 http_requests_total{method="GET",path="/ios.zip",status="429"} 2 http_requests_total{method="GET",path="/iov.php",status="404"} 1 http_requests_total{method="GET",path="/ioxi-o.php",status="404"} 9 http_requests_total{method="GET",path="/ioxi-o.php",status="429"} 1 http_requests_total{method="GET",path="/ioxi-o1.php",status="404"} 2 http_requests_total{method="GET",path="/item.php",status="404"} 5 http_requests_total{method="GET",path="/java.zip",status="429"} 2 http_requests_total{method="GET",path="/jekyll.zip",status="429"} 2 http_requests_total{method="GET",path="/jenkins.yaml",status="404"} 1 http_requests_total{method="GET",path="/jenkins/.env",status="404"} 1 http_requests_total{method="GET",path="/jga.php",status="404"} 2 http_requests_total{method="GET",path="/jj_260530013947.php",status="404"} 1 http_requests_total{method="GET",path="/jjhf.php",status="404"} 1 http_requests_total{method="GET",path="/job/.env",status="429"} 1 http_requests_total{method="GET",path="/jobs.zip",status="429"} 2 http_requests_total{method="GET",path="/joomla.7z",status="404"} 1 http_requests_total{method="GET",path="/joomla.bz2",status="404"} 1 http_requests_total{method="GET",path="/joomla.gz",status="404"} 1 http_requests_total{method="GET",path="/joomla.rar",status="404"} 1 http_requests_total{method="GET",path="/joomla.sql",status="404"} 1 http_requests_total{method="GET",path="/joomla.sql.bz2",status="404"} 1 http_requests_total{method="GET",path="/joomla.sql.gz",status="404"} 1 http_requests_total{method="GET",path="/joomla.tar",status="404"} 1 http_requests_total{method="GET",path="/joomla.tar.bz2",status="404"} 1 http_requests_total{method="GET",path="/joomla.tar.gz",status="404"} 1 http_requests_total{method="GET",path="/joomla.tar.xz",status="404"} 1 http_requests_total{method="GET",path="/joomla.tgz",status="404"} 1 http_requests_total{method="GET",path="/joomla.zip",status="404"} 1 http_requests_total{method="GET",path="/joomla.zip",status="429"} 2 http_requests_total{method="GET",path="/joomla.zst",status="404"} 1 http_requests_total{method="GET",path="/joomla/.env",status="404"} 1 http_requests_total{method="GET",path="/joomla/.env",status="429"} 1 http_requests_total{method="GET",path="/jp.php",status="404"} 2 http_requests_total{method="GET",path="/js/.env",status="404"} 7 http_requests_total{method="GET",path="/js/main.js",status="404"} 7 http_requests_total{method="GET",path="/js/main.js",status="429"} 15 http_requests_total{method="GET",path="/json.zip",status="429"} 2 http_requests_total{method="GET",path="/justynclark.7z",status="404"} 1 http_requests_total{method="GET",path="/justynclark.bz2",status="404"} 1 http_requests_total{method="GET",path="/justynclark.com.7z",status="404"} 1 http_requests_total{method="GET",path="/justynclark.com.bz2",status="404"} 1 http_requests_total{method="GET",path="/justynclark.com.gz",status="404"} 1 http_requests_total{method="GET",path="/justynclark.com.rar",status="404"} 1 http_requests_total{method="GET",path="/justynclark.com.sql",status="404"} 1 http_requests_total{method="GET",path="/justynclark.com.sql.bz2",status="404"} 1 http_requests_total{method="GET",path="/justynclark.com.sql.gz",status="404"} 1 http_requests_total{method="GET",path="/justynclark.com.tar",status="404"} 1 http_requests_total{method="GET",path="/justynclark.com.tar.bz2",status="404"} 1 http_requests_total{method="GET",path="/justynclark.com.tar.gz",status="404"} 1 http_requests_total{method="GET",path="/justynclark.com.tar.xz",status="404"} 1 http_requests_total{method="GET",path="/justynclark.com.tgz",status="404"} 1 http_requests_total{method="GET",path="/justynclark.com.zip",status="404"} 1 http_requests_total{method="GET",path="/justynclark.com.zst",status="404"} 1 http_requests_total{method="GET",path="/justynclark.gz",status="404"} 1 http_requests_total{method="GET",path="/justynclark.rar",status="404"} 1 http_requests_total{method="GET",path="/justynclark.sql",status="404"} 1 http_requests_total{method="GET",path="/justynclark.sql.bz2",status="404"} 1 http_requests_total{method="GET",path="/justynclark.sql.gz",status="404"} 1 http_requests_total{method="GET",path="/justynclark.tar",status="404"} 1 http_requests_total{method="GET",path="/justynclark.tar.bz2",status="404"} 1 http_requests_total{method="GET",path="/justynclark.tar.gz",status="404"} 1 http_requests_total{method="GET",path="/justynclark.tar.xz",status="404"} 1 http_requests_total{method="GET",path="/justynclark.tgz",status="404"} 1 http_requests_total{method="GET",path="/justynclark.zip",status="404"} 1 http_requests_total{method="GET",path="/justynclark.zst",status="404"} 1 http_requests_total{method="GET",path="/juuuu.php",status="404"} 2 http_requests_total{method="GET",path="/jwt.zip",status="429"} 2 http_requests_total{method="GET",path="/k.php",status="404"} 2 http_requests_total{method="GET",path="/k.php",status="429"} 1 http_requests_total{method="GET",path="/k8s/.env",status="429"} 1 http_requests_total{method="GET",path="/kafka/.env",status="429"} 1 http_requests_total{method="GET",path="/karma.conf.json",status="404"} 7 http_requests_total{method="GET",path="/karma.conf.json",status="429"} 15 http_requests_total{method="GET",path="/kaza.php",status="404"} 1 http_requests_total{method="GET",path="/kbfr.php",status="404"} 1 http_requests_total{method="GET",path="/kernel.zip",status="429"} 2 http_requests_total{method="GET",path="/key.json",status="404"} 2 http_requests_total{method="GET",path="/key.json",status="429"} 18 http_requests_total{method="GET",path="/key.pem",status="404"} 1 http_requests_total{method="GET",path="/keyfile.json",status="429"} 22 http_requests_total{method="GET",path="/keys.json",status="404"} 2 http_requests_total{method="GET",path="/keys.json",status="429"} 17 http_requests_total{method="GET",path="/keys.zip",status="429"} 2 http_requests_total{method="GET",path="/kj.php",status="404"} 4 http_requests_total{method="GET",path="/klex.php",status="404"} 1 http_requests_total{method="GET",path="/koiy.php",status="404"} 1 http_requests_total{method="GET",path="/kolda.php",status="404"} 1 http_requests_total{method="GET",path="/ktfow.php",status="404"} 1 http_requests_total{method="GET",path="/kubernetes/.env",status="429"} 1 http_requests_total{method="GET",path="/kyc/.env",status="404"} 7 http_requests_total{method="GET",path="/l.php",status="404"} 2 http_requests_total{method="GET",path="/la.php",status="404"} 3 http_requests_total{method="GET",path="/lab/.env",status="404"} 1 http_requests_total{method="GET",path="/lab/.env",status="429"} 1 http_requests_total{method="GET",path="/lala.php",status="404"} 4 http_requests_total{method="GET",path="/lala.php",status="429"} 1 http_requests_total{method="GET",path="/lara/info.php",status="404"} 7 http_requests_total{method="GET",path="/lara/phpinfo.php",status="404"} 7 http_requests_total{method="GET",path="/laravel.7z",status="404"} 1 http_requests_total{method="GET",path="/laravel.bz2",status="404"} 1 http_requests_total{method="GET",path="/laravel.gz",status="404"} 1 http_requests_total{method="GET",path="/laravel.rar",status="404"} 1 http_requests_total{method="GET",path="/laravel.sql",status="404"} 1 http_requests_total{method="GET",path="/laravel.sql.bz2",status="404"} 1 http_requests_total{method="GET",path="/laravel.sql.gz",status="404"} 1 http_requests_total{method="GET",path="/laravel.tar",status="404"} 1 http_requests_total{method="GET",path="/laravel.tar.bz2",status="404"} 1 http_requests_total{method="GET",path="/laravel.tar.gz",status="404"} 1 http_requests_total{method="GET",path="/laravel.tar.xz",status="404"} 1 http_requests_total{method="GET",path="/laravel.tgz",status="404"} 1 http_requests_total{method="GET",path="/laravel.zip",status="404"} 1 http_requests_total{method="GET",path="/laravel.zip",status="429"} 2 http_requests_total{method="GET",path="/laravel.zst",status="404"} 1 http_requests_total{method="GET",path="/laravel/.env",status="404"} 9 http_requests_total{method="GET",path="/laravel/.env",status="429"} 8 http_requests_total{method="GET",path="/laravel/.git/config",status="429"} 1 http_requests_total{method="GET",path="/laravel/core/.env",status="404"} 7 http_requests_total{method="GET",path="/laravel/info.php",status="404"} 7 http_requests_total{method="GET",path="/laravel5/.env",status="429"} 1 http_requests_total{method="GET",path="/latest.zip",status="429"} 2 http_requests_total{method="GET",path="/launchSettings.json",status="404"} 1 http_requests_total{method="GET",path="/launchSettings.json",status="429"} 16 http_requests_total{method="GET",path="/layout.php",status="404"} 1 http_requests_total{method="GET",path="/layout.php",status="429"} 1 http_requests_total{method="GET",path="/legal.zip",status="429"} 2 http_requests_total{method="GET",path="/less.php",status="404"} 1 http_requests_total{method="GET",path="/levi.php",status="404"} 1 http_requests_total{method="GET",path="/lib.php",status="404"} 8 http_requests_total{method="GET",path="/lib.zip",status="429"} 2 http_requests_total{method="GET",path="/lib/.env",status="404"} 1 http_requests_total{method="GET",path="/lib/.env",status="429"} 1 http_requests_total{method="GET",path="/libraries.zip",status="429"} 2 http_requests_total{method="GET",path="/license.zip",status="429"} 2 http_requests_total{method="GET",path="/like.php",status="404"} 4 http_requests_total{method="GET",path="/link.php",status="404"} 4 http_requests_total{method="GET",path="/linkedin.zip",status="429"} 2 http_requests_total{method="GET",path="/linode.zip",status="429"} 2 http_requests_total{method="GET",path="/live.zip",status="429"} 2 http_requests_total{method="GET",path="/live/.env",status="404"} 1 http_requests_total{method="GET",path="/live/.env",status="429"} 1 http_requests_total{method="GET",path="/livewire/preview-file/123",status="404"} 2 http_requests_total{method="GET",path="/lm15.php",status="404"} 1 http_requests_total{method="GET",path="/lms/.env",status="429"} 2 http_requests_total{method="GET",path="/loaders/*",status="429"} 2 http_requests_total{method="GET",path="/local.settings.json",status="404"} 2 http_requests_total{method="GET",path="/local.settings.json",status="429"} 18 http_requests_total{method="GET",path="/local.zip",status="429"} 2 http_requests_total{method="GET",path="/local/.env",status="404"} 7 http_requests_total{method="GET",path="/local/.env",status="429"} 3 http_requests_total{method="GET",path="/local/phpinfo.php",status="429"} 2 http_requests_total{method="GET",path="/local_settings.py",status="404"} 2 http_requests_total{method="GET",path="/locales.php",status="429"} 1 http_requests_total{method="GET",path="/localhost.key",status="404"} 1 http_requests_total{method="GET",path="/localhost.pem",status="404"} 1 http_requests_total{method="GET",path="/localhost.zip",status="429"} 2 http_requests_total{method="GET",path="/lock360.php",status="404"} 6 http_requests_total{method="GET",path="/log.php",status="404"} 1 http_requests_total{method="GET",path="/log.zip",status="429"} 2 http_requests_total{method="GET",path="/login",status="404"} 1 http_requests_total{method="GET",path="/login",status="429"} 3 http_requests_total{method="GET",path="/login.action",status="404"} 10 http_requests_total{method="GET",path="/login.php",status="404"} 1 http_requests_total{method="GET",path="/login.zip",status="429"} 2 http_requests_total{method="GET",path="/logrocket.zip",status="429"} 2 http_requests_total{method="GET",path="/logs.zip",status="429"} 2 http_requests_total{method="GET",path="/logs/.env",status="429"} 1 http_requests_total{method="GET",path="/logs/application.log",status="404"} 1 http_requests_total{method="GET",path="/logs/error.log",status="404"} 1 http_requests_total{method="GET",path="/lowpr.php",status="404"} 2 http_requests_total{method="GET",path="/lsd.php",status="404"} 2 http_requests_total{method="GET",path="/lufix.php",status="404"} 1 http_requests_total{method="GET",path="/lupo.php",status="404"} 1 http_requests_total{method="GET",path="/lv.php",status="404"} 7 http_requests_total{method="GET",path="/m.php",status="404"} 2 http_requests_total{method="GET",path="/m7rpo0.php",status="404"} 1 http_requests_total{method="GET",path="/ma.php",status="404"} 1 http_requests_total{method="GET",path="/mac.php",status="404"} 2 http_requests_total{method="GET",path="/magento.zip",status="429"} 2 http_requests_total{method="GET",path="/magento/.env",status="404"} 1 http_requests_total{method="GET",path="/magento/.env",status="429"} 1 http_requests_total{method="GET",path="/mah.php",status="404"} 1 http_requests_total{method="GET",path="/mail.js",status="404"} 1 http_requests_total{method="GET",path="/mail.js",status="429"} 16 http_requests_total{method="GET",path="/mail.php",status="404"} 3 http_requests_total{method="GET",path="/mail.zip",status="429"} 2 http_requests_total{method="GET",path="/mail/.env",status="404"} 9 http_requests_total{method="GET",path="/mail/phpinfo.php",status="404"} 1 http_requests_total{method="GET",path="/mail/phpinfo.php",status="429"} 1 http_requests_total{method="GET",path="/mailer.zip",status="429"} 2 http_requests_total{method="GET",path="/mailer/.env",status="404"} 8 http_requests_total{method="GET",path="/mailer/.env",status="429"} 1 http_requests_total{method="GET",path="/mailgun/.env",status="429"} 2 http_requests_total{method="GET",path="/mailing/.env",status="404"} 1 http_requests_total{method="GET",path="/mailing/.env",status="429"} 1 http_requests_total{method="GET",path="/mailjet/.env",status="404"} 1 http_requests_total{method="GET",path="/mailjet/.env",status="429"} 1 http_requests_total{method="GET",path="/mailserver.js",status="429"} 17 http_requests_total{method="GET",path="/main.js",status="404"} 7 http_requests_total{method="GET",path="/main.js",status="429"} 15 http_requests_total{method="GET",path="/main.js.map",status="404"} 1 http_requests_total{method="GET",path="/main.yml",status="404"} 7 http_requests_total{method="GET",path="/main.zip",status="429"} 2 http_requests_total{method="GET",path="/main/.env",status="404"} 7 http_requests_total{method="GET",path="/makeasmtp.php",status="404"} 1 http_requests_total{method="GET",path="/makeasmtp.php",status="429"} 1 http_requests_total{method="GET",path="/man.php",status="404"} 3 http_requests_total{method="GET",path="/manage/*",status="404"} 1 http_requests_total{method="GET",path="/manage/*",status="429"} 1 http_requests_total{method="GET",path="/management.zip",status="429"} 2 http_requests_total{method="GET",path="/manager.php",status="404"} 2 http_requests_total{method="GET",path="/manager.zip",status="429"} 2 http_requests_total{method="GET",path="/mandrill/.env",status="404"} 1 http_requests_total{method="GET",path="/mandrill/.env",status="429"} 1 http_requests_total{method="GET",path="/manifest.json",status="404"} 5 http_requests_total{method="GET",path="/manifest.json",status="429"} 17 http_requests_total{method="GET",path="/manifest.webmanifest",status="429"} 1 http_requests_total{method="GET",path="/manual.zip",status="429"} 2 http_requests_total{method="GET",path="/mar.php",status="404"} 5 http_requests_total{method="GET",path="/mari.php",status="404"} 1 http_requests_total{method="GET",path="/mariadb.zip",status="429"} 2 http_requests_total{method="GET",path="/market/.env",status="429"} 2 http_requests_total{method="GET",path="/marketing/.env",status="429"} 2 http_requests_total{method="GET",path="/mass.php",status="404"} 1 http_requests_total{method="GET",path="/master.zip",status="429"} 2 http_requests_total{method="GET",path="/master/.env",status="429"} 2 http_requests_total{method="GET",path="/maul.php",status="404"} 2 http_requests_total{method="GET",path="/max.php",status="404"} 1 http_requests_total{method="GET",path="/media.zip",status="429"} 2 http_requests_total{method="GET",path="/media/*",status="429"} 2 http_requests_total{method="GET",path="/media/.env",status="429"} 2 http_requests_total{method="GET",path="/mega.zip",status="429"} 2 http_requests_total{method="GET",path="/menu.php",status="404"} 1 http_requests_total{method="GET",path="/mercurial.zip",status="429"} 2 http_requests_total{method="GET",path="/messages.zip",status="429"} 2 http_requests_total{method="GET",path="/messages/*",status="429"} 2 http_requests_total{method="GET",path="/metrics",status="200"} 28 http_requests_total{method="GET",path="/metrics",status="429"} 3 http_requests_total{method="GET",path="/metrics.zip",status="429"} 2 http_requests_total{method="GET",path="/mh.php",status="404"} 1 http_requests_total{method="GET",path="/mh.php",status="429"} 1 http_requests_total{method="GET",path="/microservice.zip",status="429"} 2 http_requests_total{method="GET",path="/microservice/.env",status="404"} 1 http_requests_total{method="GET",path="/microservice/.env",status="429"} 1 http_requests_total{method="GET",path="/microservices.zip",status="429"} 2 http_requests_total{method="GET",path="/mifta.php",status="404"} 2 http_requests_total{method="GET",path="/migration.zip",status="429"} 2 http_requests_total{method="GET",path="/min.php",status="404"} 2 http_requests_total{method="GET",path="/mini.php",status="404"} 3 http_requests_total{method="GET",path="/mirror.zip",status="429"} 2 http_requests_total{method="GET",path="/misc.zip",status="429"} 2 http_requests_total{method="GET",path="/miscellaneous.zip",status="429"} 2 http_requests_total{method="GET",path="/misgrimmerly.php",status="404"} 1 http_requests_total{method="GET",path="/miso.php",status="404"} 1 http_requests_total{method="GET",path="/mixpanel.zip",status="429"} 2 http_requests_total{method="GET",path="/mlex.php",status="404"} 1 http_requests_total{method="GET",path="/mnt.zip",status="429"} 2 http_requests_total{method="GET",path="/mobile.zip",status="429"} 2 http_requests_total{method="GET",path="/mode.php",status="404"} 1 http_requests_total{method="GET",path="/models.zip",status="429"} 2 http_requests_total{method="GET",path="/moderation.php",status="404"} 1 http_requests_total{method="GET",path="/modules/mod_simplefileuploadv1.3/elements/filemanager.php",status="404"} 1 http_requests_total{method="GET",path="/mongo.zip",status="429"} 2 http_requests_total{method="GET",path="/mongodb.zip",status="429"} 2 http_requests_total{method="GET",path="/mongodb/.env",status="429"} 1 http_requests_total{method="GET",path="/monitoring.zip",status="429"} 2 http_requests_total{method="GET",path="/moon.php",status="404"} 3 http_requests_total{method="GET",path="/moshou.php",status="404"} 3 http_requests_total{method="GET",path="/moshou.php",status="429"} 1 http_requests_total{method="GET",path="/mosty.php",status="404"} 1 http_requests_total{method="GET",path="/motu.php",status="404"} 2 http_requests_total{method="GET",path="/mpxct.php",status="404"} 1 http_requests_total{method="GET",path="/mr.php",status="404"} 1 http_requests_total{method="GET",path="/ms-edit.php",status="404"} 9 http_requests_total{method="GET",path="/ms-edit.php",status="429"} 1 http_requests_total{method="GET",path="/ms-files.php",status="404"} 1 http_requests_total{method="GET",path="/ms-themes.php",status="404"} 1 http_requests_total{method="GET",path="/ms.php",status="404"} 2 http_requests_total{method="GET",path="/mssql.zip",status="429"} 2 http_requests_total{method="GET",path="/music.zip",status="429"} 2 http_requests_total{method="GET",path="/my_env/chakaash.py",status="404"} 7 http_requests_total{method="GET",path="/my_env/newsletter.py",status="404"} 7 http_requests_total{method="GET",path="/my_env/palash.py",status="404"} 7 http_requests_total{method="GET",path="/myfile.php",status="404"} 3 http_requests_total{method="GET",path="/myproject/settings.py",status="429"} 4 http_requests_total{method="GET",path="/mysql.zip",status="429"} 2 http_requests_total{method="GET",path="/mysql/.env",status="429"} 3 http_requests_total{method="GET",path="/mysqldump.7z",status="404"} 1 http_requests_total{method="GET",path="/mysqldump.bz2",status="404"} 1 http_requests_total{method="GET",path="/mysqldump.gz",status="404"} 1 http_requests_total{method="GET",path="/mysqldump.rar",status="404"} 1 http_requests_total{method="GET",path="/mysqldump.sql",status="404"} 1 http_requests_total{method="GET",path="/mysqldump.sql.bz2",status="404"} 1 http_requests_total{method="GET",path="/mysqldump.sql.gz",status="404"} 1 http_requests_total{method="GET",path="/mysqldump.tar",status="404"} 1 http_requests_total{method="GET",path="/mysqldump.tar.bz2",status="404"} 1 http_requests_total{method="GET",path="/mysqldump.tar.gz",status="404"} 1 http_requests_total{method="GET",path="/mysqldump.tar.xz",status="404"} 1 http_requests_total{method="GET",path="/mysqldump.tgz",status="404"} 1 http_requests_total{method="GET",path="/mysqldump.zip",status="404"} 1 http_requests_total{method="GET",path="/mysqldump.zst",status="404"} 1 http_requests_total{method="GET",path="/mytest/astech_robot.js",status="404"} 7 http_requests_total{method="GET",path="/mytest/astech_robot.js",status="429"} 15 http_requests_total{method="GET",path="/n.php",status="404"} 1 http_requests_total{method="GET",path="/n3yUmQ6Q9xwQ8ocdefault.php",status="404"} 1 http_requests_total{method="GET",path="/namecheap.zip",status="429"} 2 http_requests_total{method="GET",path="/native.zip",status="429"} 2 http_requests_total{method="GET",path="/naxc.php",status="404"} 1 http_requests_total{method="GET",path="/ne2026.php",status="404"} 2 http_requests_total{method="GET",path="/neo4j.zip",status="429"} 2 http_requests_total{method="GET",path="/nest/.env",status="404"} 1 http_requests_total{method="GET",path="/nest/.env",status="429"} 1 http_requests_total{method="GET",path="/netlify.toml",status="429"} 2 http_requests_total{method="GET",path="/new.php",status="404"} 3 http_requests_total{method="GET",path="/new.php",status="429"} 1 http_requests_total{method="GET",path="/new.zip",status="429"} 2 http_requests_total{method="GET",path="/new/.env",status="404"} 7 http_requests_total{method="GET",path="/new/.env",status="429"} 4 http_requests_total{method="GET",path="/new/.env.local",status="404"} 7 http_requests_total{method="GET",path="/new/.env.production",status="404"} 7 http_requests_total{method="GET",path="/new/.env.staging",status="404"} 7 http_requests_total{method="GET",path="/new4.php",status="404"} 3 http_requests_total{method="GET",path="/newrelic.zip",status="429"} 2 http_requests_total{method="GET",path="/newsletter.zip",status="429"} 2 http_requests_total{method="GET",path="/newsletter/.env",status="404"} 1 http_requests_total{method="GET",path="/newsletter/.env",status="429"} 1 http_requests_total{method="GET",path="/nexmo.php",status="404"} 1 http_requests_total{method="GET",path="/nexmo.php",status="429"} 1 http_requests_total{method="GET",path="/next.config.js",status="404"} 1 http_requests_total{method="GET",path="/next/.env",status="404"} 1 http_requests_total{method="GET",path="/next/.env",status="429"} 1 http_requests_total{method="GET",path="/nextjs.zip",status="429"} 2 http_requests_total{method="GET",path="/nfile.php",status="404"} 1 http_requests_total{method="GET",path="/ng.php",status="404"} 2 http_requests_total{method="GET",path="/ng.php",status="429"} 1 http_requests_total{method="GET",path="/nginx.conf",status="404"} 1 http_requests_total{method="GET",path="/nginx/.env",status="404"} 7 http_requests_total{method="GET",path="/no1.php",status="404"} 1 http_requests_total{method="GET",path="/no20.php",status="404"} 1 http_requests_total{method="GET",path="/node-api/.env",status="429"} 2 http_requests_total{method="GET",path="/node/.env",status="404"} 1 http_requests_total{method="GET",path="/node/.env",status="429"} 3 http_requests_total{method="GET",path="/node/.env_example",status="404"} 7 http_requests_total{method="GET",path="/node/api/.env",status="429"} 2 http_requests_total{method="GET",path="/node/backend/.env",status="429"} 2 http_requests_total{method="GET",path="/node_modules.7z",status="404"} 1 http_requests_total{method="GET",path="/node_modules.bz2",status="404"} 1 http_requests_total{method="GET",path="/node_modules.gz",status="404"} 1 http_requests_total{method="GET",path="/node_modules.rar",status="404"} 1 http_requests_total{method="GET",path="/node_modules.sql",status="404"} 1 http_requests_total{method="GET",path="/node_modules.sql.bz2",status="404"} 1 http_requests_total{method="GET",path="/node_modules.sql.gz",status="404"} 1 http_requests_total{method="GET",path="/node_modules.tar",status="404"} 1 http_requests_total{method="GET",path="/node_modules.tar.bz2",status="404"} 1 http_requests_total{method="GET",path="/node_modules.tar.gz",status="404"} 1 http_requests_total{method="GET",path="/node_modules.tar.xz",status="404"} 1 http_requests_total{method="GET",path="/node_modules.tgz",status="404"} 1 http_requests_total{method="GET",path="/node_modules.zip",status="404"} 1 http_requests_total{method="GET",path="/node_modules.zip",status="429"} 2 http_requests_total{method="GET",path="/node_modules.zst",status="404"} 1 http_requests_total{method="GET",path="/node_modules/.env",status="404"} 7 http_requests_total{method="GET",path="/nodeapi/.env",status="429"} 2 http_requests_total{method="GET",path="/nodejs.zip",status="429"} 2 http_requests_total{method="GET",path="/nodeweb/.env",status="429"} 2 http_requests_total{method="GET",path="/notifications.zip",status="429"} 2 http_requests_total{method="GET",path="/notifications/*",status="429"} 2 http_requests_total{method="GET",path="/notifications/.env",status="404"} 1 http_requests_total{method="GET",path="/notifications/.env",status="429"} 1 http_requests_total{method="GET",path="/notify/.env",status="404"} 1 http_requests_total{method="GET",path="/notify/.env",status="429"} 1 http_requests_total{method="GET",path="/nox.php",status="404"} 2 http_requests_total{method="GET",path="/npm.zip",status="429"} 2 http_requests_total{method="GET",path="/nuxt.config.js",status="404"} 1 http_requests_total{method="GET",path="/nuxt/.env",status="404"} 1 http_requests_total{method="GET",path="/nuxt/.env",status="429"} 1 http_requests_total{method="GET",path="/nuxtjs.zip",status="429"} 2 http_requests_total{method="GET",path="/nw.php",status="404"} 1 http_requests_total{method="GET",path="/nxx.php",status="404"} 1 http_requests_total{method="GET",path="/o.php",status="404"} 2 http_requests_total{method="GET",path="/oauth.zip",status="429"} 2 http_requests_total{method="GET",path="/oauth/*",status="429"} 2 http_requests_total{method="GET",path="/oauth/authorize",status="429"} 2 http_requests_total{method="GET",path="/ogghjd.php",status="404"} 1 http_requests_total{method="GET",path="/ok.php",status="404"} 5 http_requests_total{method="GET",path="/ok.php",status="429"} 1 http_requests_total{method="GET",path="/okxh.php",status="404"} 2 http_requests_total{method="GET",path="/old.7z",status="404"} 1 http_requests_total{method="GET",path="/old.bz2",status="404"} 1 http_requests_total{method="GET",path="/old.gz",status="404"} 1 http_requests_total{method="GET",path="/old.rar",status="404"} 1 http_requests_total{method="GET",path="/old.sql",status="404"} 1 http_requests_total{method="GET",path="/old.sql.bz2",status="404"} 1 http_requests_total{method="GET",path="/old.sql.gz",status="404"} 1 http_requests_total{method="GET",path="/old.tar",status="404"} 1 http_requests_total{method="GET",path="/old.tar.bz2",status="404"} 1 http_requests_total{method="GET",path="/old.tar.gz",status="404"} 1 http_requests_total{method="GET",path="/old.tar.xz",status="404"} 1 http_requests_total{method="GET",path="/old.tgz",status="404"} 1 http_requests_total{method="GET",path="/old.zip",status="404"} 2 http_requests_total{method="GET",path="/old.zip",status="429"} 1 http_requests_total{method="GET",path="/old.zst",status="404"} 1 http_requests_total{method="GET",path="/old/.env",status="404"} 1 http_requests_total{method="GET",path="/old/.env",status="429"} 5 http_requests_total{method="GET",path="/old/aws_config",status="404"} 1 http_requests_total{method="GET",path="/old/aws_config",status="429"} 1 http_requests_total{method="GET",path="/old/info.php",status="429"} 2 http_requests_total{method="GET",path="/old/phpinfo.php",status="404"} 1 http_requests_total{method="GET",path="/old/phpinfo.php",status="429"} 3 http_requests_total{method="GET",path="/old_phpinfo.php",status="404"} 1 http_requests_total{method="GET",path="/old_phpinfo.php",status="429"} 1 http_requests_total{method="GET",path="/olik.php",status="404"} 2 http_requests_total{method="GET",path="/one.php",status="404"} 4 http_requests_total{method="GET",path="/one.php",status="429"} 1 http_requests_total{method="GET",path="/onedrive.zip",status="429"} 2 http_requests_total{method="GET",path="/op.php",status="404"} 1 http_requests_total{method="GET",path="/openapi.json",status="404"} 1 http_requests_total{method="GET",path="/openapi.json",status="429"} 18 http_requests_total{method="GET",path="/opencart.zip",status="429"} 2 http_requests_total{method="GET",path="/ops.php",status="404"} 1 http_requests_total{method="GET",path="/opt.zip",status="429"} 2 http_requests_total{method="GET",path="/opt/.env",status="429"} 3 http_requests_total{method="GET",path="/opt/mailcow-dockerized/mailcow.conf",status="404"} 1 http_requests_total{method="GET",path="/opt/mailcow-dockerized/mailcow.conf",status="429"} 1 http_requests_total{method="GET",path="/options.php",status="404"} 5 http_requests_total{method="GET",path="/options.zip",status="429"} 2 http_requests_total{method="GET",path="/opts.php",status="404"} 1 http_requests_total{method="GET",path="/oracle.zip",status="429"} 2 http_requests_total{method="GET",path="/orders.zip",status="429"} 2 http_requests_total{method="GET",path="/orders/*",status="429"} 2 http_requests_total{method="GET",path="/organization.zip",status="429"} 2 http_requests_total{method="GET",path="/ortasekerli1.php",status="404"} 4 http_requests_total{method="GET",path="/os.zip",status="429"} 2 http_requests_total{method="GET",path="/other.zip",status="429"} 2 http_requests_total{method="GET",path="/ouh.php",status="404"} 1 http_requests_total{method="GET",path="/outbox.zip",status="429"} 2 http_requests_total{method="GET",path="/output.zip",status="429"} 2 http_requests_total{method="GET",path="/ova.php",status="404"} 2 http_requests_total{method="GET",path="/ox.php",status="404"} 1 http_requests_total{method="GET",path="/p.php",status="404"} 2 http_requests_total{method="GET",path="/p.php",status="429"} 1 http_requests_total{method="GET",path="/package-lock.zip",status="429"} 2 http_requests_total{method="GET",path="/package-updates/",status="429"} 2 http_requests_total{method="GET",path="/package-updates/*",status="429"} 2 http_requests_total{method="GET",path="/package-updates/*.cgi",status="429"} 2 http_requests_total{method="GET",path="/package-updates/apt.cgi",status="429"} 2 http_requests_total{method="GET",path="/package-updates/download.cgi",status="429"} 2 http_requests_total{method="GET",path="/package-updates/index.cgi",status="429"} 2 http_requests_total{method="GET",path="/package-updates/install.cgi",status="429"} 2 http_requests_total{method="GET",path="/package-updates/perform.cgi",status="429"} 2 http_requests_total{method="GET",path="/package-updates/refresh.cgi",status="429"} 2 http_requests_total{method="GET",path="/package-updates/save.cgi",status="429"} 2 http_requests_total{method="GET",path="/package-updates/update.cgi",status="429"} 2 http_requests_total{method="GET",path="/package-updates/yum.cgi",status="404"} 1 http_requests_total{method="GET",path="/package-updates/yum.cgi",status="429"} 1 http_requests_total{method="GET",path="/package.json",status="404"} 3 http_requests_total{method="GET",path="/package.json",status="429"} 16 http_requests_total{method="GET",path="/package.zip",status="429"} 2 http_requests_total{method="GET",path="/packages.zip",status="429"} 2 http_requests_total{method="GET",path="/packsin1.php",status="404"} 2 http_requests_total{method="GET",path="/pages/*",status="429"} 2 http_requests_total{method="GET",path="/panel.zip",status="429"} 2 http_requests_total{method="GET",path="/panel/.env",status="404"} 1 http_requests_total{method="GET",path="/panel/.env",status="429"} 3 http_requests_total{method="GET",path="/parameters.zip",status="429"} 2 http_requests_total{method="GET",path="/partner/config/config.js",status="404"} 7 http_requests_total{method="GET",path="/partner/config/config.js",status="429"} 15 http_requests_total{method="GET",path="/pass4.php",status="404"} 2 http_requests_total{method="GET",path="/passwords.zip",status="429"} 2 http_requests_total{method="GET",path="/patch.zip",status="429"} 2 http_requests_total{method="GET",path="/payment.zip",status="429"} 2 http_requests_total{method="GET",path="/payment/*",status="429"} 2 http_requests_total{method="GET",path="/payment/stripe.json",status="429"} 2 http_requests_total{method="GET",path="/payment_gateways/stripe.yaml",status="429"} 2 http_requests_total{method="GET",path="/pcloud.zip",status="429"} 2 http_requests_total{method="GET",path="/pedodont.php",status="404"} 1 http_requests_total{method="GET",path="/pent.php",status="404"} 1 http_requests_total{method="GET",path="/pg_dump.7z",status="404"} 1 http_requests_total{method="GET",path="/pg_dump.bz2",status="404"} 1 http_requests_total{method="GET",path="/pg_dump.gz",status="404"} 1 http_requests_total{method="GET",path="/pg_dump.rar",status="404"} 1 http_requests_total{method="GET",path="/pg_dump.sql",status="404"} 1 http_requests_total{method="GET",path="/pg_dump.sql.bz2",status="404"} 1 http_requests_total{method="GET",path="/pg_dump.sql.gz",status="404"} 1 http_requests_total{method="GET",path="/pg_dump.tar",status="404"} 1 http_requests_total{method="GET",path="/pg_dump.tar.bz2",status="404"} 1 http_requests_total{method="GET",path="/pg_dump.tar.gz",status="404"} 1 http_requests_total{method="GET",path="/pg_dump.tar.xz",status="404"} 1 http_requests_total{method="GET",path="/pg_dump.tgz",status="404"} 1 http_requests_total{method="GET",path="/pg_dump.zip",status="404"} 1 http_requests_total{method="GET",path="/pg_dump.zst",status="404"} 1 http_requests_total{method="GET",path="/phonegap.zip",status="429"} 2 http_requests_total{method="GET",path="/photos.zip",status="429"} 2 http_requests_total{method="GET",path="/photoshop.zip",status="429"} 2 http_requests_total{method="GET",path="/php-info.php",status="404"} 1 http_requests_total{method="GET",path="/php-info.php",status="429"} 5 http_requests_total{method="GET",path="/php.php",status="404"} 2 http_requests_total{method="GET",path="/php.php",status="429"} 5 http_requests_total{method="GET",path="/php.zip",status="429"} 2 http_requests_total{method="GET",path="/php/info.php",status="429"} 2 http_requests_total{method="GET",path="/php/phpinfo.php",status="429"} 2 http_requests_total{method="GET",path="/php2.php",status="404"} 1 http_requests_total{method="GET",path="/php8.php",status="404"} 1 http_requests_total{method="GET",path="/php_info.php",status="404"} 2 http_requests_total{method="GET",path="/php_info.php",status="429"} 3 http_requests_total{method="GET",path="/php_version.php",status="404"} 1 http_requests_total{method="GET",path="/phpinfo",status="404"} 8 http_requests_total{method="GET",path="/phpinfo",status="429"} 5 http_requests_total{method="GET",path="/phpinfo.php",status="404"} 12 http_requests_total{method="GET",path="/phpinfo.php",status="429"} 6 http_requests_total{method="GET",path="/phpinfo.php.bak",status="429"} 1 http_requests_total{method="GET",path="/phpinfo.php.old",status="429"} 1 http_requests_total{method="GET",path="/phpinfo.php.save",status="429"} 1 http_requests_total{method="GET",path="/phpinfo.php~",status="429"} 1 http_requests_total{method="GET",path="/phpinfo/info.php",status="404"} 1 http_requests_total{method="GET",path="/phpinfo/info.php",status="429"} 2 http_requests_total{method="GET",path="/phpinfo/test.php",status="429"} 2 http_requests_total{method="GET",path="/phpmyadmin.zip",status="429"} 2 http_requests_total{method="GET",path="/phpversion.php",status="429"} 4 http_requests_total{method="GET",path="/pi.php",status="404"} 2 http_requests_total{method="GET",path="/pi.php",status="429"} 1 http_requests_total{method="GET",path="/pinfo.php",status="404"} 2 http_requests_total{method="GET",path="/pinfo.php",status="429"} 1 http_requests_total{method="GET",path="/pinterest.zip",status="429"} 2 http_requests_total{method="GET",path="/pipeline.zip",status="429"} 2 http_requests_total{method="GET",path="/player",status="200"} 28 http_requests_total{method="GET",path="/player",status="429"} 1 http_requests_total{method="GET",path="/plesk.zip",status="429"} 2 http_requests_total{method="GET",path="/plss3.php",status="404"} 1 http_requests_total{method="GET",path="/plugins.php",status="404"} 2 http_requests_total{method="GET",path="/plugins/Cache/footer.php",status="404"} 2 http_requests_total{method="GET",path="/plugins/aws.client.js",status="404"} 1 http_requests_total{method="GET",path="/plugins/aws.client.js",status="429"} 18 http_requests_total{method="GET",path="/plugins/payments/stripe.json",status="429"} 2 http_requests_total{method="GET",path="/pms",status="404"} 1 http_requests_total{method="GET",path="/png.php",status="404"} 2 http_requests_total{method="GET",path="/png.php",status="429"} 1 http_requests_total{method="GET",path="/policy.zip",status="429"} 2 http_requests_total{method="GET",path="/ponxnwapemsce.php",status="404"} 1 http_requests_total{method="GET",path="/pop.php",status="404"} 2 http_requests_total{method="GET",path="/pop3.zip",status="429"} 2 http_requests_total{method="GET",path="/popo.php",status="404"} 1 http_requests_total{method="GET",path="/portal.zip",status="429"} 2 http_requests_total{method="GET",path="/portal/.env",status="404"} 9 http_requests_total{method="GET",path="/portal/.env",status="429"} 2 http_requests_total{method="GET",path="/portal/.git/config",status="429"} 1 http_requests_total{method="GET",path="/postgres.zip",status="429"} 2 http_requests_total{method="GET",path="/postgres/.env",status="429"} 1 http_requests_total{method="GET",path="/postgresql.zip",status="429"} 2 http_requests_total{method="GET",path="/postmark/.env",status="404"} 1 http_requests_total{method="GET",path="/postmark/.env",status="429"} 1 http_requests_total{method="GET",path="/posts/*",status="429"} 2 http_requests_total{method="GET",path="/pouhg.php",status="404"} 1 http_requests_total{method="GET",path="/pp.php",status="404"} 4 http_requests_total{method="GET",path="/ppp.php",status="404"} 2 http_requests_total{method="GET",path="/ppx.php",status="404"} 1 http_requests_total{method="GET",path="/pre-prod.7z",status="404"} 1 http_requests_total{method="GET",path="/pre-prod.bz2",status="404"} 1 http_requests_total{method="GET",path="/pre-prod.gz",status="404"} 1 http_requests_total{method="GET",path="/pre-prod.rar",status="404"} 1 http_requests_total{method="GET",path="/pre-prod.sql",status="404"} 1 http_requests_total{method="GET",path="/pre-prod.sql.bz2",status="404"} 1 http_requests_total{method="GET",path="/pre-prod.sql.gz",status="404"} 1 http_requests_total{method="GET",path="/pre-prod.tar",status="404"} 1 http_requests_total{method="GET",path="/pre-prod.tar.bz2",status="404"} 1 http_requests_total{method="GET",path="/pre-prod.tar.gz",status="404"} 1 http_requests_total{method="GET",path="/pre-prod.tar.xz",status="404"} 1 http_requests_total{method="GET",path="/pre-prod.tgz",status="404"} 1 http_requests_total{method="GET",path="/pre-prod.zip",status="404"} 1 http_requests_total{method="GET",path="/pre-prod.zst",status="404"} 1 http_requests_total{method="GET",path="/pre-production.zip",status="429"} 2 http_requests_total{method="GET",path="/preferences.zip",status="429"} 2 http_requests_total{method="GET",path="/preprod.7z",status="404"} 1 http_requests_total{method="GET",path="/preprod.bz2",status="404"} 1 http_requests_total{method="GET",path="/preprod.gz",status="404"} 1 http_requests_total{method="GET",path="/preprod.rar",status="404"} 1 http_requests_total{method="GET",path="/preprod.sql",status="404"} 1 http_requests_total{method="GET",path="/preprod.sql.bz2",status="404"} 1 http_requests_total{method="GET",path="/preprod.sql.gz",status="404"} 1 http_requests_total{method="GET",path="/preprod.tar",status="404"} 1 http_requests_total{method="GET",path="/preprod.tar.bz2",status="404"} 1 http_requests_total{method="GET",path="/preprod.tar.gz",status="404"} 1 http_requests_total{method="GET",path="/preprod.tar.xz",status="404"} 1 http_requests_total{method="GET",path="/preprod.tgz",status="404"} 1 http_requests_total{method="GET",path="/preprod.zip",status="404"} 1 http_requests_total{method="GET",path="/preprod.zst",status="404"} 1 http_requests_total{method="GET",path="/press.php",status="404"} 4 http_requests_total{method="GET",path="/prestashop.zip",status="429"} 2 http_requests_total{method="GET",path="/prestashop/.env",status="404"} 1 http_requests_total{method="GET",path="/prestashop/.env",status="429"} 1 http_requests_total{method="GET",path="/preview/.env",status="429"} 1 http_requests_total{method="GET",path="/preview/phpinfo.php",status="429"} 1 http_requests_total{method="GET",path="/privacy.zip",status="429"} 2 http_requests_total{method="GET",path="/private.7z",status="404"} 1 http_requests_total{method="GET",path="/private.bz2",status="404"} 1 http_requests_total{method="GET",path="/private.gz",status="404"} 1 http_requests_total{method="GET",path="/private.rar",status="404"} 1 http_requests_total{method="GET",path="/private.sql",status="404"} 1 http_requests_total{method="GET",path="/private.sql.bz2",status="404"} 1 http_requests_total{method="GET",path="/private.sql.gz",status="404"} 1 http_requests_total{method="GET",path="/private.tar",status="404"} 1 http_requests_total{method="GET",path="/private.tar.bz2",status="404"} 1 http_requests_total{method="GET",path="/private.tar.gz",status="404"} 1 http_requests_total{method="GET",path="/private.tar.xz",status="404"} 1 http_requests_total{method="GET",path="/private.tgz",status="404"} 1 http_requests_total{method="GET",path="/private.zip",status="404"} 1 http_requests_total{method="GET",path="/private.zip",status="429"} 2 http_requests_total{method="GET",path="/private.zst",status="404"} 1 http_requests_total{method="GET",path="/private/.env",status="404"} 1 http_requests_total{method="GET",path="/private/.env",status="429"} 1 http_requests_total{method="GET",path="/privkey.pem",status="404"} 1 http_requests_total{method="GET",path="/proc.zip",status="429"} 2 http_requests_total{method="GET",path="/proc/index.cgi",status="429"} 2 http_requests_total{method="GET",path="/process.zip",status="404"} 1 http_requests_total{method="GET",path="/process.zip",status="429"} 1 http_requests_total{method="GET",path="/prod.7z",status="404"} 1 http_requests_total{method="GET",path="/prod.bz2",status="404"} 1 http_requests_total{method="GET",path="/prod.gz",status="404"} 1 http_requests_total{method="GET",path="/prod.rar",status="404"} 1 http_requests_total{method="GET",path="/prod.sql",status="404"} 1 http_requests_total{method="GET",path="/prod.sql.bz2",status="404"} 1 http_requests_total{method="GET",path="/prod.sql.gz",status="404"} 1 http_requests_total{method="GET",path="/prod.tar",status="404"} 1 http_requests_total{method="GET",path="/prod.tar.bz2",status="404"} 1 http_requests_total{method="GET",path="/prod.tar.gz",status="404"} 1 http_requests_total{method="GET",path="/prod.tar.xz",status="404"} 1 http_requests_total{method="GET",path="/prod.tgz",status="404"} 1 http_requests_total{method="GET",path="/prod.zip",status="404"} 1 http_requests_total{method="GET",path="/prod.zst",status="404"} 1 http_requests_total{method="GET",path="/prod/.env",status="404"} 10 http_requests_total{method="GET",path="/prod/.env",status="429"} 3 http_requests_total{method="GET",path="/prod/config.js",status="404"} 1 http_requests_total{method="GET",path="/prod/config.js",status="429"} 18 http_requests_total{method="GET",path="/product.php",status="404"} 1 http_requests_total{method="GET",path="/product/.env",status="429"} 2 http_requests_total{method="GET",path="/production.7z",status="404"} 1 http_requests_total{method="GET",path="/production.bz2",status="404"} 1 http_requests_total{method="GET",path="/production.gz",status="404"} 1 http_requests_total{method="GET",path="/production.rar",status="404"} 1 http_requests_total{method="GET",path="/production.sql",status="404"} 1 http_requests_total{method="GET",path="/production.sql.bz2",status="404"} 1 http_requests_total{method="GET",path="/production.sql.gz",status="404"} 1 http_requests_total{method="GET",path="/production.tar",status="404"} 1 http_requests_total{method="GET",path="/production.tar.bz2",status="404"} 1 http_requests_total{method="GET",path="/production.tar.gz",status="404"} 1 http_requests_total{method="GET",path="/production.tar.xz",status="404"} 1 http_requests_total{method="GET",path="/production.tgz",status="404"} 1 http_requests_total{method="GET",path="/production.zip",status="404"} 1 http_requests_total{method="GET",path="/production.zip",status="429"} 2 http_requests_total{method="GET",path="/production.zst",status="404"} 1 http_requests_total{method="GET",path="/production/.env",status="429"} 5 http_requests_total{method="GET",path="/products",status="429"} 2 http_requests_total{method="GET",path="/products.zip",status="429"} 2 http_requests_total{method="GET",path="/profile.php",status="404"} 1 http_requests_total{method="GET",path="/profile/*",status="429"} 2 http_requests_total{method="GET",path="/project.zip",status="429"} 2 http_requests_total{method="GET",path="/project/.env",status="404"} 1 http_requests_total{method="GET",path="/project/.env",status="429"} 3 http_requests_total{method="GET",path="/project/.git/config",status="429"} 1 http_requests_total{method="GET",path="/projects/*",status="429"} 2 http_requests_total{method="GET",path="/properties.zip",status="429"} 2 http_requests_total{method="GET",path="/protected.zip",status="429"} 2 http_requests_total{method="GET",path="/prototype.zip",status="429"} 2 http_requests_total{method="GET",path="/provider.tf",status="404"} 1 http_requests_total{method="GET",path="/psnlink/.env",status="404"} 1 http_requests_total{method="GET",path="/psnlink/.env",status="429"} 1 http_requests_total{method="GET",path="/public-api/.env",status="429"} 2 http_requests_total{method="GET",path="/public.7z",status="404"} 1 http_requests_total{method="GET",path="/public.bz2",status="404"} 1 http_requests_total{method="GET",path="/public.gz",status="404"} 1 http_requests_total{method="GET",path="/public.rar",status="404"} 1 http_requests_total{method="GET",path="/public.sql",status="404"} 1 http_requests_total{method="GET",path="/public.sql.bz2",status="404"} 1 http_requests_total{method="GET",path="/public.sql.gz",status="404"} 1 http_requests_total{method="GET",path="/public.tar",status="404"} 1 http_requests_total{method="GET",path="/public.tar.bz2",status="404"} 1 http_requests_total{method="GET",path="/public.tar.gz",status="404"} 1 http_requests_total{method="GET",path="/public.tar.xz",status="404"} 1 http_requests_total{method="GET",path="/public.tgz",status="404"} 1 http_requests_total{method="GET",path="/public.zip",status="404"} 1 http_requests_total{method="GET",path="/public.zip",status="429"} 2 http_requests_total{method="GET",path="/public.zst",status="404"} 1 http_requests_total{method="GET",path="/public/.env",status="404"} 11 http_requests_total{method="GET",path="/public/.env",status="429"} 7 http_requests_total{method="GET",path="/public/.git/config",status="429"} 1 http_requests_total{method="GET",path="/public/config.js",status="404"} 2 http_requests_total{method="GET",path="/public/config.js",status="429"} 17 http_requests_total{method="GET",path="/public/css.php",status="404"} 2 http_requests_total{method="GET",path="/public/env.js",status="404"} 1 http_requests_total{method="GET",path="/public/env.js",status="429"} 18 http_requests_total{method="GET",path="/public/file.php",status="404"} 2 http_requests_total{method="GET",path="/public/js/main.js",status="404"} 8 http_requests_total{method="GET",path="/public/js/main.js",status="429"} 13 http_requests_total{method="GET",path="/public/mI35rZhMg1zJ1vuXdefault.php",status="404"} 1 http_requests_total{method="GET",path="/public/phpinfo.php",status="404"} 1 http_requests_total{method="GET",path="/public/phpinfo.php",status="429"} 3 http_requests_total{method="GET",path="/public/stripe.js",status="429"} 2 http_requests_total{method="GET",path="/public/vx.php",status="404"} 1 http_requests_total{method="GET",path="/public/wp-blog.php",status="404"} 2 http_requests_total{method="GET",path="/public/ws49.php",status="404"} 2 http_requests_total{method="GET",path="/public_html.7z",status="404"} 1 http_requests_total{method="GET",path="/public_html.bz2",status="404"} 1 http_requests_total{method="GET",path="/public_html.gz",status="404"} 1 http_requests_total{method="GET",path="/public_html.rar",status="404"} 1 http_requests_total{method="GET",path="/public_html.sql",status="404"} 1 http_requests_total{method="GET",path="/public_html.sql.bz2",status="404"} 1 http_requests_total{method="GET",path="/public_html.sql.gz",status="404"} 1 http_requests_total{method="GET",path="/public_html.tar",status="404"} 1 http_requests_total{method="GET",path="/public_html.tar.bz2",status="404"} 1 http_requests_total{method="GET",path="/public_html.tar.gz",status="404"} 1 http_requests_total{method="GET",path="/public_html.tar.xz",status="404"} 1 http_requests_total{method="GET",path="/public_html.tgz",status="404"} 1 http_requests_total{method="GET",path="/public_html.zip",status="404"} 1 http_requests_total{method="GET",path="/public_html.zip",status="429"} 2 http_requests_total{method="GET",path="/public_html.zst",status="404"} 1 http_requests_total{method="GET",path="/public_html/.env",status="404"} 1 http_requests_total{method="GET",path="/public_html/.env",status="429"} 3 http_requests_total{method="GET",path="/public_html/phpinfo.php",status="429"} 1 http_requests_total{method="GET",path="/publish/*",status="429"} 2 http_requests_total{method="GET",path="/puc.php",status="404"} 1 http_requests_total{method="GET",path="/pucci.php",status="404"} 2 http_requests_total{method="GET",path="/pulumi.yaml",status="404"} 1 http_requests_total{method="GET",path="/pwa.zip",status="429"} 2 http_requests_total{method="GET",path="/python.zip",status="429"} 2 http_requests_total{method="GET",path="/qa.zip",status="429"} 2 http_requests_total{method="GET",path="/qa/.env",status="429"} 3 http_requests_total{method="GET",path="/qa/phpinfo.php",status="429"} 1 http_requests_total{method="GET",path="/queue.zip",status="429"} 2 http_requests_total{method="GET",path="/queue/.env",status="429"} 1 http_requests_total{method="GET",path="/r79.php",status="404"} 1 http_requests_total{method="GET",path="/rabbitmq/.env",status="429"} 1 http_requests_total{method="GET",path="/radio.php",status="404"} 2 http_requests_total{method="GET",path="/rails.7z",status="404"} 1 http_requests_total{method="GET",path="/rails.bz2",status="404"} 1 http_requests_total{method="GET",path="/rails.gz",status="404"} 1 http_requests_total{method="GET",path="/rails.rar",status="404"} 1 http_requests_total{method="GET",path="/rails.sql",status="404"} 1 http_requests_total{method="GET",path="/rails.sql.bz2",status="404"} 1 http_requests_total{method="GET",path="/rails.sql.gz",status="404"} 1 http_requests_total{method="GET",path="/rails.tar",status="404"} 1 http_requests_total{method="GET",path="/rails.tar.bz2",status="404"} 1 http_requests_total{method="GET",path="/rails.tar.gz",status="404"} 1 http_requests_total{method="GET",path="/rails.tar.xz",status="404"} 1 http_requests_total{method="GET",path="/rails.tgz",status="404"} 1 http_requests_total{method="GET",path="/rails.zip",status="404"} 1 http_requests_total{method="GET",path="/rails.zip",status="429"} 2 http_requests_total{method="GET",path="/rails.zst",status="404"} 1 http_requests_total{method="GET",path="/randkeyword.PhP7",status="404"} 2 http_requests_total{method="GET",path="/randkeyword.php",status="404"} 2 http_requests_total{method="GET",path="/random.zip",status="429"} 2 http_requests_total{method="GET",path="/rc.zip",status="429"} 2 http_requests_total{method="GET",path="/react-native.zip",status="429"} 2 http_requests_total{method="GET",path="/react.zip",status="429"} 2 http_requests_total{method="GET",path="/react/.env",status="429"} 1 http_requests_total{method="GET",path="/readme.md",status="404"} 1 http_requests_total{method="GET",path="/readme.md",status="429"} 3 http_requests_total{method="GET",path="/readme.php",status="404"} 2 http_requests_total{method="GET",path="/readme.zip",status="429"} 2 http_requests_total{method="GET",path="/redi.php",status="404"} 1 http_requests_total{method="GET",path="/redis.zip",status="429"} 2 http_requests_total{method="GET",path="/redis/.env",status="429"} 1 http_requests_total{method="GET",path="/register",status="429"} 2 http_requests_total{method="GET",path="/release-candidate.zip",status="429"} 2 http_requests_total{method="GET",path="/release.7z",status="404"} 1 http_requests_total{method="GET",path="/release.bz2",status="404"} 1 http_requests_total{method="GET",path="/release.gz",status="404"} 1 http_requests_total{method="GET",path="/release.rar",status="404"} 1 http_requests_total{method="GET",path="/release.sql",status="404"} 1 http_requests_total{method="GET",path="/release.sql.bz2",status="404"} 1 http_requests_total{method="GET",path="/release.sql.gz",status="404"} 1 http_requests_total{method="GET",path="/release.tar",status="404"} 1 http_requests_total{method="GET",path="/release.tar.bz2",status="404"} 1 http_requests_total{method="GET",path="/release.tar.gz",status="404"} 1 http_requests_total{method="GET",path="/release.tar.xz",status="404"} 1 http_requests_total{method="GET",path="/release.tgz",status="404"} 1 http_requests_total{method="GET",path="/release.zip",status="404"} 1 http_requests_total{method="GET",path="/release.zip",status="429"} 2 http_requests_total{method="GET",path="/release.zst",status="404"} 1 http_requests_total{method="GET",path="/release/.env",status="404"} 1 http_requests_total{method="GET",path="/release/.env",status="429"} 1 http_requests_total{method="GET",path="/releases.7z",status="404"} 1 http_requests_total{method="GET",path="/releases.bz2",status="404"} 1 http_requests_total{method="GET",path="/releases.gz",status="404"} 1 http_requests_total{method="GET",path="/releases.rar",status="404"} 1 http_requests_total{method="GET",path="/releases.sql",status="404"} 1 http_requests_total{method="GET",path="/releases.sql.bz2",status="404"} 1 http_requests_total{method="GET",path="/releases.sql.gz",status="404"} 1 http_requests_total{method="GET",path="/releases.tar",status="404"} 1 http_requests_total{method="GET",path="/releases.tar.bz2",status="404"} 1 http_requests_total{method="GET",path="/releases.tar.gz",status="404"} 1 http_requests_total{method="GET",path="/releases.tar.xz",status="404"} 1 http_requests_total{method="GET",path="/releases.tgz",status="404"} 1 http_requests_total{method="GET",path="/releases.zip",status="404"} 1 http_requests_total{method="GET",path="/releases.zst",status="404"} 1 http_requests_total{method="GET",path="/releases/.env",status="404"} 1 http_requests_total{method="GET",path="/releases/.env",status="429"} 1 http_requests_total{method="GET",path="/repo.zip",status="429"} 2 http_requests_total{method="GET",path="/report.zip",status="429"} 2 http_requests_total{method="GET",path="/reports.zip",status="429"} 2 http_requests_total{method="GET",path="/repository.zip",status="429"} 2 http_requests_total{method="GET",path="/resources.zip",status="404"} 1 http_requests_total{method="GET",path="/resources.zip",status="429"} 1 http_requests_total{method="GET",path="/resources/.env",status="404"} 1 http_requests_total{method="GET",path="/resources/.env",status="429"} 1 http_requests_total{method="GET",path="/rest.zip",status="429"} 2 http_requests_total{method="GET",path="/rest/*",status="429"} 2 http_requests_total{method="GET",path="/rest/.env",status="404"} 1 http_requests_total{method="GET",path="/rest/.env",status="429"} 1 http_requests_total{method="GET",path="/rest/credential-translation",status="429"} 2 http_requests_total{method="GET",path="/rest/credentials-for-node",status="429"} 2 http_requests_total{method="GET",path="/rest/executions",status="429"} 2 http_requests_total{method="GET",path="/rest/license",status="429"} 2 http_requests_total{method="GET",path="/rest/login",status="429"} 2 http_requests_total{method="GET",path="/rest/logout",status="404"} 1 http_requests_total{method="GET",path="/rest/logout",status="429"} 1 http_requests_total{method="GET",path="/rest/node-types",status="429"} 2 http_requests_total{method="GET",path="/rest/oauth1-credential/auth",status="429"} 2 http_requests_total{method="GET",path="/rest/oauth2-credential/auth",status="429"} 2 http_requests_total{method="GET",path="/rest/settings",status="429"} 2 http_requests_total{method="GET",path="/rest/tags",status="429"} 2 http_requests_total{method="GET",path="/rest/users",status="429"} 2 http_requests_total{method="GET",path="/rest/variables",status="404"} 1 http_requests_total{method="GET",path="/rest/variables",status="429"} 1 http_requests_total{method="GET",path="/rest/workflows",status="429"} 2 http_requests_total{method="GET",path="/rest/workflows/run",status="429"} 2 http_requests_total{method="GET",path="/restapi.zip",status="429"} 2 http_requests_total{method="GET",path="/result.zip",status="429"} 2 http_requests_total{method="GET",path="/results.zip",status="429"} 2 http_requests_total{method="GET",path="/revealability.php",status="404"} 3 http_requests_total{method="GET",path="/reze.php",status="404"} 1 http_requests_total{method="GET",path="/rh.php",status="404"} 5 http_requests_total{method="GET",path="/rh.php",status="429"} 1 http_requests_total{method="GET",path="/rip.php",status="404"} 4 http_requests_total{method="GET",path="/rithin.php",status="404"} 2 http_requests_total{method="GET",path="/robots.txt",status="404"} 54 http_requests_total{method="GET",path="/robots.txt",status="429"} 1 http_requests_total{method="GET",path="/roksad1.php",status="404"} 3 http_requests_total{method="GET",path="/rollbar.zip",status="429"} 2 http_requests_total{method="GET",path="/root.zip",status="429"} 2 http_requests_total{method="GET",path="/root/.aws/config",status="429"} 2 http_requests_total{method="GET",path="/root/.aws/credentials",status="429"} 2 http_requests_total{method="GET",path="/root/.boto",status="429"} 2 http_requests_total{method="GET",path="/root/.env",status="429"} 2 http_requests_total{method="GET",path="/root/.git-credentials",status="429"} 2 http_requests_total{method="GET",path="/root/.gitconfig",status="429"} 2 http_requests_total{method="GET",path="/root/.netrc",status="429"} 2 http_requests_total{method="GET",path="/root/.s3cfg",status="429"} 2 http_requests_total{method="GET",path="/rpc.zip",status="429"} 2 http_requests_total{method="GET",path="/rrr.php",status="404"} 1 http_requests_total{method="GET",path="/ruby.zip",status="429"} 2 http_requests_total{method="GET",path="/run.zip",status="429"} 2 http_requests_total{method="GET",path="/runtime-config.js",status="429"} 19 http_requests_total{method="GET",path="/rzki.php",status="404"} 2 http_requests_total{method="GET",path="/s.php",status="404"} 3 http_requests_total{method="GET",path="/s/1313e26343e26343e29363/_/;/META-INF/maven/com.atlassian.jira/jira-webapp-dist/pom.properties",status="404"} 1 http_requests_total{method="GET",path="/s/5393e22323e23333e26363/_/;/META-INF/maven/com.atlassian.jira/jira-webapp-dist/pom.properties",status="404"} 9 http_requests_total{method="GET",path="/s1.php",status="404"} 1 http_requests_total{method="GET",path="/s1.php",status="429"} 1 http_requests_total{method="GET",path="/s2.php",status="404"} 1 http_requests_total{method="GET",path="/s3.js",status="404"} 7 http_requests_total{method="GET",path="/s3.js",status="429"} 15 http_requests_total{method="GET",path="/s3.key",status="429"} 2 http_requests_total{method="GET",path="/s3.properties",status="429"} 2 http_requests_total{method="GET",path="/s3.secret",status="429"} 2 http_requests_total{method="GET",path="/s3.yaml",status="429"} 2 http_requests_total{method="GET",path="/s3.yml",status="404"} 1 http_requests_total{method="GET",path="/s3.yml",status="429"} 1 http_requests_total{method="GET",path="/s3/.aws/config",status="429"} 2 http_requests_total{method="GET",path="/s3/.env.bak",status="404"} 1 http_requests_total{method="GET",path="/s3/.env.bak",status="429"} 1 http_requests_total{method="GET",path="/s3/backup",status="429"} 2 http_requests_total{method="GET",path="/s3/bucket",status="429"} 2 http_requests_total{method="GET",path="/s3/bucket.env",status="429"} 2 http_requests_total{method="GET",path="/s3/buckets",status="429"} 2 http_requests_total{method="GET",path="/s3/credentials",status="429"} 2 http_requests_total{method="GET",path="/sa-key.json",status="404"} 4 http_requests_total{method="GET",path="/sa-key.json",status="429"} 15 http_requests_total{method="GET",path="/sa-private-key.json",status="404"} 1 http_requests_total{method="GET",path="/sa-private-key.json",status="429"} 9 http_requests_total{method="GET",path="/sa.json",status="404"} 1 http_requests_total{method="GET",path="/sa.json",status="429"} 15 http_requests_total{method="GET",path="/sa.php7",status="404"} 1 http_requests_total{method="GET",path="/saas/.env",status="404"} 1 http_requests_total{method="GET",path="/saas/.env",status="429"} 1 http_requests_total{method="GET",path="/sadcut1.php",status="404"} 2 http_requests_total{method="GET",path="/sadcut1.php",status="429"} 1 http_requests_total{method="GET",path="/sale.php",status="404"} 2 http_requests_total{method="GET",path="/sallu.php",status="404"} 4 http_requests_total{method="GET",path="/sam-template.yaml",status="429"} 2 http_requests_total{method="GET",path="/samll.php",status="404"} 3 http_requests_total{method="GET",path="/sample.zip",status="429"} 2 http_requests_total{method="GET",path="/sandbox.zip",status="429"} 2 http_requests_total{method="GET",path="/saorix1.php",status="404"} 1 http_requests_total{method="GET",path="/sbhu.php",status="404"} 4 http_requests_total{method="GET",path="/sbin/.env",status="429"} 1 http_requests_total{method="GET",path="/scheduler.zip",status="429"} 2 http_requests_total{method="GET",path="/scripts.zip",status="429"} 2 http_requests_total{method="GET",path="/scripts/.env",status="429"} 2 http_requests_total{method="GET",path="/scripts/nodemailer.js",status="404"} 7 http_requests_total{method="GET",path="/scripts/nodemailer.js",status="429"} 15 http_requests_total{method="GET",path="/sd.php",status="404"} 1 http_requests_total{method="GET",path="/sdm.php",status="404"} 1 http_requests_total{method="GET",path="/sec.php",status="404"} 1 http_requests_total{method="GET",path="/secret_keys.json",status="404"} 1 http_requests_total{method="GET",path="/secret_keys.json",status="429"} 18 http_requests_total{method="GET",path="/secrets.json",status="404"} 6 http_requests_total{method="GET",path="/secrets.json",status="429"} 23 http_requests_total{method="GET",path="/secrets.php",status="404"} 1 http_requests_total{method="GET",path="/secrets.toml",status="429"} 2 http_requests_total{method="GET",path="/secrets.yaml",status="429"} 4 http_requests_total{method="GET",path="/secrets.yml",status="429"} 1 http_requests_total{method="GET",path="/secrets/gcp-credentials.json",status="404"} 1 http_requests_total{method="GET",path="/secrets/gcp-key.json",status="404"} 2 http_requests_total{method="GET",path="/secrets/gcp-key.json",status="429"} 7 http_requests_total{method="GET",path="/secrets/service-account.json",status="404"} 1 http_requests_total{method="GET",path="/secrets/service-account.json",status="429"} 8 http_requests_total{method="GET",path="/secure.zip",status="429"} 2 http_requests_total{method="GET",path="/secured/phpinfo.php",status="404"} 7 http_requests_total{method="GET",path="/security.php",status="404"} 2 http_requests_total{method="GET",path="/security.txt",status="404"} 3 http_requests_total{method="GET",path="/security.zip",status="429"} 2 http_requests_total{method="GET",path="/seed.zip",status="429"} 2 http_requests_total{method="GET",path="/segment.zip",status="429"} 2 http_requests_total{method="GET",path="/sender/.env",status="404"} 1 http_requests_total{method="GET",path="/sender/.env",status="429"} 1 http_requests_total{method="GET",path="/sendgrid.env",status="404"} 1 http_requests_total{method="GET",path="/sendgrid.env",status="429"} 2 http_requests_total{method="GET",path="/sendgrid/.env",status="404"} 1 http_requests_total{method="GET",path="/sendgrid/.env",status="429"} 1 http_requests_total{method="GET",path="/sent.zip",status="429"} 2 http_requests_total{method="GET",path="/sentry.zip",status="429"} 2 http_requests_total{method="GET",path="/seo.php",status="429"} 1 http_requests_total{method="GET",path="/server",status="404"} 10 http_requests_total{method="GET",path="/server-info",status="404"} 7 http_requests_total{method="GET",path="/server-info.php",status="404"} 8 http_requests_total{method="GET",path="/server-info.php",status="429"} 3 http_requests_total{method="GET",path="/server-status",status="404"} 10 http_requests_total{method="GET",path="/server-status",status="429"} 2 http_requests_total{method="GET",path="/server-status.php",status="404"} 1 http_requests_total{method="GET",path="/server-status.php",status="429"} 1 http_requests_total{method="GET",path="/server.7z",status="404"} 1 http_requests_total{method="GET",path="/server.bz2",status="404"} 1 http_requests_total{method="GET",path="/server.gz",status="404"} 1 http_requests_total{method="GET",path="/server.js",status="404"} 7 http_requests_total{method="GET",path="/server.js",status="429"} 19 http_requests_total{method="GET",path="/server.pem",status="404"} 1 http_requests_total{method="GET",path="/server.php",status="429"} 2 http_requests_total{method="GET",path="/server.rar",status="404"} 1 http_requests_total{method="GET",path="/server.sql",status="404"} 1 http_requests_total{method="GET",path="/server.sql.bz2",status="404"} 1 http_requests_total{method="GET",path="/server.sql.gz",status="404"} 1 http_requests_total{method="GET",path="/server.tar",status="404"} 1 http_requests_total{method="GET",path="/server.tar.bz2",status="404"} 1 http_requests_total{method="GET",path="/server.tar.gz",status="404"} 1 http_requests_total{method="GET",path="/server.tar.xz",status="404"} 1 http_requests_total{method="GET",path="/server.tgz",status="404"} 1 http_requests_total{method="GET",path="/server.zip",status="404"} 1 http_requests_total{method="GET",path="/server.zip",status="429"} 2 http_requests_total{method="GET",path="/server.zst",status="404"} 1 http_requests_total{method="GET",path="/server/.env",status="404"} 2 http_requests_total{method="GET",path="/server/.env",status="429"} 6 http_requests_total{method="GET",path="/server/api/.env",status="429"} 2 http_requests_total{method="GET",path="/server/api/aws.config.js",status="404"} 2 http_requests_total{method="GET",path="/server/api/aws.config.js",status="429"} 16 http_requests_total{method="GET",path="/server/app.js",status="429"} 19 http_requests_total{method="GET",path="/server/backend/.env",status="429"} 2 http_requests_total{method="GET",path="/server/config.js",status="429"} 19 http_requests_total{method="GET",path="/server/config/common.js",status="429"} 19 http_requests_total{method="GET",path="/server/config/constants.js",status="404"} 2 http_requests_total{method="GET",path="/server/config/constants.js",status="429"} 17 http_requests_total{method="GET",path="/server/config/database.js",status="404"} 8 http_requests_total{method="GET",path="/server/config/database.js",status="429"} 16 http_requests_total{method="GET",path="/server/config/template.js",status="429"} 17 http_requests_total{method="GET",path="/server/configs/aws.config.ts",status="429"} 2 http_requests_total{method="GET",path="/server/constant.js",status="404"} 1 http_requests_total{method="GET",path="/server/constant.js",status="429"} 18 http_requests_total{method="GET",path="/server/constants.js",status="404"} 1 http_requests_total{method="GET",path="/server/constants.js",status="429"} 18 http_requests_total{method="GET",path="/server/controller.js",status="404"} 1 http_requests_total{method="GET",path="/server/controller.js",status="429"} 15 http_requests_total{method="GET",path="/server/env.js",status="429"} 2 http_requests_total{method="GET",path="/server/helper.js",status="404"} 1 http_requests_total{method="GET",path="/server/helper.js",status="429"} 16 http_requests_total{method="GET",path="/server/helper/aws_s3.js",status="404"} 1 http_requests_total{method="GET",path="/server/helper/aws_s3.js",status="429"} 14 http_requests_total{method="GET",path="/server/index.js",status="429"} 17 http_requests_total{method="GET",path="/server/mail.js",status="429"} 17 http_requests_total{method="GET",path="/server/mailer.js",status="429"} 17 http_requests_total{method="GET",path="/server/mailserver.js",status="404"} 3 http_requests_total{method="GET",path="/server/mailserver.js",status="429"} 13 http_requests_total{method="GET",path="/server/php",status="429"} 2 http_requests_total{method="GET",path="/server/s3.js",status="404"} 8 http_requests_total{method="GET",path="/server/s3.js",status="429"} 14 http_requests_total{method="GET",path="/server/server.js",status="404"} 1 http_requests_total{method="GET",path="/server/server.js",status="429"} 14 http_requests_total{method="GET",path="/server/utils.js",status="429"} 17 http_requests_total{method="GET",path="/server_info.php",status="404"} 7 http_requests_total{method="GET",path="/server_info.php",status="429"} 2 http_requests_total{method="GET",path="/serverless.yaml",status="404"} 3 http_requests_total{method="GET",path="/serverless.yaml",status="429"} 2 http_requests_total{method="GET",path="/serverless.yml",status="404"} 3 http_requests_total{method="GET",path="/serverless.yml",status="429"} 2 http_requests_total{method="GET",path="/servers/link.cgi",status="429"} 2 http_requests_total{method="GET",path="/servers/save.cgi",status="429"} 2 http_requests_total{method="GET",path="/service-account-config.json",status="429"} 1 http_requests_total{method="GET",path="/service-account-credentials.json",status="429"} 1 http_requests_total{method="GET",path="/service-account-file.json",status="429"} 1 http_requests_total{method="GET",path="/service-account-key.json",status="404"} 1 http_requests_total{method="GET",path="/service-account-key.json",status="429"} 9 http_requests_total{method="GET",path="/service-account.json",status="404"} 4 http_requests_total{method="GET",path="/service-account.json",status="429"} 24 http_requests_total{method="GET",path="/service.zip",status="429"} 2 http_requests_total{method="GET",path="/service/.env",status="404"} 1 http_requests_total{method="GET",path="/service/.env",status="429"} 3 http_requests_total{method="GET",path="/service/email_service.py",status="404"} 7 http_requests_total{method="GET",path="/service/email_service.py",status="429"} 1 http_requests_total{method="GET",path="/serviceAccount.json",status="429"} 1 http_requests_total{method="GET",path="/serviceAccountCredentials.json",status="404"} 1 http_requests_total{method="GET",path="/serviceAccountKey.json",status="404"} 7 http_requests_total{method="GET",path="/serviceAccountKey.json",status="429"} 19 http_requests_total{method="GET",path="/service_account.json",status="429"} 9 http_requests_total{method="GET",path="/services.zip",status="429"} 2 http_requests_total{method="GET",path="/services/.env",status="404"} 1 http_requests_total{method="GET",path="/services/.env",status="429"} 2 http_requests_total{method="GET",path="/services/environments.ini",status="429"} 2 http_requests_total{method="GET",path="/ses/.env",status="404"} 1 http_requests_total{method="GET",path="/ses/.env",status="429"} 1 http_requests_total{method="GET",path="/session.zip",status="429"} 2 http_requests_total{method="GET",path="/settings.ini",status="429"} 4 http_requests_total{method="GET",path="/settings.json",status="404"} 3 http_requests_total{method="GET",path="/settings.json",status="429"} 17 http_requests_total{method="GET",path="/settings.json.bak",status="404"} 1 http_requests_total{method="GET",path="/settings.php",status="404"} 1 http_requests_total{method="GET",path="/settings.py",status="404"} 11 http_requests_total{method="GET",path="/settings.py",status="429"} 4 http_requests_total{method="GET",path="/settings.yaml",status="429"} 4 http_requests_total{method="GET",path="/settings.zip",status="429"} 2 http_requests_total{method="GET",path="/settings/*",status="429"} 2 http_requests_total{method="GET",path="/settings/production.py",status="404"} 1 http_requests_total{method="GET",path="/setup.php",status="404"} 1 http_requests_total{method="GET",path="/setup.zip",status="429"} 2 http_requests_total{method="GET",path="/sf.php",status="404"} 3 http_requests_total{method="GET",path="/sf.php",status="429"} 1 http_requests_total{method="GET",path="/sftp.zip",status="429"} 2 http_requests_total{method="GET",path="/sg.php",status="404"} 1 http_requests_total{method="GET",path="/shared.zip",status="429"} 2 http_requests_total{method="GET",path="/shared/.env",status="404"} 2 http_requests_total{method="GET",path="/shared/.env",status="429"} 2 http_requests_total{method="GET",path="/shared/config/config.js",status="404"} 8 http_requests_total{method="GET",path="/shared/config/config.js",status="429"} 13 http_requests_total{method="GET",path="/sharing.zip",status="429"} 2 http_requests_total{method="GET",path="/shell1.php",status="404"} 1 http_requests_total{method="GET",path="/shell20211028.php",status="404"} 3 http_requests_total{method="GET",path="/shellalfa.php",status="404"} 1 http_requests_total{method="GET",path="/shelp.php",status="404"} 1 http_requests_total{method="GET",path="/shoha.php",status="404"} 2 http_requests_total{method="GET",path="/shop.php",status="404"} 1 http_requests_total{method="GET",path="/shop.zip",status="429"} 2 http_requests_total{method="GET",path="/shop/.env",status="429"} 6 http_requests_total{method="GET",path="/shop/.git/config",status="429"} 1 http_requests_total{method="GET",path="/shop/[category]/*",status="429"} 2 http_requests_total{method="GET",path="/shopify.zip",status="429"} 2 http_requests_total{method="GET",path="/shopify/.env",status="404"} 1 http_requests_total{method="GET",path="/shopify/.env",status="429"} 1 http_requests_total{method="GET",path="/sid3.php",status="404"} 4 http_requests_total{method="GET",path="/signup",status="429"} 2 http_requests_total{method="GET",path="/simple.php",status="404"} 5 http_requests_total{method="GET",path="/simple.php",status="429"} 2 http_requests_total{method="GET",path="/site-info.php",status="429"} 2 http_requests_total{method="GET",path="/site.7z",status="404"} 1 http_requests_total{method="GET",path="/site.bz2",status="404"} 1 http_requests_total{method="GET",path="/site.gz",status="404"} 1 http_requests_total{method="GET",path="/site.rar",status="404"} 1 http_requests_total{method="GET",path="/site.sql",status="404"} 1 http_requests_total{method="GET",path="/site.sql.bz2",status="404"} 1 http_requests_total{method="GET",path="/site.sql.gz",status="404"} 1 http_requests_total{method="GET",path="/site.tar",status="404"} 1 http_requests_total{method="GET",path="/site.tar.bz2",status="404"} 1 http_requests_total{method="GET",path="/site.tar.gz",status="404"} 1 http_requests_total{method="GET",path="/site.tar.xz",status="404"} 1 http_requests_total{method="GET",path="/site.tgz",status="404"} 1 http_requests_total{method="GET",path="/site.zip",status="404"} 1 http_requests_total{method="GET",path="/site.zip",status="429"} 2 http_requests_total{method="GET",path="/site.zst",status="404"} 1 http_requests_total{method="GET",path="/site/.env",status="404"} 8 http_requests_total{method="GET",path="/site/.env",status="429"} 3 http_requests_total{method="GET",path="/site/.git/config",status="429"} 1 http_requests_total{method="GET",path="/site/phpinfo.php",status="429"} 3 http_requests_total{method="GET",path="/site_backup.7z",status="404"} 1 http_requests_total{method="GET",path="/site_backup.bz2",status="404"} 1 http_requests_total{method="GET",path="/site_backup.gz",status="404"} 1 http_requests_total{method="GET",path="/site_backup.rar",status="404"} 1 http_requests_total{method="GET",path="/site_backup.sql",status="404"} 1 http_requests_total{method="GET",path="/site_backup.sql.bz2",status="404"} 1 http_requests_total{method="GET",path="/site_backup.sql.gz",status="404"} 1 http_requests_total{method="GET",path="/site_backup.tar",status="404"} 1 http_requests_total{method="GET",path="/site_backup.tar.bz2",status="404"} 1 http_requests_total{method="GET",path="/site_backup.tar.gz",status="404"} 1 http_requests_total{method="GET",path="/site_backup.tar.xz",status="404"} 1 http_requests_total{method="GET",path="/site_backup.tgz",status="404"} 1 http_requests_total{method="GET",path="/site_backup.zip",status="404"} 1 http_requests_total{method="GET",path="/site_backup.zst",status="404"} 1 http_requests_total{method="GET",path="/siteground.zip",status="429"} 2 http_requests_total{method="GET",path="/sitemap.xml",status="404"} 3 http_requests_total{method="GET",path="/sitemaps/.env",status="404"} 1 http_requests_total{method="GET",path="/sitemaps/.env",status="429"} 1 http_requests_total{method="GET",path="/sites.7z",status="404"} 1 http_requests_total{method="GET",path="/sites.bz2",status="404"} 1 http_requests_total{method="GET",path="/sites.gz",status="404"} 1 http_requests_total{method="GET",path="/sites.rar",status="404"} 1 http_requests_total{method="GET",path="/sites.sql",status="404"} 1 http_requests_total{method="GET",path="/sites.sql.bz2",status="404"} 1 http_requests_total{method="GET",path="/sites.sql.gz",status="404"} 1 http_requests_total{method="GET",path="/sites.tar",status="404"} 1 http_requests_total{method="GET",path="/sites.tar.bz2",status="404"} 1 http_requests_total{method="GET",path="/sites.tar.gz",status="404"} 1 http_requests_total{method="GET",path="/sites.tar.xz",status="404"} 1 http_requests_total{method="GET",path="/sites.tgz",status="404"} 1 http_requests_total{method="GET",path="/sites.zip",status="404"} 1 http_requests_total{method="GET",path="/sites.zip",status="429"} 2 http_requests_total{method="GET",path="/sites.zst",status="404"} 1 http_requests_total{method="GET",path="/size.php",status="404"} 1 http_requests_total{method="GET",path="/sketch.zip",status="429"} 2 http_requests_total{method="GET",path="/sky.php",status="404"} 4 http_requests_total{method="GET",path="/slack.zip",status="429"} 2 http_requests_total{method="GET",path="/sms.py",status="404"} 7 http_requests_total{method="GET",path="/smtp.zip",status="429"} 2 http_requests_total{method="GET",path="/smtp/.env",status="404"} 1 http_requests_total{method="GET",path="/smtp/.env",status="429"} 1 http_requests_total{method="GET",path="/smtp/phpinfo.php",status="429"} 2 http_requests_total{method="GET",path="/snapchat.zip",status="429"} 2 http_requests_total{method="GET",path="/snapshot.zip",status="429"} 2 http_requests_total{method="GET",path="/soap.zip",status="429"} 2 http_requests_total{method="GET",path="/social.zip",status="429"} 2 http_requests_total{method="GET",path="/software/*.cgi",status="429"} 2 http_requests_total{method="GET",path="/software/install-updates.cgi",status="429"} 2 http_requests_total{method="GET",path="/software/update.cgi",status="429"} 2 http_requests_total{method="GET",path="/son.php",status="404"} 1 http_requests_total{method="GET",path="/son.php",status="429"} 1 http_requests_total{method="GET",path="/son1.php",status="404"} 1 http_requests_total{method="GET",path="/son1.php",status="429"} 1 http_requests_total{method="GET",path="/sounds.zip",status="429"} 2 http_requests_total{method="GET",path="/source.7z",status="404"} 1 http_requests_total{method="GET",path="/source.bz2",status="404"} 1 http_requests_total{method="GET",path="/source.gz",status="404"} 1 http_requests_total{method="GET",path="/source.rar",status="404"} 1 http_requests_total{method="GET",path="/source.sql",status="404"} 1 http_requests_total{method="GET",path="/source.sql.bz2",status="404"} 1 http_requests_total{method="GET",path="/source.sql.gz",status="404"} 1 http_requests_total{method="GET",path="/source.tar",status="404"} 1 http_requests_total{method="GET",path="/source.tar.bz2",status="404"} 1 http_requests_total{method="GET",path="/source.tar.gz",status="404"} 1 http_requests_total{method="GET",path="/source.tar.xz",status="404"} 1 http_requests_total{method="GET",path="/source.tgz",status="404"} 1 http_requests_total{method="GET",path="/source.zip",status="404"} 1 http_requests_total{method="GET",path="/source.zip",status="429"} 2 http_requests_total{method="GET",path="/source.zst",status="404"} 1 http_requests_total{method="GET",path="/source/.env",status="429"} 2 http_requests_total{method="GET",path="/sources.zip",status="429"} 2 http_requests_total{method="GET",path="/sources/.env",status="404"} 1 http_requests_total{method="GET",path="/sources/.env",status="429"} 1 http_requests_total{method="GET",path="/sparkpost/.env",status="404"} 1 http_requests_total{method="GET",path="/sparkpost/.env",status="429"} 1 http_requests_total{method="GET",path="/spawns.php",status="404"} 1 http_requests_total{method="GET",path="/spawns.php",status="429"} 1 http_requests_total{method="GET",path="/special.zip",status="429"} 2 http_requests_total{method="GET",path="/splunk.zip",status="429"} 2 http_requests_total{method="GET",path="/sprites.zip",status="429"} 2 http_requests_total{method="GET",path="/sql.zip",status="404"} 1 http_requests_total{method="GET",path="/sql.zip",status="429"} 1 http_requests_total{method="GET",path="/sql/.env",status="429"} 2 http_requests_total{method="GET",path="/sqlite.zip",status="429"} 2 http_requests_total{method="GET",path="/sqllite.zip",status="429"} 2 http_requests_total{method="GET",path="/sqlserver.zip",status="404"} 1 http_requests_total{method="GET",path="/sqlserver.zip",status="429"} 1 http_requests_total{method="GET",path="/src.7z",status="404"} 1 http_requests_total{method="GET",path="/src.bz2",status="404"} 1 http_requests_total{method="GET",path="/src.gz",status="404"} 1 http_requests_total{method="GET",path="/src.rar",status="404"} 1 http_requests_total{method="GET",path="/src.sql",status="404"} 1 http_requests_total{method="GET",path="/src.sql.bz2",status="404"} 1 http_requests_total{method="GET",path="/src.sql.gz",status="404"} 1 http_requests_total{method="GET",path="/src.tar",status="404"} 1 http_requests_total{method="GET",path="/src.tar.bz2",status="404"} 1 http_requests_total{method="GET",path="/src.tar.gz",status="404"} 1 http_requests_total{method="GET",path="/src.tar.xz",status="404"} 1 http_requests_total{method="GET",path="/src.tgz",status="404"} 1 http_requests_total{method="GET",path="/src.zip",status="404"} 1 http_requests_total{method="GET",path="/src.zip",status="429"} 2 http_requests_total{method="GET",path="/src.zst",status="404"} 1 http_requests_total{method="GET",path="/src/.env",status="404"} 3 http_requests_total{method="GET",path="/src/.env",status="429"} 8 http_requests_total{method="GET",path="/src/.git/config",status="429"} 1 http_requests_total{method="GET",path="/src/FileUpload.js",status="429"} 2 http_requests_total{method="GET",path="/src/app.js",status="404"} 1 http_requests_total{method="GET",path="/src/app.js",status="429"} 1 http_requests_total{method="GET",path="/src/app/api/aws/route.ts",status="404"} 1 http_requests_total{method="GET",path="/src/aws-exports.js",status="404"} 2 http_requests_total{method="GET",path="/src/aws-exports.js",status="429"} 17 http_requests_total{method="GET",path="/src/aws-exports.ts",status="404"} 1 http_requests_total{method="GET",path="/src/aws/auth.ts",status="404"} 1 http_requests_total{method="GET",path="/src/config.js",status="404"} 1 http_requests_total{method="GET",path="/src/config.js",status="429"} 18 http_requests_total{method="GET",path="/src/config/common.js",status="429"} 2 http_requests_total{method="GET",path="/src/config/config.json",status="429"} 2 http_requests_total{method="GET",path="/src/config/constants.js",status="429"} 2 http_requests_total{method="GET",path="/src/config/environment.json",status="429"} 2 http_requests_total{method="GET",path="/src/config/stripe.js",status="429"} 2 http_requests_total{method="GET",path="/src/config/stripe.ts",status="429"} 2 http_requests_total{method="GET",path="/src/constant.js",status="429"} 2 http_requests_total{method="GET",path="/src/constants.js",status="429"} 2 http_requests_total{method="GET",path="/src/env.js",status="404"} 1 http_requests_total{method="GET",path="/src/env.js",status="429"} 1 http_requests_total{method="GET",path="/src/lib/aws.js",status="404"} 1 http_requests_total{method="GET",path="/src/lib/aws.js",status="429"} 18 http_requests_total{method="GET",path="/src/pages/api/aws.ts",status="404"} 1 http_requests_total{method="GET",path="/srv.zip",status="429"} 2 http_requests_total{method="GET",path="/srv/.env",status="429"} 2 http_requests_total{method="GET",path="/ss.php",status="404"} 4 http_requests_total{method="GET",path="/ssl.zip",status="429"} 2 http_requests_total{method="GET",path="/ssl/private.key",status="404"} 1 http_requests_total{method="GET",path="/stable.zip",status="429"} 2 http_requests_total{method="GET",path="/stage.7z",status="404"} 1 http_requests_total{method="GET",path="/stage.bz2",status="404"} 1 http_requests_total{method="GET",path="/stage.gz",status="404"} 1 http_requests_total{method="GET",path="/stage.rar",status="404"} 1 http_requests_total{method="GET",path="/stage.sql",status="404"} 1 http_requests_total{method="GET",path="/stage.sql.bz2",status="404"} 1 http_requests_total{method="GET",path="/stage.sql.gz",status="404"} 1 http_requests_total{method="GET",path="/stage.tar",status="404"} 1 http_requests_total{method="GET",path="/stage.tar.bz2",status="404"} 1 http_requests_total{method="GET",path="/stage.tar.gz",status="404"} 1 http_requests_total{method="GET",path="/stage.tar.xz",status="404"} 1 http_requests_total{method="GET",path="/stage.tgz",status="404"} 1 http_requests_total{method="GET",path="/stage.zip",status="404"} 1 http_requests_total{method="GET",path="/stage.zst",status="404"} 1 http_requests_total{method="GET",path="/stage/.env",status="429"} 5 http_requests_total{method="GET",path="/staging.7z",status="404"} 1 http_requests_total{method="GET",path="/staging.bz2",status="404"} 1 http_requests_total{method="GET",path="/staging.gz",status="404"} 1 http_requests_total{method="GET",path="/staging.rar",status="404"} 1 http_requests_total{method="GET",path="/staging.sql",status="404"} 1 http_requests_total{method="GET",path="/staging.sql.bz2",status="404"} 1 http_requests_total{method="GET",path="/staging.sql.gz",status="404"} 1 http_requests_total{method="GET",path="/staging.tar",status="404"} 1 http_requests_total{method="GET",path="/staging.tar.bz2",status="404"} 1 http_requests_total{method="GET",path="/staging.tar.gz",status="404"} 1 http_requests_total{method="GET",path="/staging.tar.xz",status="404"} 1 http_requests_total{method="GET",path="/staging.tgz",status="404"} 1 http_requests_total{method="GET",path="/staging.zip",status="404"} 1 http_requests_total{method="GET",path="/staging.zip",status="429"} 2 http_requests_total{method="GET",path="/staging.zst",status="404"} 1 http_requests_total{method="GET",path="/staging/.env",status="404"} 1 http_requests_total{method="GET",path="/staging/.env",status="429"} 5 http_requests_total{method="GET",path="/staging/config.js",status="429"} 2 http_requests_total{method="GET",path="/staging/config/common.js",status="429"} 2 http_requests_total{method="GET",path="/staging/config/config.js",status="429"} 2 http_requests_total{method="GET",path="/staging/config/constants.js",status="429"} 2 http_requests_total{method="GET",path="/staging/phpinfo.php",status="429"} 1 http_requests_total{method="GET",path="/standard.zip",status="429"} 2 http_requests_total{method="GET",path="/static.zip",status="404"} 1 http_requests_total{method="GET",path="/static.zip",status="429"} 1 http_requests_total{method="GET",path="/static/.git/config",status="429"} 1 http_requests_total{method="GET",path="/static/aws-config.js",status="404"} 2 http_requests_total{method="GET",path="/static/aws-config.js",status="429"} 15 http_requests_total{method="GET",path="/static/chunks/pages/aws.js",status="404"} 1 http_requests_total{method="GET",path="/static/chunks/pages/aws.js",status="429"} 18 http_requests_total{method="GET",path="/static/config.js",status="404"} 1 http_requests_total{method="GET",path="/static/config.js",status="429"} 18 http_requests_total{method="GET",path="/static/env.js",status="404"} 2 http_requests_total{method="GET",path="/static/env.js",status="429"} 17 http_requests_total{method="GET",path="/static/js/2.ca066a4b.chunk.js",status="404"} 7 http_requests_total{method="GET",path="/static/js/2.ca066a4b.chunk.js",status="429"} 15 http_requests_total{method="GET",path="/static/js/main.141b0494.js",status="404"} 8 http_requests_total{method="GET",path="/static/js/main.141b0494.js",status="429"} 14 http_requests_total{method="GET",path="/static/js/main.e85f7a37.js",status="404"} 7 http_requests_total{method="GET",path="/static/js/main.e85f7a37.js",status="429"} 15 http_requests_total{method="GET",path="/static/manifest.json",status="404"} 3 http_requests_total{method="GET",path="/static/manifest.json",status="429"} 17 http_requests_total{method="GET",path="/statistics.zip",status="429"} 2 http_requests_total{method="GET",path="/stats.json",status="404"} 5 http_requests_total{method="GET",path="/stats.json",status="429"} 16 http_requests_total{method="GET",path="/status.php",status="429"} 2 http_requests_total{method="GET",path="/stg/.env",status="404"} 1 http_requests_total{method="GET",path="/stg/.env",status="429"} 1 http_requests_total{method="GET",path="/storage.7z",status="404"} 1 http_requests_total{method="GET",path="/storage.bz2",status="404"} 1 http_requests_total{method="GET",path="/storage.gz",status="404"} 1 http_requests_total{method="GET",path="/storage.rar",status="404"} 1 http_requests_total{method="GET",path="/storage.sql",status="404"} 1 http_requests_total{method="GET",path="/storage.sql.bz2",status="404"} 1 http_requests_total{method="GET",path="/storage.sql.gz",status="404"} 1 http_requests_total{method="GET",path="/storage.tar",status="404"} 1 http_requests_total{method="GET",path="/storage.tar.bz2",status="404"} 1 http_requests_total{method="GET",path="/storage.tar.gz",status="404"} 1 http_requests_total{method="GET",path="/storage.tar.xz",status="404"} 1 http_requests_total{method="GET",path="/storage.tgz",status="404"} 1 http_requests_total{method="GET",path="/storage.zip",status="404"} 1 http_requests_total{method="GET",path="/storage.zst",status="404"} 1 http_requests_total{method="GET",path="/storage/.env",status="404"} 1 http_requests_total{method="GET",path="/storage/.env",status="429"} 3 http_requests_total{method="GET",path="/storage/logs/laravel.log",status="404"} 9 http_requests_total{method="GET",path="/store.zip",status="429"} 2 http_requests_total{method="GET",path="/store/.env",status="404"} 1 http_requests_total{method="GET",path="/store/.env",status="429"} 3 http_requests_total{method="GET",path="/stripe-credentials.json",status="429"} 2 http_requests_total{method="GET",path="/stripe-keys.json",status="429"} 2 http_requests_total{method="GET",path="/stripe.config.js",status="429"} 2 http_requests_total{method="GET",path="/stripe.env",status="429"} 2 http_requests_total{method="GET",path="/stripe.json",status="429"} 2 http_requests_total{method="GET",path="/stripe.yaml",status="429"} 2 http_requests_total{method="GET",path="/stripe/.env",status="429"} 2 http_requests_total{method="GET",path="/stripe/config.json",status="429"} 2 http_requests_total{method="GET",path="/style.php",status="404"} 1 http_requests_total{method="GET",path="/subdomain.zip",status="429"} 2 http_requests_total{method="GET",path="/super.php",status="404"} 1 http_requests_total{method="GET",path="/support.zip",status="429"} 2 http_requests_total{method="GET",path="/svelte/.env",status="429"} 1 http_requests_total{method="GET",path="/svn.zip",status="429"} 2 http_requests_total{method="GET",path="/swagger-ui-bundle.js",status="404"} 3 http_requests_total{method="GET",path="/swagger-ui-bundle.js",status="429"} 14 http_requests_total{method="GET",path="/swagger-ui-standalone-preset.js",status="404"} 2 http_requests_total{method="GET",path="/swagger-ui-standalone-preset.js",status="429"} 16 http_requests_total{method="GET",path="/swagger-ui.html",status="404"} 5 http_requests_total{method="GET",path="/swagger.js",status="404"} 7 http_requests_total{method="GET",path="/swagger.js",status="429"} 15 http_requests_total{method="GET",path="/swagger.json",status="404"} 12 http_requests_total{method="GET",path="/swagger.json",status="429"} 19 http_requests_total{method="GET",path="/swagger.yaml",status="404"} 1 http_requests_total{method="GET",path="/swagger.yaml",status="429"} 1 http_requests_total{method="GET",path="/swagger/doc.json",status="200"} 2 http_requests_total{method="GET",path="/swagger/doc.json",status="429"} 18 http_requests_total{method="GET",path="/swagger/favicon-16x16.png",status="200"} 2 http_requests_total{method="GET",path="/swagger/favicon-32x32.png",status="200"} 2 http_requests_total{method="GET",path="/swagger/index.html",status="200"} 36 http_requests_total{method="GET",path="/swagger/index.html",status="429"} 1 http_requests_total{method="GET",path="/swagger/index.js",status="404"} 6 http_requests_total{method="GET",path="/swagger/properties.json",status="404"} 5 http_requests_total{method="GET",path="/swagger/properties.json",status="429"} 18 http_requests_total{method="GET",path="/swagger/swagger-ui-bundle.js",status="200"} 15 http_requests_total{method="GET",path="/swagger/swagger-ui-bundle.js.map",status="200"} 2 http_requests_total{method="GET",path="/swagger/swagger-ui-standalone-preset.js",status="200"} 14 http_requests_total{method="GET",path="/swagger/swagger-ui-standalone-preset.js.map",status="200"} 2 http_requests_total{method="GET",path="/swagger/swagger-ui.css",status="200"} 3 http_requests_total{method="GET",path="/swagger/v1/swagger.json",status="404"} 5 http_requests_total{method="GET",path="/swagger/v1/swagger.json",status="429"} 18 http_requests_total{method="GET",path="/sx.php",status="404"} 2 http_requests_total{method="GET",path="/sx_pms.php",status="404"} 2 http_requests_total{method="GET",path="/symfony.7z",status="404"} 1 http_requests_total{method="GET",path="/symfony.bz2",status="404"} 1 http_requests_total{method="GET",path="/symfony.gz",status="404"} 1 http_requests_total{method="GET",path="/symfony.rar",status="404"} 1 http_requests_total{method="GET",path="/symfony.sql",status="404"} 1 http_requests_total{method="GET",path="/symfony.sql.bz2",status="404"} 1 http_requests_total{method="GET",path="/symfony.sql.gz",status="404"} 1 http_requests_total{method="GET",path="/symfony.tar",status="404"} 1 http_requests_total{method="GET",path="/symfony.tar.bz2",status="404"} 1 http_requests_total{method="GET",path="/symfony.tar.gz",status="404"} 1 http_requests_total{method="GET",path="/symfony.tar.xz",status="404"} 1 http_requests_total{method="GET",path="/symfony.tgz",status="404"} 1 http_requests_total{method="GET",path="/symfony.zip",status="404"} 1 http_requests_total{method="GET",path="/symfony.zip",status="429"} 2 http_requests_total{method="GET",path="/symfony.zst",status="404"} 1 http_requests_total{method="GET",path="/symfony/.env",status="404"} 1 http_requests_total{method="GET",path="/symfony/.env",status="429"} 1 http_requests_total{method="GET",path="/symfony/.git/config",status="429"} 1 http_requests_total{method="GET",path="/symfony/_profiler/phpinfo",status="429"} 2 http_requests_total{method="GET",path="/sync.zip",status="429"} 2 http_requests_total{method="GET",path="/sys.php",status="404"} 3 http_requests_total{method="GET",path="/sys.zip",status="429"} 2 http_requests_total{method="GET",path="/sys/info.php",status="429"} 2 http_requests_total{method="GET",path="/sys/phpinfo.php",status="429"} 2 http_requests_total{method="GET",path="/sysadmin/.env",status="404"} 1 http_requests_total{method="GET",path="/sysadmin/.env",status="429"} 1 http_requests_total{method="GET",path="/sysinfo.cgi",status="429"} 2 http_requests_total{method="GET",path="/system.php",status="404"} 1 http_requests_total{method="GET",path="/system.php",status="429"} 2 http_requests_total{method="GET",path="/system.zip",status="429"} 2 http_requests_total{method="GET",path="/system/.env",status="429"} 2 http_requests_total{method="GET",path="/system/info.php",status="429"} 2 http_requests_total{method="GET",path="/system_log.php",status="404"} 3 http_requests_total{method="GET",path="/t.php",status="404"} 1 http_requests_total{method="GET",path="/t.php",status="429"} 1 http_requests_total{method="GET",path="/t00l.php",status="404"} 1 http_requests_total{method="GET",path="/t3s.php",status="404"} 1 http_requests_total{method="GET",path="/taff.php",status="404"} 1 http_requests_total{method="GET",path="/tailwind.config.js",status="404"} 2 http_requests_total{method="GET",path="/tailwind.config.js",status="429"} 9 http_requests_total{method="GET",path="/taktak.php",status="404"} 1 http_requests_total{method="GET",path="/tasks.zip",status="429"} 2 http_requests_total{method="GET",path="/team.zip",status="429"} 2 http_requests_total{method="GET",path="/teams/*",status="429"} 2 http_requests_total{method="GET",path="/telegram.zip",status="429"} 2 http_requests_total{method="GET",path="/telescope/requests",status="404"} 10 http_requests_total{method="GET",path="/temp.php",status="429"} 2 http_requests_total{method="GET",path="/temp.zip",status="429"} 2 http_requests_total{method="GET",path="/temp/.env",status="404"} 1 http_requests_total{method="GET",path="/temp/.env",status="429"} 3 http_requests_total{method="GET",path="/template-cloudformation.yaml",status="404"} 1 http_requests_total{method="GET",path="/template.yaml",status="429"} 2 http_requests_total{method="GET",path="/template.yml",status="404"} 1 http_requests_total{method="GET",path="/templates.zip",status="429"} 2 http_requests_total{method="GET",path="/temporary.zip",status="404"} 1 http_requests_total{method="GET",path="/temporary.zip",status="429"} 1 http_requests_total{method="GET",path="/term.php",status="404"} 3 http_requests_total{method="GET",path="/terms.zip",status="429"} 2 http_requests_total{method="GET",path="/terraform.tfstate",status="404"} 1 http_requests_total{method="GET",path="/terraform.tfstate",status="429"} 2 http_requests_total{method="GET",path="/terraform.tfstate.backup",status="429"} 2 http_requests_total{method="GET",path="/terraform.tfvars",status="404"} 1 http_requests_total{method="GET",path="/terraform.tfvars",status="429"} 2 http_requests_total{method="GET",path="/terraform.tfvars.json",status="404"} 4 http_requests_total{method="GET",path="/terraform.tfvars.json",status="429"} 15 http_requests_total{method="GET",path="/terraform/.env",status="429"} 1 http_requests_total{method="GET",path="/terraform/terraform.tfvars.json",status="404"} 1 http_requests_total{method="GET",path="/terraform/terraform.tfvars.json",status="429"} 1 http_requests_total{method="GET",path="/tes.php",status="404"} 1 http_requests_total{method="GET",path="/tes.php",status="429"} 1 http_requests_total{method="GET",path="/test",status="429"} 2 http_requests_total{method="GET",path="/test.7z",status="404"} 1 http_requests_total{method="GET",path="/test.bz2",status="404"} 1 http_requests_total{method="GET",path="/test.gz",status="404"} 1 http_requests_total{method="GET",path="/test.php",status="404"} 14 http_requests_total{method="GET",path="/test.php",status="429"} 5 http_requests_total{method="GET",path="/test.rar",status="404"} 1 http_requests_total{method="GET",path="/test.sql",status="404"} 1 http_requests_total{method="GET",path="/test.sql.bz2",status="404"} 1 http_requests_total{method="GET",path="/test.sql.gz",status="404"} 1 http_requests_total{method="GET",path="/test.tar",status="404"} 1 http_requests_total{method="GET",path="/test.tar.bz2",status="404"} 1 http_requests_total{method="GET",path="/test.tar.gz",status="404"} 1 http_requests_total{method="GET",path="/test.tar.xz",status="404"} 1 http_requests_total{method="GET",path="/test.tgz",status="404"} 1 http_requests_total{method="GET",path="/test.zip",status="404"} 1 http_requests_total{method="GET",path="/test.zip",status="429"} 2 http_requests_total{method="GET",path="/test.zst",status="404"} 1 http_requests_total{method="GET",path="/test/.env",status="429"} 5 http_requests_total{method="GET",path="/test/index.php",status="429"} 2 http_requests_total{method="GET",path="/test/info.php",status="429"} 2 http_requests_total{method="GET",path="/test/php.php",status="429"} 2 http_requests_total{method="GET",path="/test/phpinfo.php",status="404"} 1 http_requests_total{method="GET",path="/test/phpinfo.php",status="429"} 3 http_requests_total{method="GET",path="/test/testing.php",status="429"} 2 http_requests_total{method="GET",path="/test1.php",status="404"} 5 http_requests_total{method="GET",path="/testing.zip",status="429"} 2 http_requests_total{method="GET",path="/testing/.env",status="429"} 2 http_requests_total{method="GET",path="/testing/info.php",status="429"} 2 http_requests_total{method="GET",path="/testing/php.php",status="429"} 2 http_requests_total{method="GET",path="/testing/phpinfo.php",status="429"} 2 http_requests_total{method="GET",path="/tests/info.php",status="429"} 2 http_requests_total{method="GET",path="/tests/phpinfo.php",status="404"} 1 http_requests_total{method="GET",path="/tests/phpinfo.php",status="429"} 1 http_requests_total{method="GET",path="/tews.php",status="404"} 1 http_requests_total{method="GET",path="/textures.zip",status="429"} 2 http_requests_total{method="GET",path="/tfm.php",status="404"} 1 http_requests_total{method="GET",path="/tgrs.php",status="404"} 2 http_requests_total{method="GET",path="/themes.php",status="404"} 6 http_requests_total{method="GET",path="/themes.zip",status="429"} 2 http_requests_total{method="GET",path="/themes/twentytwentytwo/index.php",status="404"} 2 http_requests_total{method="GET",path="/this_is_a_new_hello_world.php",status="404"} 4 http_requests_total{method="GET",path="/threads/*",status="404"} 1 http_requests_total{method="GET",path="/threads/*",status="429"} 1 http_requests_total{method="GET",path="/tiktok.zip",status="429"} 2 http_requests_total{method="GET",path="/tiny.php",status="404"} 2 http_requests_total{method="GET",path="/tiny.php",status="429"} 1 http_requests_total{method="GET",path="/tiny2.php",status="404"} 1 http_requests_total{method="GET",path="/tires.php",status="404"} 6 http_requests_total{method="GET",path="/tires.php",status="429"} 1 http_requests_total{method="GET",path="/tls.zip",status="429"} 2 http_requests_total{method="GET",path="/tmp.php",status="404"} 1 http_requests_total{method="GET",path="/tmp.zip",status="429"} 2 http_requests_total{method="GET",path="/tmp/.env",status="404"} 1 http_requests_total{method="GET",path="/tmp/.env",status="429"} 3 http_requests_total{method="GET",path="/tmp/phpinfo.php",status="404"} 1 http_requests_total{method="GET",path="/tmp/phpinfo.php",status="429"} 3 http_requests_total{method="GET",path="/tokens.zip",status="429"} 2 http_requests_total{method="GET",path="/toml.zip",status="429"} 2 http_requests_total{method="GET",path="/ton.php",status="404"} 3 http_requests_total{method="GET",path="/tool.php",status="404"} 2 http_requests_total{method="GET",path="/tools.zip",status="429"} 2 http_requests_total{method="GET",path="/tools/.env",status="404"} 1 http_requests_total{method="GET",path="/tools/.env",status="429"} 1 http_requests_total{method="GET",path="/tor.php",status="404"} 1 http_requests_total{method="GET",path="/torsa1.php",status="404"} 2 http_requests_total{method="GET",path="/trace.axd",status="404"} 10 http_requests_total{method="GET",path="/traces.zip",status="429"} 2 http_requests_total{method="GET",path="/tramuibs.php",status="404"} 1 http_requests_total{method="GET",path="/transactional/.env",status="404"} 1 http_requests_total{method="GET",path="/transactional/.env",status="429"} 1 http_requests_total{method="GET",path="/travis/.env",status="429"} 1 http_requests_total{method="GET",path="/trpc/*",status="429"} 2 http_requests_total{method="GET",path="/tsconfig.app.json",status="429"} 17 http_requests_total{method="GET",path="/tsconfig.json",status="429"} 17 http_requests_total{method="GET",path="/tsconfig.spec.json",status="404"} 3 http_requests_total{method="GET",path="/tsconfig.spec.json",status="429"} 12 http_requests_total{method="GET",path="/tutorial.zip",status="429"} 2 http_requests_total{method="GET",path="/tvnyptja.php",status="404"} 1 http_requests_total{method="GET",path="/twitter.zip",status="429"} 2 http_requests_total{method="GET",path="/tx1.php",status="404"} 2 http_requests_total{method="GET",path="/tx78.php",status="404"} 2 http_requests_total{method="GET",path="/tx79.php",status="404"} 4 http_requests_total{method="GET",path="/txets.php",status="404"} 4 http_requests_total{method="GET",path="/typo3.zip",status="429"} 2 http_requests_total{method="GET",path="/uat.zip",status="429"} 2 http_requests_total{method="GET",path="/uat/.env",status="429"} 1 http_requests_total{method="GET",path="/uat/phpinfo.php",status="429"} 1 http_requests_total{method="GET",path="/ui.zip",status="429"} 2 http_requests_total{method="GET",path="/unique.zip",status="429"} 2 http_requests_total{method="GET",path="/unity.zip",status="429"} 2 http_requests_total{method="GET",path="/universal.zip",status="429"} 2 http_requests_total{method="GET",path="/unreal.zip",status="429"} 2 http_requests_total{method="GET",path="/unvouc.php",status="404"} 1 http_requests_total{method="GET",path="/up4.php",status="404"} 2 http_requests_total{method="GET",path="/update/f35.php",status="404"} 1 http_requests_total{method="GET",path="/upload.zip",status="429"} 2 http_requests_total{method="GET",path="/upload/.env",status="429"} 2 http_requests_total{method="GET",path="/upload/phpinfo.php",status="429"} 2 http_requests_total{method="GET",path="/upload/wp-info.php",status="404"} 1 http_requests_total{method="GET",path="/uploads.7z",status="404"} 1 http_requests_total{method="GET",path="/uploads.bz2",status="404"} 1 http_requests_total{method="GET",path="/uploads.gz",status="404"} 1 http_requests_total{method="GET",path="/uploads.rar",status="404"} 1 http_requests_total{method="GET",path="/uploads.sql",status="404"} 1 http_requests_total{method="GET",path="/uploads.sql.bz2",status="404"} 1 http_requests_total{method="GET",path="/uploads.sql.gz",status="404"} 1 http_requests_total{method="GET",path="/uploads.tar",status="404"} 1 http_requests_total{method="GET",path="/uploads.tar.bz2",status="404"} 1 http_requests_total{method="GET",path="/uploads.tar.gz",status="404"} 1 http_requests_total{method="GET",path="/uploads.tar.xz",status="404"} 1 http_requests_total{method="GET",path="/uploads.tgz",status="404"} 1 http_requests_total{method="GET",path="/uploads.zip",status="404"} 1 http_requests_total{method="GET",path="/uploads.zip",status="429"} 2 http_requests_total{method="GET",path="/uploads.zst",status="404"} 1 http_requests_total{method="GET",path="/uploads/",status="404"} 1 http_requests_total{method="GET",path="/uploads/.env",status="404"} 1 http_requests_total{method="GET",path="/uploads/.env",status="429"} 3 http_requests_total{method="GET",path="/uploads/autoload_classmap.php",status="404"} 1 http_requests_total{method="GET",path="/uploads/autoload_classmap.php",status="429"} 1 http_requests_total{method="GET",path="/uploads/phpinfo.php",status="429"} 2 http_requests_total{method="GET",path="/usep.php",status="404"} 1 http_requests_total{method="GET",path="/user-panel/.env",status="429"} 1 http_requests_total{method="GET",path="/user/*",status="429"} 2 http_requests_total{method="GET",path="/user/.env",status="429"} 2 http_requests_total{method="GET",path="/user/config/config.js",status="404"} 8 http_requests_total{method="GET",path="/user/config/config.js",status="429"} 13 http_requests_total{method="GET",path="/user/controllers/index.js",status="404"} 7 http_requests_total{method="GET",path="/user/controllers/index.js",status="429"} 15 http_requests_total{method="GET",path="/users.php",status="404"} 1 http_requests_total{method="GET",path="/users.zip",status="429"} 2 http_requests_total{method="GET",path="/usr.zip",status="429"} 2 http_requests_total{method="GET",path="/ut.php",status="404"} 1 http_requests_total{method="GET",path="/utilities.zip",status="429"} 2 http_requests_total{method="GET",path="/utils.js",status="404"} 2 http_requests_total{method="GET",path="/utils.js",status="429"} 15 http_requests_total{method="GET",path="/uuu.php",status="404"} 2 http_requests_total{method="GET",path="/uwa.php",status="404"} 1 http_requests_total{method="GET",path="/uwu.php",status="404"} 1 http_requests_total{method="GET",path="/ux.zip",status="429"} 2 http_requests_total{method="GET",path="/v.php",status="404"} 1 http_requests_total{method="GET",path="/v1.zip",status="429"} 2 http_requests_total{method="GET",path="/v1/*",status="429"} 2 http_requests_total{method="GET",path="/v1/.env",status="404"} 1 http_requests_total{method="GET",path="/v1/.env",status="429"} 5 http_requests_total{method="GET",path="/v1/.git/config",status="404"} 1 http_requests_total{method="GET",path="/v1/phpinfo.php",status="429"} 2 http_requests_total{method="GET",path="/v2.php",status="404"} 1 http_requests_total{method="GET",path="/v2.zip",status="429"} 2 http_requests_total{method="GET",path="/v2/*",status="429"} 2 http_requests_total{method="GET",path="/v2/.env",status="404"} 1 http_requests_total{method="GET",path="/v2/.env",status="429"} 5 http_requests_total{method="GET",path="/v2/.git/config",status="404"} 1 http_requests_total{method="GET",path="/v2/_catalog",status="404"} 10 http_requests_total{method="GET",path="/v2/api-docs",status="404"} 5 http_requests_total{method="GET",path="/v2/phpinfo.php",status="429"} 2 http_requests_total{method="GET",path="/v3.zip",status="429"} 2 http_requests_total{method="GET",path="/v3/.env",status="404"} 1 http_requests_total{method="GET",path="/v3/.env",status="429"} 5 http_requests_total{method="GET",path="/v3/.git/config",status="404"} 1 http_requests_total{method="GET",path="/v3/api-docs",status="404"} 5 http_requests_total{method="GET",path="/v3/phpinfo.php",status="404"} 1 http_requests_total{method="GET",path="/v3/phpinfo.php",status="429"} 1 http_requests_total{method="GET",path="/vanda.php",status="404"} 1 http_requests_total{method="GET",path="/var.7z",status="404"} 1 http_requests_total{method="GET",path="/var.bz2",status="404"} 1 http_requests_total{method="GET",path="/var.gz",status="404"} 1 http_requests_total{method="GET",path="/var.rar",status="404"} 1 http_requests_total{method="GET",path="/var.sql",status="404"} 1 http_requests_total{method="GET",path="/var.sql.bz2",status="404"} 1 http_requests_total{method="GET",path="/var.sql.gz",status="404"} 1 http_requests_total{method="GET",path="/var.tar",status="404"} 1 http_requests_total{method="GET",path="/var.tar.bz2",status="404"} 1 http_requests_total{method="GET",path="/var.tar.gz",status="404"} 1 http_requests_total{method="GET",path="/var.tar.xz",status="404"} 1 http_requests_total{method="GET",path="/var.tgz",status="404"} 1 http_requests_total{method="GET",path="/var.zip",status="404"} 2 http_requests_total{method="GET",path="/var.zip",status="429"} 1 http_requests_total{method="GET",path="/var.zst",status="404"} 1 http_requests_total{method="GET",path="/var/log/app.log",status="404"} 1 http_requests_total{method="GET",path="/var/task/amplify.yaml",status="429"} 2 http_requests_total{method="GET",path="/var/task/amplify.yml",status="429"} 2 http_requests_total{method="GET",path="/var/task/amplify/backend/function/*/src/index.js",status="429"} 2 http_requests_total{method="GET",path="/var/task/docker-compose.yaml",status="429"} 2 http_requests_total{method="GET",path="/var/task/docker-compose.yml",status="429"} 2 http_requests_total{method="GET",path="/var/task/netlify.toml",status="429"} 2 http_requests_total{method="GET",path="/var/task/next.config.js",status="429"} 2 http_requests_total{method="GET",path="/var/task/next.config.mjs",status="429"} 2 http_requests_total{method="GET",path="/var/task/next.config.ts",status="429"} 2 http_requests_total{method="GET",path="/var/task/nuxt.config.js",status="404"} 1 http_requests_total{method="GET",path="/var/task/nuxt.config.js",status="429"} 1 http_requests_total{method="GET",path="/var/task/nuxt.config.ts",status="404"} 1 http_requests_total{method="GET",path="/var/task/nuxt.config.ts",status="429"} 1 http_requests_total{method="GET",path="/var/task/package.json",status="429"} 2 http_requests_total{method="GET",path="/var/task/serverless.json",status="429"} 2 http_requests_total{method="GET",path="/var/task/serverless.yaml",status="404"} 1 http_requests_total{method="GET",path="/var/task/serverless.yaml",status="429"} 1 http_requests_total{method="GET",path="/var/task/serverless.yml",status="429"} 2 http_requests_total{method="GET",path="/var/task/vercel.json",status="429"} 2 http_requests_total{method="GET",path="/var/www/.env",status="429"} 3 http_requests_total{method="GET",path="/var/www/html/.env",status="429"} 3 http_requests_total{method="GET",path="/varb.php",status="404"} 2 http_requests_total{method="GET",path="/vee.php",status="404"} 1 http_requests_total{method="GET",path="/vendor.zip",status="429"} 2 http_requests_total{method="GET",path="/vendor/.env",status="404"} 1 http_requests_total{method="GET",path="/vendor/.env",status="429"} 3 http_requests_total{method="GET",path="/vercel.json",status="429"} 2 http_requests_total{method="GET",path="/version1.zip",status="429"} 2 http_requests_total{method="GET",path="/version2.zip",status="429"} 2 http_requests_total{method="GET",path="/version3.zip",status="429"} 2 http_requests_total{method="GET",path="/vgtyu.php",status="404"} 1 http_requests_total{method="GET",path="/videos.zip",status="429"} 2 http_requests_total{method="GET",path="/view.php",status="404"} 2 http_requests_total{method="GET",path="/view.php",status="429"} 1 http_requests_total{method="GET",path="/vite.config.js",status="404"} 2 http_requests_total{method="GET",path="/vite.config.js",status="429"} 18 http_requests_total{method="GET",path="/vite/.env",status="429"} 1 http_requests_total{method="GET",path="/vite/manifest.json",status="404"} 2 http_requests_total{method="GET",path="/vite/manifest.json",status="429"} 16 http_requests_total{method="GET",path="/vps.zip",status="429"} 2 http_requests_total{method="GET",path="/vue.zip",status="429"} 2 http_requests_total{method="GET",path="/vue/.env",status="429"} 1 http_requests_total{method="GET",path="/vultr.zip",status="429"} 2 http_requests_total{method="GET",path="/vv.php",status="404"} 2 http_requests_total{method="GET",path="/vx.php",status="404"} 5 http_requests_total{method="GET",path="/w.php",status="404"} 6 http_requests_total{method="GET",path="/w2025.php",status="404"} 1 http_requests_total{method="GET",path="/waku/*",status="429"} 2 http_requests_total{method="GET",path="/wan.php",status="404"} 1 http_requests_total{method="GET",path="/we.php",status="404"} 3 http_requests_total{method="GET",path="/we2.php",status="404"} 2 http_requests_total{method="GET",path="/web.7z",status="404"} 1 http_requests_total{method="GET",path="/web.bz2",status="404"} 1 http_requests_total{method="GET",path="/web.config",status="404"} 2 http_requests_total{method="GET",path="/web.gz",status="404"} 1 http_requests_total{method="GET",path="/web.rar",status="404"} 1 http_requests_total{method="GET",path="/web.sql",status="404"} 1 http_requests_total{method="GET",path="/web.sql.bz2",status="404"} 1 http_requests_total{method="GET",path="/web.sql.gz",status="404"} 1 http_requests_total{method="GET",path="/web.tar",status="404"} 1 http_requests_total{method="GET",path="/web.tar.bz2",status="404"} 1 http_requests_total{method="GET",path="/web.tar.gz",status="404"} 1 http_requests_total{method="GET",path="/web.tar.xz",status="404"} 1 http_requests_total{method="GET",path="/web.tgz",status="404"} 1 http_requests_total{method="GET",path="/web.zip",status="404"} 2 http_requests_total{method="GET",path="/web.zip",status="429"} 1 http_requests_total{method="GET",path="/web.zst",status="404"} 1 http_requests_total{method="GET",path="/web/.env",status="404"} 8 http_requests_total{method="GET",path="/web/.env",status="429"} 8 http_requests_total{method="GET",path="/web/.git/config",status="404"} 1 http_requests_total{method="GET",path="/web/app.js",status="429"} 2 http_requests_total{method="GET",path="/web/config/common.js",status="429"} 2 http_requests_total{method="GET",path="/web/config/constants.js",status="429"} 2 http_requests_total{method="GET",path="/web/constant.js",status="429"} 2 http_requests_total{method="GET",path="/web/constants.js",status="429"} 2 http_requests_total{method="GET",path="/web/env.js",status="429"} 2 http_requests_total{method="GET",path="/web/info.php",status="404"} 1 http_requests_total{method="GET",path="/web/info.php",status="429"} 1 http_requests_total{method="GET",path="/web/php.php",status="429"} 2 http_requests_total{method="GET",path="/web/phpinfo.php",status="429"} 2 http_requests_total{method="GET",path="/webadmin/.env",status="429"} 2 http_requests_total{method="GET",path="/webapps.zip",status="429"} 2 http_requests_total{method="GET",path="/webhook",status="404"} 1 http_requests_total{method="GET",path="/webhook",status="429"} 1 http_requests_total{method="GET",path="/webhook-test/*",status="429"} 2 http_requests_total{method="GET",path="/webhook-waiting/*",status="429"} 2 http_requests_total{method="GET",path="/webhook/*",status="429"} 2 http_requests_total{method="GET",path="/webhooks/incoming/stripe.json",status="429"} 2 http_requests_total{method="GET",path="/webindex.php",status="404"} 2 http_requests_total{method="GET",path="/webmail.zip",status="429"} 2 http_requests_total{method="GET",path="/webmail/phpinfo.php",status="404"} 1 http_requests_total{method="GET",path="/webmail/phpinfo.php",status="429"} 1 http_requests_total{method="GET",path="/webmin.zip",status="429"} 2 http_requests_total{method="GET",path="/webmin/package-updates/update.cgi",status="429"} 2 http_requests_total{method="GET",path="/webpack-stats.json",status="404"} 7 http_requests_total{method="GET",path="/webpack-stats.json",status="429"} 4 http_requests_total{method="GET",path="/webroot/index.php/_environment",status="404"} 1 http_requests_total{method="GET",path="/webroot/index.php/_environment",status="429"} 1 http_requests_total{method="GET",path="/webservice.zip",status="404"} 1 http_requests_total{method="GET",path="/webservice.zip",status="429"} 1 http_requests_total{method="GET",path="/webservices.zip",status="429"} 2 http_requests_total{method="GET",path="/website.zip",status="404"} 1 http_requests_total{method="GET",path="/website.zip",status="429"} 1 http_requests_total{method="GET",path="/website/.env",status="404"} 7 http_requests_total{method="GET",path="/website/.env",status="429"} 2 http_requests_total{method="GET",path="/website_backup.7z",status="404"} 1 http_requests_total{method="GET",path="/website_backup.bz2",status="404"} 1 http_requests_total{method="GET",path="/website_backup.gz",status="404"} 1 http_requests_total{method="GET",path="/website_backup.rar",status="404"} 1 http_requests_total{method="GET",path="/website_backup.sql",status="404"} 1 http_requests_total{method="GET",path="/website_backup.sql.bz2",status="404"} 1 http_requests_total{method="GET",path="/website_backup.sql.gz",status="404"} 1 http_requests_total{method="GET",path="/website_backup.tar",status="404"} 1 http_requests_total{method="GET",path="/website_backup.tar.bz2",status="404"} 1 http_requests_total{method="GET",path="/website_backup.tar.gz",status="404"} 1 http_requests_total{method="GET",path="/website_backup.tar.xz",status="404"} 1 http_requests_total{method="GET",path="/website_backup.tgz",status="404"} 1 http_requests_total{method="GET",path="/website_backup.zip",status="404"} 1 http_requests_total{method="GET",path="/website_backup.zst",status="404"} 1 http_requests_total{method="GET",path="/websites.zip",status="429"} 2 http_requests_total{method="GET",path="/wee.php",status="404"} 1 http_requests_total{method="GET",path="/wefile.php",status="404"} 2 http_requests_total{method="GET",path="/wehrman.php",status="404"} 1 http_requests_total{method="GET",path="/wen.php",status="404"} 2 http_requests_total{method="GET",path="/wfile.php",status="404"} 1 http_requests_total{method="GET",path="/wgift1.php",status="429"} 1 http_requests_total{method="GET",path="/whatsapp.zip",status="429"} 2 http_requests_total{method="GET",path="/whm.zip",status="429"} 2 http_requests_total{method="GET",path="/whs73au5.php",status="404"} 1 http_requests_total{method="GET",path="/wi.php",status="404"} 1 http_requests_total{method="GET",path="/wikindex.php",status="404"} 1 http_requests_total{method="GET",path="/wk/index.php",status="404"} 3 http_requests_total{method="GET",path="/wmore1.php",status="404"} 2 http_requests_total{method="GET",path="/woocommerce.zip",status="429"} 2 http_requests_total{method="GET",path="/wordpress-2024.zip",status="429"} 2 http_requests_total{method="GET",path="/wordpress-20240527.zip",status="429"} 2 http_requests_total{method="GET",path="/wordpress-admin.zip",status="429"} 2 http_requests_total{method="GET",path="/wordpress-backup.zip",status="429"} 2 http_requests_total{method="GET",path="/wordpress-complete.zip",status="429"} 2 http_requests_total{method="GET",path="/wordpress-config.zip",status="429"} 2 http_requests_total{method="GET",path="/wordpress-files.zip",status="429"} 2 http_requests_total{method="GET",path="/wordpress-full.zip",status="429"} 2 http_requests_total{method="GET",path="/wordpress-site.zip",status="429"} 2 http_requests_total{method="GET",path="/wordpress.7z",status="404"} 1 http_requests_total{method="GET",path="/wordpress.bz2",status="404"} 1 http_requests_total{method="GET",path="/wordpress.gz",status="404"} 1 http_requests_total{method="GET",path="/wordpress.rar",status="404"} 1 http_requests_total{method="GET",path="/wordpress.sql",status="404"} 1 http_requests_total{method="GET",path="/wordpress.sql.bz2",status="404"} 1 http_requests_total{method="GET",path="/wordpress.sql.gz",status="404"} 1 http_requests_total{method="GET",path="/wordpress.tar",status="404"} 1 http_requests_total{method="GET",path="/wordpress.tar.bz2",status="404"} 1 http_requests_total{method="GET",path="/wordpress.tar.gz",status="404"} 1 http_requests_total{method="GET",path="/wordpress.tar.xz",status="404"} 1 http_requests_total{method="GET",path="/wordpress.tgz",status="404"} 1 http_requests_total{method="GET",path="/wordpress.zip",status="404"} 1 http_requests_total{method="GET",path="/wordpress.zip",status="429"} 2 http_requests_total{method="GET",path="/wordpress.zst",status="404"} 1 http_requests_total{method="GET",path="/wordpress/.env",status="404"} 1 http_requests_total{method="GET",path="/wordpress/.env",status="429"} 3 http_requests_total{method="GET",path="/wordpress/.git/config",status="404"} 1 http_requests_total{method="GET",path="/wordpress/wp-admin/maint/",status="404"} 1 http_requests_total{method="GET",path="/work.zip",status="429"} 2 http_requests_total{method="GET",path="/worker/.env",status="429"} 1 http_requests_total{method="GET",path="/workflow.zip",status="429"} 2 http_requests_total{method="GET",path="/worksec.php",status="404"} 1 http_requests_total{method="GET",path="/workspaces/*",status="429"} 2 http_requests_total{method="GET",path="/wornnessesal.php",status="404"} 1 http_requests_total{method="GET",path="/wp-2019.php",status="404"} 1 http_requests_total{method="GET",path="/wp-2024.zip",status="429"} 2 http_requests_total{method="GET",path="/wp-20240527.zip",status="404"} 1 http_requests_total{method="GET",path="/wp-20240527.zip",status="429"} 1 http_requests_total{method="GET",path="/wp-Blogs.php",status="404"} 1 http_requests_total{method="GET",path="/wp-access.php",status="404"} 4 http_requests_total{method="GET",path="/wp-act.php",status="404"} 3 http_requests_total{method="GET",path="/wp-act.php",status="429"} 1 http_requests_total{method="GET",path="/wp-admin.php",status="404"} 1 http_requests_total{method="GET",path="/wp-admin.zip",status="404"} 1 http_requests_total{method="GET",path="/wp-admin.zip",status="429"} 1 http_requests_total{method="GET",path="/wp-admin/",status="404"} 5 http_requests_total{method="GET",path="/wp-admin/a.php",status="404"} 1 http_requests_total{method="GET",path="/wp-admin/about.php",status="404"} 2 http_requests_total{method="GET",path="/wp-admin/admin-ajax.php",status="404"} 1 http_requests_total{method="GET",path="/wp-admin/alfa.php",status="404"} 1 http_requests_total{method="GET",path="/wp-admin/css/",status="404"} 4 http_requests_total{method="GET",path="/wp-admin/css/bolt.php",status="404"} 3 http_requests_total{method="GET",path="/wp-admin/css/colors",status="404"} 1 http_requests_total{method="GET",path="/wp-admin/css/colors/",status="404"} 2 http_requests_total{method="GET",path="/wp-admin/css/colors/blue/",status="404"} 1 http_requests_total{method="GET",path="/wp-admin/css/colors/blue/file.php",status="404"} 3 http_requests_total{method="GET",path="/wp-admin/css/colors/blue/index.php",status="404"} 2 http_requests_total{method="GET",path="/wp-admin/css/colors/coffee/index.php",status="404"} 2 http_requests_total{method="GET",path="/wp-admin/css/colors/ectoplasm/",status="404"} 1 http_requests_total{method="GET",path="/wp-admin/css/colors/index.php",status="404"} 2 http_requests_total{method="GET",path="/wp-admin/css/colors/midnight/",status="404"} 2 http_requests_total{method="GET",path="/wp-admin/css/colors/midnight/about.php",status="404"} 2 http_requests_total{method="GET",path="/wp-admin/css/colors/modern/",status="404"} 2 http_requests_total{method="GET",path="/wp-admin/css/colour.php",status="404"} 1 http_requests_total{method="GET",path="/wp-admin/css/index.php",status="404"} 3 http_requests_total{method="GET",path="/wp-admin/css/wp-conflg.php",status="404"} 2 http_requests_total{method="GET",path="/wp-admin/images/",status="404"} 2 http_requests_total{method="GET",path="/wp-admin/images/admin.php",status="404"} 2 http_requests_total{method="GET",path="/wp-admin/includes/index.php",status="429"} 1 http_requests_total{method="GET",path="/wp-admin/js/",status="404"} 5 http_requests_total{method="GET",path="/wp-admin/js/fi.php",status="404"} 1 http_requests_total{method="GET",path="/wp-admin/js/index.php",status="404"} 2 http_requests_total{method="GET",path="/wp-admin/js/widgets/",status="404"} 2 http_requests_total{method="GET",path="/wp-admin/js/wp-conflg.php",status="404"} 2 http_requests_total{method="GET",path="/wp-admin/maint/about.php",status="404"} 2 http_requests_total{method="GET",path="/wp-admin/maint/admin.php",status="404"} 4 http_requests_total{method="GET",path="/wp-admin/maint/index.php",status="404"} 3 http_requests_total{method="GET",path="/wp-admin/maint/maint.php",status="404"} 2 http_requests_total{method="GET",path="/wp-admin/maint/wp-is.php",status="404"} 1 http_requests_total{method="GET",path="/wp-admin/network/",status="404"} 2 http_requests_total{method="GET",path="/wp-admin/network/edit.php",status="404"} 1 http_requests_total{method="GET",path="/wp-admin/network/index.php",status="404"} 2 http_requests_total{method="GET",path="/wp-admin/network/plugins.php",status="404"} 2 http_requests_total{method="GET",path="/wp-admin/network/wp-conflg.php",status="404"} 2 http_requests_total{method="GET",path="/wp-admin/phpinfo.php",status="429"} 1 http_requests_total{method="GET",path="/wp-admin/txets.php",status="404"} 1 http_requests_total{method="GET",path="/wp-admin/user/about.php",status="404"} 1 http_requests_total{method="GET",path="/wp-admin/user/about.php",status="429"} 1 http_requests_total{method="GET",path="/wp-admin/user/index.php",status="404"} 2 http_requests_total{method="GET",path="/wp-admin/wp-conflg.php",status="404"} 2 http_requests_total{method="GET",path="/wp-aothait.php",status="404"} 2 http_requests_total{method="GET",path="/wp-at.php",status="404"} 3 http_requests_total{method="GET",path="/wp-backup.zip",status="429"} 2 http_requests_total{method="GET",path="/wp-blink.php",status="404"} 1 http_requests_total{method="GET",path="/wp-block.php",status="404"} 3 http_requests_total{method="GET",path="/wp-block.php",status="429"} 1 http_requests_total{method="GET",path="/wp-blog-header.php",status="404"} 2 http_requests_total{method="GET",path="/wp-blog.php",status="404"} 2 http_requests_total{method="GET",path="/wp-blog.php",status="429"} 1 http_requests_total{method="GET",path="/wp-blogs.php",status="404"} 2 http_requests_total{method="GET",path="/wp-ccv.php",status="404"} 1 http_requests_total{method="GET",path="/wp-class.php",status="404"} 1 http_requests_total{method="GET",path="/wp-commentin.php",status="404"} 1 http_requests_total{method="GET",path="/wp-complete.zip",status="429"} 2 http_requests_total{method="GET",path="/wp-conf.php",status="404"} 1 http_requests_total{method="GET",path="/wp-config",status="404"} 7 http_requests_total{method="GET",path="/wp-config-sample.php",status="404"} 3 http_requests_total{method="GET",path="/wp-config.php",status="404"} 8 http_requests_total{method="GET",path="/wp-config.php",status="429"} 2 http_requests_total{method="GET",path="/wp-config.php.backup",status="404"} 1 http_requests_total{method="GET",path="/wp-config.php.bak",status="404"} 9 http_requests_total{method="GET",path="/wp-config.php.bak",status="429"} 3 http_requests_total{method="GET",path="/wp-config.php.new",status="429"} 2 http_requests_total{method="GET",path="/wp-config.php.old",status="404"} 4 http_requests_total{method="GET",path="/wp-config.php.old",status="429"} 3 http_requests_total{method="GET",path="/wp-config.php.save",status="404"} 1 http_requests_total{method="GET",path="/wp-config.php.swp",status="404"} 1 http_requests_total{method="GET",path="/wp-config.php.txt",status="404"} 1 http_requests_total{method="GET",path="/wp-config.zip",status="429"} 2 http_requests_total{method="GET",path="/wp-conflg.php",status="404"} 2 http_requests_total{method="GET",path="/wp-content.7z",status="404"} 1 http_requests_total{method="GET",path="/wp-content.bz2",status="404"} 1 http_requests_total{method="GET",path="/wp-content.gz",status="404"} 1 http_requests_total{method="GET",path="/wp-content.rar",status="404"} 1 http_requests_total{method="GET",path="/wp-content.sql",status="404"} 1 http_requests_total{method="GET",path="/wp-content.sql.bz2",status="404"} 1 http_requests_total{method="GET",path="/wp-content.sql.gz",status="404"} 1 http_requests_total{method="GET",path="/wp-content.tar",status="404"} 1 http_requests_total{method="GET",path="/wp-content.tar.bz2",status="404"} 1 http_requests_total{method="GET",path="/wp-content.tar.gz",status="404"} 1 http_requests_total{method="GET",path="/wp-content.tar.xz",status="404"} 1 http_requests_total{method="GET",path="/wp-content.tgz",status="404"} 1 http_requests_total{method="GET",path="/wp-content.zip",status="404"} 1 http_requests_total{method="GET",path="/wp-content.zst",status="404"} 1 http_requests_total{method="GET",path="/wp-content/",status="404"} 1 http_requests_total{method="GET",path="/wp-content/.git/config",status="429"} 1 http_requests_total{method="GET",path="/wp-content/admin.php",status="404"} 6 http_requests_total{method="GET",path="/wp-content/cache/",status="404"} 2 http_requests_total{method="GET",path="/wp-content/debug.log",status="404"} 1 http_requests_total{method="GET",path="/wp-content/debug.log",status="429"} 2 http_requests_total{method="GET",path="/wp-content/index.php",status="404"} 4 http_requests_total{method="GET",path="/wp-content/index.php",status="429"} 1 http_requests_total{method="GET",path="/wp-content/mysql.sql",status="429"} 2 http_requests_total{method="GET",path="/wp-content/plugins/WordPressCore/",status="404"} 1 http_requests_total{method="GET",path="/wp-content/plugins/admin.php",status="404"} 2 http_requests_total{method="GET",path="/wp-content/plugins/core-plugin/include.php",status="404"} 1 http_requests_total{method="GET",path="/wp-content/plugins/hellopress/wp_filemanager.php",status="404"} 18 http_requests_total{method="GET",path="/wp-content/plugins/hellopress/wp_mna.php",status="404"} 1 http_requests_total{method="GET",path="/wp-content/plugins/index.php",status="404"} 4 http_requests_total{method="GET",path="/wp-content/plugins/pwnd/as.php",status="404"} 1 http_requests_total{method="GET",path="/wp-content/radio.php",status="404"} 3 http_requests_total{method="GET",path="/wp-content/themes/",status="404"} 2 http_requests_total{method="GET",path="/wp-content/themes/about.php",status="404"} 2 http_requests_total{method="GET",path="/wp-content/themes/admin.php",status="404"} 1 http_requests_total{method="GET",path="/wp-content/themes/admin.php",status="429"} 1 http_requests_total{method="GET",path="/wp-content/themes/hideo/network.php",status="404"} 1 http_requests_total{method="GET",path="/wp-content/themes/index.php",status="404"} 2 http_requests_total{method="GET",path="/wp-content/themes/twentytwenty/404.php",status="404"} 2 http_requests_total{method="GET",path="/wp-content/themes/twentytwentytwo/index.php",status="404"} 2 http_requests_total{method="GET",path="/wp-content/themes/txets.php",status="404"} 1 http_requests_total{method="GET",path="/wp-content/upgrade/about.php",status="404"} 2 http_requests_total{method="GET",path="/wp-content/upgrade/index.php",status="404"} 2 http_requests_total{method="GET",path="/wp-content/uploads/",status="404"} 4 http_requests_total{method="GET",path="/wp-content/uploads/admin.php",status="404"} 1 http_requests_total{method="GET",path="/wp-content/uploads/goods.php",status="404"} 2 http_requests_total{method="GET",path="/wp-content/uploads/index.php",status="404"} 2 http_requests_total{method="GET",path="/wp-content/x/index.php",status="404"} 2 http_requests_total{method="GET",path="/wp-cron.php",status="404"} 1 http_requests_total{method="GET",path="/wp-der.php",status="404"} 1 http_requests_total{method="GET",path="/wp-editor.php",status="404"} 1 http_requests_total{method="GET",path="/wp-file.php",status="404"} 1 http_requests_total{method="GET",path="/wp-files.zip",status="429"} 2 http_requests_total{method="GET",path="/wp-firewall.php",status="404"} 3 http_requests_total{method="GET",path="/wp-full.zip",status="429"} 2 http_requests_total{method="GET",path="/wp-good.php",status="404"} 7 http_requests_total{method="GET",path="/wp-good.php",status="429"} 1 http_requests_total{method="GET",path="/wp-includes.7z",status="404"} 1 http_requests_total{method="GET",path="/wp-includes.bz2",status="404"} 1 http_requests_total{method="GET",path="/wp-includes.gz",status="404"} 1 http_requests_total{method="GET",path="/wp-includes.rar",status="404"} 1 http_requests_total{method="GET",path="/wp-includes.sql",status="404"} 1 http_requests_total{method="GET",path="/wp-includes.sql.bz2",status="404"} 1 http_requests_total{method="GET",path="/wp-includes.sql.gz",status="404"} 1 http_requests_total{method="GET",path="/wp-includes.tar",status="404"} 1 http_requests_total{method="GET",path="/wp-includes.tar.bz2",status="404"} 1 http_requests_total{method="GET",path="/wp-includes.tar.gz",status="404"} 1 http_requests_total{method="GET",path="/wp-includes.tar.xz",status="404"} 1 http_requests_total{method="GET",path="/wp-includes.tgz",status="404"} 1 http_requests_total{method="GET",path="/wp-includes.zip",status="404"} 1 http_requests_total{method="GET",path="/wp-includes.zst",status="404"} 1 http_requests_total{method="GET",path="/wp-includes/",status="404"} 2 http_requests_total{method="GET",path="/wp-includes/ID3/",status="404"} 2 http_requests_total{method="GET",path="/wp-includes/ID3/about.php",status="404"} 3 http_requests_total{method="GET",path="/wp-includes/ID3/index.php",status="404"} 2 http_requests_total{method="GET",path="/wp-includes/IXR/index.php",status="404"} 1 http_requests_total{method="GET",path="/wp-includes/IXR/index.php",status="429"} 1 http_requests_total{method="GET",path="/wp-includes/IXR/test1.php",status="404"} 1 http_requests_total{method="GET",path="/wp-includes/PHPMailer/",status="404"} 1 http_requests_total{method="GET",path="/wp-includes/Requests/src/Response/about.php",status="404"} 1 http_requests_total{method="GET",path="/wp-includes/SimplePie/",status="404"} 1 http_requests_total{method="GET",path="/wp-includes/SimplePie/admin.php",status="404"} 1 http_requests_total{method="GET",path="/wp-includes/SimplePie/admin.php",status="429"} 1 http_requests_total{method="GET",path="/wp-includes/SimplePie/wp-login.php",status="404"} 2 http_requests_total{method="GET",path="/wp-includes/Text/Diff/Engine/about.php",status="404"} 1 http_requests_total{method="GET",path="/wp-includes/assets/index.php",status="404"} 2 http_requests_total{method="GET",path="/wp-includes/block-bindings/",status="404"} 2 http_requests_total{method="GET",path="/wp-includes/block-patterns/index.php",status="404"} 2 http_requests_total{method="GET",path="/wp-includes/blocks/audio/",status="404"} 2 http_requests_total{method="GET",path="/wp-includes/blocks/buttons/",status="429"} 1 http_requests_total{method="GET",path="/wp-includes/blocks/details/",status="404"} 1 http_requests_total{method="GET",path="/wp-includes/blocks/details/",status="429"} 1 http_requests_total{method="GET",path="/wp-includes/blocks/post-comments-form/",status="404"} 2 http_requests_total{method="GET",path="/wp-includes/blocks/shortcode/index.php",status="404"} 2 http_requests_total{method="GET",path="/wp-includes/customize/about.php",status="404"} 2 http_requests_total{method="GET",path="/wp-includes/fonts/about.php",status="404"} 1 http_requests_total{method="GET",path="/wp-includes/fonts/index.php",status="404"} 2 http_requests_total{method="GET",path="/wp-includes/html-api/",status="404"} 2 http_requests_total{method="GET",path="/wp-includes/images/",status="404"} 2 http_requests_total{method="GET",path="/wp-includes/images/smilies/",status="404"} 2 http_requests_total{method="GET",path="/wp-includes/images/smilies/about.php",status="404"} 2 http_requests_total{method="GET",path="/wp-includes/images/wp-login.php",status="404"} 2 http_requests_total{method="GET",path="/wp-includes/js/",status="404"} 2 http_requests_total{method="GET",path="/wp-includes/js/codemirror/index.php",status="404"} 2 http_requests_total{method="GET",path="/wp-includes/js/crop/",status="404"} 1 http_requests_total{method="GET",path="/wp-includes/js/crop/",status="429"} 1 http_requests_total{method="GET",path="/wp-includes/js/crop/cropper.php",status="404"} 1 http_requests_total{method="GET",path="/wp-includes/js/tinymce/plugins/compat3x/css/",status="404"} 2 http_requests_total{method="GET",path="/wp-includes/php-compat/",status="404"} 1 http_requests_total{method="GET",path="/wp-includes/php-compat/",status="429"} 1 http_requests_total{method="GET",path="/wp-includes/pomo/",status="404"} 2 http_requests_total{method="GET",path="/wp-includes/rest-api/",status="404"} 2 http_requests_total{method="GET",path="/wp-includes/style-engine/about.php",status="404"} 2 http_requests_total{method="GET",path="/wp-includes/style-engine/autoload_classmap.php",status="404"} 2 http_requests_total{method="GET",path="/wp-includes/style-engine/index.php",status="404"} 2 http_requests_total{method="GET",path="/wp-includes/theme-compat/wp-login.php",status="429"} 1 http_requests_total{method="GET",path="/wp-includes/txets.php",status="404"} 1 http_requests_total{method="GET",path="/wp-indx.php",status="404"} 2 http_requests_total{method="GET",path="/wp-info.php",status="404"} 3 http_requests_total{method="GET",path="/wp-json/",status="404"} 2 http_requests_total{method="GET",path="/wp-json/gravitysmtp/v1/config",status="404"} 1 http_requests_total{method="GET",path="/wp-json/gravitysmtp/v1/settings",status="404"} 1 http_requests_total{method="GET",path="/wp-json/gravitysmtp/v1/tests/mock-data",status="404"} 9 http_requests_total{method="GET",path="/wp-json/gravitysmtp/v1/tests/mock-data",status="429"} 2 http_requests_total{method="GET",path="/wp-json/wp/v2/settings",status="404"} 1 http_requests_total{method="GET",path="/wp-json/wp/v2/users",status="429"} 2 http_requests_total{method="GET",path="/wp-k7djufwez2.php",status="404"} 1 http_requests_total{method="GET",path="/wp-kd4xalrg7m.php",status="404"} 3 http_requests_total{method="GET",path="/wp-kz.php",status="404"} 4 http_requests_total{method="GET",path="/wp-link-poer.php",status="404"} 1 http_requests_total{method="GET",path="/wp-link-snpm.php",status="404"} 2 http_requests_total{method="GET",path="/wp-link-spm.php",status="404"} 2 http_requests_total{method="GET",path="/wp-links-opml.php",status="404"} 1 http_requests_total{method="GET",path="/wp-links.php",status="404"} 1 http_requests_total{method="GET",path="/wp-load.php",status="404"} 4 http_requests_total{method="GET",path="/wp-login.php",status="404"} 12 http_requests_total{method="GET",path="/wp-login.php",status="429"} 1 http_requests_total{method="GET",path="/wp-lvminl.php",status="404"} 1 http_requests_total{method="GET",path="/wp-mail.php",status="404"} 3 http_requests_total{method="GET",path="/wp-p2r3q9c8k4.php",status="404"} 2 http_requests_total{method="GET",path="/wp-png.php",status="404"} 3 http_requests_total{method="GET",path="/wp-sanita.php",status="404"} 1 http_requests_total{method="GET",path="/wp-signin.php",status="404"} 1 http_requests_total{method="GET",path="/wp-sing.php",status="404"} 1 http_requests_total{method="GET",path="/wp-site.zip",status="429"} 2 http_requests_total{method="GET",path="/wp-slss.php",status="404"} 3 http_requests_total{method="GET",path="/wp-su.php",status="404"} 1 http_requests_total{method="GET",path="/wp-temp.php",status="404"} 2 http_requests_total{method="GET",path="/wp-test.php",status="404"} 2 http_requests_total{method="GET",path="/wp-the.php",status="404"} 7 http_requests_total{method="GET",path="/wp-theme.php",status="404"} 1 http_requests_total{method="GET",path="/wp-thi.php",status="404"} 3 http_requests_total{method="GET",path="/wp-tiroto.php",status="404"} 1 http_requests_total{method="GET",path="/wp-tivate.php",status="404"} 1 http_requests_total{method="GET",path="/wp-trackback.php",status="404"} 6 http_requests_total{method="GET",path="/wp-trackback.php",status="429"} 1 http_requests_total{method="GET",path="/wp-update.php",status="404"} 1 http_requests_total{method="GET",path="/wp-ver.php",status="404"} 2 http_requests_total{method="GET",path="/wp-wz.php",status="404"} 1 http_requests_total{method="GET",path="/wp-xme.php",status="404"} 1 http_requests_total{method="GET",path="/wp.php",status="404"} 5 http_requests_total{method="GET",path="/wp.php",status="429"} 3 http_requests_total{method="GET",path="/wp.zip",status="429"} 2 http_requests_total{method="GET",path="/wp/.env",status="404"} 1 http_requests_total{method="GET",path="/wp/.env",status="429"} 3 http_requests_total{method="GET",path="/wp4.php",status="429"} 1 http_requests_total{method="GET",path="/wp5.php",status="404"} 3 http_requests_total{method="GET",path="/wp9.php",status="404"} 2 http_requests_total{method="GET",path="/wp_mail_smtp.ini",status="429"} 4 http_requests_total{method="GET",path="/wplink.php",status="404"} 1 http_requests_total{method="GET",path="/wplogbak.php",status="404"} 1 http_requests_total{method="GET",path="/wpo.php",status="404"} 2 http_requests_total{method="GET",path="/wps.php",status="404"} 3 http_requests_total{method="GET",path="/wpx.php",status="404"} 1 http_requests_total{method="GET",path="/wpxml.php",status="404"} 4 http_requests_total{method="GET",path="/wrangler.toml",status="404"} 1 http_requests_total{method="GET",path="/wrt.php",status="404"} 2 http_requests_total{method="GET",path="/ws.php",status="404"} 2 http_requests_total{method="GET",path="/ws49.php",status="404"} 1 http_requests_total{method="GET",path="/ws60.php",status="404"} 2 http_requests_total{method="GET",path="/ws73.php",status="404"} 1 http_requests_total{method="GET",path="/ws75.php",status="404"} 1 http_requests_total{method="GET",path="/ws77.php",status="404"} 1 http_requests_total{method="GET",path="/ws78.php",status="404"} 2 http_requests_total{method="GET",path="/ws78.php",status="429"} 1 http_requests_total{method="GET",path="/ws80.php",status="404"} 3 http_requests_total{method="GET",path="/ws81.php",status="404"} 3 http_requests_total{method="GET",path="/ws83.php",status="404"} 2 http_requests_total{method="GET",path="/ws84.php",status="404"} 1 http_requests_total{method="GET",path="/ws85.php",status="404"} 3 http_requests_total{method="GET",path="/ws86.php",status="404"} 2 http_requests_total{method="GET",path="/ws87.php",status="404"} 2 http_requests_total{method="GET",path="/ws88.php",status="404"} 2 http_requests_total{method="GET",path="/wsd.php",status="404"} 3 http_requests_total{method="GET",path="/wso.php",status="404"} 3 http_requests_total{method="GET",path="/wso112233.php",status="404"} 1 http_requests_total{method="GET",path="/wsr2.php",status="404"} 1 http_requests_total{method="GET",path="/wsx.php",status="404"} 1 http_requests_total{method="GET",path="/wtiiy.php",status="404"} 2 http_requests_total{method="GET",path="/wtz.php",status="404"} 2 http_requests_total{method="GET",path="/wuasr.php",status="404"} 2 http_requests_total{method="GET",path="/wuasr.php",status="429"} 1 http_requests_total{method="GET",path="/ww.php",status="404"} 1 http_requests_total{method="GET",path="/ww.php",status="429"} 1 http_requests_total{method="GET",path="/ww1.php",status="404"} 2 http_requests_total{method="GET",path="/www.7z",status="404"} 1 http_requests_total{method="GET",path="/www.bz2",status="404"} 1 http_requests_total{method="GET",path="/www.gz",status="404"} 1 http_requests_total{method="GET",path="/www.rar",status="404"} 1 http_requests_total{method="GET",path="/www.sql",status="404"} 1 http_requests_total{method="GET",path="/www.sql.bz2",status="404"} 1 http_requests_total{method="GET",path="/www.sql.gz",status="404"} 1 http_requests_total{method="GET",path="/www.tar",status="404"} 1 http_requests_total{method="GET",path="/www.tar.bz2",status="404"} 1 http_requests_total{method="GET",path="/www.tar.gz",status="404"} 1 http_requests_total{method="GET",path="/www.tar.xz",status="404"} 1 http_requests_total{method="GET",path="/www.tgz",status="404"} 1 http_requests_total{method="GET",path="/www.zip",status="404"} 1 http_requests_total{method="GET",path="/www.zip",status="429"} 2 http_requests_total{method="GET",path="/www.zst",status="404"} 1 http_requests_total{method="GET",path="/www/.env",status="404"} 8 http_requests_total{method="GET",path="/www/.env",status="429"} 1 http_requests_total{method="GET",path="/www/.git/config",status="404"} 1 http_requests_total{method="GET",path="/www/phpinfo.php",status="429"} 1 http_requests_total{method="GET",path="/wwwroot.zip",status="404"} 1 http_requests_total{method="GET",path="/wwwroot.zip",status="429"} 1 http_requests_total{method="GET",path="/wxfyf.php",status="404"} 2 http_requests_total{method="GET",path="/wziar1.php",status="404"} 1 http_requests_total{method="GET",path="/x.php",status="404"} 6 http_requests_total{method="GET",path="/x.php",status="429"} 2 http_requests_total{method="GET",path="/x/",status="429"} 1 http_requests_total{method="GET",path="/x0.php",status="404"} 1 http_requests_total{method="GET",path="/x3.php",status="404"} 1 http_requests_total{method="GET",path="/x402.php",status="404"} 2 http_requests_total{method="GET",path="/x402.php",status="429"} 1 http_requests_total{method="GET",path="/x50.php",status="404"} 2 http_requests_total{method="GET",path="/x56.php",status="404"} 2 http_requests_total{method="GET",path="/x=34.php",status="429"} 1 http_requests_total{method="GET",path="/xa.php",status="404"} 2 http_requests_total{method="GET",path="/xa.php",status="429"} 1 http_requests_total{method="GET",path="/xamarin.zip",status="429"} 2 http_requests_total{method="GET",path="/xampp/.env",status="404"} 7 http_requests_total{method="GET",path="/xampp/phpinfo.php",status="404"} 7 http_requests_total{method="GET",path="/xaz.php",status="404"} 2 http_requests_total{method="GET",path="/xb.php",status="404"} 1 http_requests_total{method="GET",path="/xb.php",status="429"} 1 http_requests_total{method="GET",path="/xda.php",status="404"} 3 http_requests_total{method="GET",path="/xff.php",status="404"} 1 http_requests_total{method="GET",path="/xff.php",status="429"} 2 http_requests_total{method="GET",path="/xfun.php",status="404"} 1 http_requests_total{method="GET",path="/xl.php",status="404"} 1 http_requests_total{method="GET",path="/xleetshell.php",status="404"} 1 http_requests_total{method="GET",path="/xltt.php",status="404"} 5 http_requests_total{method="GET",path="/xmff.php",status="404"} 1 http_requests_total{method="GET",path="/xminie.php",status="404"} 2 http_requests_total{method="GET",path="/xml.zip",status="404"} 1 http_requests_total{method="GET",path="/xml.zip",status="429"} 1 http_requests_total{method="GET",path="/xmlrpc.php",status="404"} 7 http_requests_total{method="GET",path="/xmlss.php",status="404"} 1 http_requests_total{method="GET",path="/xmrlpc.php",status="404"} 3 http_requests_total{method="GET",path="/xmu.php",status="404"} 4 http_requests_total{method="GET",path="/xoot.php",status="404"} 1 http_requests_total{method="GET",path="/xper1.php",status="404"} 2 http_requests_total{method="GET",path="/xqq.php",status="404"} 1 http_requests_total{method="GET",path="/xroot7.php",status="404"} 1 http_requests_total{method="GET",path="/xs.php",status="404"} 5 http_requests_total{method="GET",path="/xsas.php",status="404"} 1 http_requests_total{method="GET",path="/xsox.php",status="404"} 1 http_requests_total{method="GET",path="/xstelth.php",status="404"} 2 http_requests_total{method="GET",path="/xstelth.php",status="429"} 1 http_requests_total{method="GET",path="/xv.php",status="404"} 2 http_requests_total{method="GET",path="/xwx1.php",status="404"} 3 http_requests_total{method="GET",path="/xwx1.php",status="429"} 1 http_requests_total{method="GET",path="/xx.php",status="404"} 4 http_requests_total{method="GET",path="/xx.php",status="429"} 2 http_requests_total{method="GET",path="/xxa.php",status="404"} 5 http_requests_total{method="GET",path="/xxl.php",status="404"} 1 http_requests_total{method="GET",path="/xxw.php",status="404"} 2 http_requests_total{method="GET",path="/xxx.php",status="404"} 5 http_requests_total{method="GET",path="/xxx.php",status="429"} 3 http_requests_total{method="GET",path="/yaml.zip",status="429"} 2 http_requests_total{method="GET",path="/yarn.zip",status="429"} 2 http_requests_total{method="GET",path="/yas.php",status="404"} 3 http_requests_total{method="GET",path="/yasnu.php",status="429"} 1 http_requests_total{method="GET",path="/yellow.php",status="404"} 4 http_requests_total{method="GET",path="/yii/.env",status="429"} 1 http_requests_total{method="GET",path="/yml.zip",status="429"} 2 http_requests_total{method="GET",path="/youtube.zip",status="429"} 2 http_requests_total{method="GET",path="/yuzuru1.php",status="404"} 2 http_requests_total{method="GET",path="/yuzuru1.php",status="429"} 1 http_requests_total{method="GET",path="/z.ph",status="429"} 1 http_requests_total{method="GET",path="/z.php",status="404"} 2 http_requests_total{method="GET",path="/z.php",status="429"} 1 http_requests_total{method="GET",path="/z60.php",status="404"} 2 http_requests_total{method="GET",path="/zc-104.php",status="404"} 2 http_requests_total{method="GET",path="/zc-243.php",status="404"} 1 http_requests_total{method="GET",path="/zdd.php",status="404"} 1 http_requests_total{method="GET",path="/zdd.php",status="429"} 1 http_requests_total{method="GET",path="/zde.php",status="404"} 1 http_requests_total{method="GET",path="/zend/.env",status="429"} 1 http_requests_total{method="GET",path="/zero.php",status="404"} 1 http_requests_total{method="GET",path="/zo.php",status="404"} 3 http_requests_total{method="GET",path="/zo.php",status="429"} 1 http_requests_total{method="GET",path="/zogy1.php",status="404"} 1 http_requests_total{method="GET",path="/zoko.php",status="404"} 1 http_requests_total{method="GET",path="/zoo.php",status="404"} 2 http_requests_total{method="GET",path="/zoper.php",status="404"} 1 http_requests_total{method="GET",path="/zoper1.php",status="404"} 3 http_requests_total{method="GET",path="/zwso.php",status="404"} 2 http_requests_total{method="HEAD",path="/",status="405"} 9 http_requests_total{method="HEAD",path="/2017",status="404"} 1 http_requests_total{method="HEAD",path="/2018",status="404"} 1 http_requests_total{method="HEAD",path="/2019",status="404"} 1 http_requests_total{method="HEAD",path="/2020",status="404"} 1 http_requests_total{method="HEAD",path="/2021",status="404"} 1 http_requests_total{method="HEAD",path="/2022",status="404"} 1 http_requests_total{method="HEAD",path="/2023",status="404"} 1 http_requests_total{method="HEAD",path="/2024",status="404"} 1 http_requests_total{method="HEAD",path="/BACKUP",status="404"} 1 http_requests_total{method="HEAD",path="/BLOG",status="404"} 1 http_requests_total{method="HEAD",path="/Backup",status="404"} 1 http_requests_total{method="HEAD",path="/Blog",status="404"} 1 http_requests_total{method="HEAD",path="/NEW",status="404"} 1 http_requests_total{method="HEAD",path="/New",status="404"} 1 http_requests_total{method="HEAD",path="/OLD",status="404"} 1 http_requests_total{method="HEAD",path="/Old",status="404"} 1 http_requests_total{method="HEAD",path="/SHOP",status="404"} 1 http_requests_total{method="HEAD",path="/SITE",status="404"} 1 http_requests_total{method="HEAD",path="/Shop",status="404"} 1 http_requests_total{method="HEAD",path="/Site",status="404"} 1 http_requests_total{method="HEAD",path="/TEST",status="404"} 1 http_requests_total{method="HEAD",path="/Test",status="404"} 1 http_requests_total{method="HEAD",path="/WORDPRESS",status="404"} 1 http_requests_total{method="HEAD",path="/WP",status="404"} 1 http_requests_total{method="HEAD",path="/WWW",status="404"} 1 http_requests_total{method="HEAD",path="/WordPress",status="404"} 1 http_requests_total{method="HEAD",path="/Wordpress",status="404"} 1 http_requests_total{method="HEAD",path="/Wp",status="404"} 1 http_requests_total{method="HEAD",path="/Www",status="404"} 1 http_requests_total{method="HEAD",path="/api/stream/range",status="405"} 1 http_requests_total{method="HEAD",path="/bac",status="404"} 1 http_requests_total{method="HEAD",path="/backup",status="404"} 1 http_requests_total{method="HEAD",path="/bak",status="404"} 1 http_requests_total{method="HEAD",path="/bc",status="404"} 1 http_requests_total{method="HEAD",path="/bk",status="404"} 1 http_requests_total{method="HEAD",path="/blog",status="404"} 1 http_requests_total{method="HEAD",path="/demo",status="404"} 1 http_requests_total{method="HEAD",path="/main",status="404"} 1 http_requests_total{method="HEAD",path="/new",status="404"} 1 http_requests_total{method="HEAD",path="/old",status="404"} 1 http_requests_total{method="HEAD",path="/old-site",status="404"} 1 http_requests_total{method="HEAD",path="/oldsite",status="404"} 1 http_requests_total{method="HEAD",path="/shop",status="404"} 1 http_requests_total{method="HEAD",path="/site",status="404"} 1 http_requests_total{method="HEAD",path="/sitio",status="404"} 1 http_requests_total{method="HEAD",path="/sito",status="404"} 1 http_requests_total{method="HEAD",path="/test",status="404"} 1 http_requests_total{method="HEAD",path="/wordpress",status="404"} 1 http_requests_total{method="HEAD",path="/wp",status="404"} 1 http_requests_total{method="HEAD",path="/wp-json/",status="404"} 2 http_requests_total{method="HEAD",path="/wp-old",status="404"} 1 http_requests_total{method="HEAD",path="/www",status="404"} 1 http_requests_total{method="OPTIONS",path="/",status="405"} 10 http_requests_total{method="POST",path="/",status="405"} 51 http_requests_total{method="POST",path="/api",status="401"} 10 http_requests_total{method="POST",path="/api/gql",status="401"} 10 http_requests_total{method="POST",path="/api/graphql",status="401"} 10 http_requests_total{method="POST",path="/en",status="404"} 1 http_requests_total{method="POST",path="/graphql",status="404"} 10 http_requests_total{method="POST",path="/graphql/api",status="404"} 10 # HELP http_response_size_bytes HTTP response size in bytes # TYPE http_response_size_bytes histogram http_response_size_bytes_bucket{method="GET",path="/",le="100"} 10 http_response_size_bytes_bucket{method="GET",path="/",le="500"} 10 http_response_size_bytes_bucket{method="GET",path="/",le="1000"} 10 http_response_size_bytes_bucket{method="GET",path="/",le="5000"} 492 http_response_size_bytes_bucket{method="GET",path="/",le="10000"} 492 http_response_size_bytes_bucket{method="GET",path="/",le="50000"} 492 http_response_size_bytes_bucket{method="GET",path="/",le="100000"} 492 http_response_size_bytes_bucket{method="GET",path="/",le="500000"} 492 http_response_size_bytes_bucket{method="GET",path="/",le="1e+06"} 492 http_response_size_bytes_bucket{method="GET",path="/",le="+Inf"} 492 http_response_size_bytes_sum{method="GET",path="/"} 621068 http_response_size_bytes_count{method="GET",path="/"} 492 http_response_size_bytes_bucket{method="GET",path="/*",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/*",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/*",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/*",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/*",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/*",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/*",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/*",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/*",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/*",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/*"} 86 http_response_size_bytes_count{method="GET",path="/*"} 2 http_response_size_bytes_bucket{method="GET",path="/*/[id]",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/*/[id]",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/*/[id]",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/*/[id]",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/*/[id]",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/*/[id]",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/*/[id]",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/*/[id]",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/*/[id]",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/*/[id]",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/*/[id]"} 86 http_response_size_bytes_count{method="GET",path="/*/[id]"} 2 http_response_size_bytes_bucket{method="GET",path="/*/[slug]",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/*/[slug]",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/*/[slug]",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/*/[slug]",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/*/[slug]",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/*/[slug]",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/*/[slug]",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/*/[slug]",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/*/[slug]",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/*/[slug]",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/*/[slug]"} 88 http_response_size_bytes_count{method="GET",path="/*/[slug]"} 2 http_response_size_bytes_bucket{method="GET",path="/*update.cgi*",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/*update.cgi*",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/*update.cgi*",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/*update.cgi*",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/*update.cgi*",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/*update.cgi*",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/*update.cgi*",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/*update.cgi*",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/*update.cgi*",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/*update.cgi*",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/*update.cgi*"} 86 http_response_size_bytes_count{method="GET",path="/*update.cgi*"} 2 http_response_size_bytes_bucket{method="GET",path="/..\\..\\..\\..\\..\\..\\var/log/apache2/access.log",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/..\\..\\..\\..\\..\\..\\var/log/apache2/access.log",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/..\\..\\..\\..\\..\\..\\var/log/apache2/access.log",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/..\\..\\..\\..\\..\\..\\var/log/apache2/access.log",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/..\\..\\..\\..\\..\\..\\var/log/apache2/access.log",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/..\\..\\..\\..\\..\\..\\var/log/apache2/access.log",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/..\\..\\..\\..\\..\\..\\var/log/apache2/access.log",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/..\\..\\..\\..\\..\\..\\var/log/apache2/access.log",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/..\\..\\..\\..\\..\\..\\var/log/apache2/access.log",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/..\\..\\..\\..\\..\\..\\var/log/apache2/access.log",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/..\\..\\..\\..\\..\\..\\var/log/apache2/access.log"} 87 http_response_size_bytes_count{method="GET",path="/..\\..\\..\\..\\..\\..\\var/log/apache2/access.log"} 2 http_response_size_bytes_bucket{method="GET",path="/./tailwind.config.js",le="100"} 7 http_response_size_bytes_bucket{method="GET",path="/./tailwind.config.js",le="500"} 7 http_response_size_bytes_bucket{method="GET",path="/./tailwind.config.js",le="1000"} 7 http_response_size_bytes_bucket{method="GET",path="/./tailwind.config.js",le="5000"} 7 http_response_size_bytes_bucket{method="GET",path="/./tailwind.config.js",le="10000"} 7 http_response_size_bytes_bucket{method="GET",path="/./tailwind.config.js",le="50000"} 7 http_response_size_bytes_bucket{method="GET",path="/./tailwind.config.js",le="100000"} 7 http_response_size_bytes_bucket{method="GET",path="/./tailwind.config.js",le="500000"} 7 http_response_size_bytes_bucket{method="GET",path="/./tailwind.config.js",le="1e+06"} 7 http_response_size_bytes_bucket{method="GET",path="/./tailwind.config.js",le="+Inf"} 7 http_response_size_bytes_sum{method="GET",path="/./tailwind.config.js"} 301 http_response_size_bytes_count{method="GET",path="/./tailwind.config.js"} 7 http_response_size_bytes_bucket{method="GET",path="/./tailwind.config.mjs",le="100"} 7 http_response_size_bytes_bucket{method="GET",path="/./tailwind.config.mjs",le="500"} 7 http_response_size_bytes_bucket{method="GET",path="/./tailwind.config.mjs",le="1000"} 7 http_response_size_bytes_bucket{method="GET",path="/./tailwind.config.mjs",le="5000"} 7 http_response_size_bytes_bucket{method="GET",path="/./tailwind.config.mjs",le="10000"} 7 http_response_size_bytes_bucket{method="GET",path="/./tailwind.config.mjs",le="50000"} 7 http_response_size_bytes_bucket{method="GET",path="/./tailwind.config.mjs",le="100000"} 7 http_response_size_bytes_bucket{method="GET",path="/./tailwind.config.mjs",le="500000"} 7 http_response_size_bytes_bucket{method="GET",path="/./tailwind.config.mjs",le="1e+06"} 7 http_response_size_bytes_bucket{method="GET",path="/./tailwind.config.mjs",le="+Inf"} 7 http_response_size_bytes_sum{method="GET",path="/./tailwind.config.mjs"} 301 http_response_size_bytes_count{method="GET",path="/./tailwind.config.mjs"} 7 http_response_size_bytes_bucket{method="GET",path="/.AWS_/credentials",le="100"} 7 http_response_size_bytes_bucket{method="GET",path="/.AWS_/credentials",le="500"} 7 http_response_size_bytes_bucket{method="GET",path="/.AWS_/credentials",le="1000"} 7 http_response_size_bytes_bucket{method="GET",path="/.AWS_/credentials",le="5000"} 7 http_response_size_bytes_bucket{method="GET",path="/.AWS_/credentials",le="10000"} 7 http_response_size_bytes_bucket{method="GET",path="/.AWS_/credentials",le="50000"} 7 http_response_size_bytes_bucket{method="GET",path="/.AWS_/credentials",le="100000"} 7 http_response_size_bytes_bucket{method="GET",path="/.AWS_/credentials",le="500000"} 7 http_response_size_bytes_bucket{method="GET",path="/.AWS_/credentials",le="1e+06"} 7 http_response_size_bytes_bucket{method="GET",path="/.AWS_/credentials",le="+Inf"} 7 http_response_size_bytes_sum{method="GET",path="/.AWS_/credentials"} 301 http_response_size_bytes_count{method="GET",path="/.AWS_/credentials"} 7 http_response_size_bytes_bucket{method="GET",path="/.DS_Store",le="100"} 10 http_response_size_bytes_bucket{method="GET",path="/.DS_Store",le="500"} 10 http_response_size_bytes_bucket{method="GET",path="/.DS_Store",le="1000"} 10 http_response_size_bytes_bucket{method="GET",path="/.DS_Store",le="5000"} 10 http_response_size_bytes_bucket{method="GET",path="/.DS_Store",le="10000"} 10 http_response_size_bytes_bucket{method="GET",path="/.DS_Store",le="50000"} 10 http_response_size_bytes_bucket{method="GET",path="/.DS_Store",le="100000"} 10 http_response_size_bytes_bucket{method="GET",path="/.DS_Store",le="500000"} 10 http_response_size_bytes_bucket{method="GET",path="/.DS_Store",le="1e+06"} 10 http_response_size_bytes_bucket{method="GET",path="/.DS_Store",le="+Inf"} 10 http_response_size_bytes_sum{method="GET",path="/.DS_Store"} 430 http_response_size_bytes_count{method="GET",path="/.DS_Store"} 10 http_response_size_bytes_bucket{method="GET",path="/.amplifyrc",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/.amplifyrc",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/.amplifyrc",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/.amplifyrc",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/.amplifyrc",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/.amplifyrc",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/.amplifyrc",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/.amplifyrc",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/.amplifyrc",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/.amplifyrc",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/.amplifyrc"} 88 http_response_size_bytes_count{method="GET",path="/.amplifyrc"} 2 http_response_size_bytes_bucket{method="GET",path="/.anthropic/config.json",le="100"} 7 http_response_size_bytes_bucket{method="GET",path="/.anthropic/config.json",le="500"} 7 http_response_size_bytes_bucket{method="GET",path="/.anthropic/config.json",le="1000"} 7 http_response_size_bytes_bucket{method="GET",path="/.anthropic/config.json",le="5000"} 7 http_response_size_bytes_bucket{method="GET",path="/.anthropic/config.json",le="10000"} 7 http_response_size_bytes_bucket{method="GET",path="/.anthropic/config.json",le="50000"} 7 http_response_size_bytes_bucket{method="GET",path="/.anthropic/config.json",le="100000"} 7 http_response_size_bytes_bucket{method="GET",path="/.anthropic/config.json",le="500000"} 7 http_response_size_bytes_bucket{method="GET",path="/.anthropic/config.json",le="1e+06"} 7 http_response_size_bytes_bucket{method="GET",path="/.anthropic/config.json",le="+Inf"} 7 http_response_size_bytes_sum{method="GET",path="/.anthropic/config.json"} 307 http_response_size_bytes_count{method="GET",path="/.anthropic/config.json"} 7 http_response_size_bytes_bucket{method="GET",path="/.astro/manifest.json",le="100"} 15 http_response_size_bytes_bucket{method="GET",path="/.astro/manifest.json",le="500"} 15 http_response_size_bytes_bucket{method="GET",path="/.astro/manifest.json",le="1000"} 15 http_response_size_bytes_bucket{method="GET",path="/.astro/manifest.json",le="5000"} 15 http_response_size_bytes_bucket{method="GET",path="/.astro/manifest.json",le="10000"} 15 http_response_size_bytes_bucket{method="GET",path="/.astro/manifest.json",le="50000"} 15 http_response_size_bytes_bucket{method="GET",path="/.astro/manifest.json",le="100000"} 15 http_response_size_bytes_bucket{method="GET",path="/.astro/manifest.json",le="500000"} 15 http_response_size_bytes_bucket{method="GET",path="/.astro/manifest.json",le="1e+06"} 15 http_response_size_bytes_bucket{method="GET",path="/.astro/manifest.json",le="+Inf"} 15 http_response_size_bytes_sum{method="GET",path="/.astro/manifest.json"} 657 http_response_size_bytes_count{method="GET",path="/.astro/manifest.json"} 15 http_response_size_bytes_bucket{method="GET",path="/.aws-secrets",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/.aws-secrets",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/.aws-secrets",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/.aws-secrets",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/.aws-secrets",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/.aws-secrets",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/.aws-secrets",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/.aws-secrets",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/.aws-secrets",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/.aws-secrets",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/.aws-secrets"} 88 http_response_size_bytes_count{method="GET",path="/.aws-secrets"} 2 http_response_size_bytes_bucket{method="GET",path="/.aws.7z",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/.aws.7z",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/.aws.7z",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/.aws.7z",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/.aws.7z",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/.aws.7z",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/.aws.7z",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/.aws.7z",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/.aws.7z",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/.aws.7z",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/.aws.7z"} 43 http_response_size_bytes_count{method="GET",path="/.aws.7z"} 1 http_response_size_bytes_bucket{method="GET",path="/.aws.bz2",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/.aws.bz2",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/.aws.bz2",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/.aws.bz2",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/.aws.bz2",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/.aws.bz2",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/.aws.bz2",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/.aws.bz2",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/.aws.bz2",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/.aws.bz2",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/.aws.bz2"} 43 http_response_size_bytes_count{method="GET",path="/.aws.bz2"} 1 http_response_size_bytes_bucket{method="GET",path="/.aws.gz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/.aws.gz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/.aws.gz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/.aws.gz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/.aws.gz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/.aws.gz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/.aws.gz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/.aws.gz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/.aws.gz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/.aws.gz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/.aws.gz"} 43 http_response_size_bytes_count{method="GET",path="/.aws.gz"} 1 http_response_size_bytes_bucket{method="GET",path="/.aws.rar",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/.aws.rar",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/.aws.rar",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/.aws.rar",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/.aws.rar",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/.aws.rar",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/.aws.rar",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/.aws.rar",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/.aws.rar",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/.aws.rar",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/.aws.rar"} 43 http_response_size_bytes_count{method="GET",path="/.aws.rar"} 1 http_response_size_bytes_bucket{method="GET",path="/.aws.sql",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/.aws.sql",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/.aws.sql",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/.aws.sql",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/.aws.sql",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/.aws.sql",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/.aws.sql",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/.aws.sql",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/.aws.sql",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/.aws.sql",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/.aws.sql"} 43 http_response_size_bytes_count{method="GET",path="/.aws.sql"} 1 http_response_size_bytes_bucket{method="GET",path="/.aws.sql.bz2",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/.aws.sql.bz2",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/.aws.sql.bz2",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/.aws.sql.bz2",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/.aws.sql.bz2",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/.aws.sql.bz2",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/.aws.sql.bz2",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/.aws.sql.bz2",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/.aws.sql.bz2",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/.aws.sql.bz2",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/.aws.sql.bz2"} 43 http_response_size_bytes_count{method="GET",path="/.aws.sql.bz2"} 1 http_response_size_bytes_bucket{method="GET",path="/.aws.sql.gz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/.aws.sql.gz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/.aws.sql.gz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/.aws.sql.gz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/.aws.sql.gz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/.aws.sql.gz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/.aws.sql.gz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/.aws.sql.gz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/.aws.sql.gz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/.aws.sql.gz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/.aws.sql.gz"} 43 http_response_size_bytes_count{method="GET",path="/.aws.sql.gz"} 1 http_response_size_bytes_bucket{method="GET",path="/.aws.tar",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/.aws.tar",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/.aws.tar",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/.aws.tar",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/.aws.tar",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/.aws.tar",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/.aws.tar",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/.aws.tar",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/.aws.tar",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/.aws.tar",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/.aws.tar"} 43 http_response_size_bytes_count{method="GET",path="/.aws.tar"} 1 http_response_size_bytes_bucket{method="GET",path="/.aws.tar.bz2",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/.aws.tar.bz2",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/.aws.tar.bz2",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/.aws.tar.bz2",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/.aws.tar.bz2",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/.aws.tar.bz2",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/.aws.tar.bz2",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/.aws.tar.bz2",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/.aws.tar.bz2",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/.aws.tar.bz2",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/.aws.tar.bz2"} 43 http_response_size_bytes_count{method="GET",path="/.aws.tar.bz2"} 1 http_response_size_bytes_bucket{method="GET",path="/.aws.tar.gz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/.aws.tar.gz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/.aws.tar.gz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/.aws.tar.gz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/.aws.tar.gz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/.aws.tar.gz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/.aws.tar.gz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/.aws.tar.gz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/.aws.tar.gz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/.aws.tar.gz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/.aws.tar.gz"} 43 http_response_size_bytes_count{method="GET",path="/.aws.tar.gz"} 1 http_response_size_bytes_bucket{method="GET",path="/.aws.tar.xz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/.aws.tar.xz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/.aws.tar.xz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/.aws.tar.xz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/.aws.tar.xz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/.aws.tar.xz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/.aws.tar.xz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/.aws.tar.xz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/.aws.tar.xz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/.aws.tar.xz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/.aws.tar.xz"} 43 http_response_size_bytes_count{method="GET",path="/.aws.tar.xz"} 1 http_response_size_bytes_bucket{method="GET",path="/.aws.tgz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/.aws.tgz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/.aws.tgz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/.aws.tgz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/.aws.tgz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/.aws.tgz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/.aws.tgz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/.aws.tgz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/.aws.tgz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/.aws.tgz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/.aws.tgz"} 43 http_response_size_bytes_count{method="GET",path="/.aws.tgz"} 1 http_response_size_bytes_bucket{method="GET",path="/.aws.zip",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/.aws.zip",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/.aws.zip",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/.aws.zip",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/.aws.zip",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/.aws.zip",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/.aws.zip",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/.aws.zip",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/.aws.zip",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/.aws.zip",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/.aws.zip"} 43 http_response_size_bytes_count{method="GET",path="/.aws.zip"} 1 http_response_size_bytes_bucket{method="GET",path="/.aws.zst",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/.aws.zst",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/.aws.zst",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/.aws.zst",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/.aws.zst",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/.aws.zst",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/.aws.zst",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/.aws.zst",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/.aws.zst",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/.aws.zst",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/.aws.zst"} 43 http_response_size_bytes_count{method="GET",path="/.aws.zst"} 1 http_response_size_bytes_bucket{method="GET",path="/.aws/config",le="100"} 14 http_response_size_bytes_bucket{method="GET",path="/.aws/config",le="500"} 14 http_response_size_bytes_bucket{method="GET",path="/.aws/config",le="1000"} 14 http_response_size_bytes_bucket{method="GET",path="/.aws/config",le="5000"} 14 http_response_size_bytes_bucket{method="GET",path="/.aws/config",le="10000"} 14 http_response_size_bytes_bucket{method="GET",path="/.aws/config",le="50000"} 14 http_response_size_bytes_bucket{method="GET",path="/.aws/config",le="100000"} 14 http_response_size_bytes_bucket{method="GET",path="/.aws/config",le="500000"} 14 http_response_size_bytes_bucket{method="GET",path="/.aws/config",le="1e+06"} 14 http_response_size_bytes_bucket{method="GET",path="/.aws/config",le="+Inf"} 14 http_response_size_bytes_sum{method="GET",path="/.aws/config"} 605 http_response_size_bytes_count{method="GET",path="/.aws/config"} 14 http_response_size_bytes_bucket{method="GET",path="/.aws/credentials",le="100"} 26 http_response_size_bytes_bucket{method="GET",path="/.aws/credentials",le="500"} 26 http_response_size_bytes_bucket{method="GET",path="/.aws/credentials",le="1000"} 26 http_response_size_bytes_bucket{method="GET",path="/.aws/credentials",le="5000"} 26 http_response_size_bytes_bucket{method="GET",path="/.aws/credentials",le="10000"} 26 http_response_size_bytes_bucket{method="GET",path="/.aws/credentials",le="50000"} 26 http_response_size_bytes_bucket{method="GET",path="/.aws/credentials",le="100000"} 26 http_response_size_bytes_bucket{method="GET",path="/.aws/credentials",le="500000"} 26 http_response_size_bytes_bucket{method="GET",path="/.aws/credentials",le="1e+06"} 26 http_response_size_bytes_bucket{method="GET",path="/.aws/credentials",le="+Inf"} 26 http_response_size_bytes_sum{method="GET",path="/.aws/credentials"} 1123 http_response_size_bytes_count{method="GET",path="/.aws/credentials"} 26 http_response_size_bytes_bucket{method="GET",path="/.aws/credentials.bak",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/.aws/credentials.bak",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/.aws/credentials.bak",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/.aws/credentials.bak",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/.aws/credentials.bak",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/.aws/credentials.bak",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/.aws/credentials.bak",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/.aws/credentials.bak",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/.aws/credentials.bak",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/.aws/credentials.bak",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/.aws/credentials.bak"} 43 http_response_size_bytes_count{method="GET",path="/.aws/credentials.bak"} 1 http_response_size_bytes_bucket{method="GET",path="/.backup/.env",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/.backup/.env",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/.backup/.env",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/.backup/.env",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/.backup/.env",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/.backup/.env",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/.backup/.env",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/.backup/.env",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/.backup/.env",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/.backup/.env",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/.backup/.env"} 88 http_response_size_bytes_count{method="GET",path="/.backup/.env"} 2 http_response_size_bytes_bucket{method="GET",path="/.backup/phpinfo.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/.backup/phpinfo.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/.backup/phpinfo.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/.backup/phpinfo.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/.backup/phpinfo.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/.backup/phpinfo.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/.backup/phpinfo.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/.backup/phpinfo.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/.backup/phpinfo.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/.backup/phpinfo.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/.backup/phpinfo.php"} 88 http_response_size_bytes_count{method="GET",path="/.backup/phpinfo.php"} 2 http_response_size_bytes_bucket{method="GET",path="/.boto",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/.boto",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/.boto",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/.boto",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/.boto",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/.boto",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/.boto",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/.boto",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/.boto",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/.boto",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/.boto"} 87 http_response_size_bytes_count{method="GET",path="/.boto"} 2 http_response_size_bytes_bucket{method="GET",path="/.cache",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/.cache",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/.cache",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/.cache",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/.cache",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/.cache",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/.cache",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/.cache",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/.cache",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/.cache",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/.cache"} 88 http_response_size_bytes_count{method="GET",path="/.cache"} 2 http_response_size_bytes_bucket{method="GET",path="/.circleci/config.yml",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/.circleci/config.yml",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/.circleci/config.yml",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/.circleci/config.yml",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/.circleci/config.yml",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/.circleci/config.yml",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/.circleci/config.yml",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/.circleci/config.yml",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/.circleci/config.yml",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/.circleci/config.yml",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/.circleci/config.yml"} 43 http_response_size_bytes_count{method="GET",path="/.circleci/config.yml"} 1 http_response_size_bytes_bucket{method="GET",path="/.circleci/configs/development.yml",le="100"} 7 http_response_size_bytes_bucket{method="GET",path="/.circleci/configs/development.yml",le="500"} 7 http_response_size_bytes_bucket{method="GET",path="/.circleci/configs/development.yml",le="1000"} 7 http_response_size_bytes_bucket{method="GET",path="/.circleci/configs/development.yml",le="5000"} 7 http_response_size_bytes_bucket{method="GET",path="/.circleci/configs/development.yml",le="10000"} 7 http_response_size_bytes_bucket{method="GET",path="/.circleci/configs/development.yml",le="50000"} 7 http_response_size_bytes_bucket{method="GET",path="/.circleci/configs/development.yml",le="100000"} 7 http_response_size_bytes_bucket{method="GET",path="/.circleci/configs/development.yml",le="500000"} 7 http_response_size_bytes_bucket{method="GET",path="/.circleci/configs/development.yml",le="1e+06"} 7 http_response_size_bytes_bucket{method="GET",path="/.circleci/configs/development.yml",le="+Inf"} 7 http_response_size_bytes_sum{method="GET",path="/.circleci/configs/development.yml"} 301 http_response_size_bytes_count{method="GET",path="/.circleci/configs/development.yml"} 7 http_response_size_bytes_bucket{method="GET",path="/.cirrus.yml",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/.cirrus.yml",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/.cirrus.yml",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/.cirrus.yml",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/.cirrus.yml",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/.cirrus.yml",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/.cirrus.yml",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/.cirrus.yml",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/.cirrus.yml",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/.cirrus.yml",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/.cirrus.yml"} 88 http_response_size_bytes_count{method="GET",path="/.cirrus.yml"} 2 http_response_size_bytes_bucket{method="GET",path="/.config/gcloud/application_default_credentials.json",le="100"} 17 http_response_size_bytes_bucket{method="GET",path="/.config/gcloud/application_default_credentials.json",le="500"} 17 http_response_size_bytes_bucket{method="GET",path="/.config/gcloud/application_default_credentials.json",le="1000"} 17 http_response_size_bytes_bucket{method="GET",path="/.config/gcloud/application_default_credentials.json",le="5000"} 17 http_response_size_bytes_bucket{method="GET",path="/.config/gcloud/application_default_credentials.json",le="10000"} 17 http_response_size_bytes_bucket{method="GET",path="/.config/gcloud/application_default_credentials.json",le="50000"} 17 http_response_size_bytes_bucket{method="GET",path="/.config/gcloud/application_default_credentials.json",le="100000"} 17 http_response_size_bytes_bucket{method="GET",path="/.config/gcloud/application_default_credentials.json",le="500000"} 17 http_response_size_bytes_bucket{method="GET",path="/.config/gcloud/application_default_credentials.json",le="1e+06"} 17 http_response_size_bytes_bucket{method="GET",path="/.config/gcloud/application_default_credentials.json",le="+Inf"} 17 http_response_size_bytes_sum{method="GET",path="/.config/gcloud/application_default_credentials.json"} 745 http_response_size_bytes_count{method="GET",path="/.config/gcloud/application_default_credentials.json"} 17 http_response_size_bytes_bucket{method="GET",path="/.cursor/mcp.json",le="100"} 7 http_response_size_bytes_bucket{method="GET",path="/.cursor/mcp.json",le="500"} 7 http_response_size_bytes_bucket{method="GET",path="/.cursor/mcp.json",le="1000"} 7 http_response_size_bytes_bucket{method="GET",path="/.cursor/mcp.json",le="5000"} 7 http_response_size_bytes_bucket{method="GET",path="/.cursor/mcp.json",le="10000"} 7 http_response_size_bytes_bucket{method="GET",path="/.cursor/mcp.json",le="50000"} 7 http_response_size_bytes_bucket{method="GET",path="/.cursor/mcp.json",le="100000"} 7 http_response_size_bytes_bucket{method="GET",path="/.cursor/mcp.json",le="500000"} 7 http_response_size_bytes_bucket{method="GET",path="/.cursor/mcp.json",le="1e+06"} 7 http_response_size_bytes_bucket{method="GET",path="/.cursor/mcp.json",le="+Inf"} 7 http_response_size_bytes_sum{method="GET",path="/.cursor/mcp.json"} 307 http_response_size_bytes_count{method="GET",path="/.cursor/mcp.json"} 7 http_response_size_bytes_bucket{method="GET",path="/.dj/index.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/.dj/index.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/.dj/index.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/.dj/index.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/.dj/index.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/.dj/index.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/.dj/index.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/.dj/index.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/.dj/index.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/.dj/index.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/.dj/index.php"} 43 http_response_size_bytes_count{method="GET",path="/.dj/index.php"} 1 http_response_size_bytes_bucket{method="GET",path="/.docker.7z",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/.docker.7z",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/.docker.7z",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/.docker.7z",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/.docker.7z",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/.docker.7z",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/.docker.7z",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/.docker.7z",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/.docker.7z",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/.docker.7z",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/.docker.7z"} 43 http_response_size_bytes_count{method="GET",path="/.docker.7z"} 1 http_response_size_bytes_bucket{method="GET",path="/.docker.bz2",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/.docker.bz2",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/.docker.bz2",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/.docker.bz2",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/.docker.bz2",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/.docker.bz2",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/.docker.bz2",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/.docker.bz2",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/.docker.bz2",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/.docker.bz2",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/.docker.bz2"} 43 http_response_size_bytes_count{method="GET",path="/.docker.bz2"} 1 http_response_size_bytes_bucket{method="GET",path="/.docker.env",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/.docker.env",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/.docker.env",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/.docker.env",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/.docker.env",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/.docker.env",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/.docker.env",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/.docker.env",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/.docker.env",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/.docker.env",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/.docker.env"} 43 http_response_size_bytes_count{method="GET",path="/.docker.env"} 1 http_response_size_bytes_bucket{method="GET",path="/.docker.gz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/.docker.gz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/.docker.gz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/.docker.gz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/.docker.gz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/.docker.gz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/.docker.gz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/.docker.gz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/.docker.gz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/.docker.gz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/.docker.gz"} 43 http_response_size_bytes_count{method="GET",path="/.docker.gz"} 1 http_response_size_bytes_bucket{method="GET",path="/.docker.rar",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/.docker.rar",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/.docker.rar",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/.docker.rar",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/.docker.rar",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/.docker.rar",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/.docker.rar",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/.docker.rar",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/.docker.rar",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/.docker.rar",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/.docker.rar"} 43 http_response_size_bytes_count{method="GET",path="/.docker.rar"} 1 http_response_size_bytes_bucket{method="GET",path="/.docker.sql",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/.docker.sql",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/.docker.sql",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/.docker.sql",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/.docker.sql",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/.docker.sql",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/.docker.sql",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/.docker.sql",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/.docker.sql",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/.docker.sql",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/.docker.sql"} 43 http_response_size_bytes_count{method="GET",path="/.docker.sql"} 1 http_response_size_bytes_bucket{method="GET",path="/.docker.sql.bz2",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/.docker.sql.bz2",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/.docker.sql.bz2",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/.docker.sql.bz2",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/.docker.sql.bz2",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/.docker.sql.bz2",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/.docker.sql.bz2",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/.docker.sql.bz2",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/.docker.sql.bz2",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/.docker.sql.bz2",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/.docker.sql.bz2"} 43 http_response_size_bytes_count{method="GET",path="/.docker.sql.bz2"} 1 http_response_size_bytes_bucket{method="GET",path="/.docker.sql.gz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/.docker.sql.gz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/.docker.sql.gz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/.docker.sql.gz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/.docker.sql.gz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/.docker.sql.gz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/.docker.sql.gz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/.docker.sql.gz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/.docker.sql.gz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/.docker.sql.gz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/.docker.sql.gz"} 43 http_response_size_bytes_count{method="GET",path="/.docker.sql.gz"} 1 http_response_size_bytes_bucket{method="GET",path="/.docker.tar",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/.docker.tar",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/.docker.tar",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/.docker.tar",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/.docker.tar",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/.docker.tar",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/.docker.tar",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/.docker.tar",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/.docker.tar",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/.docker.tar",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/.docker.tar"} 43 http_response_size_bytes_count{method="GET",path="/.docker.tar"} 1 http_response_size_bytes_bucket{method="GET",path="/.docker.tar.bz2",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/.docker.tar.bz2",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/.docker.tar.bz2",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/.docker.tar.bz2",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/.docker.tar.bz2",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/.docker.tar.bz2",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/.docker.tar.bz2",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/.docker.tar.bz2",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/.docker.tar.bz2",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/.docker.tar.bz2",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/.docker.tar.bz2"} 43 http_response_size_bytes_count{method="GET",path="/.docker.tar.bz2"} 1 http_response_size_bytes_bucket{method="GET",path="/.docker.tar.gz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/.docker.tar.gz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/.docker.tar.gz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/.docker.tar.gz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/.docker.tar.gz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/.docker.tar.gz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/.docker.tar.gz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/.docker.tar.gz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/.docker.tar.gz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/.docker.tar.gz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/.docker.tar.gz"} 43 http_response_size_bytes_count{method="GET",path="/.docker.tar.gz"} 1 http_response_size_bytes_bucket{method="GET",path="/.docker.tar.xz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/.docker.tar.xz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/.docker.tar.xz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/.docker.tar.xz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/.docker.tar.xz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/.docker.tar.xz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/.docker.tar.xz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/.docker.tar.xz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/.docker.tar.xz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/.docker.tar.xz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/.docker.tar.xz"} 43 http_response_size_bytes_count{method="GET",path="/.docker.tar.xz"} 1 http_response_size_bytes_bucket{method="GET",path="/.docker.tgz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/.docker.tgz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/.docker.tgz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/.docker.tgz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/.docker.tgz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/.docker.tgz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/.docker.tgz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/.docker.tgz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/.docker.tgz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/.docker.tgz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/.docker.tgz"} 43 http_response_size_bytes_count{method="GET",path="/.docker.tgz"} 1 http_response_size_bytes_bucket{method="GET",path="/.docker.zip",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/.docker.zip",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/.docker.zip",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/.docker.zip",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/.docker.zip",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/.docker.zip",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/.docker.zip",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/.docker.zip",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/.docker.zip",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/.docker.zip",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/.docker.zip"} 43 http_response_size_bytes_count{method="GET",path="/.docker.zip"} 1 http_response_size_bytes_bucket{method="GET",path="/.docker.zst",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/.docker.zst",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/.docker.zst",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/.docker.zst",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/.docker.zst",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/.docker.zst",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/.docker.zst",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/.docker.zst",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/.docker.zst",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/.docker.zst",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/.docker.zst"} 43 http_response_size_bytes_count{method="GET",path="/.docker.zst"} 1 http_response_size_bytes_bucket{method="GET",path="/.docker/.env",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/.docker/.env",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/.docker/.env",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/.docker/.env",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/.docker/.env",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/.docker/.env",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/.docker/.env",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/.docker/.env",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/.docker/.env",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/.docker/.env",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/.docker/.env"} 175 http_response_size_bytes_count{method="GET",path="/.docker/.env"} 4 http_response_size_bytes_bucket{method="GET",path="/.docker/config.json",le="100"} 23 http_response_size_bytes_bucket{method="GET",path="/.docker/config.json",le="500"} 23 http_response_size_bytes_bucket{method="GET",path="/.docker/config.json",le="1000"} 23 http_response_size_bytes_bucket{method="GET",path="/.docker/config.json",le="5000"} 23 http_response_size_bytes_bucket{method="GET",path="/.docker/config.json",le="10000"} 23 http_response_size_bytes_bucket{method="GET",path="/.docker/config.json",le="50000"} 23 http_response_size_bytes_bucket{method="GET",path="/.docker/config.json",le="100000"} 23 http_response_size_bytes_bucket{method="GET",path="/.docker/config.json",le="500000"} 23 http_response_size_bytes_bucket{method="GET",path="/.docker/config.json",le="1e+06"} 23 http_response_size_bytes_bucket{method="GET",path="/.docker/config.json",le="+Inf"} 23 http_response_size_bytes_sum{method="GET",path="/.docker/config.json"} 1006 http_response_size_bytes_count{method="GET",path="/.docker/config.json"} 23 http_response_size_bytes_bucket{method="GET",path="/.docker/laravel/app/.env",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/.docker/laravel/app/.env",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/.docker/laravel/app/.env",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/.docker/laravel/app/.env",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/.docker/laravel/app/.env",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/.docker/laravel/app/.env",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/.docker/laravel/app/.env",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/.docker/laravel/app/.env",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/.docker/laravel/app/.env",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/.docker/laravel/app/.env",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/.docker/laravel/app/.env"} 88 http_response_size_bytes_count{method="GET",path="/.docker/laravel/app/.env"} 2 http_response_size_bytes_bucket{method="GET",path="/.docker/secrets.json",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/.docker/secrets.json",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/.docker/secrets.json",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/.docker/secrets.json",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/.docker/secrets.json",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/.docker/secrets.json",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/.docker/secrets.json",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/.docker/secrets.json",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/.docker/secrets.json",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/.docker/secrets.json",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/.docker/secrets.json"} 88 http_response_size_bytes_count{method="GET",path="/.docker/secrets.json"} 2 http_response_size_bytes_bucket{method="GET",path="/.dockerignore",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/.dockerignore",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/.dockerignore",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/.dockerignore",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/.dockerignore",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/.dockerignore",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/.dockerignore",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/.dockerignore",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/.dockerignore",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/.dockerignore",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/.dockerignore"} 88 http_response_size_bytes_count{method="GET",path="/.dockerignore"} 2 http_response_size_bytes_bucket{method="GET",path="/.drone.yml",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/.drone.yml",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/.drone.yml",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/.drone.yml",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/.drone.yml",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/.drone.yml",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/.drone.yml",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/.drone.yml",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/.drone.yml",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/.drone.yml",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/.drone.yml"} 88 http_response_size_bytes_count{method="GET",path="/.drone.yml"} 2 http_response_size_bytes_bucket{method="GET",path="/.env",le="100"} 70 http_response_size_bytes_bucket{method="GET",path="/.env",le="500"} 70 http_response_size_bytes_bucket{method="GET",path="/.env",le="1000"} 70 http_response_size_bytes_bucket{method="GET",path="/.env",le="5000"} 70 http_response_size_bytes_bucket{method="GET",path="/.env",le="10000"} 70 http_response_size_bytes_bucket{method="GET",path="/.env",le="50000"} 70 http_response_size_bytes_bucket{method="GET",path="/.env",le="100000"} 70 http_response_size_bytes_bucket{method="GET",path="/.env",le="500000"} 70 http_response_size_bytes_bucket{method="GET",path="/.env",le="1e+06"} 70 http_response_size_bytes_bucket{method="GET",path="/.env",le="+Inf"} 70 http_response_size_bytes_sum{method="GET",path="/.env"} 2490 http_response_size_bytes_count{method="GET",path="/.env"} 70 http_response_size_bytes_bucket{method="GET",path="/.env-example",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/.env-example",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/.env-example",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env-example",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env-example",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env-example",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env-example",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env-example",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env-example",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/.env-example",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/.env-example"} 88 http_response_size_bytes_count{method="GET",path="/.env-example"} 2 http_response_size_bytes_bucket{method="GET",path="/.env-sample",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/.env-sample",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/.env-sample",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env-sample",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env-sample",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env-sample",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env-sample",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env-sample",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env-sample",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/.env-sample",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/.env-sample"} 88 http_response_size_bytes_count{method="GET",path="/.env-sample"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.7z",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.7z",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.7z",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.7z",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.7z",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.7z",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.7z",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.7z",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.7z",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.7z",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/.env.7z"} 43 http_response_size_bytes_count{method="GET",path="/.env.7z"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.aws",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.aws",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.aws",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.aws",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.aws",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.aws",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.aws",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.aws",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.aws",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.aws",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/.env.aws"} 88 http_response_size_bytes_count{method="GET",path="/.env.aws"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.backup",le="100"} 17 http_response_size_bytes_bucket{method="GET",path="/.env.backup",le="500"} 17 http_response_size_bytes_bucket{method="GET",path="/.env.backup",le="1000"} 17 http_response_size_bytes_bucket{method="GET",path="/.env.backup",le="5000"} 17 http_response_size_bytes_bucket{method="GET",path="/.env.backup",le="10000"} 17 http_response_size_bytes_bucket{method="GET",path="/.env.backup",le="50000"} 17 http_response_size_bytes_bucket{method="GET",path="/.env.backup",le="100000"} 17 http_response_size_bytes_bucket{method="GET",path="/.env.backup",le="500000"} 17 http_response_size_bytes_bucket{method="GET",path="/.env.backup",le="1e+06"} 17 http_response_size_bytes_bucket{method="GET",path="/.env.backup",le="+Inf"} 17 http_response_size_bytes_sum{method="GET",path="/.env.backup"} 739 http_response_size_bytes_count{method="GET",path="/.env.backup"} 17 http_response_size_bytes_bucket{method="GET",path="/.env.backup1",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.backup1",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.backup1",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.backup1",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.backup1",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.backup1",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.backup1",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.backup1",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.backup1",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.backup1",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/.env.backup1"} 44 http_response_size_bytes_count{method="GET",path="/.env.backup1"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.backup2",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.backup2",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.backup2",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.backup2",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.backup2",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.backup2",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.backup2",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.backup2",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.backup2",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.backup2",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/.env.backup2"} 44 http_response_size_bytes_count{method="GET",path="/.env.backup2"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.bak",le="100"} 24 http_response_size_bytes_bucket{method="GET",path="/.env.bak",le="500"} 24 http_response_size_bytes_bucket{method="GET",path="/.env.bak",le="1000"} 24 http_response_size_bytes_bucket{method="GET",path="/.env.bak",le="5000"} 24 http_response_size_bytes_bucket{method="GET",path="/.env.bak",le="10000"} 24 http_response_size_bytes_bucket{method="GET",path="/.env.bak",le="50000"} 24 http_response_size_bytes_bucket{method="GET",path="/.env.bak",le="100000"} 24 http_response_size_bytes_bucket{method="GET",path="/.env.bak",le="500000"} 24 http_response_size_bytes_bucket{method="GET",path="/.env.bak",le="1e+06"} 24 http_response_size_bytes_bucket{method="GET",path="/.env.bak",le="+Inf"} 24 http_response_size_bytes_sum{method="GET",path="/.env.bak"} 1040 http_response_size_bytes_count{method="GET",path="/.env.bak"} 24 http_response_size_bytes_bucket{method="GET",path="/.env.bz2",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.bz2",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.bz2",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.bz2",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.bz2",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.bz2",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.bz2",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.bz2",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.bz2",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.bz2",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/.env.bz2"} 43 http_response_size_bytes_count{method="GET",path="/.env.bz2"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.ci",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.ci",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.ci",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.ci",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.ci",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.ci",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.ci",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.ci",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.ci",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.ci",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/.env.ci"} 87 http_response_size_bytes_count{method="GET",path="/.env.ci"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.config",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.config",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.config",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.config",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.config",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.config",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.config",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.config",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.config",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.config",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/.env.config"} 88 http_response_size_bytes_count{method="GET",path="/.env.config"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.copy",le="100"} 6 http_response_size_bytes_bucket{method="GET",path="/.env.copy",le="500"} 6 http_response_size_bytes_bucket{method="GET",path="/.env.copy",le="1000"} 6 http_response_size_bytes_bucket{method="GET",path="/.env.copy",le="5000"} 6 http_response_size_bytes_bucket{method="GET",path="/.env.copy",le="10000"} 6 http_response_size_bytes_bucket{method="GET",path="/.env.copy",le="50000"} 6 http_response_size_bytes_bucket{method="GET",path="/.env.copy",le="100000"} 6 http_response_size_bytes_bucket{method="GET",path="/.env.copy",le="500000"} 6 http_response_size_bytes_bucket{method="GET",path="/.env.copy",le="1e+06"} 6 http_response_size_bytes_bucket{method="GET",path="/.env.copy",le="+Inf"} 6 http_response_size_bytes_sum{method="GET",path="/.env.copy"} 260 http_response_size_bytes_count{method="GET",path="/.env.copy"} 6 http_response_size_bytes_bucket{method="GET",path="/.env.dev",le="100"} 7 http_response_size_bytes_bucket{method="GET",path="/.env.dev",le="500"} 7 http_response_size_bytes_bucket{method="GET",path="/.env.dev",le="1000"} 7 http_response_size_bytes_bucket{method="GET",path="/.env.dev",le="5000"} 7 http_response_size_bytes_bucket{method="GET",path="/.env.dev",le="10000"} 7 http_response_size_bytes_bucket{method="GET",path="/.env.dev",le="50000"} 7 http_response_size_bytes_bucket{method="GET",path="/.env.dev",le="100000"} 7 http_response_size_bytes_bucket{method="GET",path="/.env.dev",le="500000"} 7 http_response_size_bytes_bucket{method="GET",path="/.env.dev",le="1e+06"} 7 http_response_size_bytes_bucket{method="GET",path="/.env.dev",le="+Inf"} 7 http_response_size_bytes_sum{method="GET",path="/.env.dev"} 304 http_response_size_bytes_count{method="GET",path="/.env.dev"} 7 http_response_size_bytes_bucket{method="GET",path="/.env.dev.local",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.dev.local",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.dev.local",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.dev.local",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.dev.local",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.dev.local",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.dev.local",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.dev.local",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.dev.local",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.dev.local",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/.env.dev.local"} 43 http_response_size_bytes_count{method="GET",path="/.env.dev.local"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.development",le="100"} 11 http_response_size_bytes_bucket{method="GET",path="/.env.development",le="500"} 11 http_response_size_bytes_bucket{method="GET",path="/.env.development",le="1000"} 11 http_response_size_bytes_bucket{method="GET",path="/.env.development",le="5000"} 11 http_response_size_bytes_bucket{method="GET",path="/.env.development",le="10000"} 11 http_response_size_bytes_bucket{method="GET",path="/.env.development",le="50000"} 11 http_response_size_bytes_bucket{method="GET",path="/.env.development",le="100000"} 11 http_response_size_bytes_bucket{method="GET",path="/.env.development",le="500000"} 11 http_response_size_bytes_bucket{method="GET",path="/.env.development",le="1e+06"} 11 http_response_size_bytes_bucket{method="GET",path="/.env.development",le="+Inf"} 11 http_response_size_bytes_sum{method="GET",path="/.env.development"} 476 http_response_size_bytes_count{method="GET",path="/.env.development"} 11 http_response_size_bytes_bucket{method="GET",path="/.env.dist",le="100"} 6 http_response_size_bytes_bucket{method="GET",path="/.env.dist",le="500"} 6 http_response_size_bytes_bucket{method="GET",path="/.env.dist",le="1000"} 6 http_response_size_bytes_bucket{method="GET",path="/.env.dist",le="5000"} 6 http_response_size_bytes_bucket{method="GET",path="/.env.dist",le="10000"} 6 http_response_size_bytes_bucket{method="GET",path="/.env.dist",le="50000"} 6 http_response_size_bytes_bucket{method="GET",path="/.env.dist",le="100000"} 6 http_response_size_bytes_bucket{method="GET",path="/.env.dist",le="500000"} 6 http_response_size_bytes_bucket{method="GET",path="/.env.dist",le="1e+06"} 6 http_response_size_bytes_bucket{method="GET",path="/.env.dist",le="+Inf"} 6 http_response_size_bytes_sum{method="GET",path="/.env.dist"} 262 http_response_size_bytes_count{method="GET",path="/.env.dist"} 6 http_response_size_bytes_bucket{method="GET",path="/.env.docker",le="100"} 5 http_response_size_bytes_bucket{method="GET",path="/.env.docker",le="500"} 5 http_response_size_bytes_bucket{method="GET",path="/.env.docker",le="1000"} 5 http_response_size_bytes_bucket{method="GET",path="/.env.docker",le="5000"} 5 http_response_size_bytes_bucket{method="GET",path="/.env.docker",le="10000"} 5 http_response_size_bytes_bucket{method="GET",path="/.env.docker",le="50000"} 5 http_response_size_bytes_bucket{method="GET",path="/.env.docker",le="100000"} 5 http_response_size_bytes_bucket{method="GET",path="/.env.docker",le="500000"} 5 http_response_size_bytes_bucket{method="GET",path="/.env.docker",le="1e+06"} 5 http_response_size_bytes_bucket{method="GET",path="/.env.docker",le="+Inf"} 5 http_response_size_bytes_sum{method="GET",path="/.env.docker"} 218 http_response_size_bytes_count{method="GET",path="/.env.docker"} 5 http_response_size_bytes_bucket{method="GET",path="/.env.docker.dev",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.docker.dev",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.docker.dev",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.docker.dev",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.docker.dev",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.docker.dev",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.docker.dev",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.docker.dev",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.docker.dev",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.docker.dev",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/.env.docker.dev"} 88 http_response_size_bytes_count{method="GET",path="/.env.docker.dev"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.example",le="100"} 16 http_response_size_bytes_bucket{method="GET",path="/.env.example",le="500"} 16 http_response_size_bytes_bucket{method="GET",path="/.env.example",le="1000"} 16 http_response_size_bytes_bucket{method="GET",path="/.env.example",le="5000"} 16 http_response_size_bytes_bucket{method="GET",path="/.env.example",le="10000"} 16 http_response_size_bytes_bucket{method="GET",path="/.env.example",le="50000"} 16 http_response_size_bytes_bucket{method="GET",path="/.env.example",le="100000"} 16 http_response_size_bytes_bucket{method="GET",path="/.env.example",le="500000"} 16 http_response_size_bytes_bucket{method="GET",path="/.env.example",le="1e+06"} 16 http_response_size_bytes_bucket{method="GET",path="/.env.example",le="+Inf"} 16 http_response_size_bytes_sum{method="GET",path="/.env.example"} 691 http_response_size_bytes_count{method="GET",path="/.env.example"} 16 http_response_size_bytes_bucket{method="GET",path="/.env.gz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.gz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.gz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.gz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.gz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.gz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.gz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.gz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.gz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.gz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/.env.gz"} 43 http_response_size_bytes_count{method="GET",path="/.env.gz"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.int",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.int",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.int",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.int",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.int",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.int",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.int",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.int",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.int",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.int",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/.env.int"} 88 http_response_size_bytes_count{method="GET",path="/.env.int"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.json",le="100"} 14 http_response_size_bytes_bucket{method="GET",path="/.env.json",le="500"} 14 http_response_size_bytes_bucket{method="GET",path="/.env.json",le="1000"} 14 http_response_size_bytes_bucket{method="GET",path="/.env.json",le="5000"} 14 http_response_size_bytes_bucket{method="GET",path="/.env.json",le="10000"} 14 http_response_size_bytes_bucket{method="GET",path="/.env.json",le="50000"} 14 http_response_size_bytes_bucket{method="GET",path="/.env.json",le="100000"} 14 http_response_size_bytes_bucket{method="GET",path="/.env.json",le="500000"} 14 http_response_size_bytes_bucket{method="GET",path="/.env.json",le="1e+06"} 14 http_response_size_bytes_bucket{method="GET",path="/.env.json",le="+Inf"} 14 http_response_size_bytes_sum{method="GET",path="/.env.json"} 612 http_response_size_bytes_count{method="GET",path="/.env.json"} 14 http_response_size_bytes_bucket{method="GET",path="/.env.live",le="100"} 5 http_response_size_bytes_bucket{method="GET",path="/.env.live",le="500"} 5 http_response_size_bytes_bucket{method="GET",path="/.env.live",le="1000"} 5 http_response_size_bytes_bucket{method="GET",path="/.env.live",le="5000"} 5 http_response_size_bytes_bucket{method="GET",path="/.env.live",le="10000"} 5 http_response_size_bytes_bucket{method="GET",path="/.env.live",le="50000"} 5 http_response_size_bytes_bucket{method="GET",path="/.env.live",le="100000"} 5 http_response_size_bytes_bucket{method="GET",path="/.env.live",le="500000"} 5 http_response_size_bytes_bucket{method="GET",path="/.env.live",le="1e+06"} 5 http_response_size_bytes_bucket{method="GET",path="/.env.live",le="+Inf"} 5 http_response_size_bytes_sum{method="GET",path="/.env.live"} 218 http_response_size_bytes_count{method="GET",path="/.env.live"} 5 http_response_size_bytes_bucket{method="GET",path="/.env.local",le="100"} 28 http_response_size_bytes_bucket{method="GET",path="/.env.local",le="500"} 28 http_response_size_bytes_bucket{method="GET",path="/.env.local",le="1000"} 28 http_response_size_bytes_bucket{method="GET",path="/.env.local",le="5000"} 28 http_response_size_bytes_bucket{method="GET",path="/.env.local",le="10000"} 28 http_response_size_bytes_bucket{method="GET",path="/.env.local",le="50000"} 28 http_response_size_bytes_bucket{method="GET",path="/.env.local",le="100000"} 28 http_response_size_bytes_bucket{method="GET",path="/.env.local",le="500000"} 28 http_response_size_bytes_bucket{method="GET",path="/.env.local",le="1e+06"} 28 http_response_size_bytes_bucket{method="GET",path="/.env.local",le="+Inf"} 28 http_response_size_bytes_sum{method="GET",path="/.env.local"} 1207 http_response_size_bytes_count{method="GET",path="/.env.local"} 28 http_response_size_bytes_bucket{method="GET",path="/.env.local.backup",le="100"} 6 http_response_size_bytes_bucket{method="GET",path="/.env.local.backup",le="500"} 6 http_response_size_bytes_bucket{method="GET",path="/.env.local.backup",le="1000"} 6 http_response_size_bytes_bucket{method="GET",path="/.env.local.backup",le="5000"} 6 http_response_size_bytes_bucket{method="GET",path="/.env.local.backup",le="10000"} 6 http_response_size_bytes_bucket{method="GET",path="/.env.local.backup",le="50000"} 6 http_response_size_bytes_bucket{method="GET",path="/.env.local.backup",le="100000"} 6 http_response_size_bytes_bucket{method="GET",path="/.env.local.backup",le="500000"} 6 http_response_size_bytes_bucket{method="GET",path="/.env.local.backup",le="1e+06"} 6 http_response_size_bytes_bucket{method="GET",path="/.env.local.backup",le="+Inf"} 6 http_response_size_bytes_sum{method="GET",path="/.env.local.backup"} 261 http_response_size_bytes_count{method="GET",path="/.env.local.backup"} 6 http_response_size_bytes_bucket{method="GET",path="/.env.local.bak",le="100"} 6 http_response_size_bytes_bucket{method="GET",path="/.env.local.bak",le="500"} 6 http_response_size_bytes_bucket{method="GET",path="/.env.local.bak",le="1000"} 6 http_response_size_bytes_bucket{method="GET",path="/.env.local.bak",le="5000"} 6 http_response_size_bytes_bucket{method="GET",path="/.env.local.bak",le="10000"} 6 http_response_size_bytes_bucket{method="GET",path="/.env.local.bak",le="50000"} 6 http_response_size_bytes_bucket{method="GET",path="/.env.local.bak",le="100000"} 6 http_response_size_bytes_bucket{method="GET",path="/.env.local.bak",le="500000"} 6 http_response_size_bytes_bucket{method="GET",path="/.env.local.bak",le="1e+06"} 6 http_response_size_bytes_bucket{method="GET",path="/.env.local.bak",le="+Inf"} 6 http_response_size_bytes_sum{method="GET",path="/.env.local.bak"} 261 http_response_size_bytes_count{method="GET",path="/.env.local.bak"} 6 http_response_size_bytes_bucket{method="GET",path="/.env.local.copy",le="100"} 6 http_response_size_bytes_bucket{method="GET",path="/.env.local.copy",le="500"} 6 http_response_size_bytes_bucket{method="GET",path="/.env.local.copy",le="1000"} 6 http_response_size_bytes_bucket{method="GET",path="/.env.local.copy",le="5000"} 6 http_response_size_bytes_bucket{method="GET",path="/.env.local.copy",le="10000"} 6 http_response_size_bytes_bucket{method="GET",path="/.env.local.copy",le="50000"} 6 http_response_size_bytes_bucket{method="GET",path="/.env.local.copy",le="100000"} 6 http_response_size_bytes_bucket{method="GET",path="/.env.local.copy",le="500000"} 6 http_response_size_bytes_bucket{method="GET",path="/.env.local.copy",le="1e+06"} 6 http_response_size_bytes_bucket{method="GET",path="/.env.local.copy",le="+Inf"} 6 http_response_size_bytes_sum{method="GET",path="/.env.local.copy"} 262 http_response_size_bytes_count{method="GET",path="/.env.local.copy"} 6 http_response_size_bytes_bucket{method="GET",path="/.env.local.old",le="100"} 6 http_response_size_bytes_bucket{method="GET",path="/.env.local.old",le="500"} 6 http_response_size_bytes_bucket{method="GET",path="/.env.local.old",le="1000"} 6 http_response_size_bytes_bucket{method="GET",path="/.env.local.old",le="5000"} 6 http_response_size_bytes_bucket{method="GET",path="/.env.local.old",le="10000"} 6 http_response_size_bytes_bucket{method="GET",path="/.env.local.old",le="50000"} 6 http_response_size_bytes_bucket{method="GET",path="/.env.local.old",le="100000"} 6 http_response_size_bytes_bucket{method="GET",path="/.env.local.old",le="500000"} 6 http_response_size_bytes_bucket{method="GET",path="/.env.local.old",le="1e+06"} 6 http_response_size_bytes_bucket{method="GET",path="/.env.local.old",le="+Inf"} 6 http_response_size_bytes_sum{method="GET",path="/.env.local.old"} 261 http_response_size_bytes_count{method="GET",path="/.env.local.old"} 6 http_response_size_bytes_bucket{method="GET",path="/.env.local.orig",le="100"} 6 http_response_size_bytes_bucket{method="GET",path="/.env.local.orig",le="500"} 6 http_response_size_bytes_bucket{method="GET",path="/.env.local.orig",le="1000"} 6 http_response_size_bytes_bucket{method="GET",path="/.env.local.orig",le="5000"} 6 http_response_size_bytes_bucket{method="GET",path="/.env.local.orig",le="10000"} 6 http_response_size_bytes_bucket{method="GET",path="/.env.local.orig",le="50000"} 6 http_response_size_bytes_bucket{method="GET",path="/.env.local.orig",le="100000"} 6 http_response_size_bytes_bucket{method="GET",path="/.env.local.orig",le="500000"} 6 http_response_size_bytes_bucket{method="GET",path="/.env.local.orig",le="1e+06"} 6 http_response_size_bytes_bucket{method="GET",path="/.env.local.orig",le="+Inf"} 6 http_response_size_bytes_sum{method="GET",path="/.env.local.orig"} 260 http_response_size_bytes_count{method="GET",path="/.env.local.orig"} 6 http_response_size_bytes_bucket{method="GET",path="/.env.local.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.local.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.local.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.local.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.local.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.local.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.local.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.local.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.local.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.local.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/.env.local.php"} 88 http_response_size_bytes_count{method="GET",path="/.env.local.php"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.local.save",le="100"} 6 http_response_size_bytes_bucket{method="GET",path="/.env.local.save",le="500"} 6 http_response_size_bytes_bucket{method="GET",path="/.env.local.save",le="1000"} 6 http_response_size_bytes_bucket{method="GET",path="/.env.local.save",le="5000"} 6 http_response_size_bytes_bucket{method="GET",path="/.env.local.save",le="10000"} 6 http_response_size_bytes_bucket{method="GET",path="/.env.local.save",le="50000"} 6 http_response_size_bytes_bucket{method="GET",path="/.env.local.save",le="100000"} 6 http_response_size_bytes_bucket{method="GET",path="/.env.local.save",le="500000"} 6 http_response_size_bytes_bucket{method="GET",path="/.env.local.save",le="1e+06"} 6 http_response_size_bytes_bucket{method="GET",path="/.env.local.save",le="+Inf"} 6 http_response_size_bytes_sum{method="GET",path="/.env.local.save"} 261 http_response_size_bytes_count{method="GET",path="/.env.local.save"} 6 http_response_size_bytes_bucket{method="GET",path="/.env.local.swp",le="100"} 6 http_response_size_bytes_bucket{method="GET",path="/.env.local.swp",le="500"} 6 http_response_size_bytes_bucket{method="GET",path="/.env.local.swp",le="1000"} 6 http_response_size_bytes_bucket{method="GET",path="/.env.local.swp",le="5000"} 6 http_response_size_bytes_bucket{method="GET",path="/.env.local.swp",le="10000"} 6 http_response_size_bytes_bucket{method="GET",path="/.env.local.swp",le="50000"} 6 http_response_size_bytes_bucket{method="GET",path="/.env.local.swp",le="100000"} 6 http_response_size_bytes_bucket{method="GET",path="/.env.local.swp",le="500000"} 6 http_response_size_bytes_bucket{method="GET",path="/.env.local.swp",le="1e+06"} 6 http_response_size_bytes_bucket{method="GET",path="/.env.local.swp",le="+Inf"} 6 http_response_size_bytes_sum{method="GET",path="/.env.local.swp"} 261 http_response_size_bytes_count{method="GET",path="/.env.local.swp"} 6 http_response_size_bytes_bucket{method="GET",path="/.env.local~",le="100"} 6 http_response_size_bytes_bucket{method="GET",path="/.env.local~",le="500"} 6 http_response_size_bytes_bucket{method="GET",path="/.env.local~",le="1000"} 6 http_response_size_bytes_bucket{method="GET",path="/.env.local~",le="5000"} 6 http_response_size_bytes_bucket{method="GET",path="/.env.local~",le="10000"} 6 http_response_size_bytes_bucket{method="GET",path="/.env.local~",le="50000"} 6 http_response_size_bytes_bucket{method="GET",path="/.env.local~",le="100000"} 6 http_response_size_bytes_bucket{method="GET",path="/.env.local~",le="500000"} 6 http_response_size_bytes_bucket{method="GET",path="/.env.local~",le="1e+06"} 6 http_response_size_bytes_bucket{method="GET",path="/.env.local~",le="+Inf"} 6 http_response_size_bytes_sum{method="GET",path="/.env.local~"} 262 http_response_size_bytes_count{method="GET",path="/.env.local~"} 6 http_response_size_bytes_bucket{method="GET",path="/.env.old",le="100"} 22 http_response_size_bytes_bucket{method="GET",path="/.env.old",le="500"} 22 http_response_size_bytes_bucket{method="GET",path="/.env.old",le="1000"} 22 http_response_size_bytes_bucket{method="GET",path="/.env.old",le="5000"} 22 http_response_size_bytes_bucket{method="GET",path="/.env.old",le="10000"} 22 http_response_size_bytes_bucket{method="GET",path="/.env.old",le="50000"} 22 http_response_size_bytes_bucket{method="GET",path="/.env.old",le="100000"} 22 http_response_size_bytes_bucket{method="GET",path="/.env.old",le="500000"} 22 http_response_size_bytes_bucket{method="GET",path="/.env.old",le="1e+06"} 22 http_response_size_bytes_bucket{method="GET",path="/.env.old",le="+Inf"} 22 http_response_size_bytes_sum{method="GET",path="/.env.old"} 952 http_response_size_bytes_count{method="GET",path="/.env.old"} 22 http_response_size_bytes_bucket{method="GET",path="/.env.orig",le="100"} 7 http_response_size_bytes_bucket{method="GET",path="/.env.orig",le="500"} 7 http_response_size_bytes_bucket{method="GET",path="/.env.orig",le="1000"} 7 http_response_size_bytes_bucket{method="GET",path="/.env.orig",le="5000"} 7 http_response_size_bytes_bucket{method="GET",path="/.env.orig",le="10000"} 7 http_response_size_bytes_bucket{method="GET",path="/.env.orig",le="50000"} 7 http_response_size_bytes_bucket{method="GET",path="/.env.orig",le="100000"} 7 http_response_size_bytes_bucket{method="GET",path="/.env.orig",le="500000"} 7 http_response_size_bytes_bucket{method="GET",path="/.env.orig",le="1e+06"} 7 http_response_size_bytes_bucket{method="GET",path="/.env.orig",le="+Inf"} 7 http_response_size_bytes_sum{method="GET",path="/.env.orig"} 305 http_response_size_bytes_count{method="GET",path="/.env.orig"} 7 http_response_size_bytes_bucket{method="GET",path="/.env.php",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/.env.php",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/.env.php",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/.env.php",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/.env.php",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/.env.php",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/.env.php",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/.env.php",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/.env.php",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/.env.php",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/.env.php"} 174 http_response_size_bytes_count{method="GET",path="/.env.php"} 4 http_response_size_bytes_bucket{method="GET",path="/.env.php.bak",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.php.bak",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.php.bak",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.php.bak",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.php.bak",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.php.bak",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.php.bak",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.php.bak",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.php.bak",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.php.bak",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/.env.php.bak"} 43 http_response_size_bytes_count{method="GET",path="/.env.php.bak"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.preprod",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.preprod",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.preprod",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.preprod",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.preprod",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.preprod",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.preprod",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.preprod",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.preprod",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.preprod",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/.env.preprod"} 87 http_response_size_bytes_count{method="GET",path="/.env.preprod"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.prod",le="100"} 14 http_response_size_bytes_bucket{method="GET",path="/.env.prod",le="500"} 14 http_response_size_bytes_bucket{method="GET",path="/.env.prod",le="1000"} 14 http_response_size_bytes_bucket{method="GET",path="/.env.prod",le="5000"} 14 http_response_size_bytes_bucket{method="GET",path="/.env.prod",le="10000"} 14 http_response_size_bytes_bucket{method="GET",path="/.env.prod",le="50000"} 14 http_response_size_bytes_bucket{method="GET",path="/.env.prod",le="100000"} 14 http_response_size_bytes_bucket{method="GET",path="/.env.prod",le="500000"} 14 http_response_size_bytes_bucket{method="GET",path="/.env.prod",le="1e+06"} 14 http_response_size_bytes_bucket{method="GET",path="/.env.prod",le="+Inf"} 14 http_response_size_bytes_sum{method="GET",path="/.env.prod"} 604 http_response_size_bytes_count{method="GET",path="/.env.prod"} 14 http_response_size_bytes_bucket{method="GET",path="/.env.production",le="100"} 18 http_response_size_bytes_bucket{method="GET",path="/.env.production",le="500"} 18 http_response_size_bytes_bucket{method="GET",path="/.env.production",le="1000"} 18 http_response_size_bytes_bucket{method="GET",path="/.env.production",le="5000"} 18 http_response_size_bytes_bucket{method="GET",path="/.env.production",le="10000"} 18 http_response_size_bytes_bucket{method="GET",path="/.env.production",le="50000"} 18 http_response_size_bytes_bucket{method="GET",path="/.env.production",le="100000"} 18 http_response_size_bytes_bucket{method="GET",path="/.env.production",le="500000"} 18 http_response_size_bytes_bucket{method="GET",path="/.env.production",le="1e+06"} 18 http_response_size_bytes_bucket{method="GET",path="/.env.production",le="+Inf"} 18 http_response_size_bytes_sum{method="GET",path="/.env.production"} 781 http_response_size_bytes_count{method="GET",path="/.env.production"} 18 http_response_size_bytes_bucket{method="GET",path="/.env.production.backup",le="100"} 6 http_response_size_bytes_bucket{method="GET",path="/.env.production.backup",le="500"} 6 http_response_size_bytes_bucket{method="GET",path="/.env.production.backup",le="1000"} 6 http_response_size_bytes_bucket{method="GET",path="/.env.production.backup",le="5000"} 6 http_response_size_bytes_bucket{method="GET",path="/.env.production.backup",le="10000"} 6 http_response_size_bytes_bucket{method="GET",path="/.env.production.backup",le="50000"} 6 http_response_size_bytes_bucket{method="GET",path="/.env.production.backup",le="100000"} 6 http_response_size_bytes_bucket{method="GET",path="/.env.production.backup",le="500000"} 6 http_response_size_bytes_bucket{method="GET",path="/.env.production.backup",le="1e+06"} 6 http_response_size_bytes_bucket{method="GET",path="/.env.production.backup",le="+Inf"} 6 http_response_size_bytes_sum{method="GET",path="/.env.production.backup"} 261 http_response_size_bytes_count{method="GET",path="/.env.production.backup"} 6 http_response_size_bytes_bucket{method="GET",path="/.env.production.bak",le="100"} 6 http_response_size_bytes_bucket{method="GET",path="/.env.production.bak",le="500"} 6 http_response_size_bytes_bucket{method="GET",path="/.env.production.bak",le="1000"} 6 http_response_size_bytes_bucket{method="GET",path="/.env.production.bak",le="5000"} 6 http_response_size_bytes_bucket{method="GET",path="/.env.production.bak",le="10000"} 6 http_response_size_bytes_bucket{method="GET",path="/.env.production.bak",le="50000"} 6 http_response_size_bytes_bucket{method="GET",path="/.env.production.bak",le="100000"} 6 http_response_size_bytes_bucket{method="GET",path="/.env.production.bak",le="500000"} 6 http_response_size_bytes_bucket{method="GET",path="/.env.production.bak",le="1e+06"} 6 http_response_size_bytes_bucket{method="GET",path="/.env.production.bak",le="+Inf"} 6 http_response_size_bytes_sum{method="GET",path="/.env.production.bak"} 262 http_response_size_bytes_count{method="GET",path="/.env.production.bak"} 6 http_response_size_bytes_bucket{method="GET",path="/.env.production.copy",le="100"} 6 http_response_size_bytes_bucket{method="GET",path="/.env.production.copy",le="500"} 6 http_response_size_bytes_bucket{method="GET",path="/.env.production.copy",le="1000"} 6 http_response_size_bytes_bucket{method="GET",path="/.env.production.copy",le="5000"} 6 http_response_size_bytes_bucket{method="GET",path="/.env.production.copy",le="10000"} 6 http_response_size_bytes_bucket{method="GET",path="/.env.production.copy",le="50000"} 6 http_response_size_bytes_bucket{method="GET",path="/.env.production.copy",le="100000"} 6 http_response_size_bytes_bucket{method="GET",path="/.env.production.copy",le="500000"} 6 http_response_size_bytes_bucket{method="GET",path="/.env.production.copy",le="1e+06"} 6 http_response_size_bytes_bucket{method="GET",path="/.env.production.copy",le="+Inf"} 6 http_response_size_bytes_sum{method="GET",path="/.env.production.copy"} 258 http_response_size_bytes_count{method="GET",path="/.env.production.copy"} 6 http_response_size_bytes_bucket{method="GET",path="/.env.production.local",le="100"} 8 http_response_size_bytes_bucket{method="GET",path="/.env.production.local",le="500"} 8 http_response_size_bytes_bucket{method="GET",path="/.env.production.local",le="1000"} 8 http_response_size_bytes_bucket{method="GET",path="/.env.production.local",le="5000"} 8 http_response_size_bytes_bucket{method="GET",path="/.env.production.local",le="10000"} 8 http_response_size_bytes_bucket{method="GET",path="/.env.production.local",le="50000"} 8 http_response_size_bytes_bucket{method="GET",path="/.env.production.local",le="100000"} 8 http_response_size_bytes_bucket{method="GET",path="/.env.production.local",le="500000"} 8 http_response_size_bytes_bucket{method="GET",path="/.env.production.local",le="1e+06"} 8 http_response_size_bytes_bucket{method="GET",path="/.env.production.local",le="+Inf"} 8 http_response_size_bytes_sum{method="GET",path="/.env.production.local"} 344 http_response_size_bytes_count{method="GET",path="/.env.production.local"} 8 http_response_size_bytes_bucket{method="GET",path="/.env.production.old",le="100"} 6 http_response_size_bytes_bucket{method="GET",path="/.env.production.old",le="500"} 6 http_response_size_bytes_bucket{method="GET",path="/.env.production.old",le="1000"} 6 http_response_size_bytes_bucket{method="GET",path="/.env.production.old",le="5000"} 6 http_response_size_bytes_bucket{method="GET",path="/.env.production.old",le="10000"} 6 http_response_size_bytes_bucket{method="GET",path="/.env.production.old",le="50000"} 6 http_response_size_bytes_bucket{method="GET",path="/.env.production.old",le="100000"} 6 http_response_size_bytes_bucket{method="GET",path="/.env.production.old",le="500000"} 6 http_response_size_bytes_bucket{method="GET",path="/.env.production.old",le="1e+06"} 6 http_response_size_bytes_bucket{method="GET",path="/.env.production.old",le="+Inf"} 6 http_response_size_bytes_sum{method="GET",path="/.env.production.old"} 262 http_response_size_bytes_count{method="GET",path="/.env.production.old"} 6 http_response_size_bytes_bucket{method="GET",path="/.env.production.orig",le="100"} 6 http_response_size_bytes_bucket{method="GET",path="/.env.production.orig",le="500"} 6 http_response_size_bytes_bucket{method="GET",path="/.env.production.orig",le="1000"} 6 http_response_size_bytes_bucket{method="GET",path="/.env.production.orig",le="5000"} 6 http_response_size_bytes_bucket{method="GET",path="/.env.production.orig",le="10000"} 6 http_response_size_bytes_bucket{method="GET",path="/.env.production.orig",le="50000"} 6 http_response_size_bytes_bucket{method="GET",path="/.env.production.orig",le="100000"} 6 http_response_size_bytes_bucket{method="GET",path="/.env.production.orig",le="500000"} 6 http_response_size_bytes_bucket{method="GET",path="/.env.production.orig",le="1e+06"} 6 http_response_size_bytes_bucket{method="GET",path="/.env.production.orig",le="+Inf"} 6 http_response_size_bytes_sum{method="GET",path="/.env.production.orig"} 260 http_response_size_bytes_count{method="GET",path="/.env.production.orig"} 6 http_response_size_bytes_bucket{method="GET",path="/.env.production.save",le="100"} 6 http_response_size_bytes_bucket{method="GET",path="/.env.production.save",le="500"} 6 http_response_size_bytes_bucket{method="GET",path="/.env.production.save",le="1000"} 6 http_response_size_bytes_bucket{method="GET",path="/.env.production.save",le="5000"} 6 http_response_size_bytes_bucket{method="GET",path="/.env.production.save",le="10000"} 6 http_response_size_bytes_bucket{method="GET",path="/.env.production.save",le="50000"} 6 http_response_size_bytes_bucket{method="GET",path="/.env.production.save",le="100000"} 6 http_response_size_bytes_bucket{method="GET",path="/.env.production.save",le="500000"} 6 http_response_size_bytes_bucket{method="GET",path="/.env.production.save",le="1e+06"} 6 http_response_size_bytes_bucket{method="GET",path="/.env.production.save",le="+Inf"} 6 http_response_size_bytes_sum{method="GET",path="/.env.production.save"} 263 http_response_size_bytes_count{method="GET",path="/.env.production.save"} 6 http_response_size_bytes_bucket{method="GET",path="/.env.production.swp",le="100"} 6 http_response_size_bytes_bucket{method="GET",path="/.env.production.swp",le="500"} 6 http_response_size_bytes_bucket{method="GET",path="/.env.production.swp",le="1000"} 6 http_response_size_bytes_bucket{method="GET",path="/.env.production.swp",le="5000"} 6 http_response_size_bytes_bucket{method="GET",path="/.env.production.swp",le="10000"} 6 http_response_size_bytes_bucket{method="GET",path="/.env.production.swp",le="50000"} 6 http_response_size_bytes_bucket{method="GET",path="/.env.production.swp",le="100000"} 6 http_response_size_bytes_bucket{method="GET",path="/.env.production.swp",le="500000"} 6 http_response_size_bytes_bucket{method="GET",path="/.env.production.swp",le="1e+06"} 6 http_response_size_bytes_bucket{method="GET",path="/.env.production.swp",le="+Inf"} 6 http_response_size_bytes_sum{method="GET",path="/.env.production.swp"} 262 http_response_size_bytes_count{method="GET",path="/.env.production.swp"} 6 http_response_size_bytes_bucket{method="GET",path="/.env.production~",le="100"} 6 http_response_size_bytes_bucket{method="GET",path="/.env.production~",le="500"} 6 http_response_size_bytes_bucket{method="GET",path="/.env.production~",le="1000"} 6 http_response_size_bytes_bucket{method="GET",path="/.env.production~",le="5000"} 6 http_response_size_bytes_bucket{method="GET",path="/.env.production~",le="10000"} 6 http_response_size_bytes_bucket{method="GET",path="/.env.production~",le="50000"} 6 http_response_size_bytes_bucket{method="GET",path="/.env.production~",le="100000"} 6 http_response_size_bytes_bucket{method="GET",path="/.env.production~",le="500000"} 6 http_response_size_bytes_bucket{method="GET",path="/.env.production~",le="1e+06"} 6 http_response_size_bytes_bucket{method="GET",path="/.env.production~",le="+Inf"} 6 http_response_size_bytes_sum{method="GET",path="/.env.production~"} 262 http_response_size_bytes_count{method="GET",path="/.env.production~"} 6 http_response_size_bytes_bucket{method="GET",path="/.env.project",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.project",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.project",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.project",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.project",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.project",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.project",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.project",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.project",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.project",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/.env.project"} 88 http_response_size_bytes_count{method="GET",path="/.env.project"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.qa",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.qa",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.qa",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.qa",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.qa",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.qa",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.qa",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.qa",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.qa",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.qa",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/.env.qa"} 88 http_response_size_bytes_count{method="GET",path="/.env.qa"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.rar",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.rar",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.rar",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.rar",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.rar",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.rar",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.rar",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.rar",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.rar",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.rar",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/.env.rar"} 43 http_response_size_bytes_count{method="GET",path="/.env.rar"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.remote",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.remote",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.remote",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.remote",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.remote",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.remote",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.remote",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.remote",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.remote",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.remote",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/.env.remote"} 87 http_response_size_bytes_count{method="GET",path="/.env.remote"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.sample",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/.env.sample",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/.env.sample",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/.env.sample",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/.env.sample",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/.env.sample",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/.env.sample",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/.env.sample",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/.env.sample",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/.env.sample",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/.env.sample"} 175 http_response_size_bytes_count{method="GET",path="/.env.sample"} 4 http_response_size_bytes_bucket{method="GET",path="/.env.save",le="100"} 13 http_response_size_bytes_bucket{method="GET",path="/.env.save",le="500"} 13 http_response_size_bytes_bucket{method="GET",path="/.env.save",le="1000"} 13 http_response_size_bytes_bucket{method="GET",path="/.env.save",le="5000"} 13 http_response_size_bytes_bucket{method="GET",path="/.env.save",le="10000"} 13 http_response_size_bytes_bucket{method="GET",path="/.env.save",le="50000"} 13 http_response_size_bytes_bucket{method="GET",path="/.env.save",le="100000"} 13 http_response_size_bytes_bucket{method="GET",path="/.env.save",le="500000"} 13 http_response_size_bytes_bucket{method="GET",path="/.env.save",le="1e+06"} 13 http_response_size_bytes_bucket{method="GET",path="/.env.save",le="+Inf"} 13 http_response_size_bytes_sum{method="GET",path="/.env.save"} 566 http_response_size_bytes_count{method="GET",path="/.env.save"} 13 http_response_size_bytes_bucket{method="GET",path="/.env.shared",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.shared",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.shared",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.shared",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.shared",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.shared",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.shared",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.shared",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.shared",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.shared",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/.env.shared"} 43 http_response_size_bytes_count{method="GET",path="/.env.shared"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.sql",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.sql",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.sql",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.sql",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.sql",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.sql",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.sql",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.sql",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.sql",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.sql",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/.env.sql"} 43 http_response_size_bytes_count{method="GET",path="/.env.sql"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.sql.bz2",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.sql.bz2",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.sql.bz2",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.sql.bz2",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.sql.bz2",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.sql.bz2",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.sql.bz2",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.sql.bz2",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.sql.bz2",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.sql.bz2",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/.env.sql.bz2"} 43 http_response_size_bytes_count{method="GET",path="/.env.sql.bz2"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.sql.gz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.sql.gz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.sql.gz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.sql.gz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.sql.gz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.sql.gz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.sql.gz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.sql.gz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.sql.gz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.sql.gz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/.env.sql.gz"} 43 http_response_size_bytes_count{method="GET",path="/.env.sql.gz"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.stage",le="100"} 10 http_response_size_bytes_bucket{method="GET",path="/.env.stage",le="500"} 10 http_response_size_bytes_bucket{method="GET",path="/.env.stage",le="1000"} 10 http_response_size_bytes_bucket{method="GET",path="/.env.stage",le="5000"} 10 http_response_size_bytes_bucket{method="GET",path="/.env.stage",le="10000"} 10 http_response_size_bytes_bucket{method="GET",path="/.env.stage",le="50000"} 10 http_response_size_bytes_bucket{method="GET",path="/.env.stage",le="100000"} 10 http_response_size_bytes_bucket{method="GET",path="/.env.stage",le="500000"} 10 http_response_size_bytes_bucket{method="GET",path="/.env.stage",le="1e+06"} 10 http_response_size_bytes_bucket{method="GET",path="/.env.stage",le="+Inf"} 10 http_response_size_bytes_sum{method="GET",path="/.env.stage"} 431 http_response_size_bytes_count{method="GET",path="/.env.stage"} 10 http_response_size_bytes_bucket{method="GET",path="/.env.staging",le="100"} 10 http_response_size_bytes_bucket{method="GET",path="/.env.staging",le="500"} 10 http_response_size_bytes_bucket{method="GET",path="/.env.staging",le="1000"} 10 http_response_size_bytes_bucket{method="GET",path="/.env.staging",le="5000"} 10 http_response_size_bytes_bucket{method="GET",path="/.env.staging",le="10000"} 10 http_response_size_bytes_bucket{method="GET",path="/.env.staging",le="50000"} 10 http_response_size_bytes_bucket{method="GET",path="/.env.staging",le="100000"} 10 http_response_size_bytes_bucket{method="GET",path="/.env.staging",le="500000"} 10 http_response_size_bytes_bucket{method="GET",path="/.env.staging",le="1e+06"} 10 http_response_size_bytes_bucket{method="GET",path="/.env.staging",le="+Inf"} 10 http_response_size_bytes_sum{method="GET",path="/.env.staging"} 434 http_response_size_bytes_count{method="GET",path="/.env.staging"} 10 http_response_size_bytes_bucket{method="GET",path="/.env.swp",le="100"} 10 http_response_size_bytes_bucket{method="GET",path="/.env.swp",le="500"} 10 http_response_size_bytes_bucket{method="GET",path="/.env.swp",le="1000"} 10 http_response_size_bytes_bucket{method="GET",path="/.env.swp",le="5000"} 10 http_response_size_bytes_bucket{method="GET",path="/.env.swp",le="10000"} 10 http_response_size_bytes_bucket{method="GET",path="/.env.swp",le="50000"} 10 http_response_size_bytes_bucket{method="GET",path="/.env.swp",le="100000"} 10 http_response_size_bytes_bucket{method="GET",path="/.env.swp",le="500000"} 10 http_response_size_bytes_bucket{method="GET",path="/.env.swp",le="1e+06"} 10 http_response_size_bytes_bucket{method="GET",path="/.env.swp",le="+Inf"} 10 http_response_size_bytes_sum{method="GET",path="/.env.swp"} 436 http_response_size_bytes_count{method="GET",path="/.env.swp"} 10 http_response_size_bytes_bucket{method="GET",path="/.env.tar",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.tar",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.tar",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.tar",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.tar",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.tar",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.tar",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.tar",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.tar",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.tar",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/.env.tar"} 43 http_response_size_bytes_count{method="GET",path="/.env.tar"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.tar.bz2",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.tar.bz2",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.tar.bz2",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.tar.bz2",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.tar.bz2",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.tar.bz2",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.tar.bz2",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.tar.bz2",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.tar.bz2",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.tar.bz2",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/.env.tar.bz2"} 43 http_response_size_bytes_count{method="GET",path="/.env.tar.bz2"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.tar.gz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.tar.gz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.tar.gz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.tar.gz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.tar.gz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.tar.gz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.tar.gz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.tar.gz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.tar.gz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.tar.gz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/.env.tar.gz"} 43 http_response_size_bytes_count{method="GET",path="/.env.tar.gz"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.tar.xz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.tar.xz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.tar.xz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.tar.xz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.tar.xz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.tar.xz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.tar.xz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.tar.xz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.tar.xz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.tar.xz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/.env.tar.xz"} 43 http_response_size_bytes_count{method="GET",path="/.env.tar.xz"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.test",le="100"} 9 http_response_size_bytes_bucket{method="GET",path="/.env.test",le="500"} 9 http_response_size_bytes_bucket{method="GET",path="/.env.test",le="1000"} 9 http_response_size_bytes_bucket{method="GET",path="/.env.test",le="5000"} 9 http_response_size_bytes_bucket{method="GET",path="/.env.test",le="10000"} 9 http_response_size_bytes_bucket{method="GET",path="/.env.test",le="50000"} 9 http_response_size_bytes_bucket{method="GET",path="/.env.test",le="100000"} 9 http_response_size_bytes_bucket{method="GET",path="/.env.test",le="500000"} 9 http_response_size_bytes_bucket{method="GET",path="/.env.test",le="1e+06"} 9 http_response_size_bytes_bucket{method="GET",path="/.env.test",le="+Inf"} 9 http_response_size_bytes_sum{method="GET",path="/.env.test"} 392 http_response_size_bytes_count{method="GET",path="/.env.test"} 9 http_response_size_bytes_bucket{method="GET",path="/.env.testing",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.testing",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.testing",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.testing",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.testing",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.testing",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.testing",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.testing",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.testing",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.testing",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/.env.testing"} 88 http_response_size_bytes_count{method="GET",path="/.env.testing"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.tgz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.tgz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.tgz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.tgz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.tgz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.tgz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.tgz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.tgz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.tgz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.tgz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/.env.tgz"} 43 http_response_size_bytes_count{method="GET",path="/.env.tgz"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.tmp",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.tmp",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.tmp",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.tmp",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.tmp",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.tmp",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.tmp",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.tmp",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.tmp",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.tmp",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/.env.tmp"} 43 http_response_size_bytes_count{method="GET",path="/.env.tmp"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.txt",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.txt",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.txt",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.txt",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.txt",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.txt",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.txt",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.txt",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.txt",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.txt",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/.env.txt"} 87 http_response_size_bytes_count{method="GET",path="/.env.txt"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.uat",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.uat",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.uat",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.uat",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.uat",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.uat",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.uat",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.uat",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.uat",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.uat",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/.env.uat"} 87 http_response_size_bytes_count{method="GET",path="/.env.uat"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.yaml",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.yaml",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.yaml",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.yaml",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.yaml",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.yaml",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.yaml",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.yaml",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.yaml",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.yaml",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/.env.yaml"} 44 http_response_size_bytes_count{method="GET",path="/.env.yaml"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.yml",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.yml",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.yml",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.yml",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.yml",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.yml",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.yml",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.yml",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.yml",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.yml",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/.env.yml"} 44 http_response_size_bytes_count{method="GET",path="/.env.yml"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.zip",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.zip",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.zip",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.zip",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.zip",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.zip",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.zip",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.zip",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.zip",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.zip",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/.env.zip"} 43 http_response_size_bytes_count{method="GET",path="/.env.zip"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.zst",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.zst",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.zst",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.zst",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.zst",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.zst",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.zst",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.zst",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.zst",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.zst",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/.env.zst"} 43 http_response_size_bytes_count{method="GET",path="/.env.zst"} 1 http_response_size_bytes_bucket{method="GET",path="/.env1",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/.env1",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/.env1",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env1",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env1",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env1",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env1",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env1",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env1",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/.env1",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/.env1"} 44 http_response_size_bytes_count{method="GET",path="/.env1"} 1 http_response_size_bytes_bucket{method="GET",path="/.env2",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/.env2",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/.env2",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env2",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env2",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env2",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env2",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env2",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env2",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/.env2",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/.env2"} 43 http_response_size_bytes_count{method="GET",path="/.env2"} 1 http_response_size_bytes_bucket{method="GET",path="/.env_1",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/.env_1",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/.env_1",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env_1",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env_1",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env_1",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env_1",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env_1",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env_1",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/.env_1",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/.env_1"} 43 http_response_size_bytes_count{method="GET",path="/.env_1"} 1 http_response_size_bytes_bucket{method="GET",path="/.env_copy",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/.env_copy",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/.env_copy",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env_copy",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env_copy",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env_copy",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env_copy",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env_copy",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env_copy",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/.env_copy",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/.env_copy"} 44 http_response_size_bytes_count{method="GET",path="/.env_copy"} 1 http_response_size_bytes_bucket{method="GET",path="/.env_sample",le="100"} 8 http_response_size_bytes_bucket{method="GET",path="/.env_sample",le="500"} 8 http_response_size_bytes_bucket{method="GET",path="/.env_sample",le="1000"} 8 http_response_size_bytes_bucket{method="GET",path="/.env_sample",le="5000"} 8 http_response_size_bytes_bucket{method="GET",path="/.env_sample",le="10000"} 8 http_response_size_bytes_bucket{method="GET",path="/.env_sample",le="50000"} 8 http_response_size_bytes_bucket{method="GET",path="/.env_sample",le="100000"} 8 http_response_size_bytes_bucket{method="GET",path="/.env_sample",le="500000"} 8 http_response_size_bytes_bucket{method="GET",path="/.env_sample",le="1e+06"} 8 http_response_size_bytes_bucket{method="GET",path="/.env_sample",le="+Inf"} 8 http_response_size_bytes_sum{method="GET",path="/.env_sample"} 344 http_response_size_bytes_count{method="GET",path="/.env_sample"} 8 http_response_size_bytes_bucket{method="GET",path="/.environment",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/.environment",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/.environment",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/.environment",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/.environment",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/.environment",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/.environment",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/.environment",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/.environment",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/.environment",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/.environment"} 88 http_response_size_bytes_count{method="GET",path="/.environment"} 2 http_response_size_bytes_bucket{method="GET",path="/.envrc",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/.envrc",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/.envrc",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/.envrc",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/.envrc",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/.envrc",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/.envrc",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/.envrc",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/.envrc",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/.envrc",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/.envrc"} 43 http_response_size_bytes_count{method="GET",path="/.envrc"} 1 http_response_size_bytes_bucket{method="GET",path="/.env~",le="100"} 10 http_response_size_bytes_bucket{method="GET",path="/.env~",le="500"} 10 http_response_size_bytes_bucket{method="GET",path="/.env~",le="1000"} 10 http_response_size_bytes_bucket{method="GET",path="/.env~",le="5000"} 10 http_response_size_bytes_bucket{method="GET",path="/.env~",le="10000"} 10 http_response_size_bytes_bucket{method="GET",path="/.env~",le="50000"} 10 http_response_size_bytes_bucket{method="GET",path="/.env~",le="100000"} 10 http_response_size_bytes_bucket{method="GET",path="/.env~",le="500000"} 10 http_response_size_bytes_bucket{method="GET",path="/.env~",le="1e+06"} 10 http_response_size_bytes_bucket{method="GET",path="/.env~",le="+Inf"} 10 http_response_size_bytes_sum{method="GET",path="/.env~"} 435 http_response_size_bytes_count{method="GET",path="/.env~"} 10 http_response_size_bytes_bucket{method="GET",path="/.firebase/hosting.json",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/.firebase/hosting.json",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/.firebase/hosting.json",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/.firebase/hosting.json",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/.firebase/hosting.json",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/.firebase/hosting.json",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/.firebase/hosting.json",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/.firebase/hosting.json",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/.firebase/hosting.json",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/.firebase/hosting.json",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/.firebase/hosting.json"} 43 http_response_size_bytes_count{method="GET",path="/.firebase/hosting.json"} 1 http_response_size_bytes_bucket{method="GET",path="/.gcp/credentials.json",le="100"} 7 http_response_size_bytes_bucket{method="GET",path="/.gcp/credentials.json",le="500"} 7 http_response_size_bytes_bucket{method="GET",path="/.gcp/credentials.json",le="1000"} 7 http_response_size_bytes_bucket{method="GET",path="/.gcp/credentials.json",le="5000"} 7 http_response_size_bytes_bucket{method="GET",path="/.gcp/credentials.json",le="10000"} 7 http_response_size_bytes_bucket{method="GET",path="/.gcp/credentials.json",le="50000"} 7 http_response_size_bytes_bucket{method="GET",path="/.gcp/credentials.json",le="100000"} 7 http_response_size_bytes_bucket{method="GET",path="/.gcp/credentials.json",le="500000"} 7 http_response_size_bytes_bucket{method="GET",path="/.gcp/credentials.json",le="1e+06"} 7 http_response_size_bytes_bucket{method="GET",path="/.gcp/credentials.json",le="+Inf"} 7 http_response_size_bytes_sum{method="GET",path="/.gcp/credentials.json"} 306 http_response_size_bytes_count{method="GET",path="/.gcp/credentials.json"} 7 http_response_size_bytes_bucket{method="GET",path="/.git",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/.git",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/.git",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/.git",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/.git",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/.git",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/.git",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/.git",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/.git",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/.git",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/.git"} 88 http_response_size_bytes_count{method="GET",path="/.git"} 2 http_response_size_bytes_bucket{method="GET",path="/.git-askpass.sh",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/.git-askpass.sh",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/.git-askpass.sh",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/.git-askpass.sh",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/.git-askpass.sh",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/.git-askpass.sh",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/.git-askpass.sh",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/.git-askpass.sh",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/.git-askpass.sh",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/.git-askpass.sh",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/.git-askpass.sh"} 88 http_response_size_bytes_count{method="GET",path="/.git-askpass.sh"} 2 http_response_size_bytes_bucket{method="GET",path="/.git-credentials",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/.git-credentials",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/.git-credentials",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/.git-credentials",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/.git-credentials",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/.git-credentials",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/.git-credentials",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/.git-credentials",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/.git-credentials",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/.git-credentials",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/.git-credentials"} 174 http_response_size_bytes_count{method="GET",path="/.git-credentials"} 4 http_response_size_bytes_bucket{method="GET",path="/.git-secret",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/.git-secret",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/.git-secret",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/.git-secret",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/.git-secret",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/.git-secret",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/.git-secret",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/.git-secret",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/.git-secret",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/.git-secret",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/.git-secret"} 88 http_response_size_bytes_count{method="GET",path="/.git-secret"} 2 http_response_size_bytes_bucket{method="GET",path="/.git-secrets",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/.git-secrets",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/.git-secrets",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/.git-secrets",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/.git-secrets",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/.git-secrets",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/.git-secrets",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/.git-secrets",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/.git-secrets",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/.git-secrets",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/.git-secrets"} 88 http_response_size_bytes_count{method="GET",path="/.git-secrets"} 2 http_response_size_bytes_bucket{method="GET",path="/.git.7z",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/.git.7z",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/.git.7z",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/.git.7z",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/.git.7z",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/.git.7z",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/.git.7z",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/.git.7z",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/.git.7z",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/.git.7z",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/.git.7z"} 43 http_response_size_bytes_count{method="GET",path="/.git.7z"} 1 http_response_size_bytes_bucket{method="GET",path="/.git.bz2",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/.git.bz2",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/.git.bz2",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/.git.bz2",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/.git.bz2",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/.git.bz2",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/.git.bz2",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/.git.bz2",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/.git.bz2",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/.git.bz2",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/.git.bz2"} 43 http_response_size_bytes_count{method="GET",path="/.git.bz2"} 1 http_response_size_bytes_bucket{method="GET",path="/.git.gz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/.git.gz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/.git.gz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/.git.gz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/.git.gz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/.git.gz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/.git.gz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/.git.gz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/.git.gz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/.git.gz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/.git.gz"} 43 http_response_size_bytes_count{method="GET",path="/.git.gz"} 1 http_response_size_bytes_bucket{method="GET",path="/.git.rar",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/.git.rar",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/.git.rar",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/.git.rar",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/.git.rar",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/.git.rar",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/.git.rar",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/.git.rar",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/.git.rar",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/.git.rar",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/.git.rar"} 43 http_response_size_bytes_count{method="GET",path="/.git.rar"} 1 http_response_size_bytes_bucket{method="GET",path="/.git.sql",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/.git.sql",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/.git.sql",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/.git.sql",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/.git.sql",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/.git.sql",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/.git.sql",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/.git.sql",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/.git.sql",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/.git.sql",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/.git.sql"} 43 http_response_size_bytes_count{method="GET",path="/.git.sql"} 1 http_response_size_bytes_bucket{method="GET",path="/.git.sql.bz2",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/.git.sql.bz2",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/.git.sql.bz2",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/.git.sql.bz2",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/.git.sql.bz2",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/.git.sql.bz2",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/.git.sql.bz2",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/.git.sql.bz2",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/.git.sql.bz2",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/.git.sql.bz2",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/.git.sql.bz2"} 43 http_response_size_bytes_count{method="GET",path="/.git.sql.bz2"} 1 http_response_size_bytes_bucket{method="GET",path="/.git.sql.gz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/.git.sql.gz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/.git.sql.gz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/.git.sql.gz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/.git.sql.gz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/.git.sql.gz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/.git.sql.gz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/.git.sql.gz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/.git.sql.gz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/.git.sql.gz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/.git.sql.gz"} 43 http_response_size_bytes_count{method="GET",path="/.git.sql.gz"} 1 http_response_size_bytes_bucket{method="GET",path="/.git.tar",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/.git.tar",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/.git.tar",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/.git.tar",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/.git.tar",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/.git.tar",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/.git.tar",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/.git.tar",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/.git.tar",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/.git.tar",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/.git.tar"} 43 http_response_size_bytes_count{method="GET",path="/.git.tar"} 1 http_response_size_bytes_bucket{method="GET",path="/.git.tar.bz2",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/.git.tar.bz2",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/.git.tar.bz2",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/.git.tar.bz2",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/.git.tar.bz2",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/.git.tar.bz2",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/.git.tar.bz2",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/.git.tar.bz2",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/.git.tar.bz2",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/.git.tar.bz2",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/.git.tar.bz2"} 43 http_response_size_bytes_count{method="GET",path="/.git.tar.bz2"} 1 http_response_size_bytes_bucket{method="GET",path="/.git.tar.gz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/.git.tar.gz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/.git.tar.gz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/.git.tar.gz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/.git.tar.gz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/.git.tar.gz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/.git.tar.gz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/.git.tar.gz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/.git.tar.gz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/.git.tar.gz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/.git.tar.gz"} 43 http_response_size_bytes_count{method="GET",path="/.git.tar.gz"} 1 http_response_size_bytes_bucket{method="GET",path="/.git.tar.xz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/.git.tar.xz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/.git.tar.xz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/.git.tar.xz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/.git.tar.xz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/.git.tar.xz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/.git.tar.xz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/.git.tar.xz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/.git.tar.xz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/.git.tar.xz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/.git.tar.xz"} 43 http_response_size_bytes_count{method="GET",path="/.git.tar.xz"} 1 http_response_size_bytes_bucket{method="GET",path="/.git.tgz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/.git.tgz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/.git.tgz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/.git.tgz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/.git.tgz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/.git.tgz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/.git.tgz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/.git.tgz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/.git.tgz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/.git.tgz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/.git.tgz"} 43 http_response_size_bytes_count{method="GET",path="/.git.tgz"} 1 http_response_size_bytes_bucket{method="GET",path="/.git.zip",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/.git.zip",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/.git.zip",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/.git.zip",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/.git.zip",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/.git.zip",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/.git.zip",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/.git.zip",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/.git.zip",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/.git.zip",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/.git.zip"} 43 http_response_size_bytes_count{method="GET",path="/.git.zip"} 1 http_response_size_bytes_bucket{method="GET",path="/.git.zst",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/.git.zst",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/.git.zst",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/.git.zst",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/.git.zst",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/.git.zst",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/.git.zst",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/.git.zst",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/.git.zst",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/.git.zst",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/.git.zst"} 43 http_response_size_bytes_count{method="GET",path="/.git.zst"} 1 http_response_size_bytes_bucket{method="GET",path="/.git/",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/.git/",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/.git/",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/.git/",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/.git/",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/.git/",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/.git/",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/.git/",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/.git/",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/.git/",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/.git/"} 87 http_response_size_bytes_count{method="GET",path="/.git/"} 2 http_response_size_bytes_bucket{method="GET",path="/.git/.env",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/.git/.env",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/.git/.env",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/.git/.env",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/.git/.env",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/.git/.env",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/.git/.env",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/.git/.env",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/.git/.env",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/.git/.env",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/.git/.env"} 44 http_response_size_bytes_count{method="GET",path="/.git/.env"} 1 http_response_size_bytes_bucket{method="GET",path="/.git/COMMIT_EDITMSG",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/.git/COMMIT_EDITMSG",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/.git/COMMIT_EDITMSG",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/.git/COMMIT_EDITMSG",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/.git/COMMIT_EDITMSG",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/.git/COMMIT_EDITMSG",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/.git/COMMIT_EDITMSG",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/.git/COMMIT_EDITMSG",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/.git/COMMIT_EDITMSG",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/.git/COMMIT_EDITMSG",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/.git/COMMIT_EDITMSG"} 88 http_response_size_bytes_count{method="GET",path="/.git/COMMIT_EDITMSG"} 2 http_response_size_bytes_bucket{method="GET",path="/.git/FETCH_HEAD",le="100"} 8 http_response_size_bytes_bucket{method="GET",path="/.git/FETCH_HEAD",le="500"} 8 http_response_size_bytes_bucket{method="GET",path="/.git/FETCH_HEAD",le="1000"} 8 http_response_size_bytes_bucket{method="GET",path="/.git/FETCH_HEAD",le="5000"} 8 http_response_size_bytes_bucket{method="GET",path="/.git/FETCH_HEAD",le="10000"} 8 http_response_size_bytes_bucket{method="GET",path="/.git/FETCH_HEAD",le="50000"} 8 http_response_size_bytes_bucket{method="GET",path="/.git/FETCH_HEAD",le="100000"} 8 http_response_size_bytes_bucket{method="GET",path="/.git/FETCH_HEAD",le="500000"} 8 http_response_size_bytes_bucket{method="GET",path="/.git/FETCH_HEAD",le="1e+06"} 8 http_response_size_bytes_bucket{method="GET",path="/.git/FETCH_HEAD",le="+Inf"} 8 http_response_size_bytes_sum{method="GET",path="/.git/FETCH_HEAD"} 346 http_response_size_bytes_count{method="GET",path="/.git/FETCH_HEAD"} 8 http_response_size_bytes_bucket{method="GET",path="/.git/HEAD",le="100"} 18 http_response_size_bytes_bucket{method="GET",path="/.git/HEAD",le="500"} 18 http_response_size_bytes_bucket{method="GET",path="/.git/HEAD",le="1000"} 18 http_response_size_bytes_bucket{method="GET",path="/.git/HEAD",le="5000"} 18 http_response_size_bytes_bucket{method="GET",path="/.git/HEAD",le="10000"} 18 http_response_size_bytes_bucket{method="GET",path="/.git/HEAD",le="50000"} 18 http_response_size_bytes_bucket{method="GET",path="/.git/HEAD",le="100000"} 18 http_response_size_bytes_bucket{method="GET",path="/.git/HEAD",le="500000"} 18 http_response_size_bytes_bucket{method="GET",path="/.git/HEAD",le="1e+06"} 18 http_response_size_bytes_bucket{method="GET",path="/.git/HEAD",le="+Inf"} 18 http_response_size_bytes_sum{method="GET",path="/.git/HEAD"} 730 http_response_size_bytes_count{method="GET",path="/.git/HEAD"} 18 http_response_size_bytes_bucket{method="GET",path="/.git/ORIG_HEAD",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/.git/ORIG_HEAD",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/.git/ORIG_HEAD",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/.git/ORIG_HEAD",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/.git/ORIG_HEAD",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/.git/ORIG_HEAD",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/.git/ORIG_HEAD",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/.git/ORIG_HEAD",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/.git/ORIG_HEAD",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/.git/ORIG_HEAD",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/.git/ORIG_HEAD"} 88 http_response_size_bytes_count{method="GET",path="/.git/ORIG_HEAD"} 2 http_response_size_bytes_bucket{method="GET",path="/.git/config",le="100"} 62 http_response_size_bytes_bucket{method="GET",path="/.git/config",le="500"} 62 http_response_size_bytes_bucket{method="GET",path="/.git/config",le="1000"} 62 http_response_size_bytes_bucket{method="GET",path="/.git/config",le="5000"} 62 http_response_size_bytes_bucket{method="GET",path="/.git/config",le="10000"} 62 http_response_size_bytes_bucket{method="GET",path="/.git/config",le="50000"} 62 http_response_size_bytes_bucket{method="GET",path="/.git/config",le="100000"} 62 http_response_size_bytes_bucket{method="GET",path="/.git/config",le="500000"} 62 http_response_size_bytes_bucket{method="GET",path="/.git/config",le="1e+06"} 62 http_response_size_bytes_bucket{method="GET",path="/.git/config",le="+Inf"} 62 http_response_size_bytes_sum{method="GET",path="/.git/config"} 2647 http_response_size_bytes_count{method="GET",path="/.git/config"} 62 http_response_size_bytes_bucket{method="GET",path="/.git/config.bak",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/.git/config.bak",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/.git/config.bak",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/.git/config.bak",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/.git/config.bak",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/.git/config.bak",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/.git/config.bak",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/.git/config.bak",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/.git/config.bak",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/.git/config.bak",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/.git/config.bak"} 88 http_response_size_bytes_count{method="GET",path="/.git/config.bak"} 2 http_response_size_bytes_bucket{method="GET",path="/.git/config.old",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/.git/config.old",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/.git/config.old",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/.git/config.old",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/.git/config.old",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/.git/config.old",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/.git/config.old",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/.git/config.old",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/.git/config.old",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/.git/config.old",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/.git/config.old"} 88 http_response_size_bytes_count{method="GET",path="/.git/config.old"} 2 http_response_size_bytes_bucket{method="GET",path="/.git/config~",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/.git/config~",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/.git/config~",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/.git/config~",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/.git/config~",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/.git/config~",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/.git/config~",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/.git/config~",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/.git/config~",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/.git/config~",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/.git/config~"} 88 http_response_size_bytes_count{method="GET",path="/.git/config~"} 2 http_response_size_bytes_bucket{method="GET",path="/.git/description",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/.git/description",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/.git/description",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/.git/description",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/.git/description",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/.git/description",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/.git/description",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/.git/description",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/.git/description",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/.git/description",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/.git/description"} 88 http_response_size_bytes_count{method="GET",path="/.git/description"} 2 http_response_size_bytes_bucket{method="GET",path="/.git/hooks",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/.git/hooks",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/.git/hooks",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/.git/hooks",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/.git/hooks",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/.git/hooks",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/.git/hooks",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/.git/hooks",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/.git/hooks",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/.git/hooks",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/.git/hooks"} 88 http_response_size_bytes_count{method="GET",path="/.git/hooks"} 2 http_response_size_bytes_bucket{method="GET",path="/.git/hooks/post-commit",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/.git/hooks/post-commit",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/.git/hooks/post-commit",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/.git/hooks/post-commit",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/.git/hooks/post-commit",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/.git/hooks/post-commit",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/.git/hooks/post-commit",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/.git/hooks/post-commit",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/.git/hooks/post-commit",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/.git/hooks/post-commit",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/.git/hooks/post-commit"} 88 http_response_size_bytes_count{method="GET",path="/.git/hooks/post-commit"} 2 http_response_size_bytes_bucket{method="GET",path="/.git/hooks/pre-commit",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/.git/hooks/pre-commit",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/.git/hooks/pre-commit",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/.git/hooks/pre-commit",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/.git/hooks/pre-commit",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/.git/hooks/pre-commit",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/.git/hooks/pre-commit",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/.git/hooks/pre-commit",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/.git/hooks/pre-commit",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/.git/hooks/pre-commit",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/.git/hooks/pre-commit"} 88 http_response_size_bytes_count{method="GET",path="/.git/hooks/pre-commit"} 2 http_response_size_bytes_bucket{method="GET",path="/.git/index",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/.git/index",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/.git/index",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/.git/index",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/.git/index",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/.git/index",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/.git/index",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/.git/index",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/.git/index",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/.git/index",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/.git/index"} 131 http_response_size_bytes_count{method="GET",path="/.git/index"} 3 http_response_size_bytes_bucket{method="GET",path="/.git/info",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/.git/info",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/.git/info",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/.git/info",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/.git/info",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/.git/info",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/.git/info",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/.git/info",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/.git/info",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/.git/info",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/.git/info"} 88 http_response_size_bytes_count{method="GET",path="/.git/info"} 2 http_response_size_bytes_bucket{method="GET",path="/.git/info/exclude",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/.git/info/exclude",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/.git/info/exclude",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/.git/info/exclude",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/.git/info/exclude",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/.git/info/exclude",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/.git/info/exclude",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/.git/info/exclude",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/.git/info/exclude",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/.git/info/exclude",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/.git/info/exclude"} 87 http_response_size_bytes_count{method="GET",path="/.git/info/exclude"} 2 http_response_size_bytes_bucket{method="GET",path="/.git/logs/HEAD",le="100"} 9 http_response_size_bytes_bucket{method="GET",path="/.git/logs/HEAD",le="500"} 9 http_response_size_bytes_bucket{method="GET",path="/.git/logs/HEAD",le="1000"} 9 http_response_size_bytes_bucket{method="GET",path="/.git/logs/HEAD",le="5000"} 9 http_response_size_bytes_bucket{method="GET",path="/.git/logs/HEAD",le="10000"} 9 http_response_size_bytes_bucket{method="GET",path="/.git/logs/HEAD",le="50000"} 9 http_response_size_bytes_bucket{method="GET",path="/.git/logs/HEAD",le="100000"} 9 http_response_size_bytes_bucket{method="GET",path="/.git/logs/HEAD",le="500000"} 9 http_response_size_bytes_bucket{method="GET",path="/.git/logs/HEAD",le="1e+06"} 9 http_response_size_bytes_bucket{method="GET",path="/.git/logs/HEAD",le="+Inf"} 9 http_response_size_bytes_sum{method="GET",path="/.git/logs/HEAD"} 390 http_response_size_bytes_count{method="GET",path="/.git/logs/HEAD"} 9 http_response_size_bytes_bucket{method="GET",path="/.git/logs/refs/heads/main",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/.git/logs/refs/heads/main",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/.git/logs/refs/heads/main",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/.git/logs/refs/heads/main",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/.git/logs/refs/heads/main",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/.git/logs/refs/heads/main",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/.git/logs/refs/heads/main",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/.git/logs/refs/heads/main",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/.git/logs/refs/heads/main",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/.git/logs/refs/heads/main",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/.git/logs/refs/heads/main"} 87 http_response_size_bytes_count{method="GET",path="/.git/logs/refs/heads/main"} 2 http_response_size_bytes_bucket{method="GET",path="/.git/logs/refs/heads/master",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/.git/logs/refs/heads/master",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/.git/logs/refs/heads/master",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/.git/logs/refs/heads/master",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/.git/logs/refs/heads/master",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/.git/logs/refs/heads/master",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/.git/logs/refs/heads/master",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/.git/logs/refs/heads/master",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/.git/logs/refs/heads/master",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/.git/logs/refs/heads/master",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/.git/logs/refs/heads/master"} 87 http_response_size_bytes_count{method="GET",path="/.git/logs/refs/heads/master"} 2 http_response_size_bytes_bucket{method="GET",path="/.git/logs/refs/remotes/origin/main",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/.git/logs/refs/remotes/origin/main",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/.git/logs/refs/remotes/origin/main",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/.git/logs/refs/remotes/origin/main",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/.git/logs/refs/remotes/origin/main",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/.git/logs/refs/remotes/origin/main",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/.git/logs/refs/remotes/origin/main",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/.git/logs/refs/remotes/origin/main",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/.git/logs/refs/remotes/origin/main",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/.git/logs/refs/remotes/origin/main",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/.git/logs/refs/remotes/origin/main"} 88 http_response_size_bytes_count{method="GET",path="/.git/logs/refs/remotes/origin/main"} 2 http_response_size_bytes_bucket{method="GET",path="/.git/logs/refs/remotes/origin/master",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/.git/logs/refs/remotes/origin/master",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/.git/logs/refs/remotes/origin/master",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/.git/logs/refs/remotes/origin/master",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/.git/logs/refs/remotes/origin/master",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/.git/logs/refs/remotes/origin/master",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/.git/logs/refs/remotes/origin/master",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/.git/logs/refs/remotes/origin/master",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/.git/logs/refs/remotes/origin/master",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/.git/logs/refs/remotes/origin/master",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/.git/logs/refs/remotes/origin/master"} 88 http_response_size_bytes_count{method="GET",path="/.git/logs/refs/remotes/origin/master"} 2 http_response_size_bytes_bucket{method="GET",path="/.git/objects",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/.git/objects",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/.git/objects",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/.git/objects",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/.git/objects",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/.git/objects",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/.git/objects",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/.git/objects",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/.git/objects",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/.git/objects",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/.git/objects"} 88 http_response_size_bytes_count{method="GET",path="/.git/objects"} 2 http_response_size_bytes_bucket{method="GET",path="/.git/objects/info",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/.git/objects/info",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/.git/objects/info",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/.git/objects/info",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/.git/objects/info",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/.git/objects/info",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/.git/objects/info",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/.git/objects/info",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/.git/objects/info",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/.git/objects/info",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/.git/objects/info"} 88 http_response_size_bytes_count{method="GET",path="/.git/objects/info"} 2 http_response_size_bytes_bucket{method="GET",path="/.git/objects/pack",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/.git/objects/pack",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/.git/objects/pack",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/.git/objects/pack",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/.git/objects/pack",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/.git/objects/pack",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/.git/objects/pack",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/.git/objects/pack",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/.git/objects/pack",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/.git/objects/pack",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/.git/objects/pack"} 87 http_response_size_bytes_count{method="GET",path="/.git/objects/pack"} 2 http_response_size_bytes_bucket{method="GET",path="/.git/packed-refs",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/.git/packed-refs",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/.git/packed-refs",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/.git/packed-refs",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/.git/packed-refs",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/.git/packed-refs",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/.git/packed-refs",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/.git/packed-refs",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/.git/packed-refs",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/.git/packed-refs",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/.git/packed-refs"} 131 http_response_size_bytes_count{method="GET",path="/.git/packed-refs"} 3 http_response_size_bytes_bucket{method="GET",path="/.git/refs/heads/main",le="100"} 8 http_response_size_bytes_bucket{method="GET",path="/.git/refs/heads/main",le="500"} 8 http_response_size_bytes_bucket{method="GET",path="/.git/refs/heads/main",le="1000"} 8 http_response_size_bytes_bucket{method="GET",path="/.git/refs/heads/main",le="5000"} 8 http_response_size_bytes_bucket{method="GET",path="/.git/refs/heads/main",le="10000"} 8 http_response_size_bytes_bucket{method="GET",path="/.git/refs/heads/main",le="50000"} 8 http_response_size_bytes_bucket{method="GET",path="/.git/refs/heads/main",le="100000"} 8 http_response_size_bytes_bucket{method="GET",path="/.git/refs/heads/main",le="500000"} 8 http_response_size_bytes_bucket{method="GET",path="/.git/refs/heads/main",le="1e+06"} 8 http_response_size_bytes_bucket{method="GET",path="/.git/refs/heads/main",le="+Inf"} 8 http_response_size_bytes_sum{method="GET",path="/.git/refs/heads/main"} 347 http_response_size_bytes_count{method="GET",path="/.git/refs/heads/main"} 8 http_response_size_bytes_bucket{method="GET",path="/.git/refs/heads/master",le="100"} 8 http_response_size_bytes_bucket{method="GET",path="/.git/refs/heads/master",le="500"} 8 http_response_size_bytes_bucket{method="GET",path="/.git/refs/heads/master",le="1000"} 8 http_response_size_bytes_bucket{method="GET",path="/.git/refs/heads/master",le="5000"} 8 http_response_size_bytes_bucket{method="GET",path="/.git/refs/heads/master",le="10000"} 8 http_response_size_bytes_bucket{method="GET",path="/.git/refs/heads/master",le="50000"} 8 http_response_size_bytes_bucket{method="GET",path="/.git/refs/heads/master",le="100000"} 8 http_response_size_bytes_bucket{method="GET",path="/.git/refs/heads/master",le="500000"} 8 http_response_size_bytes_bucket{method="GET",path="/.git/refs/heads/master",le="1e+06"} 8 http_response_size_bytes_bucket{method="GET",path="/.git/refs/heads/master",le="+Inf"} 8 http_response_size_bytes_sum{method="GET",path="/.git/refs/heads/master"} 347 http_response_size_bytes_count{method="GET",path="/.git/refs/heads/master"} 8 http_response_size_bytes_bucket{method="GET",path="/.git/refs/remotes/origin/HEAD",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/.git/refs/remotes/origin/HEAD",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/.git/refs/remotes/origin/HEAD",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/.git/refs/remotes/origin/HEAD",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/.git/refs/remotes/origin/HEAD",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/.git/refs/remotes/origin/HEAD",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/.git/refs/remotes/origin/HEAD",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/.git/refs/remotes/origin/HEAD",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/.git/refs/remotes/origin/HEAD",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/.git/refs/remotes/origin/HEAD",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/.git/refs/remotes/origin/HEAD"} 88 http_response_size_bytes_count{method="GET",path="/.git/refs/remotes/origin/HEAD"} 2 http_response_size_bytes_bucket{method="GET",path="/.gitattributes",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/.gitattributes",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/.gitattributes",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/.gitattributes",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/.gitattributes",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/.gitattributes",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/.gitattributes",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/.gitattributes",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/.gitattributes",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/.gitattributes",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/.gitattributes"} 88 http_response_size_bytes_count{method="GET",path="/.gitattributes"} 2 http_response_size_bytes_bucket{method="GET",path="/.github",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/.github",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/.github",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/.github",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/.github",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/.github",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/.github",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/.github",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/.github",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/.github",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/.github"} 88 http_response_size_bytes_count{method="GET",path="/.github"} 2 http_response_size_bytes_bucket{method="GET",path="/.github/CODEOWNERS",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/.github/CODEOWNERS",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/.github/CODEOWNERS",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/.github/CODEOWNERS",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/.github/CODEOWNERS",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/.github/CODEOWNERS",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/.github/CODEOWNERS",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/.github/CODEOWNERS",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/.github/CODEOWNERS",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/.github/CODEOWNERS",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/.github/CODEOWNERS"} 88 http_response_size_bytes_count{method="GET",path="/.github/CODEOWNERS"} 2 http_response_size_bytes_bucket{method="GET",path="/.github/ISSUE_TEMPLATE",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/.github/ISSUE_TEMPLATE",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/.github/ISSUE_TEMPLATE",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/.github/ISSUE_TEMPLATE",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/.github/ISSUE_TEMPLATE",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/.github/ISSUE_TEMPLATE",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/.github/ISSUE_TEMPLATE",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/.github/ISSUE_TEMPLATE",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/.github/ISSUE_TEMPLATE",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/.github/ISSUE_TEMPLATE",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/.github/ISSUE_TEMPLATE"} 88 http_response_size_bytes_count{method="GET",path="/.github/ISSUE_TEMPLATE"} 2 http_response_size_bytes_bucket{method="GET",path="/.github/PULL_REQUEST_TEMPLATE.md",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/.github/PULL_REQUEST_TEMPLATE.md",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/.github/PULL_REQUEST_TEMPLATE.md",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/.github/PULL_REQUEST_TEMPLATE.md",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/.github/PULL_REQUEST_TEMPLATE.md",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/.github/PULL_REQUEST_TEMPLATE.md",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/.github/PULL_REQUEST_TEMPLATE.md",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/.github/PULL_REQUEST_TEMPLATE.md",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/.github/PULL_REQUEST_TEMPLATE.md",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/.github/PULL_REQUEST_TEMPLATE.md",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/.github/PULL_REQUEST_TEMPLATE.md"} 87 http_response_size_bytes_count{method="GET",path="/.github/PULL_REQUEST_TEMPLATE.md"} 2 http_response_size_bytes_bucket{method="GET",path="/.github/dependabot.yml",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/.github/dependabot.yml",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/.github/dependabot.yml",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/.github/dependabot.yml",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/.github/dependabot.yml",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/.github/dependabot.yml",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/.github/dependabot.yml",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/.github/dependabot.yml",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/.github/dependabot.yml",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/.github/dependabot.yml",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/.github/dependabot.yml"} 88 http_response_size_bytes_count{method="GET",path="/.github/dependabot.yml"} 2 http_response_size_bytes_bucket{method="GET",path="/.github/funding.yml",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/.github/funding.yml",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/.github/funding.yml",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/.github/funding.yml",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/.github/funding.yml",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/.github/funding.yml",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/.github/funding.yml",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/.github/funding.yml",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/.github/funding.yml",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/.github/funding.yml",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/.github/funding.yml"} 88 http_response_size_bytes_count{method="GET",path="/.github/funding.yml"} 2 http_response_size_bytes_bucket{method="GET",path="/.github/stale.yml",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/.github/stale.yml",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/.github/stale.yml",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/.github/stale.yml",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/.github/stale.yml",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/.github/stale.yml",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/.github/stale.yml",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/.github/stale.yml",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/.github/stale.yml",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/.github/stale.yml",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/.github/stale.yml"} 88 http_response_size_bytes_count{method="GET",path="/.github/stale.yml"} 2 http_response_size_bytes_bucket{method="GET",path="/.github/workflows",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/.github/workflows",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/.github/workflows",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/.github/workflows",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/.github/workflows",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/.github/workflows",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/.github/workflows",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/.github/workflows",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/.github/workflows",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/.github/workflows",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/.github/workflows"} 88 http_response_size_bytes_count{method="GET",path="/.github/workflows"} 2 http_response_size_bytes_bucket{method="GET",path="/.github/workflows/ci.yml",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/.github/workflows/ci.yml",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/.github/workflows/ci.yml",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/.github/workflows/ci.yml",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/.github/workflows/ci.yml",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/.github/workflows/ci.yml",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/.github/workflows/ci.yml",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/.github/workflows/ci.yml",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/.github/workflows/ci.yml",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/.github/workflows/ci.yml",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/.github/workflows/ci.yml"} 88 http_response_size_bytes_count{method="GET",path="/.github/workflows/ci.yml"} 2 http_response_size_bytes_bucket{method="GET",path="/.github/workflows/deploy.yml",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/.github/workflows/deploy.yml",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/.github/workflows/deploy.yml",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/.github/workflows/deploy.yml",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/.github/workflows/deploy.yml",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/.github/workflows/deploy.yml",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/.github/workflows/deploy.yml",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/.github/workflows/deploy.yml",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/.github/workflows/deploy.yml",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/.github/workflows/deploy.yml",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/.github/workflows/deploy.yml"} 43 http_response_size_bytes_count{method="GET",path="/.github/workflows/deploy.yml"} 1 http_response_size_bytes_bucket{method="GET",path="/.github/workflows/main.yml",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/.github/workflows/main.yml",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/.github/workflows/main.yml",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/.github/workflows/main.yml",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/.github/workflows/main.yml",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/.github/workflows/main.yml",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/.github/workflows/main.yml",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/.github/workflows/main.yml",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/.github/workflows/main.yml",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/.github/workflows/main.yml",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/.github/workflows/main.yml"} 174 http_response_size_bytes_count{method="GET",path="/.github/workflows/main.yml"} 4 http_response_size_bytes_bucket{method="GET",path="/.gitignore",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/.gitignore",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/.gitignore",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/.gitignore",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/.gitignore",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/.gitignore",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/.gitignore",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/.gitignore",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/.gitignore",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/.gitignore",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/.gitignore"} 88 http_response_size_bytes_count{method="GET",path="/.gitignore"} 2 http_response_size_bytes_bucket{method="GET",path="/.gitlab",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/.gitlab",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/.gitlab",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/.gitlab",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/.gitlab",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/.gitlab",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/.gitlab",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/.gitlab",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/.gitlab",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/.gitlab",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/.gitlab"} 88 http_response_size_bytes_count{method="GET",path="/.gitlab"} 2 http_response_size_bytes_bucket{method="GET",path="/.gitlab-ci",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/.gitlab-ci",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/.gitlab-ci",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/.gitlab-ci",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/.gitlab-ci",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/.gitlab-ci",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/.gitlab-ci",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/.gitlab-ci",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/.gitlab-ci",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/.gitlab-ci",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/.gitlab-ci"} 88 http_response_size_bytes_count{method="GET",path="/.gitlab-ci"} 2 http_response_size_bytes_bucket{method="GET",path="/.gitlab-ci.yml",le="100"} 6 http_response_size_bytes_bucket{method="GET",path="/.gitlab-ci.yml",le="500"} 6 http_response_size_bytes_bucket{method="GET",path="/.gitlab-ci.yml",le="1000"} 6 http_response_size_bytes_bucket{method="GET",path="/.gitlab-ci.yml",le="5000"} 6 http_response_size_bytes_bucket{method="GET",path="/.gitlab-ci.yml",le="10000"} 6 http_response_size_bytes_bucket{method="GET",path="/.gitlab-ci.yml",le="50000"} 6 http_response_size_bytes_bucket{method="GET",path="/.gitlab-ci.yml",le="100000"} 6 http_response_size_bytes_bucket{method="GET",path="/.gitlab-ci.yml",le="500000"} 6 http_response_size_bytes_bucket{method="GET",path="/.gitlab-ci.yml",le="1e+06"} 6 http_response_size_bytes_bucket{method="GET",path="/.gitlab-ci.yml",le="+Inf"} 6 http_response_size_bytes_sum{method="GET",path="/.gitlab-ci.yml"} 262 http_response_size_bytes_count{method="GET",path="/.gitlab-ci.yml"} 6 http_response_size_bytes_bucket{method="GET",path="/.gitlab/issue_templates",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/.gitlab/issue_templates",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/.gitlab/issue_templates",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/.gitlab/issue_templates",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/.gitlab/issue_templates",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/.gitlab/issue_templates",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/.gitlab/issue_templates",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/.gitlab/issue_templates",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/.gitlab/issue_templates",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/.gitlab/issue_templates",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/.gitlab/issue_templates"} 87 http_response_size_bytes_count{method="GET",path="/.gitlab/issue_templates"} 2 http_response_size_bytes_bucket{method="GET",path="/.gitlab/merge_request_templates",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/.gitlab/merge_request_templates",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/.gitlab/merge_request_templates",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/.gitlab/merge_request_templates",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/.gitlab/merge_request_templates",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/.gitlab/merge_request_templates",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/.gitlab/merge_request_templates",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/.gitlab/merge_request_templates",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/.gitlab/merge_request_templates",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/.gitlab/merge_request_templates",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/.gitlab/merge_request_templates"} 88 http_response_size_bytes_count{method="GET",path="/.gitlab/merge_request_templates"} 2 http_response_size_bytes_bucket{method="GET",path="/.gitmodules",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/.gitmodules",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/.gitmodules",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/.gitmodules",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/.gitmodules",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/.gitmodules",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/.gitmodules",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/.gitmodules",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/.gitmodules",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/.gitmodules",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/.gitmodules"} 88 http_response_size_bytes_count{method="GET",path="/.gitmodules"} 2 http_response_size_bytes_bucket{method="GET",path="/.hg/hgrc",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/.hg/hgrc",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/.hg/hgrc",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/.hg/hgrc",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/.hg/hgrc",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/.hg/hgrc",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/.hg/hgrc",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/.hg/hgrc",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/.hg/hgrc",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/.hg/hgrc",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/.hg/hgrc"} 43 http_response_size_bytes_count{method="GET",path="/.hg/hgrc"} 1 http_response_size_bytes_bucket{method="GET",path="/.htaccess",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/.htaccess",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/.htaccess",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/.htaccess",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/.htaccess",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/.htaccess",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/.htaccess",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/.htaccess",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/.htaccess",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/.htaccess",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/.htaccess"} 43 http_response_size_bytes_count{method="GET",path="/.htaccess"} 1 http_response_size_bytes_bucket{method="GET",path="/.idea/workspace.xml",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/.idea/workspace.xml",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/.idea/workspace.xml",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/.idea/workspace.xml",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/.idea/workspace.xml",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/.idea/workspace.xml",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/.idea/workspace.xml",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/.idea/workspace.xml",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/.idea/workspace.xml",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/.idea/workspace.xml",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/.idea/workspace.xml"} 43 http_response_size_bytes_count{method="GET",path="/.idea/workspace.xml"} 1 http_response_size_bytes_bucket{method="GET",path="/.jaynes.yml",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/.jaynes.yml",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/.jaynes.yml",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/.jaynes.yml",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/.jaynes.yml",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/.jaynes.yml",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/.jaynes.yml",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/.jaynes.yml",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/.jaynes.yml",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/.jaynes.yml",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/.jaynes.yml"} 88 http_response_size_bytes_count{method="GET",path="/.jaynes.yml"} 2 http_response_size_bytes_bucket{method="GET",path="/.kube/config",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/.kube/config",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/.kube/config",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/.kube/config",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/.kube/config",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/.kube/config",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/.kube/config",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/.kube/config",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/.kube/config",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/.kube/config",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/.kube/config"} 131 http_response_size_bytes_count{method="GET",path="/.kube/config"} 3 http_response_size_bytes_bucket{method="GET",path="/.lakectl.yaml",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/.lakectl.yaml",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/.lakectl.yaml",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/.lakectl.yaml",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/.lakectl.yaml",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/.lakectl.yaml",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/.lakectl.yaml",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/.lakectl.yaml",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/.lakectl.yaml",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/.lakectl.yaml",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/.lakectl.yaml"} 88 http_response_size_bytes_count{method="GET",path="/.lakectl.yaml"} 2 http_response_size_bytes_bucket{method="GET",path="/.local",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/.local",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/.local",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/.local",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/.local",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/.local",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/.local",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/.local",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/.local",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/.local",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/.local"} 88 http_response_size_bytes_count{method="GET",path="/.local"} 2 http_response_size_bytes_bucket{method="GET",path="/.netlify/functions/*",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/.netlify/functions/*",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/.netlify/functions/*",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/.netlify/functions/*",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/.netlify/functions/*",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/.netlify/functions/*",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/.netlify/functions/*",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/.netlify/functions/*",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/.netlify/functions/*",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/.netlify/functions/*",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/.netlify/functions/*"} 88 http_response_size_bytes_count{method="GET",path="/.netlify/functions/*"} 2 http_response_size_bytes_bucket{method="GET",path="/.next/build-manifest.json",le="100"} 17 http_response_size_bytes_bucket{method="GET",path="/.next/build-manifest.json",le="500"} 17 http_response_size_bytes_bucket{method="GET",path="/.next/build-manifest.json",le="1000"} 17 http_response_size_bytes_bucket{method="GET",path="/.next/build-manifest.json",le="5000"} 17 http_response_size_bytes_bucket{method="GET",path="/.next/build-manifest.json",le="10000"} 17 http_response_size_bytes_bucket{method="GET",path="/.next/build-manifest.json",le="50000"} 17 http_response_size_bytes_bucket{method="GET",path="/.next/build-manifest.json",le="100000"} 17 http_response_size_bytes_bucket{method="GET",path="/.next/build-manifest.json",le="500000"} 17 http_response_size_bytes_bucket{method="GET",path="/.next/build-manifest.json",le="1e+06"} 17 http_response_size_bytes_bucket{method="GET",path="/.next/build-manifest.json",le="+Inf"} 17 http_response_size_bytes_sum{method="GET",path="/.next/build-manifest.json"} 745 http_response_size_bytes_count{method="GET",path="/.next/build-manifest.json"} 17 http_response_size_bytes_bucket{method="GET",path="/.npmrc",le="100"} 5 http_response_size_bytes_bucket{method="GET",path="/.npmrc",le="500"} 5 http_response_size_bytes_bucket{method="GET",path="/.npmrc",le="1000"} 5 http_response_size_bytes_bucket{method="GET",path="/.npmrc",le="5000"} 5 http_response_size_bytes_bucket{method="GET",path="/.npmrc",le="10000"} 5 http_response_size_bytes_bucket{method="GET",path="/.npmrc",le="50000"} 5 http_response_size_bytes_bucket{method="GET",path="/.npmrc",le="100000"} 5 http_response_size_bytes_bucket{method="GET",path="/.npmrc",le="500000"} 5 http_response_size_bytes_bucket{method="GET",path="/.npmrc",le="1e+06"} 5 http_response_size_bytes_bucket{method="GET",path="/.npmrc",le="+Inf"} 5 http_response_size_bytes_sum{method="GET",path="/.npmrc"} 218 http_response_size_bytes_count{method="GET",path="/.npmrc"} 5 http_response_size_bytes_bucket{method="GET",path="/.nuxt/dist/server/client.manifest.json",le="100"} 15 http_response_size_bytes_bucket{method="GET",path="/.nuxt/dist/server/client.manifest.json",le="500"} 15 http_response_size_bytes_bucket{method="GET",path="/.nuxt/dist/server/client.manifest.json",le="1000"} 15 http_response_size_bytes_bucket{method="GET",path="/.nuxt/dist/server/client.manifest.json",le="5000"} 15 http_response_size_bytes_bucket{method="GET",path="/.nuxt/dist/server/client.manifest.json",le="10000"} 15 http_response_size_bytes_bucket{method="GET",path="/.nuxt/dist/server/client.manifest.json",le="50000"} 15 http_response_size_bytes_bucket{method="GET",path="/.nuxt/dist/server/client.manifest.json",le="100000"} 15 http_response_size_bytes_bucket{method="GET",path="/.nuxt/dist/server/client.manifest.json",le="500000"} 15 http_response_size_bytes_bucket{method="GET",path="/.nuxt/dist/server/client.manifest.json",le="1e+06"} 15 http_response_size_bytes_bucket{method="GET",path="/.nuxt/dist/server/client.manifest.json",le="+Inf"} 15 http_response_size_bytes_sum{method="GET",path="/.nuxt/dist/server/client.manifest.json"} 657 http_response_size_bytes_count{method="GET",path="/.nuxt/dist/server/client.manifest.json"} 15 http_response_size_bytes_bucket{method="GET",path="/.openai/config.json",le="100"} 6 http_response_size_bytes_bucket{method="GET",path="/.openai/config.json",le="500"} 6 http_response_size_bytes_bucket{method="GET",path="/.openai/config.json",le="1000"} 6 http_response_size_bytes_bucket{method="GET",path="/.openai/config.json",le="5000"} 6 http_response_size_bytes_bucket{method="GET",path="/.openai/config.json",le="10000"} 6 http_response_size_bytes_bucket{method="GET",path="/.openai/config.json",le="50000"} 6 http_response_size_bytes_bucket{method="GET",path="/.openai/config.json",le="100000"} 6 http_response_size_bytes_bucket{method="GET",path="/.openai/config.json",le="500000"} 6 http_response_size_bytes_bucket{method="GET",path="/.openai/config.json",le="1e+06"} 6 http_response_size_bytes_bucket{method="GET",path="/.openai/config.json",le="+Inf"} 6 http_response_size_bytes_sum{method="GET",path="/.openai/config.json"} 262 http_response_size_bytes_count{method="GET",path="/.openai/config.json"} 6 http_response_size_bytes_bucket{method="GET",path="/.openclaw/agents/main/agent/models.json",le="100"} 9 http_response_size_bytes_bucket{method="GET",path="/.openclaw/agents/main/agent/models.json",le="500"} 9 http_response_size_bytes_bucket{method="GET",path="/.openclaw/agents/main/agent/models.json",le="1000"} 9 http_response_size_bytes_bucket{method="GET",path="/.openclaw/agents/main/agent/models.json",le="5000"} 9 http_response_size_bytes_bucket{method="GET",path="/.openclaw/agents/main/agent/models.json",le="10000"} 9 http_response_size_bytes_bucket{method="GET",path="/.openclaw/agents/main/agent/models.json",le="50000"} 9 http_response_size_bytes_bucket{method="GET",path="/.openclaw/agents/main/agent/models.json",le="100000"} 9 http_response_size_bytes_bucket{method="GET",path="/.openclaw/agents/main/agent/models.json",le="500000"} 9 http_response_size_bytes_bucket{method="GET",path="/.openclaw/agents/main/agent/models.json",le="1e+06"} 9 http_response_size_bytes_bucket{method="GET",path="/.openclaw/agents/main/agent/models.json",le="+Inf"} 9 http_response_size_bytes_sum{method="GET",path="/.openclaw/agents/main/agent/models.json"} 395 http_response_size_bytes_count{method="GET",path="/.openclaw/agents/main/agent/models.json"} 9 http_response_size_bytes_bucket{method="GET",path="/.openclaw/openclaw.json",le="100"} 9 http_response_size_bytes_bucket{method="GET",path="/.openclaw/openclaw.json",le="500"} 9 http_response_size_bytes_bucket{method="GET",path="/.openclaw/openclaw.json",le="1000"} 9 http_response_size_bytes_bucket{method="GET",path="/.openclaw/openclaw.json",le="5000"} 9 http_response_size_bytes_bucket{method="GET",path="/.openclaw/openclaw.json",le="10000"} 9 http_response_size_bytes_bucket{method="GET",path="/.openclaw/openclaw.json",le="50000"} 9 http_response_size_bytes_bucket{method="GET",path="/.openclaw/openclaw.json",le="100000"} 9 http_response_size_bytes_bucket{method="GET",path="/.openclaw/openclaw.json",le="500000"} 9 http_response_size_bytes_bucket{method="GET",path="/.openclaw/openclaw.json",le="1e+06"} 9 http_response_size_bytes_bucket{method="GET",path="/.openclaw/openclaw.json",le="+Inf"} 9 http_response_size_bytes_sum{method="GET",path="/.openclaw/openclaw.json"} 396 http_response_size_bytes_count{method="GET",path="/.openclaw/openclaw.json"} 9 http_response_size_bytes_bucket{method="GET",path="/.pem",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/.pem",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/.pem",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/.pem",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/.pem",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/.pem",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/.pem",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/.pem",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/.pem",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/.pem",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/.pem"} 43 http_response_size_bytes_count{method="GET",path="/.pem"} 1 http_response_size_bytes_bucket{method="GET",path="/.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/.php"} 88 http_response_size_bytes_count{method="GET",path="/.php"} 2 http_response_size_bytes_bucket{method="GET",path="/.production",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/.production",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/.production",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/.production",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/.production",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/.production",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/.production",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/.production",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/.production",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/.production",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/.production"} 88 http_response_size_bytes_count{method="GET",path="/.production"} 2 http_response_size_bytes_bucket{method="GET",path="/.properties",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/.properties",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/.properties",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/.properties",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/.properties",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/.properties",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/.properties",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/.properties",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/.properties",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/.properties",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/.properties"} 88 http_response_size_bytes_count{method="GET",path="/.properties"} 2 http_response_size_bytes_bucket{method="GET",path="/.pypirc",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/.pypirc",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/.pypirc",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/.pypirc",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/.pypirc",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/.pypirc",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/.pypirc",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/.pypirc",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/.pypirc",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/.pypirc",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/.pypirc"} 87 http_response_size_bytes_count{method="GET",path="/.pypirc"} 2 http_response_size_bytes_bucket{method="GET",path="/.remote",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/.remote",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/.remote",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/.remote",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/.remote",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/.remote",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/.remote",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/.remote",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/.remote",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/.remote",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/.remote"} 88 http_response_size_bytes_count{method="GET",path="/.remote"} 2 http_response_size_bytes_bucket{method="GET",path="/.s3cfg",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/.s3cfg",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/.s3cfg",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/.s3cfg",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/.s3cfg",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/.s3cfg",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/.s3cfg",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/.s3cfg",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/.s3cfg",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/.s3cfg",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/.s3cfg"} 131 http_response_size_bytes_count{method="GET",path="/.s3cfg"} 3 http_response_size_bytes_bucket{method="GET",path="/.serverless/cloudformation-template-update-stack.json",le="100"} 15 http_response_size_bytes_bucket{method="GET",path="/.serverless/cloudformation-template-update-stack.json",le="500"} 15 http_response_size_bytes_bucket{method="GET",path="/.serverless/cloudformation-template-update-stack.json",le="1000"} 15 http_response_size_bytes_bucket{method="GET",path="/.serverless/cloudformation-template-update-stack.json",le="5000"} 15 http_response_size_bytes_bucket{method="GET",path="/.serverless/cloudformation-template-update-stack.json",le="10000"} 15 http_response_size_bytes_bucket{method="GET",path="/.serverless/cloudformation-template-update-stack.json",le="50000"} 15 http_response_size_bytes_bucket{method="GET",path="/.serverless/cloudformation-template-update-stack.json",le="100000"} 15 http_response_size_bytes_bucket{method="GET",path="/.serverless/cloudformation-template-update-stack.json",le="500000"} 15 http_response_size_bytes_bucket{method="GET",path="/.serverless/cloudformation-template-update-stack.json",le="1e+06"} 15 http_response_size_bytes_bucket{method="GET",path="/.serverless/cloudformation-template-update-stack.json",le="+Inf"} 15 http_response_size_bytes_sum{method="GET",path="/.serverless/cloudformation-template-update-stack.json"} 656 http_response_size_bytes_count{method="GET",path="/.serverless/cloudformation-template-update-stack.json"} 15 http_response_size_bytes_bucket{method="GET",path="/.sghb.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/.sghb.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/.sghb.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/.sghb.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/.sghb.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/.sghb.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/.sghb.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/.sghb.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/.sghb.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/.sghb.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/.sghb.php"} 43 http_response_size_bytes_count{method="GET",path="/.sghb.php"} 1 http_response_size_bytes_bucket{method="GET",path="/.ssh/id_dsa",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/.ssh/id_dsa",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/.ssh/id_dsa",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/.ssh/id_dsa",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/.ssh/id_dsa",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/.ssh/id_dsa",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/.ssh/id_dsa",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/.ssh/id_dsa",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/.ssh/id_dsa",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/.ssh/id_dsa",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/.ssh/id_dsa"} 43 http_response_size_bytes_count{method="GET",path="/.ssh/id_dsa"} 1 http_response_size_bytes_bucket{method="GET",path="/.ssh/id_ed25519",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/.ssh/id_ed25519",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/.ssh/id_ed25519",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/.ssh/id_ed25519",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/.ssh/id_ed25519",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/.ssh/id_ed25519",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/.ssh/id_ed25519",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/.ssh/id_ed25519",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/.ssh/id_ed25519",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/.ssh/id_ed25519",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/.ssh/id_ed25519"} 43 http_response_size_bytes_count{method="GET",path="/.ssh/id_ed25519"} 1 http_response_size_bytes_bucket{method="GET",path="/.ssh/id_rsa",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/.ssh/id_rsa",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/.ssh/id_rsa",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/.ssh/id_rsa",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/.ssh/id_rsa",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/.ssh/id_rsa",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/.ssh/id_rsa",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/.ssh/id_rsa",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/.ssh/id_rsa",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/.ssh/id_rsa",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/.ssh/id_rsa"} 44 http_response_size_bytes_count{method="GET",path="/.ssh/id_rsa"} 1 http_response_size_bytes_bucket{method="GET",path="/.ssh/sftp-config.json",le="100"} 16 http_response_size_bytes_bucket{method="GET",path="/.ssh/sftp-config.json",le="500"} 16 http_response_size_bytes_bucket{method="GET",path="/.ssh/sftp-config.json",le="1000"} 16 http_response_size_bytes_bucket{method="GET",path="/.ssh/sftp-config.json",le="5000"} 16 http_response_size_bytes_bucket{method="GET",path="/.ssh/sftp-config.json",le="10000"} 16 http_response_size_bytes_bucket{method="GET",path="/.ssh/sftp-config.json",le="50000"} 16 http_response_size_bytes_bucket{method="GET",path="/.ssh/sftp-config.json",le="100000"} 16 http_response_size_bytes_bucket{method="GET",path="/.ssh/sftp-config.json",le="500000"} 16 http_response_size_bytes_bucket{method="GET",path="/.ssh/sftp-config.json",le="1e+06"} 16 http_response_size_bytes_bucket{method="GET",path="/.ssh/sftp-config.json",le="+Inf"} 16 http_response_size_bytes_sum{method="GET",path="/.ssh/sftp-config.json"} 703 http_response_size_bytes_count{method="GET",path="/.ssh/sftp-config.json"} 16 http_response_size_bytes_bucket{method="GET",path="/.stripe/",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/.stripe/",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/.stripe/",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/.stripe/",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/.stripe/",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/.stripe/",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/.stripe/",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/.stripe/",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/.stripe/",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/.stripe/",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/.stripe/"} 88 http_response_size_bytes_count{method="GET",path="/.stripe/"} 2 http_response_size_bytes_bucket{method="GET",path="/.svn/entries",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/.svn/entries",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/.svn/entries",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/.svn/entries",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/.svn/entries",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/.svn/entries",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/.svn/entries",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/.svn/entries",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/.svn/entries",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/.svn/entries",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/.svn/entries"} 43 http_response_size_bytes_count{method="GET",path="/.svn/entries"} 1 http_response_size_bytes_bucket{method="GET",path="/.sync.yml",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/.sync.yml",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/.sync.yml",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/.sync.yml",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/.sync.yml",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/.sync.yml",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/.sync.yml",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/.sync.yml",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/.sync.yml",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/.sync.yml",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/.sync.yml"} 88 http_response_size_bytes_count{method="GET",path="/.sync.yml"} 2 http_response_size_bytes_bucket{method="GET",path="/.terraform.lock.hcl",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/.terraform.lock.hcl",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/.terraform.lock.hcl",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/.terraform.lock.hcl",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/.terraform.lock.hcl",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/.terraform.lock.hcl",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/.terraform.lock.hcl",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/.terraform.lock.hcl",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/.terraform.lock.hcl",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/.terraform.lock.hcl",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/.terraform.lock.hcl"} 88 http_response_size_bytes_count{method="GET",path="/.terraform.lock.hcl"} 2 http_response_size_bytes_bucket{method="GET",path="/.terraform.tfstate",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/.terraform.tfstate",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/.terraform.tfstate",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/.terraform.tfstate",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/.terraform.tfstate",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/.terraform.tfstate",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/.terraform.tfstate",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/.terraform.tfstate",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/.terraform.tfstate",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/.terraform.tfstate",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/.terraform.tfstate"} 88 http_response_size_bytes_count{method="GET",path="/.terraform.tfstate"} 2 http_response_size_bytes_bucket{method="GET",path="/.terraform/credentials.tfrc.json",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/.terraform/credentials.tfrc.json",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/.terraform/credentials.tfrc.json",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/.terraform/credentials.tfrc.json",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/.terraform/credentials.tfrc.json",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/.terraform/credentials.tfrc.json",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/.terraform/credentials.tfrc.json",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/.terraform/credentials.tfrc.json",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/.terraform/credentials.tfrc.json",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/.terraform/credentials.tfrc.json",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/.terraform/credentials.tfrc.json"} 88 http_response_size_bytes_count{method="GET",path="/.terraform/credentials.tfrc.json"} 2 http_response_size_bytes_bucket{method="GET",path="/.tmb/",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/.tmb/",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/.tmb/",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/.tmb/",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/.tmb/",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/.tmb/",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/.tmb/",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/.tmb/",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/.tmb/",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/.tmb/",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/.tmb/"} 44 http_response_size_bytes_count{method="GET",path="/.tmb/"} 1 http_response_size_bytes_bucket{method="GET",path="/.travis.old.yml",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/.travis.old.yml",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/.travis.old.yml",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/.travis.old.yml",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/.travis.old.yml",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/.travis.old.yml",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/.travis.old.yml",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/.travis.old.yml",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/.travis.old.yml",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/.travis.old.yml",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/.travis.old.yml"} 88 http_response_size_bytes_count{method="GET",path="/.travis.old.yml"} 2 http_response_size_bytes_bucket{method="GET",path="/.travis.yml",le="100"} 9 http_response_size_bytes_bucket{method="GET",path="/.travis.yml",le="500"} 9 http_response_size_bytes_bucket{method="GET",path="/.travis.yml",le="1000"} 9 http_response_size_bytes_bucket{method="GET",path="/.travis.yml",le="5000"} 9 http_response_size_bytes_bucket{method="GET",path="/.travis.yml",le="10000"} 9 http_response_size_bytes_bucket{method="GET",path="/.travis.yml",le="50000"} 9 http_response_size_bytes_bucket{method="GET",path="/.travis.yml",le="100000"} 9 http_response_size_bytes_bucket{method="GET",path="/.travis.yml",le="500000"} 9 http_response_size_bytes_bucket{method="GET",path="/.travis.yml",le="1e+06"} 9 http_response_size_bytes_bucket{method="GET",path="/.travis.yml",le="+Inf"} 9 http_response_size_bytes_sum{method="GET",path="/.travis.yml"} 389 http_response_size_bytes_count{method="GET",path="/.travis.yml"} 9 http_response_size_bytes_bucket{method="GET",path="/.vercel/functions/*",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/.vercel/functions/*",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/.vercel/functions/*",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/.vercel/functions/*",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/.vercel/functions/*",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/.vercel/functions/*",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/.vercel/functions/*",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/.vercel/functions/*",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/.vercel/functions/*",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/.vercel/functions/*",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/.vercel/functions/*"} 87 http_response_size_bytes_count{method="GET",path="/.vercel/functions/*"} 2 http_response_size_bytes_bucket{method="GET",path="/.vite/manifest.json",le="100"} 19 http_response_size_bytes_bucket{method="GET",path="/.vite/manifest.json",le="500"} 19 http_response_size_bytes_bucket{method="GET",path="/.vite/manifest.json",le="1000"} 19 http_response_size_bytes_bucket{method="GET",path="/.vite/manifest.json",le="5000"} 19 http_response_size_bytes_bucket{method="GET",path="/.vite/manifest.json",le="10000"} 19 http_response_size_bytes_bucket{method="GET",path="/.vite/manifest.json",le="50000"} 19 http_response_size_bytes_bucket{method="GET",path="/.vite/manifest.json",le="100000"} 19 http_response_size_bytes_bucket{method="GET",path="/.vite/manifest.json",le="500000"} 19 http_response_size_bytes_bucket{method="GET",path="/.vite/manifest.json",le="1e+06"} 19 http_response_size_bytes_bucket{method="GET",path="/.vite/manifest.json",le="+Inf"} 19 http_response_size_bytes_sum{method="GET",path="/.vite/manifest.json"} 831 http_response_size_bytes_count{method="GET",path="/.vite/manifest.json"} 19 http_response_size_bytes_bucket{method="GET",path="/.vscode/.env",le="100"} 7 http_response_size_bytes_bucket{method="GET",path="/.vscode/.env",le="500"} 7 http_response_size_bytes_bucket{method="GET",path="/.vscode/.env",le="1000"} 7 http_response_size_bytes_bucket{method="GET",path="/.vscode/.env",le="5000"} 7 http_response_size_bytes_bucket{method="GET",path="/.vscode/.env",le="10000"} 7 http_response_size_bytes_bucket{method="GET",path="/.vscode/.env",le="50000"} 7 http_response_size_bytes_bucket{method="GET",path="/.vscode/.env",le="100000"} 7 http_response_size_bytes_bucket{method="GET",path="/.vscode/.env",le="500000"} 7 http_response_size_bytes_bucket{method="GET",path="/.vscode/.env",le="1e+06"} 7 http_response_size_bytes_bucket{method="GET",path="/.vscode/.env",le="+Inf"} 7 http_response_size_bytes_sum{method="GET",path="/.vscode/.env"} 301 http_response_size_bytes_count{method="GET",path="/.vscode/.env"} 7 http_response_size_bytes_bucket{method="GET",path="/.vscode/settings.json",le="100"} 18 http_response_size_bytes_bucket{method="GET",path="/.vscode/settings.json",le="500"} 18 http_response_size_bytes_bucket{method="GET",path="/.vscode/settings.json",le="1000"} 18 http_response_size_bytes_bucket{method="GET",path="/.vscode/settings.json",le="5000"} 18 http_response_size_bytes_bucket{method="GET",path="/.vscode/settings.json",le="10000"} 18 http_response_size_bytes_bucket{method="GET",path="/.vscode/settings.json",le="50000"} 18 http_response_size_bytes_bucket{method="GET",path="/.vscode/settings.json",le="100000"} 18 http_response_size_bytes_bucket{method="GET",path="/.vscode/settings.json",le="500000"} 18 http_response_size_bytes_bucket{method="GET",path="/.vscode/settings.json",le="1e+06"} 18 http_response_size_bytes_bucket{method="GET",path="/.vscode/settings.json",le="+Inf"} 18 http_response_size_bytes_sum{method="GET",path="/.vscode/settings.json"} 791 http_response_size_bytes_count{method="GET",path="/.vscode/settings.json"} 18 http_response_size_bytes_bucket{method="GET",path="/.vscode/sftp.json",le="100"} 32 http_response_size_bytes_bucket{method="GET",path="/.vscode/sftp.json",le="500"} 32 http_response_size_bytes_bucket{method="GET",path="/.vscode/sftp.json",le="1000"} 32 http_response_size_bytes_bucket{method="GET",path="/.vscode/sftp.json",le="5000"} 32 http_response_size_bytes_bucket{method="GET",path="/.vscode/sftp.json",le="10000"} 32 http_response_size_bytes_bucket{method="GET",path="/.vscode/sftp.json",le="50000"} 32 http_response_size_bytes_bucket{method="GET",path="/.vscode/sftp.json",le="100000"} 32 http_response_size_bytes_bucket{method="GET",path="/.vscode/sftp.json",le="500000"} 32 http_response_size_bytes_bucket{method="GET",path="/.vscode/sftp.json",le="1e+06"} 32 http_response_size_bytes_bucket{method="GET",path="/.vscode/sftp.json",le="+Inf"} 32 http_response_size_bytes_sum{method="GET",path="/.vscode/sftp.json"} 1395 http_response_size_bytes_count{method="GET",path="/.vscode/sftp.json"} 32 http_response_size_bytes_bucket{method="GET",path="/.well-known/",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/.well-known/",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/.well-known/",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/.well-known/",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/.well-known/",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/.well-known/",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/.well-known/",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/.well-known/",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/.well-known/",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/.well-known/",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/.well-known/"} 86 http_response_size_bytes_count{method="GET",path="/.well-known/"} 2 http_response_size_bytes_bucket{method="GET",path="/.well-known/*",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/.well-known/*",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/.well-known/*",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/.well-known/*",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/.well-known/*",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/.well-known/*",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/.well-known/*",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/.well-known/*",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/.well-known/*",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/.well-known/*",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/.well-known/*"} 88 http_response_size_bytes_count{method="GET",path="/.well-known/*"} 2 http_response_size_bytes_bucket{method="GET",path="/.well-known/about.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/about.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/about.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/about.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/about.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/about.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/about.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/about.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/about.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/about.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/.well-known/about.php"} 43 http_response_size_bytes_count{method="GET",path="/.well-known/about.php"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/acme-challenge/",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/.well-known/acme-challenge/",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/.well-known/acme-challenge/",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/.well-known/acme-challenge/",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/.well-known/acme-challenge/",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/.well-known/acme-challenge/",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/.well-known/acme-challenge/",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/.well-known/acme-challenge/",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/.well-known/acme-challenge/",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/.well-known/acme-challenge/",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/.well-known/acme-challenge/"} 88 http_response_size_bytes_count{method="GET",path="/.well-known/acme-challenge/"} 2 http_response_size_bytes_bucket{method="GET",path="/.well-known/acme-challenge/*",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/.well-known/acme-challenge/*",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/.well-known/acme-challenge/*",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/.well-known/acme-challenge/*",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/.well-known/acme-challenge/*",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/.well-known/acme-challenge/*",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/.well-known/acme-challenge/*",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/.well-known/acme-challenge/*",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/.well-known/acme-challenge/*",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/.well-known/acme-challenge/*",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/.well-known/acme-challenge/*"} 88 http_response_size_bytes_count{method="GET",path="/.well-known/acme-challenge/*"} 2 http_response_size_bytes_bucket{method="GET",path="/.well-known/acme-challenge/about.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/acme-challenge/about.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/acme-challenge/about.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/acme-challenge/about.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/acme-challenge/about.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/acme-challenge/about.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/acme-challenge/about.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/acme-challenge/about.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/acme-challenge/about.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/acme-challenge/about.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/.well-known/acme-challenge/about.php"} 43 http_response_size_bytes_count{method="GET",path="/.well-known/acme-challenge/about.php"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/admin.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/.well-known/admin.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/.well-known/admin.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/.well-known/admin.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/.well-known/admin.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/.well-known/admin.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/.well-known/admin.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/.well-known/admin.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/.well-known/admin.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/.well-known/admin.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/.well-known/admin.php"} 86 http_response_size_bytes_count{method="GET",path="/.well-known/admin.php"} 2 http_response_size_bytes_bucket{method="GET",path="/.well-known/index.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/.well-known/index.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/.well-known/index.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/.well-known/index.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/.well-known/index.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/.well-known/index.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/.well-known/index.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/.well-known/index.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/.well-known/index.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/.well-known/index.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/.well-known/index.php"} 86 http_response_size_bytes_count{method="GET",path="/.well-known/index.php"} 2 http_response_size_bytes_bucket{method="GET",path="/.well-known/jwks.json",le="100"} 17 http_response_size_bytes_bucket{method="GET",path="/.well-known/jwks.json",le="500"} 17 http_response_size_bytes_bucket{method="GET",path="/.well-known/jwks.json",le="1000"} 17 http_response_size_bytes_bucket{method="GET",path="/.well-known/jwks.json",le="5000"} 17 http_response_size_bytes_bucket{method="GET",path="/.well-known/jwks.json",le="10000"} 17 http_response_size_bytes_bucket{method="GET",path="/.well-known/jwks.json",le="50000"} 17 http_response_size_bytes_bucket{method="GET",path="/.well-known/jwks.json",le="100000"} 17 http_response_size_bytes_bucket{method="GET",path="/.well-known/jwks.json",le="500000"} 17 http_response_size_bytes_bucket{method="GET",path="/.well-known/jwks.json",le="1e+06"} 17 http_response_size_bytes_bucket{method="GET",path="/.well-known/jwks.json",le="+Inf"} 17 http_response_size_bytes_sum{method="GET",path="/.well-known/jwks.json"} 747 http_response_size_bytes_count{method="GET",path="/.well-known/jwks.json"} 17 http_response_size_bytes_bucket{method="GET",path="/.well-known/log.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/.well-known/log.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/.well-known/log.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/.well-known/log.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/.well-known/log.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/.well-known/log.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/.well-known/log.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/.well-known/log.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/.well-known/log.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/.well-known/log.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/.well-known/log.php"} 86 http_response_size_bytes_count{method="GET",path="/.well-known/log.php"} 2 http_response_size_bytes_bucket{method="GET",path="/.well-known/nastar.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/nastar.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/nastar.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/nastar.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/nastar.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/nastar.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/nastar.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/nastar.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/nastar.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/nastar.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/.well-known/nastar.php"} 43 http_response_size_bytes_count{method="GET",path="/.well-known/nastar.php"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/security.txt",le="100"} 16 http_response_size_bytes_bucket{method="GET",path="/.well-known/security.txt",le="500"} 16 http_response_size_bytes_bucket{method="GET",path="/.well-known/security.txt",le="1000"} 16 http_response_size_bytes_bucket{method="GET",path="/.well-known/security.txt",le="5000"} 16 http_response_size_bytes_bucket{method="GET",path="/.well-known/security.txt",le="10000"} 16 http_response_size_bytes_bucket{method="GET",path="/.well-known/security.txt",le="50000"} 16 http_response_size_bytes_bucket{method="GET",path="/.well-known/security.txt",le="100000"} 16 http_response_size_bytes_bucket{method="GET",path="/.well-known/security.txt",le="500000"} 16 http_response_size_bytes_bucket{method="GET",path="/.well-known/security.txt",le="1e+06"} 16 http_response_size_bytes_bucket{method="GET",path="/.well-known/security.txt",le="+Inf"} 16 http_response_size_bytes_sum{method="GET",path="/.well-known/security.txt"} 616 http_response_size_bytes_count{method="GET",path="/.well-known/security.txt"} 16 http_response_size_bytes_bucket{method="GET",path="/.well-known/stripe.txt",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/.well-known/stripe.txt",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/.well-known/stripe.txt",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/.well-known/stripe.txt",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/.well-known/stripe.txt",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/.well-known/stripe.txt",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/.well-known/stripe.txt",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/.well-known/stripe.txt",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/.well-known/stripe.txt",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/.well-known/stripe.txt",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/.well-known/stripe.txt"} 88 http_response_size_bytes_count{method="GET",path="/.well-known/stripe.txt"} 2 http_response_size_bytes_bucket{method="GET",path="/.well-known/stripe/",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/.well-known/stripe/",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/.well-known/stripe/",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/.well-known/stripe/",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/.well-known/stripe/",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/.well-known/stripe/",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/.well-known/stripe/",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/.well-known/stripe/",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/.well-known/stripe/",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/.well-known/stripe/",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/.well-known/stripe/"} 88 http_response_size_bytes_count{method="GET",path="/.well-known/stripe/"} 2 http_response_size_bytes_bucket{method="GET",path="/.wp-config.php.swp",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/.wp-config.php.swp",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/.wp-config.php.swp",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/.wp-config.php.swp",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/.wp-config.php.swp",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/.wp-config.php.swp",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/.wp-config.php.swp",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/.wp-config.php.swp",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/.wp-config.php.swp",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/.wp-config.php.swp",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/.wp-config.php.swp"} 175 http_response_size_bytes_count{method="GET",path="/.wp-config.php.swp"} 4 http_response_size_bytes_bucket{method="GET",path="/.yarnrc",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/.yarnrc",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/.yarnrc",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/.yarnrc",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/.yarnrc",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/.yarnrc",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/.yarnrc",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/.yarnrc",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/.yarnrc",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/.yarnrc",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/.yarnrc"} 172 http_response_size_bytes_count{method="GET",path="/.yarnrc"} 4 http_response_size_bytes_bucket{method="GET",path="/.yarnrc.yml",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/.yarnrc.yml",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/.yarnrc.yml",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/.yarnrc.yml",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/.yarnrc.yml",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/.yarnrc.yml",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/.yarnrc.yml",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/.yarnrc.yml",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/.yarnrc.yml",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/.yarnrc.yml",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/.yarnrc.yml"} 43 http_response_size_bytes_count{method="GET",path="/.yarnrc.yml"} 1 http_response_size_bytes_bucket{method="GET",path="//.aws/credentials",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="//.aws/credentials",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="//.aws/credentials",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="//.aws/credentials",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="//.aws/credentials",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="//.aws/credentials",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="//.aws/credentials",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="//.aws/credentials",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="//.aws/credentials",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="//.aws/credentials",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="//.aws/credentials"} 86 http_response_size_bytes_count{method="GET",path="//.aws/credentials"} 2 http_response_size_bytes_bucket{method="GET",path="//.env",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="//.env",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="//.env",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="//.env",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="//.env",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="//.env",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="//.env",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="//.env",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="//.env",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="//.env",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="//.env"} 87 http_response_size_bytes_count{method="GET",path="//.env"} 2 http_response_size_bytes_bucket{method="GET",path="//2018/wp-includes/wlwmanifest.xml",le="100"} 9 http_response_size_bytes_bucket{method="GET",path="//2018/wp-includes/wlwmanifest.xml",le="500"} 9 http_response_size_bytes_bucket{method="GET",path="//2018/wp-includes/wlwmanifest.xml",le="1000"} 9 http_response_size_bytes_bucket{method="GET",path="//2018/wp-includes/wlwmanifest.xml",le="5000"} 9 http_response_size_bytes_bucket{method="GET",path="//2018/wp-includes/wlwmanifest.xml",le="10000"} 9 http_response_size_bytes_bucket{method="GET",path="//2018/wp-includes/wlwmanifest.xml",le="50000"} 9 http_response_size_bytes_bucket{method="GET",path="//2018/wp-includes/wlwmanifest.xml",le="100000"} 9 http_response_size_bytes_bucket{method="GET",path="//2018/wp-includes/wlwmanifest.xml",le="500000"} 9 http_response_size_bytes_bucket{method="GET",path="//2018/wp-includes/wlwmanifest.xml",le="1e+06"} 9 http_response_size_bytes_bucket{method="GET",path="//2018/wp-includes/wlwmanifest.xml",le="+Inf"} 9 http_response_size_bytes_sum{method="GET",path="//2018/wp-includes/wlwmanifest.xml"} 387 http_response_size_bytes_count{method="GET",path="//2018/wp-includes/wlwmanifest.xml"} 9 http_response_size_bytes_bucket{method="GET",path="//2019/wp-includes/wlwmanifest.xml",le="100"} 7 http_response_size_bytes_bucket{method="GET",path="//2019/wp-includes/wlwmanifest.xml",le="500"} 7 http_response_size_bytes_bucket{method="GET",path="//2019/wp-includes/wlwmanifest.xml",le="1000"} 7 http_response_size_bytes_bucket{method="GET",path="//2019/wp-includes/wlwmanifest.xml",le="5000"} 7 http_response_size_bytes_bucket{method="GET",path="//2019/wp-includes/wlwmanifest.xml",le="10000"} 7 http_response_size_bytes_bucket{method="GET",path="//2019/wp-includes/wlwmanifest.xml",le="50000"} 7 http_response_size_bytes_bucket{method="GET",path="//2019/wp-includes/wlwmanifest.xml",le="100000"} 7 http_response_size_bytes_bucket{method="GET",path="//2019/wp-includes/wlwmanifest.xml",le="500000"} 7 http_response_size_bytes_bucket{method="GET",path="//2019/wp-includes/wlwmanifest.xml",le="1e+06"} 7 http_response_size_bytes_bucket{method="GET",path="//2019/wp-includes/wlwmanifest.xml",le="+Inf"} 7 http_response_size_bytes_sum{method="GET",path="//2019/wp-includes/wlwmanifest.xml"} 301 http_response_size_bytes_count{method="GET",path="//2019/wp-includes/wlwmanifest.xml"} 7 http_response_size_bytes_bucket{method="GET",path="//a1.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="//a1.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="//a1.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="//a1.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="//a1.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="//a1.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="//a1.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="//a1.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="//a1.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="//a1.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="//a1.php"} 44 http_response_size_bytes_count{method="GET",path="//a1.php"} 1 http_response_size_bytes_bucket{method="GET",path="//admin.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="//admin.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="//admin.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="//admin.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="//admin.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="//admin.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="//admin.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="//admin.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="//admin.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="//admin.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="//admin.php"} 43 http_response_size_bytes_count{method="GET",path="//admin.php"} 1 http_response_size_bytes_bucket{method="GET",path="//adminfuns.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="//adminfuns.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="//adminfuns.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="//adminfuns.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="//adminfuns.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="//adminfuns.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="//adminfuns.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="//adminfuns.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="//adminfuns.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="//adminfuns.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="//adminfuns.php"} 87 http_response_size_bytes_count{method="GET",path="//adminfuns.php"} 2 http_response_size_bytes_bucket{method="GET",path="//av.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="//av.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="//av.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="//av.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="//av.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="//av.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="//av.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="//av.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="//av.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="//av.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="//av.php"} 87 http_response_size_bytes_count{method="GET",path="//av.php"} 2 http_response_size_bytes_bucket{method="GET",path="//backend/.env",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="//backend/.env",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="//backend/.env",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="//backend/.env",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="//backend/.env",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="//backend/.env",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="//backend/.env",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="//backend/.env",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="//backend/.env",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="//backend/.env",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="//backend/.env"} 86 http_response_size_bytes_count{method="GET",path="//backend/.env"} 2 http_response_size_bytes_bucket{method="GET",path="//blog/wp-includes/wlwmanifest.xml",le="100"} 10 http_response_size_bytes_bucket{method="GET",path="//blog/wp-includes/wlwmanifest.xml",le="500"} 10 http_response_size_bytes_bucket{method="GET",path="//blog/wp-includes/wlwmanifest.xml",le="1000"} 10 http_response_size_bytes_bucket{method="GET",path="//blog/wp-includes/wlwmanifest.xml",le="5000"} 10 http_response_size_bytes_bucket{method="GET",path="//blog/wp-includes/wlwmanifest.xml",le="10000"} 10 http_response_size_bytes_bucket{method="GET",path="//blog/wp-includes/wlwmanifest.xml",le="50000"} 10 http_response_size_bytes_bucket{method="GET",path="//blog/wp-includes/wlwmanifest.xml",le="100000"} 10 http_response_size_bytes_bucket{method="GET",path="//blog/wp-includes/wlwmanifest.xml",le="500000"} 10 http_response_size_bytes_bucket{method="GET",path="//blog/wp-includes/wlwmanifest.xml",le="1e+06"} 10 http_response_size_bytes_bucket{method="GET",path="//blog/wp-includes/wlwmanifest.xml",le="+Inf"} 10 http_response_size_bytes_sum{method="GET",path="//blog/wp-includes/wlwmanifest.xml"} 430 http_response_size_bytes_count{method="GET",path="//blog/wp-includes/wlwmanifest.xml"} 10 http_response_size_bytes_bucket{method="GET",path="//cgi-bin/admin.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="//cgi-bin/admin.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="//cgi-bin/admin.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="//cgi-bin/admin.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="//cgi-bin/admin.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="//cgi-bin/admin.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="//cgi-bin/admin.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="//cgi-bin/admin.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="//cgi-bin/admin.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="//cgi-bin/admin.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="//cgi-bin/admin.php"} 44 http_response_size_bytes_count{method="GET",path="//cgi-bin/admin.php"} 1 http_response_size_bytes_bucket{method="GET",path="//cgi-bin/index.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="//cgi-bin/index.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="//cgi-bin/index.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="//cgi-bin/index.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="//cgi-bin/index.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="//cgi-bin/index.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="//cgi-bin/index.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="//cgi-bin/index.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="//cgi-bin/index.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="//cgi-bin/index.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="//cgi-bin/index.php"} 86 http_response_size_bytes_count{method="GET",path="//cgi-bin/index.php"} 2 http_response_size_bytes_bucket{method="GET",path="//cms/wp-includes/wlwmanifest.xml",le="100"} 12 http_response_size_bytes_bucket{method="GET",path="//cms/wp-includes/wlwmanifest.xml",le="500"} 12 http_response_size_bytes_bucket{method="GET",path="//cms/wp-includes/wlwmanifest.xml",le="1000"} 12 http_response_size_bytes_bucket{method="GET",path="//cms/wp-includes/wlwmanifest.xml",le="5000"} 12 http_response_size_bytes_bucket{method="GET",path="//cms/wp-includes/wlwmanifest.xml",le="10000"} 12 http_response_size_bytes_bucket{method="GET",path="//cms/wp-includes/wlwmanifest.xml",le="50000"} 12 http_response_size_bytes_bucket{method="GET",path="//cms/wp-includes/wlwmanifest.xml",le="100000"} 12 http_response_size_bytes_bucket{method="GET",path="//cms/wp-includes/wlwmanifest.xml",le="500000"} 12 http_response_size_bytes_bucket{method="GET",path="//cms/wp-includes/wlwmanifest.xml",le="1e+06"} 12 http_response_size_bytes_bucket{method="GET",path="//cms/wp-includes/wlwmanifest.xml",le="+Inf"} 12 http_response_size_bytes_sum{method="GET",path="//cms/wp-includes/wlwmanifest.xml"} 516 http_response_size_bytes_count{method="GET",path="//cms/wp-includes/wlwmanifest.xml"} 12 http_response_size_bytes_bucket{method="GET",path="//dostshell.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="//dostshell.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="//dostshell.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="//dostshell.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="//dostshell.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="//dostshell.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="//dostshell.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="//dostshell.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="//dostshell.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="//dostshell.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="//dostshell.php"} 43 http_response_size_bytes_count{method="GET",path="//dostshell.php"} 1 http_response_size_bytes_bucket{method="GET",path="//edit.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="//edit.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="//edit.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="//edit.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="//edit.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="//edit.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="//edit.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="//edit.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="//edit.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="//edit.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="//edit.php"} 44 http_response_size_bytes_count{method="GET",path="//edit.php"} 1 http_response_size_bytes_bucket{method="GET",path="//erty.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="//erty.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="//erty.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="//erty.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="//erty.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="//erty.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="//erty.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="//erty.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="//erty.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="//erty.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="//erty.php"} 43 http_response_size_bytes_count{method="GET",path="//erty.php"} 1 http_response_size_bytes_bucket{method="GET",path="//f6.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="//f6.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="//f6.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="//f6.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="//f6.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="//f6.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="//f6.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="//f6.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="//f6.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="//f6.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="//f6.php"} 43 http_response_size_bytes_count{method="GET",path="//f6.php"} 1 http_response_size_bytes_bucket{method="GET",path="//file6.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="//file6.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="//file6.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="//file6.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="//file6.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="//file6.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="//file6.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="//file6.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="//file6.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="//file6.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="//file6.php"} 43 http_response_size_bytes_count{method="GET",path="//file6.php"} 1 http_response_size_bytes_bucket{method="GET",path="//media/wp-includes/wlwmanifest.xml",le="100"} 5 http_response_size_bytes_bucket{method="GET",path="//media/wp-includes/wlwmanifest.xml",le="500"} 5 http_response_size_bytes_bucket{method="GET",path="//media/wp-includes/wlwmanifest.xml",le="1000"} 5 http_response_size_bytes_bucket{method="GET",path="//media/wp-includes/wlwmanifest.xml",le="5000"} 5 http_response_size_bytes_bucket{method="GET",path="//media/wp-includes/wlwmanifest.xml",le="10000"} 5 http_response_size_bytes_bucket{method="GET",path="//media/wp-includes/wlwmanifest.xml",le="50000"} 5 http_response_size_bytes_bucket{method="GET",path="//media/wp-includes/wlwmanifest.xml",le="100000"} 5 http_response_size_bytes_bucket{method="GET",path="//media/wp-includes/wlwmanifest.xml",le="500000"} 5 http_response_size_bytes_bucket{method="GET",path="//media/wp-includes/wlwmanifest.xml",le="1e+06"} 5 http_response_size_bytes_bucket{method="GET",path="//media/wp-includes/wlwmanifest.xml",le="+Inf"} 5 http_response_size_bytes_sum{method="GET",path="//media/wp-includes/wlwmanifest.xml"} 215 http_response_size_bytes_count{method="GET",path="//media/wp-includes/wlwmanifest.xml"} 5 http_response_size_bytes_bucket{method="GET",path="//news/wp-includes/wlwmanifest.xml",le="100"} 5 http_response_size_bytes_bucket{method="GET",path="//news/wp-includes/wlwmanifest.xml",le="500"} 5 http_response_size_bytes_bucket{method="GET",path="//news/wp-includes/wlwmanifest.xml",le="1000"} 5 http_response_size_bytes_bucket{method="GET",path="//news/wp-includes/wlwmanifest.xml",le="5000"} 5 http_response_size_bytes_bucket{method="GET",path="//news/wp-includes/wlwmanifest.xml",le="10000"} 5 http_response_size_bytes_bucket{method="GET",path="//news/wp-includes/wlwmanifest.xml",le="50000"} 5 http_response_size_bytes_bucket{method="GET",path="//news/wp-includes/wlwmanifest.xml",le="100000"} 5 http_response_size_bytes_bucket{method="GET",path="//news/wp-includes/wlwmanifest.xml",le="500000"} 5 http_response_size_bytes_bucket{method="GET",path="//news/wp-includes/wlwmanifest.xml",le="1e+06"} 5 http_response_size_bytes_bucket{method="GET",path="//news/wp-includes/wlwmanifest.xml",le="+Inf"} 5 http_response_size_bytes_sum{method="GET",path="//news/wp-includes/wlwmanifest.xml"} 215 http_response_size_bytes_count{method="GET",path="//news/wp-includes/wlwmanifest.xml"} 5 http_response_size_bytes_bucket{method="GET",path="//nw.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="//nw.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="//nw.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="//nw.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="//nw.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="//nw.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="//nw.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="//nw.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="//nw.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="//nw.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="//nw.php"} 86 http_response_size_bytes_count{method="GET",path="//nw.php"} 2 http_response_size_bytes_bucket{method="GET",path="//shell.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="//shell.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="//shell.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="//shell.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="//shell.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="//shell.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="//shell.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="//shell.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="//shell.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="//shell.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="//shell.php"} 43 http_response_size_bytes_count{method="GET",path="//shell.php"} 1 http_response_size_bytes_bucket{method="GET",path="//shop/wp-includes/wlwmanifest.xml",le="100"} 11 http_response_size_bytes_bucket{method="GET",path="//shop/wp-includes/wlwmanifest.xml",le="500"} 11 http_response_size_bytes_bucket{method="GET",path="//shop/wp-includes/wlwmanifest.xml",le="1000"} 11 http_response_size_bytes_bucket{method="GET",path="//shop/wp-includes/wlwmanifest.xml",le="5000"} 11 http_response_size_bytes_bucket{method="GET",path="//shop/wp-includes/wlwmanifest.xml",le="10000"} 11 http_response_size_bytes_bucket{method="GET",path="//shop/wp-includes/wlwmanifest.xml",le="50000"} 11 http_response_size_bytes_bucket{method="GET",path="//shop/wp-includes/wlwmanifest.xml",le="100000"} 11 http_response_size_bytes_bucket{method="GET",path="//shop/wp-includes/wlwmanifest.xml",le="500000"} 11 http_response_size_bytes_bucket{method="GET",path="//shop/wp-includes/wlwmanifest.xml",le="1e+06"} 11 http_response_size_bytes_bucket{method="GET",path="//shop/wp-includes/wlwmanifest.xml",le="+Inf"} 11 http_response_size_bytes_sum{method="GET",path="//shop/wp-includes/wlwmanifest.xml"} 473 http_response_size_bytes_count{method="GET",path="//shop/wp-includes/wlwmanifest.xml"} 11 http_response_size_bytes_bucket{method="GET",path="//site/wp-includes/wlwmanifest.xml",le="100"} 5 http_response_size_bytes_bucket{method="GET",path="//site/wp-includes/wlwmanifest.xml",le="500"} 5 http_response_size_bytes_bucket{method="GET",path="//site/wp-includes/wlwmanifest.xml",le="1000"} 5 http_response_size_bytes_bucket{method="GET",path="//site/wp-includes/wlwmanifest.xml",le="5000"} 5 http_response_size_bytes_bucket{method="GET",path="//site/wp-includes/wlwmanifest.xml",le="10000"} 5 http_response_size_bytes_bucket{method="GET",path="//site/wp-includes/wlwmanifest.xml",le="50000"} 5 http_response_size_bytes_bucket{method="GET",path="//site/wp-includes/wlwmanifest.xml",le="100000"} 5 http_response_size_bytes_bucket{method="GET",path="//site/wp-includes/wlwmanifest.xml",le="500000"} 5 http_response_size_bytes_bucket{method="GET",path="//site/wp-includes/wlwmanifest.xml",le="1e+06"} 5 http_response_size_bytes_bucket{method="GET",path="//site/wp-includes/wlwmanifest.xml",le="+Inf"} 5 http_response_size_bytes_sum{method="GET",path="//site/wp-includes/wlwmanifest.xml"} 215 http_response_size_bytes_count{method="GET",path="//site/wp-includes/wlwmanifest.xml"} 5 http_response_size_bytes_bucket{method="GET",path="//sito/wp-includes/wlwmanifest.xml",le="100"} 5 http_response_size_bytes_bucket{method="GET",path="//sito/wp-includes/wlwmanifest.xml",le="500"} 5 http_response_size_bytes_bucket{method="GET",path="//sito/wp-includes/wlwmanifest.xml",le="1000"} 5 http_response_size_bytes_bucket{method="GET",path="//sito/wp-includes/wlwmanifest.xml",le="5000"} 5 http_response_size_bytes_bucket{method="GET",path="//sito/wp-includes/wlwmanifest.xml",le="10000"} 5 http_response_size_bytes_bucket{method="GET",path="//sito/wp-includes/wlwmanifest.xml",le="50000"} 5 http_response_size_bytes_bucket{method="GET",path="//sito/wp-includes/wlwmanifest.xml",le="100000"} 5 http_response_size_bytes_bucket{method="GET",path="//sito/wp-includes/wlwmanifest.xml",le="500000"} 5 http_response_size_bytes_bucket{method="GET",path="//sito/wp-includes/wlwmanifest.xml",le="1e+06"} 5 http_response_size_bytes_bucket{method="GET",path="//sito/wp-includes/wlwmanifest.xml",le="+Inf"} 5 http_response_size_bytes_sum{method="GET",path="//sito/wp-includes/wlwmanifest.xml"} 215 http_response_size_bytes_count{method="GET",path="//sito/wp-includes/wlwmanifest.xml"} 5 http_response_size_bytes_bucket{method="GET",path="//sl.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="//sl.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="//sl.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="//sl.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="//sl.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="//sl.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="//sl.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="//sl.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="//sl.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="//sl.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="//sl.php"} 43 http_response_size_bytes_count{method="GET",path="//sl.php"} 1 http_response_size_bytes_bucket{method="GET",path="//test.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="//test.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="//test.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="//test.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="//test.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="//test.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="//test.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="//test.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="//test.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="//test.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="//test.php"} 43 http_response_size_bytes_count{method="GET",path="//test.php"} 1 http_response_size_bytes_bucket{method="GET",path="//test/wp-includes/wlwmanifest.xml",le="100"} 11 http_response_size_bytes_bucket{method="GET",path="//test/wp-includes/wlwmanifest.xml",le="500"} 11 http_response_size_bytes_bucket{method="GET",path="//test/wp-includes/wlwmanifest.xml",le="1000"} 11 http_response_size_bytes_bucket{method="GET",path="//test/wp-includes/wlwmanifest.xml",le="5000"} 11 http_response_size_bytes_bucket{method="GET",path="//test/wp-includes/wlwmanifest.xml",le="10000"} 11 http_response_size_bytes_bucket{method="GET",path="//test/wp-includes/wlwmanifest.xml",le="50000"} 11 http_response_size_bytes_bucket{method="GET",path="//test/wp-includes/wlwmanifest.xml",le="100000"} 11 http_response_size_bytes_bucket{method="GET",path="//test/wp-includes/wlwmanifest.xml",le="500000"} 11 http_response_size_bytes_bucket{method="GET",path="//test/wp-includes/wlwmanifest.xml",le="1e+06"} 11 http_response_size_bytes_bucket{method="GET",path="//test/wp-includes/wlwmanifest.xml",le="+Inf"} 11 http_response_size_bytes_sum{method="GET",path="//test/wp-includes/wlwmanifest.xml"} 473 http_response_size_bytes_count{method="GET",path="//test/wp-includes/wlwmanifest.xml"} 11 http_response_size_bytes_bucket{method="GET",path="//tfm.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="//tfm.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="//tfm.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="//tfm.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="//tfm.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="//tfm.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="//tfm.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="//tfm.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="//tfm.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="//tfm.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="//tfm.php"} 43 http_response_size_bytes_count{method="GET",path="//tfm.php"} 1 http_response_size_bytes_bucket{method="GET",path="//themes.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="//themes.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="//themes.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="//themes.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="//themes.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="//themes.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="//themes.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="//themes.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="//themes.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="//themes.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="//themes.php"} 44 http_response_size_bytes_count{method="GET",path="//themes.php"} 1 http_response_size_bytes_bucket{method="GET",path="//web/wp-includes/wlwmanifest.xml",le="100"} 7 http_response_size_bytes_bucket{method="GET",path="//web/wp-includes/wlwmanifest.xml",le="500"} 7 http_response_size_bytes_bucket{method="GET",path="//web/wp-includes/wlwmanifest.xml",le="1000"} 7 http_response_size_bytes_bucket{method="GET",path="//web/wp-includes/wlwmanifest.xml",le="5000"} 7 http_response_size_bytes_bucket{method="GET",path="//web/wp-includes/wlwmanifest.xml",le="10000"} 7 http_response_size_bytes_bucket{method="GET",path="//web/wp-includes/wlwmanifest.xml",le="50000"} 7 http_response_size_bytes_bucket{method="GET",path="//web/wp-includes/wlwmanifest.xml",le="100000"} 7 http_response_size_bytes_bucket{method="GET",path="//web/wp-includes/wlwmanifest.xml",le="500000"} 7 http_response_size_bytes_bucket{method="GET",path="//web/wp-includes/wlwmanifest.xml",le="1e+06"} 7 http_response_size_bytes_bucket{method="GET",path="//web/wp-includes/wlwmanifest.xml",le="+Inf"} 7 http_response_size_bytes_sum{method="GET",path="//web/wp-includes/wlwmanifest.xml"} 301 http_response_size_bytes_count{method="GET",path="//web/wp-includes/wlwmanifest.xml"} 7 http_response_size_bytes_bucket{method="GET",path="//website/wp-includes/wlwmanifest.xml",le="100"} 5 http_response_size_bytes_bucket{method="GET",path="//website/wp-includes/wlwmanifest.xml",le="500"} 5 http_response_size_bytes_bucket{method="GET",path="//website/wp-includes/wlwmanifest.xml",le="1000"} 5 http_response_size_bytes_bucket{method="GET",path="//website/wp-includes/wlwmanifest.xml",le="5000"} 5 http_response_size_bytes_bucket{method="GET",path="//website/wp-includes/wlwmanifest.xml",le="10000"} 5 http_response_size_bytes_bucket{method="GET",path="//website/wp-includes/wlwmanifest.xml",le="50000"} 5 http_response_size_bytes_bucket{method="GET",path="//website/wp-includes/wlwmanifest.xml",le="100000"} 5 http_response_size_bytes_bucket{method="GET",path="//website/wp-includes/wlwmanifest.xml",le="500000"} 5 http_response_size_bytes_bucket{method="GET",path="//website/wp-includes/wlwmanifest.xml",le="1e+06"} 5 http_response_size_bytes_bucket{method="GET",path="//website/wp-includes/wlwmanifest.xml",le="+Inf"} 5 http_response_size_bytes_sum{method="GET",path="//website/wp-includes/wlwmanifest.xml"} 215 http_response_size_bytes_count{method="GET",path="//website/wp-includes/wlwmanifest.xml"} 5 http_response_size_bytes_bucket{method="GET",path="//wordpress/wp-includes/wlwmanifest.xml",le="100"} 10 http_response_size_bytes_bucket{method="GET",path="//wordpress/wp-includes/wlwmanifest.xml",le="500"} 10 http_response_size_bytes_bucket{method="GET",path="//wordpress/wp-includes/wlwmanifest.xml",le="1000"} 10 http_response_size_bytes_bucket{method="GET",path="//wordpress/wp-includes/wlwmanifest.xml",le="5000"} 10 http_response_size_bytes_bucket{method="GET",path="//wordpress/wp-includes/wlwmanifest.xml",le="10000"} 10 http_response_size_bytes_bucket{method="GET",path="//wordpress/wp-includes/wlwmanifest.xml",le="50000"} 10 http_response_size_bytes_bucket{method="GET",path="//wordpress/wp-includes/wlwmanifest.xml",le="100000"} 10 http_response_size_bytes_bucket{method="GET",path="//wordpress/wp-includes/wlwmanifest.xml",le="500000"} 10 http_response_size_bytes_bucket{method="GET",path="//wordpress/wp-includes/wlwmanifest.xml",le="1e+06"} 10 http_response_size_bytes_bucket{method="GET",path="//wordpress/wp-includes/wlwmanifest.xml",le="+Inf"} 10 http_response_size_bytes_sum{method="GET",path="//wordpress/wp-includes/wlwmanifest.xml"} 430 http_response_size_bytes_count{method="GET",path="//wordpress/wp-includes/wlwmanifest.xml"} 10 http_response_size_bytes_bucket{method="GET",path="//wp-admin/js/index.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="//wp-admin/js/index.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="//wp-admin/js/index.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="//wp-admin/js/index.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="//wp-admin/js/index.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="//wp-admin/js/index.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="//wp-admin/js/index.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="//wp-admin/js/index.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="//wp-admin/js/index.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="//wp-admin/js/index.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="//wp-admin/js/index.php"} 43 http_response_size_bytes_count{method="GET",path="//wp-admin/js/index.php"} 1 http_response_size_bytes_bucket{method="GET",path="//wp-content/BypassBest.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="//wp-content/BypassBest.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="//wp-content/BypassBest.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="//wp-content/BypassBest.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="//wp-content/BypassBest.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="//wp-content/BypassBest.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="//wp-content/BypassBest.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="//wp-content/BypassBest.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="//wp-content/BypassBest.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="//wp-content/BypassBest.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="//wp-content/BypassBest.php"} 43 http_response_size_bytes_count{method="GET",path="//wp-content/BypassBest.php"} 1 http_response_size_bytes_bucket{method="GET",path="//wp-content/admin.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="//wp-content/admin.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="//wp-content/admin.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="//wp-content/admin.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="//wp-content/admin.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="//wp-content/admin.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="//wp-content/admin.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="//wp-content/admin.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="//wp-content/admin.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="//wp-content/admin.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="//wp-content/admin.php"} 43 http_response_size_bytes_count{method="GET",path="//wp-content/admin.php"} 1 http_response_size_bytes_bucket{method="GET",path="//wp-content/uploads/2021/02/index.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="//wp-content/uploads/2021/02/index.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="//wp-content/uploads/2021/02/index.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="//wp-content/uploads/2021/02/index.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="//wp-content/uploads/2021/02/index.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="//wp-content/uploads/2021/02/index.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="//wp-content/uploads/2021/02/index.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="//wp-content/uploads/2021/02/index.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="//wp-content/uploads/2021/02/index.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="//wp-content/uploads/2021/02/index.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="//wp-content/uploads/2021/02/index.php"} 44 http_response_size_bytes_count{method="GET",path="//wp-content/uploads/2021/02/index.php"} 1 http_response_size_bytes_bucket{method="GET",path="//wp-includes/ID3/license.txt",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="//wp-includes/ID3/license.txt",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="//wp-includes/ID3/license.txt",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="//wp-includes/ID3/license.txt",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="//wp-includes/ID3/license.txt",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="//wp-includes/ID3/license.txt",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="//wp-includes/ID3/license.txt",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="//wp-includes/ID3/license.txt",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="//wp-includes/ID3/license.txt",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="//wp-includes/ID3/license.txt",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="//wp-includes/ID3/license.txt"} 86 http_response_size_bytes_count{method="GET",path="//wp-includes/ID3/license.txt"} 2 http_response_size_bytes_bucket{method="GET",path="//wp-includes/Requests/",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="//wp-includes/Requests/",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="//wp-includes/Requests/",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="//wp-includes/Requests/",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="//wp-includes/Requests/",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="//wp-includes/Requests/",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="//wp-includes/Requests/",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="//wp-includes/Requests/",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="//wp-includes/Requests/",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="//wp-includes/Requests/",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="//wp-includes/Requests/"} 44 http_response_size_bytes_count{method="GET",path="//wp-includes/Requests/"} 1 http_response_size_bytes_bucket{method="GET",path="//wp-includes/block-bindings/",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="//wp-includes/block-bindings/",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="//wp-includes/block-bindings/",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="//wp-includes/block-bindings/",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="//wp-includes/block-bindings/",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="//wp-includes/block-bindings/",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="//wp-includes/block-bindings/",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="//wp-includes/block-bindings/",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="//wp-includes/block-bindings/",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="//wp-includes/block-bindings/",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="//wp-includes/block-bindings/"} 43 http_response_size_bytes_count{method="GET",path="//wp-includes/block-bindings/"} 1 http_response_size_bytes_bucket{method="GET",path="//wp-includes/css/dist/",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="//wp-includes/css/dist/",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="//wp-includes/css/dist/",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="//wp-includes/css/dist/",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="//wp-includes/css/dist/",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="//wp-includes/css/dist/",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="//wp-includes/css/dist/",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="//wp-includes/css/dist/",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="//wp-includes/css/dist/",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="//wp-includes/css/dist/",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="//wp-includes/css/dist/"} 86 http_response_size_bytes_count{method="GET",path="//wp-includes/css/dist/"} 2 http_response_size_bytes_bucket{method="GET",path="//wp-includes/css/index.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="//wp-includes/css/index.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="//wp-includes/css/index.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="//wp-includes/css/index.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="//wp-includes/css/index.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="//wp-includes/css/index.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="//wp-includes/css/index.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="//wp-includes/css/index.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="//wp-includes/css/index.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="//wp-includes/css/index.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="//wp-includes/css/index.php"} 44 http_response_size_bytes_count{method="GET",path="//wp-includes/css/index.php"} 1 http_response_size_bytes_bucket{method="GET",path="//wp-includes/js/jquery/",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="//wp-includes/js/jquery/",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="//wp-includes/js/jquery/",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="//wp-includes/js/jquery/",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="//wp-includes/js/jquery/",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="//wp-includes/js/jquery/",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="//wp-includes/js/jquery/",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="//wp-includes/js/jquery/",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="//wp-includes/js/jquery/",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="//wp-includes/js/jquery/",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="//wp-includes/js/jquery/"} 43 http_response_size_bytes_count{method="GET",path="//wp-includes/js/jquery/"} 1 http_response_size_bytes_bucket{method="GET",path="//wp-includes/l10n/",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="//wp-includes/l10n/",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="//wp-includes/l10n/",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="//wp-includes/l10n/",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="//wp-includes/l10n/",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="//wp-includes/l10n/",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="//wp-includes/l10n/",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="//wp-includes/l10n/",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="//wp-includes/l10n/",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="//wp-includes/l10n/",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="//wp-includes/l10n/"} 86 http_response_size_bytes_count{method="GET",path="//wp-includes/l10n/"} 2 http_response_size_bytes_bucket{method="GET",path="//wp-includes/wlwmanifest.xml",le="100"} 5 http_response_size_bytes_bucket{method="GET",path="//wp-includes/wlwmanifest.xml",le="500"} 5 http_response_size_bytes_bucket{method="GET",path="//wp-includes/wlwmanifest.xml",le="1000"} 5 http_response_size_bytes_bucket{method="GET",path="//wp-includes/wlwmanifest.xml",le="5000"} 5 http_response_size_bytes_bucket{method="GET",path="//wp-includes/wlwmanifest.xml",le="10000"} 5 http_response_size_bytes_bucket{method="GET",path="//wp-includes/wlwmanifest.xml",le="50000"} 5 http_response_size_bytes_bucket{method="GET",path="//wp-includes/wlwmanifest.xml",le="100000"} 5 http_response_size_bytes_bucket{method="GET",path="//wp-includes/wlwmanifest.xml",le="500000"} 5 http_response_size_bytes_bucket{method="GET",path="//wp-includes/wlwmanifest.xml",le="1e+06"} 5 http_response_size_bytes_bucket{method="GET",path="//wp-includes/wlwmanifest.xml",le="+Inf"} 5 http_response_size_bytes_sum{method="GET",path="//wp-includes/wlwmanifest.xml"} 215 http_response_size_bytes_count{method="GET",path="//wp-includes/wlwmanifest.xml"} 5 http_response_size_bytes_bucket{method="GET",path="//wp.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="//wp.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="//wp.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="//wp.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="//wp.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="//wp.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="//wp.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="//wp.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="//wp.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="//wp.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="//wp.php"} 43 http_response_size_bytes_count{method="GET",path="//wp.php"} 1 http_response_size_bytes_bucket{method="GET",path="//wp/wp-includes/wlwmanifest.xml",le="100"} 12 http_response_size_bytes_bucket{method="GET",path="//wp/wp-includes/wlwmanifest.xml",le="500"} 12 http_response_size_bytes_bucket{method="GET",path="//wp/wp-includes/wlwmanifest.xml",le="1000"} 12 http_response_size_bytes_bucket{method="GET",path="//wp/wp-includes/wlwmanifest.xml",le="5000"} 12 http_response_size_bytes_bucket{method="GET",path="//wp/wp-includes/wlwmanifest.xml",le="10000"} 12 http_response_size_bytes_bucket{method="GET",path="//wp/wp-includes/wlwmanifest.xml",le="50000"} 12 http_response_size_bytes_bucket{method="GET",path="//wp/wp-includes/wlwmanifest.xml",le="100000"} 12 http_response_size_bytes_bucket{method="GET",path="//wp/wp-includes/wlwmanifest.xml",le="500000"} 12 http_response_size_bytes_bucket{method="GET",path="//wp/wp-includes/wlwmanifest.xml",le="1e+06"} 12 http_response_size_bytes_bucket{method="GET",path="//wp/wp-includes/wlwmanifest.xml",le="+Inf"} 12 http_response_size_bytes_sum{method="GET",path="//wp/wp-includes/wlwmanifest.xml"} 516 http_response_size_bytes_count{method="GET",path="//wp/wp-includes/wlwmanifest.xml"} 12 http_response_size_bytes_bucket{method="GET",path="//wp1/wp-includes/wlwmanifest.xml",le="100"} 6 http_response_size_bytes_bucket{method="GET",path="//wp1/wp-includes/wlwmanifest.xml",le="500"} 6 http_response_size_bytes_bucket{method="GET",path="//wp1/wp-includes/wlwmanifest.xml",le="1000"} 6 http_response_size_bytes_bucket{method="GET",path="//wp1/wp-includes/wlwmanifest.xml",le="5000"} 6 http_response_size_bytes_bucket{method="GET",path="//wp1/wp-includes/wlwmanifest.xml",le="10000"} 6 http_response_size_bytes_bucket{method="GET",path="//wp1/wp-includes/wlwmanifest.xml",le="50000"} 6 http_response_size_bytes_bucket{method="GET",path="//wp1/wp-includes/wlwmanifest.xml",le="100000"} 6 http_response_size_bytes_bucket{method="GET",path="//wp1/wp-includes/wlwmanifest.xml",le="500000"} 6 http_response_size_bytes_bucket{method="GET",path="//wp1/wp-includes/wlwmanifest.xml",le="1e+06"} 6 http_response_size_bytes_bucket{method="GET",path="//wp1/wp-includes/wlwmanifest.xml",le="+Inf"} 6 http_response_size_bytes_sum{method="GET",path="//wp1/wp-includes/wlwmanifest.xml"} 258 http_response_size_bytes_count{method="GET",path="//wp1/wp-includes/wlwmanifest.xml"} 6 http_response_size_bytes_bucket{method="GET",path="//wp2/wp-includes/wlwmanifest.xml",le="100"} 10 http_response_size_bytes_bucket{method="GET",path="//wp2/wp-includes/wlwmanifest.xml",le="500"} 10 http_response_size_bytes_bucket{method="GET",path="//wp2/wp-includes/wlwmanifest.xml",le="1000"} 10 http_response_size_bytes_bucket{method="GET",path="//wp2/wp-includes/wlwmanifest.xml",le="5000"} 10 http_response_size_bytes_bucket{method="GET",path="//wp2/wp-includes/wlwmanifest.xml",le="10000"} 10 http_response_size_bytes_bucket{method="GET",path="//wp2/wp-includes/wlwmanifest.xml",le="50000"} 10 http_response_size_bytes_bucket{method="GET",path="//wp2/wp-includes/wlwmanifest.xml",le="100000"} 10 http_response_size_bytes_bucket{method="GET",path="//wp2/wp-includes/wlwmanifest.xml",le="500000"} 10 http_response_size_bytes_bucket{method="GET",path="//wp2/wp-includes/wlwmanifest.xml",le="1e+06"} 10 http_response_size_bytes_bucket{method="GET",path="//wp2/wp-includes/wlwmanifest.xml",le="+Inf"} 10 http_response_size_bytes_sum{method="GET",path="//wp2/wp-includes/wlwmanifest.xml"} 430 http_response_size_bytes_count{method="GET",path="//wp2/wp-includes/wlwmanifest.xml"} 10 http_response_size_bytes_bucket{method="GET",path="//x.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="//x.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="//x.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="//x.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="//x.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="//x.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="//x.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="//x.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="//x.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="//x.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="//x.php"} 43 http_response_size_bytes_count{method="GET",path="//x.php"} 1 http_response_size_bytes_bucket{method="GET",path="//xfile25.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="//xfile25.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="//xfile25.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="//xfile25.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="//xfile25.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="//xfile25.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="//xfile25.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="//xfile25.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="//xfile25.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="//xfile25.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="//xfile25.php"} 43 http_response_size_bytes_count{method="GET",path="//xfile25.php"} 1 http_response_size_bytes_bucket{method="GET",path="//xmlrpc.php",le="100"} 12 http_response_size_bytes_bucket{method="GET",path="//xmlrpc.php",le="500"} 12 http_response_size_bytes_bucket{method="GET",path="//xmlrpc.php",le="1000"} 12 http_response_size_bytes_bucket{method="GET",path="//xmlrpc.php",le="5000"} 12 http_response_size_bytes_bucket{method="GET",path="//xmlrpc.php",le="10000"} 12 http_response_size_bytes_bucket{method="GET",path="//xmlrpc.php",le="50000"} 12 http_response_size_bytes_bucket{method="GET",path="//xmlrpc.php",le="100000"} 12 http_response_size_bytes_bucket{method="GET",path="//xmlrpc.php",le="500000"} 12 http_response_size_bytes_bucket{method="GET",path="//xmlrpc.php",le="1e+06"} 12 http_response_size_bytes_bucket{method="GET",path="//xmlrpc.php",le="+Inf"} 12 http_response_size_bytes_sum{method="GET",path="//xmlrpc.php"} 516 http_response_size_bytes_count{method="GET",path="//xmlrpc.php"} 12 http_response_size_bytes_bucket{method="GET",path="//zwso.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="//zwso.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="//zwso.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="//zwso.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="//zwso.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="//zwso.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="//zwso.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="//zwso.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="//zwso.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="//zwso.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="//zwso.php"} 43 http_response_size_bytes_count{method="GET",path="//zwso.php"} 1 http_response_size_bytes_bucket{method="GET",path="/0.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/0.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/0.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/0.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/0.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/0.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/0.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/0.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/0.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/0.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/0.php"} 43 http_response_size_bytes_count{method="GET",path="/0.php"} 1 http_response_size_bytes_bucket{method="GET",path="/00.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/00.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/00.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/00.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/00.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/00.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/00.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/00.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/00.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/00.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/00.php"} 43 http_response_size_bytes_count{method="GET",path="/00.php"} 1 http_response_size_bytes_bucket{method="GET",path="/030.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/030.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/030.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/030.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/030.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/030.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/030.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/030.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/030.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/030.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/030.php"} 43 http_response_size_bytes_count{method="GET",path="/030.php"} 1 http_response_size_bytes_bucket{method="GET",path="/031.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/031.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/031.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/031.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/031.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/031.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/031.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/031.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/031.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/031.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/031.php"} 43 http_response_size_bytes_count{method="GET",path="/031.php"} 1 http_response_size_bytes_bucket{method="GET",path="/04.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/04.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/04.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/04.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/04.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/04.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/04.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/04.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/04.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/04.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/04.php"} 86 http_response_size_bytes_count{method="GET",path="/04.php"} 2 http_response_size_bytes_bucket{method="GET",path="/06.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/06.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/06.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/06.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/06.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/06.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/06.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/06.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/06.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/06.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/06.php"} 43 http_response_size_bytes_count{method="GET",path="/06.php"} 1 http_response_size_bytes_bucket{method="GET",path="/0d.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/0d.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/0d.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/0d.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/0d.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/0d.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/0d.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/0d.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/0d.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/0d.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/0d.php"} 43 http_response_size_bytes_count{method="GET",path="/0d.php"} 1 http_response_size_bytes_bucket{method="GET",path="/0upb5b.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/0upb5b.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/0upb5b.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/0upb5b.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/0upb5b.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/0upb5b.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/0upb5b.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/0upb5b.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/0upb5b.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/0upb5b.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/0upb5b.php"} 43 http_response_size_bytes_count{method="GET",path="/0upb5b.php"} 1 http_response_size_bytes_bucket{method="GET",path="/0x.php",le="100"} 6 http_response_size_bytes_bucket{method="GET",path="/0x.php",le="500"} 6 http_response_size_bytes_bucket{method="GET",path="/0x.php",le="1000"} 6 http_response_size_bytes_bucket{method="GET",path="/0x.php",le="5000"} 6 http_response_size_bytes_bucket{method="GET",path="/0x.php",le="10000"} 6 http_response_size_bytes_bucket{method="GET",path="/0x.php",le="50000"} 6 http_response_size_bytes_bucket{method="GET",path="/0x.php",le="100000"} 6 http_response_size_bytes_bucket{method="GET",path="/0x.php",le="500000"} 6 http_response_size_bytes_bucket{method="GET",path="/0x.php",le="1e+06"} 6 http_response_size_bytes_bucket{method="GET",path="/0x.php",le="+Inf"} 6 http_response_size_bytes_sum{method="GET",path="/0x.php"} 258 http_response_size_bytes_count{method="GET",path="/0x.php"} 6 http_response_size_bytes_bucket{method="GET",path="/0x0x.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/0x0x.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/0x0x.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/0x0x.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/0x0x.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/0x0x.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/0x0x.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/0x0x.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/0x0x.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/0x0x.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/0x0x.php"} 43 http_response_size_bytes_count{method="GET",path="/0x0x.php"} 1 http_response_size_bytes_bucket{method="GET",path="/1.php",le="100"} 11 http_response_size_bytes_bucket{method="GET",path="/1.php",le="500"} 11 http_response_size_bytes_bucket{method="GET",path="/1.php",le="1000"} 11 http_response_size_bytes_bucket{method="GET",path="/1.php",le="5000"} 11 http_response_size_bytes_bucket{method="GET",path="/1.php",le="10000"} 11 http_response_size_bytes_bucket{method="GET",path="/1.php",le="50000"} 11 http_response_size_bytes_bucket{method="GET",path="/1.php",le="100000"} 11 http_response_size_bytes_bucket{method="GET",path="/1.php",le="500000"} 11 http_response_size_bytes_bucket{method="GET",path="/1.php",le="1e+06"} 11 http_response_size_bytes_bucket{method="GET",path="/1.php",le="+Inf"} 11 http_response_size_bytes_sum{method="GET",path="/1.php"} 476 http_response_size_bytes_count{method="GET",path="/1.php"} 11 http_response_size_bytes_bucket{method="GET",path="/10.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/10.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/10.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/10.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/10.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/10.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/10.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/10.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/10.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/10.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/10.php"} 43 http_response_size_bytes_count{method="GET",path="/10.php"} 1 http_response_size_bytes_bucket{method="GET",path="/100.php",le="100"} 7 http_response_size_bytes_bucket{method="GET",path="/100.php",le="500"} 7 http_response_size_bytes_bucket{method="GET",path="/100.php",le="1000"} 7 http_response_size_bytes_bucket{method="GET",path="/100.php",le="5000"} 7 http_response_size_bytes_bucket{method="GET",path="/100.php",le="10000"} 7 http_response_size_bytes_bucket{method="GET",path="/100.php",le="50000"} 7 http_response_size_bytes_bucket{method="GET",path="/100.php",le="100000"} 7 http_response_size_bytes_bucket{method="GET",path="/100.php",le="500000"} 7 http_response_size_bytes_bucket{method="GET",path="/100.php",le="1e+06"} 7 http_response_size_bytes_bucket{method="GET",path="/100.php",le="+Inf"} 7 http_response_size_bytes_sum{method="GET",path="/100.php"} 302 http_response_size_bytes_count{method="GET",path="/100.php"} 7 http_response_size_bytes_bucket{method="GET",path="/11.php",le="100"} 6 http_response_size_bytes_bucket{method="GET",path="/11.php",le="500"} 6 http_response_size_bytes_bucket{method="GET",path="/11.php",le="1000"} 6 http_response_size_bytes_bucket{method="GET",path="/11.php",le="5000"} 6 http_response_size_bytes_bucket{method="GET",path="/11.php",le="10000"} 6 http_response_size_bytes_bucket{method="GET",path="/11.php",le="50000"} 6 http_response_size_bytes_bucket{method="GET",path="/11.php",le="100000"} 6 http_response_size_bytes_bucket{method="GET",path="/11.php",le="500000"} 6 http_response_size_bytes_bucket{method="GET",path="/11.php",le="1e+06"} 6 http_response_size_bytes_bucket{method="GET",path="/11.php",le="+Inf"} 6 http_response_size_bytes_sum{method="GET",path="/11.php"} 258 http_response_size_bytes_count{method="GET",path="/11.php"} 6 http_response_size_bytes_bucket{method="GET",path="/12.php",le="100"} 5 http_response_size_bytes_bucket{method="GET",path="/12.php",le="500"} 5 http_response_size_bytes_bucket{method="GET",path="/12.php",le="1000"} 5 http_response_size_bytes_bucket{method="GET",path="/12.php",le="5000"} 5 http_response_size_bytes_bucket{method="GET",path="/12.php",le="10000"} 5 http_response_size_bytes_bucket{method="GET",path="/12.php",le="50000"} 5 http_response_size_bytes_bucket{method="GET",path="/12.php",le="100000"} 5 http_response_size_bytes_bucket{method="GET",path="/12.php",le="500000"} 5 http_response_size_bytes_bucket{method="GET",path="/12.php",le="1e+06"} 5 http_response_size_bytes_bucket{method="GET",path="/12.php",le="+Inf"} 5 http_response_size_bytes_sum{method="GET",path="/12.php"} 215 http_response_size_bytes_count{method="GET",path="/12.php"} 5 http_response_size_bytes_bucket{method="GET",path="/123.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/123.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/123.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/123.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/123.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/123.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/123.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/123.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/123.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/123.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/123.php"} 43 http_response_size_bytes_count{method="GET",path="/123.php"} 1 http_response_size_bytes_bucket{method="GET",path="/13.php",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/13.php",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/13.php",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/13.php",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/13.php",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/13.php",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/13.php",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/13.php",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/13.php",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/13.php",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/13.php"} 129 http_response_size_bytes_count{method="GET",path="/13.php"} 3 http_response_size_bytes_bucket{method="GET",path="/133.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/133.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/133.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/133.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/133.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/133.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/133.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/133.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/133.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/133.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/133.php"} 43 http_response_size_bytes_count{method="GET",path="/133.php"} 1 http_response_size_bytes_bucket{method="GET",path="/144.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/144.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/144.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/144.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/144.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/144.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/144.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/144.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/144.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/144.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/144.php"} 43 http_response_size_bytes_count{method="GET",path="/144.php"} 1 http_response_size_bytes_bucket{method="GET",path="/155.php",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/155.php",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/155.php",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/155.php",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/155.php",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/155.php",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/155.php",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/155.php",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/155.php",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/155.php",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/155.php"} 172 http_response_size_bytes_count{method="GET",path="/155.php"} 4 http_response_size_bytes_bucket{method="GET",path="/166.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/166.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/166.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/166.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/166.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/166.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/166.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/166.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/166.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/166.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/166.php"} 86 http_response_size_bytes_count{method="GET",path="/166.php"} 2 http_response_size_bytes_bucket{method="GET",path="/19.php",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/19.php",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/19.php",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/19.php",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/19.php",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/19.php",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/19.php",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/19.php",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/19.php",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/19.php",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/19.php"} 172 http_response_size_bytes_count{method="GET",path="/19.php"} 4 http_response_size_bytes_bucket{method="GET",path="/1a.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/1a.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/1a.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/1a.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/1a.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/1a.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/1a.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/1a.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/1a.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/1a.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/1a.php"} 86 http_response_size_bytes_count{method="GET",path="/1a.php"} 2 http_response_size_bytes_bucket{method="GET",path="/1aa.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/1aa.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/1aa.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/1aa.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/1aa.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/1aa.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/1aa.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/1aa.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/1aa.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/1aa.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/1aa.php"} 86 http_response_size_bytes_count{method="GET",path="/1aa.php"} 2 http_response_size_bytes_bucket{method="GET",path="/1index.php",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/1index.php",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/1index.php",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/1index.php",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/1index.php",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/1index.php",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/1index.php",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/1index.php",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/1index.php",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/1index.php",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/1index.php"} 129 http_response_size_bytes_count{method="GET",path="/1index.php"} 3 http_response_size_bytes_bucket{method="GET",path="/2.php",le="100"} 5 http_response_size_bytes_bucket{method="GET",path="/2.php",le="500"} 5 http_response_size_bytes_bucket{method="GET",path="/2.php",le="1000"} 5 http_response_size_bytes_bucket{method="GET",path="/2.php",le="5000"} 5 http_response_size_bytes_bucket{method="GET",path="/2.php",le="10000"} 5 http_response_size_bytes_bucket{method="GET",path="/2.php",le="50000"} 5 http_response_size_bytes_bucket{method="GET",path="/2.php",le="100000"} 5 http_response_size_bytes_bucket{method="GET",path="/2.php",le="500000"} 5 http_response_size_bytes_bucket{method="GET",path="/2.php",le="1e+06"} 5 http_response_size_bytes_bucket{method="GET",path="/2.php",le="+Inf"} 5 http_response_size_bytes_sum{method="GET",path="/2.php"} 216 http_response_size_bytes_count{method="GET",path="/2.php"} 5 http_response_size_bytes_bucket{method="GET",path="/201.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/201.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/201.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/201.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/201.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/201.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/201.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/201.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/201.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/201.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/201.php"} 43 http_response_size_bytes_count{method="GET",path="/201.php"} 1 http_response_size_bytes_bucket{method="GET",path="/201.php7",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/201.php7",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/201.php7",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/201.php7",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/201.php7",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/201.php7",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/201.php7",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/201.php7",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/201.php7",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/201.php7",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/201.php7"} 43 http_response_size_bytes_count{method="GET",path="/201.php7"} 1 http_response_size_bytes_bucket{method="GET",path="/2020/.env",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/2020/.env",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/2020/.env",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/2020/.env",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/2020/.env",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/2020/.env",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/2020/.env",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/2020/.env",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/2020/.env",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/2020/.env",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/2020/.env"} 88 http_response_size_bytes_count{method="GET",path="/2020/.env"} 2 http_response_size_bytes_bucket{method="GET",path="/2020/phpinfo.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/2020/phpinfo.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/2020/phpinfo.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/2020/phpinfo.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/2020/phpinfo.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/2020/phpinfo.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/2020/phpinfo.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/2020/phpinfo.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/2020/phpinfo.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/2020/phpinfo.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/2020/phpinfo.php"} 88 http_response_size_bytes_count{method="GET",path="/2020/phpinfo.php"} 2 http_response_size_bytes_bucket{method="GET",path="/2021/.env",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/2021/.env",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/2021/.env",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/2021/.env",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/2021/.env",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/2021/.env",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/2021/.env",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/2021/.env",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/2021/.env",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/2021/.env",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/2021/.env"} 88 http_response_size_bytes_count{method="GET",path="/2021/.env"} 2 http_response_size_bytes_bucket{method="GET",path="/2021/phpinfo.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/2021/phpinfo.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/2021/phpinfo.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/2021/phpinfo.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/2021/phpinfo.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/2021/phpinfo.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/2021/phpinfo.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/2021/phpinfo.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/2021/phpinfo.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/2021/phpinfo.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/2021/phpinfo.php"} 87 http_response_size_bytes_count{method="GET",path="/2021/phpinfo.php"} 2 http_response_size_bytes_bucket{method="GET",path="/2022/.env",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/2022/.env",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/2022/.env",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/2022/.env",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/2022/.env",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/2022/.env",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/2022/.env",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/2022/.env",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/2022/.env",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/2022/.env",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/2022/.env"} 88 http_response_size_bytes_count{method="GET",path="/2022/.env"} 2 http_response_size_bytes_bucket{method="GET",path="/2022/phpinfo.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/2022/phpinfo.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/2022/phpinfo.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/2022/phpinfo.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/2022/phpinfo.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/2022/phpinfo.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/2022/phpinfo.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/2022/phpinfo.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/2022/phpinfo.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/2022/phpinfo.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/2022/phpinfo.php"} 88 http_response_size_bytes_count{method="GET",path="/2022/phpinfo.php"} 2 http_response_size_bytes_bucket{method="GET",path="/2023/.env",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/2023/.env",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/2023/.env",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/2023/.env",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/2023/.env",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/2023/.env",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/2023/.env",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/2023/.env",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/2023/.env",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/2023/.env",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/2023/.env"} 88 http_response_size_bytes_count{method="GET",path="/2023/.env"} 2 http_response_size_bytes_bucket{method="GET",path="/2023/phpinfo.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/2023/phpinfo.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/2023/phpinfo.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/2023/phpinfo.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/2023/phpinfo.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/2023/phpinfo.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/2023/phpinfo.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/2023/phpinfo.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/2023/phpinfo.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/2023/phpinfo.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/2023/phpinfo.php"} 88 http_response_size_bytes_count{method="GET",path="/2023/phpinfo.php"} 2 http_response_size_bytes_bucket{method="GET",path="/2024/.env",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/2024/.env",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/2024/.env",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/2024/.env",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/2024/.env",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/2024/.env",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/2024/.env",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/2024/.env",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/2024/.env",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/2024/.env",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/2024/.env"} 88 http_response_size_bytes_count{method="GET",path="/2024/.env"} 2 http_response_size_bytes_bucket{method="GET",path="/2024/phpinfo.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/2024/phpinfo.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/2024/phpinfo.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/2024/phpinfo.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/2024/phpinfo.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/2024/phpinfo.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/2024/phpinfo.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/2024/phpinfo.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/2024/phpinfo.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/2024/phpinfo.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/2024/phpinfo.php"} 88 http_response_size_bytes_count{method="GET",path="/2024/phpinfo.php"} 2 http_response_size_bytes_bucket{method="GET",path="/2026w.php",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/2026w.php",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/2026w.php",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/2026w.php",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/2026w.php",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/2026w.php",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/2026w.php",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/2026w.php",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/2026w.php",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/2026w.php",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/2026w.php"} 130 http_response_size_bytes_count{method="GET",path="/2026w.php"} 3 http_response_size_bytes_bucket{method="GET",path="/206.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/206.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/206.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/206.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/206.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/206.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/206.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/206.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/206.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/206.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/206.php"} 43 http_response_size_bytes_count{method="GET",path="/206.php"} 1 http_response_size_bytes_bucket{method="GET",path="/222.php",le="100"} 9 http_response_size_bytes_bucket{method="GET",path="/222.php",le="500"} 9 http_response_size_bytes_bucket{method="GET",path="/222.php",le="1000"} 9 http_response_size_bytes_bucket{method="GET",path="/222.php",le="5000"} 9 http_response_size_bytes_bucket{method="GET",path="/222.php",le="10000"} 9 http_response_size_bytes_bucket{method="GET",path="/222.php",le="50000"} 9 http_response_size_bytes_bucket{method="GET",path="/222.php",le="100000"} 9 http_response_size_bytes_bucket{method="GET",path="/222.php",le="500000"} 9 http_response_size_bytes_bucket{method="GET",path="/222.php",le="1e+06"} 9 http_response_size_bytes_bucket{method="GET",path="/222.php",le="+Inf"} 9 http_response_size_bytes_sum{method="GET",path="/222.php"} 388 http_response_size_bytes_count{method="GET",path="/222.php"} 9 http_response_size_bytes_bucket{method="GET",path="/2468.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/2468.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/2468.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/2468.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/2468.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/2468.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/2468.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/2468.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/2468.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/2468.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/2468.php"} 87 http_response_size_bytes_count{method="GET",path="/2468.php"} 2 http_response_size_bytes_bucket{method="GET",path="/27kstv.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/27kstv.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/27kstv.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/27kstv.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/27kstv.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/27kstv.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/27kstv.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/27kstv.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/27kstv.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/27kstv.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/27kstv.php"} 43 http_response_size_bytes_count{method="GET",path="/27kstv.php"} 1 http_response_size_bytes_bucket{method="GET",path="/2P.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/2P.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/2P.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/2P.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/2P.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/2P.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/2P.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/2P.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/2P.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/2P.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/2P.php"} 86 http_response_size_bytes_count{method="GET",path="/2P.php"} 2 http_response_size_bytes_bucket{method="GET",path="/2bff55fd.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/2bff55fd.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/2bff55fd.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/2bff55fd.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/2bff55fd.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/2bff55fd.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/2bff55fd.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/2bff55fd.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/2bff55fd.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/2bff55fd.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/2bff55fd.php"} 43 http_response_size_bytes_count{method="GET",path="/2bff55fd.php"} 1 http_response_size_bytes_bucket{method="GET",path="/2clas.php",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/2clas.php",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/2clas.php",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/2clas.php",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/2clas.php",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/2clas.php",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/2clas.php",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/2clas.php",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/2clas.php",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/2clas.php",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/2clas.php"} 129 http_response_size_bytes_count{method="GET",path="/2clas.php"} 3 http_response_size_bytes_bucket{method="GET",path="/2ksm17n.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/2ksm17n.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/2ksm17n.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/2ksm17n.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/2ksm17n.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/2ksm17n.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/2ksm17n.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/2ksm17n.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/2ksm17n.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/2ksm17n.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/2ksm17n.php"} 43 http_response_size_bytes_count{method="GET",path="/2ksm17n.php"} 1 http_response_size_bytes_bucket{method="GET",path="/3.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/3.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/3.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/3.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/3.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/3.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/3.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/3.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/3.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/3.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/3.php"} 86 http_response_size_bytes_count{method="GET",path="/3.php"} 2 http_response_size_bytes_bucket{method="GET",path="/33.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/33.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/33.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/33.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/33.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/33.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/33.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/33.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/33.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/33.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/33.php"} 43 http_response_size_bytes_count{method="GET",path="/33.php"} 1 http_response_size_bytes_bucket{method="GET",path="/333.php",le="100"} 7 http_response_size_bytes_bucket{method="GET",path="/333.php",le="500"} 7 http_response_size_bytes_bucket{method="GET",path="/333.php",le="1000"} 7 http_response_size_bytes_bucket{method="GET",path="/333.php",le="5000"} 7 http_response_size_bytes_bucket{method="GET",path="/333.php",le="10000"} 7 http_response_size_bytes_bucket{method="GET",path="/333.php",le="50000"} 7 http_response_size_bytes_bucket{method="GET",path="/333.php",le="100000"} 7 http_response_size_bytes_bucket{method="GET",path="/333.php",le="500000"} 7 http_response_size_bytes_bucket{method="GET",path="/333.php",le="1e+06"} 7 http_response_size_bytes_bucket{method="GET",path="/333.php",le="+Inf"} 7 http_response_size_bytes_sum{method="GET",path="/333.php"} 301 http_response_size_bytes_count{method="GET",path="/333.php"} 7 http_response_size_bytes_bucket{method="GET",path="/3369.php",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/3369.php",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/3369.php",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/3369.php",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/3369.php",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/3369.php",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/3369.php",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/3369.php",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/3369.php",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/3369.php",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/3369.php"} 129 http_response_size_bytes_count{method="GET",path="/3369.php"} 3 http_response_size_bytes_bucket{method="GET",path="/3PJcpMFsD8B.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/3PJcpMFsD8B.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/3PJcpMFsD8B.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/3PJcpMFsD8B.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/3PJcpMFsD8B.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/3PJcpMFsD8B.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/3PJcpMFsD8B.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/3PJcpMFsD8B.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/3PJcpMFsD8B.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/3PJcpMFsD8B.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/3PJcpMFsD8B.php"} 43 http_response_size_bytes_count{method="GET",path="/3PJcpMFsD8B.php"} 1 http_response_size_bytes_bucket{method="GET",path="/3us0dk.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/3us0dk.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/3us0dk.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/3us0dk.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/3us0dk.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/3us0dk.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/3us0dk.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/3us0dk.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/3us0dk.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/3us0dk.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/3us0dk.php"} 43 http_response_size_bytes_count{method="GET",path="/3us0dk.php"} 1 http_response_size_bytes_bucket{method="GET",path="/4.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/4.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/4.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/4.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/4.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/4.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/4.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/4.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/4.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/4.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/4.php"} 43 http_response_size_bytes_count{method="GET",path="/4.php"} 1 http_response_size_bytes_bucket{method="GET",path="/403.php",le="100"} 6 http_response_size_bytes_bucket{method="GET",path="/403.php",le="500"} 6 http_response_size_bytes_bucket{method="GET",path="/403.php",le="1000"} 6 http_response_size_bytes_bucket{method="GET",path="/403.php",le="5000"} 6 http_response_size_bytes_bucket{method="GET",path="/403.php",le="10000"} 6 http_response_size_bytes_bucket{method="GET",path="/403.php",le="50000"} 6 http_response_size_bytes_bucket{method="GET",path="/403.php",le="100000"} 6 http_response_size_bytes_bucket{method="GET",path="/403.php",le="500000"} 6 http_response_size_bytes_bucket{method="GET",path="/403.php",le="1e+06"} 6 http_response_size_bytes_bucket{method="GET",path="/403.php",le="+Inf"} 6 http_response_size_bytes_sum{method="GET",path="/403.php"} 258 http_response_size_bytes_count{method="GET",path="/403.php"} 6 http_response_size_bytes_bucket{method="GET",path="/404.php",le="100"} 7 http_response_size_bytes_bucket{method="GET",path="/404.php",le="500"} 7 http_response_size_bytes_bucket{method="GET",path="/404.php",le="1000"} 7 http_response_size_bytes_bucket{method="GET",path="/404.php",le="5000"} 7 http_response_size_bytes_bucket{method="GET",path="/404.php",le="10000"} 7 http_response_size_bytes_bucket{method="GET",path="/404.php",le="50000"} 7 http_response_size_bytes_bucket{method="GET",path="/404.php",le="100000"} 7 http_response_size_bytes_bucket{method="GET",path="/404.php",le="500000"} 7 http_response_size_bytes_bucket{method="GET",path="/404.php",le="1e+06"} 7 http_response_size_bytes_bucket{method="GET",path="/404.php",le="+Inf"} 7 http_response_size_bytes_sum{method="GET",path="/404.php"} 301 http_response_size_bytes_count{method="GET",path="/404.php"} 7 http_response_size_bytes_bucket{method="GET",path="/4PJcpMFsD8B.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/4PJcpMFsD8B.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/4PJcpMFsD8B.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/4PJcpMFsD8B.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/4PJcpMFsD8B.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/4PJcpMFsD8B.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/4PJcpMFsD8B.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/4PJcpMFsD8B.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/4PJcpMFsD8B.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/4PJcpMFsD8B.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/4PJcpMFsD8B.php"} 43 http_response_size_bytes_count{method="GET",path="/4PJcpMFsD8B.php"} 1 http_response_size_bytes_bucket{method="GET",path="/5.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/5.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/5.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/5.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/5.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/5.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/5.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/5.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/5.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/5.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/5.php"} 44 http_response_size_bytes_count{method="GET",path="/5.php"} 1 http_response_size_bytes_bucket{method="GET",path="/520.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/520.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/520.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/520.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/520.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/520.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/520.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/520.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/520.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/520.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/520.php"} 86 http_response_size_bytes_count{method="GET",path="/520.php"} 2 http_response_size_bytes_bucket{method="GET",path="/55b76.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/55b76.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/55b76.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/55b76.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/55b76.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/55b76.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/55b76.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/55b76.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/55b76.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/55b76.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/55b76.php"} 43 http_response_size_bytes_count{method="GET",path="/55b76.php"} 1 http_response_size_bytes_bucket{method="GET",path="/56c53.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/56c53.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/56c53.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/56c53.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/56c53.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/56c53.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/56c53.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/56c53.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/56c53.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/56c53.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/56c53.php"} 43 http_response_size_bytes_count{method="GET",path="/56c53.php"} 1 http_response_size_bytes_bucket{method="GET",path="/5b9ac.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/5b9ac.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/5b9ac.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/5b9ac.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/5b9ac.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/5b9ac.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/5b9ac.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/5b9ac.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/5b9ac.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/5b9ac.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/5b9ac.php"} 86 http_response_size_bytes_count{method="GET",path="/5b9ac.php"} 2 http_response_size_bytes_bucket{method="GET",path="/6.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/6.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/6.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/6.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/6.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/6.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/6.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/6.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/6.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/6.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/6.php"} 86 http_response_size_bytes_count{method="GET",path="/6.php"} 2 http_response_size_bytes_bucket{method="GET",path="/66.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/66.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/66.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/66.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/66.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/66.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/66.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/66.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/66.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/66.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/66.php"} 86 http_response_size_bytes_count{method="GET",path="/66.php"} 2 http_response_size_bytes_bucket{method="GET",path="/666.php",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/666.php",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/666.php",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/666.php",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/666.php",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/666.php",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/666.php",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/666.php",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/666.php",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/666.php",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/666.php"} 129 http_response_size_bytes_count{method="GET",path="/666.php"} 3 http_response_size_bytes_bucket{method="GET",path="/66t.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/66t.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/66t.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/66t.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/66t.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/66t.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/66t.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/66t.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/66t.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/66t.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/66t.php"} 43 http_response_size_bytes_count{method="GET",path="/66t.php"} 1 http_response_size_bytes_bucket{method="GET",path="/6fff5faf.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/6fff5faf.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/6fff5faf.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/6fff5faf.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/6fff5faf.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/6fff5faf.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/6fff5faf.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/6fff5faf.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/6fff5faf.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/6fff5faf.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/6fff5faf.php"} 43 http_response_size_bytes_count{method="GET",path="/6fff5faf.php"} 1 http_response_size_bytes_bucket{method="GET",path="/6kDPjgFTmvS.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/6kDPjgFTmvS.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/6kDPjgFTmvS.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/6kDPjgFTmvS.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/6kDPjgFTmvS.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/6kDPjgFTmvS.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/6kDPjgFTmvS.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/6kDPjgFTmvS.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/6kDPjgFTmvS.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/6kDPjgFTmvS.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/6kDPjgFTmvS.php"} 86 http_response_size_bytes_count{method="GET",path="/6kDPjgFTmvS.php"} 2 http_response_size_bytes_bucket{method="GET",path="/7.php",le="100"} 8 http_response_size_bytes_bucket{method="GET",path="/7.php",le="500"} 8 http_response_size_bytes_bucket{method="GET",path="/7.php",le="1000"} 8 http_response_size_bytes_bucket{method="GET",path="/7.php",le="5000"} 8 http_response_size_bytes_bucket{method="GET",path="/7.php",le="10000"} 8 http_response_size_bytes_bucket{method="GET",path="/7.php",le="50000"} 8 http_response_size_bytes_bucket{method="GET",path="/7.php",le="100000"} 8 http_response_size_bytes_bucket{method="GET",path="/7.php",le="500000"} 8 http_response_size_bytes_bucket{method="GET",path="/7.php",le="1e+06"} 8 http_response_size_bytes_bucket{method="GET",path="/7.php",le="+Inf"} 8 http_response_size_bytes_sum{method="GET",path="/7.php"} 346 http_response_size_bytes_count{method="GET",path="/7.php"} 8 http_response_size_bytes_bucket{method="GET",path="/77.php",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/77.php",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/77.php",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/77.php",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/77.php",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/77.php",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/77.php",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/77.php",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/77.php",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/77.php",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/77.php"} 129 http_response_size_bytes_count{method="GET",path="/77.php"} 3 http_response_size_bytes_bucket{method="GET",path="/7gt.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/7gt.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/7gt.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/7gt.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/7gt.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/7gt.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/7gt.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/7gt.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/7gt.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/7gt.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/7gt.php"} 43 http_response_size_bytes_count{method="GET",path="/7gt.php"} 1 http_response_size_bytes_bucket{method="GET",path="/8.php",le="100"} 7 http_response_size_bytes_bucket{method="GET",path="/8.php",le="500"} 7 http_response_size_bytes_bucket{method="GET",path="/8.php",le="1000"} 7 http_response_size_bytes_bucket{method="GET",path="/8.php",le="5000"} 7 http_response_size_bytes_bucket{method="GET",path="/8.php",le="10000"} 7 http_response_size_bytes_bucket{method="GET",path="/8.php",le="50000"} 7 http_response_size_bytes_bucket{method="GET",path="/8.php",le="100000"} 7 http_response_size_bytes_bucket{method="GET",path="/8.php",le="500000"} 7 http_response_size_bytes_bucket{method="GET",path="/8.php",le="1e+06"} 7 http_response_size_bytes_bucket{method="GET",path="/8.php",le="+Inf"} 7 http_response_size_bytes_sum{method="GET",path="/8.php"} 301 http_response_size_bytes_count{method="GET",path="/8.php"} 7 http_response_size_bytes_bucket{method="GET",path="/8573.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/8573.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/8573.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/8573.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/8573.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/8573.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/8573.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/8573.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/8573.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/8573.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/8573.php"} 43 http_response_size_bytes_count{method="GET",path="/8573.php"} 1 http_response_size_bytes_bucket{method="GET",path="/900.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/900.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/900.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/900.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/900.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/900.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/900.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/900.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/900.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/900.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/900.php"} 43 http_response_size_bytes_count{method="GET",path="/900.php"} 1 http_response_size_bytes_bucket{method="GET",path="/99.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/99.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/99.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/99.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/99.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/99.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/99.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/99.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/99.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/99.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/99.php"} 86 http_response_size_bytes_count{method="GET",path="/99.php"} 2 http_response_size_bytes_bucket{method="GET",path="/@vite/env",le="100"} 10 http_response_size_bytes_bucket{method="GET",path="/@vite/env",le="500"} 10 http_response_size_bytes_bucket{method="GET",path="/@vite/env",le="1000"} 10 http_response_size_bytes_bucket{method="GET",path="/@vite/env",le="5000"} 10 http_response_size_bytes_bucket{method="GET",path="/@vite/env",le="10000"} 10 http_response_size_bytes_bucket{method="GET",path="/@vite/env",le="50000"} 10 http_response_size_bytes_bucket{method="GET",path="/@vite/env",le="100000"} 10 http_response_size_bytes_bucket{method="GET",path="/@vite/env",le="500000"} 10 http_response_size_bytes_bucket{method="GET",path="/@vite/env",le="1e+06"} 10 http_response_size_bytes_bucket{method="GET",path="/@vite/env",le="+Inf"} 10 http_response_size_bytes_sum{method="GET",path="/@vite/env"} 430 http_response_size_bytes_count{method="GET",path="/@vite/env"} 10 http_response_size_bytes_bucket{method="GET",path="/ADMIN/.env",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/ADMIN/.env",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/ADMIN/.env",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/ADMIN/.env",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/ADMIN/.env",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/ADMIN/.env",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/ADMIN/.env",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/ADMIN/.env",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/ADMIN/.env",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/ADMIN/.env",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/ADMIN/.env"} 88 http_response_size_bytes_count{method="GET",path="/ADMIN/.env"} 2 http_response_size_bytes_bucket{method="GET",path="/API.md",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/API.md",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/API.md",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/API.md",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/API.md",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/API.md",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/API.md",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/API.md",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/API.md",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/API.md",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/API.md"} 175 http_response_size_bytes_count{method="GET",path="/API.md"} 4 http_response_size_bytes_bucket{method="GET",path="/API/.env",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/API/.env",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/API/.env",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/API/.env",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/API/.env",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/API/.env",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/API/.env",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/API/.env",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/API/.env",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/API/.env",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/API/.env"} 88 http_response_size_bytes_count{method="GET",path="/API/.env"} 2 http_response_size_bytes_bucket{method="GET",path="/API/common.js",le="100"} 19 http_response_size_bytes_bucket{method="GET",path="/API/common.js",le="500"} 19 http_response_size_bytes_bucket{method="GET",path="/API/common.js",le="1000"} 19 http_response_size_bytes_bucket{method="GET",path="/API/common.js",le="5000"} 19 http_response_size_bytes_bucket{method="GET",path="/API/common.js",le="10000"} 19 http_response_size_bytes_bucket{method="GET",path="/API/common.js",le="50000"} 19 http_response_size_bytes_bucket{method="GET",path="/API/common.js",le="100000"} 19 http_response_size_bytes_bucket{method="GET",path="/API/common.js",le="500000"} 19 http_response_size_bytes_bucket{method="GET",path="/API/common.js",le="1e+06"} 19 http_response_size_bytes_bucket{method="GET",path="/API/common.js",le="+Inf"} 19 http_response_size_bytes_sum{method="GET",path="/API/common.js"} 836 http_response_size_bytes_count{method="GET",path="/API/common.js"} 19 http_response_size_bytes_bucket{method="GET",path="/API/config.js",le="100"} 15 http_response_size_bytes_bucket{method="GET",path="/API/config.js",le="500"} 15 http_response_size_bytes_bucket{method="GET",path="/API/config.js",le="1000"} 15 http_response_size_bytes_bucket{method="GET",path="/API/config.js",le="5000"} 15 http_response_size_bytes_bucket{method="GET",path="/API/config.js",le="10000"} 15 http_response_size_bytes_bucket{method="GET",path="/API/config.js",le="50000"} 15 http_response_size_bytes_bucket{method="GET",path="/API/config.js",le="100000"} 15 http_response_size_bytes_bucket{method="GET",path="/API/config.js",le="500000"} 15 http_response_size_bytes_bucket{method="GET",path="/API/config.js",le="1e+06"} 15 http_response_size_bytes_bucket{method="GET",path="/API/config.js",le="+Inf"} 15 http_response_size_bytes_sum{method="GET",path="/API/config.js"} 658 http_response_size_bytes_count{method="GET",path="/API/config.js"} 15 http_response_size_bytes_bucket{method="GET",path="/API/config/common.js",le="100"} 18 http_response_size_bytes_bucket{method="GET",path="/API/config/common.js",le="500"} 18 http_response_size_bytes_bucket{method="GET",path="/API/config/common.js",le="1000"} 18 http_response_size_bytes_bucket{method="GET",path="/API/config/common.js",le="5000"} 18 http_response_size_bytes_bucket{method="GET",path="/API/config/common.js",le="10000"} 18 http_response_size_bytes_bucket{method="GET",path="/API/config/common.js",le="50000"} 18 http_response_size_bytes_bucket{method="GET",path="/API/config/common.js",le="100000"} 18 http_response_size_bytes_bucket{method="GET",path="/API/config/common.js",le="500000"} 18 http_response_size_bytes_bucket{method="GET",path="/API/config/common.js",le="1e+06"} 18 http_response_size_bytes_bucket{method="GET",path="/API/config/common.js",le="+Inf"} 18 http_response_size_bytes_sum{method="GET",path="/API/config/common.js"} 791 http_response_size_bytes_count{method="GET",path="/API/config/common.js"} 18 http_response_size_bytes_bucket{method="GET",path="/API/config/constants.js",le="100"} 19 http_response_size_bytes_bucket{method="GET",path="/API/config/constants.js",le="500"} 19 http_response_size_bytes_bucket{method="GET",path="/API/config/constants.js",le="1000"} 19 http_response_size_bytes_bucket{method="GET",path="/API/config/constants.js",le="5000"} 19 http_response_size_bytes_bucket{method="GET",path="/API/config/constants.js",le="10000"} 19 http_response_size_bytes_bucket{method="GET",path="/API/config/constants.js",le="50000"} 19 http_response_size_bytes_bucket{method="GET",path="/API/config/constants.js",le="100000"} 19 http_response_size_bytes_bucket{method="GET",path="/API/config/constants.js",le="500000"} 19 http_response_size_bytes_bucket{method="GET",path="/API/config/constants.js",le="1e+06"} 19 http_response_size_bytes_bucket{method="GET",path="/API/config/constants.js",le="+Inf"} 19 http_response_size_bytes_sum{method="GET",path="/API/config/constants.js"} 836 http_response_size_bytes_count{method="GET",path="/API/config/constants.js"} 19 http_response_size_bytes_bucket{method="GET",path="/API/config/database.js",le="100"} 19 http_response_size_bytes_bucket{method="GET",path="/API/config/database.js",le="500"} 19 http_response_size_bytes_bucket{method="GET",path="/API/config/database.js",le="1000"} 19 http_response_size_bytes_bucket{method="GET",path="/API/config/database.js",le="5000"} 19 http_response_size_bytes_bucket{method="GET",path="/API/config/database.js",le="10000"} 19 http_response_size_bytes_bucket{method="GET",path="/API/config/database.js",le="50000"} 19 http_response_size_bytes_bucket{method="GET",path="/API/config/database.js",le="100000"} 19 http_response_size_bytes_bucket{method="GET",path="/API/config/database.js",le="500000"} 19 http_response_size_bytes_bucket{method="GET",path="/API/config/database.js",le="1e+06"} 19 http_response_size_bytes_bucket{method="GET",path="/API/config/database.js",le="+Inf"} 19 http_response_size_bytes_sum{method="GET",path="/API/config/database.js"} 835 http_response_size_bytes_count{method="GET",path="/API/config/database.js"} 19 http_response_size_bytes_bucket{method="GET",path="/API/config/template.js",le="100"} 17 http_response_size_bytes_bucket{method="GET",path="/API/config/template.js",le="500"} 17 http_response_size_bytes_bucket{method="GET",path="/API/config/template.js",le="1000"} 17 http_response_size_bytes_bucket{method="GET",path="/API/config/template.js",le="5000"} 17 http_response_size_bytes_bucket{method="GET",path="/API/config/template.js",le="10000"} 17 http_response_size_bytes_bucket{method="GET",path="/API/config/template.js",le="50000"} 17 http_response_size_bytes_bucket{method="GET",path="/API/config/template.js",le="100000"} 17 http_response_size_bytes_bucket{method="GET",path="/API/config/template.js",le="500000"} 17 http_response_size_bytes_bucket{method="GET",path="/API/config/template.js",le="1e+06"} 17 http_response_size_bytes_bucket{method="GET",path="/API/config/template.js",le="+Inf"} 17 http_response_size_bytes_sum{method="GET",path="/API/config/template.js"} 748 http_response_size_bytes_count{method="GET",path="/API/config/template.js"} 17 http_response_size_bytes_bucket{method="GET",path="/API/constants.js",le="100"} 19 http_response_size_bytes_bucket{method="GET",path="/API/constants.js",le="500"} 19 http_response_size_bytes_bucket{method="GET",path="/API/constants.js",le="1000"} 19 http_response_size_bytes_bucket{method="GET",path="/API/constants.js",le="5000"} 19 http_response_size_bytes_bucket{method="GET",path="/API/constants.js",le="10000"} 19 http_response_size_bytes_bucket{method="GET",path="/API/constants.js",le="50000"} 19 http_response_size_bytes_bucket{method="GET",path="/API/constants.js",le="100000"} 19 http_response_size_bytes_bucket{method="GET",path="/API/constants.js",le="500000"} 19 http_response_size_bytes_bucket{method="GET",path="/API/constants.js",le="1e+06"} 19 http_response_size_bytes_bucket{method="GET",path="/API/constants.js",le="+Inf"} 19 http_response_size_bytes_sum{method="GET",path="/API/constants.js"} 836 http_response_size_bytes_count{method="GET",path="/API/constants.js"} 19 http_response_size_bytes_bucket{method="GET",path="/APP/.env",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/APP/.env",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/APP/.env",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/APP/.env",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/APP/.env",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/APP/.env",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/APP/.env",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/APP/.env",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/APP/.env",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/APP/.env",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/APP/.env"} 88 http_response_size_bytes_count{method="GET",path="/APP/.env"} 2 http_response_size_bytes_bucket{method="GET",path="/AWS/AWSDetails.ts",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/AWS/AWSDetails.ts",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/AWS/AWSDetails.ts",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/AWS/AWSDetails.ts",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/AWS/AWSDetails.ts",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/AWS/AWSDetails.ts",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/AWS/AWSDetails.ts",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/AWS/AWSDetails.ts",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/AWS/AWSDetails.ts",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/AWS/AWSDetails.ts",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/AWS/AWSDetails.ts"} 88 http_response_size_bytes_count{method="GET",path="/AWS/AWSDetails.ts"} 2 http_response_size_bytes_bucket{method="GET",path="/AWS/ProfileUpload.js",le="100"} 16 http_response_size_bytes_bucket{method="GET",path="/AWS/ProfileUpload.js",le="500"} 16 http_response_size_bytes_bucket{method="GET",path="/AWS/ProfileUpload.js",le="1000"} 16 http_response_size_bytes_bucket{method="GET",path="/AWS/ProfileUpload.js",le="5000"} 16 http_response_size_bytes_bucket{method="GET",path="/AWS/ProfileUpload.js",le="10000"} 16 http_response_size_bytes_bucket{method="GET",path="/AWS/ProfileUpload.js",le="50000"} 16 http_response_size_bytes_bucket{method="GET",path="/AWS/ProfileUpload.js",le="100000"} 16 http_response_size_bytes_bucket{method="GET",path="/AWS/ProfileUpload.js",le="500000"} 16 http_response_size_bytes_bucket{method="GET",path="/AWS/ProfileUpload.js",le="1e+06"} 16 http_response_size_bytes_bucket{method="GET",path="/AWS/ProfileUpload.js",le="+Inf"} 16 http_response_size_bytes_sum{method="GET",path="/AWS/ProfileUpload.js"} 702 http_response_size_bytes_count{method="GET",path="/AWS/ProfileUpload.js"} 16 http_response_size_bytes_bucket{method="GET",path="/AWSCredentials.properties",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/AWSCredentials.properties",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/AWSCredentials.properties",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/AWSCredentials.properties",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/AWSCredentials.properties",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/AWSCredentials.properties",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/AWSCredentials.properties",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/AWSCredentials.properties",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/AWSCredentials.properties",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/AWSCredentials.properties",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/AWSCredentials.properties"} 88 http_response_size_bytes_count{method="GET",path="/AWSCredentials.properties"} 2 http_response_size_bytes_bucket{method="GET",path="/AWSDetails.ts",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/AWSDetails.ts",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/AWSDetails.ts",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/AWSDetails.ts",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/AWSDetails.ts",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/AWSDetails.ts",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/AWSDetails.ts",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/AWSDetails.ts",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/AWSDetails.ts",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/AWSDetails.ts",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/AWSDetails.ts"} 88 http_response_size_bytes_count{method="GET",path="/AWSDetails.ts"} 2 http_response_size_bytes_bucket{method="GET",path="/Api/.env",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/Api/.env",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/Api/.env",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/Api/.env",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/Api/.env",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/Api/.env",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/Api/.env",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/Api/.env",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/Api/.env",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/Api/.env",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/Api/.env"} 88 http_response_size_bytes_count{method="GET",path="/Api/.env"} 2 http_response_size_bytes_bucket{method="GET",path="/App.config",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/App.config",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/App.config",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/App.config",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/App.config",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/App.config",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/App.config",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/App.config",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/App.config",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/App.config",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/App.config"} 43 http_response_size_bytes_count{method="GET",path="/App.config"} 1 http_response_size_bytes_bucket{method="GET",path="/Archive.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/Archive.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/Archive.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/Archive.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/Archive.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/Archive.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/Archive.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/Archive.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/Archive.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/Archive.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/Archive.zip"} 40 http_response_size_bytes_count{method="GET",path="/Archive.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/BACK/.env",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/BACK/.env",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/BACK/.env",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/BACK/.env",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/BACK/.env",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/BACK/.env",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/BACK/.env",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/BACK/.env",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/BACK/.env",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/BACK/.env",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/BACK/.env"} 88 http_response_size_bytes_count{method="GET",path="/BACK/.env"} 2 http_response_size_bytes_bucket{method="GET",path="/BACKEND/.env",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/BACKEND/.env",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/BACKEND/.env",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/BACKEND/.env",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/BACKEND/.env",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/BACKEND/.env",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/BACKEND/.env",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/BACKEND/.env",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/BACKEND/.env",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/BACKEND/.env",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/BACKEND/.env"} 88 http_response_size_bytes_count{method="GET",path="/BACKEND/.env"} 2 http_response_size_bytes_bucket{method="GET",path="/BDKR28WP.php",le="100"} 5 http_response_size_bytes_bucket{method="GET",path="/BDKR28WP.php",le="500"} 5 http_response_size_bytes_bucket{method="GET",path="/BDKR28WP.php",le="1000"} 5 http_response_size_bytes_bucket{method="GET",path="/BDKR28WP.php",le="5000"} 5 http_response_size_bytes_bucket{method="GET",path="/BDKR28WP.php",le="10000"} 5 http_response_size_bytes_bucket{method="GET",path="/BDKR28WP.php",le="50000"} 5 http_response_size_bytes_bucket{method="GET",path="/BDKR28WP.php",le="100000"} 5 http_response_size_bytes_bucket{method="GET",path="/BDKR28WP.php",le="500000"} 5 http_response_size_bytes_bucket{method="GET",path="/BDKR28WP.php",le="1e+06"} 5 http_response_size_bytes_bucket{method="GET",path="/BDKR28WP.php",le="+Inf"} 5 http_response_size_bytes_sum{method="GET",path="/BDKR28WP.php"} 217 http_response_size_bytes_count{method="GET",path="/BDKR28WP.php"} 5 http_response_size_bytes_bucket{method="GET",path="/BE/.env",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/BE/.env",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/BE/.env",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/BE/.env",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/BE/.env",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/BE/.env",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/BE/.env",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/BE/.env",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/BE/.env",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/BE/.env",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/BE/.env"} 88 http_response_size_bytes_count{method="GET",path="/BE/.env"} 2 http_response_size_bytes_bucket{method="GET",path="/BackEnd/config.js",le="100"} 18 http_response_size_bytes_bucket{method="GET",path="/BackEnd/config.js",le="500"} 18 http_response_size_bytes_bucket{method="GET",path="/BackEnd/config.js",le="1000"} 18 http_response_size_bytes_bucket{method="GET",path="/BackEnd/config.js",le="5000"} 18 http_response_size_bytes_bucket{method="GET",path="/BackEnd/config.js",le="10000"} 18 http_response_size_bytes_bucket{method="GET",path="/BackEnd/config.js",le="50000"} 18 http_response_size_bytes_bucket{method="GET",path="/BackEnd/config.js",le="100000"} 18 http_response_size_bytes_bucket{method="GET",path="/BackEnd/config.js",le="500000"} 18 http_response_size_bytes_bucket{method="GET",path="/BackEnd/config.js",le="1e+06"} 18 http_response_size_bytes_bucket{method="GET",path="/BackEnd/config.js",le="+Inf"} 18 http_response_size_bytes_sum{method="GET",path="/BackEnd/config.js"} 791 http_response_size_bytes_count{method="GET",path="/BackEnd/config.js"} 18 http_response_size_bytes_bucket{method="GET",path="/Backend/.env",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/Backend/.env",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/Backend/.env",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/Backend/.env",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/Backend/.env",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/Backend/.env",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/Backend/.env",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/Backend/.env",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/Backend/.env",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/Backend/.env",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/Backend/.env"} 88 http_response_size_bytes_count{method="GET",path="/Backend/.env"} 2 http_response_size_bytes_bucket{method="GET",path="/Be/.env",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/Be/.env",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/Be/.env",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/Be/.env",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/Be/.env",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/Be/.env",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/Be/.env",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/Be/.env",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/Be/.env",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/Be/.env",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/Be/.env"} 87 http_response_size_bytes_count{method="GET",path="/Be/.env"} 2 http_response_size_bytes_bucket{method="GET",path="/CDX2.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/CDX2.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/CDX2.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/CDX2.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/CDX2.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/CDX2.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/CDX2.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/CDX2.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/CDX2.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/CDX2.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/CDX2.php"} 43 http_response_size_bytes_count{method="GET",path="/CDX2.php"} 1 http_response_size_bytes_bucket{method="GET",path="/Cap.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/Cap.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/Cap.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/Cap.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/Cap.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/Cap.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/Cap.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/Cap.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/Cap.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/Cap.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/Cap.php"} 43 http_response_size_bytes_count{method="GET",path="/Cap.php"} 1 http_response_size_bytes_bucket{method="GET",path="/DOCS.md",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/DOCS.md",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/DOCS.md",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/DOCS.md",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/DOCS.md",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/DOCS.md",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/DOCS.md",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/DOCS.md",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/DOCS.md",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/DOCS.md",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/DOCS.md"} 176 http_response_size_bytes_count{method="GET",path="/DOCS.md"} 4 http_response_size_bytes_bucket{method="GET",path="/Docker.md",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/Docker.md",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/Docker.md",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/Docker.md",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/Docker.md",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/Docker.md",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/Docker.md",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/Docker.md",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/Docker.md",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/Docker.md",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/Docker.md"} 176 http_response_size_bytes_count{method="GET",path="/Docker.md"} 4 http_response_size_bytes_bucket{method="GET",path="/Dockerfile",le="100"} 5 http_response_size_bytes_bucket{method="GET",path="/Dockerfile",le="500"} 5 http_response_size_bytes_bucket{method="GET",path="/Dockerfile",le="1000"} 5 http_response_size_bytes_bucket{method="GET",path="/Dockerfile",le="5000"} 5 http_response_size_bytes_bucket{method="GET",path="/Dockerfile",le="10000"} 5 http_response_size_bytes_bucket{method="GET",path="/Dockerfile",le="50000"} 5 http_response_size_bytes_bucket{method="GET",path="/Dockerfile",le="100000"} 5 http_response_size_bytes_bucket{method="GET",path="/Dockerfile",le="500000"} 5 http_response_size_bytes_bucket{method="GET",path="/Dockerfile",le="1e+06"} 5 http_response_size_bytes_bucket{method="GET",path="/Dockerfile",le="+Inf"} 5 http_response_size_bytes_sum{method="GET",path="/Dockerfile"} 217 http_response_size_bytes_count{method="GET",path="/Dockerfile"} 5 http_response_size_bytes_bucket{method="GET",path="/G-In.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/G-In.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/G-In.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/G-In.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/G-In.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/G-In.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/G-In.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/G-In.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/G-In.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/G-In.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/G-In.php"} 43 http_response_size_bytes_count{method="GET",path="/G-In.php"} 1 http_response_size_bytes_bucket{method="GET",path="/IAM.md",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/IAM.md",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/IAM.md",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/IAM.md",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/IAM.md",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/IAM.md",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/IAM.md",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/IAM.md",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/IAM.md",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/IAM.md",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/IAM.md"} 87 http_response_size_bytes_count{method="GET",path="/IAM.md"} 2 http_response_size_bytes_bucket{method="GET",path="/Jenkinsfile",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/Jenkinsfile",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/Jenkinsfile",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/Jenkinsfile",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/Jenkinsfile",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/Jenkinsfile",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/Jenkinsfile",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/Jenkinsfile",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/Jenkinsfile",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/Jenkinsfile",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/Jenkinsfile"} 43 http_response_size_bytes_count{method="GET",path="/Jenkinsfile"} 1 http_response_size_bytes_bucket{method="GET",path="/LOG.md",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/LOG.md",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/LOG.md",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/LOG.md",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/LOG.md",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/LOG.md",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/LOG.md",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/LOG.md",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/LOG.md",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/LOG.md",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/LOG.md"} 88 http_response_size_bytes_count{method="GET",path="/LOG.md"} 2 http_response_size_bytes_bucket{method="GET",path="/NOTES.md",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/NOTES.md",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/NOTES.md",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/NOTES.md",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/NOTES.md",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/NOTES.md",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/NOTES.md",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/NOTES.md",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/NOTES.md",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/NOTES.md",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/NOTES.md"} 176 http_response_size_bytes_count{method="GET",path="/NOTES.md"} 4 http_response_size_bytes_bucket{method="GET",path="/NewFile.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/NewFile.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/NewFile.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/NewFile.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/NewFile.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/NewFile.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/NewFile.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/NewFile.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/NewFile.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/NewFile.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/NewFile.php"} 86 http_response_size_bytes_count{method="GET",path="/NewFile.php"} 2 http_response_size_bytes_bucket{method="GET",path="/OVO7xf.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/OVO7xf.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/OVO7xf.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/OVO7xf.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/OVO7xf.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/OVO7xf.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/OVO7xf.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/OVO7xf.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/OVO7xf.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/OVO7xf.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/OVO7xf.php"} 43 http_response_size_bytes_count{method="GET",path="/OVO7xf.php"} 1 http_response_size_bytes_bucket{method="GET",path="/Okxob.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/Okxob.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/Okxob.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/Okxob.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/Okxob.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/Okxob.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/Okxob.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/Okxob.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/Okxob.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/Okxob.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/Okxob.php"} 43 http_response_size_bytes_count{method="GET",path="/Okxob.php"} 1 http_response_size_bytes_bucket{method="GET",path="/Ov-Simple1.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/Ov-Simple1.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/Ov-Simple1.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/Ov-Simple1.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/Ov-Simple1.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/Ov-Simple1.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/Ov-Simple1.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/Ov-Simple1.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/Ov-Simple1.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/Ov-Simple1.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/Ov-Simple1.php"} 43 http_response_size_bytes_count{method="GET",path="/Ov-Simple1.php"} 1 http_response_size_bytes_bucket{method="GET",path="/Procfile",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/Procfile",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/Procfile",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/Procfile",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/Procfile",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/Procfile",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/Procfile",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/Procfile",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/Procfile",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/Procfile",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/Procfile"} 86 http_response_size_bytes_count{method="GET",path="/Procfile"} 2 http_response_size_bytes_bucket{method="GET",path="/Properties/launchSettings.json",le="100"} 15 http_response_size_bytes_bucket{method="GET",path="/Properties/launchSettings.json",le="500"} 15 http_response_size_bytes_bucket{method="GET",path="/Properties/launchSettings.json",le="1000"} 15 http_response_size_bytes_bucket{method="GET",path="/Properties/launchSettings.json",le="5000"} 15 http_response_size_bytes_bucket{method="GET",path="/Properties/launchSettings.json",le="10000"} 15 http_response_size_bytes_bucket{method="GET",path="/Properties/launchSettings.json",le="50000"} 15 http_response_size_bytes_bucket{method="GET",path="/Properties/launchSettings.json",le="100000"} 15 http_response_size_bytes_bucket{method="GET",path="/Properties/launchSettings.json",le="500000"} 15 http_response_size_bytes_bucket{method="GET",path="/Properties/launchSettings.json",le="1e+06"} 15 http_response_size_bytes_bucket{method="GET",path="/Properties/launchSettings.json",le="+Inf"} 15 http_response_size_bytes_sum{method="GET",path="/Properties/launchSettings.json"} 658 http_response_size_bytes_count{method="GET",path="/Properties/launchSettings.json"} 15 http_response_size_bytes_bucket{method="GET",path="/README.md",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/README.md",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/README.md",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/README.md",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/README.md",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/README.md",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/README.md",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/README.md",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/README.md",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/README.md",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/README.md"} 176 http_response_size_bytes_count{method="GET",path="/README.md"} 4 http_response_size_bytes_bucket{method="GET",path="/Release.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/Release.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/Release.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/Release.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/Release.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/Release.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/Release.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/Release.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/Release.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/Release.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/Release.zip"} 40 http_response_size_bytes_count{method="GET",path="/Release.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/RsR.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/RsR.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/RsR.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/RsR.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/RsR.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/RsR.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/RsR.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/RsR.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/RsR.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/RsR.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/RsR.php"} 43 http_response_size_bytes_count{method="GET",path="/RsR.php"} 1 http_response_size_bytes_bucket{method="GET",path="/Sanskrit.php",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/Sanskrit.php",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/Sanskrit.php",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/Sanskrit.php",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/Sanskrit.php",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/Sanskrit.php",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/Sanskrit.php",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/Sanskrit.php",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/Sanskrit.php",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/Sanskrit.php",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/Sanskrit.php"} 131 http_response_size_bytes_count{method="GET",path="/Sanskrit.php"} 3 http_response_size_bytes_bucket{method="GET",path="/SendMail.ts",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/SendMail.ts",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/SendMail.ts",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/SendMail.ts",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/SendMail.ts",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/SendMail.ts",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/SendMail.ts",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/SendMail.ts",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/SendMail.ts",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/SendMail.ts",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/SendMail.ts"} 88 http_response_size_bytes_count{method="GET",path="/SendMail.ts"} 2 http_response_size_bytes_bucket{method="GET",path="/SrHD3odefault.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/SrHD3odefault.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/SrHD3odefault.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/SrHD3odefault.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/SrHD3odefault.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/SrHD3odefault.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/SrHD3odefault.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/SrHD3odefault.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/SrHD3odefault.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/SrHD3odefault.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/SrHD3odefault.php"} 43 http_response_size_bytes_count{method="GET",path="/SrHD3odefault.php"} 1 http_response_size_bytes_bucket{method="GET",path="/[...catchAll]",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/[...catchAll]",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/[...catchAll]",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/[...catchAll]",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/[...catchAll]",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/[...catchAll]",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/[...catchAll]",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/[...catchAll]",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/[...catchAll]",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/[...catchAll]",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/[...catchAll]"} 88 http_response_size_bytes_count{method="GET",path="/[...catchAll]"} 2 http_response_size_bytes_bucket{method="GET",path="/[[...optional]]",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/[[...optional]]",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/[[...optional]]",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/[[...optional]]",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/[[...optional]]",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/[[...optional]]",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/[[...optional]]",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/[[...optional]]",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/[[...optional]]",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/[[...optional]]",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/[[...optional]]"} 88 http_response_size_bytes_count{method="GET",path="/[[...optional]]"} 2 http_response_size_bytes_bucket{method="GET",path="/[id]",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/[id]",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/[id]",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/[id]",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/[id]",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/[id]",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/[id]",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/[id]",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/[id]",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/[id]",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/[id]"} 88 http_response_size_bytes_count{method="GET",path="/[id]"} 2 http_response_size_bytes_bucket{method="GET",path="/[locale]/*",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/[locale]/*",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/[locale]/*",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/[locale]/*",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/[locale]/*",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/[locale]/*",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/[locale]/*",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/[locale]/*",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/[locale]/*",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/[locale]/*",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/[locale]/*"} 88 http_response_size_bytes_count{method="GET",path="/[locale]/*"} 2 http_response_size_bytes_bucket{method="GET",path="/[slug]",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/[slug]",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/[slug]",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/[slug]",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/[slug]",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/[slug]",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/[slug]",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/[slug]",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/[slug]",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/[slug]",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/[slug]"} 88 http_response_size_bytes_count{method="GET",path="/[slug]"} 2 http_response_size_bytes_bucket{method="GET",path="/[tenant]/*",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/[tenant]/*",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/[tenant]/*",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/[tenant]/*",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/[tenant]/*",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/[tenant]/*",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/[tenant]/*",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/[tenant]/*",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/[tenant]/*",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/[tenant]/*",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/[tenant]/*"} 88 http_response_size_bytes_count{method="GET",path="/[tenant]/*"} 2 http_response_size_bytes_bucket{method="GET",path="/[workspace]/*",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/[workspace]/*",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/[workspace]/*",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/[workspace]/*",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/[workspace]/*",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/[workspace]/*",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/[workspace]/*",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/[workspace]/*",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/[workspace]/*",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/[workspace]/*",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/[workspace]/*"} 88 http_response_size_bytes_count{method="GET",path="/[workspace]/*"} 2 http_response_size_bytes_bucket{method="GET",path="/__/firebase/init.json",le="100"} 19 http_response_size_bytes_bucket{method="GET",path="/__/firebase/init.json",le="500"} 19 http_response_size_bytes_bucket{method="GET",path="/__/firebase/init.json",le="1000"} 19 http_response_size_bytes_bucket{method="GET",path="/__/firebase/init.json",le="5000"} 19 http_response_size_bytes_bucket{method="GET",path="/__/firebase/init.json",le="10000"} 19 http_response_size_bytes_bucket{method="GET",path="/__/firebase/init.json",le="50000"} 19 http_response_size_bytes_bucket{method="GET",path="/__/firebase/init.json",le="100000"} 19 http_response_size_bytes_bucket{method="GET",path="/__/firebase/init.json",le="500000"} 19 http_response_size_bytes_bucket{method="GET",path="/__/firebase/init.json",le="1e+06"} 19 http_response_size_bytes_bucket{method="GET",path="/__/firebase/init.json",le="+Inf"} 19 http_response_size_bytes_sum{method="GET",path="/__/firebase/init.json"} 835 http_response_size_bytes_count{method="GET",path="/__/firebase/init.json"} 19 http_response_size_bytes_bucket{method="GET",path="/___proxy_subdomain_cpanel",le="100"} 9 http_response_size_bytes_bucket{method="GET",path="/___proxy_subdomain_cpanel",le="500"} 9 http_response_size_bytes_bucket{method="GET",path="/___proxy_subdomain_cpanel",le="1000"} 9 http_response_size_bytes_bucket{method="GET",path="/___proxy_subdomain_cpanel",le="5000"} 9 http_response_size_bytes_bucket{method="GET",path="/___proxy_subdomain_cpanel",le="10000"} 9 http_response_size_bytes_bucket{method="GET",path="/___proxy_subdomain_cpanel",le="50000"} 9 http_response_size_bytes_bucket{method="GET",path="/___proxy_subdomain_cpanel",le="100000"} 9 http_response_size_bytes_bucket{method="GET",path="/___proxy_subdomain_cpanel",le="500000"} 9 http_response_size_bytes_bucket{method="GET",path="/___proxy_subdomain_cpanel",le="1e+06"} 9 http_response_size_bytes_bucket{method="GET",path="/___proxy_subdomain_cpanel",le="+Inf"} 9 http_response_size_bytes_sum{method="GET",path="/___proxy_subdomain_cpanel"} 387 http_response_size_bytes_count{method="GET",path="/___proxy_subdomain_cpanel"} 9 http_response_size_bytes_bucket{method="GET",path="/___proxy_subdomain_whm/login",le="100"} 9 http_response_size_bytes_bucket{method="GET",path="/___proxy_subdomain_whm/login",le="500"} 9 http_response_size_bytes_bucket{method="GET",path="/___proxy_subdomain_whm/login",le="1000"} 9 http_response_size_bytes_bucket{method="GET",path="/___proxy_subdomain_whm/login",le="5000"} 9 http_response_size_bytes_bucket{method="GET",path="/___proxy_subdomain_whm/login",le="10000"} 9 http_response_size_bytes_bucket{method="GET",path="/___proxy_subdomain_whm/login",le="50000"} 9 http_response_size_bytes_bucket{method="GET",path="/___proxy_subdomain_whm/login",le="100000"} 9 http_response_size_bytes_bucket{method="GET",path="/___proxy_subdomain_whm/login",le="500000"} 9 http_response_size_bytes_bucket{method="GET",path="/___proxy_subdomain_whm/login",le="1e+06"} 9 http_response_size_bytes_bucket{method="GET",path="/___proxy_subdomain_whm/login",le="+Inf"} 9 http_response_size_bytes_sum{method="GET",path="/___proxy_subdomain_whm/login"} 387 http_response_size_bytes_count{method="GET",path="/___proxy_subdomain_whm/login"} 9 http_response_size_bytes_bucket{method="GET",path="/__debug",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/__debug",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/__debug",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/__debug",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/__debug",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/__debug",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/__debug",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/__debug",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/__debug",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/__debug",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/__debug"} 88 http_response_size_bytes_count{method="GET",path="/__debug"} 2 http_response_size_bytes_bucket{method="GET",path="/__env.js",le="100"} 17 http_response_size_bytes_bucket{method="GET",path="/__env.js",le="500"} 17 http_response_size_bytes_bucket{method="GET",path="/__env.js",le="1000"} 17 http_response_size_bytes_bucket{method="GET",path="/__env.js",le="5000"} 17 http_response_size_bytes_bucket{method="GET",path="/__env.js",le="10000"} 17 http_response_size_bytes_bucket{method="GET",path="/__env.js",le="50000"} 17 http_response_size_bytes_bucket{method="GET",path="/__env.js",le="100000"} 17 http_response_size_bytes_bucket{method="GET",path="/__env.js",le="500000"} 17 http_response_size_bytes_bucket{method="GET",path="/__env.js",le="1e+06"} 17 http_response_size_bytes_bucket{method="GET",path="/__env.js",le="+Inf"} 17 http_response_size_bytes_sum{method="GET",path="/__env.js"} 745 http_response_size_bytes_count{method="GET",path="/__env.js"} 17 http_response_size_bytes_bucket{method="GET",path="/__nextjs_action",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/__nextjs_action",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/__nextjs_action",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/__nextjs_action",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/__nextjs_action",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/__nextjs_action",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/__nextjs_action",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/__nextjs_action",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/__nextjs_action",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/__nextjs_action",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/__nextjs_action"} 88 http_response_size_bytes_count{method="GET",path="/__nextjs_action"} 2 http_response_size_bytes_bucket{method="GET",path="/__nextjs_action/*",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/__nextjs_action/*",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/__nextjs_action/*",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/__nextjs_action/*",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/__nextjs_action/*",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/__nextjs_action/*",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/__nextjs_action/*",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/__nextjs_action/*",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/__nextjs_action/*",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/__nextjs_action/*",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/__nextjs_action/*"} 88 http_response_size_bytes_count{method="GET",path="/__nextjs_action/*"} 2 http_response_size_bytes_bucket{method="GET",path="/__phpinfo.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/__phpinfo.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/__phpinfo.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/__phpinfo.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/__phpinfo.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/__phpinfo.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/__phpinfo.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/__phpinfo.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/__phpinfo.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/__phpinfo.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/__phpinfo.php"} 88 http_response_size_bytes_count{method="GET",path="/__phpinfo.php"} 2 http_response_size_bytes_bucket{method="GET",path="/__test.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/__test.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/__test.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/__test.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/__test.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/__test.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/__test.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/__test.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/__test.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/__test.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/__test.php"} 88 http_response_size_bytes_count{method="GET",path="/__test.php"} 2 http_response_size_bytes_bucket{method="GET",path="/_api/*",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/_api/*",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/_api/*",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/_api/*",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/_api/*",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/_api/*",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/_api/*",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/_api/*",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/_api/*",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/_api/*",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/_api/*"} 88 http_response_size_bytes_count{method="GET",path="/_api/*"} 2 http_response_size_bytes_bucket{method="GET",path="/_backup/phpinfo.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/_backup/phpinfo.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/_backup/phpinfo.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/_backup/phpinfo.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/_backup/phpinfo.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/_backup/phpinfo.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/_backup/phpinfo.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/_backup/phpinfo.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/_backup/phpinfo.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/_backup/phpinfo.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/_backup/phpinfo.php"} 88 http_response_size_bytes_count{method="GET",path="/_backup/phpinfo.php"} 2 http_response_size_bytes_bucket{method="GET",path="/_config.yml",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/_config.yml",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/_config.yml",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/_config.yml",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/_config.yml",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/_config.yml",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/_config.yml",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/_config.yml",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/_config.yml",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/_config.yml",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/_config.yml"} 88 http_response_size_bytes_count{method="GET",path="/_config.yml"} 2 http_response_size_bytes_bucket{method="GET",path="/_config_base.yml",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/_config_base.yml",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/_config_base.yml",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/_config_base.yml",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/_config_base.yml",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/_config_base.yml",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/_config_base.yml",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/_config_base.yml",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/_config_base.yml",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/_config_base.yml",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/_config_base.yml"} 88 http_response_size_bytes_count{method="GET",path="/_config_base.yml"} 2 http_response_size_bytes_bucket{method="GET",path="/_debugbar/",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/_debugbar/",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/_debugbar/",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/_debugbar/",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/_debugbar/",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/_debugbar/",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/_debugbar/",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/_debugbar/",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/_debugbar/",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/_debugbar/",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/_debugbar/"} 43 http_response_size_bytes_count{method="GET",path="/_debugbar/"} 1 http_response_size_bytes_bucket{method="GET",path="/_environment",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/_environment",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/_environment",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/_environment",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/_environment",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/_environment",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/_environment",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/_environment",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/_environment",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/_environment",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/_environment"} 88 http_response_size_bytes_count{method="GET",path="/_environment"} 2 http_response_size_bytes_bucket{method="GET",path="/_inc/phpinfo.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/_inc/phpinfo.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/_inc/phpinfo.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/_inc/phpinfo.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/_inc/phpinfo.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/_inc/phpinfo.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/_inc/phpinfo.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/_inc/phpinfo.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/_inc/phpinfo.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/_inc/phpinfo.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/_inc/phpinfo.php"} 88 http_response_size_bytes_count{method="GET",path="/_inc/phpinfo.php"} 2 http_response_size_bytes_bucket{method="GET",path="/_layouts/*",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/_layouts/*",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/_layouts/*",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/_layouts/*",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/_layouts/*",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/_layouts/*",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/_layouts/*",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/_layouts/*",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/_layouts/*",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/_layouts/*",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/_layouts/*"} 88 http_response_size_bytes_count{method="GET",path="/_layouts/*"} 2 http_response_size_bytes_bucket{method="GET",path="/_layouts/15/*",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/_layouts/15/*",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/_layouts/15/*",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/_layouts/15/*",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/_layouts/15/*",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/_layouts/15/*",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/_layouts/15/*",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/_layouts/15/*",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/_layouts/15/*",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/_layouts/15/*",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/_layouts/15/*"} 88 http_response_size_bytes_count{method="GET",path="/_layouts/15/*"} 2 http_response_size_bytes_bucket{method="GET",path="/_next/build-manifest.json",le="100"} 18 http_response_size_bytes_bucket{method="GET",path="/_next/build-manifest.json",le="500"} 18 http_response_size_bytes_bucket{method="GET",path="/_next/build-manifest.json",le="1000"} 18 http_response_size_bytes_bucket{method="GET",path="/_next/build-manifest.json",le="5000"} 18 http_response_size_bytes_bucket{method="GET",path="/_next/build-manifest.json",le="10000"} 18 http_response_size_bytes_bucket{method="GET",path="/_next/build-manifest.json",le="50000"} 18 http_response_size_bytes_bucket{method="GET",path="/_next/build-manifest.json",le="100000"} 18 http_response_size_bytes_bucket{method="GET",path="/_next/build-manifest.json",le="500000"} 18 http_response_size_bytes_bucket{method="GET",path="/_next/build-manifest.json",le="1e+06"} 18 http_response_size_bytes_bucket{method="GET",path="/_next/build-manifest.json",le="+Inf"} 18 http_response_size_bytes_sum{method="GET",path="/_next/build-manifest.json"} 790 http_response_size_bytes_count{method="GET",path="/_next/build-manifest.json"} 18 http_response_size_bytes_bucket{method="GET",path="/_next/data/*/*.json",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/_next/data/*/*.json",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/_next/data/*/*.json",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/_next/data/*/*.json",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/_next/data/*/*.json",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/_next/data/*/*.json",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/_next/data/*/*.json",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/_next/data/*/*.json",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/_next/data/*/*.json",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/_next/data/*/*.json",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/_next/data/*/*.json"} 87 http_response_size_bytes_count{method="GET",path="/_next/data/*/*.json"} 2 http_response_size_bytes_bucket{method="GET",path="/_next/data/*/about.json",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/_next/data/*/about.json",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/_next/data/*/about.json",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/_next/data/*/about.json",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/_next/data/*/about.json",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/_next/data/*/about.json",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/_next/data/*/about.json",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/_next/data/*/about.json",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/_next/data/*/about.json",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/_next/data/*/about.json",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/_next/data/*/about.json"} 88 http_response_size_bytes_count{method="GET",path="/_next/data/*/about.json"} 2 http_response_size_bytes_bucket{method="GET",path="/_next/data/*/index.json",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/_next/data/*/index.json",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/_next/data/*/index.json",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/_next/data/*/index.json",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/_next/data/*/index.json",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/_next/data/*/index.json",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/_next/data/*/index.json",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/_next/data/*/index.json",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/_next/data/*/index.json",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/_next/data/*/index.json",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/_next/data/*/index.json"} 88 http_response_size_bytes_count{method="GET",path="/_next/data/*/index.json"} 2 http_response_size_bytes_bucket{method="GET",path="/_next/data/buildId/home.json",le="100"} 25 http_response_size_bytes_bucket{method="GET",path="/_next/data/buildId/home.json",le="500"} 25 http_response_size_bytes_bucket{method="GET",path="/_next/data/buildId/home.json",le="1000"} 25 http_response_size_bytes_bucket{method="GET",path="/_next/data/buildId/home.json",le="5000"} 25 http_response_size_bytes_bucket{method="GET",path="/_next/data/buildId/home.json",le="10000"} 25 http_response_size_bytes_bucket{method="GET",path="/_next/data/buildId/home.json",le="50000"} 25 http_response_size_bytes_bucket{method="GET",path="/_next/data/buildId/home.json",le="100000"} 25 http_response_size_bytes_bucket{method="GET",path="/_next/data/buildId/home.json",le="500000"} 25 http_response_size_bytes_bucket{method="GET",path="/_next/data/buildId/home.json",le="1e+06"} 25 http_response_size_bytes_bucket{method="GET",path="/_next/data/buildId/home.json",le="+Inf"} 25 http_response_size_bytes_sum{method="GET",path="/_next/data/buildId/home.json"} 1092 http_response_size_bytes_count{method="GET",path="/_next/data/buildId/home.json"} 25 http_response_size_bytes_bucket{method="GET",path="/_next/data/buildId/index.json",le="100"} 22 http_response_size_bytes_bucket{method="GET",path="/_next/data/buildId/index.json",le="500"} 22 http_response_size_bytes_bucket{method="GET",path="/_next/data/buildId/index.json",le="1000"} 22 http_response_size_bytes_bucket{method="GET",path="/_next/data/buildId/index.json",le="5000"} 22 http_response_size_bytes_bucket{method="GET",path="/_next/data/buildId/index.json",le="10000"} 22 http_response_size_bytes_bucket{method="GET",path="/_next/data/buildId/index.json",le="50000"} 22 http_response_size_bytes_bucket{method="GET",path="/_next/data/buildId/index.json",le="100000"} 22 http_response_size_bytes_bucket{method="GET",path="/_next/data/buildId/index.json",le="500000"} 22 http_response_size_bytes_bucket{method="GET",path="/_next/data/buildId/index.json",le="1e+06"} 22 http_response_size_bytes_bucket{method="GET",path="/_next/data/buildId/index.json",le="+Inf"} 22 http_response_size_bytes_sum{method="GET",path="/_next/data/buildId/index.json"} 958 http_response_size_bytes_count{method="GET",path="/_next/data/buildId/index.json"} 22 http_response_size_bytes_bucket{method="GET",path="/_next/data/buildId/page.json",le="100"} 27 http_response_size_bytes_bucket{method="GET",path="/_next/data/buildId/page.json",le="500"} 27 http_response_size_bytes_bucket{method="GET",path="/_next/data/buildId/page.json",le="1000"} 27 http_response_size_bytes_bucket{method="GET",path="/_next/data/buildId/page.json",le="5000"} 27 http_response_size_bytes_bucket{method="GET",path="/_next/data/buildId/page.json",le="10000"} 27 http_response_size_bytes_bucket{method="GET",path="/_next/data/buildId/page.json",le="50000"} 27 http_response_size_bytes_bucket{method="GET",path="/_next/data/buildId/page.json",le="100000"} 27 http_response_size_bytes_bucket{method="GET",path="/_next/data/buildId/page.json",le="500000"} 27 http_response_size_bytes_bucket{method="GET",path="/_next/data/buildId/page.json",le="1e+06"} 27 http_response_size_bytes_bucket{method="GET",path="/_next/data/buildId/page.json",le="+Inf"} 27 http_response_size_bytes_sum{method="GET",path="/_next/data/buildId/page.json"} 1171 http_response_size_bytes_count{method="GET",path="/_next/data/buildId/page.json"} 27 http_response_size_bytes_bucket{method="GET",path="/_next/static/*",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/_next/static/*",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/_next/static/*",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/_next/static/*",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/_next/static/*",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/_next/static/*",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/_next/static/*",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/_next/static/*",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/_next/static/*",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/_next/static/*",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/_next/static/*"} 88 http_response_size_bytes_count{method="GET",path="/_next/static/*"} 2 http_response_size_bytes_bucket{method="GET",path="/_next/static/buildManifest.js",le="100"} 17 http_response_size_bytes_bucket{method="GET",path="/_next/static/buildManifest.js",le="500"} 17 http_response_size_bytes_bucket{method="GET",path="/_next/static/buildManifest.js",le="1000"} 17 http_response_size_bytes_bucket{method="GET",path="/_next/static/buildManifest.js",le="5000"} 17 http_response_size_bytes_bucket{method="GET",path="/_next/static/buildManifest.js",le="10000"} 17 http_response_size_bytes_bucket{method="GET",path="/_next/static/buildManifest.js",le="50000"} 17 http_response_size_bytes_bucket{method="GET",path="/_next/static/buildManifest.js",le="100000"} 17 http_response_size_bytes_bucket{method="GET",path="/_next/static/buildManifest.js",le="500000"} 17 http_response_size_bytes_bucket{method="GET",path="/_next/static/buildManifest.js",le="1e+06"} 17 http_response_size_bytes_bucket{method="GET",path="/_next/static/buildManifest.js",le="+Inf"} 17 http_response_size_bytes_sum{method="GET",path="/_next/static/buildManifest.js"} 743 http_response_size_bytes_count{method="GET",path="/_next/static/buildManifest.js"} 17 http_response_size_bytes_bucket{method="GET",path="/_next/static/chunks/aws-*",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/_next/static/chunks/aws-*",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/_next/static/chunks/aws-*",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/_next/static/chunks/aws-*",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/_next/static/chunks/aws-*",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/_next/static/chunks/aws-*",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/_next/static/chunks/aws-*",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/_next/static/chunks/aws-*",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/_next/static/chunks/aws-*",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/_next/static/chunks/aws-*",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/_next/static/chunks/aws-*"} 43 http_response_size_bytes_count{method="GET",path="/_next/static/chunks/aws-*"} 1 http_response_size_bytes_bucket{method="GET",path="/_next/static/chunks/main.js",le="100"} 19 http_response_size_bytes_bucket{method="GET",path="/_next/static/chunks/main.js",le="500"} 19 http_response_size_bytes_bucket{method="GET",path="/_next/static/chunks/main.js",le="1000"} 19 http_response_size_bytes_bucket{method="GET",path="/_next/static/chunks/main.js",le="5000"} 19 http_response_size_bytes_bucket{method="GET",path="/_next/static/chunks/main.js",le="10000"} 19 http_response_size_bytes_bucket{method="GET",path="/_next/static/chunks/main.js",le="50000"} 19 http_response_size_bytes_bucket{method="GET",path="/_next/static/chunks/main.js",le="100000"} 19 http_response_size_bytes_bucket{method="GET",path="/_next/static/chunks/main.js",le="500000"} 19 http_response_size_bytes_bucket{method="GET",path="/_next/static/chunks/main.js",le="1e+06"} 19 http_response_size_bytes_bucket{method="GET",path="/_next/static/chunks/main.js",le="+Inf"} 19 http_response_size_bytes_sum{method="GET",path="/_next/static/chunks/main.js"} 834 http_response_size_bytes_count{method="GET",path="/_next/static/chunks/main.js"} 19 http_response_size_bytes_bucket{method="GET",path="/_next/static/chunks/pages/",le="100"} 7 http_response_size_bytes_bucket{method="GET",path="/_next/static/chunks/pages/",le="500"} 7 http_response_size_bytes_bucket{method="GET",path="/_next/static/chunks/pages/",le="1000"} 7 http_response_size_bytes_bucket{method="GET",path="/_next/static/chunks/pages/",le="5000"} 7 http_response_size_bytes_bucket{method="GET",path="/_next/static/chunks/pages/",le="10000"} 7 http_response_size_bytes_bucket{method="GET",path="/_next/static/chunks/pages/",le="50000"} 7 http_response_size_bytes_bucket{method="GET",path="/_next/static/chunks/pages/",le="100000"} 7 http_response_size_bytes_bucket{method="GET",path="/_next/static/chunks/pages/",le="500000"} 7 http_response_size_bytes_bucket{method="GET",path="/_next/static/chunks/pages/",le="1e+06"} 7 http_response_size_bytes_bucket{method="GET",path="/_next/static/chunks/pages/",le="+Inf"} 7 http_response_size_bytes_sum{method="GET",path="/_next/static/chunks/pages/"} 301 http_response_size_bytes_count{method="GET",path="/_next/static/chunks/pages/"} 7 http_response_size_bytes_bucket{method="GET",path="/_next/static/chunks/pages/_app.js",le="100"} 18 http_response_size_bytes_bucket{method="GET",path="/_next/static/chunks/pages/_app.js",le="500"} 18 http_response_size_bytes_bucket{method="GET",path="/_next/static/chunks/pages/_app.js",le="1000"} 18 http_response_size_bytes_bucket{method="GET",path="/_next/static/chunks/pages/_app.js",le="5000"} 18 http_response_size_bytes_bucket{method="GET",path="/_next/static/chunks/pages/_app.js",le="10000"} 18 http_response_size_bytes_bucket{method="GET",path="/_next/static/chunks/pages/_app.js",le="50000"} 18 http_response_size_bytes_bucket{method="GET",path="/_next/static/chunks/pages/_app.js",le="100000"} 18 http_response_size_bytes_bucket{method="GET",path="/_next/static/chunks/pages/_app.js",le="500000"} 18 http_response_size_bytes_bucket{method="GET",path="/_next/static/chunks/pages/_app.js",le="1e+06"} 18 http_response_size_bytes_bucket{method="GET",path="/_next/static/chunks/pages/_app.js",le="+Inf"} 18 http_response_size_bytes_sum{method="GET",path="/_next/static/chunks/pages/_app.js"} 790 http_response_size_bytes_count{method="GET",path="/_next/static/chunks/pages/_app.js"} 18 http_response_size_bytes_bucket{method="GET",path="/_nuxt/aws.config.js",le="100"} 19 http_response_size_bytes_bucket{method="GET",path="/_nuxt/aws.config.js",le="500"} 19 http_response_size_bytes_bucket{method="GET",path="/_nuxt/aws.config.js",le="1000"} 19 http_response_size_bytes_bucket{method="GET",path="/_nuxt/aws.config.js",le="5000"} 19 http_response_size_bytes_bucket{method="GET",path="/_nuxt/aws.config.js",le="10000"} 19 http_response_size_bytes_bucket{method="GET",path="/_nuxt/aws.config.js",le="50000"} 19 http_response_size_bytes_bucket{method="GET",path="/_nuxt/aws.config.js",le="100000"} 19 http_response_size_bytes_bucket{method="GET",path="/_nuxt/aws.config.js",le="500000"} 19 http_response_size_bytes_bucket{method="GET",path="/_nuxt/aws.config.js",le="1e+06"} 19 http_response_size_bytes_bucket{method="GET",path="/_nuxt/aws.config.js",le="+Inf"} 19 http_response_size_bytes_sum{method="GET",path="/_nuxt/aws.config.js"} 835 http_response_size_bytes_count{method="GET",path="/_nuxt/aws.config.js"} 19 http_response_size_bytes_bucket{method="GET",path="/_nuxt/builds/latest.json",le="100"} 19 http_response_size_bytes_bucket{method="GET",path="/_nuxt/builds/latest.json",le="500"} 19 http_response_size_bytes_bucket{method="GET",path="/_nuxt/builds/latest.json",le="1000"} 19 http_response_size_bytes_bucket{method="GET",path="/_nuxt/builds/latest.json",le="5000"} 19 http_response_size_bytes_bucket{method="GET",path="/_nuxt/builds/latest.json",le="10000"} 19 http_response_size_bytes_bucket{method="GET",path="/_nuxt/builds/latest.json",le="50000"} 19 http_response_size_bytes_bucket{method="GET",path="/_nuxt/builds/latest.json",le="100000"} 19 http_response_size_bytes_bucket{method="GET",path="/_nuxt/builds/latest.json",le="500000"} 19 http_response_size_bytes_bucket{method="GET",path="/_nuxt/builds/latest.json",le="1e+06"} 19 http_response_size_bytes_bucket{method="GET",path="/_nuxt/builds/latest.json",le="+Inf"} 19 http_response_size_bytes_sum{method="GET",path="/_nuxt/builds/latest.json"} 834 http_response_size_bytes_count{method="GET",path="/_nuxt/builds/latest.json"} 19 http_response_size_bytes_bucket{method="GET",path="/_nuxt/manifest.json",le="100"} 19 http_response_size_bytes_bucket{method="GET",path="/_nuxt/manifest.json",le="500"} 19 http_response_size_bytes_bucket{method="GET",path="/_nuxt/manifest.json",le="1000"} 19 http_response_size_bytes_bucket{method="GET",path="/_nuxt/manifest.json",le="5000"} 19 http_response_size_bytes_bucket{method="GET",path="/_nuxt/manifest.json",le="10000"} 19 http_response_size_bytes_bucket{method="GET",path="/_nuxt/manifest.json",le="50000"} 19 http_response_size_bytes_bucket{method="GET",path="/_nuxt/manifest.json",le="100000"} 19 http_response_size_bytes_bucket{method="GET",path="/_nuxt/manifest.json",le="500000"} 19 http_response_size_bytes_bucket{method="GET",path="/_nuxt/manifest.json",le="1e+06"} 19 http_response_size_bytes_bucket{method="GET",path="/_nuxt/manifest.json",le="+Inf"} 19 http_response_size_bytes_sum{method="GET",path="/_nuxt/manifest.json"} 832 http_response_size_bytes_count{method="GET",path="/_nuxt/manifest.json"} 19 http_response_size_bytes_bucket{method="GET",path="/_phpinfo.php",le="100"} 11 http_response_size_bytes_bucket{method="GET",path="/_phpinfo.php",le="500"} 11 http_response_size_bytes_bucket{method="GET",path="/_phpinfo.php",le="1000"} 11 http_response_size_bytes_bucket{method="GET",path="/_phpinfo.php",le="5000"} 11 http_response_size_bytes_bucket{method="GET",path="/_phpinfo.php",le="10000"} 11 http_response_size_bytes_bucket{method="GET",path="/_phpinfo.php",le="50000"} 11 http_response_size_bytes_bucket{method="GET",path="/_phpinfo.php",le="100000"} 11 http_response_size_bytes_bucket{method="GET",path="/_phpinfo.php",le="500000"} 11 http_response_size_bytes_bucket{method="GET",path="/_phpinfo.php",le="1e+06"} 11 http_response_size_bytes_bucket{method="GET",path="/_phpinfo.php",le="+Inf"} 11 http_response_size_bytes_sum{method="GET",path="/_phpinfo.php"} 476 http_response_size_bytes_count{method="GET",path="/_phpinfo.php"} 11 http_response_size_bytes_bucket{method="GET",path="/_profiler/info",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/_profiler/info",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/_profiler/info",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/_profiler/info",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/_profiler/info",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/_profiler/info",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/_profiler/info",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/_profiler/info",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/_profiler/info",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/_profiler/info",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/_profiler/info"} 88 http_response_size_bytes_count{method="GET",path="/_profiler/info"} 2 http_response_size_bytes_bucket{method="GET",path="/_profiler/phpinfo",le="100"} 15 http_response_size_bytes_bucket{method="GET",path="/_profiler/phpinfo",le="500"} 15 http_response_size_bytes_bucket{method="GET",path="/_profiler/phpinfo",le="1000"} 15 http_response_size_bytes_bucket{method="GET",path="/_profiler/phpinfo",le="5000"} 15 http_response_size_bytes_bucket{method="GET",path="/_profiler/phpinfo",le="10000"} 15 http_response_size_bytes_bucket{method="GET",path="/_profiler/phpinfo",le="50000"} 15 http_response_size_bytes_bucket{method="GET",path="/_profiler/phpinfo",le="100000"} 15 http_response_size_bytes_bucket{method="GET",path="/_profiler/phpinfo",le="500000"} 15 http_response_size_bytes_bucket{method="GET",path="/_profiler/phpinfo",le="1e+06"} 15 http_response_size_bytes_bucket{method="GET",path="/_profiler/phpinfo",le="+Inf"} 15 http_response_size_bytes_sum{method="GET",path="/_profiler/phpinfo"} 650 http_response_size_bytes_count{method="GET",path="/_profiler/phpinfo"} 15 http_response_size_bytes_bucket{method="GET",path="/_profiler/phpinfo.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/_profiler/phpinfo.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/_profiler/phpinfo.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/_profiler/phpinfo.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/_profiler/phpinfo.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/_profiler/phpinfo.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/_profiler/phpinfo.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/_profiler/phpinfo.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/_profiler/phpinfo.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/_profiler/phpinfo.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/_profiler/phpinfo.php"} 88 http_response_size_bytes_count{method="GET",path="/_profiler/phpinfo.php"} 2 http_response_size_bytes_bucket{method="GET",path="/_profiler/phpinfo/info.php",le="100"} 7 http_response_size_bytes_bucket{method="GET",path="/_profiler/phpinfo/info.php",le="500"} 7 http_response_size_bytes_bucket{method="GET",path="/_profiler/phpinfo/info.php",le="1000"} 7 http_response_size_bytes_bucket{method="GET",path="/_profiler/phpinfo/info.php",le="5000"} 7 http_response_size_bytes_bucket{method="GET",path="/_profiler/phpinfo/info.php",le="10000"} 7 http_response_size_bytes_bucket{method="GET",path="/_profiler/phpinfo/info.php",le="50000"} 7 http_response_size_bytes_bucket{method="GET",path="/_profiler/phpinfo/info.php",le="100000"} 7 http_response_size_bytes_bucket{method="GET",path="/_profiler/phpinfo/info.php",le="500000"} 7 http_response_size_bytes_bucket{method="GET",path="/_profiler/phpinfo/info.php",le="1e+06"} 7 http_response_size_bytes_bucket{method="GET",path="/_profiler/phpinfo/info.php",le="+Inf"} 7 http_response_size_bytes_sum{method="GET",path="/_profiler/phpinfo/info.php"} 301 http_response_size_bytes_count{method="GET",path="/_profiler/phpinfo/info.php"} 7 http_response_size_bytes_bucket{method="GET",path="/_profiler/phpinfo/phpinfo.php",le="100"} 7 http_response_size_bytes_bucket{method="GET",path="/_profiler/phpinfo/phpinfo.php",le="500"} 7 http_response_size_bytes_bucket{method="GET",path="/_profiler/phpinfo/phpinfo.php",le="1000"} 7 http_response_size_bytes_bucket{method="GET",path="/_profiler/phpinfo/phpinfo.php",le="5000"} 7 http_response_size_bytes_bucket{method="GET",path="/_profiler/phpinfo/phpinfo.php",le="10000"} 7 http_response_size_bytes_bucket{method="GET",path="/_profiler/phpinfo/phpinfo.php",le="50000"} 7 http_response_size_bytes_bucket{method="GET",path="/_profiler/phpinfo/phpinfo.php",le="100000"} 7 http_response_size_bytes_bucket{method="GET",path="/_profiler/phpinfo/phpinfo.php",le="500000"} 7 http_response_size_bytes_bucket{method="GET",path="/_profiler/phpinfo/phpinfo.php",le="1e+06"} 7 http_response_size_bytes_bucket{method="GET",path="/_profiler/phpinfo/phpinfo.php",le="+Inf"} 7 http_response_size_bytes_sum{method="GET",path="/_profiler/phpinfo/phpinfo.php"} 301 http_response_size_bytes_count{method="GET",path="/_profiler/phpinfo/phpinfo.php"} 7 http_response_size_bytes_bucket{method="GET",path="/_react/action/*",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/_react/action/*",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/_react/action/*",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/_react/action/*",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/_react/action/*",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/_react/action/*",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/_react/action/*",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/_react/action/*",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/_react/action/*",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/_react/action/*",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/_react/action/*"} 87 http_response_size_bytes_count{method="GET",path="/_react/action/*"} 2 http_response_size_bytes_bucket{method="GET",path="/_react/data/*",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/_react/data/*",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/_react/data/*",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/_react/data/*",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/_react/data/*",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/_react/data/*",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/_react/data/*",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/_react/data/*",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/_react/data/*",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/_react/data/*",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/_react/data/*"} 88 http_response_size_bytes_count{method="GET",path="/_react/data/*"} 2 http_response_size_bytes_bucket{method="GET",path="/_test.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/_test.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/_test.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/_test.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/_test.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/_test.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/_test.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/_test.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/_test.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/_test.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/_test.php"} 88 http_response_size_bytes_count{method="GET",path="/_test.php"} 2 http_response_size_bytes_bucket{method="GET",path="/_vercel/insights",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/_vercel/insights",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/_vercel/insights",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/_vercel/insights",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/_vercel/insights",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/_vercel/insights",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/_vercel/insights",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/_vercel/insights",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/_vercel/insights",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/_vercel/insights",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/_vercel/insights"} 88 http_response_size_bytes_count{method="GET",path="/_vercel/insights"} 2 http_response_size_bytes_bucket{method="GET",path="/_vti_bin/*",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/_vti_bin/*",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/_vti_bin/*",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/_vti_bin/*",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/_vti_bin/*",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/_vti_bin/*",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/_vti_bin/*",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/_vti_bin/*",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/_vti_bin/*",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/_vti_bin/*",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/_vti_bin/*"} 88 http_response_size_bytes_count{method="GET",path="/_vti_bin/*"} 2 http_response_size_bytes_bucket{method="GET",path="/_waku/*",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/_waku/*",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/_waku/*",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/_waku/*",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/_waku/*",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/_waku/*",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/_waku/*",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/_waku/*",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/_waku/*",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/_waku/*",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/_waku/*"} 88 http_response_size_bytes_count{method="GET",path="/_waku/*"} 2 http_response_size_bytes_bucket{method="GET",path="/a.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/a.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/a.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/a.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/a.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/a.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/a.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/a.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/a.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/a.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/a.php"} 43 http_response_size_bytes_count{method="GET",path="/a.php"} 1 http_response_size_bytes_bucket{method="GET",path="/a1.php",le="100"} 5 http_response_size_bytes_bucket{method="GET",path="/a1.php",le="500"} 5 http_response_size_bytes_bucket{method="GET",path="/a1.php",le="1000"} 5 http_response_size_bytes_bucket{method="GET",path="/a1.php",le="5000"} 5 http_response_size_bytes_bucket{method="GET",path="/a1.php",le="10000"} 5 http_response_size_bytes_bucket{method="GET",path="/a1.php",le="50000"} 5 http_response_size_bytes_bucket{method="GET",path="/a1.php",le="100000"} 5 http_response_size_bytes_bucket{method="GET",path="/a1.php",le="500000"} 5 http_response_size_bytes_bucket{method="GET",path="/a1.php",le="1e+06"} 5 http_response_size_bytes_bucket{method="GET",path="/a1.php",le="+Inf"} 5 http_response_size_bytes_sum{method="GET",path="/a1.php"} 215 http_response_size_bytes_count{method="GET",path="/a1.php"} 5 http_response_size_bytes_bucket{method="GET",path="/a2.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/a2.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/a2.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/a2.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/a2.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/a2.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/a2.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/a2.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/a2.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/a2.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/a2.php"} 43 http_response_size_bytes_count{method="GET",path="/a2.php"} 1 http_response_size_bytes_bucket{method="GET",path="/a3.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/a3.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/a3.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/a3.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/a3.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/a3.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/a3.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/a3.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/a3.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/a3.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/a3.php"} 43 http_response_size_bytes_count{method="GET",path="/a3.php"} 1 http_response_size_bytes_bucket{method="GET",path="/a4.php",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/a4.php",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/a4.php",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/a4.php",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/a4.php",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/a4.php",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/a4.php",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/a4.php",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/a4.php",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/a4.php",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/a4.php"} 129 http_response_size_bytes_count{method="GET",path="/a4.php"} 3 http_response_size_bytes_bucket{method="GET",path="/a5.php",le="100"} 5 http_response_size_bytes_bucket{method="GET",path="/a5.php",le="500"} 5 http_response_size_bytes_bucket{method="GET",path="/a5.php",le="1000"} 5 http_response_size_bytes_bucket{method="GET",path="/a5.php",le="5000"} 5 http_response_size_bytes_bucket{method="GET",path="/a5.php",le="10000"} 5 http_response_size_bytes_bucket{method="GET",path="/a5.php",le="50000"} 5 http_response_size_bytes_bucket{method="GET",path="/a5.php",le="100000"} 5 http_response_size_bytes_bucket{method="GET",path="/a5.php",le="500000"} 5 http_response_size_bytes_bucket{method="GET",path="/a5.php",le="1e+06"} 5 http_response_size_bytes_bucket{method="GET",path="/a5.php",le="+Inf"} 5 http_response_size_bytes_sum{method="GET",path="/a5.php"} 216 http_response_size_bytes_count{method="GET",path="/a5.php"} 5 http_response_size_bytes_bucket{method="GET",path="/a5e0a.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/a5e0a.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/a5e0a.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/a5e0a.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/a5e0a.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/a5e0a.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/a5e0a.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/a5e0a.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/a5e0a.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/a5e0a.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/a5e0a.php"} 43 http_response_size_bytes_count{method="GET",path="/a5e0a.php"} 1 http_response_size_bytes_bucket{method="GET",path="/a7.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/a7.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/a7.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/a7.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/a7.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/a7.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/a7.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/a7.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/a7.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/a7.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/a7.php"} 86 http_response_size_bytes_count{method="GET",path="/a7.php"} 2 http_response_size_bytes_bucket{method="GET",path="/aa.php",le="100"} 9 http_response_size_bytes_bucket{method="GET",path="/aa.php",le="500"} 9 http_response_size_bytes_bucket{method="GET",path="/aa.php",le="1000"} 9 http_response_size_bytes_bucket{method="GET",path="/aa.php",le="5000"} 9 http_response_size_bytes_bucket{method="GET",path="/aa.php",le="10000"} 9 http_response_size_bytes_bucket{method="GET",path="/aa.php",le="50000"} 9 http_response_size_bytes_bucket{method="GET",path="/aa.php",le="100000"} 9 http_response_size_bytes_bucket{method="GET",path="/aa.php",le="500000"} 9 http_response_size_bytes_bucket{method="GET",path="/aa.php",le="1e+06"} 9 http_response_size_bytes_bucket{method="GET",path="/aa.php",le="+Inf"} 9 http_response_size_bytes_sum{method="GET",path="/aa.php"} 387 http_response_size_bytes_count{method="GET",path="/aa.php"} 9 http_response_size_bytes_bucket{method="GET",path="/aa21.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/aa21.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/aa21.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/aa21.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/aa21.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/aa21.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/aa21.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/aa21.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/aa21.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/aa21.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/aa21.php"} 86 http_response_size_bytes_count{method="GET",path="/aa21.php"} 2 http_response_size_bytes_bucket{method="GET",path="/aaa.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/aaa.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/aaa.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/aaa.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/aaa.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/aaa.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/aaa.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/aaa.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/aaa.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/aaa.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/aaa.php"} 86 http_response_size_bytes_count{method="GET",path="/aaa.php"} 2 http_response_size_bytes_bucket{method="GET",path="/aaf.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/aaf.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/aaf.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/aaf.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/aaf.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/aaf.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/aaf.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/aaf.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/aaf.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/aaf.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/aaf.php"} 86 http_response_size_bytes_count{method="GET",path="/aaf.php"} 2 http_response_size_bytes_bucket{method="GET",path="/ab.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/ab.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/ab.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/ab.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/ab.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/ab.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/ab.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/ab.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/ab.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/ab.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/ab.php"} 43 http_response_size_bytes_count{method="GET",path="/ab.php"} 1 http_response_size_bytes_bucket{method="GET",path="/abc.php",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/abc.php",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/abc.php",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/abc.php",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/abc.php",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/abc.php",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/abc.php",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/abc.php",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/abc.php",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/abc.php",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/abc.php"} 129 http_response_size_bytes_count{method="GET",path="/abc.php"} 3 http_response_size_bytes_bucket{method="GET",path="/abcd.php",le="100"} 6 http_response_size_bytes_bucket{method="GET",path="/abcd.php",le="500"} 6 http_response_size_bytes_bucket{method="GET",path="/abcd.php",le="1000"} 6 http_response_size_bytes_bucket{method="GET",path="/abcd.php",le="5000"} 6 http_response_size_bytes_bucket{method="GET",path="/abcd.php",le="10000"} 6 http_response_size_bytes_bucket{method="GET",path="/abcd.php",le="50000"} 6 http_response_size_bytes_bucket{method="GET",path="/abcd.php",le="100000"} 6 http_response_size_bytes_bucket{method="GET",path="/abcd.php",le="500000"} 6 http_response_size_bytes_bucket{method="GET",path="/abcd.php",le="1e+06"} 6 http_response_size_bytes_bucket{method="GET",path="/abcd.php",le="+Inf"} 6 http_response_size_bytes_sum{method="GET",path="/abcd.php"} 258 http_response_size_bytes_count{method="GET",path="/abcd.php"} 6 http_response_size_bytes_bucket{method="GET",path="/about",le="100"} 12 http_response_size_bytes_bucket{method="GET",path="/about",le="500"} 12 http_response_size_bytes_bucket{method="GET",path="/about",le="1000"} 12 http_response_size_bytes_bucket{method="GET",path="/about",le="5000"} 12 http_response_size_bytes_bucket{method="GET",path="/about",le="10000"} 12 http_response_size_bytes_bucket{method="GET",path="/about",le="50000"} 12 http_response_size_bytes_bucket{method="GET",path="/about",le="100000"} 12 http_response_size_bytes_bucket{method="GET",path="/about",le="500000"} 12 http_response_size_bytes_bucket{method="GET",path="/about",le="1e+06"} 12 http_response_size_bytes_bucket{method="GET",path="/about",le="+Inf"} 12 http_response_size_bytes_sum{method="GET",path="/about"} 518 http_response_size_bytes_count{method="GET",path="/about"} 12 http_response_size_bytes_bucket{method="GET",path="/about.php",le="100"} 10 http_response_size_bytes_bucket{method="GET",path="/about.php",le="500"} 10 http_response_size_bytes_bucket{method="GET",path="/about.php",le="1000"} 10 http_response_size_bytes_bucket{method="GET",path="/about.php",le="5000"} 10 http_response_size_bytes_bucket{method="GET",path="/about.php",le="10000"} 10 http_response_size_bytes_bucket{method="GET",path="/about.php",le="50000"} 10 http_response_size_bytes_bucket{method="GET",path="/about.php",le="100000"} 10 http_response_size_bytes_bucket{method="GET",path="/about.php",le="500000"} 10 http_response_size_bytes_bucket{method="GET",path="/about.php",le="1e+06"} 10 http_response_size_bytes_bucket{method="GET",path="/about.php",le="+Inf"} 10 http_response_size_bytes_sum{method="GET",path="/about.php"} 430 http_response_size_bytes_count{method="GET",path="/about.php"} 10 http_response_size_bytes_bucket{method="GET",path="/about/function.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/about/function.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/about/function.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/about/function.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/about/function.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/about/function.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/about/function.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/about/function.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/about/function.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/about/function.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/about/function.php"} 86 http_response_size_bytes_count{method="GET",path="/about/function.php"} 2 http_response_size_bytes_bucket{method="GET",path="/aboutc.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/aboutc.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/aboutc.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/aboutc.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/aboutc.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/aboutc.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/aboutc.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/aboutc.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/aboutc.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/aboutc.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/aboutc.php"} 43 http_response_size_bytes_count{method="GET",path="/aboutc.php"} 1 http_response_size_bytes_bucket{method="GET",path="/aboute.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/aboute.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/aboute.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/aboute.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/aboute.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/aboute.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/aboute.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/aboute.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/aboute.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/aboute.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/aboute.php"} 87 http_response_size_bytes_count{method="GET",path="/aboute.php"} 2 http_response_size_bytes_bucket{method="GET",path="/abrand.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/abrand.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/abrand.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/abrand.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/abrand.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/abrand.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/abrand.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/abrand.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/abrand.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/abrand.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/abrand.php"} 43 http_response_size_bytes_count{method="GET",path="/abrand.php"} 1 http_response_size_bytes_bucket{method="GET",path="/ac.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/ac.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/ac.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/ac.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/ac.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/ac.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/ac.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/ac.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/ac.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/ac.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/ac.php"} 86 http_response_size_bytes_count{method="GET",path="/ac.php"} 2 http_response_size_bytes_bucket{method="GET",path="/account.json",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/account.json",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/account.json",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/account.json",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/account.json",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/account.json",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/account.json",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/account.json",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/account.json",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/account.json",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/account.json"} 44 http_response_size_bytes_count{method="GET",path="/account.json"} 1 http_response_size_bytes_bucket{method="GET",path="/acp.php",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/acp.php",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/acp.php",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/acp.php",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/acp.php",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/acp.php",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/acp.php",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/acp.php",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/acp.php",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/acp.php",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/acp.php"} 173 http_response_size_bytes_count{method="GET",path="/acp.php"} 4 http_response_size_bytes_bucket{method="GET",path="/actions/*",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/actions/*",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/actions/*",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/actions/*",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/actions/*",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/actions/*",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/actions/*",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/actions/*",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/actions/*",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/actions/*",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/actions/*"} 88 http_response_size_bytes_count{method="GET",path="/actions/*"} 2 http_response_size_bytes_bucket{method="GET",path="/actions/.env",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/actions/.env",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/actions/.env",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/actions/.env",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/actions/.env",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/actions/.env",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/actions/.env",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/actions/.env",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/actions/.env",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/actions/.env",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/actions/.env"} 44 http_response_size_bytes_count{method="GET",path="/actions/.env"} 1 http_response_size_bytes_bucket{method="GET",path="/actuator/env",le="100"} 11 http_response_size_bytes_bucket{method="GET",path="/actuator/env",le="500"} 11 http_response_size_bytes_bucket{method="GET",path="/actuator/env",le="1000"} 11 http_response_size_bytes_bucket{method="GET",path="/actuator/env",le="5000"} 11 http_response_size_bytes_bucket{method="GET",path="/actuator/env",le="10000"} 11 http_response_size_bytes_bucket{method="GET",path="/actuator/env",le="50000"} 11 http_response_size_bytes_bucket{method="GET",path="/actuator/env",le="100000"} 11 http_response_size_bytes_bucket{method="GET",path="/actuator/env",le="500000"} 11 http_response_size_bytes_bucket{method="GET",path="/actuator/env",le="1e+06"} 11 http_response_size_bytes_bucket{method="GET",path="/actuator/env",le="+Inf"} 11 http_response_size_bytes_sum{method="GET",path="/actuator/env"} 474 http_response_size_bytes_count{method="GET",path="/actuator/env"} 11 http_response_size_bytes_bucket{method="GET",path="/admin-app/.env",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/admin-app/.env",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/admin-app/.env",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/admin-app/.env",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/admin-app/.env",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/admin-app/.env",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/admin-app/.env",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/admin-app/.env",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/admin-app/.env",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/admin-app/.env",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/admin-app/.env"} 88 http_response_size_bytes_count{method="GET",path="/admin-app/.env"} 2 http_response_size_bytes_bucket{method="GET",path="/admin-footer.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/admin-footer.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/admin-footer.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/admin-footer.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/admin-footer.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/admin-footer.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/admin-footer.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/admin-footer.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/admin-footer.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/admin-footer.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/admin-footer.php"} 86 http_response_size_bytes_count{method="GET",path="/admin-footer.php"} 2 http_response_size_bytes_bucket{method="GET",path="/admin-panel/.env",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/admin-panel/.env",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/admin-panel/.env",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/admin-panel/.env",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/admin-panel/.env",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/admin-panel/.env",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/admin-panel/.env",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/admin-panel/.env",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/admin-panel/.env",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/admin-panel/.env",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/admin-panel/.env"} 87 http_response_size_bytes_count{method="GET",path="/admin-panel/.env"} 2 http_response_size_bytes_bucket{method="GET",path="/admin.7z",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/admin.7z",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/admin.7z",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/admin.7z",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/admin.7z",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/admin.7z",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/admin.7z",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/admin.7z",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/admin.7z",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/admin.7z",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/admin.7z"} 43 http_response_size_bytes_count{method="GET",path="/admin.7z"} 1 http_response_size_bytes_bucket{method="GET",path="/admin.bz2",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/admin.bz2",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/admin.bz2",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/admin.bz2",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/admin.bz2",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/admin.bz2",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/admin.bz2",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/admin.bz2",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/admin.bz2",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/admin.bz2",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/admin.bz2"} 43 http_response_size_bytes_count{method="GET",path="/admin.bz2"} 1 http_response_size_bytes_bucket{method="GET",path="/admin.gz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/admin.gz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/admin.gz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/admin.gz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/admin.gz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/admin.gz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/admin.gz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/admin.gz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/admin.gz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/admin.gz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/admin.gz"} 43 http_response_size_bytes_count{method="GET",path="/admin.gz"} 1 http_response_size_bytes_bucket{method="GET",path="/admin.html",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/admin.html",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/admin.html",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/admin.html",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/admin.html",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/admin.html",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/admin.html",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/admin.html",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/admin.html",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/admin.html",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/admin.html"} 88 http_response_size_bytes_count{method="GET",path="/admin.html"} 2 http_response_size_bytes_bucket{method="GET",path="/admin.php",le="100"} 7 http_response_size_bytes_bucket{method="GET",path="/admin.php",le="500"} 7 http_response_size_bytes_bucket{method="GET",path="/admin.php",le="1000"} 7 http_response_size_bytes_bucket{method="GET",path="/admin.php",le="5000"} 7 http_response_size_bytes_bucket{method="GET",path="/admin.php",le="10000"} 7 http_response_size_bytes_bucket{method="GET",path="/admin.php",le="50000"} 7 http_response_size_bytes_bucket{method="GET",path="/admin.php",le="100000"} 7 http_response_size_bytes_bucket{method="GET",path="/admin.php",le="500000"} 7 http_response_size_bytes_bucket{method="GET",path="/admin.php",le="1e+06"} 7 http_response_size_bytes_bucket{method="GET",path="/admin.php",le="+Inf"} 7 http_response_size_bytes_sum{method="GET",path="/admin.php"} 301 http_response_size_bytes_count{method="GET",path="/admin.php"} 7 http_response_size_bytes_bucket{method="GET",path="/admin.rar",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/admin.rar",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/admin.rar",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/admin.rar",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/admin.rar",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/admin.rar",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/admin.rar",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/admin.rar",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/admin.rar",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/admin.rar",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/admin.rar"} 43 http_response_size_bytes_count{method="GET",path="/admin.rar"} 1 http_response_size_bytes_bucket{method="GET",path="/admin.sql",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/admin.sql",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/admin.sql",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/admin.sql",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/admin.sql",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/admin.sql",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/admin.sql",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/admin.sql",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/admin.sql",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/admin.sql",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/admin.sql"} 43 http_response_size_bytes_count{method="GET",path="/admin.sql"} 1 http_response_size_bytes_bucket{method="GET",path="/admin.sql.bz2",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/admin.sql.bz2",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/admin.sql.bz2",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/admin.sql.bz2",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/admin.sql.bz2",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/admin.sql.bz2",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/admin.sql.bz2",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/admin.sql.bz2",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/admin.sql.bz2",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/admin.sql.bz2",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/admin.sql.bz2"} 43 http_response_size_bytes_count{method="GET",path="/admin.sql.bz2"} 1 http_response_size_bytes_bucket{method="GET",path="/admin.sql.gz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/admin.sql.gz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/admin.sql.gz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/admin.sql.gz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/admin.sql.gz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/admin.sql.gz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/admin.sql.gz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/admin.sql.gz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/admin.sql.gz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/admin.sql.gz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/admin.sql.gz"} 43 http_response_size_bytes_count{method="GET",path="/admin.sql.gz"} 1 http_response_size_bytes_bucket{method="GET",path="/admin.tar",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/admin.tar",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/admin.tar",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/admin.tar",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/admin.tar",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/admin.tar",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/admin.tar",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/admin.tar",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/admin.tar",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/admin.tar",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/admin.tar"} 43 http_response_size_bytes_count{method="GET",path="/admin.tar"} 1 http_response_size_bytes_bucket{method="GET",path="/admin.tar.bz2",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/admin.tar.bz2",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/admin.tar.bz2",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/admin.tar.bz2",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/admin.tar.bz2",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/admin.tar.bz2",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/admin.tar.bz2",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/admin.tar.bz2",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/admin.tar.bz2",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/admin.tar.bz2",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/admin.tar.bz2"} 43 http_response_size_bytes_count{method="GET",path="/admin.tar.bz2"} 1 http_response_size_bytes_bucket{method="GET",path="/admin.tar.gz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/admin.tar.gz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/admin.tar.gz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/admin.tar.gz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/admin.tar.gz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/admin.tar.gz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/admin.tar.gz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/admin.tar.gz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/admin.tar.gz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/admin.tar.gz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/admin.tar.gz"} 43 http_response_size_bytes_count{method="GET",path="/admin.tar.gz"} 1 http_response_size_bytes_bucket{method="GET",path="/admin.tar.xz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/admin.tar.xz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/admin.tar.xz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/admin.tar.xz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/admin.tar.xz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/admin.tar.xz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/admin.tar.xz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/admin.tar.xz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/admin.tar.xz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/admin.tar.xz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/admin.tar.xz"} 43 http_response_size_bytes_count{method="GET",path="/admin.tar.xz"} 1 http_response_size_bytes_bucket{method="GET",path="/admin.tgz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/admin.tgz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/admin.tgz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/admin.tgz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/admin.tgz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/admin.tgz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/admin.tgz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/admin.tgz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/admin.tgz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/admin.tgz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/admin.tgz"} 43 http_response_size_bytes_count{method="GET",path="/admin.tgz"} 1 http_response_size_bytes_bucket{method="GET",path="/admin.zip",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/admin.zip",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/admin.zip",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/admin.zip",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/admin.zip",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/admin.zip",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/admin.zip",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/admin.zip",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/admin.zip",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/admin.zip",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/admin.zip"} 83 http_response_size_bytes_count{method="GET",path="/admin.zip"} 3 http_response_size_bytes_bucket{method="GET",path="/admin.zst",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/admin.zst",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/admin.zst",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/admin.zst",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/admin.zst",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/admin.zst",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/admin.zst",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/admin.zst",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/admin.zst",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/admin.zst",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/admin.zst"} 43 http_response_size_bytes_count{method="GET",path="/admin.zst"} 1 http_response_size_bytes_bucket{method="GET",path="/admin/*",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/admin/*",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/admin/*",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/admin/*",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/admin/*",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/admin/*",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/admin/*",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/admin/*",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/admin/*",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/admin/*",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/admin/*"} 88 http_response_size_bytes_count{method="GET",path="/admin/*"} 2 http_response_size_bytes_bucket{method="GET",path="/admin/.env",le="100"} 17 http_response_size_bytes_bucket{method="GET",path="/admin/.env",le="500"} 17 http_response_size_bytes_bucket{method="GET",path="/admin/.env",le="1000"} 17 http_response_size_bytes_bucket{method="GET",path="/admin/.env",le="5000"} 17 http_response_size_bytes_bucket{method="GET",path="/admin/.env",le="10000"} 17 http_response_size_bytes_bucket{method="GET",path="/admin/.env",le="50000"} 17 http_response_size_bytes_bucket{method="GET",path="/admin/.env",le="100000"} 17 http_response_size_bytes_bucket{method="GET",path="/admin/.env",le="500000"} 17 http_response_size_bytes_bucket{method="GET",path="/admin/.env",le="1e+06"} 17 http_response_size_bytes_bucket{method="GET",path="/admin/.env",le="+Inf"} 17 http_response_size_bytes_sum{method="GET",path="/admin/.env"} 737 http_response_size_bytes_count{method="GET",path="/admin/.env"} 17 http_response_size_bytes_bucket{method="GET",path="/admin/.git/config",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/admin/.git/config",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/admin/.git/config",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/admin/.git/config",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/admin/.git/config",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/admin/.git/config",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/admin/.git/config",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/admin/.git/config",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/admin/.git/config",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/admin/.git/config",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/admin/.git/config"} 44 http_response_size_bytes_count{method="GET",path="/admin/.git/config"} 1 http_response_size_bytes_bucket{method="GET",path="/admin/app.js",le="100"} 15 http_response_size_bytes_bucket{method="GET",path="/admin/app.js",le="500"} 15 http_response_size_bytes_bucket{method="GET",path="/admin/app.js",le="1000"} 15 http_response_size_bytes_bucket{method="GET",path="/admin/app.js",le="5000"} 15 http_response_size_bytes_bucket{method="GET",path="/admin/app.js",le="10000"} 15 http_response_size_bytes_bucket{method="GET",path="/admin/app.js",le="50000"} 15 http_response_size_bytes_bucket{method="GET",path="/admin/app.js",le="100000"} 15 http_response_size_bytes_bucket{method="GET",path="/admin/app.js",le="500000"} 15 http_response_size_bytes_bucket{method="GET",path="/admin/app.js",le="1e+06"} 15 http_response_size_bytes_bucket{method="GET",path="/admin/app.js",le="+Inf"} 15 http_response_size_bytes_sum{method="GET",path="/admin/app.js"} 659 http_response_size_bytes_count{method="GET",path="/admin/app.js"} 15 http_response_size_bytes_bucket{method="GET",path="/admin/config",le="100"} 10 http_response_size_bytes_bucket{method="GET",path="/admin/config",le="500"} 10 http_response_size_bytes_bucket{method="GET",path="/admin/config",le="1000"} 10 http_response_size_bytes_bucket{method="GET",path="/admin/config",le="5000"} 10 http_response_size_bytes_bucket{method="GET",path="/admin/config",le="10000"} 10 http_response_size_bytes_bucket{method="GET",path="/admin/config",le="50000"} 10 http_response_size_bytes_bucket{method="GET",path="/admin/config",le="100000"} 10 http_response_size_bytes_bucket{method="GET",path="/admin/config",le="500000"} 10 http_response_size_bytes_bucket{method="GET",path="/admin/config",le="1e+06"} 10 http_response_size_bytes_bucket{method="GET",path="/admin/config",le="+Inf"} 10 http_response_size_bytes_sum{method="GET",path="/admin/config"} 432 http_response_size_bytes_count{method="GET",path="/admin/config"} 10 http_response_size_bytes_bucket{method="GET",path="/admin/config/.env",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/admin/config/.env",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/admin/config/.env",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/admin/config/.env",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/admin/config/.env",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/admin/config/.env",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/admin/config/.env",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/admin/config/.env",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/admin/config/.env",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/admin/config/.env",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/admin/config/.env"} 88 http_response_size_bytes_count{method="GET",path="/admin/config/.env"} 2 http_response_size_bytes_bucket{method="GET",path="/admin/config/common.js",le="100"} 17 http_response_size_bytes_bucket{method="GET",path="/admin/config/common.js",le="500"} 17 http_response_size_bytes_bucket{method="GET",path="/admin/config/common.js",le="1000"} 17 http_response_size_bytes_bucket{method="GET",path="/admin/config/common.js",le="5000"} 17 http_response_size_bytes_bucket{method="GET",path="/admin/config/common.js",le="10000"} 17 http_response_size_bytes_bucket{method="GET",path="/admin/config/common.js",le="50000"} 17 http_response_size_bytes_bucket{method="GET",path="/admin/config/common.js",le="100000"} 17 http_response_size_bytes_bucket{method="GET",path="/admin/config/common.js",le="500000"} 17 http_response_size_bytes_bucket{method="GET",path="/admin/config/common.js",le="1e+06"} 17 http_response_size_bytes_bucket{method="GET",path="/admin/config/common.js",le="+Inf"} 17 http_response_size_bytes_sum{method="GET",path="/admin/config/common.js"} 745 http_response_size_bytes_count{method="GET",path="/admin/config/common.js"} 17 http_response_size_bytes_bucket{method="GET",path="/admin/config/constants.js",le="100"} 19 http_response_size_bytes_bucket{method="GET",path="/admin/config/constants.js",le="500"} 19 http_response_size_bytes_bucket{method="GET",path="/admin/config/constants.js",le="1000"} 19 http_response_size_bytes_bucket{method="GET",path="/admin/config/constants.js",le="5000"} 19 http_response_size_bytes_bucket{method="GET",path="/admin/config/constants.js",le="10000"} 19 http_response_size_bytes_bucket{method="GET",path="/admin/config/constants.js",le="50000"} 19 http_response_size_bytes_bucket{method="GET",path="/admin/config/constants.js",le="100000"} 19 http_response_size_bytes_bucket{method="GET",path="/admin/config/constants.js",le="500000"} 19 http_response_size_bytes_bucket{method="GET",path="/admin/config/constants.js",le="1e+06"} 19 http_response_size_bytes_bucket{method="GET",path="/admin/config/constants.js",le="+Inf"} 19 http_response_size_bytes_sum{method="GET",path="/admin/config/constants.js"} 835 http_response_size_bytes_count{method="GET",path="/admin/config/constants.js"} 19 http_response_size_bytes_bucket{method="GET",path="/admin/config/database.js",le="100"} 19 http_response_size_bytes_bucket{method="GET",path="/admin/config/database.js",le="500"} 19 http_response_size_bytes_bucket{method="GET",path="/admin/config/database.js",le="1000"} 19 http_response_size_bytes_bucket{method="GET",path="/admin/config/database.js",le="5000"} 19 http_response_size_bytes_bucket{method="GET",path="/admin/config/database.js",le="10000"} 19 http_response_size_bytes_bucket{method="GET",path="/admin/config/database.js",le="50000"} 19 http_response_size_bytes_bucket{method="GET",path="/admin/config/database.js",le="100000"} 19 http_response_size_bytes_bucket{method="GET",path="/admin/config/database.js",le="500000"} 19 http_response_size_bytes_bucket{method="GET",path="/admin/config/database.js",le="1e+06"} 19 http_response_size_bytes_bucket{method="GET",path="/admin/config/database.js",le="+Inf"} 19 http_response_size_bytes_sum{method="GET",path="/admin/config/database.js"} 836 http_response_size_bytes_count{method="GET",path="/admin/config/database.js"} 19 http_response_size_bytes_bucket{method="GET",path="/admin/config/template.js",le="100"} 17 http_response_size_bytes_bucket{method="GET",path="/admin/config/template.js",le="500"} 17 http_response_size_bytes_bucket{method="GET",path="/admin/config/template.js",le="1000"} 17 http_response_size_bytes_bucket{method="GET",path="/admin/config/template.js",le="5000"} 17 http_response_size_bytes_bucket{method="GET",path="/admin/config/template.js",le="10000"} 17 http_response_size_bytes_bucket{method="GET",path="/admin/config/template.js",le="50000"} 17 http_response_size_bytes_bucket{method="GET",path="/admin/config/template.js",le="100000"} 17 http_response_size_bytes_bucket{method="GET",path="/admin/config/template.js",le="500000"} 17 http_response_size_bytes_bucket{method="GET",path="/admin/config/template.js",le="1e+06"} 17 http_response_size_bytes_bucket{method="GET",path="/admin/config/template.js",le="+Inf"} 17 http_response_size_bytes_sum{method="GET",path="/admin/config/template.js"} 748 http_response_size_bytes_count{method="GET",path="/admin/config/template.js"} 17 http_response_size_bytes_bucket{method="GET",path="/admin/config_pro.toml",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/admin/config_pro.toml",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/admin/config_pro.toml",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/admin/config_pro.toml",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/admin/config_pro.toml",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/admin/config_pro.toml",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/admin/config_pro.toml",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/admin/config_pro.toml",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/admin/config_pro.toml",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/admin/config_pro.toml",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/admin/config_pro.toml"} 88 http_response_size_bytes_count{method="GET",path="/admin/config_pro.toml"} 2 http_response_size_bytes_bucket{method="GET",path="/admin/console/.env",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/admin/console/.env",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/admin/console/.env",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/admin/console/.env",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/admin/console/.env",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/admin/console/.env",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/admin/console/.env",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/admin/console/.env",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/admin/console/.env",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/admin/console/.env",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/admin/console/.env"} 88 http_response_size_bytes_count{method="GET",path="/admin/console/.env"} 2 http_response_size_bytes_bucket{method="GET",path="/admin/constant.js",le="100"} 17 http_response_size_bytes_bucket{method="GET",path="/admin/constant.js",le="500"} 17 http_response_size_bytes_bucket{method="GET",path="/admin/constant.js",le="1000"} 17 http_response_size_bytes_bucket{method="GET",path="/admin/constant.js",le="5000"} 17 http_response_size_bytes_bucket{method="GET",path="/admin/constant.js",le="10000"} 17 http_response_size_bytes_bucket{method="GET",path="/admin/constant.js",le="50000"} 17 http_response_size_bytes_bucket{method="GET",path="/admin/constant.js",le="100000"} 17 http_response_size_bytes_bucket{method="GET",path="/admin/constant.js",le="500000"} 17 http_response_size_bytes_bucket{method="GET",path="/admin/constant.js",le="1e+06"} 17 http_response_size_bytes_bucket{method="GET",path="/admin/constant.js",le="+Inf"} 17 http_response_size_bytes_sum{method="GET",path="/admin/constant.js"} 747 http_response_size_bytes_count{method="GET",path="/admin/constant.js"} 17 http_response_size_bytes_bucket{method="GET",path="/admin/constants.js",le="100"} 17 http_response_size_bytes_bucket{method="GET",path="/admin/constants.js",le="500"} 17 http_response_size_bytes_bucket{method="GET",path="/admin/constants.js",le="1000"} 17 http_response_size_bytes_bucket{method="GET",path="/admin/constants.js",le="5000"} 17 http_response_size_bytes_bucket{method="GET",path="/admin/constants.js",le="10000"} 17 http_response_size_bytes_bucket{method="GET",path="/admin/constants.js",le="50000"} 17 http_response_size_bytes_bucket{method="GET",path="/admin/constants.js",le="100000"} 17 http_response_size_bytes_bucket{method="GET",path="/admin/constants.js",le="500000"} 17 http_response_size_bytes_bucket{method="GET",path="/admin/constants.js",le="1e+06"} 17 http_response_size_bytes_bucket{method="GET",path="/admin/constants.js",le="+Inf"} 17 http_response_size_bytes_sum{method="GET",path="/admin/constants.js"} 747 http_response_size_bytes_count{method="GET",path="/admin/constants.js"} 17 http_response_size_bytes_bucket{method="GET",path="/admin/controller.js",le="100"} 17 http_response_size_bytes_bucket{method="GET",path="/admin/controller.js",le="500"} 17 http_response_size_bytes_bucket{method="GET",path="/admin/controller.js",le="1000"} 17 http_response_size_bytes_bucket{method="GET",path="/admin/controller.js",le="5000"} 17 http_response_size_bytes_bucket{method="GET",path="/admin/controller.js",le="10000"} 17 http_response_size_bytes_bucket{method="GET",path="/admin/controller.js",le="50000"} 17 http_response_size_bytes_bucket{method="GET",path="/admin/controller.js",le="100000"} 17 http_response_size_bytes_bucket{method="GET",path="/admin/controller.js",le="500000"} 17 http_response_size_bytes_bucket{method="GET",path="/admin/controller.js",le="1e+06"} 17 http_response_size_bytes_bucket{method="GET",path="/admin/controller.js",le="+Inf"} 17 http_response_size_bytes_sum{method="GET",path="/admin/controller.js"} 748 http_response_size_bytes_count{method="GET",path="/admin/controller.js"} 17 http_response_size_bytes_bucket{method="GET",path="/admin/controller/extension/extension/ultra.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/admin/controller/extension/extension/ultra.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/admin/controller/extension/extension/ultra.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/admin/controller/extension/extension/ultra.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/admin/controller/extension/extension/ultra.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/admin/controller/extension/extension/ultra.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/admin/controller/extension/extension/ultra.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/admin/controller/extension/extension/ultra.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/admin/controller/extension/extension/ultra.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/admin/controller/extension/extension/ultra.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/admin/controller/extension/extension/ultra.php"} 86 http_response_size_bytes_count{method="GET",path="/admin/controller/extension/extension/ultra.php"} 2 http_response_size_bytes_bucket{method="GET",path="/admin/controllers/merchant.js",le="100"} 22 http_response_size_bytes_bucket{method="GET",path="/admin/controllers/merchant.js",le="500"} 22 http_response_size_bytes_bucket{method="GET",path="/admin/controllers/merchant.js",le="1000"} 22 http_response_size_bytes_bucket{method="GET",path="/admin/controllers/merchant.js",le="5000"} 22 http_response_size_bytes_bucket{method="GET",path="/admin/controllers/merchant.js",le="10000"} 22 http_response_size_bytes_bucket{method="GET",path="/admin/controllers/merchant.js",le="50000"} 22 http_response_size_bytes_bucket{method="GET",path="/admin/controllers/merchant.js",le="100000"} 22 http_response_size_bytes_bucket{method="GET",path="/admin/controllers/merchant.js",le="500000"} 22 http_response_size_bytes_bucket{method="GET",path="/admin/controllers/merchant.js",le="1e+06"} 22 http_response_size_bytes_bucket{method="GET",path="/admin/controllers/merchant.js",le="+Inf"} 22 http_response_size_bytes_sum{method="GET",path="/admin/controllers/merchant.js"} 961 http_response_size_bytes_count{method="GET",path="/admin/controllers/merchant.js"} 22 http_response_size_bytes_bucket{method="GET",path="/admin/controllers/partner.js",le="100"} 22 http_response_size_bytes_bucket{method="GET",path="/admin/controllers/partner.js",le="500"} 22 http_response_size_bytes_bucket{method="GET",path="/admin/controllers/partner.js",le="1000"} 22 http_response_size_bytes_bucket{method="GET",path="/admin/controllers/partner.js",le="5000"} 22 http_response_size_bytes_bucket{method="GET",path="/admin/controllers/partner.js",le="10000"} 22 http_response_size_bytes_bucket{method="GET",path="/admin/controllers/partner.js",le="50000"} 22 http_response_size_bytes_bucket{method="GET",path="/admin/controllers/partner.js",le="100000"} 22 http_response_size_bytes_bucket{method="GET",path="/admin/controllers/partner.js",le="500000"} 22 http_response_size_bytes_bucket{method="GET",path="/admin/controllers/partner.js",le="1e+06"} 22 http_response_size_bytes_bucket{method="GET",path="/admin/controllers/partner.js",le="+Inf"} 22 http_response_size_bytes_sum{method="GET",path="/admin/controllers/partner.js"} 961 http_response_size_bytes_count{method="GET",path="/admin/controllers/partner.js"} 22 http_response_size_bytes_bucket{method="GET",path="/admin/function.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/admin/function.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/admin/function.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/admin/function.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/admin/function.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/admin/function.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/admin/function.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/admin/function.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/admin/function.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/admin/function.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/admin/function.php"} 87 http_response_size_bytes_count{method="GET",path="/admin/function.php"} 2 http_response_size_bytes_bucket{method="GET",path="/admin/helper.js",le="100"} 15 http_response_size_bytes_bucket{method="GET",path="/admin/helper.js",le="500"} 15 http_response_size_bytes_bucket{method="GET",path="/admin/helper.js",le="1000"} 15 http_response_size_bytes_bucket{method="GET",path="/admin/helper.js",le="5000"} 15 http_response_size_bytes_bucket{method="GET",path="/admin/helper.js",le="10000"} 15 http_response_size_bytes_bucket{method="GET",path="/admin/helper.js",le="50000"} 15 http_response_size_bytes_bucket{method="GET",path="/admin/helper.js",le="100000"} 15 http_response_size_bytes_bucket{method="GET",path="/admin/helper.js",le="500000"} 15 http_response_size_bytes_bucket{method="GET",path="/admin/helper.js",le="1e+06"} 15 http_response_size_bytes_bucket{method="GET",path="/admin/helper.js",le="+Inf"} 15 http_response_size_bytes_sum{method="GET",path="/admin/helper.js"} 659 http_response_size_bytes_count{method="GET",path="/admin/helper.js"} 15 http_response_size_bytes_bucket{method="GET",path="/admin/index.js",le="100"} 17 http_response_size_bytes_bucket{method="GET",path="/admin/index.js",le="500"} 17 http_response_size_bytes_bucket{method="GET",path="/admin/index.js",le="1000"} 17 http_response_size_bytes_bucket{method="GET",path="/admin/index.js",le="5000"} 17 http_response_size_bytes_bucket{method="GET",path="/admin/index.js",le="10000"} 17 http_response_size_bytes_bucket{method="GET",path="/admin/index.js",le="50000"} 17 http_response_size_bytes_bucket{method="GET",path="/admin/index.js",le="100000"} 17 http_response_size_bytes_bucket{method="GET",path="/admin/index.js",le="500000"} 17 http_response_size_bytes_bucket{method="GET",path="/admin/index.js",le="1e+06"} 17 http_response_size_bytes_bucket{method="GET",path="/admin/index.js",le="+Inf"} 17 http_response_size_bytes_sum{method="GET",path="/admin/index.js"} 748 http_response_size_bytes_count{method="GET",path="/admin/index.js"} 17 http_response_size_bytes_bucket{method="GET",path="/admin/info.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/admin/info.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/admin/info.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/admin/info.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/admin/info.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/admin/info.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/admin/info.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/admin/info.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/admin/info.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/admin/info.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/admin/info.php"} 88 http_response_size_bytes_count{method="GET",path="/admin/info.php"} 2 http_response_size_bytes_bucket{method="GET",path="/admin/mail.js",le="100"} 15 http_response_size_bytes_bucket{method="GET",path="/admin/mail.js",le="500"} 15 http_response_size_bytes_bucket{method="GET",path="/admin/mail.js",le="1000"} 15 http_response_size_bytes_bucket{method="GET",path="/admin/mail.js",le="5000"} 15 http_response_size_bytes_bucket{method="GET",path="/admin/mail.js",le="10000"} 15 http_response_size_bytes_bucket{method="GET",path="/admin/mail.js",le="50000"} 15 http_response_size_bytes_bucket{method="GET",path="/admin/mail.js",le="100000"} 15 http_response_size_bytes_bucket{method="GET",path="/admin/mail.js",le="500000"} 15 http_response_size_bytes_bucket{method="GET",path="/admin/mail.js",le="1e+06"} 15 http_response_size_bytes_bucket{method="GET",path="/admin/mail.js",le="+Inf"} 15 http_response_size_bytes_sum{method="GET",path="/admin/mail.js"} 659 http_response_size_bytes_count{method="GET",path="/admin/mail.js"} 15 http_response_size_bytes_bucket{method="GET",path="/admin/mailer.js",le="100"} 15 http_response_size_bytes_bucket{method="GET",path="/admin/mailer.js",le="500"} 15 http_response_size_bytes_bucket{method="GET",path="/admin/mailer.js",le="1000"} 15 http_response_size_bytes_bucket{method="GET",path="/admin/mailer.js",le="5000"} 15 http_response_size_bytes_bucket{method="GET",path="/admin/mailer.js",le="10000"} 15 http_response_size_bytes_bucket{method="GET",path="/admin/mailer.js",le="50000"} 15 http_response_size_bytes_bucket{method="GET",path="/admin/mailer.js",le="100000"} 15 http_response_size_bytes_bucket{method="GET",path="/admin/mailer.js",le="500000"} 15 http_response_size_bytes_bucket{method="GET",path="/admin/mailer.js",le="1e+06"} 15 http_response_size_bytes_bucket{method="GET",path="/admin/mailer.js",le="+Inf"} 15 http_response_size_bytes_sum{method="GET",path="/admin/mailer.js"} 659 http_response_size_bytes_count{method="GET",path="/admin/mailer.js"} 15 http_response_size_bytes_bucket{method="GET",path="/admin/mailserver.js",le="100"} 14 http_response_size_bytes_bucket{method="GET",path="/admin/mailserver.js",le="500"} 14 http_response_size_bytes_bucket{method="GET",path="/admin/mailserver.js",le="1000"} 14 http_response_size_bytes_bucket{method="GET",path="/admin/mailserver.js",le="5000"} 14 http_response_size_bytes_bucket{method="GET",path="/admin/mailserver.js",le="10000"} 14 http_response_size_bytes_bucket{method="GET",path="/admin/mailserver.js",le="50000"} 14 http_response_size_bytes_bucket{method="GET",path="/admin/mailserver.js",le="100000"} 14 http_response_size_bytes_bucket{method="GET",path="/admin/mailserver.js",le="500000"} 14 http_response_size_bytes_bucket{method="GET",path="/admin/mailserver.js",le="1e+06"} 14 http_response_size_bytes_bucket{method="GET",path="/admin/mailserver.js",le="+Inf"} 14 http_response_size_bytes_sum{method="GET",path="/admin/mailserver.js"} 614 http_response_size_bytes_count{method="GET",path="/admin/mailserver.js"} 14 http_response_size_bytes_bucket{method="GET",path="/admin/php-info.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/admin/php-info.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/admin/php-info.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/admin/php-info.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/admin/php-info.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/admin/php-info.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/admin/php-info.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/admin/php-info.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/admin/php-info.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/admin/php-info.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/admin/php-info.php"} 88 http_response_size_bytes_count{method="GET",path="/admin/php-info.php"} 2 http_response_size_bytes_bucket{method="GET",path="/admin/php.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/admin/php.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/admin/php.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/admin/php.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/admin/php.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/admin/php.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/admin/php.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/admin/php.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/admin/php.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/admin/php.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/admin/php.php"} 88 http_response_size_bytes_count{method="GET",path="/admin/php.php"} 2 http_response_size_bytes_bucket{method="GET",path="/admin/php_info.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/admin/php_info.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/admin/php_info.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/admin/php_info.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/admin/php_info.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/admin/php_info.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/admin/php_info.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/admin/php_info.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/admin/php_info.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/admin/php_info.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/admin/php_info.php"} 88 http_response_size_bytes_count{method="GET",path="/admin/php_info.php"} 2 http_response_size_bytes_bucket{method="GET",path="/admin/phpinfo.php",le="100"} 7 http_response_size_bytes_bucket{method="GET",path="/admin/phpinfo.php",le="500"} 7 http_response_size_bytes_bucket{method="GET",path="/admin/phpinfo.php",le="1000"} 7 http_response_size_bytes_bucket{method="GET",path="/admin/phpinfo.php",le="5000"} 7 http_response_size_bytes_bucket{method="GET",path="/admin/phpinfo.php",le="10000"} 7 http_response_size_bytes_bucket{method="GET",path="/admin/phpinfo.php",le="50000"} 7 http_response_size_bytes_bucket{method="GET",path="/admin/phpinfo.php",le="100000"} 7 http_response_size_bytes_bucket{method="GET",path="/admin/phpinfo.php",le="500000"} 7 http_response_size_bytes_bucket{method="GET",path="/admin/phpinfo.php",le="1e+06"} 7 http_response_size_bytes_bucket{method="GET",path="/admin/phpinfo.php",le="+Inf"} 7 http_response_size_bytes_sum{method="GET",path="/admin/phpinfo.php"} 305 http_response_size_bytes_count{method="GET",path="/admin/phpinfo.php"} 7 http_response_size_bytes_bucket{method="GET",path="/admin/server.js",le="100"} 17 http_response_size_bytes_bucket{method="GET",path="/admin/server.js",le="500"} 17 http_response_size_bytes_bucket{method="GET",path="/admin/server.js",le="1000"} 17 http_response_size_bytes_bucket{method="GET",path="/admin/server.js",le="5000"} 17 http_response_size_bytes_bucket{method="GET",path="/admin/server.js",le="10000"} 17 http_response_size_bytes_bucket{method="GET",path="/admin/server.js",le="50000"} 17 http_response_size_bytes_bucket{method="GET",path="/admin/server.js",le="100000"} 17 http_response_size_bytes_bucket{method="GET",path="/admin/server.js",le="500000"} 17 http_response_size_bytes_bucket{method="GET",path="/admin/server.js",le="1e+06"} 17 http_response_size_bytes_bucket{method="GET",path="/admin/server.js",le="+Inf"} 17 http_response_size_bytes_sum{method="GET",path="/admin/server.js"} 747 http_response_size_bytes_count{method="GET",path="/admin/server.js"} 17 http_response_size_bytes_bucket{method="GET",path="/admin/server_info.php",le="100"} 7 http_response_size_bytes_bucket{method="GET",path="/admin/server_info.php",le="500"} 7 http_response_size_bytes_bucket{method="GET",path="/admin/server_info.php",le="1000"} 7 http_response_size_bytes_bucket{method="GET",path="/admin/server_info.php",le="5000"} 7 http_response_size_bytes_bucket{method="GET",path="/admin/server_info.php",le="10000"} 7 http_response_size_bytes_bucket{method="GET",path="/admin/server_info.php",le="50000"} 7 http_response_size_bytes_bucket{method="GET",path="/admin/server_info.php",le="100000"} 7 http_response_size_bytes_bucket{method="GET",path="/admin/server_info.php",le="500000"} 7 http_response_size_bytes_bucket{method="GET",path="/admin/server_info.php",le="1e+06"} 7 http_response_size_bytes_bucket{method="GET",path="/admin/server_info.php",le="+Inf"} 7 http_response_size_bytes_sum{method="GET",path="/admin/server_info.php"} 301 http_response_size_bytes_count{method="GET",path="/admin/server_info.php"} 7 http_response_size_bytes_bucket{method="GET",path="/admin/utils.js",le="100"} 19 http_response_size_bytes_bucket{method="GET",path="/admin/utils.js",le="500"} 19 http_response_size_bytes_bucket{method="GET",path="/admin/utils.js",le="1000"} 19 http_response_size_bytes_bucket{method="GET",path="/admin/utils.js",le="5000"} 19 http_response_size_bytes_bucket{method="GET",path="/admin/utils.js",le="10000"} 19 http_response_size_bytes_bucket{method="GET",path="/admin/utils.js",le="50000"} 19 http_response_size_bytes_bucket{method="GET",path="/admin/utils.js",le="100000"} 19 http_response_size_bytes_bucket{method="GET",path="/admin/utils.js",le="500000"} 19 http_response_size_bytes_bucket{method="GET",path="/admin/utils.js",le="1e+06"} 19 http_response_size_bytes_bucket{method="GET",path="/admin/utils.js",le="+Inf"} 19 http_response_size_bytes_sum{method="GET",path="/admin/utils.js"} 836 http_response_size_bytes_count{method="GET",path="/admin/utils.js"} 19 http_response_size_bytes_bucket{method="GET",path="/admin_phpinfo.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/admin_phpinfo.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/admin_phpinfo.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/admin_phpinfo.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/admin_phpinfo.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/admin_phpinfo.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/admin_phpinfo.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/admin_phpinfo.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/admin_phpinfo.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/admin_phpinfo.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/admin_phpinfo.php"} 88 http_response_size_bytes_count{method="GET",path="/admin_phpinfo.php"} 2 http_response_size_bytes_bucket{method="GET",path="/adminer.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/adminer.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/adminer.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/adminer.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/adminer.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/adminer.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/adminer.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/adminer.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/adminer.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/adminer.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/adminer.php"} 44 http_response_size_bytes_count{method="GET",path="/adminer.php"} 1 http_response_size_bytes_bucket{method="GET",path="/adminer.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/adminer.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/adminer.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/adminer.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/adminer.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/adminer.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/adminer.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/adminer.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/adminer.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/adminer.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/adminer.zip"} 40 http_response_size_bytes_count{method="GET",path="/adminer.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/adminfuns.php",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/adminfuns.php",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/adminfuns.php",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/adminfuns.php",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/adminfuns.php",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/adminfuns.php",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/adminfuns.php",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/adminfuns.php",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/adminfuns.php",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/adminfuns.php",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/adminfuns.php"} 172 http_response_size_bytes_count{method="GET",path="/adminfuns.php"} 4 http_response_size_bytes_bucket{method="GET",path="/administration.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/administration.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/administration.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/administration.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/administration.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/administration.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/administration.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/administration.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/administration.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/administration.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/administration.zip"} 40 http_response_size_bytes_count{method="GET",path="/administration.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/administrator/.env",le="100"} 6 http_response_size_bytes_bucket{method="GET",path="/administrator/.env",le="500"} 6 http_response_size_bytes_bucket{method="GET",path="/administrator/.env",le="1000"} 6 http_response_size_bytes_bucket{method="GET",path="/administrator/.env",le="5000"} 6 http_response_size_bytes_bucket{method="GET",path="/administrator/.env",le="10000"} 6 http_response_size_bytes_bucket{method="GET",path="/administrator/.env",le="50000"} 6 http_response_size_bytes_bucket{method="GET",path="/administrator/.env",le="100000"} 6 http_response_size_bytes_bucket{method="GET",path="/administrator/.env",le="500000"} 6 http_response_size_bytes_bucket{method="GET",path="/administrator/.env",le="1e+06"} 6 http_response_size_bytes_bucket{method="GET",path="/administrator/.env",le="+Inf"} 6 http_response_size_bytes_sum{method="GET",path="/administrator/.env"} 263 http_response_size_bytes_count{method="GET",path="/administrator/.env"} 6 http_response_size_bytes_bucket{method="GET",path="/administrator/config/.env",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/administrator/config/.env",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/administrator/config/.env",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/administrator/config/.env",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/administrator/config/.env",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/administrator/config/.env",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/administrator/config/.env",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/administrator/config/.env",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/administrator/config/.env",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/administrator/config/.env",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/administrator/config/.env"} 87 http_response_size_bytes_count{method="GET",path="/administrator/config/.env"} 2 http_response_size_bytes_bucket{method="GET",path="/administrator/info.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/administrator/info.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/administrator/info.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/administrator/info.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/administrator/info.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/administrator/info.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/administrator/info.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/administrator/info.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/administrator/info.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/administrator/info.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/administrator/info.php"} 88 http_response_size_bytes_count{method="GET",path="/administrator/info.php"} 2 http_response_size_bytes_bucket{method="GET",path="/administrator/phpinfo.php",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/administrator/phpinfo.php",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/administrator/phpinfo.php",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/administrator/phpinfo.php",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/administrator/phpinfo.php",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/administrator/phpinfo.php",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/administrator/phpinfo.php",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/administrator/phpinfo.php",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/administrator/phpinfo.php",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/administrator/phpinfo.php",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/administrator/phpinfo.php"} 132 http_response_size_bytes_count{method="GET",path="/administrator/phpinfo.php"} 3 http_response_size_bytes_bucket{method="GET",path="/administrators.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/administrators.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/administrators.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/administrators.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/administrators.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/administrators.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/administrators.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/administrators.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/administrators.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/administrators.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/administrators.zip"} 40 http_response_size_bytes_count{method="GET",path="/administrators.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/admlo.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/admlo.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/admlo.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/admlo.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/admlo.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/admlo.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/admlo.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/admlo.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/admlo.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/admlo.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/admlo.php"} 44 http_response_size_bytes_count{method="GET",path="/admlo.php"} 1 http_response_size_bytes_bucket{method="GET",path="/adobe.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/adobe.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/adobe.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/adobe.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/adobe.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/adobe.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/adobe.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/adobe.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/adobe.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/adobe.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/adobe.zip"} 40 http_response_size_bytes_count{method="GET",path="/adobe.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/aevly.php",le="100"} 5 http_response_size_bytes_bucket{method="GET",path="/aevly.php",le="500"} 5 http_response_size_bytes_bucket{method="GET",path="/aevly.php",le="1000"} 5 http_response_size_bytes_bucket{method="GET",path="/aevly.php",le="5000"} 5 http_response_size_bytes_bucket{method="GET",path="/aevly.php",le="10000"} 5 http_response_size_bytes_bucket{method="GET",path="/aevly.php",le="50000"} 5 http_response_size_bytes_bucket{method="GET",path="/aevly.php",le="100000"} 5 http_response_size_bytes_bucket{method="GET",path="/aevly.php",le="500000"} 5 http_response_size_bytes_bucket{method="GET",path="/aevly.php",le="1e+06"} 5 http_response_size_bytes_bucket{method="GET",path="/aevly.php",le="+Inf"} 5 http_response_size_bytes_sum{method="GET",path="/aevly.php"} 215 http_response_size_bytes_count{method="GET",path="/aevly.php"} 5 http_response_size_bytes_bucket{method="GET",path="/aghbvr.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/aghbvr.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/aghbvr.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/aghbvr.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/aghbvr.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/aghbvr.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/aghbvr.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/aghbvr.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/aghbvr.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/aghbvr.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/aghbvr.php"} 43 http_response_size_bytes_count{method="GET",path="/aghbvr.php"} 1 http_response_size_bytes_bucket{method="GET",path="/agieylcmwl.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/agieylcmwl.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/agieylcmwl.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/agieylcmwl.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/agieylcmwl.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/agieylcmwl.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/agieylcmwl.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/agieylcmwl.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/agieylcmwl.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/agieylcmwl.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/agieylcmwl.php"} 43 http_response_size_bytes_count{method="GET",path="/agieylcmwl.php"} 1 http_response_size_bytes_bucket{method="GET",path="/ah25.php",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/ah25.php",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/ah25.php",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/ah25.php",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/ah25.php",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/ah25.php",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/ah25.php",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/ah25.php",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/ah25.php",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/ah25.php",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/ah25.php"} 172 http_response_size_bytes_count{method="GET",path="/ah25.php"} 4 http_response_size_bytes_bucket{method="GET",path="/aj.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/aj.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/aj.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/aj.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/aj.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/aj.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/aj.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/aj.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/aj.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/aj.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/aj.php"} 43 http_response_size_bytes_count{method="GET",path="/aj.php"} 1 http_response_size_bytes_bucket{method="GET",path="/aj11.php",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/aj11.php",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/aj11.php",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/aj11.php",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/aj11.php",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/aj11.php",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/aj11.php",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/aj11.php",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/aj11.php",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/aj11.php",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/aj11.php"} 129 http_response_size_bytes_count{method="GET",path="/aj11.php"} 3 http_response_size_bytes_bucket{method="GET",path="/aj12.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/aj12.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/aj12.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/aj12.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/aj12.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/aj12.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/aj12.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/aj12.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/aj12.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/aj12.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/aj12.php"} 43 http_response_size_bytes_count{method="GET",path="/aj12.php"} 1 http_response_size_bytes_bucket{method="GET",path="/ajax.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/ajax.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/ajax.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/ajax.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/ajax.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/ajax.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/ajax.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/ajax.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/ajax.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/ajax.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/ajax.php"} 86 http_response_size_bytes_count{method="GET",path="/ajax.php"} 2 http_response_size_bytes_bucket{method="GET",path="/akcc.php",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/akcc.php",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/akcc.php",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/akcc.php",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/akcc.php",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/akcc.php",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/akcc.php",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/akcc.php",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/akcc.php",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/akcc.php",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/akcc.php"} 130 http_response_size_bytes_count{method="GET",path="/akcc.php"} 3 http_response_size_bytes_bucket{method="GET",path="/akk.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/akk.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/akk.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/akk.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/akk.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/akk.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/akk.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/akk.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/akk.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/akk.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/akk.php"} 43 http_response_size_bytes_count{method="GET",path="/akk.php"} 1 http_response_size_bytes_bucket{method="GET",path="/albin.php",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/albin.php",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/albin.php",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/albin.php",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/albin.php",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/albin.php",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/albin.php",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/albin.php",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/albin.php",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/albin.php",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/albin.php"} 172 http_response_size_bytes_count{method="GET",path="/albin.php"} 4 http_response_size_bytes_bucket{method="GET",path="/alerts.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/alerts.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/alerts.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/alerts.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/alerts.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/alerts.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/alerts.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/alerts.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/alerts.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/alerts.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/alerts.zip"} 40 http_response_size_bytes_count{method="GET",path="/alerts.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/alfa.php",le="100"} 8 http_response_size_bytes_bucket{method="GET",path="/alfa.php",le="500"} 8 http_response_size_bytes_bucket{method="GET",path="/alfa.php",le="1000"} 8 http_response_size_bytes_bucket{method="GET",path="/alfa.php",le="5000"} 8 http_response_size_bytes_bucket{method="GET",path="/alfa.php",le="10000"} 8 http_response_size_bytes_bucket{method="GET",path="/alfa.php",le="50000"} 8 http_response_size_bytes_bucket{method="GET",path="/alfa.php",le="100000"} 8 http_response_size_bytes_bucket{method="GET",path="/alfa.php",le="500000"} 8 http_response_size_bytes_bucket{method="GET",path="/alfa.php",le="1e+06"} 8 http_response_size_bytes_bucket{method="GET",path="/alfa.php",le="+Inf"} 8 http_response_size_bytes_sum{method="GET",path="/alfa.php"} 344 http_response_size_bytes_count{method="GET",path="/alfa.php"} 8 http_response_size_bytes_bucket{method="GET",path="/alpa.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/alpa.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/alpa.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/alpa.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/alpa.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/alpa.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/alpa.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/alpa.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/alpa.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/alpa.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/alpa.php"} 43 http_response_size_bytes_count{method="GET",path="/alpa.php"} 1 http_response_size_bytes_bucket{method="GET",path="/alpha.php",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/alpha.php",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/alpha.php",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/alpha.php",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/alpha.php",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/alpha.php",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/alpha.php",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/alpha.php",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/alpha.php",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/alpha.php",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/alpha.php"} 172 http_response_size_bytes_count{method="GET",path="/alpha.php"} 4 http_response_size_bytes_bucket{method="GET",path="/alpha.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/alpha.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/alpha.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/alpha.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/alpha.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/alpha.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/alpha.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/alpha.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/alpha.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/alpha.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/alpha.zip"} 40 http_response_size_bytes_count{method="GET",path="/alpha.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/amax.php",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/amax.php",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/amax.php",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/amax.php",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/amax.php",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/amax.php",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/amax.php",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/amax.php",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/amax.php",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/amax.php",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/amax.php"} 129 http_response_size_bytes_count{method="GET",path="/amax.php"} 3 http_response_size_bytes_bucket{method="GET",path="/amdin.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/amdin.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/amdin.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/amdin.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/amdin.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/amdin.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/amdin.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/amdin.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/amdin.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/amdin.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/amdin.php"} 44 http_response_size_bytes_count{method="GET",path="/amdin.php"} 1 http_response_size_bytes_bucket{method="GET",path="/amp.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/amp.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/amp.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/amp.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/amp.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/amp.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/amp.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/amp.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/amp.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/amp.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/amp.php"} 86 http_response_size_bytes_count{method="GET",path="/amp.php"} 2 http_response_size_bytes_bucket{method="GET",path="/amplify.yml",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/amplify.yml",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/amplify.yml",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/amplify.yml",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/amplify.yml",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/amplify.yml",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/amplify.yml",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/amplify.yml",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/amplify.yml",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/amplify.yml",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/amplify.yml"} 43 http_response_size_bytes_count{method="GET",path="/amplify.yml"} 1 http_response_size_bytes_bucket{method="GET",path="/amplify/",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/amplify/",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/amplify/",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/amplify/",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/amplify/",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/amplify/",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/amplify/",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/amplify/",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/amplify/",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/amplify/",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/amplify/"} 43 http_response_size_bytes_count{method="GET",path="/amplify/"} 1 http_response_size_bytes_bucket{method="GET",path="/amplify/aws-exports.js",le="100"} 19 http_response_size_bytes_bucket{method="GET",path="/amplify/aws-exports.js",le="500"} 19 http_response_size_bytes_bucket{method="GET",path="/amplify/aws-exports.js",le="1000"} 19 http_response_size_bytes_bucket{method="GET",path="/amplify/aws-exports.js",le="5000"} 19 http_response_size_bytes_bucket{method="GET",path="/amplify/aws-exports.js",le="10000"} 19 http_response_size_bytes_bucket{method="GET",path="/amplify/aws-exports.js",le="50000"} 19 http_response_size_bytes_bucket{method="GET",path="/amplify/aws-exports.js",le="100000"} 19 http_response_size_bytes_bucket{method="GET",path="/amplify/aws-exports.js",le="500000"} 19 http_response_size_bytes_bucket{method="GET",path="/amplify/aws-exports.js",le="1e+06"} 19 http_response_size_bytes_bucket{method="GET",path="/amplify/aws-exports.js",le="+Inf"} 19 http_response_size_bytes_sum{method="GET",path="/amplify/aws-exports.js"} 835 http_response_size_bytes_count{method="GET",path="/amplify/aws-exports.js"} 19 http_response_size_bytes_bucket{method="GET",path="/amplify/backend/aws-exports.js",le="100"} 19 http_response_size_bytes_bucket{method="GET",path="/amplify/backend/aws-exports.js",le="500"} 19 http_response_size_bytes_bucket{method="GET",path="/amplify/backend/aws-exports.js",le="1000"} 19 http_response_size_bytes_bucket{method="GET",path="/amplify/backend/aws-exports.js",le="5000"} 19 http_response_size_bytes_bucket{method="GET",path="/amplify/backend/aws-exports.js",le="10000"} 19 http_response_size_bytes_bucket{method="GET",path="/amplify/backend/aws-exports.js",le="50000"} 19 http_response_size_bytes_bucket{method="GET",path="/amplify/backend/aws-exports.js",le="100000"} 19 http_response_size_bytes_bucket{method="GET",path="/amplify/backend/aws-exports.js",le="500000"} 19 http_response_size_bytes_bucket{method="GET",path="/amplify/backend/aws-exports.js",le="1e+06"} 19 http_response_size_bytes_bucket{method="GET",path="/amplify/backend/aws-exports.js",le="+Inf"} 19 http_response_size_bytes_sum{method="GET",path="/amplify/backend/aws-exports.js"} 835 http_response_size_bytes_count{method="GET",path="/amplify/backend/aws-exports.js"} 19 http_response_size_bytes_bucket{method="GET",path="/amplify/backend/build/parameters.json",le="100"} 17 http_response_size_bytes_bucket{method="GET",path="/amplify/backend/build/parameters.json",le="500"} 17 http_response_size_bytes_bucket{method="GET",path="/amplify/backend/build/parameters.json",le="1000"} 17 http_response_size_bytes_bucket{method="GET",path="/amplify/backend/build/parameters.json",le="5000"} 17 http_response_size_bytes_bucket{method="GET",path="/amplify/backend/build/parameters.json",le="10000"} 17 http_response_size_bytes_bucket{method="GET",path="/amplify/backend/build/parameters.json",le="50000"} 17 http_response_size_bytes_bucket{method="GET",path="/amplify/backend/build/parameters.json",le="100000"} 17 http_response_size_bytes_bucket{method="GET",path="/amplify/backend/build/parameters.json",le="500000"} 17 http_response_size_bytes_bucket{method="GET",path="/amplify/backend/build/parameters.json",le="1e+06"} 17 http_response_size_bytes_bucket{method="GET",path="/amplify/backend/build/parameters.json",le="+Inf"} 17 http_response_size_bytes_sum{method="GET",path="/amplify/backend/build/parameters.json"} 746 http_response_size_bytes_count{method="GET",path="/amplify/backend/build/parameters.json"} 17 http_response_size_bytes_bucket{method="GET",path="/amplify/team-provider-info.json",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/amplify/team-provider-info.json",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/amplify/team-provider-info.json",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/amplify/team-provider-info.json",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/amplify/team-provider-info.json",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/amplify/team-provider-info.json",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/amplify/team-provider-info.json",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/amplify/team-provider-info.json",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/amplify/team-provider-info.json",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/amplify/team-provider-info.json",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/amplify/team-provider-info.json"} 88 http_response_size_bytes_count{method="GET",path="/amplify/team-provider-info.json"} 2 http_response_size_bytes_bucket{method="GET",path="/amplitude.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/amplitude.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/amplitude.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/amplitude.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/amplitude.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/amplitude.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/amplitude.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/amplitude.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/amplitude.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/amplitude.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/amplitude.zip"} 40 http_response_size_bytes_count{method="GET",path="/amplitude.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/amwxl.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/amwxl.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/amwxl.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/amwxl.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/amwxl.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/amwxl.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/amwxl.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/amwxl.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/amwxl.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/amwxl.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/amwxl.php"} 43 http_response_size_bytes_count{method="GET",path="/amwxl.php"} 1 http_response_size_bytes_bucket{method="GET",path="/amxloxxr.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/amxloxxr.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/amxloxxr.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/amxloxxr.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/amxloxxr.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/amxloxxr.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/amxloxxr.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/amxloxxr.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/amxloxxr.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/amxloxxr.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/amxloxxr.php"} 87 http_response_size_bytes_count{method="GET",path="/amxloxxr.php"} 2 http_response_size_bytes_bucket{method="GET",path="/an.php",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/an.php",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/an.php",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/an.php",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/an.php",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/an.php",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/an.php",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/an.php",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/an.php",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/an.php",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/an.php"} 130 http_response_size_bytes_count{method="GET",path="/an.php"} 3 http_response_size_bytes_bucket{method="GET",path="/analytics.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/analytics.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/analytics.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/analytics.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/analytics.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/analytics.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/analytics.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/analytics.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/analytics.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/analytics.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/analytics.zip"} 40 http_response_size_bytes_count{method="GET",path="/analytics.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/android.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/android.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/android.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/android.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/android.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/android.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/android.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/android.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/android.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/android.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/android.zip"} 40 http_response_size_bytes_count{method="GET",path="/android.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/angular.json",le="100"} 17 http_response_size_bytes_bucket{method="GET",path="/angular.json",le="500"} 17 http_response_size_bytes_bucket{method="GET",path="/angular.json",le="1000"} 17 http_response_size_bytes_bucket{method="GET",path="/angular.json",le="5000"} 17 http_response_size_bytes_bucket{method="GET",path="/angular.json",le="10000"} 17 http_response_size_bytes_bucket{method="GET",path="/angular.json",le="50000"} 17 http_response_size_bytes_bucket{method="GET",path="/angular.json",le="100000"} 17 http_response_size_bytes_bucket{method="GET",path="/angular.json",le="500000"} 17 http_response_size_bytes_bucket{method="GET",path="/angular.json",le="1e+06"} 17 http_response_size_bytes_bucket{method="GET",path="/angular.json",le="+Inf"} 17 http_response_size_bytes_sum{method="GET",path="/angular.json"} 748 http_response_size_bytes_count{method="GET",path="/angular.json"} 17 http_response_size_bytes_bucket{method="GET",path="/angular.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/angular.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/angular.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/angular.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/angular.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/angular.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/angular.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/angular.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/angular.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/angular.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/angular.zip"} 40 http_response_size_bytes_count{method="GET",path="/angular.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/angular/.env",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/angular/.env",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/angular/.env",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/angular/.env",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/angular/.env",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/angular/.env",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/angular/.env",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/angular/.env",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/angular/.env",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/angular/.env",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/angular/.env"} 44 http_response_size_bytes_count{method="GET",path="/angular/.env"} 1 http_response_size_bytes_bucket{method="GET",path="/animations.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/animations.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/animations.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/animations.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/animations.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/animations.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/animations.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/animations.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/animations.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/animations.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/animations.zip"} 40 http_response_size_bytes_count{method="GET",path="/animations.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/ansible/.env",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/ansible/.env",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/ansible/.env",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/ansible/.env",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/ansible/.env",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/ansible/.env",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/ansible/.env",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/ansible/.env",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/ansible/.env",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/ansible/.env",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/ansible/.env"} 44 http_response_size_bytes_count{method="GET",path="/ansible/.env"} 1 http_response_size_bytes_bucket{method="GET",path="/ansible/aws/inventory/ec2.ini",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/ansible/aws/inventory/ec2.ini",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/ansible/aws/inventory/ec2.ini",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/ansible/aws/inventory/ec2.ini",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/ansible/aws/inventory/ec2.ini",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/ansible/aws/inventory/ec2.ini",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/ansible/aws/inventory/ec2.ini",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/ansible/aws/inventory/ec2.ini",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/ansible/aws/inventory/ec2.ini",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/ansible/aws/inventory/ec2.ini",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/ansible/aws/inventory/ec2.ini"} 88 http_response_size_bytes_count{method="GET",path="/ansible/aws/inventory/ec2.ini"} 2 http_response_size_bytes_bucket{method="GET",path="/ant.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/ant.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/ant.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/ant.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/ant.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/ant.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/ant.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/ant.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/ant.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/ant.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/ant.php"} 43 http_response_size_bytes_count{method="GET",path="/ant.php"} 1 http_response_size_bytes_bucket{method="GET",path="/api-backend/.env",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/api-backend/.env",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/api-backend/.env",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/api-backend/.env",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/api-backend/.env",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/api-backend/.env",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/api-backend/.env",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/api-backend/.env",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/api-backend/.env",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/api-backend/.env",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/api-backend/.env"} 88 http_response_size_bytes_count{method="GET",path="/api-backend/.env"} 2 http_response_size_bytes_bucket{method="GET",path="/api-docs/swagger.json",le="100"} 20 http_response_size_bytes_bucket{method="GET",path="/api-docs/swagger.json",le="500"} 20 http_response_size_bytes_bucket{method="GET",path="/api-docs/swagger.json",le="1000"} 20 http_response_size_bytes_bucket{method="GET",path="/api-docs/swagger.json",le="5000"} 20 http_response_size_bytes_bucket{method="GET",path="/api-docs/swagger.json",le="10000"} 20 http_response_size_bytes_bucket{method="GET",path="/api-docs/swagger.json",le="50000"} 20 http_response_size_bytes_bucket{method="GET",path="/api-docs/swagger.json",le="100000"} 20 http_response_size_bytes_bucket{method="GET",path="/api-docs/swagger.json",le="500000"} 20 http_response_size_bytes_bucket{method="GET",path="/api-docs/swagger.json",le="1e+06"} 20 http_response_size_bytes_bucket{method="GET",path="/api-docs/swagger.json",le="+Inf"} 20 http_response_size_bytes_sum{method="GET",path="/api-docs/swagger.json"} 872 http_response_size_bytes_count{method="GET",path="/api-docs/swagger.json"} 20 http_response_size_bytes_bucket{method="GET",path="/api-go.justynclark.com.7z",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/api-go.justynclark.com.7z",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/api-go.justynclark.com.7z",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/api-go.justynclark.com.7z",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/api-go.justynclark.com.7z",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/api-go.justynclark.com.7z",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/api-go.justynclark.com.7z",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/api-go.justynclark.com.7z",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/api-go.justynclark.com.7z",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/api-go.justynclark.com.7z",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/api-go.justynclark.com.7z"} 43 http_response_size_bytes_count{method="GET",path="/api-go.justynclark.com.7z"} 1 http_response_size_bytes_bucket{method="GET",path="/api-go.justynclark.com.bz2",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/api-go.justynclark.com.bz2",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/api-go.justynclark.com.bz2",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/api-go.justynclark.com.bz2",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/api-go.justynclark.com.bz2",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/api-go.justynclark.com.bz2",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/api-go.justynclark.com.bz2",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/api-go.justynclark.com.bz2",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/api-go.justynclark.com.bz2",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/api-go.justynclark.com.bz2",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/api-go.justynclark.com.bz2"} 43 http_response_size_bytes_count{method="GET",path="/api-go.justynclark.com.bz2"} 1 http_response_size_bytes_bucket{method="GET",path="/api-go.justynclark.com.gz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/api-go.justynclark.com.gz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/api-go.justynclark.com.gz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/api-go.justynclark.com.gz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/api-go.justynclark.com.gz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/api-go.justynclark.com.gz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/api-go.justynclark.com.gz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/api-go.justynclark.com.gz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/api-go.justynclark.com.gz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/api-go.justynclark.com.gz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/api-go.justynclark.com.gz"} 43 http_response_size_bytes_count{method="GET",path="/api-go.justynclark.com.gz"} 1 http_response_size_bytes_bucket{method="GET",path="/api-go.justynclark.com.rar",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/api-go.justynclark.com.rar",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/api-go.justynclark.com.rar",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/api-go.justynclark.com.rar",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/api-go.justynclark.com.rar",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/api-go.justynclark.com.rar",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/api-go.justynclark.com.rar",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/api-go.justynclark.com.rar",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/api-go.justynclark.com.rar",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/api-go.justynclark.com.rar",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/api-go.justynclark.com.rar"} 43 http_response_size_bytes_count{method="GET",path="/api-go.justynclark.com.rar"} 1 http_response_size_bytes_bucket{method="GET",path="/api-go.justynclark.com.sql",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/api-go.justynclark.com.sql",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/api-go.justynclark.com.sql",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/api-go.justynclark.com.sql",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/api-go.justynclark.com.sql",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/api-go.justynclark.com.sql",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/api-go.justynclark.com.sql",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/api-go.justynclark.com.sql",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/api-go.justynclark.com.sql",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/api-go.justynclark.com.sql",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/api-go.justynclark.com.sql"} 43 http_response_size_bytes_count{method="GET",path="/api-go.justynclark.com.sql"} 1 http_response_size_bytes_bucket{method="GET",path="/api-go.justynclark.com.sql.bz2",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/api-go.justynclark.com.sql.bz2",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/api-go.justynclark.com.sql.bz2",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/api-go.justynclark.com.sql.bz2",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/api-go.justynclark.com.sql.bz2",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/api-go.justynclark.com.sql.bz2",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/api-go.justynclark.com.sql.bz2",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/api-go.justynclark.com.sql.bz2",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/api-go.justynclark.com.sql.bz2",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/api-go.justynclark.com.sql.bz2",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/api-go.justynclark.com.sql.bz2"} 43 http_response_size_bytes_count{method="GET",path="/api-go.justynclark.com.sql.bz2"} 1 http_response_size_bytes_bucket{method="GET",path="/api-go.justynclark.com.sql.gz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/api-go.justynclark.com.sql.gz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/api-go.justynclark.com.sql.gz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/api-go.justynclark.com.sql.gz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/api-go.justynclark.com.sql.gz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/api-go.justynclark.com.sql.gz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/api-go.justynclark.com.sql.gz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/api-go.justynclark.com.sql.gz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/api-go.justynclark.com.sql.gz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/api-go.justynclark.com.sql.gz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/api-go.justynclark.com.sql.gz"} 43 http_response_size_bytes_count{method="GET",path="/api-go.justynclark.com.sql.gz"} 1 http_response_size_bytes_bucket{method="GET",path="/api-go.justynclark.com.tar",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/api-go.justynclark.com.tar",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/api-go.justynclark.com.tar",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/api-go.justynclark.com.tar",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/api-go.justynclark.com.tar",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/api-go.justynclark.com.tar",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/api-go.justynclark.com.tar",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/api-go.justynclark.com.tar",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/api-go.justynclark.com.tar",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/api-go.justynclark.com.tar",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/api-go.justynclark.com.tar"} 43 http_response_size_bytes_count{method="GET",path="/api-go.justynclark.com.tar"} 1 http_response_size_bytes_bucket{method="GET",path="/api-go.justynclark.com.tar.bz2",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/api-go.justynclark.com.tar.bz2",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/api-go.justynclark.com.tar.bz2",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/api-go.justynclark.com.tar.bz2",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/api-go.justynclark.com.tar.bz2",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/api-go.justynclark.com.tar.bz2",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/api-go.justynclark.com.tar.bz2",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/api-go.justynclark.com.tar.bz2",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/api-go.justynclark.com.tar.bz2",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/api-go.justynclark.com.tar.bz2",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/api-go.justynclark.com.tar.bz2"} 43 http_response_size_bytes_count{method="GET",path="/api-go.justynclark.com.tar.bz2"} 1 http_response_size_bytes_bucket{method="GET",path="/api-go.justynclark.com.tar.gz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/api-go.justynclark.com.tar.gz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/api-go.justynclark.com.tar.gz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/api-go.justynclark.com.tar.gz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/api-go.justynclark.com.tar.gz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/api-go.justynclark.com.tar.gz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/api-go.justynclark.com.tar.gz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/api-go.justynclark.com.tar.gz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/api-go.justynclark.com.tar.gz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/api-go.justynclark.com.tar.gz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/api-go.justynclark.com.tar.gz"} 43 http_response_size_bytes_count{method="GET",path="/api-go.justynclark.com.tar.gz"} 1 http_response_size_bytes_bucket{method="GET",path="/api-go.justynclark.com.tar.xz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/api-go.justynclark.com.tar.xz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/api-go.justynclark.com.tar.xz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/api-go.justynclark.com.tar.xz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/api-go.justynclark.com.tar.xz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/api-go.justynclark.com.tar.xz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/api-go.justynclark.com.tar.xz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/api-go.justynclark.com.tar.xz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/api-go.justynclark.com.tar.xz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/api-go.justynclark.com.tar.xz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/api-go.justynclark.com.tar.xz"} 43 http_response_size_bytes_count{method="GET",path="/api-go.justynclark.com.tar.xz"} 1 http_response_size_bytes_bucket{method="GET",path="/api-go.justynclark.com.tgz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/api-go.justynclark.com.tgz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/api-go.justynclark.com.tgz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/api-go.justynclark.com.tgz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/api-go.justynclark.com.tgz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/api-go.justynclark.com.tgz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/api-go.justynclark.com.tgz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/api-go.justynclark.com.tgz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/api-go.justynclark.com.tgz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/api-go.justynclark.com.tgz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/api-go.justynclark.com.tgz"} 43 http_response_size_bytes_count{method="GET",path="/api-go.justynclark.com.tgz"} 1 http_response_size_bytes_bucket{method="GET",path="/api-go.justynclark.com.zip",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/api-go.justynclark.com.zip",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/api-go.justynclark.com.zip",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/api-go.justynclark.com.zip",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/api-go.justynclark.com.zip",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/api-go.justynclark.com.zip",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/api-go.justynclark.com.zip",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/api-go.justynclark.com.zip",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/api-go.justynclark.com.zip",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/api-go.justynclark.com.zip",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/api-go.justynclark.com.zip"} 43 http_response_size_bytes_count{method="GET",path="/api-go.justynclark.com.zip"} 1 http_response_size_bytes_bucket{method="GET",path="/api-go.justynclark.com.zst",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/api-go.justynclark.com.zst",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/api-go.justynclark.com.zst",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/api-go.justynclark.com.zst",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/api-go.justynclark.com.zst",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/api-go.justynclark.com.zst",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/api-go.justynclark.com.zst",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/api-go.justynclark.com.zst",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/api-go.justynclark.com.zst",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/api-go.justynclark.com.zst",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/api-go.justynclark.com.zst"} 43 http_response_size_bytes_count{method="GET",path="/api-go.justynclark.com.zst"} 1 http_response_size_bytes_bucket{method="GET",path="/api-node/.env",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/api-node/.env",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/api-node/.env",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/api-node/.env",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/api-node/.env",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/api-node/.env",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/api-node/.env",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/api-node/.env",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/api-node/.env",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/api-node/.env",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/api-node/.env"} 88 http_response_size_bytes_count{method="GET",path="/api-node/.env"} 2 http_response_size_bytes_bucket{method="GET",path="/api.7z",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/api.7z",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/api.7z",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/api.7z",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/api.7z",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/api.7z",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/api.7z",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/api.7z",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/api.7z",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/api.7z",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/api.7z"} 43 http_response_size_bytes_count{method="GET",path="/api.7z"} 1 http_response_size_bytes_bucket{method="GET",path="/api.bz2",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/api.bz2",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/api.bz2",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/api.bz2",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/api.bz2",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/api.bz2",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/api.bz2",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/api.bz2",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/api.bz2",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/api.bz2",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/api.bz2"} 43 http_response_size_bytes_count{method="GET",path="/api.bz2"} 1 http_response_size_bytes_bucket{method="GET",path="/api.gz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/api.gz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/api.gz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/api.gz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/api.gz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/api.gz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/api.gz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/api.gz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/api.gz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/api.gz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/api.gz"} 43 http_response_size_bytes_count{method="GET",path="/api.gz"} 1 http_response_size_bytes_bucket{method="GET",path="/api.rar",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/api.rar",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/api.rar",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/api.rar",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/api.rar",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/api.rar",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/api.rar",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/api.rar",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/api.rar",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/api.rar",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/api.rar"} 43 http_response_size_bytes_count{method="GET",path="/api.rar"} 1 http_response_size_bytes_bucket{method="GET",path="/api.sql",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/api.sql",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/api.sql",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/api.sql",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/api.sql",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/api.sql",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/api.sql",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/api.sql",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/api.sql",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/api.sql",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/api.sql"} 43 http_response_size_bytes_count{method="GET",path="/api.sql"} 1 http_response_size_bytes_bucket{method="GET",path="/api.sql.bz2",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/api.sql.bz2",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/api.sql.bz2",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/api.sql.bz2",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/api.sql.bz2",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/api.sql.bz2",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/api.sql.bz2",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/api.sql.bz2",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/api.sql.bz2",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/api.sql.bz2",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/api.sql.bz2"} 43 http_response_size_bytes_count{method="GET",path="/api.sql.bz2"} 1 http_response_size_bytes_bucket{method="GET",path="/api.sql.gz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/api.sql.gz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/api.sql.gz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/api.sql.gz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/api.sql.gz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/api.sql.gz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/api.sql.gz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/api.sql.gz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/api.sql.gz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/api.sql.gz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/api.sql.gz"} 43 http_response_size_bytes_count{method="GET",path="/api.sql.gz"} 1 http_response_size_bytes_bucket{method="GET",path="/api.tar",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/api.tar",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/api.tar",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/api.tar",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/api.tar",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/api.tar",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/api.tar",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/api.tar",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/api.tar",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/api.tar",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/api.tar"} 43 http_response_size_bytes_count{method="GET",path="/api.tar"} 1 http_response_size_bytes_bucket{method="GET",path="/api.tar.bz2",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/api.tar.bz2",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/api.tar.bz2",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/api.tar.bz2",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/api.tar.bz2",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/api.tar.bz2",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/api.tar.bz2",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/api.tar.bz2",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/api.tar.bz2",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/api.tar.bz2",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/api.tar.bz2"} 43 http_response_size_bytes_count{method="GET",path="/api.tar.bz2"} 1 http_response_size_bytes_bucket{method="GET",path="/api.tar.gz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/api.tar.gz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/api.tar.gz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/api.tar.gz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/api.tar.gz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/api.tar.gz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/api.tar.gz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/api.tar.gz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/api.tar.gz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/api.tar.gz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/api.tar.gz"} 43 http_response_size_bytes_count{method="GET",path="/api.tar.gz"} 1 http_response_size_bytes_bucket{method="GET",path="/api.tar.xz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/api.tar.xz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/api.tar.xz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/api.tar.xz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/api.tar.xz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/api.tar.xz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/api.tar.xz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/api.tar.xz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/api.tar.xz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/api.tar.xz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/api.tar.xz"} 43 http_response_size_bytes_count{method="GET",path="/api.tar.xz"} 1 http_response_size_bytes_bucket{method="GET",path="/api.tgz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/api.tgz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/api.tgz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/api.tgz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/api.tgz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/api.tgz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/api.tgz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/api.tgz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/api.tgz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/api.tgz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/api.tgz"} 43 http_response_size_bytes_count{method="GET",path="/api.tgz"} 1 http_response_size_bytes_bucket{method="GET",path="/api.zip",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/api.zip",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/api.zip",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/api.zip",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/api.zip",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/api.zip",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/api.zip",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/api.zip",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/api.zip",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/api.zip",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/api.zip"} 83 http_response_size_bytes_count{method="GET",path="/api.zip"} 3 http_response_size_bytes_bucket{method="GET",path="/api.zst",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/api.zst",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/api.zst",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/api.zst",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/api.zst",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/api.zst",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/api.zst",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/api.zst",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/api.zst",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/api.zst",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/api.zst"} 43 http_response_size_bytes_count{method="GET",path="/api.zst"} 1 http_response_size_bytes_bucket{method="GET",path="/api/*",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/api/*",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/api/*",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/*",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/*",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/*",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/*",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/*",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/*",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/api/*",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/api/*"} 88 http_response_size_bytes_count{method="GET",path="/api/*"} 2 http_response_size_bytes_bucket{method="GET",path="/api/.env",le="100"} 24 http_response_size_bytes_bucket{method="GET",path="/api/.env",le="500"} 24 http_response_size_bytes_bucket{method="GET",path="/api/.env",le="1000"} 24 http_response_size_bytes_bucket{method="GET",path="/api/.env",le="5000"} 24 http_response_size_bytes_bucket{method="GET",path="/api/.env",le="10000"} 24 http_response_size_bytes_bucket{method="GET",path="/api/.env",le="50000"} 24 http_response_size_bytes_bucket{method="GET",path="/api/.env",le="100000"} 24 http_response_size_bytes_bucket{method="GET",path="/api/.env",le="500000"} 24 http_response_size_bytes_bucket{method="GET",path="/api/.env",le="1e+06"} 24 http_response_size_bytes_bucket{method="GET",path="/api/.env",le="+Inf"} 24 http_response_size_bytes_sum{method="GET",path="/api/.env"} 1196 http_response_size_bytes_count{method="GET",path="/api/.env"} 24 http_response_size_bytes_bucket{method="GET",path="/api/.environment",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/api/.environment",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/api/.environment",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/.environment",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/.environment",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/.environment",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/.environment",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/.environment",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/.environment",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/api/.environment",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/api/.environment"} 88 http_response_size_bytes_count{method="GET",path="/api/.environment"} 2 http_response_size_bytes_bucket{method="GET",path="/api/.git/config",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/api/.git/config",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/api/.git/config",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/.git/config",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/.git/config",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/.git/config",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/.git/config",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/.git/config",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/.git/config",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/api/.git/config",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/api/.git/config"} 44 http_response_size_bytes_count{method="GET",path="/api/.git/config"} 1 http_response_size_bytes_bucket{method="GET",path="/api/4/version",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/api/4/version",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/api/4/version",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/4/version",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/4/version",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/4/version",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/4/version",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/4/version",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/4/version",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/api/4/version",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/api/4/version"} 54 http_response_size_bytes_count{method="GET",path="/api/4/version"} 1 http_response_size_bytes_bucket{method="GET",path="/api/[[...slug]]",le="100"} 7 http_response_size_bytes_bucket{method="GET",path="/api/[[...slug]]",le="500"} 7 http_response_size_bytes_bucket{method="GET",path="/api/[[...slug]]",le="1000"} 7 http_response_size_bytes_bucket{method="GET",path="/api/[[...slug]]",le="5000"} 7 http_response_size_bytes_bucket{method="GET",path="/api/[[...slug]]",le="10000"} 7 http_response_size_bytes_bucket{method="GET",path="/api/[[...slug]]",le="50000"} 7 http_response_size_bytes_bucket{method="GET",path="/api/[[...slug]]",le="100000"} 7 http_response_size_bytes_bucket{method="GET",path="/api/[[...slug]]",le="500000"} 7 http_response_size_bytes_bucket{method="GET",path="/api/[[...slug]]",le="1e+06"} 7 http_response_size_bytes_bucket{method="GET",path="/api/[[...slug]]",le="+Inf"} 7 http_response_size_bytes_sum{method="GET",path="/api/[[...slug]]"} 378 http_response_size_bytes_count{method="GET",path="/api/[[...slug]]"} 7 http_response_size_bytes_bucket{method="GET",path="/api/account",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/api/account",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/api/account",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/account",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/account",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/account",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/account",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/account",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/account",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/api/account",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/api/account"} 44 http_response_size_bytes_count{method="GET",path="/api/account"} 1 http_response_size_bytes_bucket{method="GET",path="/api/app.js",le="100"} 15 http_response_size_bytes_bucket{method="GET",path="/api/app.js",le="500"} 15 http_response_size_bytes_bucket{method="GET",path="/api/app.js",le="1000"} 15 http_response_size_bytes_bucket{method="GET",path="/api/app.js",le="5000"} 15 http_response_size_bytes_bucket{method="GET",path="/api/app.js",le="10000"} 15 http_response_size_bytes_bucket{method="GET",path="/api/app.js",le="50000"} 15 http_response_size_bytes_bucket{method="GET",path="/api/app.js",le="100000"} 15 http_response_size_bytes_bucket{method="GET",path="/api/app.js",le="500000"} 15 http_response_size_bytes_bucket{method="GET",path="/api/app.js",le="1e+06"} 15 http_response_size_bytes_bucket{method="GET",path="/api/app.js",le="+Inf"} 15 http_response_size_bytes_sum{method="GET",path="/api/app.js"} 680 http_response_size_bytes_count{method="GET",path="/api/app.js"} 15 http_response_size_bytes_bucket{method="GET",path="/api/app/.env",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/api/app/.env",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/api/app/.env",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/app/.env",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/app/.env",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/app/.env",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/app/.env",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/app/.env",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/app/.env",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/api/app/.env",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/api/app/.env"} 88 http_response_size_bytes_count{method="GET",path="/api/app/.env"} 2 http_response_size_bytes_bucket{method="GET",path="/api/auth/*",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/api/auth/*",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/api/auth/*",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/auth/*",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/auth/*",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/auth/*",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/auth/*",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/auth/*",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/auth/*",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/api/auth/*",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/api/auth/*"} 88 http_response_size_bytes_count{method="GET",path="/api/auth/*"} 2 http_response_size_bytes_bucket{method="GET",path="/api/aws/s3.ts",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/api/aws/s3.ts",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/api/aws/s3.ts",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/aws/s3.ts",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/aws/s3.ts",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/aws/s3.ts",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/aws/s3.ts",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/aws/s3.ts",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/aws/s3.ts",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/api/aws/s3.ts",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/api/aws/s3.ts"} 88 http_response_size_bytes_count{method="GET",path="/api/aws/s3.ts"} 2 http_response_size_bytes_bucket{method="GET",path="/api/beta/.env",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/api/beta/.env",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/api/beta/.env",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/beta/.env",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/beta/.env",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/beta/.env",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/beta/.env",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/beta/.env",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/beta/.env",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/api/beta/.env",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/api/beta/.env"} 88 http_response_size_bytes_count{method="GET",path="/api/beta/.env"} 2 http_response_size_bytes_bucket{method="GET",path="/api/client_secret.json",le="100"} 20 http_response_size_bytes_bucket{method="GET",path="/api/client_secret.json",le="500"} 20 http_response_size_bytes_bucket{method="GET",path="/api/client_secret.json",le="1000"} 20 http_response_size_bytes_bucket{method="GET",path="/api/client_secret.json",le="5000"} 20 http_response_size_bytes_bucket{method="GET",path="/api/client_secret.json",le="10000"} 20 http_response_size_bytes_bucket{method="GET",path="/api/client_secret.json",le="50000"} 20 http_response_size_bytes_bucket{method="GET",path="/api/client_secret.json",le="100000"} 20 http_response_size_bytes_bucket{method="GET",path="/api/client_secret.json",le="500000"} 20 http_response_size_bytes_bucket{method="GET",path="/api/client_secret.json",le="1e+06"} 20 http_response_size_bytes_bucket{method="GET",path="/api/client_secret.json",le="+Inf"} 20 http_response_size_bytes_sum{method="GET",path="/api/client_secret.json"} 890 http_response_size_bytes_count{method="GET",path="/api/client_secret.json"} 20 http_response_size_bytes_bucket{method="GET",path="/api/common.js",le="100"} 17 http_response_size_bytes_bucket{method="GET",path="/api/common.js",le="500"} 17 http_response_size_bytes_bucket{method="GET",path="/api/common.js",le="1000"} 17 http_response_size_bytes_bucket{method="GET",path="/api/common.js",le="5000"} 17 http_response_size_bytes_bucket{method="GET",path="/api/common.js",le="10000"} 17 http_response_size_bytes_bucket{method="GET",path="/api/common.js",le="50000"} 17 http_response_size_bytes_bucket{method="GET",path="/api/common.js",le="100000"} 17 http_response_size_bytes_bucket{method="GET",path="/api/common.js",le="500000"} 17 http_response_size_bytes_bucket{method="GET",path="/api/common.js",le="1e+06"} 17 http_response_size_bytes_bucket{method="GET",path="/api/common.js",le="+Inf"} 17 http_response_size_bytes_sum{method="GET",path="/api/common.js"} 758 http_response_size_bytes_count{method="GET",path="/api/common.js"} 17 http_response_size_bytes_bucket{method="GET",path="/api/config",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/api/config",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/api/config",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/config",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/config",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/config",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/config",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/config",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/config",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/api/config",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/api/config"} 88 http_response_size_bytes_count{method="GET",path="/api/config"} 2 http_response_size_bytes_bucket{method="GET",path="/api/config.env",le="100"} 7 http_response_size_bytes_bucket{method="GET",path="/api/config.env",le="500"} 7 http_response_size_bytes_bucket{method="GET",path="/api/config.env",le="1000"} 7 http_response_size_bytes_bucket{method="GET",path="/api/config.env",le="5000"} 7 http_response_size_bytes_bucket{method="GET",path="/api/config.env",le="10000"} 7 http_response_size_bytes_bucket{method="GET",path="/api/config.env",le="50000"} 7 http_response_size_bytes_bucket{method="GET",path="/api/config.env",le="100000"} 7 http_response_size_bytes_bucket{method="GET",path="/api/config.env",le="500000"} 7 http_response_size_bytes_bucket{method="GET",path="/api/config.env",le="1e+06"} 7 http_response_size_bytes_bucket{method="GET",path="/api/config.env",le="+Inf"} 7 http_response_size_bytes_sum{method="GET",path="/api/config.env"} 378 http_response_size_bytes_count{method="GET",path="/api/config.env"} 7 http_response_size_bytes_bucket{method="GET",path="/api/config.ino",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/api/config.ino",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/api/config.ino",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/config.ino",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/config.ino",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/config.ino",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/config.ino",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/config.ino",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/config.ino",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/api/config.ino",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/api/config.ino"} 88 http_response_size_bytes_count{method="GET",path="/api/config.ino"} 2 http_response_size_bytes_bucket{method="GET",path="/api/config.js",le="100"} 24 http_response_size_bytes_bucket{method="GET",path="/api/config.js",le="500"} 24 http_response_size_bytes_bucket{method="GET",path="/api/config.js",le="1000"} 24 http_response_size_bytes_bucket{method="GET",path="/api/config.js",le="5000"} 24 http_response_size_bytes_bucket{method="GET",path="/api/config.js",le="10000"} 24 http_response_size_bytes_bucket{method="GET",path="/api/config.js",le="50000"} 24 http_response_size_bytes_bucket{method="GET",path="/api/config.js",le="100000"} 24 http_response_size_bytes_bucket{method="GET",path="/api/config.js",le="500000"} 24 http_response_size_bytes_bucket{method="GET",path="/api/config.js",le="1e+06"} 24 http_response_size_bytes_bucket{method="GET",path="/api/config.js",le="+Inf"} 24 http_response_size_bytes_sum{method="GET",path="/api/config.js"} 1146 http_response_size_bytes_count{method="GET",path="/api/config.js"} 24 http_response_size_bytes_bucket{method="GET",path="/api/config/.env",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/api/config/.env",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/api/config/.env",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/config/.env",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/config/.env",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/config/.env",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/config/.env",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/config/.env",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/config/.env",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/api/config/.env",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/api/config/.env"} 88 http_response_size_bytes_count{method="GET",path="/api/config/.env"} 2 http_response_size_bytes_bucket{method="GET",path="/api/config/common.js",le="100"} 17 http_response_size_bytes_bucket{method="GET",path="/api/config/common.js",le="500"} 17 http_response_size_bytes_bucket{method="GET",path="/api/config/common.js",le="1000"} 17 http_response_size_bytes_bucket{method="GET",path="/api/config/common.js",le="5000"} 17 http_response_size_bytes_bucket{method="GET",path="/api/config/common.js",le="10000"} 17 http_response_size_bytes_bucket{method="GET",path="/api/config/common.js",le="50000"} 17 http_response_size_bytes_bucket{method="GET",path="/api/config/common.js",le="100000"} 17 http_response_size_bytes_bucket{method="GET",path="/api/config/common.js",le="500000"} 17 http_response_size_bytes_bucket{method="GET",path="/api/config/common.js",le="1e+06"} 17 http_response_size_bytes_bucket{method="GET",path="/api/config/common.js",le="+Inf"} 17 http_response_size_bytes_sum{method="GET",path="/api/config/common.js"} 768 http_response_size_bytes_count{method="GET",path="/api/config/common.js"} 17 http_response_size_bytes_bucket{method="GET",path="/api/config/config.yml",le="100"} 7 http_response_size_bytes_bucket{method="GET",path="/api/config/config.yml",le="500"} 7 http_response_size_bytes_bucket{method="GET",path="/api/config/config.yml",le="1000"} 7 http_response_size_bytes_bucket{method="GET",path="/api/config/config.yml",le="5000"} 7 http_response_size_bytes_bucket{method="GET",path="/api/config/config.yml",le="10000"} 7 http_response_size_bytes_bucket{method="GET",path="/api/config/config.yml",le="50000"} 7 http_response_size_bytes_bucket{method="GET",path="/api/config/config.yml",le="100000"} 7 http_response_size_bytes_bucket{method="GET",path="/api/config/config.yml",le="500000"} 7 http_response_size_bytes_bucket{method="GET",path="/api/config/config.yml",le="1e+06"} 7 http_response_size_bytes_bucket{method="GET",path="/api/config/config.yml",le="+Inf"} 7 http_response_size_bytes_sum{method="GET",path="/api/config/config.yml"} 378 http_response_size_bytes_count{method="GET",path="/api/config/config.yml"} 7 http_response_size_bytes_bucket{method="GET",path="/api/config/constants.js",le="100"} 17 http_response_size_bytes_bucket{method="GET",path="/api/config/constants.js",le="500"} 17 http_response_size_bytes_bucket{method="GET",path="/api/config/constants.js",le="1000"} 17 http_response_size_bytes_bucket{method="GET",path="/api/config/constants.js",le="5000"} 17 http_response_size_bytes_bucket{method="GET",path="/api/config/constants.js",le="10000"} 17 http_response_size_bytes_bucket{method="GET",path="/api/config/constants.js",le="50000"} 17 http_response_size_bytes_bucket{method="GET",path="/api/config/constants.js",le="100000"} 17 http_response_size_bytes_bucket{method="GET",path="/api/config/constants.js",le="500000"} 17 http_response_size_bytes_bucket{method="GET",path="/api/config/constants.js",le="1e+06"} 17 http_response_size_bytes_bucket{method="GET",path="/api/config/constants.js",le="+Inf"} 17 http_response_size_bytes_sum{method="GET",path="/api/config/constants.js"} 758 http_response_size_bytes_count{method="GET",path="/api/config/constants.js"} 17 http_response_size_bytes_bucket{method="GET",path="/api/config/database.js",le="100"} 17 http_response_size_bytes_bucket{method="GET",path="/api/config/database.js",le="500"} 17 http_response_size_bytes_bucket{method="GET",path="/api/config/database.js",le="1000"} 17 http_response_size_bytes_bucket{method="GET",path="/api/config/database.js",le="5000"} 17 http_response_size_bytes_bucket{method="GET",path="/api/config/database.js",le="10000"} 17 http_response_size_bytes_bucket{method="GET",path="/api/config/database.js",le="50000"} 17 http_response_size_bytes_bucket{method="GET",path="/api/config/database.js",le="100000"} 17 http_response_size_bytes_bucket{method="GET",path="/api/config/database.js",le="500000"} 17 http_response_size_bytes_bucket{method="GET",path="/api/config/database.js",le="1e+06"} 17 http_response_size_bytes_bucket{method="GET",path="/api/config/database.js",le="+Inf"} 17 http_response_size_bytes_sum{method="GET",path="/api/config/database.js"} 748 http_response_size_bytes_count{method="GET",path="/api/config/database.js"} 17 http_response_size_bytes_bucket{method="GET",path="/api/config/template.js",le="100"} 13 http_response_size_bytes_bucket{method="GET",path="/api/config/template.js",le="500"} 13 http_response_size_bytes_bucket{method="GET",path="/api/config/template.js",le="1000"} 13 http_response_size_bytes_bucket{method="GET",path="/api/config/template.js",le="5000"} 13 http_response_size_bytes_bucket{method="GET",path="/api/config/template.js",le="10000"} 13 http_response_size_bytes_bucket{method="GET",path="/api/config/template.js",le="50000"} 13 http_response_size_bytes_bucket{method="GET",path="/api/config/template.js",le="100000"} 13 http_response_size_bytes_bucket{method="GET",path="/api/config/template.js",le="500000"} 13 http_response_size_bytes_bucket{method="GET",path="/api/config/template.js",le="1e+06"} 13 http_response_size_bytes_bucket{method="GET",path="/api/config/template.js",le="+Inf"} 13 http_response_size_bytes_sum{method="GET",path="/api/config/template.js"} 592 http_response_size_bytes_count{method="GET",path="/api/config/template.js"} 13 http_response_size_bytes_bucket{method="GET",path="/api/config/tsconfig.json",le="100"} 15 http_response_size_bytes_bucket{method="GET",path="/api/config/tsconfig.json",le="500"} 15 http_response_size_bytes_bucket{method="GET",path="/api/config/tsconfig.json",le="1000"} 15 http_response_size_bytes_bucket{method="GET",path="/api/config/tsconfig.json",le="5000"} 15 http_response_size_bytes_bucket{method="GET",path="/api/config/tsconfig.json",le="10000"} 15 http_response_size_bytes_bucket{method="GET",path="/api/config/tsconfig.json",le="50000"} 15 http_response_size_bytes_bucket{method="GET",path="/api/config/tsconfig.json",le="100000"} 15 http_response_size_bytes_bucket{method="GET",path="/api/config/tsconfig.json",le="500000"} 15 http_response_size_bytes_bucket{method="GET",path="/api/config/tsconfig.json",le="1e+06"} 15 http_response_size_bytes_bucket{method="GET",path="/api/config/tsconfig.json",le="+Inf"} 15 http_response_size_bytes_sum{method="GET",path="/api/config/tsconfig.json"} 670 http_response_size_bytes_count{method="GET",path="/api/config/tsconfig.json"} 15 http_response_size_bytes_bucket{method="GET",path="/api/constant.js",le="100"} 18 http_response_size_bytes_bucket{method="GET",path="/api/constant.js",le="500"} 18 http_response_size_bytes_bucket{method="GET",path="/api/constant.js",le="1000"} 18 http_response_size_bytes_bucket{method="GET",path="/api/constant.js",le="5000"} 18 http_response_size_bytes_bucket{method="GET",path="/api/constant.js",le="10000"} 18 http_response_size_bytes_bucket{method="GET",path="/api/constant.js",le="50000"} 18 http_response_size_bytes_bucket{method="GET",path="/api/constant.js",le="100000"} 18 http_response_size_bytes_bucket{method="GET",path="/api/constant.js",le="500000"} 18 http_response_size_bytes_bucket{method="GET",path="/api/constant.js",le="1e+06"} 18 http_response_size_bytes_bucket{method="GET",path="/api/constant.js",le="+Inf"} 18 http_response_size_bytes_sum{method="GET",path="/api/constant.js"} 812 http_response_size_bytes_count{method="GET",path="/api/constant.js"} 18 http_response_size_bytes_bucket{method="GET",path="/api/constants.js",le="100"} 18 http_response_size_bytes_bucket{method="GET",path="/api/constants.js",le="500"} 18 http_response_size_bytes_bucket{method="GET",path="/api/constants.js",le="1000"} 18 http_response_size_bytes_bucket{method="GET",path="/api/constants.js",le="5000"} 18 http_response_size_bytes_bucket{method="GET",path="/api/constants.js",le="10000"} 18 http_response_size_bytes_bucket{method="GET",path="/api/constants.js",le="50000"} 18 http_response_size_bytes_bucket{method="GET",path="/api/constants.js",le="100000"} 18 http_response_size_bytes_bucket{method="GET",path="/api/constants.js",le="500000"} 18 http_response_size_bytes_bucket{method="GET",path="/api/constants.js",le="1e+06"} 18 http_response_size_bytes_bucket{method="GET",path="/api/constants.js",le="+Inf"} 18 http_response_size_bytes_sum{method="GET",path="/api/constants.js"} 822 http_response_size_bytes_count{method="GET",path="/api/constants.js"} 18 http_response_size_bytes_bucket{method="GET",path="/api/controller.js",le="100"} 16 http_response_size_bytes_bucket{method="GET",path="/api/controller.js",le="500"} 16 http_response_size_bytes_bucket{method="GET",path="/api/controller.js",le="1000"} 16 http_response_size_bytes_bucket{method="GET",path="/api/controller.js",le="5000"} 16 http_response_size_bytes_bucket{method="GET",path="/api/controller.js",le="10000"} 16 http_response_size_bytes_bucket{method="GET",path="/api/controller.js",le="50000"} 16 http_response_size_bytes_bucket{method="GET",path="/api/controller.js",le="100000"} 16 http_response_size_bytes_bucket{method="GET",path="/api/controller.js",le="500000"} 16 http_response_size_bytes_bucket{method="GET",path="/api/controller.js",le="1e+06"} 16 http_response_size_bytes_bucket{method="GET",path="/api/controller.js",le="+Inf"} 16 http_response_size_bytes_sum{method="GET",path="/api/controller.js"} 714 http_response_size_bytes_count{method="GET",path="/api/controller.js"} 16 http_response_size_bytes_bucket{method="GET",path="/api/core/.env",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/api/core/.env",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/api/core/.env",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/core/.env",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/core/.env",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/core/.env",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/core/.env",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/core/.env",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/core/.env",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/api/core/.env",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/api/core/.env"} 88 http_response_size_bytes_count{method="GET",path="/api/core/.env"} 2 http_response_size_bytes_bucket{method="GET",path="/api/credentials",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/api/credentials",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/api/credentials",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/credentials",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/credentials",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/credentials",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/credentials",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/credentials",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/credentials",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/api/credentials",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/api/credentials"} 88 http_response_size_bytes_count{method="GET",path="/api/credentials"} 2 http_response_size_bytes_bucket{method="GET",path="/api/data/*",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/api/data/*",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/api/data/*",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/data/*",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/data/*",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/data/*",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/data/*",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/data/*",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/data/*",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/api/data/*",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/api/data/*"} 88 http_response_size_bytes_count{method="GET",path="/api/data/*"} 2 http_response_size_bytes_bucket{method="GET",path="/api/dev/.env",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/api/dev/.env",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/api/dev/.env",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/api/dev/.env",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/api/dev/.env",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/api/dev/.env",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/api/dev/.env",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/api/dev/.env",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/api/dev/.env",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/api/dev/.env",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/api/dev/.env"} 132 http_response_size_bytes_count{method="GET",path="/api/dev/.env"} 3 http_response_size_bytes_bucket{method="GET",path="/api/endpoint",le="100"} 7 http_response_size_bytes_bucket{method="GET",path="/api/endpoint",le="500"} 7 http_response_size_bytes_bucket{method="GET",path="/api/endpoint",le="1000"} 7 http_response_size_bytes_bucket{method="GET",path="/api/endpoint",le="5000"} 7 http_response_size_bytes_bucket{method="GET",path="/api/endpoint",le="10000"} 7 http_response_size_bytes_bucket{method="GET",path="/api/endpoint",le="50000"} 7 http_response_size_bytes_bucket{method="GET",path="/api/endpoint",le="100000"} 7 http_response_size_bytes_bucket{method="GET",path="/api/endpoint",le="500000"} 7 http_response_size_bytes_bucket{method="GET",path="/api/endpoint",le="1e+06"} 7 http_response_size_bytes_bucket{method="GET",path="/api/endpoint",le="+Inf"} 7 http_response_size_bytes_sum{method="GET",path="/api/endpoint"} 378 http_response_size_bytes_count{method="GET",path="/api/endpoint"} 7 http_response_size_bytes_bucket{method="GET",path="/api/env",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/api/env",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/api/env",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/env",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/env",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/env",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/env",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/env",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/env",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/api/env",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/api/env"} 98 http_response_size_bytes_count{method="GET",path="/api/env"} 2 http_response_size_bytes_bucket{method="GET",path="/api/env.js",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/api/env.js",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/api/env.js",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/env.js",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/env.js",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/env.js",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/env.js",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/env.js",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/env.js",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/api/env.js",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/api/env.js"} 88 http_response_size_bytes_count{method="GET",path="/api/env.js"} 2 http_response_size_bytes_bucket{method="GET",path="/api/health",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/api/health",le="500"} 440 http_response_size_bytes_bucket{method="GET",path="/api/health",le="1000"} 440 http_response_size_bytes_bucket{method="GET",path="/api/health",le="5000"} 440 http_response_size_bytes_bucket{method="GET",path="/api/health",le="10000"} 440 http_response_size_bytes_bucket{method="GET",path="/api/health",le="50000"} 440 http_response_size_bytes_bucket{method="GET",path="/api/health",le="100000"} 440 http_response_size_bytes_bucket{method="GET",path="/api/health",le="500000"} 440 http_response_size_bytes_bucket{method="GET",path="/api/health",le="1e+06"} 440 http_response_size_bytes_bucket{method="GET",path="/api/health",le="+Inf"} 440 http_response_size_bytes_sum{method="GET",path="/api/health"} 86257 http_response_size_bytes_count{method="GET",path="/api/health"} 440 http_response_size_bytes_bucket{method="GET",path="/api/helper.js",le="100"} 16 http_response_size_bytes_bucket{method="GET",path="/api/helper.js",le="500"} 16 http_response_size_bytes_bucket{method="GET",path="/api/helper.js",le="1000"} 16 http_response_size_bytes_bucket{method="GET",path="/api/helper.js",le="5000"} 16 http_response_size_bytes_bucket{method="GET",path="/api/helper.js",le="10000"} 16 http_response_size_bytes_bucket{method="GET",path="/api/helper.js",le="50000"} 16 http_response_size_bytes_bucket{method="GET",path="/api/helper.js",le="100000"} 16 http_response_size_bytes_bucket{method="GET",path="/api/helper.js",le="500000"} 16 http_response_size_bytes_bucket{method="GET",path="/api/helper.js",le="1e+06"} 16 http_response_size_bytes_bucket{method="GET",path="/api/helper.js",le="+Inf"} 16 http_response_size_bytes_sum{method="GET",path="/api/helper.js"} 714 http_response_size_bytes_count{method="GET",path="/api/helper.js"} 16 http_response_size_bytes_bucket{method="GET",path="/api/index.js",le="100"} 17 http_response_size_bytes_bucket{method="GET",path="/api/index.js",le="500"} 17 http_response_size_bytes_bucket{method="GET",path="/api/index.js",le="1000"} 17 http_response_size_bytes_bucket{method="GET",path="/api/index.js",le="5000"} 17 http_response_size_bytes_bucket{method="GET",path="/api/index.js",le="10000"} 17 http_response_size_bytes_bucket{method="GET",path="/api/index.js",le="50000"} 17 http_response_size_bytes_bucket{method="GET",path="/api/index.js",le="100000"} 17 http_response_size_bytes_bucket{method="GET",path="/api/index.js",le="500000"} 17 http_response_size_bytes_bucket{method="GET",path="/api/index.js",le="1e+06"} 17 http_response_size_bytes_bucket{method="GET",path="/api/index.js",le="+Inf"} 17 http_response_size_bytes_sum{method="GET",path="/api/index.js"} 748 http_response_size_bytes_count{method="GET",path="/api/index.js"} 17 http_response_size_bytes_bucket{method="GET",path="/api/info.php",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/api/info.php",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/api/info.php",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/api/info.php",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/api/info.php",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/api/info.php",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/api/info.php",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/api/info.php",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/api/info.php",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/api/info.php",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/api/info.php"} 186 http_response_size_bytes_count{method="GET",path="/api/info.php"} 4 http_response_size_bytes_bucket{method="GET",path="/api/login",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/api/login",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/api/login",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/login",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/login",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/login",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/login",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/login",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/login",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/api/login",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/api/login"} 98 http_response_size_bytes_count{method="GET",path="/api/login"} 2 http_response_size_bytes_bucket{method="GET",path="/api/mail.js",le="100"} 17 http_response_size_bytes_bucket{method="GET",path="/api/mail.js",le="500"} 17 http_response_size_bytes_bucket{method="GET",path="/api/mail.js",le="1000"} 17 http_response_size_bytes_bucket{method="GET",path="/api/mail.js",le="5000"} 17 http_response_size_bytes_bucket{method="GET",path="/api/mail.js",le="10000"} 17 http_response_size_bytes_bucket{method="GET",path="/api/mail.js",le="50000"} 17 http_response_size_bytes_bucket{method="GET",path="/api/mail.js",le="100000"} 17 http_response_size_bytes_bucket{method="GET",path="/api/mail.js",le="500000"} 17 http_response_size_bytes_bucket{method="GET",path="/api/mail.js",le="1e+06"} 17 http_response_size_bytes_bucket{method="GET",path="/api/mail.js",le="+Inf"} 17 http_response_size_bytes_sum{method="GET",path="/api/mail.js"} 748 http_response_size_bytes_count{method="GET",path="/api/mail.js"} 17 http_response_size_bytes_bucket{method="GET",path="/api/mailer.js",le="100"} 16 http_response_size_bytes_bucket{method="GET",path="/api/mailer.js",le="500"} 16 http_response_size_bytes_bucket{method="GET",path="/api/mailer.js",le="1000"} 16 http_response_size_bytes_bucket{method="GET",path="/api/mailer.js",le="5000"} 16 http_response_size_bytes_bucket{method="GET",path="/api/mailer.js",le="10000"} 16 http_response_size_bytes_bucket{method="GET",path="/api/mailer.js",le="50000"} 16 http_response_size_bytes_bucket{method="GET",path="/api/mailer.js",le="100000"} 16 http_response_size_bytes_bucket{method="GET",path="/api/mailer.js",le="500000"} 16 http_response_size_bytes_bucket{method="GET",path="/api/mailer.js",le="1e+06"} 16 http_response_size_bytes_bucket{method="GET",path="/api/mailer.js",le="+Inf"} 16 http_response_size_bytes_sum{method="GET",path="/api/mailer.js"} 714 http_response_size_bytes_count{method="GET",path="/api/mailer.js"} 16 http_response_size_bytes_bucket{method="GET",path="/api/mailserver.js",le="100"} 17 http_response_size_bytes_bucket{method="GET",path="/api/mailserver.js",le="500"} 17 http_response_size_bytes_bucket{method="GET",path="/api/mailserver.js",le="1000"} 17 http_response_size_bytes_bucket{method="GET",path="/api/mailserver.js",le="5000"} 17 http_response_size_bytes_bucket{method="GET",path="/api/mailserver.js",le="10000"} 17 http_response_size_bytes_bucket{method="GET",path="/api/mailserver.js",le="50000"} 17 http_response_size_bytes_bucket{method="GET",path="/api/mailserver.js",le="100000"} 17 http_response_size_bytes_bucket{method="GET",path="/api/mailserver.js",le="500000"} 17 http_response_size_bytes_bucket{method="GET",path="/api/mailserver.js",le="1e+06"} 17 http_response_size_bytes_bucket{method="GET",path="/api/mailserver.js",le="+Inf"} 17 http_response_size_bytes_sum{method="GET",path="/api/mailserver.js"} 748 http_response_size_bytes_count{method="GET",path="/api/mailserver.js"} 17 http_response_size_bytes_bucket{method="GET",path="/api/model/config.ts",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/api/model/config.ts",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/api/model/config.ts",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/model/config.ts",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/model/config.ts",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/model/config.ts",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/model/config.ts",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/model/config.ts",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/model/config.ts",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/api/model/config.ts",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/api/model/config.ts"} 88 http_response_size_bytes_count{method="GET",path="/api/model/config.ts"} 2 http_response_size_bytes_bucket{method="GET",path="/api/node/common.js",le="100"} 18 http_response_size_bytes_bucket{method="GET",path="/api/node/common.js",le="500"} 18 http_response_size_bytes_bucket{method="GET",path="/api/node/common.js",le="1000"} 18 http_response_size_bytes_bucket{method="GET",path="/api/node/common.js",le="5000"} 18 http_response_size_bytes_bucket{method="GET",path="/api/node/common.js",le="10000"} 18 http_response_size_bytes_bucket{method="GET",path="/api/node/common.js",le="50000"} 18 http_response_size_bytes_bucket{method="GET",path="/api/node/common.js",le="100000"} 18 http_response_size_bytes_bucket{method="GET",path="/api/node/common.js",le="500000"} 18 http_response_size_bytes_bucket{method="GET",path="/api/node/common.js",le="1e+06"} 18 http_response_size_bytes_bucket{method="GET",path="/api/node/common.js",le="+Inf"} 18 http_response_size_bytes_sum{method="GET",path="/api/node/common.js"} 822 http_response_size_bytes_count{method="GET",path="/api/node/common.js"} 18 http_response_size_bytes_bucket{method="GET",path="/api/node/config.js",le="100"} 17 http_response_size_bytes_bucket{method="GET",path="/api/node/config.js",le="500"} 17 http_response_size_bytes_bucket{method="GET",path="/api/node/config.js",le="1000"} 17 http_response_size_bytes_bucket{method="GET",path="/api/node/config.js",le="5000"} 17 http_response_size_bytes_bucket{method="GET",path="/api/node/config.js",le="10000"} 17 http_response_size_bytes_bucket{method="GET",path="/api/node/config.js",le="50000"} 17 http_response_size_bytes_bucket{method="GET",path="/api/node/config.js",le="100000"} 17 http_response_size_bytes_bucket{method="GET",path="/api/node/config.js",le="500000"} 17 http_response_size_bytes_bucket{method="GET",path="/api/node/config.js",le="1e+06"} 17 http_response_size_bytes_bucket{method="GET",path="/api/node/config.js",le="+Inf"} 17 http_response_size_bytes_sum{method="GET",path="/api/node/config.js"} 768 http_response_size_bytes_count{method="GET",path="/api/node/config.js"} 17 http_response_size_bytes_bucket{method="GET",path="/api/node/constant.js",le="100"} 18 http_response_size_bytes_bucket{method="GET",path="/api/node/constant.js",le="500"} 18 http_response_size_bytes_bucket{method="GET",path="/api/node/constant.js",le="1000"} 18 http_response_size_bytes_bucket{method="GET",path="/api/node/constant.js",le="5000"} 18 http_response_size_bytes_bucket{method="GET",path="/api/node/constant.js",le="10000"} 18 http_response_size_bytes_bucket{method="GET",path="/api/node/constant.js",le="50000"} 18 http_response_size_bytes_bucket{method="GET",path="/api/node/constant.js",le="100000"} 18 http_response_size_bytes_bucket{method="GET",path="/api/node/constant.js",le="500000"} 18 http_response_size_bytes_bucket{method="GET",path="/api/node/constant.js",le="1e+06"} 18 http_response_size_bytes_bucket{method="GET",path="/api/node/constant.js",le="+Inf"} 18 http_response_size_bytes_sum{method="GET",path="/api/node/constant.js"} 802 http_response_size_bytes_count{method="GET",path="/api/node/constant.js"} 18 http_response_size_bytes_bucket{method="GET",path="/api/node/constants.js",le="100"} 19 http_response_size_bytes_bucket{method="GET",path="/api/node/constants.js",le="500"} 19 http_response_size_bytes_bucket{method="GET",path="/api/node/constants.js",le="1000"} 19 http_response_size_bytes_bucket{method="GET",path="/api/node/constants.js",le="5000"} 19 http_response_size_bytes_bucket{method="GET",path="/api/node/constants.js",le="10000"} 19 http_response_size_bytes_bucket{method="GET",path="/api/node/constants.js",le="50000"} 19 http_response_size_bytes_bucket{method="GET",path="/api/node/constants.js",le="100000"} 19 http_response_size_bytes_bucket{method="GET",path="/api/node/constants.js",le="500000"} 19 http_response_size_bytes_bucket{method="GET",path="/api/node/constants.js",le="1e+06"} 19 http_response_size_bytes_bucket{method="GET",path="/api/node/constants.js",le="+Inf"} 19 http_response_size_bytes_sum{method="GET",path="/api/node/constants.js"} 836 http_response_size_bytes_count{method="GET",path="/api/node/constants.js"} 19 http_response_size_bytes_bucket{method="GET",path="/api/objects/codes.php.save",le="100"} 7 http_response_size_bytes_bucket{method="GET",path="/api/objects/codes.php.save",le="500"} 7 http_response_size_bytes_bucket{method="GET",path="/api/objects/codes.php.save",le="1000"} 7 http_response_size_bytes_bucket{method="GET",path="/api/objects/codes.php.save",le="5000"} 7 http_response_size_bytes_bucket{method="GET",path="/api/objects/codes.php.save",le="10000"} 7 http_response_size_bytes_bucket{method="GET",path="/api/objects/codes.php.save",le="50000"} 7 http_response_size_bytes_bucket{method="GET",path="/api/objects/codes.php.save",le="100000"} 7 http_response_size_bytes_bucket{method="GET",path="/api/objects/codes.php.save",le="500000"} 7 http_response_size_bytes_bucket{method="GET",path="/api/objects/codes.php.save",le="1e+06"} 7 http_response_size_bytes_bucket{method="GET",path="/api/objects/codes.php.save",le="+Inf"} 7 http_response_size_bytes_sum{method="GET",path="/api/objects/codes.php.save"} 378 http_response_size_bytes_count{method="GET",path="/api/objects/codes.php.save"} 7 http_response_size_bytes_bucket{method="GET",path="/api/openapi.json",le="100"} 19 http_response_size_bytes_bucket{method="GET",path="/api/openapi.json",le="500"} 19 http_response_size_bytes_bucket{method="GET",path="/api/openapi.json",le="1000"} 19 http_response_size_bytes_bucket{method="GET",path="/api/openapi.json",le="5000"} 19 http_response_size_bytes_bucket{method="GET",path="/api/openapi.json",le="10000"} 19 http_response_size_bytes_bucket{method="GET",path="/api/openapi.json",le="50000"} 19 http_response_size_bytes_bucket{method="GET",path="/api/openapi.json",le="100000"} 19 http_response_size_bytes_bucket{method="GET",path="/api/openapi.json",le="500000"} 19 http_response_size_bytes_bucket{method="GET",path="/api/openapi.json",le="1e+06"} 19 http_response_size_bytes_bucket{method="GET",path="/api/openapi.json",le="+Inf"} 19 http_response_size_bytes_sum{method="GET",path="/api/openapi.json"} 836 http_response_size_bytes_count{method="GET",path="/api/openapi.json"} 19 http_response_size_bytes_bucket{method="GET",path="/api/phpinfo.php",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/api/phpinfo.php",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/api/phpinfo.php",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/api/phpinfo.php",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/api/phpinfo.php",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/api/phpinfo.php",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/api/phpinfo.php",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/api/phpinfo.php",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/api/phpinfo.php",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/api/phpinfo.php",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/api/phpinfo.php"} 176 http_response_size_bytes_count{method="GET",path="/api/phpinfo.php"} 4 http_response_size_bytes_bucket{method="GET",path="/api/server.js",le="100"} 19 http_response_size_bytes_bucket{method="GET",path="/api/server.js",le="500"} 19 http_response_size_bytes_bucket{method="GET",path="/api/server.js",le="1000"} 19 http_response_size_bytes_bucket{method="GET",path="/api/server.js",le="5000"} 19 http_response_size_bytes_bucket{method="GET",path="/api/server.js",le="10000"} 19 http_response_size_bytes_bucket{method="GET",path="/api/server.js",le="50000"} 19 http_response_size_bytes_bucket{method="GET",path="/api/server.js",le="100000"} 19 http_response_size_bytes_bucket{method="GET",path="/api/server.js",le="500000"} 19 http_response_size_bytes_bucket{method="GET",path="/api/server.js",le="1e+06"} 19 http_response_size_bytes_bucket{method="GET",path="/api/server.js",le="+Inf"} 19 http_response_size_bytes_sum{method="GET",path="/api/server.js"} 836 http_response_size_bytes_count{method="GET",path="/api/server.js"} 19 http_response_size_bytes_bucket{method="GET",path="/api/serverless/*",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/api/serverless/*",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/api/serverless/*",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/serverless/*",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/serverless/*",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/serverless/*",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/serverless/*",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/serverless/*",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/serverless/*",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/api/serverless/*",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/api/serverless/*"} 88 http_response_size_bytes_count{method="GET",path="/api/serverless/*"} 2 http_response_size_bytes_bucket{method="GET",path="/api/settings",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/api/settings",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/api/settings",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/settings",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/settings",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/settings",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/settings",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/settings",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/settings",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/api/settings",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/api/settings"} 44 http_response_size_bytes_count{method="GET",path="/api/settings"} 1 http_response_size_bytes_bucket{method="GET",path="/api/settings.py",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/api/settings.py",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/api/settings.py",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/api/settings.py",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/api/settings.py",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/api/settings.py",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/api/settings.py",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/api/settings.py",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/api/settings.py",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/api/settings.py",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/api/settings.py"} 176 http_response_size_bytes_count{method="GET",path="/api/settings.py"} 4 http_response_size_bytes_bucket{method="GET",path="/api/shared/.env",le="100"} 8 http_response_size_bytes_bucket{method="GET",path="/api/shared/.env",le="500"} 8 http_response_size_bytes_bucket{method="GET",path="/api/shared/.env",le="1000"} 8 http_response_size_bytes_bucket{method="GET",path="/api/shared/.env",le="5000"} 8 http_response_size_bytes_bucket{method="GET",path="/api/shared/.env",le="10000"} 8 http_response_size_bytes_bucket{method="GET",path="/api/shared/.env",le="50000"} 8 http_response_size_bytes_bucket{method="GET",path="/api/shared/.env",le="100000"} 8 http_response_size_bytes_bucket{method="GET",path="/api/shared/.env",le="500000"} 8 http_response_size_bytes_bucket{method="GET",path="/api/shared/.env",le="1e+06"} 8 http_response_size_bytes_bucket{method="GET",path="/api/shared/.env",le="+Inf"} 8 http_response_size_bytes_sum{method="GET",path="/api/shared/.env"} 432 http_response_size_bytes_count{method="GET",path="/api/shared/.env"} 8 http_response_size_bytes_bucket{method="GET",path="/api/shared/config.env",le="100"} 8 http_response_size_bytes_bucket{method="GET",path="/api/shared/config.env",le="500"} 8 http_response_size_bytes_bucket{method="GET",path="/api/shared/config.env",le="1000"} 8 http_response_size_bytes_bucket{method="GET",path="/api/shared/config.env",le="5000"} 8 http_response_size_bytes_bucket{method="GET",path="/api/shared/config.env",le="10000"} 8 http_response_size_bytes_bucket{method="GET",path="/api/shared/config.env",le="50000"} 8 http_response_size_bytes_bucket{method="GET",path="/api/shared/config.env",le="100000"} 8 http_response_size_bytes_bucket{method="GET",path="/api/shared/config.env",le="500000"} 8 http_response_size_bytes_bucket{method="GET",path="/api/shared/config.env",le="1e+06"} 8 http_response_size_bytes_bucket{method="GET",path="/api/shared/config.env",le="+Inf"} 8 http_response_size_bytes_sum{method="GET",path="/api/shared/config.env"} 432 http_response_size_bytes_count{method="GET",path="/api/shared/config.env"} 8 http_response_size_bytes_bucket{method="GET",path="/api/shared/config/.env",le="100"} 7 http_response_size_bytes_bucket{method="GET",path="/api/shared/config/.env",le="500"} 7 http_response_size_bytes_bucket{method="GET",path="/api/shared/config/.env",le="1000"} 7 http_response_size_bytes_bucket{method="GET",path="/api/shared/config/.env",le="5000"} 7 http_response_size_bytes_bucket{method="GET",path="/api/shared/config/.env",le="10000"} 7 http_response_size_bytes_bucket{method="GET",path="/api/shared/config/.env",le="50000"} 7 http_response_size_bytes_bucket{method="GET",path="/api/shared/config/.env",le="100000"} 7 http_response_size_bytes_bucket{method="GET",path="/api/shared/config/.env",le="500000"} 7 http_response_size_bytes_bucket{method="GET",path="/api/shared/config/.env",le="1e+06"} 7 http_response_size_bytes_bucket{method="GET",path="/api/shared/config/.env",le="+Inf"} 7 http_response_size_bytes_sum{method="GET",path="/api/shared/config/.env"} 378 http_response_size_bytes_count{method="GET",path="/api/shared/config/.env"} 7 http_response_size_bytes_bucket{method="GET",path="/api/shared/config/config.env",le="100"} 7 http_response_size_bytes_bucket{method="GET",path="/api/shared/config/config.env",le="500"} 7 http_response_size_bytes_bucket{method="GET",path="/api/shared/config/config.env",le="1000"} 7 http_response_size_bytes_bucket{method="GET",path="/api/shared/config/config.env",le="5000"} 7 http_response_size_bytes_bucket{method="GET",path="/api/shared/config/config.env",le="10000"} 7 http_response_size_bytes_bucket{method="GET",path="/api/shared/config/config.env",le="50000"} 7 http_response_size_bytes_bucket{method="GET",path="/api/shared/config/config.env",le="100000"} 7 http_response_size_bytes_bucket{method="GET",path="/api/shared/config/config.env",le="500000"} 7 http_response_size_bytes_bucket{method="GET",path="/api/shared/config/config.env",le="1e+06"} 7 http_response_size_bytes_bucket{method="GET",path="/api/shared/config/config.env",le="+Inf"} 7 http_response_size_bytes_sum{method="GET",path="/api/shared/config/config.env"} 378 http_response_size_bytes_count{method="GET",path="/api/shared/config/config.env"} 7 http_response_size_bytes_bucket{method="GET",path="/api/staging/.env",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/api/staging/.env",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/api/staging/.env",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/staging/.env",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/staging/.env",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/staging/.env",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/staging/.env",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/staging/.env",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/staging/.env",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/api/staging/.env",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/api/staging/.env"} 44 http_response_size_bytes_count{method="GET",path="/api/staging/.env"} 1 http_response_size_bytes_bucket{method="GET",path="/api/stream/range",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/api/stream/range",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/api/stream/range",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/stream/range",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/api/stream/range",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/api/stream/range",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/api/stream/range",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/api/stream/range",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/api/stream/range",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/api/stream/range",le="+Inf"} 56 http_response_size_bytes_sum{method="GET",path="/api/stream/range"} 3.2728777e+08 http_response_size_bytes_count{method="GET",path="/api/stream/range"} 56 http_response_size_bytes_bucket{method="GET",path="/api/swagger.json",le="100"} 23 http_response_size_bytes_bucket{method="GET",path="/api/swagger.json",le="500"} 23 http_response_size_bytes_bucket{method="GET",path="/api/swagger.json",le="1000"} 23 http_response_size_bytes_bucket{method="GET",path="/api/swagger.json",le="5000"} 23 http_response_size_bytes_bucket{method="GET",path="/api/swagger.json",le="10000"} 23 http_response_size_bytes_bucket{method="GET",path="/api/swagger.json",le="50000"} 23 http_response_size_bytes_bucket{method="GET",path="/api/swagger.json",le="100000"} 23 http_response_size_bytes_bucket{method="GET",path="/api/swagger.json",le="500000"} 23 http_response_size_bytes_bucket{method="GET",path="/api/swagger.json",le="1e+06"} 23 http_response_size_bytes_bucket{method="GET",path="/api/swagger.json",le="+Inf"} 23 http_response_size_bytes_sum{method="GET",path="/api/swagger.json"} 1072 http_response_size_bytes_count{method="GET",path="/api/swagger.json"} 23 http_response_size_bytes_bucket{method="GET",path="/api/test",le="100"} 7 http_response_size_bytes_bucket{method="GET",path="/api/test",le="500"} 7 http_response_size_bytes_bucket{method="GET",path="/api/test",le="1000"} 7 http_response_size_bytes_bucket{method="GET",path="/api/test",le="5000"} 7 http_response_size_bytes_bucket{method="GET",path="/api/test",le="10000"} 7 http_response_size_bytes_bucket{method="GET",path="/api/test",le="50000"} 7 http_response_size_bytes_bucket{method="GET",path="/api/test",le="100000"} 7 http_response_size_bytes_bucket{method="GET",path="/api/test",le="500000"} 7 http_response_size_bytes_bucket{method="GET",path="/api/test",le="1e+06"} 7 http_response_size_bytes_bucket{method="GET",path="/api/test",le="+Inf"} 7 http_response_size_bytes_sum{method="GET",path="/api/test"} 378 http_response_size_bytes_count{method="GET",path="/api/test"} 7 http_response_size_bytes_bucket{method="GET",path="/api/test/.env",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/api/test/.env",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/api/test/.env",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/test/.env",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/test/.env",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/test/.env",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/test/.env",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/test/.env",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/test/.env",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/api/test/.env",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/api/test/.env"} 88 http_response_size_bytes_count{method="GET",path="/api/test/.env"} 2 http_response_size_bytes_bucket{method="GET",path="/api/user",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/api/user",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/api/user",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/user",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/user",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/user",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/user",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/user",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/user",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/api/user",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/api/user"} 88 http_response_size_bytes_count{method="GET",path="/api/user"} 2 http_response_size_bytes_bucket{method="GET",path="/api/users/*",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/api/users/*",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/api/users/*",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/users/*",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/users/*",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/users/*",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/users/*",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/users/*",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/users/*",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/api/users/*",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/api/users/*"} 88 http_response_size_bytes_count{method="GET",path="/api/users/*"} 2 http_response_size_bytes_bucket{method="GET",path="/api/utils.js",le="100"} 17 http_response_size_bytes_bucket{method="GET",path="/api/utils.js",le="500"} 17 http_response_size_bytes_bucket{method="GET",path="/api/utils.js",le="1000"} 17 http_response_size_bytes_bucket{method="GET",path="/api/utils.js",le="5000"} 17 http_response_size_bytes_bucket{method="GET",path="/api/utils.js",le="10000"} 17 http_response_size_bytes_bucket{method="GET",path="/api/utils.js",le="50000"} 17 http_response_size_bytes_bucket{method="GET",path="/api/utils.js",le="100000"} 17 http_response_size_bytes_bucket{method="GET",path="/api/utils.js",le="500000"} 17 http_response_size_bytes_bucket{method="GET",path="/api/utils.js",le="1e+06"} 17 http_response_size_bytes_bucket{method="GET",path="/api/utils.js",le="+Inf"} 17 http_response_size_bytes_sum{method="GET",path="/api/utils.js"} 748 http_response_size_bytes_count{method="GET",path="/api/utils.js"} 17 http_response_size_bytes_bucket{method="GET",path="/api/v1/*",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/api/v1/*",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/api/v1/*",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/v1/*",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/v1/*",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/v1/*",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/v1/*",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/v1/*",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/v1/*",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/api/v1/*",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/api/v1/*"} 88 http_response_size_bytes_count{method="GET",path="/api/v1/*"} 2 http_response_size_bytes_bucket{method="GET",path="/api/v1/.env",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/api/v1/.env",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/api/v1/.env",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/api/v1/.env",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/api/v1/.env",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/api/v1/.env",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/api/v1/.env",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/api/v1/.env",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/api/v1/.env",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/api/v1/.env",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/api/v1/.env"} 196 http_response_size_bytes_count{method="GET",path="/api/v1/.env"} 4 http_response_size_bytes_bucket{method="GET",path="/api/v1/config",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/api/v1/config",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/api/v1/config",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/v1/config",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/v1/config",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/v1/config",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/v1/config",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/v1/config",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/v1/config",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/api/v1/config",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/api/v1/config"} 44 http_response_size_bytes_count{method="GET",path="/api/v1/config"} 1 http_response_size_bytes_bucket{method="GET",path="/api/v1/credentials",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/api/v1/credentials",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/api/v1/credentials",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/v1/credentials",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/v1/credentials",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/v1/credentials",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/v1/credentials",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/v1/credentials",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/v1/credentials",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/api/v1/credentials",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/api/v1/credentials"} 88 http_response_size_bytes_count{method="GET",path="/api/v1/credentials"} 2 http_response_size_bytes_bucket{method="GET",path="/api/v1/env",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/api/v1/env",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/api/v1/env",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/v1/env",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/v1/env",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/v1/env",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/v1/env",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/v1/env",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/v1/env",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/api/v1/env",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/api/v1/env"} 54 http_response_size_bytes_count{method="GET",path="/api/v1/env"} 1 http_response_size_bytes_bucket{method="GET",path="/api/v1/executions",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/api/v1/executions",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/api/v1/executions",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/v1/executions",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/v1/executions",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/v1/executions",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/v1/executions",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/v1/executions",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/v1/executions",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/api/v1/executions",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/api/v1/executions"} 88 http_response_size_bytes_count{method="GET",path="/api/v1/executions"} 2 http_response_size_bytes_bucket{method="GET",path="/api/v1/phpinfo.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/api/v1/phpinfo.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/api/v1/phpinfo.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/v1/phpinfo.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/v1/phpinfo.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/v1/phpinfo.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/v1/phpinfo.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/v1/phpinfo.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/v1/phpinfo.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/api/v1/phpinfo.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/api/v1/phpinfo.php"} 88 http_response_size_bytes_count{method="GET",path="/api/v1/phpinfo.php"} 2 http_response_size_bytes_bucket{method="GET",path="/api/v1/settings",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/api/v1/settings",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/api/v1/settings",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/v1/settings",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/v1/settings",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/v1/settings",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/v1/settings",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/v1/settings",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/v1/settings",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/api/v1/settings",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/api/v1/settings"} 44 http_response_size_bytes_count{method="GET",path="/api/v1/settings"} 1 http_response_size_bytes_bucket{method="GET",path="/api/v1/workflows",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/api/v1/workflows",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/api/v1/workflows",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/v1/workflows",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/v1/workflows",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/v1/workflows",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/v1/workflows",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/v1/workflows",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/v1/workflows",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/api/v1/workflows",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/api/v1/workflows"} 88 http_response_size_bytes_count{method="GET",path="/api/v1/workflows"} 2 http_response_size_bytes_bucket{method="GET",path="/api/v2/.env",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/api/v2/.env",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/api/v2/.env",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/api/v2/.env",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/api/v2/.env",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/api/v2/.env",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/api/v2/.env",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/api/v2/.env",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/api/v2/.env",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/api/v2/.env",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/api/v2/.env"} 196 http_response_size_bytes_count{method="GET",path="/api/v2/.env"} 4 http_response_size_bytes_bucket{method="GET",path="/api/v2/config",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/api/v2/config",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/api/v2/config",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/v2/config",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/v2/config",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/v2/config",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/v2/config",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/v2/config",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/v2/config",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/api/v2/config",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/api/v2/config"} 44 http_response_size_bytes_count{method="GET",path="/api/v2/config"} 1 http_response_size_bytes_bucket{method="GET",path="/api/v2/phpinfo.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/api/v2/phpinfo.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/api/v2/phpinfo.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/v2/phpinfo.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/v2/phpinfo.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/v2/phpinfo.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/v2/phpinfo.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/v2/phpinfo.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/v2/phpinfo.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/api/v2/phpinfo.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/api/v2/phpinfo.php"} 88 http_response_size_bytes_count{method="GET",path="/api/v2/phpinfo.php"} 2 http_response_size_bytes_bucket{method="GET",path="/api/v2/settings",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/api/v2/settings",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/api/v2/settings",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/v2/settings",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/v2/settings",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/v2/settings",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/v2/settings",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/v2/settings",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/v2/settings",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/api/v2/settings",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/api/v2/settings"} 44 http_response_size_bytes_count{method="GET",path="/api/v2/settings"} 1 http_response_size_bytes_bucket{method="GET",path="/api/v3/.env",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/api/v3/.env",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/api/v3/.env",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/v3/.env",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/v3/.env",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/v3/.env",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/v3/.env",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/v3/.env",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/v3/.env",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/api/v3/.env",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/api/v3/.env"} 44 http_response_size_bytes_count{method="GET",path="/api/v3/.env"} 1 http_response_size_bytes_bucket{method="GET",path="/api/webhook/*",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/api/webhook/*",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/api/webhook/*",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/webhook/*",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/webhook/*",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/webhook/*",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/webhook/*",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/webhook/*",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/webhook/*",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/api/webhook/*",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/api/webhook/*"} 88 http_response_size_bytes_count{method="GET",path="/api/webhook/*"} 2 http_response_size_bytes_bucket{method="GET",path="/apis.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/apis.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/apis.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/apis.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/apis.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/apis.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/apis.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/apis.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/apis.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/apis.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/apis.zip"} 40 http_response_size_bytes_count{method="GET",path="/apis.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/apis/.env",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/apis/.env",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/apis/.env",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/apis/.env",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/apis/.env",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/apis/.env",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/apis/.env",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/apis/.env",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/apis/.env",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/apis/.env",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/apis/.env"} 88 http_response_size_bytes_count{method="GET",path="/apis/.env"} 2 http_response_size_bytes_bucket{method="GET",path="/apis/config/config.js",le="100"} 23 http_response_size_bytes_bucket{method="GET",path="/apis/config/config.js",le="500"} 23 http_response_size_bytes_bucket{method="GET",path="/apis/config/config.js",le="1000"} 23 http_response_size_bytes_bucket{method="GET",path="/apis/config/config.js",le="5000"} 23 http_response_size_bytes_bucket{method="GET",path="/apis/config/config.js",le="10000"} 23 http_response_size_bytes_bucket{method="GET",path="/apis/config/config.js",le="50000"} 23 http_response_size_bytes_bucket{method="GET",path="/apis/config/config.js",le="100000"} 23 http_response_size_bytes_bucket{method="GET",path="/apis/config/config.js",le="500000"} 23 http_response_size_bytes_bucket{method="GET",path="/apis/config/config.js",le="1e+06"} 23 http_response_size_bytes_bucket{method="GET",path="/apis/config/config.js",le="+Inf"} 23 http_response_size_bytes_sum{method="GET",path="/apis/config/config.js"} 1003 http_response_size_bytes_count{method="GET",path="/apis/config/config.js"} 23 http_response_size_bytes_bucket{method="GET",path="/apis/controllers/users.js",le="100"} 24 http_response_size_bytes_bucket{method="GET",path="/apis/controllers/users.js",le="500"} 24 http_response_size_bytes_bucket{method="GET",path="/apis/controllers/users.js",le="1000"} 24 http_response_size_bytes_bucket{method="GET",path="/apis/controllers/users.js",le="5000"} 24 http_response_size_bytes_bucket{method="GET",path="/apis/controllers/users.js",le="10000"} 24 http_response_size_bytes_bucket{method="GET",path="/apis/controllers/users.js",le="50000"} 24 http_response_size_bytes_bucket{method="GET",path="/apis/controllers/users.js",le="100000"} 24 http_response_size_bytes_bucket{method="GET",path="/apis/controllers/users.js",le="500000"} 24 http_response_size_bytes_bucket{method="GET",path="/apis/controllers/users.js",le="1e+06"} 24 http_response_size_bytes_bucket{method="GET",path="/apis/controllers/users.js",le="+Inf"} 24 http_response_size_bytes_sum{method="GET",path="/apis/controllers/users.js"} 1049 http_response_size_bytes_count{method="GET",path="/apis/controllers/users.js"} 24 http_response_size_bytes_bucket{method="GET",path="/apis/index.js",le="100"} 19 http_response_size_bytes_bucket{method="GET",path="/apis/index.js",le="500"} 19 http_response_size_bytes_bucket{method="GET",path="/apis/index.js",le="1000"} 19 http_response_size_bytes_bucket{method="GET",path="/apis/index.js",le="5000"} 19 http_response_size_bytes_bucket{method="GET",path="/apis/index.js",le="10000"} 19 http_response_size_bytes_bucket{method="GET",path="/apis/index.js",le="50000"} 19 http_response_size_bytes_bucket{method="GET",path="/apis/index.js",le="100000"} 19 http_response_size_bytes_bucket{method="GET",path="/apis/index.js",le="500000"} 19 http_response_size_bytes_bucket{method="GET",path="/apis/index.js",le="1e+06"} 19 http_response_size_bytes_bucket{method="GET",path="/apis/index.js",le="+Inf"} 19 http_response_size_bytes_sum{method="GET",path="/apis/index.js"} 835 http_response_size_bytes_count{method="GET",path="/apis/index.js"} 19 http_response_size_bytes_bucket{method="GET",path="/apis/phpinfo.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/apis/phpinfo.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/apis/phpinfo.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/apis/phpinfo.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/apis/phpinfo.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/apis/phpinfo.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/apis/phpinfo.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/apis/phpinfo.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/apis/phpinfo.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/apis/phpinfo.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/apis/phpinfo.php"} 88 http_response_size_bytes_count{method="GET",path="/apis/phpinfo.php"} 2 http_response_size_bytes_bucket{method="GET",path="/app-config.json",le="100"} 19 http_response_size_bytes_bucket{method="GET",path="/app-config.json",le="500"} 19 http_response_size_bytes_bucket{method="GET",path="/app-config.json",le="1000"} 19 http_response_size_bytes_bucket{method="GET",path="/app-config.json",le="5000"} 19 http_response_size_bytes_bucket{method="GET",path="/app-config.json",le="10000"} 19 http_response_size_bytes_bucket{method="GET",path="/app-config.json",le="50000"} 19 http_response_size_bytes_bucket{method="GET",path="/app-config.json",le="100000"} 19 http_response_size_bytes_bucket{method="GET",path="/app-config.json",le="500000"} 19 http_response_size_bytes_bucket{method="GET",path="/app-config.json",le="1e+06"} 19 http_response_size_bytes_bucket{method="GET",path="/app-config.json",le="+Inf"} 19 http_response_size_bytes_sum{method="GET",path="/app-config.json"} 834 http_response_size_bytes_count{method="GET",path="/app-config.json"} 19 http_response_size_bytes_bucket{method="GET",path="/app.7z",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/app.7z",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/app.7z",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/app.7z",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/app.7z",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/app.7z",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/app.7z",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/app.7z",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/app.7z",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/app.7z",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/app.7z"} 43 http_response_size_bytes_count{method="GET",path="/app.7z"} 1 http_response_size_bytes_bucket{method="GET",path="/app.bz2",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/app.bz2",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/app.bz2",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/app.bz2",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/app.bz2",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/app.bz2",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/app.bz2",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/app.bz2",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/app.bz2",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/app.bz2",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/app.bz2"} 43 http_response_size_bytes_count{method="GET",path="/app.bz2"} 1 http_response_size_bytes_bucket{method="GET",path="/app.gz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/app.gz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/app.gz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/app.gz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/app.gz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/app.gz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/app.gz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/app.gz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/app.gz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/app.gz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/app.gz"} 43 http_response_size_bytes_count{method="GET",path="/app.gz"} 1 http_response_size_bytes_bucket{method="GET",path="/app.js",le="100"} 26 http_response_size_bytes_bucket{method="GET",path="/app.js",le="500"} 26 http_response_size_bytes_bucket{method="GET",path="/app.js",le="1000"} 26 http_response_size_bytes_bucket{method="GET",path="/app.js",le="5000"} 26 http_response_size_bytes_bucket{method="GET",path="/app.js",le="10000"} 26 http_response_size_bytes_bucket{method="GET",path="/app.js",le="50000"} 26 http_response_size_bytes_bucket{method="GET",path="/app.js",le="100000"} 26 http_response_size_bytes_bucket{method="GET",path="/app.js",le="500000"} 26 http_response_size_bytes_bucket{method="GET",path="/app.js",le="1e+06"} 26 http_response_size_bytes_bucket{method="GET",path="/app.js",le="+Inf"} 26 http_response_size_bytes_sum{method="GET",path="/app.js"} 1137 http_response_size_bytes_count{method="GET",path="/app.js"} 26 http_response_size_bytes_bucket{method="GET",path="/app.js.map",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/app.js.map",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/app.js.map",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/app.js.map",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/app.js.map",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/app.js.map",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/app.js.map",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/app.js.map",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/app.js.map",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/app.js.map",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/app.js.map"} 43 http_response_size_bytes_count{method="GET",path="/app.js.map"} 1 http_response_size_bytes_bucket{method="GET",path="/app.php",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/app.php",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/app.php",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/app.php",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/app.php",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/app.php",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/app.php",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/app.php",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/app.php",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/app.php",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/app.php"} 130 http_response_size_bytes_count{method="GET",path="/app.php"} 3 http_response_size_bytes_bucket{method="GET",path="/app.py",le="100"} 9 http_response_size_bytes_bucket{method="GET",path="/app.py",le="500"} 9 http_response_size_bytes_bucket{method="GET",path="/app.py",le="1000"} 9 http_response_size_bytes_bucket{method="GET",path="/app.py",le="5000"} 9 http_response_size_bytes_bucket{method="GET",path="/app.py",le="10000"} 9 http_response_size_bytes_bucket{method="GET",path="/app.py",le="50000"} 9 http_response_size_bytes_bucket{method="GET",path="/app.py",le="100000"} 9 http_response_size_bytes_bucket{method="GET",path="/app.py",le="500000"} 9 http_response_size_bytes_bucket{method="GET",path="/app.py",le="1e+06"} 9 http_response_size_bytes_bucket{method="GET",path="/app.py",le="+Inf"} 9 http_response_size_bytes_sum{method="GET",path="/app.py"} 389 http_response_size_bytes_count{method="GET",path="/app.py"} 9 http_response_size_bytes_bucket{method="GET",path="/app.rar",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/app.rar",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/app.rar",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/app.rar",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/app.rar",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/app.rar",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/app.rar",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/app.rar",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/app.rar",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/app.rar",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/app.rar"} 43 http_response_size_bytes_count{method="GET",path="/app.rar"} 1 http_response_size_bytes_bucket{method="GET",path="/app.sql",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/app.sql",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/app.sql",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/app.sql",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/app.sql",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/app.sql",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/app.sql",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/app.sql",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/app.sql",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/app.sql",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/app.sql"} 43 http_response_size_bytes_count{method="GET",path="/app.sql"} 1 http_response_size_bytes_bucket{method="GET",path="/app.sql.bz2",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/app.sql.bz2",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/app.sql.bz2",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/app.sql.bz2",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/app.sql.bz2",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/app.sql.bz2",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/app.sql.bz2",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/app.sql.bz2",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/app.sql.bz2",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/app.sql.bz2",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/app.sql.bz2"} 43 http_response_size_bytes_count{method="GET",path="/app.sql.bz2"} 1 http_response_size_bytes_bucket{method="GET",path="/app.sql.gz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/app.sql.gz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/app.sql.gz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/app.sql.gz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/app.sql.gz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/app.sql.gz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/app.sql.gz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/app.sql.gz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/app.sql.gz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/app.sql.gz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/app.sql.gz"} 43 http_response_size_bytes_count{method="GET",path="/app.sql.gz"} 1 http_response_size_bytes_bucket{method="GET",path="/app.tar",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/app.tar",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/app.tar",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/app.tar",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/app.tar",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/app.tar",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/app.tar",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/app.tar",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/app.tar",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/app.tar",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/app.tar"} 43 http_response_size_bytes_count{method="GET",path="/app.tar"} 1 http_response_size_bytes_bucket{method="GET",path="/app.tar.bz2",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/app.tar.bz2",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/app.tar.bz2",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/app.tar.bz2",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/app.tar.bz2",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/app.tar.bz2",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/app.tar.bz2",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/app.tar.bz2",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/app.tar.bz2",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/app.tar.bz2",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/app.tar.bz2"} 43 http_response_size_bytes_count{method="GET",path="/app.tar.bz2"} 1 http_response_size_bytes_bucket{method="GET",path="/app.tar.gz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/app.tar.gz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/app.tar.gz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/app.tar.gz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/app.tar.gz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/app.tar.gz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/app.tar.gz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/app.tar.gz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/app.tar.gz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/app.tar.gz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/app.tar.gz"} 43 http_response_size_bytes_count{method="GET",path="/app.tar.gz"} 1 http_response_size_bytes_bucket{method="GET",path="/app.tar.xz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/app.tar.xz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/app.tar.xz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/app.tar.xz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/app.tar.xz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/app.tar.xz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/app.tar.xz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/app.tar.xz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/app.tar.xz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/app.tar.xz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/app.tar.xz"} 43 http_response_size_bytes_count{method="GET",path="/app.tar.xz"} 1 http_response_size_bytes_bucket{method="GET",path="/app.tgz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/app.tgz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/app.tgz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/app.tgz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/app.tgz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/app.tgz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/app.tgz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/app.tgz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/app.tgz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/app.tgz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/app.tgz"} 43 http_response_size_bytes_count{method="GET",path="/app.tgz"} 1 http_response_size_bytes_bucket{method="GET",path="/app.toml",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/app.toml",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/app.toml",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/app.toml",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/app.toml",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/app.toml",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/app.toml",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/app.toml",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/app.toml",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/app.toml",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/app.toml"} 88 http_response_size_bytes_count{method="GET",path="/app.toml"} 2 http_response_size_bytes_bucket{method="GET",path="/app.yaml",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/app.yaml",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/app.yaml",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/app.yaml",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/app.yaml",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/app.yaml",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/app.yaml",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/app.yaml",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/app.yaml",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/app.yaml",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/app.yaml"} 176 http_response_size_bytes_count{method="GET",path="/app.yaml"} 4 http_response_size_bytes_bucket{method="GET",path="/app.yml",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/app.yml",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/app.yml",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/app.yml",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/app.yml",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/app.yml",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/app.yml",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/app.yml",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/app.yml",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/app.yml",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/app.yml"} 176 http_response_size_bytes_count{method="GET",path="/app.yml"} 4 http_response_size_bytes_bucket{method="GET",path="/app.zip",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/app.zip",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/app.zip",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/app.zip",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/app.zip",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/app.zip",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/app.zip",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/app.zip",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/app.zip",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/app.zip",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/app.zip"} 83 http_response_size_bytes_count{method="GET",path="/app.zip"} 3 http_response_size_bytes_bucket{method="GET",path="/app.zst",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/app.zst",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/app.zst",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/app.zst",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/app.zst",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/app.zst",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/app.zst",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/app.zst",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/app.zst",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/app.zst",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/app.zst"} 43 http_response_size_bytes_count{method="GET",path="/app.zst"} 1 http_response_size_bytes_bucket{method="GET",path="/app/*",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/app/*",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/app/*",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/app/*",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/app/*",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/app/*",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/app/*",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/app/*",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/app/*",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/app/*",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/app/*"} 88 http_response_size_bytes_count{method="GET",path="/app/*"} 2 http_response_size_bytes_bucket{method="GET",path="/app/.env",le="100"} 24 http_response_size_bytes_bucket{method="GET",path="/app/.env",le="500"} 24 http_response_size_bytes_bucket{method="GET",path="/app/.env",le="1000"} 24 http_response_size_bytes_bucket{method="GET",path="/app/.env",le="5000"} 24 http_response_size_bytes_bucket{method="GET",path="/app/.env",le="10000"} 24 http_response_size_bytes_bucket{method="GET",path="/app/.env",le="50000"} 24 http_response_size_bytes_bucket{method="GET",path="/app/.env",le="100000"} 24 http_response_size_bytes_bucket{method="GET",path="/app/.env",le="500000"} 24 http_response_size_bytes_bucket{method="GET",path="/app/.env",le="1e+06"} 24 http_response_size_bytes_bucket{method="GET",path="/app/.env",le="+Inf"} 24 http_response_size_bytes_sum{method="GET",path="/app/.env"} 1017 http_response_size_bytes_count{method="GET",path="/app/.env"} 24 http_response_size_bytes_bucket{method="GET",path="/app/.env.local",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/app/.env.local",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/app/.env.local",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/app/.env.local",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/app/.env.local",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/app/.env.local",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/app/.env.local",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/app/.env.local",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/app/.env.local",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/app/.env.local",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/app/.env.local"} 88 http_response_size_bytes_count{method="GET",path="/app/.env.local"} 2 http_response_size_bytes_bucket{method="GET",path="/app/.env.production",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/app/.env.production",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/app/.env.production",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/app/.env.production",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/app/.env.production",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/app/.env.production",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/app/.env.production",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/app/.env.production",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/app/.env.production",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/app/.env.production",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/app/.env.production"} 88 http_response_size_bytes_count{method="GET",path="/app/.env.production"} 2 http_response_size_bytes_bucket{method="GET",path="/app/.environment",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/app/.environment",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/app/.environment",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/app/.environment",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/app/.environment",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/app/.environment",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/app/.environment",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/app/.environment",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/app/.environment",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/app/.environment",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/app/.environment"} 88 http_response_size_bytes_count{method="GET",path="/app/.environment"} 2 http_response_size_bytes_bucket{method="GET",path="/app/.git/config",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/app/.git/config",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/app/.git/config",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/app/.git/config",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/app/.git/config",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/app/.git/config",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/app/.git/config",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/app/.git/config",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/app/.git/config",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/app/.git/config",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/app/.git/config"} 130 http_response_size_bytes_count{method="GET",path="/app/.git/config"} 3 http_response_size_bytes_bucket{method="GET",path="/app/.secrets",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/app/.secrets",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/app/.secrets",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/app/.secrets",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/app/.secrets",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/app/.secrets",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/app/.secrets",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/app/.secrets",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/app/.secrets",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/app/.secrets",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/app/.secrets"} 87 http_response_size_bytes_count{method="GET",path="/app/.secrets"} 2 http_response_size_bytes_bucket{method="GET",path="/app/.terraform/terraform.tfstate",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/app/.terraform/terraform.tfstate",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/app/.terraform/terraform.tfstate",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/app/.terraform/terraform.tfstate",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/app/.terraform/terraform.tfstate",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/app/.terraform/terraform.tfstate",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/app/.terraform/terraform.tfstate",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/app/.terraform/terraform.tfstate",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/app/.terraform/terraform.tfstate",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/app/.terraform/terraform.tfstate",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/app/.terraform/terraform.tfstate"} 88 http_response_size_bytes_count{method="GET",path="/app/.terraform/terraform.tfstate"} 2 http_response_size_bytes_bucket{method="GET",path="/app/amplify.yaml",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/app/amplify.yaml",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/app/amplify.yaml",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/app/amplify.yaml",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/app/amplify.yaml",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/app/amplify.yaml",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/app/amplify.yaml",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/app/amplify.yaml",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/app/amplify.yaml",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/app/amplify.yaml",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/app/amplify.yaml"} 88 http_response_size_bytes_count{method="GET",path="/app/amplify.yaml"} 2 http_response_size_bytes_bucket{method="GET",path="/app/amplify.yml",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/app/amplify.yml",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/app/amplify.yml",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/app/amplify.yml",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/app/amplify.yml",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/app/amplify.yml",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/app/amplify.yml",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/app/amplify.yml",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/app/amplify.yml",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/app/amplify.yml",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/app/amplify.yml"} 88 http_response_size_bytes_count{method="GET",path="/app/amplify.yml"} 2 http_response_size_bytes_bucket{method="GET",path="/app/aws-config.ts",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/app/aws-config.ts",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/app/aws-config.ts",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/app/aws-config.ts",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/app/aws-config.ts",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/app/aws-config.ts",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/app/aws-config.ts",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/app/aws-config.ts",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/app/aws-config.ts",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/app/aws-config.ts",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/app/aws-config.ts"} 43 http_response_size_bytes_count{method="GET",path="/app/aws-config.ts"} 1 http_response_size_bytes_bucket{method="GET",path="/app/aws/config.js",le="100"} 19 http_response_size_bytes_bucket{method="GET",path="/app/aws/config.js",le="500"} 19 http_response_size_bytes_bucket{method="GET",path="/app/aws/config.js",le="1000"} 19 http_response_size_bytes_bucket{method="GET",path="/app/aws/config.js",le="5000"} 19 http_response_size_bytes_bucket{method="GET",path="/app/aws/config.js",le="10000"} 19 http_response_size_bytes_bucket{method="GET",path="/app/aws/config.js",le="50000"} 19 http_response_size_bytes_bucket{method="GET",path="/app/aws/config.js",le="100000"} 19 http_response_size_bytes_bucket{method="GET",path="/app/aws/config.js",le="500000"} 19 http_response_size_bytes_bucket{method="GET",path="/app/aws/config.js",le="1e+06"} 19 http_response_size_bytes_bucket{method="GET",path="/app/aws/config.js",le="+Inf"} 19 http_response_size_bytes_sum{method="GET",path="/app/aws/config.js"} 835 http_response_size_bytes_count{method="GET",path="/app/aws/config.js"} 19 http_response_size_bytes_bucket{method="GET",path="/app/config/.env",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/app/config/.env",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/app/config/.env",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/app/config/.env",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/app/config/.env",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/app/config/.env",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/app/config/.env",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/app/config/.env",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/app/config/.env",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/app/config/.env",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/app/config/.env"} 88 http_response_size_bytes_count{method="GET",path="/app/config/.env"} 2 http_response_size_bytes_bucket{method="GET",path="/app/config/development.ini",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/app/config/development.ini",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/app/config/development.ini",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/app/config/development.ini",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/app/config/development.ini",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/app/config/development.ini",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/app/config/development.ini",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/app/config/development.ini",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/app/config/development.ini",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/app/config/development.ini",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/app/config/development.ini"} 176 http_response_size_bytes_count{method="GET",path="/app/config/development.ini"} 4 http_response_size_bytes_bucket{method="GET",path="/app/config/parameters.yml",le="100"} 11 http_response_size_bytes_bucket{method="GET",path="/app/config/parameters.yml",le="500"} 11 http_response_size_bytes_bucket{method="GET",path="/app/config/parameters.yml",le="1000"} 11 http_response_size_bytes_bucket{method="GET",path="/app/config/parameters.yml",le="5000"} 11 http_response_size_bytes_bucket{method="GET",path="/app/config/parameters.yml",le="10000"} 11 http_response_size_bytes_bucket{method="GET",path="/app/config/parameters.yml",le="50000"} 11 http_response_size_bytes_bucket{method="GET",path="/app/config/parameters.yml",le="100000"} 11 http_response_size_bytes_bucket{method="GET",path="/app/config/parameters.yml",le="500000"} 11 http_response_size_bytes_bucket{method="GET",path="/app/config/parameters.yml",le="1e+06"} 11 http_response_size_bytes_bucket{method="GET",path="/app/config/parameters.yml",le="+Inf"} 11 http_response_size_bytes_sum{method="GET",path="/app/config/parameters.yml"} 477 http_response_size_bytes_count{method="GET",path="/app/config/parameters.yml"} 11 http_response_size_bytes_bucket{method="GET",path="/app/config/parameters.yml.dist",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/app/config/parameters.yml.dist",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/app/config/parameters.yml.dist",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/app/config/parameters.yml.dist",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/app/config/parameters.yml.dist",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/app/config/parameters.yml.dist",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/app/config/parameters.yml.dist",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/app/config/parameters.yml.dist",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/app/config/parameters.yml.dist",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/app/config/parameters.yml.dist",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/app/config/parameters.yml.dist"} 176 http_response_size_bytes_count{method="GET",path="/app/config/parameters.yml.dist"} 4 http_response_size_bytes_bucket{method="GET",path="/app/credentials.json",le="100"} 20 http_response_size_bytes_bucket{method="GET",path="/app/credentials.json",le="500"} 20 http_response_size_bytes_bucket{method="GET",path="/app/credentials.json",le="1000"} 20 http_response_size_bytes_bucket{method="GET",path="/app/credentials.json",le="5000"} 20 http_response_size_bytes_bucket{method="GET",path="/app/credentials.json",le="10000"} 20 http_response_size_bytes_bucket{method="GET",path="/app/credentials.json",le="50000"} 20 http_response_size_bytes_bucket{method="GET",path="/app/credentials.json",le="100000"} 20 http_response_size_bytes_bucket{method="GET",path="/app/credentials.json",le="500000"} 20 http_response_size_bytes_bucket{method="GET",path="/app/credentials.json",le="1e+06"} 20 http_response_size_bytes_bucket{method="GET",path="/app/credentials.json",le="+Inf"} 20 http_response_size_bytes_sum{method="GET",path="/app/credentials.json"} 879 http_response_size_bytes_count{method="GET",path="/app/credentials.json"} 20 http_response_size_bytes_bucket{method="GET",path="/app/docker-compose.yml",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/app/docker-compose.yml",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/app/docker-compose.yml",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/app/docker-compose.yml",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/app/docker-compose.yml",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/app/docker-compose.yml",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/app/docker-compose.yml",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/app/docker-compose.yml",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/app/docker-compose.yml",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/app/docker-compose.yml",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/app/docker-compose.yml"} 88 http_response_size_bytes_count{method="GET",path="/app/docker-compose.yml"} 2 http_response_size_bytes_bucket{method="GET",path="/app/etc/config.local.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/app/etc/config.local.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/app/etc/config.local.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/app/etc/config.local.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/app/etc/config.local.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/app/etc/config.local.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/app/etc/config.local.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/app/etc/config.local.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/app/etc/config.local.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/app/etc/config.local.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/app/etc/config.local.php"} 88 http_response_size_bytes_count{method="GET",path="/app/etc/config.local.php"} 2 http_response_size_bytes_bucket{method="GET",path="/app/etc/config.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/app/etc/config.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/app/etc/config.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/app/etc/config.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/app/etc/config.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/app/etc/config.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/app/etc/config.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/app/etc/config.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/app/etc/config.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/app/etc/config.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/app/etc/config.php"} 87 http_response_size_bytes_count{method="GET",path="/app/etc/config.php"} 2 http_response_size_bytes_bucket{method="GET",path="/app/lib/aws.js",le="100"} 19 http_response_size_bytes_bucket{method="GET",path="/app/lib/aws.js",le="500"} 19 http_response_size_bytes_bucket{method="GET",path="/app/lib/aws.js",le="1000"} 19 http_response_size_bytes_bucket{method="GET",path="/app/lib/aws.js",le="5000"} 19 http_response_size_bytes_bucket{method="GET",path="/app/lib/aws.js",le="10000"} 19 http_response_size_bytes_bucket{method="GET",path="/app/lib/aws.js",le="50000"} 19 http_response_size_bytes_bucket{method="GET",path="/app/lib/aws.js",le="100000"} 19 http_response_size_bytes_bucket{method="GET",path="/app/lib/aws.js",le="500000"} 19 http_response_size_bytes_bucket{method="GET",path="/app/lib/aws.js",le="1e+06"} 19 http_response_size_bytes_bucket{method="GET",path="/app/lib/aws.js",le="+Inf"} 19 http_response_size_bytes_sum{method="GET",path="/app/lib/aws.js"} 834 http_response_size_bytes_count{method="GET",path="/app/lib/aws.js"} 19 http_response_size_bytes_bucket{method="GET",path="/app/lib/aws.ts",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/app/lib/aws.ts",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/app/lib/aws.ts",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/app/lib/aws.ts",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/app/lib/aws.ts",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/app/lib/aws.ts",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/app/lib/aws.ts",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/app/lib/aws.ts",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/app/lib/aws.ts",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/app/lib/aws.ts",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/app/lib/aws.ts"} 43 http_response_size_bytes_count{method="GET",path="/app/lib/aws.ts"} 1 http_response_size_bytes_bucket{method="GET",path="/app/netlify.toml",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/app/netlify.toml",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/app/netlify.toml",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/app/netlify.toml",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/app/netlify.toml",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/app/netlify.toml",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/app/netlify.toml",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/app/netlify.toml",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/app/netlify.toml",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/app/netlify.toml",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/app/netlify.toml"} 88 http_response_size_bytes_count{method="GET",path="/app/netlify.toml"} 2 http_response_size_bytes_bucket{method="GET",path="/app/next.config.js",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/app/next.config.js",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/app/next.config.js",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/app/next.config.js",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/app/next.config.js",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/app/next.config.js",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/app/next.config.js",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/app/next.config.js",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/app/next.config.js",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/app/next.config.js",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/app/next.config.js"} 88 http_response_size_bytes_count{method="GET",path="/app/next.config.js"} 2 http_response_size_bytes_bucket{method="GET",path="/app/next.config.mjs",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/app/next.config.mjs",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/app/next.config.mjs",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/app/next.config.mjs",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/app/next.config.mjs",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/app/next.config.mjs",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/app/next.config.mjs",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/app/next.config.mjs",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/app/next.config.mjs",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/app/next.config.mjs",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/app/next.config.mjs"} 88 http_response_size_bytes_count{method="GET",path="/app/next.config.mjs"} 2 http_response_size_bytes_bucket{method="GET",path="/app/nuxt.config.js",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/app/nuxt.config.js",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/app/nuxt.config.js",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/app/nuxt.config.js",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/app/nuxt.config.js",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/app/nuxt.config.js",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/app/nuxt.config.js",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/app/nuxt.config.js",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/app/nuxt.config.js",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/app/nuxt.config.js",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/app/nuxt.config.js"} 88 http_response_size_bytes_count{method="GET",path="/app/nuxt.config.js"} 2 http_response_size_bytes_bucket{method="GET",path="/app/package.json",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/app/package.json",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/app/package.json",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/app/package.json",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/app/package.json",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/app/package.json",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/app/package.json",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/app/package.json",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/app/package.json",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/app/package.json",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/app/package.json"} 88 http_response_size_bytes_count{method="GET",path="/app/package.json"} 2 http_response_size_bytes_bucket{method="GET",path="/app/phpinfo.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/app/phpinfo.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/app/phpinfo.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/app/phpinfo.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/app/phpinfo.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/app/phpinfo.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/app/phpinfo.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/app/phpinfo.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/app/phpinfo.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/app/phpinfo.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/app/phpinfo.php"} 88 http_response_size_bytes_count{method="GET",path="/app/phpinfo.php"} 2 http_response_size_bytes_bucket{method="GET",path="/app/routes/aws.js",le="100"} 19 http_response_size_bytes_bucket{method="GET",path="/app/routes/aws.js",le="500"} 19 http_response_size_bytes_bucket{method="GET",path="/app/routes/aws.js",le="1000"} 19 http_response_size_bytes_bucket{method="GET",path="/app/routes/aws.js",le="5000"} 19 http_response_size_bytes_bucket{method="GET",path="/app/routes/aws.js",le="10000"} 19 http_response_size_bytes_bucket{method="GET",path="/app/routes/aws.js",le="50000"} 19 http_response_size_bytes_bucket{method="GET",path="/app/routes/aws.js",le="100000"} 19 http_response_size_bytes_bucket{method="GET",path="/app/routes/aws.js",le="500000"} 19 http_response_size_bytes_bucket{method="GET",path="/app/routes/aws.js",le="1e+06"} 19 http_response_size_bytes_bucket{method="GET",path="/app/routes/aws.js",le="+Inf"} 19 http_response_size_bytes_sum{method="GET",path="/app/routes/aws.js"} 835 http_response_size_bytes_count{method="GET",path="/app/routes/aws.js"} 19 http_response_size_bytes_bucket{method="GET",path="/app/serverless.yaml",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/app/serverless.yaml",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/app/serverless.yaml",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/app/serverless.yaml",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/app/serverless.yaml",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/app/serverless.yaml",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/app/serverless.yaml",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/app/serverless.yaml",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/app/serverless.yaml",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/app/serverless.yaml",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/app/serverless.yaml"} 88 http_response_size_bytes_count{method="GET",path="/app/serverless.yaml"} 2 http_response_size_bytes_bucket{method="GET",path="/app/serverless.yml",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/app/serverless.yml",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/app/serverless.yml",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/app/serverless.yml",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/app/serverless.yml",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/app/serverless.yml",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/app/serverless.yml",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/app/serverless.yml",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/app/serverless.yml",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/app/serverless.yml",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/app/serverless.yml"} 88 http_response_size_bytes_count{method="GET",path="/app/serverless.yml"} 2 http_response_size_bytes_bucket{method="GET",path="/app/terraform.tfstate",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/app/terraform.tfstate",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/app/terraform.tfstate",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/app/terraform.tfstate",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/app/terraform.tfstate",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/app/terraform.tfstate",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/app/terraform.tfstate",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/app/terraform.tfstate",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/app/terraform.tfstate",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/app/terraform.tfstate",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/app/terraform.tfstate"} 88 http_response_size_bytes_count{method="GET",path="/app/terraform.tfstate"} 2 http_response_size_bytes_bucket{method="GET",path="/app/vercel.json",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/app/vercel.json",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/app/vercel.json",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/app/vercel.json",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/app/vercel.json",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/app/vercel.json",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/app/vercel.json",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/app/vercel.json",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/app/vercel.json",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/app/vercel.json",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/app/vercel.json"} 87 http_response_size_bytes_count{method="GET",path="/app/vercel.json"} 2 http_response_size_bytes_bucket{method="GET",path="/app_dev.php/_profiler/phpinfo",le="100"} 7 http_response_size_bytes_bucket{method="GET",path="/app_dev.php/_profiler/phpinfo",le="500"} 7 http_response_size_bytes_bucket{method="GET",path="/app_dev.php/_profiler/phpinfo",le="1000"} 7 http_response_size_bytes_bucket{method="GET",path="/app_dev.php/_profiler/phpinfo",le="5000"} 7 http_response_size_bytes_bucket{method="GET",path="/app_dev.php/_profiler/phpinfo",le="10000"} 7 http_response_size_bytes_bucket{method="GET",path="/app_dev.php/_profiler/phpinfo",le="50000"} 7 http_response_size_bytes_bucket{method="GET",path="/app_dev.php/_profiler/phpinfo",le="100000"} 7 http_response_size_bytes_bucket{method="GET",path="/app_dev.php/_profiler/phpinfo",le="500000"} 7 http_response_size_bytes_bucket{method="GET",path="/app_dev.php/_profiler/phpinfo",le="1e+06"} 7 http_response_size_bytes_bucket{method="GET",path="/app_dev.php/_profiler/phpinfo",le="+Inf"} 7 http_response_size_bytes_sum{method="GET",path="/app_dev.php/_profiler/phpinfo"} 301 http_response_size_bytes_count{method="GET",path="/app_dev.php/_profiler/phpinfo"} 7 http_response_size_bytes_bucket{method="GET",path="/application-production.properties",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/application-production.properties",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/application-production.properties",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/application-production.properties",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/application-production.properties",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/application-production.properties",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/application-production.properties",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/application-production.properties",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/application-production.properties",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/application-production.properties",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/application-production.properties"} 43 http_response_size_bytes_count{method="GET",path="/application-production.properties"} 1 http_response_size_bytes_bucket{method="GET",path="/application.7z",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/application.7z",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/application.7z",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/application.7z",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/application.7z",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/application.7z",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/application.7z",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/application.7z",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/application.7z",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/application.7z",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/application.7z"} 43 http_response_size_bytes_count{method="GET",path="/application.7z"} 1 http_response_size_bytes_bucket{method="GET",path="/application.bz2",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/application.bz2",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/application.bz2",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/application.bz2",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/application.bz2",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/application.bz2",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/application.bz2",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/application.bz2",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/application.bz2",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/application.bz2",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/application.bz2"} 43 http_response_size_bytes_count{method="GET",path="/application.bz2"} 1 http_response_size_bytes_bucket{method="GET",path="/application.gz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/application.gz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/application.gz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/application.gz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/application.gz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/application.gz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/application.gz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/application.gz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/application.gz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/application.gz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/application.gz"} 43 http_response_size_bytes_count{method="GET",path="/application.gz"} 1 http_response_size_bytes_bucket{method="GET",path="/application.ini",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/application.ini",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/application.ini",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/application.ini",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/application.ini",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/application.ini",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/application.ini",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/application.ini",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/application.ini",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/application.ini",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/application.ini"} 88 http_response_size_bytes_count{method="GET",path="/application.ini"} 2 http_response_size_bytes_bucket{method="GET",path="/application.properties",le="100"} 10 http_response_size_bytes_bucket{method="GET",path="/application.properties",le="500"} 10 http_response_size_bytes_bucket{method="GET",path="/application.properties",le="1000"} 10 http_response_size_bytes_bucket{method="GET",path="/application.properties",le="5000"} 10 http_response_size_bytes_bucket{method="GET",path="/application.properties",le="10000"} 10 http_response_size_bytes_bucket{method="GET",path="/application.properties",le="50000"} 10 http_response_size_bytes_bucket{method="GET",path="/application.properties",le="100000"} 10 http_response_size_bytes_bucket{method="GET",path="/application.properties",le="500000"} 10 http_response_size_bytes_bucket{method="GET",path="/application.properties",le="1e+06"} 10 http_response_size_bytes_bucket{method="GET",path="/application.properties",le="+Inf"} 10 http_response_size_bytes_sum{method="GET",path="/application.properties"} 431 http_response_size_bytes_count{method="GET",path="/application.properties"} 10 http_response_size_bytes_bucket{method="GET",path="/application.rar",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/application.rar",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/application.rar",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/application.rar",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/application.rar",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/application.rar",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/application.rar",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/application.rar",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/application.rar",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/application.rar",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/application.rar"} 43 http_response_size_bytes_count{method="GET",path="/application.rar"} 1 http_response_size_bytes_bucket{method="GET",path="/application.sql",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/application.sql",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/application.sql",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/application.sql",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/application.sql",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/application.sql",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/application.sql",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/application.sql",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/application.sql",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/application.sql",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/application.sql"} 43 http_response_size_bytes_count{method="GET",path="/application.sql"} 1 http_response_size_bytes_bucket{method="GET",path="/application.sql.bz2",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/application.sql.bz2",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/application.sql.bz2",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/application.sql.bz2",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/application.sql.bz2",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/application.sql.bz2",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/application.sql.bz2",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/application.sql.bz2",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/application.sql.bz2",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/application.sql.bz2",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/application.sql.bz2"} 43 http_response_size_bytes_count{method="GET",path="/application.sql.bz2"} 1 http_response_size_bytes_bucket{method="GET",path="/application.sql.gz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/application.sql.gz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/application.sql.gz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/application.sql.gz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/application.sql.gz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/application.sql.gz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/application.sql.gz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/application.sql.gz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/application.sql.gz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/application.sql.gz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/application.sql.gz"} 43 http_response_size_bytes_count{method="GET",path="/application.sql.gz"} 1 http_response_size_bytes_bucket{method="GET",path="/application.tar",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/application.tar",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/application.tar",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/application.tar",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/application.tar",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/application.tar",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/application.tar",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/application.tar",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/application.tar",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/application.tar",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/application.tar"} 43 http_response_size_bytes_count{method="GET",path="/application.tar"} 1 http_response_size_bytes_bucket{method="GET",path="/application.tar.bz2",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/application.tar.bz2",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/application.tar.bz2",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/application.tar.bz2",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/application.tar.bz2",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/application.tar.bz2",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/application.tar.bz2",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/application.tar.bz2",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/application.tar.bz2",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/application.tar.bz2",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/application.tar.bz2"} 43 http_response_size_bytes_count{method="GET",path="/application.tar.bz2"} 1 http_response_size_bytes_bucket{method="GET",path="/application.tar.gz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/application.tar.gz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/application.tar.gz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/application.tar.gz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/application.tar.gz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/application.tar.gz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/application.tar.gz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/application.tar.gz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/application.tar.gz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/application.tar.gz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/application.tar.gz"} 43 http_response_size_bytes_count{method="GET",path="/application.tar.gz"} 1 http_response_size_bytes_bucket{method="GET",path="/application.tar.xz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/application.tar.xz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/application.tar.xz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/application.tar.xz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/application.tar.xz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/application.tar.xz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/application.tar.xz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/application.tar.xz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/application.tar.xz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/application.tar.xz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/application.tar.xz"} 43 http_response_size_bytes_count{method="GET",path="/application.tar.xz"} 1 http_response_size_bytes_bucket{method="GET",path="/application.tgz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/application.tgz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/application.tgz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/application.tgz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/application.tgz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/application.tgz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/application.tgz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/application.tgz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/application.tgz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/application.tgz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/application.tgz"} 43 http_response_size_bytes_count{method="GET",path="/application.tgz"} 1 http_response_size_bytes_bucket{method="GET",path="/application.yaml",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/application.yaml",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/application.yaml",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/application.yaml",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/application.yaml",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/application.yaml",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/application.yaml",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/application.yaml",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/application.yaml",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/application.yaml",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/application.yaml"} 43 http_response_size_bytes_count{method="GET",path="/application.yaml"} 1 http_response_size_bytes_bucket{method="GET",path="/application.yml",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/application.yml",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/application.yml",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/application.yml",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/application.yml",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/application.yml",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/application.yml",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/application.yml",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/application.yml",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/application.yml",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/application.yml"} 129 http_response_size_bytes_count{method="GET",path="/application.yml"} 3 http_response_size_bytes_bucket{method="GET",path="/application.zip",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/application.zip",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/application.zip",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/application.zip",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/application.zip",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/application.zip",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/application.zip",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/application.zip",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/application.zip",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/application.zip",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/application.zip"} 83 http_response_size_bytes_count{method="GET",path="/application.zip"} 3 http_response_size_bytes_bucket{method="GET",path="/application.zst",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/application.zst",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/application.zst",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/application.zst",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/application.zst",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/application.zst",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/application.zst",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/application.zst",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/application.zst",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/application.zst",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/application.zst"} 43 http_response_size_bytes_count{method="GET",path="/application.zst"} 1 http_response_size_bytes_bucket{method="GET",path="/application/.env",le="100"} 10 http_response_size_bytes_bucket{method="GET",path="/application/.env",le="500"} 10 http_response_size_bytes_bucket{method="GET",path="/application/.env",le="1000"} 10 http_response_size_bytes_bucket{method="GET",path="/application/.env",le="5000"} 10 http_response_size_bytes_bucket{method="GET",path="/application/.env",le="10000"} 10 http_response_size_bytes_bucket{method="GET",path="/application/.env",le="50000"} 10 http_response_size_bytes_bucket{method="GET",path="/application/.env",le="100000"} 10 http_response_size_bytes_bucket{method="GET",path="/application/.env",le="500000"} 10 http_response_size_bytes_bucket{method="GET",path="/application/.env",le="1e+06"} 10 http_response_size_bytes_bucket{method="GET",path="/application/.env",le="+Inf"} 10 http_response_size_bytes_sum{method="GET",path="/application/.env"} 433 http_response_size_bytes_count{method="GET",path="/application/.env"} 10 http_response_size_bytes_bucket{method="GET",path="/application/config/autoload.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/application/config/autoload.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/application/config/autoload.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/application/config/autoload.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/application/config/autoload.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/application/config/autoload.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/application/config/autoload.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/application/config/autoload.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/application/config/autoload.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/application/config/autoload.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/application/config/autoload.php"} 88 http_response_size_bytes_count{method="GET",path="/application/config/autoload.php"} 2 http_response_size_bytes_bucket{method="GET",path="/application/config/aws_constants.js",le="100"} 17 http_response_size_bytes_bucket{method="GET",path="/application/config/aws_constants.js",le="500"} 17 http_response_size_bytes_bucket{method="GET",path="/application/config/aws_constants.js",le="1000"} 17 http_response_size_bytes_bucket{method="GET",path="/application/config/aws_constants.js",le="5000"} 17 http_response_size_bytes_bucket{method="GET",path="/application/config/aws_constants.js",le="10000"} 17 http_response_size_bytes_bucket{method="GET",path="/application/config/aws_constants.js",le="50000"} 17 http_response_size_bytes_bucket{method="GET",path="/application/config/aws_constants.js",le="100000"} 17 http_response_size_bytes_bucket{method="GET",path="/application/config/aws_constants.js",le="500000"} 17 http_response_size_bytes_bucket{method="GET",path="/application/config/aws_constants.js",le="1e+06"} 17 http_response_size_bytes_bucket{method="GET",path="/application/config/aws_constants.js",le="+Inf"} 17 http_response_size_bytes_sum{method="GET",path="/application/config/aws_constants.js"} 747 http_response_size_bytes_count{method="GET",path="/application/config/aws_constants.js"} 17 http_response_size_bytes_bucket{method="GET",path="/application/config/config.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/application/config/config.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/application/config/config.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/application/config/config.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/application/config/config.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/application/config/config.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/application/config/config.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/application/config/config.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/application/config/config.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/application/config/config.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/application/config/config.php"} 88 http_response_size_bytes_count{method="GET",path="/application/config/config.php"} 2 http_response_size_bytes_bucket{method="GET",path="/application/config/constants.js",le="100"} 17 http_response_size_bytes_bucket{method="GET",path="/application/config/constants.js",le="500"} 17 http_response_size_bytes_bucket{method="GET",path="/application/config/constants.js",le="1000"} 17 http_response_size_bytes_bucket{method="GET",path="/application/config/constants.js",le="5000"} 17 http_response_size_bytes_bucket{method="GET",path="/application/config/constants.js",le="10000"} 17 http_response_size_bytes_bucket{method="GET",path="/application/config/constants.js",le="50000"} 17 http_response_size_bytes_bucket{method="GET",path="/application/config/constants.js",le="100000"} 17 http_response_size_bytes_bucket{method="GET",path="/application/config/constants.js",le="500000"} 17 http_response_size_bytes_bucket{method="GET",path="/application/config/constants.js",le="1e+06"} 17 http_response_size_bytes_bucket{method="GET",path="/application/config/constants.js",le="+Inf"} 17 http_response_size_bytes_sum{method="GET",path="/application/config/constants.js"} 748 http_response_size_bytes_count{method="GET",path="/application/config/constants.js"} 17 http_response_size_bytes_bucket{method="GET",path="/application/config/constants.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/application/config/constants.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/application/config/constants.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/application/config/constants.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/application/config/constants.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/application/config/constants.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/application/config/constants.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/application/config/constants.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/application/config/constants.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/application/config/constants.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/application/config/constants.php"} 88 http_response_size_bytes_count{method="GET",path="/application/config/constants.php"} 2 http_response_size_bytes_bucket{method="GET",path="/application/config/constants.php/",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/application/config/constants.php/",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/application/config/constants.php/",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/application/config/constants.php/",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/application/config/constants.php/",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/application/config/constants.php/",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/application/config/constants.php/",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/application/config/constants.php/",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/application/config/constants.php/",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/application/config/constants.php/",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/application/config/constants.php/"} 88 http_response_size_bytes_count{method="GET",path="/application/config/constants.php/"} 2 http_response_size_bytes_bucket{method="GET",path="/application/config/database.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/application/config/database.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/application/config/database.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/application/config/database.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/application/config/database.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/application/config/database.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/application/config/database.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/application/config/database.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/application/config/database.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/application/config/database.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/application/config/database.php"} 88 http_response_size_bytes_count{method="GET",path="/application/config/database.php"} 2 http_response_size_bytes_bucket{method="GET",path="/application/config/db.js",le="100"} 17 http_response_size_bytes_bucket{method="GET",path="/application/config/db.js",le="500"} 17 http_response_size_bytes_bucket{method="GET",path="/application/config/db.js",le="1000"} 17 http_response_size_bytes_bucket{method="GET",path="/application/config/db.js",le="5000"} 17 http_response_size_bytes_bucket{method="GET",path="/application/config/db.js",le="10000"} 17 http_response_size_bytes_bucket{method="GET",path="/application/config/db.js",le="50000"} 17 http_response_size_bytes_bucket{method="GET",path="/application/config/db.js",le="100000"} 17 http_response_size_bytes_bucket{method="GET",path="/application/config/db.js",le="500000"} 17 http_response_size_bytes_bucket{method="GET",path="/application/config/db.js",le="1e+06"} 17 http_response_size_bytes_bucket{method="GET",path="/application/config/db.js",le="+Inf"} 17 http_response_size_bytes_sum{method="GET",path="/application/config/db.js"} 748 http_response_size_bytes_count{method="GET",path="/application/config/db.js"} 17 http_response_size_bytes_bucket{method="GET",path="/application/config/email.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/application/config/email.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/application/config/email.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/application/config/email.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/application/config/email.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/application/config/email.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/application/config/email.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/application/config/email.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/application/config/email.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/application/config/email.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/application/config/email.php"} 88 http_response_size_bytes_count{method="GET",path="/application/config/email.php"} 2 http_response_size_bytes_bucket{method="GET",path="/application/config/profiler.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/application/config/profiler.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/application/config/profiler.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/application/config/profiler.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/application/config/profiler.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/application/config/profiler.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/application/config/profiler.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/application/config/profiler.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/application/config/profiler.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/application/config/profiler.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/application/config/profiler.php"} 88 http_response_size_bytes_count{method="GET",path="/application/config/profiler.php"} 2 http_response_size_bytes_bucket{method="GET",path="/application/config/routes.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/application/config/routes.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/application/config/routes.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/application/config/routes.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/application/config/routes.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/application/config/routes.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/application/config/routes.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/application/config/routes.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/application/config/routes.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/application/config/routes.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/application/config/routes.php"} 88 http_response_size_bytes_count{method="GET",path="/application/config/routes.php"} 2 http_response_size_bytes_bucket{method="GET",path="/application/configs/application.ini",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/application/configs/application.ini",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/application/configs/application.ini",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/application/configs/application.ini",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/application/configs/application.ini",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/application/configs/application.ini",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/application/configs/application.ini",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/application/configs/application.ini",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/application/configs/application.ini",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/application/configs/application.ini",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/application/configs/application.ini"} 88 http_response_size_bytes_count{method="GET",path="/application/configs/application.ini"} 2 http_response_size_bytes_bucket{method="GET",path="/application/libraries/aws-config.ini",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/application/libraries/aws-config.ini",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/application/libraries/aws-config.ini",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/application/libraries/aws-config.ini",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/application/libraries/aws-config.ini",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/application/libraries/aws-config.ini",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/application/libraries/aws-config.ini",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/application/libraries/aws-config.ini",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/application/libraries/aws-config.ini",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/application/libraries/aws-config.ini",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/application/libraries/aws-config.ini"} 88 http_response_size_bytes_count{method="GET",path="/application/libraries/aws-config.ini"} 2 http_response_size_bytes_bucket{method="GET",path="/application/libraries/aws/access.ini",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/application/libraries/aws/access.ini",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/application/libraries/aws/access.ini",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/application/libraries/aws/access.ini",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/application/libraries/aws/access.ini",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/application/libraries/aws/access.ini",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/application/libraries/aws/access.ini",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/application/libraries/aws/access.ini",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/application/libraries/aws/access.ini",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/application/libraries/aws/access.ini",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/application/libraries/aws/access.ini"} 88 http_response_size_bytes_count{method="GET",path="/application/libraries/aws/access.ini"} 2 http_response_size_bytes_bucket{method="GET",path="/application_default_credentials.json",le="100"} 21 http_response_size_bytes_bucket{method="GET",path="/application_default_credentials.json",le="500"} 21 http_response_size_bytes_bucket{method="GET",path="/application_default_credentials.json",le="1000"} 21 http_response_size_bytes_bucket{method="GET",path="/application_default_credentials.json",le="5000"} 21 http_response_size_bytes_bucket{method="GET",path="/application_default_credentials.json",le="10000"} 21 http_response_size_bytes_bucket{method="GET",path="/application_default_credentials.json",le="50000"} 21 http_response_size_bytes_bucket{method="GET",path="/application_default_credentials.json",le="100000"} 21 http_response_size_bytes_bucket{method="GET",path="/application_default_credentials.json",le="500000"} 21 http_response_size_bytes_bucket{method="GET",path="/application_default_credentials.json",le="1e+06"} 21 http_response_size_bytes_bucket{method="GET",path="/application_default_credentials.json",le="+Inf"} 21 http_response_size_bytes_sum{method="GET",path="/application_default_credentials.json"} 922 http_response_size_bytes_count{method="GET",path="/application_default_credentials.json"} 21 http_response_size_bytes_bucket{method="GET",path="/applications.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/applications.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/applications.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/applications.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/applications.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/applications.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/applications.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/applications.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/applications.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/applications.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/applications.zip"} 40 http_response_size_bytes_count{method="GET",path="/applications.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/apps.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/apps.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/apps.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/apps.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/apps.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/apps.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/apps.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/apps.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/apps.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/apps.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/apps.zip"} 40 http_response_size_bytes_count{method="GET",path="/apps.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/apps/.env",le="100"} 13 http_response_size_bytes_bucket{method="GET",path="/apps/.env",le="500"} 13 http_response_size_bytes_bucket{method="GET",path="/apps/.env",le="1000"} 13 http_response_size_bytes_bucket{method="GET",path="/apps/.env",le="5000"} 13 http_response_size_bytes_bucket{method="GET",path="/apps/.env",le="10000"} 13 http_response_size_bytes_bucket{method="GET",path="/apps/.env",le="50000"} 13 http_response_size_bytes_bucket{method="GET",path="/apps/.env",le="100000"} 13 http_response_size_bytes_bucket{method="GET",path="/apps/.env",le="500000"} 13 http_response_size_bytes_bucket{method="GET",path="/apps/.env",le="1e+06"} 13 http_response_size_bytes_bucket{method="GET",path="/apps/.env",le="+Inf"} 13 http_response_size_bytes_sum{method="GET",path="/apps/.env"} 564 http_response_size_bytes_count{method="GET",path="/apps/.env"} 13 http_response_size_bytes_bucket{method="GET",path="/apps/config/.env",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/apps/config/.env",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/apps/config/.env",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/apps/config/.env",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/apps/config/.env",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/apps/config/.env",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/apps/config/.env",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/apps/config/.env",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/apps/config/.env",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/apps/config/.env",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/apps/config/.env"} 88 http_response_size_bytes_count{method="GET",path="/apps/config/.env"} 2 http_response_size_bytes_bucket{method="GET",path="/apps/phpinfo.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/apps/phpinfo.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/apps/phpinfo.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/apps/phpinfo.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/apps/phpinfo.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/apps/phpinfo.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/apps/phpinfo.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/apps/phpinfo.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/apps/phpinfo.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/apps/phpinfo.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/apps/phpinfo.php"} 88 http_response_size_bytes_count{method="GET",path="/apps/phpinfo.php"} 2 http_response_size_bytes_bucket{method="GET",path="/appsettings.Development.json",le="100"} 25 http_response_size_bytes_bucket{method="GET",path="/appsettings.Development.json",le="500"} 25 http_response_size_bytes_bucket{method="GET",path="/appsettings.Development.json",le="1000"} 25 http_response_size_bytes_bucket{method="GET",path="/appsettings.Development.json",le="5000"} 25 http_response_size_bytes_bucket{method="GET",path="/appsettings.Development.json",le="10000"} 25 http_response_size_bytes_bucket{method="GET",path="/appsettings.Development.json",le="50000"} 25 http_response_size_bytes_bucket{method="GET",path="/appsettings.Development.json",le="100000"} 25 http_response_size_bytes_bucket{method="GET",path="/appsettings.Development.json",le="500000"} 25 http_response_size_bytes_bucket{method="GET",path="/appsettings.Development.json",le="1e+06"} 25 http_response_size_bytes_bucket{method="GET",path="/appsettings.Development.json",le="+Inf"} 25 http_response_size_bytes_sum{method="GET",path="/appsettings.Development.json"} 1097 http_response_size_bytes_count{method="GET",path="/appsettings.Development.json"} 25 http_response_size_bytes_bucket{method="GET",path="/appsettings.Local.json",le="100"} 19 http_response_size_bytes_bucket{method="GET",path="/appsettings.Local.json",le="500"} 19 http_response_size_bytes_bucket{method="GET",path="/appsettings.Local.json",le="1000"} 19 http_response_size_bytes_bucket{method="GET",path="/appsettings.Local.json",le="5000"} 19 http_response_size_bytes_bucket{method="GET",path="/appsettings.Local.json",le="10000"} 19 http_response_size_bytes_bucket{method="GET",path="/appsettings.Local.json",le="50000"} 19 http_response_size_bytes_bucket{method="GET",path="/appsettings.Local.json",le="100000"} 19 http_response_size_bytes_bucket{method="GET",path="/appsettings.Local.json",le="500000"} 19 http_response_size_bytes_bucket{method="GET",path="/appsettings.Local.json",le="1e+06"} 19 http_response_size_bytes_bucket{method="GET",path="/appsettings.Local.json",le="+Inf"} 19 http_response_size_bytes_sum{method="GET",path="/appsettings.Local.json"} 836 http_response_size_bytes_count{method="GET",path="/appsettings.Local.json"} 19 http_response_size_bytes_bucket{method="GET",path="/appsettings.Production.json",le="100"} 21 http_response_size_bytes_bucket{method="GET",path="/appsettings.Production.json",le="500"} 21 http_response_size_bytes_bucket{method="GET",path="/appsettings.Production.json",le="1000"} 21 http_response_size_bytes_bucket{method="GET",path="/appsettings.Production.json",le="5000"} 21 http_response_size_bytes_bucket{method="GET",path="/appsettings.Production.json",le="10000"} 21 http_response_size_bytes_bucket{method="GET",path="/appsettings.Production.json",le="50000"} 21 http_response_size_bytes_bucket{method="GET",path="/appsettings.Production.json",le="100000"} 21 http_response_size_bytes_bucket{method="GET",path="/appsettings.Production.json",le="500000"} 21 http_response_size_bytes_bucket{method="GET",path="/appsettings.Production.json",le="1e+06"} 21 http_response_size_bytes_bucket{method="GET",path="/appsettings.Production.json",le="+Inf"} 21 http_response_size_bytes_sum{method="GET",path="/appsettings.Production.json"} 923 http_response_size_bytes_count{method="GET",path="/appsettings.Production.json"} 21 http_response_size_bytes_bucket{method="GET",path="/appsettings.QA.json",le="100"} 19 http_response_size_bytes_bucket{method="GET",path="/appsettings.QA.json",le="500"} 19 http_response_size_bytes_bucket{method="GET",path="/appsettings.QA.json",le="1000"} 19 http_response_size_bytes_bucket{method="GET",path="/appsettings.QA.json",le="5000"} 19 http_response_size_bytes_bucket{method="GET",path="/appsettings.QA.json",le="10000"} 19 http_response_size_bytes_bucket{method="GET",path="/appsettings.QA.json",le="50000"} 19 http_response_size_bytes_bucket{method="GET",path="/appsettings.QA.json",le="100000"} 19 http_response_size_bytes_bucket{method="GET",path="/appsettings.QA.json",le="500000"} 19 http_response_size_bytes_bucket{method="GET",path="/appsettings.QA.json",le="1e+06"} 19 http_response_size_bytes_bucket{method="GET",path="/appsettings.QA.json",le="+Inf"} 19 http_response_size_bytes_sum{method="GET",path="/appsettings.QA.json"} 836 http_response_size_bytes_count{method="GET",path="/appsettings.QA.json"} 19 http_response_size_bytes_bucket{method="GET",path="/appsettings.Staging.json",le="100"} 19 http_response_size_bytes_bucket{method="GET",path="/appsettings.Staging.json",le="500"} 19 http_response_size_bytes_bucket{method="GET",path="/appsettings.Staging.json",le="1000"} 19 http_response_size_bytes_bucket{method="GET",path="/appsettings.Staging.json",le="5000"} 19 http_response_size_bytes_bucket{method="GET",path="/appsettings.Staging.json",le="10000"} 19 http_response_size_bytes_bucket{method="GET",path="/appsettings.Staging.json",le="50000"} 19 http_response_size_bytes_bucket{method="GET",path="/appsettings.Staging.json",le="100000"} 19 http_response_size_bytes_bucket{method="GET",path="/appsettings.Staging.json",le="500000"} 19 http_response_size_bytes_bucket{method="GET",path="/appsettings.Staging.json",le="1e+06"} 19 http_response_size_bytes_bucket{method="GET",path="/appsettings.Staging.json",le="+Inf"} 19 http_response_size_bytes_sum{method="GET",path="/appsettings.Staging.json"} 836 http_response_size_bytes_count{method="GET",path="/appsettings.Staging.json"} 19 http_response_size_bytes_bucket{method="GET",path="/appsettings.Test.json",le="100"} 19 http_response_size_bytes_bucket{method="GET",path="/appsettings.Test.json",le="500"} 19 http_response_size_bytes_bucket{method="GET",path="/appsettings.Test.json",le="1000"} 19 http_response_size_bytes_bucket{method="GET",path="/appsettings.Test.json",le="5000"} 19 http_response_size_bytes_bucket{method="GET",path="/appsettings.Test.json",le="10000"} 19 http_response_size_bytes_bucket{method="GET",path="/appsettings.Test.json",le="50000"} 19 http_response_size_bytes_bucket{method="GET",path="/appsettings.Test.json",le="100000"} 19 http_response_size_bytes_bucket{method="GET",path="/appsettings.Test.json",le="500000"} 19 http_response_size_bytes_bucket{method="GET",path="/appsettings.Test.json",le="1e+06"} 19 http_response_size_bytes_bucket{method="GET",path="/appsettings.Test.json",le="+Inf"} 19 http_response_size_bytes_sum{method="GET",path="/appsettings.Test.json"} 836 http_response_size_bytes_count{method="GET",path="/appsettings.Test.json"} 19 http_response_size_bytes_bucket{method="GET",path="/appsettings.json",le="100"} 39 http_response_size_bytes_bucket{method="GET",path="/appsettings.json",le="500"} 39 http_response_size_bytes_bucket{method="GET",path="/appsettings.json",le="1000"} 39 http_response_size_bytes_bucket{method="GET",path="/appsettings.json",le="5000"} 39 http_response_size_bytes_bucket{method="GET",path="/appsettings.json",le="10000"} 39 http_response_size_bytes_bucket{method="GET",path="/appsettings.json",le="50000"} 39 http_response_size_bytes_bucket{method="GET",path="/appsettings.json",le="100000"} 39 http_response_size_bytes_bucket{method="GET",path="/appsettings.json",le="500000"} 39 http_response_size_bytes_bucket{method="GET",path="/appsettings.json",le="1e+06"} 39 http_response_size_bytes_bucket{method="GET",path="/appsettings.json",le="+Inf"} 39 http_response_size_bytes_sum{method="GET",path="/appsettings.json"} 1699 http_response_size_bytes_count{method="GET",path="/appsettings.json"} 39 http_response_size_bytes_bucket{method="GET",path="/appveyor.yml",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/appveyor.yml",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/appveyor.yml",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/appveyor.yml",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/appveyor.yml",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/appveyor.yml",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/appveyor.yml",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/appveyor.yml",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/appveyor.yml",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/appveyor.yml",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/appveyor.yml"} 88 http_response_size_bytes_count{method="GET",path="/appveyor.yml"} 2 http_response_size_bytes_bucket{method="GET",path="/ar.php",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/ar.php",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/ar.php",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/ar.php",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/ar.php",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/ar.php",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/ar.php",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/ar.php",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/ar.php",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/ar.php",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/ar.php"} 129 http_response_size_bytes_count{method="GET",path="/ar.php"} 3 http_response_size_bytes_bucket{method="GET",path="/archive.7z",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/archive.7z",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/archive.7z",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/archive.7z",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/archive.7z",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/archive.7z",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/archive.7z",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/archive.7z",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/archive.7z",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/archive.7z",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/archive.7z"} 43 http_response_size_bytes_count{method="GET",path="/archive.7z"} 1 http_response_size_bytes_bucket{method="GET",path="/archive.bz2",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/archive.bz2",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/archive.bz2",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/archive.bz2",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/archive.bz2",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/archive.bz2",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/archive.bz2",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/archive.bz2",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/archive.bz2",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/archive.bz2",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/archive.bz2"} 43 http_response_size_bytes_count{method="GET",path="/archive.bz2"} 1 http_response_size_bytes_bucket{method="GET",path="/archive.gz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/archive.gz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/archive.gz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/archive.gz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/archive.gz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/archive.gz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/archive.gz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/archive.gz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/archive.gz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/archive.gz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/archive.gz"} 43 http_response_size_bytes_count{method="GET",path="/archive.gz"} 1 http_response_size_bytes_bucket{method="GET",path="/archive.rar",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/archive.rar",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/archive.rar",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/archive.rar",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/archive.rar",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/archive.rar",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/archive.rar",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/archive.rar",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/archive.rar",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/archive.rar",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/archive.rar"} 43 http_response_size_bytes_count{method="GET",path="/archive.rar"} 1 http_response_size_bytes_bucket{method="GET",path="/archive.sql",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/archive.sql",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/archive.sql",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/archive.sql",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/archive.sql",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/archive.sql",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/archive.sql",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/archive.sql",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/archive.sql",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/archive.sql",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/archive.sql"} 43 http_response_size_bytes_count{method="GET",path="/archive.sql"} 1 http_response_size_bytes_bucket{method="GET",path="/archive.sql.bz2",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/archive.sql.bz2",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/archive.sql.bz2",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/archive.sql.bz2",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/archive.sql.bz2",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/archive.sql.bz2",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/archive.sql.bz2",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/archive.sql.bz2",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/archive.sql.bz2",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/archive.sql.bz2",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/archive.sql.bz2"} 43 http_response_size_bytes_count{method="GET",path="/archive.sql.bz2"} 1 http_response_size_bytes_bucket{method="GET",path="/archive.sql.gz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/archive.sql.gz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/archive.sql.gz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/archive.sql.gz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/archive.sql.gz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/archive.sql.gz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/archive.sql.gz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/archive.sql.gz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/archive.sql.gz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/archive.sql.gz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/archive.sql.gz"} 43 http_response_size_bytes_count{method="GET",path="/archive.sql.gz"} 1 http_response_size_bytes_bucket{method="GET",path="/archive.tar",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/archive.tar",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/archive.tar",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/archive.tar",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/archive.tar",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/archive.tar",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/archive.tar",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/archive.tar",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/archive.tar",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/archive.tar",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/archive.tar"} 43 http_response_size_bytes_count{method="GET",path="/archive.tar"} 1 http_response_size_bytes_bucket{method="GET",path="/archive.tar.bz2",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/archive.tar.bz2",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/archive.tar.bz2",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/archive.tar.bz2",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/archive.tar.bz2",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/archive.tar.bz2",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/archive.tar.bz2",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/archive.tar.bz2",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/archive.tar.bz2",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/archive.tar.bz2",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/archive.tar.bz2"} 43 http_response_size_bytes_count{method="GET",path="/archive.tar.bz2"} 1 http_response_size_bytes_bucket{method="GET",path="/archive.tar.gz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/archive.tar.gz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/archive.tar.gz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/archive.tar.gz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/archive.tar.gz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/archive.tar.gz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/archive.tar.gz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/archive.tar.gz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/archive.tar.gz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/archive.tar.gz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/archive.tar.gz"} 43 http_response_size_bytes_count{method="GET",path="/archive.tar.gz"} 1 http_response_size_bytes_bucket{method="GET",path="/archive.tar.xz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/archive.tar.xz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/archive.tar.xz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/archive.tar.xz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/archive.tar.xz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/archive.tar.xz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/archive.tar.xz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/archive.tar.xz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/archive.tar.xz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/archive.tar.xz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/archive.tar.xz"} 43 http_response_size_bytes_count{method="GET",path="/archive.tar.xz"} 1 http_response_size_bytes_bucket{method="GET",path="/archive.tgz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/archive.tgz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/archive.tgz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/archive.tgz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/archive.tgz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/archive.tgz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/archive.tgz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/archive.tgz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/archive.tgz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/archive.tgz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/archive.tgz"} 43 http_response_size_bytes_count{method="GET",path="/archive.tgz"} 1 http_response_size_bytes_bucket{method="GET",path="/archive.zip",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/archive.zip",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/archive.zip",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/archive.zip",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/archive.zip",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/archive.zip",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/archive.zip",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/archive.zip",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/archive.zip",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/archive.zip",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/archive.zip"} 83 http_response_size_bytes_count{method="GET",path="/archive.zip"} 3 http_response_size_bytes_bucket{method="GET",path="/archive.zst",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/archive.zst",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/archive.zst",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/archive.zst",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/archive.zst",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/archive.zst",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/archive.zst",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/archive.zst",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/archive.zst",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/archive.zst",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/archive.zst"} 43 http_response_size_bytes_count{method="GET",path="/archive.zst"} 1 http_response_size_bytes_bucket{method="GET",path="/archives.7z",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/archives.7z",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/archives.7z",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/archives.7z",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/archives.7z",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/archives.7z",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/archives.7z",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/archives.7z",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/archives.7z",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/archives.7z",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/archives.7z"} 43 http_response_size_bytes_count{method="GET",path="/archives.7z"} 1 http_response_size_bytes_bucket{method="GET",path="/archives.bz2",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/archives.bz2",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/archives.bz2",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/archives.bz2",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/archives.bz2",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/archives.bz2",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/archives.bz2",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/archives.bz2",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/archives.bz2",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/archives.bz2",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/archives.bz2"} 43 http_response_size_bytes_count{method="GET",path="/archives.bz2"} 1 http_response_size_bytes_bucket{method="GET",path="/archives.gz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/archives.gz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/archives.gz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/archives.gz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/archives.gz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/archives.gz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/archives.gz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/archives.gz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/archives.gz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/archives.gz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/archives.gz"} 43 http_response_size_bytes_count{method="GET",path="/archives.gz"} 1 http_response_size_bytes_bucket{method="GET",path="/archives.rar",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/archives.rar",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/archives.rar",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/archives.rar",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/archives.rar",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/archives.rar",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/archives.rar",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/archives.rar",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/archives.rar",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/archives.rar",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/archives.rar"} 43 http_response_size_bytes_count{method="GET",path="/archives.rar"} 1 http_response_size_bytes_bucket{method="GET",path="/archives.sql",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/archives.sql",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/archives.sql",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/archives.sql",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/archives.sql",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/archives.sql",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/archives.sql",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/archives.sql",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/archives.sql",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/archives.sql",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/archives.sql"} 43 http_response_size_bytes_count{method="GET",path="/archives.sql"} 1 http_response_size_bytes_bucket{method="GET",path="/archives.sql.bz2",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/archives.sql.bz2",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/archives.sql.bz2",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/archives.sql.bz2",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/archives.sql.bz2",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/archives.sql.bz2",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/archives.sql.bz2",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/archives.sql.bz2",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/archives.sql.bz2",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/archives.sql.bz2",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/archives.sql.bz2"} 43 http_response_size_bytes_count{method="GET",path="/archives.sql.bz2"} 1 http_response_size_bytes_bucket{method="GET",path="/archives.sql.gz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/archives.sql.gz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/archives.sql.gz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/archives.sql.gz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/archives.sql.gz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/archives.sql.gz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/archives.sql.gz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/archives.sql.gz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/archives.sql.gz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/archives.sql.gz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/archives.sql.gz"} 43 http_response_size_bytes_count{method="GET",path="/archives.sql.gz"} 1 http_response_size_bytes_bucket{method="GET",path="/archives.tar",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/archives.tar",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/archives.tar",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/archives.tar",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/archives.tar",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/archives.tar",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/archives.tar",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/archives.tar",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/archives.tar",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/archives.tar",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/archives.tar"} 43 http_response_size_bytes_count{method="GET",path="/archives.tar"} 1 http_response_size_bytes_bucket{method="GET",path="/archives.tar.bz2",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/archives.tar.bz2",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/archives.tar.bz2",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/archives.tar.bz2",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/archives.tar.bz2",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/archives.tar.bz2",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/archives.tar.bz2",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/archives.tar.bz2",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/archives.tar.bz2",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/archives.tar.bz2",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/archives.tar.bz2"} 43 http_response_size_bytes_count{method="GET",path="/archives.tar.bz2"} 1 http_response_size_bytes_bucket{method="GET",path="/archives.tar.gz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/archives.tar.gz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/archives.tar.gz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/archives.tar.gz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/archives.tar.gz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/archives.tar.gz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/archives.tar.gz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/archives.tar.gz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/archives.tar.gz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/archives.tar.gz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/archives.tar.gz"} 43 http_response_size_bytes_count{method="GET",path="/archives.tar.gz"} 1 http_response_size_bytes_bucket{method="GET",path="/archives.tar.xz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/archives.tar.xz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/archives.tar.xz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/archives.tar.xz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/archives.tar.xz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/archives.tar.xz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/archives.tar.xz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/archives.tar.xz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/archives.tar.xz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/archives.tar.xz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/archives.tar.xz"} 43 http_response_size_bytes_count{method="GET",path="/archives.tar.xz"} 1 http_response_size_bytes_bucket{method="GET",path="/archives.tgz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/archives.tgz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/archives.tgz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/archives.tgz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/archives.tgz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/archives.tgz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/archives.tgz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/archives.tgz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/archives.tgz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/archives.tgz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/archives.tgz"} 43 http_response_size_bytes_count{method="GET",path="/archives.tgz"} 1 http_response_size_bytes_bucket{method="GET",path="/archives.zip",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/archives.zip",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/archives.zip",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/archives.zip",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/archives.zip",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/archives.zip",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/archives.zip",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/archives.zip",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/archives.zip",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/archives.zip",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/archives.zip"} 43 http_response_size_bytes_count{method="GET",path="/archives.zip"} 1 http_response_size_bytes_bucket{method="GET",path="/archives.zst",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/archives.zst",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/archives.zst",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/archives.zst",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/archives.zst",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/archives.zst",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/archives.zst",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/archives.zst",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/archives.zst",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/archives.zst",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/archives.zst"} 43 http_response_size_bytes_count{method="GET",path="/archives.zst"} 1 http_response_size_bytes_bucket{method="GET",path="/articles/*",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/articles/*",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/articles/*",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/articles/*",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/articles/*",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/articles/*",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/articles/*",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/articles/*",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/articles/*",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/articles/*",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/articles/*"} 88 http_response_size_bytes_count{method="GET",path="/articles/*"} 2 http_response_size_bytes_bucket{method="GET",path="/as.php",le="100"} 7 http_response_size_bytes_bucket{method="GET",path="/as.php",le="500"} 7 http_response_size_bytes_bucket{method="GET",path="/as.php",le="1000"} 7 http_response_size_bytes_bucket{method="GET",path="/as.php",le="5000"} 7 http_response_size_bytes_bucket{method="GET",path="/as.php",le="10000"} 7 http_response_size_bytes_bucket{method="GET",path="/as.php",le="50000"} 7 http_response_size_bytes_bucket{method="GET",path="/as.php",le="100000"} 7 http_response_size_bytes_bucket{method="GET",path="/as.php",le="500000"} 7 http_response_size_bytes_bucket{method="GET",path="/as.php",le="1e+06"} 7 http_response_size_bytes_bucket{method="GET",path="/as.php",le="+Inf"} 7 http_response_size_bytes_sum{method="GET",path="/as.php"} 301 http_response_size_bytes_count{method="GET",path="/as.php"} 7 http_response_size_bytes_bucket{method="GET",path="/asasx.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/asasx.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/asasx.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/asasx.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/asasx.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/asasx.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/asasx.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/asasx.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/asasx.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/asasx.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/asasx.php"} 86 http_response_size_bytes_count{method="GET",path="/asasx.php"} 2 http_response_size_bytes_bucket{method="GET",path="/asd.php",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/asd.php",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/asd.php",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/asd.php",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/asd.php",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/asd.php",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/asd.php",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/asd.php",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/asd.php",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/asd.php",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/asd.php"} 129 http_response_size_bytes_count{method="GET",path="/asd.php"} 3 http_response_size_bytes_bucket{method="GET",path="/asdf.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/asdf.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/asdf.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/asdf.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/asdf.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/asdf.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/asdf.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/asdf.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/asdf.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/asdf.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/asdf.php"} 88 http_response_size_bytes_count{method="GET",path="/asdf.php"} 2 http_response_size_bytes_bucket{method="GET",path="/asdkjh2k3h4_nonexistent_path",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/asdkjh2k3h4_nonexistent_path",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/asdkjh2k3h4_nonexistent_path",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/asdkjh2k3h4_nonexistent_path",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/asdkjh2k3h4_nonexistent_path",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/asdkjh2k3h4_nonexistent_path",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/asdkjh2k3h4_nonexistent_path",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/asdkjh2k3h4_nonexistent_path",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/asdkjh2k3h4_nonexistent_path",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/asdkjh2k3h4_nonexistent_path",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/asdkjh2k3h4_nonexistent_path"} 43 http_response_size_bytes_count{method="GET",path="/asdkjh2k3h4_nonexistent_path"} 1 http_response_size_bytes_bucket{method="GET",path="/asp.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/asp.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/asp.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/asp.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/asp.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/asp.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/asp.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/asp.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/asp.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/asp.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/asp.zip"} 40 http_response_size_bytes_count{method="GET",path="/asp.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/aspnet.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/aspnet.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/aspnet.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/aspnet.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/aspnet.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/aspnet.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/aspnet.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/aspnet.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/aspnet.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/aspnet.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/aspnet.zip"} 40 http_response_size_bytes_count{method="GET",path="/aspnet.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/asset-manifest.json",le="100"} 22 http_response_size_bytes_bucket{method="GET",path="/asset-manifest.json",le="500"} 22 http_response_size_bytes_bucket{method="GET",path="/asset-manifest.json",le="1000"} 22 http_response_size_bytes_bucket{method="GET",path="/asset-manifest.json",le="5000"} 22 http_response_size_bytes_bucket{method="GET",path="/asset-manifest.json",le="10000"} 22 http_response_size_bytes_bucket{method="GET",path="/asset-manifest.json",le="50000"} 22 http_response_size_bytes_bucket{method="GET",path="/asset-manifest.json",le="100000"} 22 http_response_size_bytes_bucket{method="GET",path="/asset-manifest.json",le="500000"} 22 http_response_size_bytes_bucket{method="GET",path="/asset-manifest.json",le="1e+06"} 22 http_response_size_bytes_bucket{method="GET",path="/asset-manifest.json",le="+Inf"} 22 http_response_size_bytes_sum{method="GET",path="/asset-manifest.json"} 964 http_response_size_bytes_count{method="GET",path="/asset-manifest.json"} 22 http_response_size_bytes_bucket{method="GET",path="/assets.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/assets.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/assets.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/assets.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/assets.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/assets.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/assets.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/assets.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/assets.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/assets.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/assets.zip"} 39 http_response_size_bytes_count{method="GET",path="/assets.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/assets/.env",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/assets/.env",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/assets/.env",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/assets/.env",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/assets/.env",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/assets/.env",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/assets/.env",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/assets/.env",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/assets/.env",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/assets/.env",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/assets/.env"} 87 http_response_size_bytes_count{method="GET",path="/assets/.env"} 2 http_response_size_bytes_bucket{method="GET",path="/assets/.git/config",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/assets/.git/config",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/assets/.git/config",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/assets/.git/config",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/assets/.git/config",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/assets/.git/config",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/assets/.git/config",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/assets/.git/config",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/assets/.git/config",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/assets/.git/config",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/assets/.git/config"} 44 http_response_size_bytes_count{method="GET",path="/assets/.git/config"} 1 http_response_size_bytes_bucket{method="GET",path="/assets/manifest.json",le="100"} 18 http_response_size_bytes_bucket{method="GET",path="/assets/manifest.json",le="500"} 18 http_response_size_bytes_bucket{method="GET",path="/assets/manifest.json",le="1000"} 18 http_response_size_bytes_bucket{method="GET",path="/assets/manifest.json",le="5000"} 18 http_response_size_bytes_bucket{method="GET",path="/assets/manifest.json",le="10000"} 18 http_response_size_bytes_bucket{method="GET",path="/assets/manifest.json",le="50000"} 18 http_response_size_bytes_bucket{method="GET",path="/assets/manifest.json",le="100000"} 18 http_response_size_bytes_bucket{method="GET",path="/assets/manifest.json",le="500000"} 18 http_response_size_bytes_bucket{method="GET",path="/assets/manifest.json",le="1e+06"} 18 http_response_size_bytes_bucket{method="GET",path="/assets/manifest.json",le="+Inf"} 18 http_response_size_bytes_sum{method="GET",path="/assets/manifest.json"} 790 http_response_size_bytes_count{method="GET",path="/assets/manifest.json"} 18 http_response_size_bytes_bucket{method="GET",path="/atkno.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/atkno.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/atkno.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/atkno.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/atkno.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/atkno.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/atkno.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/atkno.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/atkno.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/atkno.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/atkno.php"} 43 http_response_size_bytes_count{method="GET",path="/atkno.php"} 1 http_response_size_bytes_bucket{method="GET",path="/atomlib.php",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/atomlib.php",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/atomlib.php",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/atomlib.php",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/atomlib.php",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/atomlib.php",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/atomlib.php",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/atomlib.php",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/atomlib.php",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/atomlib.php",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/atomlib.php"} 129 http_response_size_bytes_count{method="GET",path="/atomlib.php"} 3 http_response_size_bytes_bucket{method="GET",path="/attachments.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/attachments.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/attachments.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/attachments.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/attachments.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/attachments.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/attachments.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/attachments.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/attachments.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/attachments.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/attachments.zip"} 40 http_response_size_bytes_count{method="GET",path="/attachments.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/attacker/docker-compose.yml",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/attacker/docker-compose.yml",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/attacker/docker-compose.yml",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/attacker/docker-compose.yml",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/attacker/docker-compose.yml",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/attacker/docker-compose.yml",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/attacker/docker-compose.yml",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/attacker/docker-compose.yml",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/attacker/docker-compose.yml",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/attacker/docker-compose.yml",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/attacker/docker-compose.yml"} 88 http_response_size_bytes_count{method="GET",path="/attacker/docker-compose.yml"} 2 http_response_size_bytes_bucket{method="GET",path="/atx.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/atx.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/atx.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/atx.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/atx.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/atx.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/atx.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/atx.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/atx.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/atx.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/atx.php"} 86 http_response_size_bytes_count{method="GET",path="/atx.php"} 2 http_response_size_bytes_bucket{method="GET",path="/audio.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/audio.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/audio.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/audio.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/audio.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/audio.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/audio.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/audio.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/audio.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/audio.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/audio.zip"} 40 http_response_size_bytes_count{method="GET",path="/audio.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/auth.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/auth.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/auth.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/auth.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/auth.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/auth.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/auth.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/auth.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/auth.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/auth.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/auth.zip"} 40 http_response_size_bytes_count{method="GET",path="/auth.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/auth/*",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/auth/*",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/auth/*",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/auth/*",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/auth/*",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/auth/*",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/auth/*",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/auth/*",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/auth/*",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/auth/*",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/auth/*"} 88 http_response_size_bytes_count{method="GET",path="/auth/*"} 2 http_response_size_bytes_bucket{method="GET",path="/auth/service_key.json",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/auth/service_key.json",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/auth/service_key.json",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/auth/service_key.json",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/auth/service_key.json",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/auth/service_key.json",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/auth/service_key.json",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/auth/service_key.json",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/auth/service_key.json",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/auth/service_key.json",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/auth/service_key.json"} 43 http_response_size_bytes_count{method="GET",path="/auth/service_key.json"} 1 http_response_size_bytes_bucket{method="GET",path="/authentication.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/authentication.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/authentication.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/authentication.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/authentication.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/authentication.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/authentication.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/authentication.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/authentication.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/authentication.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/authentication.zip"} 40 http_response_size_bytes_count{method="GET",path="/authentication.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/authorization.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/authorization.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/authorization.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/authorization.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/authorization.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/authorization.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/authorization.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/authorization.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/authorization.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/authorization.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/authorization.zip"} 40 http_response_size_bytes_count{method="GET",path="/authorization.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/autoload_classmap.php",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/autoload_classmap.php",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/autoload_classmap.php",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/autoload_classmap.php",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/autoload_classmap.php",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/autoload_classmap.php",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/autoload_classmap.php",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/autoload_classmap.php",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/autoload_classmap.php",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/autoload_classmap.php",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/autoload_classmap.php"} 129 http_response_size_bytes_count{method="GET",path="/autoload_classmap.php"} 3 http_response_size_bytes_bucket{method="GET",path="/automation.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/automation.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/automation.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/automation.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/automation.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/automation.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/automation.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/automation.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/automation.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/automation.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/automation.zip"} 40 http_response_size_bytes_count{method="GET",path="/automation.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/av.php",le="100"} 5 http_response_size_bytes_bucket{method="GET",path="/av.php",le="500"} 5 http_response_size_bytes_bucket{method="GET",path="/av.php",le="1000"} 5 http_response_size_bytes_bucket{method="GET",path="/av.php",le="5000"} 5 http_response_size_bytes_bucket{method="GET",path="/av.php",le="10000"} 5 http_response_size_bytes_bucket{method="GET",path="/av.php",le="50000"} 5 http_response_size_bytes_bucket{method="GET",path="/av.php",le="100000"} 5 http_response_size_bytes_bucket{method="GET",path="/av.php",le="500000"} 5 http_response_size_bytes_bucket{method="GET",path="/av.php",le="1e+06"} 5 http_response_size_bytes_bucket{method="GET",path="/av.php",le="+Inf"} 5 http_response_size_bytes_sum{method="GET",path="/av.php"} 215 http_response_size_bytes_count{method="GET",path="/av.php"} 5 http_response_size_bytes_bucket{method="GET",path="/ave.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/ave.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/ave.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/ave.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/ave.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/ave.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/ave.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/ave.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/ave.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/ave.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/ave.php"} 86 http_response_size_bytes_count{method="GET",path="/ave.php"} 2 http_response_size_bytes_bucket{method="GET",path="/aw.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/aw.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/aw.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/aw.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/aw.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/aw.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/aw.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/aw.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/aw.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/aw.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/aw.php"} 43 http_response_size_bytes_count{method="GET",path="/aw.php"} 1 http_response_size_bytes_bucket{method="GET",path="/awa.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/awa.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/awa.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/awa.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/awa.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/awa.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/awa.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/awa.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/awa.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/awa.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/awa.php"} 44 http_response_size_bytes_count{method="GET",path="/awa.php"} 1 http_response_size_bytes_bucket{method="GET",path="/awp-careers.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/awp-careers.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/awp-careers.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/awp-careers.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/awp-careers.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/awp-careers.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/awp-careers.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/awp-careers.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/awp-careers.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/awp-careers.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/awp-careers.php"} 43 http_response_size_bytes_count{method="GET",path="/awp-careers.php"} 1 http_response_size_bytes_bucket{method="GET",path="/aws-cloudformation-template.json",le="100"} 19 http_response_size_bytes_bucket{method="GET",path="/aws-cloudformation-template.json",le="500"} 19 http_response_size_bytes_bucket{method="GET",path="/aws-cloudformation-template.json",le="1000"} 19 http_response_size_bytes_bucket{method="GET",path="/aws-cloudformation-template.json",le="5000"} 19 http_response_size_bytes_bucket{method="GET",path="/aws-cloudformation-template.json",le="10000"} 19 http_response_size_bytes_bucket{method="GET",path="/aws-cloudformation-template.json",le="50000"} 19 http_response_size_bytes_bucket{method="GET",path="/aws-cloudformation-template.json",le="100000"} 19 http_response_size_bytes_bucket{method="GET",path="/aws-cloudformation-template.json",le="500000"} 19 http_response_size_bytes_bucket{method="GET",path="/aws-cloudformation-template.json",le="1e+06"} 19 http_response_size_bytes_bucket{method="GET",path="/aws-cloudformation-template.json",le="+Inf"} 19 http_response_size_bytes_sum{method="GET",path="/aws-cloudformation-template.json"} 835 http_response_size_bytes_count{method="GET",path="/aws-cloudformation-template.json"} 19 http_response_size_bytes_bucket{method="GET",path="/aws-codecommit/",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/aws-codecommit/",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/aws-codecommit/",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/aws-codecommit/",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/aws-codecommit/",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/aws-codecommit/",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/aws-codecommit/",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/aws-codecommit/",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/aws-codecommit/",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/aws-codecommit/",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/aws-codecommit/"} 88 http_response_size_bytes_count{method="GET",path="/aws-codecommit/"} 2 http_response_size_bytes_bucket{method="GET",path="/aws-config.js",le="100"} 20 http_response_size_bytes_bucket{method="GET",path="/aws-config.js",le="500"} 20 http_response_size_bytes_bucket{method="GET",path="/aws-config.js",le="1000"} 20 http_response_size_bytes_bucket{method="GET",path="/aws-config.js",le="5000"} 20 http_response_size_bytes_bucket{method="GET",path="/aws-config.js",le="10000"} 20 http_response_size_bytes_bucket{method="GET",path="/aws-config.js",le="50000"} 20 http_response_size_bytes_bucket{method="GET",path="/aws-config.js",le="100000"} 20 http_response_size_bytes_bucket{method="GET",path="/aws-config.js",le="500000"} 20 http_response_size_bytes_bucket{method="GET",path="/aws-config.js",le="1e+06"} 20 http_response_size_bytes_bucket{method="GET",path="/aws-config.js",le="+Inf"} 20 http_response_size_bytes_sum{method="GET",path="/aws-config.js"} 876 http_response_size_bytes_count{method="GET",path="/aws-config.js"} 20 http_response_size_bytes_bucket{method="GET",path="/aws-configuration.js",le="100"} 19 http_response_size_bytes_bucket{method="GET",path="/aws-configuration.js",le="500"} 19 http_response_size_bytes_bucket{method="GET",path="/aws-configuration.js",le="1000"} 19 http_response_size_bytes_bucket{method="GET",path="/aws-configuration.js",le="5000"} 19 http_response_size_bytes_bucket{method="GET",path="/aws-configuration.js",le="10000"} 19 http_response_size_bytes_bucket{method="GET",path="/aws-configuration.js",le="50000"} 19 http_response_size_bytes_bucket{method="GET",path="/aws-configuration.js",le="100000"} 19 http_response_size_bytes_bucket{method="GET",path="/aws-configuration.js",le="500000"} 19 http_response_size_bytes_bucket{method="GET",path="/aws-configuration.js",le="1e+06"} 19 http_response_size_bytes_bucket{method="GET",path="/aws-configuration.js",le="+Inf"} 19 http_response_size_bytes_sum{method="GET",path="/aws-configuration.js"} 835 http_response_size_bytes_count{method="GET",path="/aws-configuration.js"} 19 http_response_size_bytes_bucket{method="GET",path="/aws-credentials",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/aws-credentials",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/aws-credentials",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/aws-credentials",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/aws-credentials",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/aws-credentials",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/aws-credentials",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/aws-credentials",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/aws-credentials",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/aws-credentials",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/aws-credentials"} 43 http_response_size_bytes_count{method="GET",path="/aws-credentials"} 1 http_response_size_bytes_bucket{method="GET",path="/aws-creds.json",le="100"} 19 http_response_size_bytes_bucket{method="GET",path="/aws-creds.json",le="500"} 19 http_response_size_bytes_bucket{method="GET",path="/aws-creds.json",le="1000"} 19 http_response_size_bytes_bucket{method="GET",path="/aws-creds.json",le="5000"} 19 http_response_size_bytes_bucket{method="GET",path="/aws-creds.json",le="10000"} 19 http_response_size_bytes_bucket{method="GET",path="/aws-creds.json",le="50000"} 19 http_response_size_bytes_bucket{method="GET",path="/aws-creds.json",le="100000"} 19 http_response_size_bytes_bucket{method="GET",path="/aws-creds.json",le="500000"} 19 http_response_size_bytes_bucket{method="GET",path="/aws-creds.json",le="1e+06"} 19 http_response_size_bytes_bucket{method="GET",path="/aws-creds.json",le="+Inf"} 19 http_response_size_bytes_sum{method="GET",path="/aws-creds.json"} 835 http_response_size_bytes_count{method="GET",path="/aws-creds.json"} 19 http_response_size_bytes_bucket{method="GET",path="/aws-exports.js",le="100"} 19 http_response_size_bytes_bucket{method="GET",path="/aws-exports.js",le="500"} 19 http_response_size_bytes_bucket{method="GET",path="/aws-exports.js",le="1000"} 19 http_response_size_bytes_bucket{method="GET",path="/aws-exports.js",le="5000"} 19 http_response_size_bytes_bucket{method="GET",path="/aws-exports.js",le="10000"} 19 http_response_size_bytes_bucket{method="GET",path="/aws-exports.js",le="50000"} 19 http_response_size_bytes_bucket{method="GET",path="/aws-exports.js",le="100000"} 19 http_response_size_bytes_bucket{method="GET",path="/aws-exports.js",le="500000"} 19 http_response_size_bytes_bucket{method="GET",path="/aws-exports.js",le="1e+06"} 19 http_response_size_bytes_bucket{method="GET",path="/aws-exports.js",le="+Inf"} 19 http_response_size_bytes_sum{method="GET",path="/aws-exports.js"} 834 http_response_size_bytes_count{method="GET",path="/aws-exports.js"} 19 http_response_size_bytes_bucket{method="GET",path="/aws-exports.ts",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/aws-exports.ts",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/aws-exports.ts",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/aws-exports.ts",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/aws-exports.ts",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/aws-exports.ts",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/aws-exports.ts",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/aws-exports.ts",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/aws-exports.ts",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/aws-exports.ts",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/aws-exports.ts"} 43 http_response_size_bytes_count{method="GET",path="/aws-exports.ts"} 1 http_response_size_bytes_bucket{method="GET",path="/aws-keys.js",le="100"} 19 http_response_size_bytes_bucket{method="GET",path="/aws-keys.js",le="500"} 19 http_response_size_bytes_bucket{method="GET",path="/aws-keys.js",le="1000"} 19 http_response_size_bytes_bucket{method="GET",path="/aws-keys.js",le="5000"} 19 http_response_size_bytes_bucket{method="GET",path="/aws-keys.js",le="10000"} 19 http_response_size_bytes_bucket{method="GET",path="/aws-keys.js",le="50000"} 19 http_response_size_bytes_bucket{method="GET",path="/aws-keys.js",le="100000"} 19 http_response_size_bytes_bucket{method="GET",path="/aws-keys.js",le="500000"} 19 http_response_size_bytes_bucket{method="GET",path="/aws-keys.js",le="1e+06"} 19 http_response_size_bytes_bucket{method="GET",path="/aws-keys.js",le="+Inf"} 19 http_response_size_bytes_sum{method="GET",path="/aws-keys.js"} 835 http_response_size_bytes_count{method="GET",path="/aws-keys.js"} 19 http_response_size_bytes_bucket{method="GET",path="/aws-keys.json",le="100"} 19 http_response_size_bytes_bucket{method="GET",path="/aws-keys.json",le="500"} 19 http_response_size_bytes_bucket{method="GET",path="/aws-keys.json",le="1000"} 19 http_response_size_bytes_bucket{method="GET",path="/aws-keys.json",le="5000"} 19 http_response_size_bytes_bucket{method="GET",path="/aws-keys.json",le="10000"} 19 http_response_size_bytes_bucket{method="GET",path="/aws-keys.json",le="50000"} 19 http_response_size_bytes_bucket{method="GET",path="/aws-keys.json",le="100000"} 19 http_response_size_bytes_bucket{method="GET",path="/aws-keys.json",le="500000"} 19 http_response_size_bytes_bucket{method="GET",path="/aws-keys.json",le="1e+06"} 19 http_response_size_bytes_bucket{method="GET",path="/aws-keys.json",le="+Inf"} 19 http_response_size_bytes_sum{method="GET",path="/aws-keys.json"} 834 http_response_size_bytes_count{method="GET",path="/aws-keys.json"} 19 http_response_size_bytes_bucket{method="GET",path="/aws-sam.yml",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/aws-sam.yml",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/aws-sam.yml",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/aws-sam.yml",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/aws-sam.yml",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/aws-sam.yml",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/aws-sam.yml",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/aws-sam.yml",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/aws-sam.yml",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/aws-sam.yml",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/aws-sam.yml"} 43 http_response_size_bytes_count{method="GET",path="/aws-sam.yml"} 1 http_response_size_bytes_bucket{method="GET",path="/aws-secret.yaml",le="100"} 7 http_response_size_bytes_bucket{method="GET",path="/aws-secret.yaml",le="500"} 7 http_response_size_bytes_bucket{method="GET",path="/aws-secret.yaml",le="1000"} 7 http_response_size_bytes_bucket{method="GET",path="/aws-secret.yaml",le="5000"} 7 http_response_size_bytes_bucket{method="GET",path="/aws-secret.yaml",le="10000"} 7 http_response_size_bytes_bucket{method="GET",path="/aws-secret.yaml",le="50000"} 7 http_response_size_bytes_bucket{method="GET",path="/aws-secret.yaml",le="100000"} 7 http_response_size_bytes_bucket{method="GET",path="/aws-secret.yaml",le="500000"} 7 http_response_size_bytes_bucket{method="GET",path="/aws-secret.yaml",le="1e+06"} 7 http_response_size_bytes_bucket{method="GET",path="/aws-secret.yaml",le="+Inf"} 7 http_response_size_bytes_sum{method="GET",path="/aws-secret.yaml"} 301 http_response_size_bytes_count{method="GET",path="/aws-secret.yaml"} 7 http_response_size_bytes_bucket{method="GET",path="/aws-ses.json",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/aws-ses.json",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/aws-ses.json",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/aws-ses.json",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/aws-ses.json",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/aws-ses.json",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/aws-ses.json",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/aws-ses.json",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/aws-ses.json",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/aws-ses.json",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/aws-ses.json"} 88 http_response_size_bytes_count{method="GET",path="/aws-ses.json"} 2 http_response_size_bytes_bucket{method="GET",path="/aws.config.js",le="100"} 21 http_response_size_bytes_bucket{method="GET",path="/aws.config.js",le="500"} 21 http_response_size_bytes_bucket{method="GET",path="/aws.config.js",le="1000"} 21 http_response_size_bytes_bucket{method="GET",path="/aws.config.js",le="5000"} 21 http_response_size_bytes_bucket{method="GET",path="/aws.config.js",le="10000"} 21 http_response_size_bytes_bucket{method="GET",path="/aws.config.js",le="50000"} 21 http_response_size_bytes_bucket{method="GET",path="/aws.config.js",le="100000"} 21 http_response_size_bytes_bucket{method="GET",path="/aws.config.js",le="500000"} 21 http_response_size_bytes_bucket{method="GET",path="/aws.config.js",le="1e+06"} 21 http_response_size_bytes_bucket{method="GET",path="/aws.config.js",le="+Inf"} 21 http_response_size_bytes_sum{method="GET",path="/aws.config.js"} 921 http_response_size_bytes_count{method="GET",path="/aws.config.js"} 21 http_response_size_bytes_bucket{method="GET",path="/aws.env",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/aws.env",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/aws.env",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/aws.env",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/aws.env",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/aws.env",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/aws.env",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/aws.env",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/aws.env",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/aws.env",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/aws.env"} 130 http_response_size_bytes_count{method="GET",path="/aws.env"} 3 http_response_size_bytes_bucket{method="GET",path="/aws.env.json",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/aws.env.json",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/aws.env.json",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/aws.env.json",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/aws.env.json",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/aws.env.json",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/aws.env.json",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/aws.env.json",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/aws.env.json",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/aws.env.json",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/aws.env.json"} 88 http_response_size_bytes_count{method="GET",path="/aws.env.json"} 2 http_response_size_bytes_bucket{method="GET",path="/aws.json",le="100"} 20 http_response_size_bytes_bucket{method="GET",path="/aws.json",le="500"} 20 http_response_size_bytes_bucket{method="GET",path="/aws.json",le="1000"} 20 http_response_size_bytes_bucket{method="GET",path="/aws.json",le="5000"} 20 http_response_size_bytes_bucket{method="GET",path="/aws.json",le="10000"} 20 http_response_size_bytes_bucket{method="GET",path="/aws.json",le="50000"} 20 http_response_size_bytes_bucket{method="GET",path="/aws.json",le="100000"} 20 http_response_size_bytes_bucket{method="GET",path="/aws.json",le="500000"} 20 http_response_size_bytes_bucket{method="GET",path="/aws.json",le="1e+06"} 20 http_response_size_bytes_bucket{method="GET",path="/aws.json",le="+Inf"} 20 http_response_size_bytes_sum{method="GET",path="/aws.json"} 877 http_response_size_bytes_count{method="GET",path="/aws.json"} 20 http_response_size_bytes_bucket{method="GET",path="/aws.md",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/aws.md",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/aws.md",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/aws.md",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/aws.md",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/aws.md",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/aws.md",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/aws.md",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/aws.md",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/aws.md",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/aws.md"} 87 http_response_size_bytes_count{method="GET",path="/aws.md"} 2 http_response_size_bytes_bucket{method="GET",path="/aws.properties",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/aws.properties",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/aws.properties",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/aws.properties",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/aws.properties",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/aws.properties",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/aws.properties",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/aws.properties",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/aws.properties",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/aws.properties",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/aws.properties"} 176 http_response_size_bytes_count{method="GET",path="/aws.properties"} 4 http_response_size_bytes_bucket{method="GET",path="/aws.service.ts",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/aws.service.ts",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/aws.service.ts",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/aws.service.ts",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/aws.service.ts",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/aws.service.ts",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/aws.service.ts",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/aws.service.ts",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/aws.service.ts",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/aws.service.ts",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/aws.service.ts"} 88 http_response_size_bytes_count{method="GET",path="/aws.service.ts"} 2 http_response_size_bytes_bucket{method="GET",path="/aws.show.yaml",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/aws.show.yaml",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/aws.show.yaml",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/aws.show.yaml",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/aws.show.yaml",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/aws.show.yaml",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/aws.show.yaml",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/aws.show.yaml",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/aws.show.yaml",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/aws.show.yaml",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/aws.show.yaml"} 88 http_response_size_bytes_count{method="GET",path="/aws.show.yaml"} 2 http_response_size_bytes_bucket{method="GET",path="/aws.yaml",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/aws.yaml",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/aws.yaml",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/aws.yaml",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/aws.yaml",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/aws.yaml",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/aws.yaml",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/aws.yaml",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/aws.yaml",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/aws.yaml",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/aws.yaml"} 88 http_response_size_bytes_count{method="GET",path="/aws.yaml"} 2 http_response_size_bytes_bucket{method="GET",path="/aws.yml",le="100"} 11 http_response_size_bytes_bucket{method="GET",path="/aws.yml",le="500"} 11 http_response_size_bytes_bucket{method="GET",path="/aws.yml",le="1000"} 11 http_response_size_bytes_bucket{method="GET",path="/aws.yml",le="5000"} 11 http_response_size_bytes_bucket{method="GET",path="/aws.yml",le="10000"} 11 http_response_size_bytes_bucket{method="GET",path="/aws.yml",le="50000"} 11 http_response_size_bytes_bucket{method="GET",path="/aws.yml",le="100000"} 11 http_response_size_bytes_bucket{method="GET",path="/aws.yml",le="500000"} 11 http_response_size_bytes_bucket{method="GET",path="/aws.yml",le="1e+06"} 11 http_response_size_bytes_bucket{method="GET",path="/aws.yml",le="+Inf"} 11 http_response_size_bytes_sum{method="GET",path="/aws.yml"} 477 http_response_size_bytes_count{method="GET",path="/aws.yml"} 11 http_response_size_bytes_bucket{method="GET",path="/aws/.env",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/aws/.env",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/aws/.env",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/aws/.env",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/aws/.env",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/aws/.env",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/aws/.env",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/aws/.env",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/aws/.env",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/aws/.env",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/aws/.env"} 44 http_response_size_bytes_count{method="GET",path="/aws/.env"} 1 http_response_size_bytes_bucket{method="GET",path="/aws/bucket",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/aws/bucket",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/aws/bucket",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/aws/bucket",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/aws/bucket",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/aws/bucket",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/aws/bucket",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/aws/bucket",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/aws/bucket",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/aws/bucket",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/aws/bucket"} 88 http_response_size_bytes_count{method="GET",path="/aws/bucket"} 2 http_response_size_bytes_bucket{method="GET",path="/aws/buckets",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/aws/buckets",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/aws/buckets",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/aws/buckets",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/aws/buckets",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/aws/buckets",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/aws/buckets",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/aws/buckets",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/aws/buckets",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/aws/buckets",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/aws/buckets"} 88 http_response_size_bytes_count{method="GET",path="/aws/buckets"} 2 http_response_size_bytes_bucket{method="GET",path="/aws/config/s3.json",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/aws/config/s3.json",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/aws/config/s3.json",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/aws/config/s3.json",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/aws/config/s3.json",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/aws/config/s3.json",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/aws/config/s3.json",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/aws/config/s3.json",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/aws/config/s3.json",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/aws/config/s3.json",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/aws/config/s3.json"} 87 http_response_size_bytes_count{method="GET",path="/aws/config/s3.json"} 2 http_response_size_bytes_bucket{method="GET",path="/aws/credentials",le="100"} 8 http_response_size_bytes_bucket{method="GET",path="/aws/credentials",le="500"} 8 http_response_size_bytes_bucket{method="GET",path="/aws/credentials",le="1000"} 8 http_response_size_bytes_bucket{method="GET",path="/aws/credentials",le="5000"} 8 http_response_size_bytes_bucket{method="GET",path="/aws/credentials",le="10000"} 8 http_response_size_bytes_bucket{method="GET",path="/aws/credentials",le="50000"} 8 http_response_size_bytes_bucket{method="GET",path="/aws/credentials",le="100000"} 8 http_response_size_bytes_bucket{method="GET",path="/aws/credentials",le="500000"} 8 http_response_size_bytes_bucket{method="GET",path="/aws/credentials",le="1e+06"} 8 http_response_size_bytes_bucket{method="GET",path="/aws/credentials",le="+Inf"} 8 http_response_size_bytes_sum{method="GET",path="/aws/credentials"} 344 http_response_size_bytes_count{method="GET",path="/aws/credentials"} 8 http_response_size_bytes_bucket{method="GET",path="/aws/metadata",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/aws/metadata",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/aws/metadata",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/aws/metadata",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/aws/metadata",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/aws/metadata",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/aws/metadata",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/aws/metadata",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/aws/metadata",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/aws/metadata",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/aws/metadata"} 88 http_response_size_bytes_count{method="GET",path="/aws/metadata"} 2 http_response_size_bytes_bucket{method="GET",path="/aws/s3/credentials",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/aws/s3/credentials",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/aws/s3/credentials",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/aws/s3/credentials",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/aws/s3/credentials",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/aws/s3/credentials",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/aws/s3/credentials",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/aws/s3/credentials",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/aws/s3/credentials",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/aws/s3/credentials",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/aws/s3/credentials"} 88 http_response_size_bytes_count{method="GET",path="/aws/s3/credentials"} 2 http_response_size_bytes_bucket{method="GET",path="/aws/s3/env.env",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/aws/s3/env.env",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/aws/s3/env.env",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/aws/s3/env.env",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/aws/s3/env.env",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/aws/s3/env.env",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/aws/s3/env.env",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/aws/s3/env.env",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/aws/s3/env.env",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/aws/s3/env.env",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/aws/s3/env.env"} 88 http_response_size_bytes_count{method="GET",path="/aws/s3/env.env"} 2 http_response_size_bytes_bucket{method="GET",path="/aws/ses/smtp.env",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/aws/ses/smtp.env",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/aws/ses/smtp.env",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/aws/ses/smtp.env",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/aws/ses/smtp.env",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/aws/ses/smtp.env",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/aws/ses/smtp.env",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/aws/ses/smtp.env",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/aws/ses/smtp.env",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/aws/ses/smtp.env",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/aws/ses/smtp.env"} 88 http_response_size_bytes_count{method="GET",path="/aws/ses/smtp.env"} 2 http_response_size_bytes_bucket{method="GET",path="/aws_config.json",le="100"} 16 http_response_size_bytes_bucket{method="GET",path="/aws_config.json",le="500"} 16 http_response_size_bytes_bucket{method="GET",path="/aws_config.json",le="1000"} 16 http_response_size_bytes_bucket{method="GET",path="/aws_config.json",le="5000"} 16 http_response_size_bytes_bucket{method="GET",path="/aws_config.json",le="10000"} 16 http_response_size_bytes_bucket{method="GET",path="/aws_config.json",le="50000"} 16 http_response_size_bytes_bucket{method="GET",path="/aws_config.json",le="100000"} 16 http_response_size_bytes_bucket{method="GET",path="/aws_config.json",le="500000"} 16 http_response_size_bytes_bucket{method="GET",path="/aws_config.json",le="1e+06"} 16 http_response_size_bytes_bucket{method="GET",path="/aws_config.json",le="+Inf"} 16 http_response_size_bytes_sum{method="GET",path="/aws_config.json"} 701 http_response_size_bytes_count{method="GET",path="/aws_config.json"} 16 http_response_size_bytes_bucket{method="GET",path="/aws_credentials.ini",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/aws_credentials.ini",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/aws_credentials.ini",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/aws_credentials.ini",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/aws_credentials.ini",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/aws_credentials.ini",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/aws_credentials.ini",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/aws_credentials.ini",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/aws_credentials.ini",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/aws_credentials.ini",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/aws_credentials.ini"} 176 http_response_size_bytes_count{method="GET",path="/aws_credentials.ini"} 4 http_response_size_bytes_bucket{method="GET",path="/aws_s3_bucket",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/aws_s3_bucket",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/aws_s3_bucket",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/aws_s3_bucket",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/aws_s3_bucket",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/aws_s3_bucket",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/aws_s3_bucket",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/aws_s3_bucket",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/aws_s3_bucket",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/aws_s3_bucket",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/aws_s3_bucket"} 88 http_response_size_bytes_count{method="GET",path="/aws_s3_bucket"} 2 http_response_size_bytes_bucket{method="GET",path="/aws_s3_config.json",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/aws_s3_config.json",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/aws_s3_config.json",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/aws_s3_config.json",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/aws_s3_config.json",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/aws_s3_config.json",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/aws_s3_config.json",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/aws_s3_config.json",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/aws_s3_config.json",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/aws_s3_config.json",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/aws_s3_config.json"} 88 http_response_size_bytes_count{method="GET",path="/aws_s3_config.json"} 2 http_response_size_bytes_bucket{method="GET",path="/awsconfig.properties",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/awsconfig.properties",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/awsconfig.properties",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/awsconfig.properties",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/awsconfig.properties",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/awsconfig.properties",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/awsconfig.properties",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/awsconfig.properties",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/awsconfig.properties",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/awsconfig.properties",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/awsconfig.properties"} 88 http_response_size_bytes_count{method="GET",path="/awsconfig.properties"} 2 http_response_size_bytes_bucket{method="GET",path="/awstats/.env",le="100"} 7 http_response_size_bytes_bucket{method="GET",path="/awstats/.env",le="500"} 7 http_response_size_bytes_bucket{method="GET",path="/awstats/.env",le="1000"} 7 http_response_size_bytes_bucket{method="GET",path="/awstats/.env",le="5000"} 7 http_response_size_bytes_bucket{method="GET",path="/awstats/.env",le="10000"} 7 http_response_size_bytes_bucket{method="GET",path="/awstats/.env",le="50000"} 7 http_response_size_bytes_bucket{method="GET",path="/awstats/.env",le="100000"} 7 http_response_size_bytes_bucket{method="GET",path="/awstats/.env",le="500000"} 7 http_response_size_bytes_bucket{method="GET",path="/awstats/.env",le="1e+06"} 7 http_response_size_bytes_bucket{method="GET",path="/awstats/.env",le="+Inf"} 7 http_response_size_bytes_sum{method="GET",path="/awstats/.env"} 301 http_response_size_bytes_count{method="GET",path="/awstats/.env"} 7 http_response_size_bytes_bucket{method="GET",path="/axe.php",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/axe.php",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/axe.php",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/axe.php",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/axe.php",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/axe.php",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/axe.php",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/axe.php",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/axe.php",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/axe.php",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/axe.php"} 130 http_response_size_bytes_count{method="GET",path="/axe.php"} 3 http_response_size_bytes_bucket{method="GET",path="/ayk.php",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/ayk.php",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/ayk.php",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/ayk.php",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/ayk.php",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/ayk.php",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/ayk.php",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/ayk.php",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/ayk.php",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/ayk.php",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/ayk.php"} 129 http_response_size_bytes_count{method="GET",path="/ayk.php"} 3 http_response_size_bytes_bucket{method="GET",path="/az.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/az.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/az.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/az.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/az.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/az.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/az.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/az.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/az.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/az.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/az.php"} 86 http_response_size_bytes_count{method="GET",path="/az.php"} 2 http_response_size_bytes_bucket{method="GET",path="/azure-blob.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/azure-blob.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/azure-blob.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/azure-blob.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/azure-blob.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/azure-blob.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/azure-blob.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/azure-blob.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/azure-blob.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/azure-blob.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/azure-blob.zip"} 40 http_response_size_bytes_count{method="GET",path="/azure-blob.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/azure-pipelines.yml",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/azure-pipelines.yml",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/azure-pipelines.yml",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/azure-pipelines.yml",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/azure-pipelines.yml",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/azure-pipelines.yml",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/azure-pipelines.yml",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/azure-pipelines.yml",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/azure-pipelines.yml",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/azure-pipelines.yml",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/azure-pipelines.yml"} 43 http_response_size_bytes_count{method="GET",path="/azure-pipelines.yml"} 1 http_response_size_bytes_bucket{method="GET",path="/azure.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/azure.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/azure.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/azure.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/azure.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/azure.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/azure.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/azure.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/azure.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/azure.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/azure.zip"} 40 http_response_size_bytes_count{method="GET",path="/azure.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/azure/.env",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/azure/.env",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/azure/.env",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/azure/.env",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/azure/.env",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/azure/.env",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/azure/.env",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/azure/.env",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/azure/.env",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/azure/.env",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/azure/.env"} 44 http_response_size_bytes_count{method="GET",path="/azure/.env"} 1 http_response_size_bytes_bucket{method="GET",path="/b.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/b.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/b.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/b.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/b.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/b.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/b.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/b.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/b.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/b.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/b.php"} 43 http_response_size_bytes_count{method="GET",path="/b.php"} 1 http_response_size_bytes_bucket{method="GET",path="/b8hg8b.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/b8hg8b.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/b8hg8b.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/b8hg8b.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/b8hg8b.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/b8hg8b.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/b8hg8b.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/b8hg8b.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/b8hg8b.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/b8hg8b.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/b8hg8b.php"} 43 http_response_size_bytes_count{method="GET",path="/b8hg8b.php"} 1 http_response_size_bytes_bucket{method="GET",path="/back-api/.env",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/back-api/.env",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/back-api/.env",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/back-api/.env",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/back-api/.env",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/back-api/.env",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/back-api/.env",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/back-api/.env",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/back-api/.env",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/back-api/.env",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/back-api/.env"} 87 http_response_size_bytes_count{method="GET",path="/back-api/.env"} 2 http_response_size_bytes_bucket{method="GET",path="/back-end/.env",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/back-end/.env",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/back-end/.env",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/back-end/.env",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/back-end/.env",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/back-end/.env",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/back-end/.env",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/back-end/.env",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/back-end/.env",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/back-end/.env",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/back-end/.env"} 88 http_response_size_bytes_count{method="GET",path="/back-end/.env"} 2 http_response_size_bytes_bucket{method="GET",path="/back/.env",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/back/.env",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/back/.env",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/back/.env",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/back/.env",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/back/.env",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/back/.env",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/back/.env",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/back/.env",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/back/.env",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/back/.env"} 88 http_response_size_bytes_count{method="GET",path="/back/.env"} 2 http_response_size_bytes_bucket{method="GET",path="/back/phpinfo.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/back/phpinfo.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/back/phpinfo.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/back/phpinfo.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/back/phpinfo.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/back/phpinfo.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/back/phpinfo.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/back/phpinfo.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/back/phpinfo.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/back/phpinfo.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/back/phpinfo.php"} 88 http_response_size_bytes_count{method="GET",path="/back/phpinfo.php"} 2 http_response_size_bytes_bucket{method="GET",path="/back_up.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/back_up.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/back_up.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/back_up.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/back_up.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/back_up.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/back_up.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/back_up.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/back_up.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/back_up.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/back_up.zip"} 40 http_response_size_bytes_count{method="GET",path="/back_up.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/backend-api/.env",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/backend-api/.env",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/backend-api/.env",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/backend-api/.env",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/backend-api/.env",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/backend-api/.env",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/backend-api/.env",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/backend-api/.env",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/backend-api/.env",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/backend-api/.env",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/backend-api/.env"} 88 http_response_size_bytes_count{method="GET",path="/backend-api/.env"} 2 http_response_size_bytes_bucket{method="GET",path="/backend.7z",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/backend.7z",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/backend.7z",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/backend.7z",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/backend.7z",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/backend.7z",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/backend.7z",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/backend.7z",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/backend.7z",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/backend.7z",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/backend.7z"} 43 http_response_size_bytes_count{method="GET",path="/backend.7z"} 1 http_response_size_bytes_bucket{method="GET",path="/backend.bz2",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/backend.bz2",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/backend.bz2",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/backend.bz2",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/backend.bz2",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/backend.bz2",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/backend.bz2",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/backend.bz2",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/backend.bz2",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/backend.bz2",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/backend.bz2"} 43 http_response_size_bytes_count{method="GET",path="/backend.bz2"} 1 http_response_size_bytes_bucket{method="GET",path="/backend.gz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/backend.gz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/backend.gz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/backend.gz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/backend.gz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/backend.gz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/backend.gz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/backend.gz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/backend.gz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/backend.gz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/backend.gz"} 43 http_response_size_bytes_count{method="GET",path="/backend.gz"} 1 http_response_size_bytes_bucket{method="GET",path="/backend.rar",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/backend.rar",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/backend.rar",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/backend.rar",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/backend.rar",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/backend.rar",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/backend.rar",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/backend.rar",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/backend.rar",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/backend.rar",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/backend.rar"} 43 http_response_size_bytes_count{method="GET",path="/backend.rar"} 1 http_response_size_bytes_bucket{method="GET",path="/backend.sql",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/backend.sql",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/backend.sql",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/backend.sql",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/backend.sql",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/backend.sql",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/backend.sql",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/backend.sql",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/backend.sql",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/backend.sql",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/backend.sql"} 43 http_response_size_bytes_count{method="GET",path="/backend.sql"} 1 http_response_size_bytes_bucket{method="GET",path="/backend.sql.bz2",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/backend.sql.bz2",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/backend.sql.bz2",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/backend.sql.bz2",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/backend.sql.bz2",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/backend.sql.bz2",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/backend.sql.bz2",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/backend.sql.bz2",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/backend.sql.bz2",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/backend.sql.bz2",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/backend.sql.bz2"} 43 http_response_size_bytes_count{method="GET",path="/backend.sql.bz2"} 1 http_response_size_bytes_bucket{method="GET",path="/backend.sql.gz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/backend.sql.gz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/backend.sql.gz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/backend.sql.gz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/backend.sql.gz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/backend.sql.gz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/backend.sql.gz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/backend.sql.gz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/backend.sql.gz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/backend.sql.gz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/backend.sql.gz"} 43 http_response_size_bytes_count{method="GET",path="/backend.sql.gz"} 1 http_response_size_bytes_bucket{method="GET",path="/backend.tar",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/backend.tar",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/backend.tar",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/backend.tar",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/backend.tar",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/backend.tar",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/backend.tar",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/backend.tar",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/backend.tar",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/backend.tar",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/backend.tar"} 43 http_response_size_bytes_count{method="GET",path="/backend.tar"} 1 http_response_size_bytes_bucket{method="GET",path="/backend.tar.bz2",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/backend.tar.bz2",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/backend.tar.bz2",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/backend.tar.bz2",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/backend.tar.bz2",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/backend.tar.bz2",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/backend.tar.bz2",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/backend.tar.bz2",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/backend.tar.bz2",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/backend.tar.bz2",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/backend.tar.bz2"} 43 http_response_size_bytes_count{method="GET",path="/backend.tar.bz2"} 1 http_response_size_bytes_bucket{method="GET",path="/backend.tar.gz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/backend.tar.gz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/backend.tar.gz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/backend.tar.gz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/backend.tar.gz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/backend.tar.gz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/backend.tar.gz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/backend.tar.gz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/backend.tar.gz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/backend.tar.gz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/backend.tar.gz"} 43 http_response_size_bytes_count{method="GET",path="/backend.tar.gz"} 1 http_response_size_bytes_bucket{method="GET",path="/backend.tar.xz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/backend.tar.xz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/backend.tar.xz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/backend.tar.xz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/backend.tar.xz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/backend.tar.xz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/backend.tar.xz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/backend.tar.xz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/backend.tar.xz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/backend.tar.xz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/backend.tar.xz"} 43 http_response_size_bytes_count{method="GET",path="/backend.tar.xz"} 1 http_response_size_bytes_bucket{method="GET",path="/backend.tf",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/backend.tf",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/backend.tf",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/backend.tf",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/backend.tf",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/backend.tf",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/backend.tf",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/backend.tf",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/backend.tf",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/backend.tf",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/backend.tf"} 43 http_response_size_bytes_count{method="GET",path="/backend.tf"} 1 http_response_size_bytes_bucket{method="GET",path="/backend.tgz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/backend.tgz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/backend.tgz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/backend.tgz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/backend.tgz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/backend.tgz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/backend.tgz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/backend.tgz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/backend.tgz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/backend.tgz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/backend.tgz"} 43 http_response_size_bytes_count{method="GET",path="/backend.tgz"} 1 http_response_size_bytes_bucket{method="GET",path="/backend.zip",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/backend.zip",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/backend.zip",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/backend.zip",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/backend.zip",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/backend.zip",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/backend.zip",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/backend.zip",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/backend.zip",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/backend.zip",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/backend.zip"} 43 http_response_size_bytes_count{method="GET",path="/backend.zip"} 1 http_response_size_bytes_bucket{method="GET",path="/backend.zst",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/backend.zst",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/backend.zst",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/backend.zst",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/backend.zst",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/backend.zst",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/backend.zst",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/backend.zst",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/backend.zst",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/backend.zst",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/backend.zst"} 43 http_response_size_bytes_count{method="GET",path="/backend.zst"} 1 http_response_size_bytes_bucket{method="GET",path="/backend/.env",le="100"} 28 http_response_size_bytes_bucket{method="GET",path="/backend/.env",le="500"} 28 http_response_size_bytes_bucket{method="GET",path="/backend/.env",le="1000"} 28 http_response_size_bytes_bucket{method="GET",path="/backend/.env",le="5000"} 28 http_response_size_bytes_bucket{method="GET",path="/backend/.env",le="10000"} 28 http_response_size_bytes_bucket{method="GET",path="/backend/.env",le="50000"} 28 http_response_size_bytes_bucket{method="GET",path="/backend/.env",le="100000"} 28 http_response_size_bytes_bucket{method="GET",path="/backend/.env",le="500000"} 28 http_response_size_bytes_bucket{method="GET",path="/backend/.env",le="1e+06"} 28 http_response_size_bytes_bucket{method="GET",path="/backend/.env",le="+Inf"} 28 http_response_size_bytes_sum{method="GET",path="/backend/.env"} 1214 http_response_size_bytes_count{method="GET",path="/backend/.env"} 28 http_response_size_bytes_bucket{method="GET",path="/backend/.git/config",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/backend/.git/config",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/backend/.git/config",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/backend/.git/config",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/backend/.git/config",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/backend/.git/config",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/backend/.git/config",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/backend/.git/config",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/backend/.git/config",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/backend/.git/config",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/backend/.git/config"} 43 http_response_size_bytes_count{method="GET",path="/backend/.git/config"} 1 http_response_size_bytes_bucket{method="GET",path="/backend/app.js",le="100"} 17 http_response_size_bytes_bucket{method="GET",path="/backend/app.js",le="500"} 17 http_response_size_bytes_bucket{method="GET",path="/backend/app.js",le="1000"} 17 http_response_size_bytes_bucket{method="GET",path="/backend/app.js",le="5000"} 17 http_response_size_bytes_bucket{method="GET",path="/backend/app.js",le="10000"} 17 http_response_size_bytes_bucket{method="GET",path="/backend/app.js",le="50000"} 17 http_response_size_bytes_bucket{method="GET",path="/backend/app.js",le="100000"} 17 http_response_size_bytes_bucket{method="GET",path="/backend/app.js",le="500000"} 17 http_response_size_bytes_bucket{method="GET",path="/backend/app.js",le="1e+06"} 17 http_response_size_bytes_bucket{method="GET",path="/backend/app.js",le="+Inf"} 17 http_response_size_bytes_sum{method="GET",path="/backend/app.js"} 748 http_response_size_bytes_count{method="GET",path="/backend/app.js"} 17 http_response_size_bytes_bucket{method="GET",path="/backend/aws/conf.py",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/backend/aws/conf.py",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/backend/aws/conf.py",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/backend/aws/conf.py",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/backend/aws/conf.py",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/backend/aws/conf.py",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/backend/aws/conf.py",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/backend/aws/conf.py",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/backend/aws/conf.py",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/backend/aws/conf.py",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/backend/aws/conf.py"} 88 http_response_size_bytes_count{method="GET",path="/backend/aws/conf.py"} 2 http_response_size_bytes_bucket{method="GET",path="/backend/config.js",le="100"} 19 http_response_size_bytes_bucket{method="GET",path="/backend/config.js",le="500"} 19 http_response_size_bytes_bucket{method="GET",path="/backend/config.js",le="1000"} 19 http_response_size_bytes_bucket{method="GET",path="/backend/config.js",le="5000"} 19 http_response_size_bytes_bucket{method="GET",path="/backend/config.js",le="10000"} 19 http_response_size_bytes_bucket{method="GET",path="/backend/config.js",le="50000"} 19 http_response_size_bytes_bucket{method="GET",path="/backend/config.js",le="100000"} 19 http_response_size_bytes_bucket{method="GET",path="/backend/config.js",le="500000"} 19 http_response_size_bytes_bucket{method="GET",path="/backend/config.js",le="1e+06"} 19 http_response_size_bytes_bucket{method="GET",path="/backend/config.js",le="+Inf"} 19 http_response_size_bytes_sum{method="GET",path="/backend/config.js"} 835 http_response_size_bytes_count{method="GET",path="/backend/config.js"} 19 http_response_size_bytes_bucket{method="GET",path="/backend/config/common.js",le="100"} 19 http_response_size_bytes_bucket{method="GET",path="/backend/config/common.js",le="500"} 19 http_response_size_bytes_bucket{method="GET",path="/backend/config/common.js",le="1000"} 19 http_response_size_bytes_bucket{method="GET",path="/backend/config/common.js",le="5000"} 19 http_response_size_bytes_bucket{method="GET",path="/backend/config/common.js",le="10000"} 19 http_response_size_bytes_bucket{method="GET",path="/backend/config/common.js",le="50000"} 19 http_response_size_bytes_bucket{method="GET",path="/backend/config/common.js",le="100000"} 19 http_response_size_bytes_bucket{method="GET",path="/backend/config/common.js",le="500000"} 19 http_response_size_bytes_bucket{method="GET",path="/backend/config/common.js",le="1e+06"} 19 http_response_size_bytes_bucket{method="GET",path="/backend/config/common.js",le="+Inf"} 19 http_response_size_bytes_sum{method="GET",path="/backend/config/common.js"} 835 http_response_size_bytes_count{method="GET",path="/backend/config/common.js"} 19 http_response_size_bytes_bucket{method="GET",path="/backend/config/constants.js",le="100"} 19 http_response_size_bytes_bucket{method="GET",path="/backend/config/constants.js",le="500"} 19 http_response_size_bytes_bucket{method="GET",path="/backend/config/constants.js",le="1000"} 19 http_response_size_bytes_bucket{method="GET",path="/backend/config/constants.js",le="5000"} 19 http_response_size_bytes_bucket{method="GET",path="/backend/config/constants.js",le="10000"} 19 http_response_size_bytes_bucket{method="GET",path="/backend/config/constants.js",le="50000"} 19 http_response_size_bytes_bucket{method="GET",path="/backend/config/constants.js",le="100000"} 19 http_response_size_bytes_bucket{method="GET",path="/backend/config/constants.js",le="500000"} 19 http_response_size_bytes_bucket{method="GET",path="/backend/config/constants.js",le="1e+06"} 19 http_response_size_bytes_bucket{method="GET",path="/backend/config/constants.js",le="+Inf"} 19 http_response_size_bytes_sum{method="GET",path="/backend/config/constants.js"} 836 http_response_size_bytes_count{method="GET",path="/backend/config/constants.js"} 19 http_response_size_bytes_bucket{method="GET",path="/backend/config/database.js",le="100"} 17 http_response_size_bytes_bucket{method="GET",path="/backend/config/database.js",le="500"} 17 http_response_size_bytes_bucket{method="GET",path="/backend/config/database.js",le="1000"} 17 http_response_size_bytes_bucket{method="GET",path="/backend/config/database.js",le="5000"} 17 http_response_size_bytes_bucket{method="GET",path="/backend/config/database.js",le="10000"} 17 http_response_size_bytes_bucket{method="GET",path="/backend/config/database.js",le="50000"} 17 http_response_size_bytes_bucket{method="GET",path="/backend/config/database.js",le="100000"} 17 http_response_size_bytes_bucket{method="GET",path="/backend/config/database.js",le="500000"} 17 http_response_size_bytes_bucket{method="GET",path="/backend/config/database.js",le="1e+06"} 17 http_response_size_bytes_bucket{method="GET",path="/backend/config/database.js",le="+Inf"} 17 http_response_size_bytes_sum{method="GET",path="/backend/config/database.js"} 747 http_response_size_bytes_count{method="GET",path="/backend/config/database.js"} 17 http_response_size_bytes_bucket{method="GET",path="/backend/config/default.yml",le="100"} 9 http_response_size_bytes_bucket{method="GET",path="/backend/config/default.yml",le="500"} 9 http_response_size_bytes_bucket{method="GET",path="/backend/config/default.yml",le="1000"} 9 http_response_size_bytes_bucket{method="GET",path="/backend/config/default.yml",le="5000"} 9 http_response_size_bytes_bucket{method="GET",path="/backend/config/default.yml",le="10000"} 9 http_response_size_bytes_bucket{method="GET",path="/backend/config/default.yml",le="50000"} 9 http_response_size_bytes_bucket{method="GET",path="/backend/config/default.yml",le="100000"} 9 http_response_size_bytes_bucket{method="GET",path="/backend/config/default.yml",le="500000"} 9 http_response_size_bytes_bucket{method="GET",path="/backend/config/default.yml",le="1e+06"} 9 http_response_size_bytes_bucket{method="GET",path="/backend/config/default.yml",le="+Inf"} 9 http_response_size_bytes_sum{method="GET",path="/backend/config/default.yml"} 389 http_response_size_bytes_count{method="GET",path="/backend/config/default.yml"} 9 http_response_size_bytes_bucket{method="GET",path="/backend/config/development.yml",le="100"} 9 http_response_size_bytes_bucket{method="GET",path="/backend/config/development.yml",le="500"} 9 http_response_size_bytes_bucket{method="GET",path="/backend/config/development.yml",le="1000"} 9 http_response_size_bytes_bucket{method="GET",path="/backend/config/development.yml",le="5000"} 9 http_response_size_bytes_bucket{method="GET",path="/backend/config/development.yml",le="10000"} 9 http_response_size_bytes_bucket{method="GET",path="/backend/config/development.yml",le="50000"} 9 http_response_size_bytes_bucket{method="GET",path="/backend/config/development.yml",le="100000"} 9 http_response_size_bytes_bucket{method="GET",path="/backend/config/development.yml",le="500000"} 9 http_response_size_bytes_bucket{method="GET",path="/backend/config/development.yml",le="1e+06"} 9 http_response_size_bytes_bucket{method="GET",path="/backend/config/development.yml",le="+Inf"} 9 http_response_size_bytes_sum{method="GET",path="/backend/config/development.yml"} 389 http_response_size_bytes_count{method="GET",path="/backend/config/development.yml"} 9 http_response_size_bytes_bucket{method="GET",path="/backend/config/settings.yml",le="100"} 7 http_response_size_bytes_bucket{method="GET",path="/backend/config/settings.yml",le="500"} 7 http_response_size_bytes_bucket{method="GET",path="/backend/config/settings.yml",le="1000"} 7 http_response_size_bytes_bucket{method="GET",path="/backend/config/settings.yml",le="5000"} 7 http_response_size_bytes_bucket{method="GET",path="/backend/config/settings.yml",le="10000"} 7 http_response_size_bytes_bucket{method="GET",path="/backend/config/settings.yml",le="50000"} 7 http_response_size_bytes_bucket{method="GET",path="/backend/config/settings.yml",le="100000"} 7 http_response_size_bytes_bucket{method="GET",path="/backend/config/settings.yml",le="500000"} 7 http_response_size_bytes_bucket{method="GET",path="/backend/config/settings.yml",le="1e+06"} 7 http_response_size_bytes_bucket{method="GET",path="/backend/config/settings.yml",le="+Inf"} 7 http_response_size_bytes_sum{method="GET",path="/backend/config/settings.yml"} 301 http_response_size_bytes_count{method="GET",path="/backend/config/settings.yml"} 7 http_response_size_bytes_bucket{method="GET",path="/backend/config/template.js",le="100"} 17 http_response_size_bytes_bucket{method="GET",path="/backend/config/template.js",le="500"} 17 http_response_size_bytes_bucket{method="GET",path="/backend/config/template.js",le="1000"} 17 http_response_size_bytes_bucket{method="GET",path="/backend/config/template.js",le="5000"} 17 http_response_size_bytes_bucket{method="GET",path="/backend/config/template.js",le="10000"} 17 http_response_size_bytes_bucket{method="GET",path="/backend/config/template.js",le="50000"} 17 http_response_size_bytes_bucket{method="GET",path="/backend/config/template.js",le="100000"} 17 http_response_size_bytes_bucket{method="GET",path="/backend/config/template.js",le="500000"} 17 http_response_size_bytes_bucket{method="GET",path="/backend/config/template.js",le="1e+06"} 17 http_response_size_bytes_bucket{method="GET",path="/backend/config/template.js",le="+Inf"} 17 http_response_size_bytes_sum{method="GET",path="/backend/config/template.js"} 747 http_response_size_bytes_count{method="GET",path="/backend/config/template.js"} 17 http_response_size_bytes_bucket{method="GET",path="/backend/constant.js",le="100"} 16 http_response_size_bytes_bucket{method="GET",path="/backend/constant.js",le="500"} 16 http_response_size_bytes_bucket{method="GET",path="/backend/constant.js",le="1000"} 16 http_response_size_bytes_bucket{method="GET",path="/backend/constant.js",le="5000"} 16 http_response_size_bytes_bucket{method="GET",path="/backend/constant.js",le="10000"} 16 http_response_size_bytes_bucket{method="GET",path="/backend/constant.js",le="50000"} 16 http_response_size_bytes_bucket{method="GET",path="/backend/constant.js",le="100000"} 16 http_response_size_bytes_bucket{method="GET",path="/backend/constant.js",le="500000"} 16 http_response_size_bytes_bucket{method="GET",path="/backend/constant.js",le="1e+06"} 16 http_response_size_bytes_bucket{method="GET",path="/backend/constant.js",le="+Inf"} 16 http_response_size_bytes_sum{method="GET",path="/backend/constant.js"} 702 http_response_size_bytes_count{method="GET",path="/backend/constant.js"} 16 http_response_size_bytes_bucket{method="GET",path="/backend/constants.js",le="100"} 17 http_response_size_bytes_bucket{method="GET",path="/backend/constants.js",le="500"} 17 http_response_size_bytes_bucket{method="GET",path="/backend/constants.js",le="1000"} 17 http_response_size_bytes_bucket{method="GET",path="/backend/constants.js",le="5000"} 17 http_response_size_bytes_bucket{method="GET",path="/backend/constants.js",le="10000"} 17 http_response_size_bytes_bucket{method="GET",path="/backend/constants.js",le="50000"} 17 http_response_size_bytes_bucket{method="GET",path="/backend/constants.js",le="100000"} 17 http_response_size_bytes_bucket{method="GET",path="/backend/constants.js",le="500000"} 17 http_response_size_bytes_bucket{method="GET",path="/backend/constants.js",le="1e+06"} 17 http_response_size_bytes_bucket{method="GET",path="/backend/constants.js",le="+Inf"} 17 http_response_size_bytes_sum{method="GET",path="/backend/constants.js"} 747 http_response_size_bytes_count{method="GET",path="/backend/constants.js"} 17 http_response_size_bytes_bucket{method="GET",path="/backend/controller.js",le="100"} 17 http_response_size_bytes_bucket{method="GET",path="/backend/controller.js",le="500"} 17 http_response_size_bytes_bucket{method="GET",path="/backend/controller.js",le="1000"} 17 http_response_size_bytes_bucket{method="GET",path="/backend/controller.js",le="5000"} 17 http_response_size_bytes_bucket{method="GET",path="/backend/controller.js",le="10000"} 17 http_response_size_bytes_bucket{method="GET",path="/backend/controller.js",le="50000"} 17 http_response_size_bytes_bucket{method="GET",path="/backend/controller.js",le="100000"} 17 http_response_size_bytes_bucket{method="GET",path="/backend/controller.js",le="500000"} 17 http_response_size_bytes_bucket{method="GET",path="/backend/controller.js",le="1e+06"} 17 http_response_size_bytes_bucket{method="GET",path="/backend/controller.js",le="+Inf"} 17 http_response_size_bytes_sum{method="GET",path="/backend/controller.js"} 748 http_response_size_bytes_count{method="GET",path="/backend/controller.js"} 17 http_response_size_bytes_bucket{method="GET",path="/backend/env.js",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/backend/env.js",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/backend/env.js",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/backend/env.js",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/backend/env.js",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/backend/env.js",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/backend/env.js",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/backend/env.js",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/backend/env.js",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/backend/env.js",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/backend/env.js"} 88 http_response_size_bytes_count{method="GET",path="/backend/env.js"} 2 http_response_size_bytes_bucket{method="GET",path="/backend/helper.js",le="100"} 17 http_response_size_bytes_bucket{method="GET",path="/backend/helper.js",le="500"} 17 http_response_size_bytes_bucket{method="GET",path="/backend/helper.js",le="1000"} 17 http_response_size_bytes_bucket{method="GET",path="/backend/helper.js",le="5000"} 17 http_response_size_bytes_bucket{method="GET",path="/backend/helper.js",le="10000"} 17 http_response_size_bytes_bucket{method="GET",path="/backend/helper.js",le="50000"} 17 http_response_size_bytes_bucket{method="GET",path="/backend/helper.js",le="100000"} 17 http_response_size_bytes_bucket{method="GET",path="/backend/helper.js",le="500000"} 17 http_response_size_bytes_bucket{method="GET",path="/backend/helper.js",le="1e+06"} 17 http_response_size_bytes_bucket{method="GET",path="/backend/helper.js",le="+Inf"} 17 http_response_size_bytes_sum{method="GET",path="/backend/helper.js"} 748 http_response_size_bytes_count{method="GET",path="/backend/helper.js"} 17 http_response_size_bytes_bucket{method="GET",path="/backend/index.js",le="100"} 19 http_response_size_bytes_bucket{method="GET",path="/backend/index.js",le="500"} 19 http_response_size_bytes_bucket{method="GET",path="/backend/index.js",le="1000"} 19 http_response_size_bytes_bucket{method="GET",path="/backend/index.js",le="5000"} 19 http_response_size_bytes_bucket{method="GET",path="/backend/index.js",le="10000"} 19 http_response_size_bytes_bucket{method="GET",path="/backend/index.js",le="50000"} 19 http_response_size_bytes_bucket{method="GET",path="/backend/index.js",le="100000"} 19 http_response_size_bytes_bucket{method="GET",path="/backend/index.js",le="500000"} 19 http_response_size_bytes_bucket{method="GET",path="/backend/index.js",le="1e+06"} 19 http_response_size_bytes_bucket{method="GET",path="/backend/index.js",le="+Inf"} 19 http_response_size_bytes_sum{method="GET",path="/backend/index.js"} 835 http_response_size_bytes_count{method="GET",path="/backend/index.js"} 19 http_response_size_bytes_bucket{method="GET",path="/backend/mail.js",le="100"} 17 http_response_size_bytes_bucket{method="GET",path="/backend/mail.js",le="500"} 17 http_response_size_bytes_bucket{method="GET",path="/backend/mail.js",le="1000"} 17 http_response_size_bytes_bucket{method="GET",path="/backend/mail.js",le="5000"} 17 http_response_size_bytes_bucket{method="GET",path="/backend/mail.js",le="10000"} 17 http_response_size_bytes_bucket{method="GET",path="/backend/mail.js",le="50000"} 17 http_response_size_bytes_bucket{method="GET",path="/backend/mail.js",le="100000"} 17 http_response_size_bytes_bucket{method="GET",path="/backend/mail.js",le="500000"} 17 http_response_size_bytes_bucket{method="GET",path="/backend/mail.js",le="1e+06"} 17 http_response_size_bytes_bucket{method="GET",path="/backend/mail.js",le="+Inf"} 17 http_response_size_bytes_sum{method="GET",path="/backend/mail.js"} 747 http_response_size_bytes_count{method="GET",path="/backend/mail.js"} 17 http_response_size_bytes_bucket{method="GET",path="/backend/mailer.js",le="100"} 17 http_response_size_bytes_bucket{method="GET",path="/backend/mailer.js",le="500"} 17 http_response_size_bytes_bucket{method="GET",path="/backend/mailer.js",le="1000"} 17 http_response_size_bytes_bucket{method="GET",path="/backend/mailer.js",le="5000"} 17 http_response_size_bytes_bucket{method="GET",path="/backend/mailer.js",le="10000"} 17 http_response_size_bytes_bucket{method="GET",path="/backend/mailer.js",le="50000"} 17 http_response_size_bytes_bucket{method="GET",path="/backend/mailer.js",le="100000"} 17 http_response_size_bytes_bucket{method="GET",path="/backend/mailer.js",le="500000"} 17 http_response_size_bytes_bucket{method="GET",path="/backend/mailer.js",le="1e+06"} 17 http_response_size_bytes_bucket{method="GET",path="/backend/mailer.js",le="+Inf"} 17 http_response_size_bytes_sum{method="GET",path="/backend/mailer.js"} 748 http_response_size_bytes_count{method="GET",path="/backend/mailer.js"} 17 http_response_size_bytes_bucket{method="GET",path="/backend/mailserver.js",le="100"} 16 http_response_size_bytes_bucket{method="GET",path="/backend/mailserver.js",le="500"} 16 http_response_size_bytes_bucket{method="GET",path="/backend/mailserver.js",le="1000"} 16 http_response_size_bytes_bucket{method="GET",path="/backend/mailserver.js",le="5000"} 16 http_response_size_bytes_bucket{method="GET",path="/backend/mailserver.js",le="10000"} 16 http_response_size_bytes_bucket{method="GET",path="/backend/mailserver.js",le="50000"} 16 http_response_size_bytes_bucket{method="GET",path="/backend/mailserver.js",le="100000"} 16 http_response_size_bytes_bucket{method="GET",path="/backend/mailserver.js",le="500000"} 16 http_response_size_bytes_bucket{method="GET",path="/backend/mailserver.js",le="1e+06"} 16 http_response_size_bytes_bucket{method="GET",path="/backend/mailserver.js",le="+Inf"} 16 http_response_size_bytes_sum{method="GET",path="/backend/mailserver.js"} 703 http_response_size_bytes_count{method="GET",path="/backend/mailserver.js"} 16 http_response_size_bytes_bucket{method="GET",path="/backend/node/common.js",le="100"} 19 http_response_size_bytes_bucket{method="GET",path="/backend/node/common.js",le="500"} 19 http_response_size_bytes_bucket{method="GET",path="/backend/node/common.js",le="1000"} 19 http_response_size_bytes_bucket{method="GET",path="/backend/node/common.js",le="5000"} 19 http_response_size_bytes_bucket{method="GET",path="/backend/node/common.js",le="10000"} 19 http_response_size_bytes_bucket{method="GET",path="/backend/node/common.js",le="50000"} 19 http_response_size_bytes_bucket{method="GET",path="/backend/node/common.js",le="100000"} 19 http_response_size_bytes_bucket{method="GET",path="/backend/node/common.js",le="500000"} 19 http_response_size_bytes_bucket{method="GET",path="/backend/node/common.js",le="1e+06"} 19 http_response_size_bytes_bucket{method="GET",path="/backend/node/common.js",le="+Inf"} 19 http_response_size_bytes_sum{method="GET",path="/backend/node/common.js"} 836 http_response_size_bytes_count{method="GET",path="/backend/node/common.js"} 19 http_response_size_bytes_bucket{method="GET",path="/backend/node/config.js",le="100"} 19 http_response_size_bytes_bucket{method="GET",path="/backend/node/config.js",le="500"} 19 http_response_size_bytes_bucket{method="GET",path="/backend/node/config.js",le="1000"} 19 http_response_size_bytes_bucket{method="GET",path="/backend/node/config.js",le="5000"} 19 http_response_size_bytes_bucket{method="GET",path="/backend/node/config.js",le="10000"} 19 http_response_size_bytes_bucket{method="GET",path="/backend/node/config.js",le="50000"} 19 http_response_size_bytes_bucket{method="GET",path="/backend/node/config.js",le="100000"} 19 http_response_size_bytes_bucket{method="GET",path="/backend/node/config.js",le="500000"} 19 http_response_size_bytes_bucket{method="GET",path="/backend/node/config.js",le="1e+06"} 19 http_response_size_bytes_bucket{method="GET",path="/backend/node/config.js",le="+Inf"} 19 http_response_size_bytes_sum{method="GET",path="/backend/node/config.js"} 835 http_response_size_bytes_count{method="GET",path="/backend/node/config.js"} 19 http_response_size_bytes_bucket{method="GET",path="/backend/node/constant.js",le="100"} 19 http_response_size_bytes_bucket{method="GET",path="/backend/node/constant.js",le="500"} 19 http_response_size_bytes_bucket{method="GET",path="/backend/node/constant.js",le="1000"} 19 http_response_size_bytes_bucket{method="GET",path="/backend/node/constant.js",le="5000"} 19 http_response_size_bytes_bucket{method="GET",path="/backend/node/constant.js",le="10000"} 19 http_response_size_bytes_bucket{method="GET",path="/backend/node/constant.js",le="50000"} 19 http_response_size_bytes_bucket{method="GET",path="/backend/node/constant.js",le="100000"} 19 http_response_size_bytes_bucket{method="GET",path="/backend/node/constant.js",le="500000"} 19 http_response_size_bytes_bucket{method="GET",path="/backend/node/constant.js",le="1e+06"} 19 http_response_size_bytes_bucket{method="GET",path="/backend/node/constant.js",le="+Inf"} 19 http_response_size_bytes_sum{method="GET",path="/backend/node/constant.js"} 835 http_response_size_bytes_count{method="GET",path="/backend/node/constant.js"} 19 http_response_size_bytes_bucket{method="GET",path="/backend/node/constants.js",le="100"} 19 http_response_size_bytes_bucket{method="GET",path="/backend/node/constants.js",le="500"} 19 http_response_size_bytes_bucket{method="GET",path="/backend/node/constants.js",le="1000"} 19 http_response_size_bytes_bucket{method="GET",path="/backend/node/constants.js",le="5000"} 19 http_response_size_bytes_bucket{method="GET",path="/backend/node/constants.js",le="10000"} 19 http_response_size_bytes_bucket{method="GET",path="/backend/node/constants.js",le="50000"} 19 http_response_size_bytes_bucket{method="GET",path="/backend/node/constants.js",le="100000"} 19 http_response_size_bytes_bucket{method="GET",path="/backend/node/constants.js",le="500000"} 19 http_response_size_bytes_bucket{method="GET",path="/backend/node/constants.js",le="1e+06"} 19 http_response_size_bytes_bucket{method="GET",path="/backend/node/constants.js",le="+Inf"} 19 http_response_size_bytes_sum{method="GET",path="/backend/node/constants.js"} 834 http_response_size_bytes_count{method="GET",path="/backend/node/constants.js"} 19 http_response_size_bytes_bucket{method="GET",path="/backend/phpinfo.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/backend/phpinfo.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/backend/phpinfo.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/backend/phpinfo.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/backend/phpinfo.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/backend/phpinfo.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/backend/phpinfo.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/backend/phpinfo.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/backend/phpinfo.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/backend/phpinfo.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/backend/phpinfo.php"} 88 http_response_size_bytes_count{method="GET",path="/backend/phpinfo.php"} 2 http_response_size_bytes_bucket{method="GET",path="/backend/server.js",le="100"} 16 http_response_size_bytes_bucket{method="GET",path="/backend/server.js",le="500"} 16 http_response_size_bytes_bucket{method="GET",path="/backend/server.js",le="1000"} 16 http_response_size_bytes_bucket{method="GET",path="/backend/server.js",le="5000"} 16 http_response_size_bytes_bucket{method="GET",path="/backend/server.js",le="10000"} 16 http_response_size_bytes_bucket{method="GET",path="/backend/server.js",le="50000"} 16 http_response_size_bytes_bucket{method="GET",path="/backend/server.js",le="100000"} 16 http_response_size_bytes_bucket{method="GET",path="/backend/server.js",le="500000"} 16 http_response_size_bytes_bucket{method="GET",path="/backend/server.js",le="1e+06"} 16 http_response_size_bytes_bucket{method="GET",path="/backend/server.js",le="+Inf"} 16 http_response_size_bytes_sum{method="GET",path="/backend/server.js"} 703 http_response_size_bytes_count{method="GET",path="/backend/server.js"} 16 http_response_size_bytes_bucket{method="GET",path="/backend/settings.py",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/backend/settings.py",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/backend/settings.py",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/backend/settings.py",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/backend/settings.py",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/backend/settings.py",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/backend/settings.py",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/backend/settings.py",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/backend/settings.py",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/backend/settings.py",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/backend/settings.py"} 88 http_response_size_bytes_count{method="GET",path="/backend/settings.py"} 2 http_response_size_bytes_bucket{method="GET",path="/backend/utils.js",le="100"} 17 http_response_size_bytes_bucket{method="GET",path="/backend/utils.js",le="500"} 17 http_response_size_bytes_bucket{method="GET",path="/backend/utils.js",le="1000"} 17 http_response_size_bytes_bucket{method="GET",path="/backend/utils.js",le="5000"} 17 http_response_size_bytes_bucket{method="GET",path="/backend/utils.js",le="10000"} 17 http_response_size_bytes_bucket{method="GET",path="/backend/utils.js",le="50000"} 17 http_response_size_bytes_bucket{method="GET",path="/backend/utils.js",le="100000"} 17 http_response_size_bytes_bucket{method="GET",path="/backend/utils.js",le="500000"} 17 http_response_size_bytes_bucket{method="GET",path="/backend/utils.js",le="1e+06"} 17 http_response_size_bytes_bucket{method="GET",path="/backend/utils.js",le="+Inf"} 17 http_response_size_bytes_sum{method="GET",path="/backend/utils.js"} 747 http_response_size_bytes_count{method="GET",path="/backend/utils.js"} 17 http_response_size_bytes_bucket{method="GET",path="/backup.7z",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/backup.7z",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/backup.7z",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup.7z",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup.7z",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup.7z",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup.7z",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup.7z",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup.7z",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/backup.7z",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/backup.7z"} 43 http_response_size_bytes_count{method="GET",path="/backup.7z"} 1 http_response_size_bytes_bucket{method="GET",path="/backup.bz2",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/backup.bz2",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/backup.bz2",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup.bz2",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup.bz2",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup.bz2",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup.bz2",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup.bz2",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup.bz2",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/backup.bz2",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/backup.bz2"} 43 http_response_size_bytes_count{method="GET",path="/backup.bz2"} 1 http_response_size_bytes_bucket{method="GET",path="/backup.gz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/backup.gz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/backup.gz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup.gz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup.gz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup.gz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup.gz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup.gz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup.gz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/backup.gz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/backup.gz"} 43 http_response_size_bytes_count{method="GET",path="/backup.gz"} 1 http_response_size_bytes_bucket{method="GET",path="/backup.rar",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/backup.rar",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/backup.rar",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup.rar",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup.rar",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup.rar",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup.rar",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup.rar",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup.rar",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/backup.rar",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/backup.rar"} 43 http_response_size_bytes_count{method="GET",path="/backup.rar"} 1 http_response_size_bytes_bucket{method="GET",path="/backup.sql",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/backup.sql",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/backup.sql",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/backup.sql",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/backup.sql",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/backup.sql",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/backup.sql",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/backup.sql",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/backup.sql",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/backup.sql",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/backup.sql"} 129 http_response_size_bytes_count{method="GET",path="/backup.sql"} 3 http_response_size_bytes_bucket{method="GET",path="/backup.sql.bz2",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/backup.sql.bz2",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/backup.sql.bz2",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup.sql.bz2",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup.sql.bz2",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup.sql.bz2",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup.sql.bz2",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup.sql.bz2",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup.sql.bz2",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/backup.sql.bz2",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/backup.sql.bz2"} 43 http_response_size_bytes_count{method="GET",path="/backup.sql.bz2"} 1 http_response_size_bytes_bucket{method="GET",path="/backup.sql.gz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/backup.sql.gz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/backup.sql.gz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup.sql.gz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup.sql.gz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup.sql.gz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup.sql.gz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup.sql.gz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup.sql.gz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/backup.sql.gz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/backup.sql.gz"} 43 http_response_size_bytes_count{method="GET",path="/backup.sql.gz"} 1 http_response_size_bytes_bucket{method="GET",path="/backup.tar",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/backup.tar",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/backup.tar",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup.tar",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup.tar",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup.tar",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup.tar",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup.tar",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup.tar",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/backup.tar",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/backup.tar"} 43 http_response_size_bytes_count{method="GET",path="/backup.tar"} 1 http_response_size_bytes_bucket{method="GET",path="/backup.tar.bz2",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/backup.tar.bz2",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/backup.tar.bz2",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup.tar.bz2",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup.tar.bz2",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup.tar.bz2",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup.tar.bz2",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup.tar.bz2",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup.tar.bz2",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/backup.tar.bz2",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/backup.tar.bz2"} 43 http_response_size_bytes_count{method="GET",path="/backup.tar.bz2"} 1 http_response_size_bytes_bucket{method="GET",path="/backup.tar.gz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/backup.tar.gz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/backup.tar.gz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup.tar.gz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup.tar.gz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup.tar.gz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup.tar.gz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup.tar.gz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup.tar.gz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/backup.tar.gz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/backup.tar.gz"} 43 http_response_size_bytes_count{method="GET",path="/backup.tar.gz"} 1 http_response_size_bytes_bucket{method="GET",path="/backup.tar.xz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/backup.tar.xz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/backup.tar.xz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup.tar.xz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup.tar.xz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup.tar.xz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup.tar.xz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup.tar.xz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup.tar.xz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/backup.tar.xz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/backup.tar.xz"} 43 http_response_size_bytes_count{method="GET",path="/backup.tar.xz"} 1 http_response_size_bytes_bucket{method="GET",path="/backup.tgz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/backup.tgz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/backup.tgz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup.tgz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup.tgz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup.tgz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup.tgz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup.tgz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup.tgz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/backup.tgz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/backup.tgz"} 43 http_response_size_bytes_count{method="GET",path="/backup.tgz"} 1 http_response_size_bytes_bucket{method="GET",path="/backup.zip",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/backup.zip",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/backup.zip",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/backup.zip",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/backup.zip",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/backup.zip",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/backup.zip",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/backup.zip",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/backup.zip",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/backup.zip",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/backup.zip"} 83 http_response_size_bytes_count{method="GET",path="/backup.zip"} 3 http_response_size_bytes_bucket{method="GET",path="/backup.zst",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/backup.zst",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/backup.zst",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup.zst",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup.zst",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup.zst",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup.zst",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup.zst",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup.zst",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/backup.zst",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/backup.zst"} 43 http_response_size_bytes_count{method="GET",path="/backup.zst"} 1 http_response_size_bytes_bucket{method="GET",path="/backup/.env",le="100"} 6 http_response_size_bytes_bucket{method="GET",path="/backup/.env",le="500"} 6 http_response_size_bytes_bucket{method="GET",path="/backup/.env",le="1000"} 6 http_response_size_bytes_bucket{method="GET",path="/backup/.env",le="5000"} 6 http_response_size_bytes_bucket{method="GET",path="/backup/.env",le="10000"} 6 http_response_size_bytes_bucket{method="GET",path="/backup/.env",le="50000"} 6 http_response_size_bytes_bucket{method="GET",path="/backup/.env",le="100000"} 6 http_response_size_bytes_bucket{method="GET",path="/backup/.env",le="500000"} 6 http_response_size_bytes_bucket{method="GET",path="/backup/.env",le="1e+06"} 6 http_response_size_bytes_bucket{method="GET",path="/backup/.env",le="+Inf"} 6 http_response_size_bytes_sum{method="GET",path="/backup/.env"} 262 http_response_size_bytes_count{method="GET",path="/backup/.env"} 6 http_response_size_bytes_bucket{method="GET",path="/backup/env",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/backup/env",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/backup/env",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/backup/env",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/backup/env",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/backup/env",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/backup/env",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/backup/env",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/backup/env",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/backup/env",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/backup/env"} 88 http_response_size_bytes_count{method="GET",path="/backup/env"} 2 http_response_size_bytes_bucket{method="GET",path="/backup/phpinfo.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/backup/phpinfo.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/backup/phpinfo.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/backup/phpinfo.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/backup/phpinfo.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/backup/phpinfo.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/backup/phpinfo.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/backup/phpinfo.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/backup/phpinfo.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/backup/phpinfo.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/backup/phpinfo.php"} 88 http_response_size_bytes_count{method="GET",path="/backup/phpinfo.php"} 2 http_response_size_bytes_bucket{method="GET",path="/backup_1.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/backup_1.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/backup_1.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/backup_1.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/backup_1.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/backup_1.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/backup_1.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/backup_1.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/backup_1.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/backup_1.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/backup_1.zip"} 40 http_response_size_bytes_count{method="GET",path="/backup_1.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/backup_2.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/backup_2.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/backup_2.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/backup_2.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/backup_2.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/backup_2.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/backup_2.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/backup_2.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/backup_2.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/backup_2.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/backup_2.zip"} 40 http_response_size_bytes_count{method="GET",path="/backup_2.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/backup_3.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/backup_3.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/backup_3.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/backup_3.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/backup_3.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/backup_3.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/backup_3.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/backup_3.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/backup_3.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/backup_3.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/backup_3.zip"} 40 http_response_size_bytes_count{method="GET",path="/backup_3.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/backup_4.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/backup_4.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/backup_4.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/backup_4.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/backup_4.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/backup_4.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/backup_4.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/backup_4.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/backup_4.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/backup_4.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/backup_4.zip"} 40 http_response_size_bytes_count{method="GET",path="/backup_4.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/backup_5.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/backup_5.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/backup_5.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/backup_5.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/backup_5.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/backup_5.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/backup_5.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/backup_5.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/backup_5.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/backup_5.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/backup_5.zip"} 40 http_response_size_bytes_count{method="GET",path="/backup_5.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/backup_daily.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/backup_daily.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/backup_daily.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/backup_daily.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/backup_daily.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/backup_daily.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/backup_daily.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/backup_daily.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/backup_daily.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/backup_daily.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/backup_daily.zip"} 39 http_response_size_bytes_count{method="GET",path="/backup_daily.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/backup_db.7z",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/backup_db.7z",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/backup_db.7z",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup_db.7z",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup_db.7z",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup_db.7z",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup_db.7z",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup_db.7z",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup_db.7z",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/backup_db.7z",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/backup_db.7z"} 43 http_response_size_bytes_count{method="GET",path="/backup_db.7z"} 1 http_response_size_bytes_bucket{method="GET",path="/backup_db.bz2",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/backup_db.bz2",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/backup_db.bz2",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup_db.bz2",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup_db.bz2",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup_db.bz2",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup_db.bz2",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup_db.bz2",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup_db.bz2",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/backup_db.bz2",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/backup_db.bz2"} 43 http_response_size_bytes_count{method="GET",path="/backup_db.bz2"} 1 http_response_size_bytes_bucket{method="GET",path="/backup_db.gz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/backup_db.gz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/backup_db.gz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup_db.gz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup_db.gz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup_db.gz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup_db.gz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup_db.gz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup_db.gz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/backup_db.gz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/backup_db.gz"} 43 http_response_size_bytes_count{method="GET",path="/backup_db.gz"} 1 http_response_size_bytes_bucket{method="GET",path="/backup_db.rar",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/backup_db.rar",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/backup_db.rar",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup_db.rar",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup_db.rar",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup_db.rar",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup_db.rar",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup_db.rar",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup_db.rar",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/backup_db.rar",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/backup_db.rar"} 43 http_response_size_bytes_count{method="GET",path="/backup_db.rar"} 1 http_response_size_bytes_bucket{method="GET",path="/backup_db.sql",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/backup_db.sql",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/backup_db.sql",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup_db.sql",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup_db.sql",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup_db.sql",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup_db.sql",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup_db.sql",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup_db.sql",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/backup_db.sql",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/backup_db.sql"} 43 http_response_size_bytes_count{method="GET",path="/backup_db.sql"} 1 http_response_size_bytes_bucket{method="GET",path="/backup_db.sql.bz2",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/backup_db.sql.bz2",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/backup_db.sql.bz2",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup_db.sql.bz2",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup_db.sql.bz2",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup_db.sql.bz2",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup_db.sql.bz2",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup_db.sql.bz2",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup_db.sql.bz2",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/backup_db.sql.bz2",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/backup_db.sql.bz2"} 43 http_response_size_bytes_count{method="GET",path="/backup_db.sql.bz2"} 1 http_response_size_bytes_bucket{method="GET",path="/backup_db.sql.gz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/backup_db.sql.gz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/backup_db.sql.gz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup_db.sql.gz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup_db.sql.gz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup_db.sql.gz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup_db.sql.gz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup_db.sql.gz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup_db.sql.gz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/backup_db.sql.gz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/backup_db.sql.gz"} 43 http_response_size_bytes_count{method="GET",path="/backup_db.sql.gz"} 1 http_response_size_bytes_bucket{method="GET",path="/backup_db.tar",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/backup_db.tar",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/backup_db.tar",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup_db.tar",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup_db.tar",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup_db.tar",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup_db.tar",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup_db.tar",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup_db.tar",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/backup_db.tar",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/backup_db.tar"} 43 http_response_size_bytes_count{method="GET",path="/backup_db.tar"} 1 http_response_size_bytes_bucket{method="GET",path="/backup_db.tar.bz2",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/backup_db.tar.bz2",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/backup_db.tar.bz2",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup_db.tar.bz2",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup_db.tar.bz2",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup_db.tar.bz2",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup_db.tar.bz2",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup_db.tar.bz2",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup_db.tar.bz2",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/backup_db.tar.bz2",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/backup_db.tar.bz2"} 43 http_response_size_bytes_count{method="GET",path="/backup_db.tar.bz2"} 1 http_response_size_bytes_bucket{method="GET",path="/backup_db.tar.gz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/backup_db.tar.gz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/backup_db.tar.gz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup_db.tar.gz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup_db.tar.gz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup_db.tar.gz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup_db.tar.gz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup_db.tar.gz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup_db.tar.gz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/backup_db.tar.gz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/backup_db.tar.gz"} 43 http_response_size_bytes_count{method="GET",path="/backup_db.tar.gz"} 1 http_response_size_bytes_bucket{method="GET",path="/backup_db.tar.xz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/backup_db.tar.xz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/backup_db.tar.xz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup_db.tar.xz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup_db.tar.xz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup_db.tar.xz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup_db.tar.xz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup_db.tar.xz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup_db.tar.xz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/backup_db.tar.xz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/backup_db.tar.xz"} 43 http_response_size_bytes_count{method="GET",path="/backup_db.tar.xz"} 1 http_response_size_bytes_bucket{method="GET",path="/backup_db.tgz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/backup_db.tgz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/backup_db.tgz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup_db.tgz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup_db.tgz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup_db.tgz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup_db.tgz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup_db.tgz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup_db.tgz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/backup_db.tgz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/backup_db.tgz"} 43 http_response_size_bytes_count{method="GET",path="/backup_db.tgz"} 1 http_response_size_bytes_bucket{method="GET",path="/backup_db.zip",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/backup_db.zip",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/backup_db.zip",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup_db.zip",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup_db.zip",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup_db.zip",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup_db.zip",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup_db.zip",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup_db.zip",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/backup_db.zip",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/backup_db.zip"} 43 http_response_size_bytes_count{method="GET",path="/backup_db.zip"} 1 http_response_size_bytes_bucket{method="GET",path="/backup_db.zst",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/backup_db.zst",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/backup_db.zst",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup_db.zst",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup_db.zst",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup_db.zst",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup_db.zst",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup_db.zst",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup_db.zst",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/backup_db.zst",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/backup_db.zst"} 43 http_response_size_bytes_count{method="GET",path="/backup_db.zst"} 1 http_response_size_bytes_bucket{method="GET",path="/backup_full.7z",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/backup_full.7z",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/backup_full.7z",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup_full.7z",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup_full.7z",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup_full.7z",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup_full.7z",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup_full.7z",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup_full.7z",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/backup_full.7z",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/backup_full.7z"} 43 http_response_size_bytes_count{method="GET",path="/backup_full.7z"} 1 http_response_size_bytes_bucket{method="GET",path="/backup_full.bz2",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/backup_full.bz2",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/backup_full.bz2",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup_full.bz2",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup_full.bz2",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup_full.bz2",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup_full.bz2",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup_full.bz2",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup_full.bz2",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/backup_full.bz2",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/backup_full.bz2"} 43 http_response_size_bytes_count{method="GET",path="/backup_full.bz2"} 1 http_response_size_bytes_bucket{method="GET",path="/backup_full.gz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/backup_full.gz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/backup_full.gz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup_full.gz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup_full.gz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup_full.gz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup_full.gz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup_full.gz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup_full.gz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/backup_full.gz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/backup_full.gz"} 43 http_response_size_bytes_count{method="GET",path="/backup_full.gz"} 1 http_response_size_bytes_bucket{method="GET",path="/backup_full.rar",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/backup_full.rar",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/backup_full.rar",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup_full.rar",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup_full.rar",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup_full.rar",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup_full.rar",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup_full.rar",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup_full.rar",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/backup_full.rar",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/backup_full.rar"} 43 http_response_size_bytes_count{method="GET",path="/backup_full.rar"} 1 http_response_size_bytes_bucket{method="GET",path="/backup_full.sql",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/backup_full.sql",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/backup_full.sql",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup_full.sql",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup_full.sql",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup_full.sql",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup_full.sql",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup_full.sql",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup_full.sql",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/backup_full.sql",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/backup_full.sql"} 43 http_response_size_bytes_count{method="GET",path="/backup_full.sql"} 1 http_response_size_bytes_bucket{method="GET",path="/backup_full.sql.bz2",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/backup_full.sql.bz2",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/backup_full.sql.bz2",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup_full.sql.bz2",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup_full.sql.bz2",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup_full.sql.bz2",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup_full.sql.bz2",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup_full.sql.bz2",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup_full.sql.bz2",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/backup_full.sql.bz2",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/backup_full.sql.bz2"} 43 http_response_size_bytes_count{method="GET",path="/backup_full.sql.bz2"} 1 http_response_size_bytes_bucket{method="GET",path="/backup_full.sql.gz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/backup_full.sql.gz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/backup_full.sql.gz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup_full.sql.gz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup_full.sql.gz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup_full.sql.gz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup_full.sql.gz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup_full.sql.gz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup_full.sql.gz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/backup_full.sql.gz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/backup_full.sql.gz"} 43 http_response_size_bytes_count{method="GET",path="/backup_full.sql.gz"} 1 http_response_size_bytes_bucket{method="GET",path="/backup_full.tar",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/backup_full.tar",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/backup_full.tar",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup_full.tar",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup_full.tar",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup_full.tar",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup_full.tar",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup_full.tar",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup_full.tar",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/backup_full.tar",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/backup_full.tar"} 43 http_response_size_bytes_count{method="GET",path="/backup_full.tar"} 1 http_response_size_bytes_bucket{method="GET",path="/backup_full.tar.bz2",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/backup_full.tar.bz2",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/backup_full.tar.bz2",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup_full.tar.bz2",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup_full.tar.bz2",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup_full.tar.bz2",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup_full.tar.bz2",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup_full.tar.bz2",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup_full.tar.bz2",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/backup_full.tar.bz2",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/backup_full.tar.bz2"} 43 http_response_size_bytes_count{method="GET",path="/backup_full.tar.bz2"} 1 http_response_size_bytes_bucket{method="GET",path="/backup_full.tar.gz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/backup_full.tar.gz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/backup_full.tar.gz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup_full.tar.gz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup_full.tar.gz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup_full.tar.gz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup_full.tar.gz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup_full.tar.gz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup_full.tar.gz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/backup_full.tar.gz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/backup_full.tar.gz"} 43 http_response_size_bytes_count{method="GET",path="/backup_full.tar.gz"} 1 http_response_size_bytes_bucket{method="GET",path="/backup_full.tar.xz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/backup_full.tar.xz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/backup_full.tar.xz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup_full.tar.xz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup_full.tar.xz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup_full.tar.xz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup_full.tar.xz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup_full.tar.xz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup_full.tar.xz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/backup_full.tar.xz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/backup_full.tar.xz"} 43 http_response_size_bytes_count{method="GET",path="/backup_full.tar.xz"} 1 http_response_size_bytes_bucket{method="GET",path="/backup_full.tgz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/backup_full.tgz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/backup_full.tgz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup_full.tgz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup_full.tgz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup_full.tgz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup_full.tgz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup_full.tgz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup_full.tgz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/backup_full.tgz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/backup_full.tgz"} 43 http_response_size_bytes_count{method="GET",path="/backup_full.tgz"} 1 http_response_size_bytes_bucket{method="GET",path="/backup_full.zip",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/backup_full.zip",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/backup_full.zip",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup_full.zip",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup_full.zip",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup_full.zip",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup_full.zip",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup_full.zip",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup_full.zip",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/backup_full.zip",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/backup_full.zip"} 43 http_response_size_bytes_count{method="GET",path="/backup_full.zip"} 1 http_response_size_bytes_bucket{method="GET",path="/backup_full.zst",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/backup_full.zst",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/backup_full.zst",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup_full.zst",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup_full.zst",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup_full.zst",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup_full.zst",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup_full.zst",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup_full.zst",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/backup_full.zst",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/backup_full.zst"} 43 http_response_size_bytes_count{method="GET",path="/backup_full.zst"} 1 http_response_size_bytes_bucket{method="GET",path="/backup_monthly.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/backup_monthly.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/backup_monthly.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/backup_monthly.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/backup_monthly.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/backup_monthly.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/backup_monthly.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/backup_monthly.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/backup_monthly.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/backup_monthly.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/backup_monthly.zip"} 40 http_response_size_bytes_count{method="GET",path="/backup_monthly.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/backup_weekly.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/backup_weekly.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/backup_weekly.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/backup_weekly.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/backup_weekly.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/backup_weekly.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/backup_weekly.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/backup_weekly.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/backup_weekly.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/backup_weekly.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/backup_weekly.zip"} 40 http_response_size_bytes_count{method="GET",path="/backup_weekly.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/backup_yearly.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/backup_yearly.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/backup_yearly.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/backup_yearly.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/backup_yearly.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/backup_yearly.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/backup_yearly.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/backup_yearly.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/backup_yearly.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/backup_yearly.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/backup_yearly.zip"} 39 http_response_size_bytes_count{method="GET",path="/backup_yearly.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/backups.7z",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/backups.7z",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/backups.7z",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/backups.7z",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/backups.7z",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/backups.7z",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/backups.7z",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/backups.7z",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/backups.7z",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/backups.7z",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/backups.7z"} 43 http_response_size_bytes_count{method="GET",path="/backups.7z"} 1 http_response_size_bytes_bucket{method="GET",path="/backups.bz2",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/backups.bz2",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/backups.bz2",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/backups.bz2",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/backups.bz2",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/backups.bz2",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/backups.bz2",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/backups.bz2",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/backups.bz2",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/backups.bz2",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/backups.bz2"} 43 http_response_size_bytes_count{method="GET",path="/backups.bz2"} 1 http_response_size_bytes_bucket{method="GET",path="/backups.gz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/backups.gz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/backups.gz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/backups.gz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/backups.gz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/backups.gz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/backups.gz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/backups.gz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/backups.gz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/backups.gz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/backups.gz"} 43 http_response_size_bytes_count{method="GET",path="/backups.gz"} 1 http_response_size_bytes_bucket{method="GET",path="/backups.rar",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/backups.rar",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/backups.rar",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/backups.rar",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/backups.rar",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/backups.rar",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/backups.rar",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/backups.rar",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/backups.rar",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/backups.rar",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/backups.rar"} 43 http_response_size_bytes_count{method="GET",path="/backups.rar"} 1 http_response_size_bytes_bucket{method="GET",path="/backups.sql",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/backups.sql",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/backups.sql",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/backups.sql",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/backups.sql",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/backups.sql",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/backups.sql",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/backups.sql",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/backups.sql",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/backups.sql",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/backups.sql"} 43 http_response_size_bytes_count{method="GET",path="/backups.sql"} 1 http_response_size_bytes_bucket{method="GET",path="/backups.sql.bz2",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/backups.sql.bz2",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/backups.sql.bz2",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/backups.sql.bz2",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/backups.sql.bz2",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/backups.sql.bz2",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/backups.sql.bz2",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/backups.sql.bz2",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/backups.sql.bz2",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/backups.sql.bz2",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/backups.sql.bz2"} 43 http_response_size_bytes_count{method="GET",path="/backups.sql.bz2"} 1 http_response_size_bytes_bucket{method="GET",path="/backups.sql.gz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/backups.sql.gz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/backups.sql.gz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/backups.sql.gz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/backups.sql.gz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/backups.sql.gz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/backups.sql.gz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/backups.sql.gz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/backups.sql.gz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/backups.sql.gz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/backups.sql.gz"} 43 http_response_size_bytes_count{method="GET",path="/backups.sql.gz"} 1 http_response_size_bytes_bucket{method="GET",path="/backups.tar",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/backups.tar",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/backups.tar",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/backups.tar",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/backups.tar",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/backups.tar",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/backups.tar",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/backups.tar",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/backups.tar",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/backups.tar",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/backups.tar"} 43 http_response_size_bytes_count{method="GET",path="/backups.tar"} 1 http_response_size_bytes_bucket{method="GET",path="/backups.tar.bz2",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/backups.tar.bz2",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/backups.tar.bz2",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/backups.tar.bz2",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/backups.tar.bz2",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/backups.tar.bz2",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/backups.tar.bz2",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/backups.tar.bz2",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/backups.tar.bz2",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/backups.tar.bz2",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/backups.tar.bz2"} 43 http_response_size_bytes_count{method="GET",path="/backups.tar.bz2"} 1 http_response_size_bytes_bucket{method="GET",path="/backups.tar.gz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/backups.tar.gz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/backups.tar.gz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/backups.tar.gz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/backups.tar.gz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/backups.tar.gz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/backups.tar.gz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/backups.tar.gz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/backups.tar.gz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/backups.tar.gz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/backups.tar.gz"} 43 http_response_size_bytes_count{method="GET",path="/backups.tar.gz"} 1 http_response_size_bytes_bucket{method="GET",path="/backups.tar.xz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/backups.tar.xz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/backups.tar.xz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/backups.tar.xz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/backups.tar.xz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/backups.tar.xz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/backups.tar.xz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/backups.tar.xz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/backups.tar.xz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/backups.tar.xz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/backups.tar.xz"} 43 http_response_size_bytes_count{method="GET",path="/backups.tar.xz"} 1 http_response_size_bytes_bucket{method="GET",path="/backups.tgz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/backups.tgz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/backups.tgz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/backups.tgz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/backups.tgz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/backups.tgz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/backups.tgz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/backups.tgz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/backups.tgz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/backups.tgz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/backups.tgz"} 43 http_response_size_bytes_count{method="GET",path="/backups.tgz"} 1 http_response_size_bytes_bucket{method="GET",path="/backups.zip",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/backups.zip",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/backups.zip",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/backups.zip",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/backups.zip",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/backups.zip",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/backups.zip",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/backups.zip",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/backups.zip",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/backups.zip",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/backups.zip"} 83 http_response_size_bytes_count{method="GET",path="/backups.zip"} 3 http_response_size_bytes_bucket{method="GET",path="/backups.zst",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/backups.zst",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/backups.zst",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/backups.zst",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/backups.zst",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/backups.zst",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/backups.zst",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/backups.zst",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/backups.zst",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/backups.zst",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/backups.zst"} 43 http_response_size_bytes_count{method="GET",path="/backups.zst"} 1 http_response_size_bytes_bucket{method="GET",path="/backups/.env",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/backups/.env",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/backups/.env",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/backups/.env",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/backups/.env",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/backups/.env",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/backups/.env",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/backups/.env",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/backups/.env",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/backups/.env",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/backups/.env"} 176 http_response_size_bytes_count{method="GET",path="/backups/.env"} 4 http_response_size_bytes_bucket{method="GET",path="/baixy.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/baixy.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/baixy.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/baixy.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/baixy.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/baixy.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/baixy.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/baixy.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/baixy.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/baixy.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/baixy.php"} 43 http_response_size_bytes_count{method="GET",path="/baixy.php"} 1 http_response_size_bytes_bucket{method="GET",path="/bajah.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/bajah.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/bajah.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/bajah.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/bajah.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/bajah.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/bajah.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/bajah.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/bajah.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/bajah.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/bajah.php"} 43 http_response_size_bytes_count{method="GET",path="/bajah.php"} 1 http_response_size_bytes_bucket{method="GET",path="/bak.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/bak.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/bak.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/bak.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/bak.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/bak.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/bak.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/bak.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/bak.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/bak.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/bak.php"} 43 http_response_size_bytes_count{method="GET",path="/bak.php"} 1 http_response_size_bytes_bucket{method="GET",path="/bak.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/bak.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/bak.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/bak.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/bak.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/bak.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/bak.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/bak.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/bak.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/bak.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/bak.zip"} 40 http_response_size_bytes_count{method="GET",path="/bak.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/bak/phpinfo.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/bak/phpinfo.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/bak/phpinfo.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/bak/phpinfo.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/bak/phpinfo.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/bak/phpinfo.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/bak/phpinfo.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/bak/phpinfo.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/bak/phpinfo.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/bak/phpinfo.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/bak/phpinfo.php"} 87 http_response_size_bytes_count{method="GET",path="/bak/phpinfo.php"} 2 http_response_size_bytes_bucket{method="GET",path="/bal.php",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/bal.php",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/bal.php",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/bal.php",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/bal.php",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/bal.php",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/bal.php",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/bal.php",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/bal.php",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/bal.php",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/bal.php"} 172 http_response_size_bytes_count{method="GET",path="/bal.php"} 4 http_response_size_bytes_bucket{method="GET",path="/balbasaur.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/balbasaur.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/balbasaur.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/balbasaur.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/balbasaur.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/balbasaur.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/balbasaur.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/balbasaur.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/balbasaur.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/balbasaur.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/balbasaur.php"} 43 http_response_size_bytes_count{method="GET",path="/balbasaur.php"} 1 http_response_size_bytes_bucket{method="GET",path="/base.yaml",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/base.yaml",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/base.yaml",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/base.yaml",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/base.yaml",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/base.yaml",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/base.yaml",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/base.yaml",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/base.yaml",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/base.yaml",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/base.yaml"} 88 http_response_size_bytes_count{method="GET",path="/base.yaml"} 2 http_response_size_bytes_bucket{method="GET",path="/base.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/base.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/base.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/base.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/base.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/base.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/base.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/base.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/base.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/base.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/base.zip"} 40 http_response_size_bytes_count{method="GET",path="/base.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/batch.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/batch.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/batch.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/batch.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/batch.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/batch.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/batch.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/batch.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/batch.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/batch.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/batch.zip"} 40 http_response_size_bytes_count{method="GET",path="/batch.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/baxa1.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/baxa1.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/baxa1.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/baxa1.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/baxa1.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/baxa1.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/baxa1.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/baxa1.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/baxa1.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/baxa1.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/baxa1.php"} 43 http_response_size_bytes_count{method="GET",path="/baxa1.php"} 1 http_response_size_bytes_bucket{method="GET",path="/bazaar.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/bazaar.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/bazaar.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/bazaar.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/bazaar.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/bazaar.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/bazaar.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/bazaar.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/bazaar.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/bazaar.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/bazaar.zip"} 40 http_response_size_bytes_count{method="GET",path="/bazaar.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/bb.php",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/bb.php",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/bb.php",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/bb.php",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/bb.php",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/bb.php",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/bb.php",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/bb.php",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/bb.php",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/bb.php",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/bb.php"} 172 http_response_size_bytes_count{method="GET",path="/bb.php"} 4 http_response_size_bytes_bucket{method="GET",path="/bc.php",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/bc.php",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/bc.php",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/bc.php",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/bc.php",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/bc.php",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/bc.php",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/bc.php",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/bc.php",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/bc.php",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/bc.php"} 172 http_response_size_bytes_count{method="GET",path="/bc.php"} 4 http_response_size_bytes_bucket{method="GET",path="/be/.env",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/be/.env",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/be/.env",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/be/.env",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/be/.env",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/be/.env",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/be/.env",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/be/.env",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/be/.env",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/be/.env",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/be/.env"} 87 http_response_size_bytes_count{method="GET",path="/be/.env"} 2 http_response_size_bytes_bucket{method="GET",path="/be/config.js",le="100"} 17 http_response_size_bytes_bucket{method="GET",path="/be/config.js",le="500"} 17 http_response_size_bytes_bucket{method="GET",path="/be/config.js",le="1000"} 17 http_response_size_bytes_bucket{method="GET",path="/be/config.js",le="5000"} 17 http_response_size_bytes_bucket{method="GET",path="/be/config.js",le="10000"} 17 http_response_size_bytes_bucket{method="GET",path="/be/config.js",le="50000"} 17 http_response_size_bytes_bucket{method="GET",path="/be/config.js",le="100000"} 17 http_response_size_bytes_bucket{method="GET",path="/be/config.js",le="500000"} 17 http_response_size_bytes_bucket{method="GET",path="/be/config.js",le="1e+06"} 17 http_response_size_bytes_bucket{method="GET",path="/be/config.js",le="+Inf"} 17 http_response_size_bytes_sum{method="GET",path="/be/config.js"} 748 http_response_size_bytes_count{method="GET",path="/be/config.js"} 17 http_response_size_bytes_bucket{method="GET",path="/beta.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/beta.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/beta.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/beta.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/beta.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/beta.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/beta.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/beta.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/beta.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/beta.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/beta.zip"} 40 http_response_size_bytes_count{method="GET",path="/beta.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/beta/.env",le="100"} 5 http_response_size_bytes_bucket{method="GET",path="/beta/.env",le="500"} 5 http_response_size_bytes_bucket{method="GET",path="/beta/.env",le="1000"} 5 http_response_size_bytes_bucket{method="GET",path="/beta/.env",le="5000"} 5 http_response_size_bytes_bucket{method="GET",path="/beta/.env",le="10000"} 5 http_response_size_bytes_bucket{method="GET",path="/beta/.env",le="50000"} 5 http_response_size_bytes_bucket{method="GET",path="/beta/.env",le="100000"} 5 http_response_size_bytes_bucket{method="GET",path="/beta/.env",le="500000"} 5 http_response_size_bytes_bucket{method="GET",path="/beta/.env",le="1e+06"} 5 http_response_size_bytes_bucket{method="GET",path="/beta/.env",le="+Inf"} 5 http_response_size_bytes_sum{method="GET",path="/beta/.env"} 220 http_response_size_bytes_count{method="GET",path="/beta/.env"} 5 http_response_size_bytes_bucket{method="GET",path="/beta/phpinfo.php",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/beta/phpinfo.php",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/beta/phpinfo.php",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/beta/phpinfo.php",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/beta/phpinfo.php",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/beta/phpinfo.php",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/beta/phpinfo.php",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/beta/phpinfo.php",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/beta/phpinfo.php",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/beta/phpinfo.php",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/beta/phpinfo.php"} 131 http_response_size_bytes_count{method="GET",path="/beta/phpinfo.php"} 3 http_response_size_bytes_bucket{method="GET",path="/bfil.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/bfil.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/bfil.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/bfil.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/bfil.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/bfil.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/bfil.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/bfil.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/bfil.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/bfil.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/bfil.php"} 43 http_response_size_bytes_count{method="GET",path="/bfil.php"} 1 http_response_size_bytes_bucket{method="GET",path="/bgymj.php",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/bgymj.php",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/bgymj.php",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/bgymj.php",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/bgymj.php",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/bgymj.php",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/bgymj.php",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/bgymj.php",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/bgymj.php",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/bgymj.php",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/bgymj.php"} 129 http_response_size_bytes_count{method="GET",path="/bgymj.php"} 3 http_response_size_bytes_bucket{method="GET",path="/bhm.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/bhm.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/bhm.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/bhm.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/bhm.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/bhm.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/bhm.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/bhm.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/bhm.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/bhm.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/bhm.php"} 43 http_response_size_bytes_count{method="GET",path="/bhm.php"} 1 http_response_size_bytes_bucket{method="GET",path="/bibil.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/bibil.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/bibil.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/bibil.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/bibil.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/bibil.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/bibil.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/bibil.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/bibil.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/bibil.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/bibil.php"} 86 http_response_size_bytes_count{method="GET",path="/bibil.php"} 2 http_response_size_bytes_bucket{method="GET",path="/billing/*",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/billing/*",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/billing/*",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/billing/*",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/billing/*",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/billing/*",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/billing/*",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/billing/*",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/billing/*",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/billing/*",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/billing/*"} 88 http_response_size_bytes_count{method="GET",path="/billing/*"} 2 http_response_size_bytes_bucket{method="GET",path="/bin.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/bin.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/bin.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/bin.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/bin.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/bin.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/bin.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/bin.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/bin.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/bin.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/bin.zip"} 40 http_response_size_bytes_count{method="GET",path="/bin.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/bin/.env",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/bin/.env",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/bin/.env",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/bin/.env",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/bin/.env",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/bin/.env",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/bin/.env",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/bin/.env",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/bin/.env",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/bin/.env",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/bin/.env"} 44 http_response_size_bytes_count{method="GET",path="/bin/.env"} 1 http_response_size_bytes_bucket{method="GET",path="/birlingsless.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/birlingsless.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/birlingsless.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/birlingsless.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/birlingsless.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/birlingsless.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/birlingsless.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/birlingsless.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/birlingsless.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/birlingsless.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/birlingsless.php"} 43 http_response_size_bytes_count{method="GET",path="/birlingsless.php"} 1 http_response_size_bytes_bucket{method="GET",path="/bjfl.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/bjfl.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/bjfl.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/bjfl.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/bjfl.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/bjfl.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/bjfl.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/bjfl.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/bjfl.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/bjfl.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/bjfl.php"} 86 http_response_size_bytes_count{method="GET",path="/bjfl.php"} 2 http_response_size_bytes_bucket{method="GET",path="/bless.php",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/bless.php",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/bless.php",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/bless.php",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/bless.php",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/bless.php",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/bless.php",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/bless.php",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/bless.php",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/bless.php",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/bless.php"} 129 http_response_size_bytes_count{method="GET",path="/bless.php"} 3 http_response_size_bytes_bucket{method="GET",path="/bless11.php",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/bless11.php",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/bless11.php",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/bless11.php",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/bless11.php",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/bless11.php",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/bless11.php",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/bless11.php",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/bless11.php",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/bless11.php",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/bless11.php"} 172 http_response_size_bytes_count{method="GET",path="/bless11.php"} 4 http_response_size_bytes_bucket{method="GET",path="/bless3.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/bless3.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/bless3.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/bless3.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/bless3.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/bless3.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/bless3.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/bless3.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/bless3.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/bless3.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/bless3.php"} 43 http_response_size_bytes_count{method="GET",path="/bless3.php"} 1 http_response_size_bytes_bucket{method="GET",path="/bless5.php",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/bless5.php",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/bless5.php",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/bless5.php",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/bless5.php",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/bless5.php",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/bless5.php",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/bless5.php",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/bless5.php",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/bless5.php",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/bless5.php"} 129 http_response_size_bytes_count{method="GET",path="/bless5.php"} 3 http_response_size_bytes_bucket{method="GET",path="/blog",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/blog",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/blog",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/blog",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/blog",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/blog",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/blog",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/blog",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/blog",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/blog",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/blog"} 88 http_response_size_bytes_count{method="GET",path="/blog"} 2 http_response_size_bytes_bucket{method="GET",path="/blog/.env",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/blog/.env",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/blog/.env",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/blog/.env",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/blog/.env",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/blog/.env",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/blog/.env",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/blog/.env",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/blog/.env",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/blog/.env",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/blog/.env"} 88 http_response_size_bytes_count{method="GET",path="/blog/.env"} 2 http_response_size_bytes_bucket{method="GET",path="/blog/.git/config",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/blog/.git/config",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/blog/.git/config",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/blog/.git/config",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/blog/.git/config",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/blog/.git/config",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/blog/.git/config",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/blog/.git/config",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/blog/.git/config",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/blog/.git/config",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/blog/.git/config"} 44 http_response_size_bytes_count{method="GET",path="/blog/.git/config"} 1 http_response_size_bytes_bucket{method="GET",path="/blog/[year]/[month]/[slug]",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/blog/[year]/[month]/[slug]",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/blog/[year]/[month]/[slug]",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/blog/[year]/[month]/[slug]",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/blog/[year]/[month]/[slug]",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/blog/[year]/[month]/[slug]",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/blog/[year]/[month]/[slug]",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/blog/[year]/[month]/[slug]",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/blog/[year]/[month]/[slug]",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/blog/[year]/[month]/[slug]",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/blog/[year]/[month]/[slug]"} 87 http_response_size_bytes_count{method="GET",path="/blog/[year]/[month]/[slug]"} 2 http_response_size_bytes_bucket{method="GET",path="/blog/phpinfo.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/blog/phpinfo.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/blog/phpinfo.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/blog/phpinfo.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/blog/phpinfo.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/blog/phpinfo.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/blog/phpinfo.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/blog/phpinfo.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/blog/phpinfo.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/blog/phpinfo.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/blog/phpinfo.php"} 88 http_response_size_bytes_count{method="GET",path="/blog/phpinfo.php"} 2 http_response_size_bytes_bucket{method="GET",path="/blogs/.env",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/blogs/.env",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/blogs/.env",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/blogs/.env",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/blogs/.env",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/blogs/.env",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/blogs/.env",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/blogs/.env",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/blogs/.env",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/blogs/.env",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/blogs/.env"} 87 http_response_size_bytes_count{method="GET",path="/blogs/.env"} 2 http_response_size_bytes_bucket{method="GET",path="/blox.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/blox.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/blox.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/blox.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/blox.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/blox.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/blox.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/blox.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/blox.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/blox.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/blox.php"} 43 http_response_size_bytes_count{method="GET",path="/blox.php"} 1 http_response_size_bytes_bucket{method="GET",path="/bluehost.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/bluehost.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/bluehost.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/bluehost.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/bluehost.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/bluehost.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/bluehost.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/bluehost.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/bluehost.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/bluehost.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/bluehost.zip"} 40 http_response_size_bytes_count{method="GET",path="/bluehost.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/blurbs.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/blurbs.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/blurbs.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/blurbs.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/blurbs.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/blurbs.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/blurbs.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/blurbs.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/blurbs.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/blurbs.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/blurbs.php"} 43 http_response_size_bytes_count{method="GET",path="/blurbs.php"} 1 http_response_size_bytes_bucket{method="GET",path="/bnm.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/bnm.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/bnm.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/bnm.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/bnm.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/bnm.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/bnm.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/bnm.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/bnm.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/bnm.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/bnm.php"} 43 http_response_size_bytes_count{method="GET",path="/bnm.php"} 1 http_response_size_bytes_bucket{method="GET",path="/bo.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/bo.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/bo.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/bo.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/bo.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/bo.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/bo.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/bo.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/bo.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/bo.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/bo.php"} 43 http_response_size_bytes_count{method="GET",path="/bo.php"} 1 http_response_size_bytes_bucket{method="GET",path="/bob.php",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/bob.php",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/bob.php",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/bob.php",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/bob.php",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/bob.php",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/bob.php",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/bob.php",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/bob.php",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/bob.php",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/bob.php"} 172 http_response_size_bytes_count{method="GET",path="/bob.php"} 4 http_response_size_bytes_bucket{method="GET",path="/bolt.php",le="100"} 5 http_response_size_bytes_bucket{method="GET",path="/bolt.php",le="500"} 5 http_response_size_bytes_bucket{method="GET",path="/bolt.php",le="1000"} 5 http_response_size_bytes_bucket{method="GET",path="/bolt.php",le="5000"} 5 http_response_size_bytes_bucket{method="GET",path="/bolt.php",le="10000"} 5 http_response_size_bytes_bucket{method="GET",path="/bolt.php",le="50000"} 5 http_response_size_bytes_bucket{method="GET",path="/bolt.php",le="100000"} 5 http_response_size_bytes_bucket{method="GET",path="/bolt.php",le="500000"} 5 http_response_size_bytes_bucket{method="GET",path="/bolt.php",le="1e+06"} 5 http_response_size_bytes_bucket{method="GET",path="/bolt.php",le="+Inf"} 5 http_response_size_bytes_sum{method="GET",path="/bolt.php"} 215 http_response_size_bytes_count{method="GET",path="/bolt.php"} 5 http_response_size_bytes_bucket{method="GET",path="/boot.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/boot.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/boot.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/boot.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/boot.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/boot.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/boot.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/boot.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/boot.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/boot.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/boot.zip"} 40 http_response_size_bytes_count{method="GET",path="/boot.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/bootstrap.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/bootstrap.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/bootstrap.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/bootstrap.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/bootstrap.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/bootstrap.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/bootstrap.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/bootstrap.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/bootstrap.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/bootstrap.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/bootstrap.php"} 43 http_response_size_bytes_count{method="GET",path="/bootstrap.php"} 1 http_response_size_bytes_bucket{method="GET",path="/bootstrap.yml",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/bootstrap.yml",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/bootstrap.yml",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/bootstrap.yml",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/bootstrap.yml",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/bootstrap.yml",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/bootstrap.yml",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/bootstrap.yml",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/bootstrap.yml",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/bootstrap.yml",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/bootstrap.yml"} 43 http_response_size_bytes_count{method="GET",path="/bootstrap.yml"} 1 http_response_size_bytes_bucket{method="GET",path="/bootstrap/.env",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/bootstrap/.env",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/bootstrap/.env",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/bootstrap/.env",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/bootstrap/.env",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/bootstrap/.env",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/bootstrap/.env",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/bootstrap/.env",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/bootstrap/.env",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/bootstrap/.env",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/bootstrap/.env"} 44 http_response_size_bytes_count{method="GET",path="/bootstrap/.env"} 1 http_response_size_bytes_bucket{method="GET",path="/bower_components.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/bower_components.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/bower_components.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/bower_components.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/bower_components.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/bower_components.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/bower_components.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/bower_components.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/bower_components.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/bower_components.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/bower_components.zip"} 40 http_response_size_bytes_count{method="GET",path="/bower_components.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/box.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/box.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/box.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/box.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/box.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/box.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/box.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/box.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/box.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/box.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/box.zip"} 40 http_response_size_bytes_count{method="GET",path="/box.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/brevo/.env",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/brevo/.env",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/brevo/.env",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/brevo/.env",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/brevo/.env",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/brevo/.env",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/brevo/.env",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/brevo/.env",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/brevo/.env",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/brevo/.env",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/brevo/.env"} 87 http_response_size_bytes_count{method="GET",path="/brevo/.env"} 2 http_response_size_bytes_bucket{method="GET",path="/bs1.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/bs1.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/bs1.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/bs1.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/bs1.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/bs1.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/bs1.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/bs1.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/bs1.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/bs1.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/bs1.php"} 43 http_response_size_bytes_count{method="GET",path="/bs1.php"} 1 http_response_size_bytes_bucket{method="GET",path="/bthil.php",le="100"} 7 http_response_size_bytes_bucket{method="GET",path="/bthil.php",le="500"} 7 http_response_size_bytes_bucket{method="GET",path="/bthil.php",le="1000"} 7 http_response_size_bytes_bucket{method="GET",path="/bthil.php",le="5000"} 7 http_response_size_bytes_bucket{method="GET",path="/bthil.php",le="10000"} 7 http_response_size_bytes_bucket{method="GET",path="/bthil.php",le="50000"} 7 http_response_size_bytes_bucket{method="GET",path="/bthil.php",le="100000"} 7 http_response_size_bytes_bucket{method="GET",path="/bthil.php",le="500000"} 7 http_response_size_bytes_bucket{method="GET",path="/bthil.php",le="1e+06"} 7 http_response_size_bytes_bucket{method="GET",path="/bthil.php",le="+Inf"} 7 http_response_size_bytes_sum{method="GET",path="/bthil.php"} 301 http_response_size_bytes_count{method="GET",path="/bthil.php"} 7 http_response_size_bytes_bucket{method="GET",path="/buc.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/buc.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/buc.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/buc.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/buc.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/buc.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/buc.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/buc.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/buc.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/buc.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/buc.php"} 86 http_response_size_bytes_count{method="GET",path="/buc.php"} 2 http_response_size_bytes_bucket{method="GET",path="/bugsnag.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/bugsnag.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/bugsnag.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/bugsnag.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/bugsnag.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/bugsnag.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/bugsnag.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/bugsnag.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/bugsnag.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/bugsnag.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/bugsnag.zip"} 40 http_response_size_bytes_count{method="GET",path="/bugsnag.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/build-manifest.json",le="100"} 18 http_response_size_bytes_bucket{method="GET",path="/build-manifest.json",le="500"} 18 http_response_size_bytes_bucket{method="GET",path="/build-manifest.json",le="1000"} 18 http_response_size_bytes_bucket{method="GET",path="/build-manifest.json",le="5000"} 18 http_response_size_bytes_bucket{method="GET",path="/build-manifest.json",le="10000"} 18 http_response_size_bytes_bucket{method="GET",path="/build-manifest.json",le="50000"} 18 http_response_size_bytes_bucket{method="GET",path="/build-manifest.json",le="100000"} 18 http_response_size_bytes_bucket{method="GET",path="/build-manifest.json",le="500000"} 18 http_response_size_bytes_bucket{method="GET",path="/build-manifest.json",le="1e+06"} 18 http_response_size_bytes_bucket{method="GET",path="/build-manifest.json",le="+Inf"} 18 http_response_size_bytes_sum{method="GET",path="/build-manifest.json"} 789 http_response_size_bytes_count{method="GET",path="/build-manifest.json"} 18 http_response_size_bytes_bucket{method="GET",path="/build.7z",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/build.7z",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/build.7z",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/build.7z",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/build.7z",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/build.7z",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/build.7z",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/build.7z",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/build.7z",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/build.7z",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/build.7z"} 43 http_response_size_bytes_count{method="GET",path="/build.7z"} 1 http_response_size_bytes_bucket{method="GET",path="/build.bz2",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/build.bz2",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/build.bz2",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/build.bz2",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/build.bz2",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/build.bz2",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/build.bz2",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/build.bz2",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/build.bz2",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/build.bz2",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/build.bz2"} 43 http_response_size_bytes_count{method="GET",path="/build.bz2"} 1 http_response_size_bytes_bucket{method="GET",path="/build.gz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/build.gz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/build.gz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/build.gz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/build.gz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/build.gz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/build.gz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/build.gz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/build.gz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/build.gz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/build.gz"} 43 http_response_size_bytes_count{method="GET",path="/build.gz"} 1 http_response_size_bytes_bucket{method="GET",path="/build.rar",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/build.rar",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/build.rar",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/build.rar",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/build.rar",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/build.rar",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/build.rar",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/build.rar",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/build.rar",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/build.rar",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/build.rar"} 43 http_response_size_bytes_count{method="GET",path="/build.rar"} 1 http_response_size_bytes_bucket{method="GET",path="/build.sql",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/build.sql",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/build.sql",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/build.sql",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/build.sql",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/build.sql",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/build.sql",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/build.sql",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/build.sql",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/build.sql",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/build.sql"} 43 http_response_size_bytes_count{method="GET",path="/build.sql"} 1 http_response_size_bytes_bucket{method="GET",path="/build.sql.bz2",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/build.sql.bz2",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/build.sql.bz2",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/build.sql.bz2",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/build.sql.bz2",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/build.sql.bz2",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/build.sql.bz2",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/build.sql.bz2",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/build.sql.bz2",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/build.sql.bz2",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/build.sql.bz2"} 43 http_response_size_bytes_count{method="GET",path="/build.sql.bz2"} 1 http_response_size_bytes_bucket{method="GET",path="/build.sql.gz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/build.sql.gz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/build.sql.gz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/build.sql.gz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/build.sql.gz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/build.sql.gz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/build.sql.gz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/build.sql.gz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/build.sql.gz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/build.sql.gz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/build.sql.gz"} 43 http_response_size_bytes_count{method="GET",path="/build.sql.gz"} 1 http_response_size_bytes_bucket{method="GET",path="/build.tar",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/build.tar",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/build.tar",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/build.tar",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/build.tar",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/build.tar",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/build.tar",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/build.tar",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/build.tar",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/build.tar",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/build.tar"} 43 http_response_size_bytes_count{method="GET",path="/build.tar"} 1 http_response_size_bytes_bucket{method="GET",path="/build.tar.bz2",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/build.tar.bz2",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/build.tar.bz2",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/build.tar.bz2",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/build.tar.bz2",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/build.tar.bz2",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/build.tar.bz2",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/build.tar.bz2",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/build.tar.bz2",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/build.tar.bz2",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/build.tar.bz2"} 43 http_response_size_bytes_count{method="GET",path="/build.tar.bz2"} 1 http_response_size_bytes_bucket{method="GET",path="/build.tar.gz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/build.tar.gz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/build.tar.gz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/build.tar.gz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/build.tar.gz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/build.tar.gz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/build.tar.gz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/build.tar.gz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/build.tar.gz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/build.tar.gz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/build.tar.gz"} 43 http_response_size_bytes_count{method="GET",path="/build.tar.gz"} 1 http_response_size_bytes_bucket{method="GET",path="/build.tar.xz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/build.tar.xz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/build.tar.xz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/build.tar.xz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/build.tar.xz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/build.tar.xz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/build.tar.xz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/build.tar.xz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/build.tar.xz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/build.tar.xz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/build.tar.xz"} 43 http_response_size_bytes_count{method="GET",path="/build.tar.xz"} 1 http_response_size_bytes_bucket{method="GET",path="/build.tgz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/build.tgz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/build.tgz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/build.tgz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/build.tgz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/build.tgz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/build.tgz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/build.tgz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/build.tgz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/build.tgz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/build.tgz"} 43 http_response_size_bytes_count{method="GET",path="/build.tgz"} 1 http_response_size_bytes_bucket{method="GET",path="/build.zip",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/build.zip",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/build.zip",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/build.zip",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/build.zip",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/build.zip",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/build.zip",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/build.zip",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/build.zip",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/build.zip",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/build.zip"} 83 http_response_size_bytes_count{method="GET",path="/build.zip"} 3 http_response_size_bytes_bucket{method="GET",path="/build.zst",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/build.zst",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/build.zst",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/build.zst",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/build.zst",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/build.zst",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/build.zst",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/build.zst",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/build.zst",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/build.zst",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/build.zst"} 43 http_response_size_bytes_count{method="GET",path="/build.zst"} 1 http_response_size_bytes_bucket{method="GET",path="/build/.env",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/build/.env",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/build/.env",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/build/.env",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/build/.env",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/build/.env",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/build/.env",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/build/.env",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/build/.env",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/build/.env",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/build/.env"} 130 http_response_size_bytes_count{method="GET",path="/build/.env"} 3 http_response_size_bytes_bucket{method="GET",path="/build/.git/config",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/build/.git/config",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/build/.git/config",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/build/.git/config",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/build/.git/config",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/build/.git/config",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/build/.git/config",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/build/.git/config",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/build/.git/config",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/build/.git/config",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/build/.git/config"} 44 http_response_size_bytes_count{method="GET",path="/build/.git/config"} 1 http_response_size_bytes_bucket{method="GET",path="/build/manifest.json",le="100"} 20 http_response_size_bytes_bucket{method="GET",path="/build/manifest.json",le="500"} 20 http_response_size_bytes_bucket{method="GET",path="/build/manifest.json",le="1000"} 20 http_response_size_bytes_bucket{method="GET",path="/build/manifest.json",le="5000"} 20 http_response_size_bytes_bucket{method="GET",path="/build/manifest.json",le="10000"} 20 http_response_size_bytes_bucket{method="GET",path="/build/manifest.json",le="50000"} 20 http_response_size_bytes_bucket{method="GET",path="/build/manifest.json",le="100000"} 20 http_response_size_bytes_bucket{method="GET",path="/build/manifest.json",le="500000"} 20 http_response_size_bytes_bucket{method="GET",path="/build/manifest.json",le="1e+06"} 20 http_response_size_bytes_bucket{method="GET",path="/build/manifest.json",le="+Inf"} 20 http_response_size_bytes_sum{method="GET",path="/build/manifest.json"} 877 http_response_size_bytes_count{method="GET",path="/build/manifest.json"} 20 http_response_size_bytes_bucket{method="GET",path="/buildkite/.env",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/buildkite/.env",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/buildkite/.env",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/buildkite/.env",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/buildkite/.env",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/buildkite/.env",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/buildkite/.env",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/buildkite/.env",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/buildkite/.env",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/buildkite/.env",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/buildkite/.env"} 44 http_response_size_bytes_count{method="GET",path="/buildkite/.env"} 1 http_response_size_bytes_bucket{method="GET",path="/bulk/.env",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/bulk/.env",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/bulk/.env",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/bulk/.env",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/bulk/.env",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/bulk/.env",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/bulk/.env",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/bulk/.env",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/bulk/.env",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/bulk/.env",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/bulk/.env"} 87 http_response_size_bytes_count{method="GET",path="/bulk/.env"} 2 http_response_size_bytes_bucket{method="GET",path="/bundle.js.map",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/bundle.js.map",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/bundle.js.map",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/bundle.js.map",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/bundle.js.map",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/bundle.js.map",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/bundle.js.map",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/bundle.js.map",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/bundle.js.map",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/bundle.js.map",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/bundle.js.map"} 43 http_response_size_bytes_count{method="GET",path="/bundle.js.map"} 1 http_response_size_bytes_bucket{method="GET",path="/business.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/business.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/business.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/business.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/business.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/business.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/business.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/business.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/business.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/business.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/business.zip"} 40 http_response_size_bytes_count{method="GET",path="/business.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/buy.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/buy.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/buy.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/buy.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/buy.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/buy.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/buy.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/buy.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/buy.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/buy.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/buy.php"} 86 http_response_size_bytes_count{method="GET",path="/buy.php"} 2 http_response_size_bytes_bucket{method="GET",path="/by.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/by.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/by.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/by.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/by.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/by.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/by.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/by.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/by.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/by.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/by.php"} 43 http_response_size_bytes_count{method="GET",path="/by.php"} 1 http_response_size_bytes_bucket{method="GET",path="/byp.php",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/byp.php",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/byp.php",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/byp.php",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/byp.php",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/byp.php",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/byp.php",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/byp.php",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/byp.php",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/byp.php",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/byp.php"} 172 http_response_size_bytes_count{method="GET",path="/byp.php"} 4 http_response_size_bytes_bucket{method="GET",path="/byypas.php",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/byypas.php",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/byypas.php",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/byypas.php",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/byypas.php",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/byypas.php",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/byypas.php",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/byypas.php",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/byypas.php",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/byypas.php",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/byypas.php"} 130 http_response_size_bytes_count{method="GET",path="/byypas.php"} 3 http_response_size_bytes_bucket{method="GET",path="/ca4.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/ca4.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/ca4.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/ca4.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/ca4.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/ca4.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/ca4.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/ca4.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/ca4.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/ca4.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/ca4.php"} 43 http_response_size_bytes_count{method="GET",path="/ca4.php"} 1 http_response_size_bytes_bucket{method="GET",path="/cache.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/cache.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/cache.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/cache.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/cache.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/cache.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/cache.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/cache.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/cache.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/cache.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/cache.php"} 87 http_response_size_bytes_count{method="GET",path="/cache.php"} 2 http_response_size_bytes_bucket{method="GET",path="/cache/.env",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/cache/.env",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/cache/.env",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/cache/.env",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/cache/.env",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/cache/.env",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/cache/.env",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/cache/.env",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/cache/.env",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/cache/.env",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/cache/.env"} 44 http_response_size_bytes_count{method="GET",path="/cache/.env"} 1 http_response_size_bytes_bucket{method="GET",path="/cah.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/cah.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/cah.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/cah.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/cah.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/cah.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/cah.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/cah.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/cah.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/cah.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/cah.php"} 86 http_response_size_bytes_count{method="GET",path="/cah.php"} 2 http_response_size_bytes_bucket{method="GET",path="/cakephp/.env",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/cakephp/.env",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/cakephp/.env",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/cakephp/.env",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/cakephp/.env",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/cakephp/.env",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/cakephp/.env",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/cakephp/.env",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/cakephp/.env",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/cakephp/.env",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/cakephp/.env"} 44 http_response_size_bytes_count{method="GET",path="/cakephp/.env"} 1 http_response_size_bytes_bucket{method="GET",path="/callback.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/callback.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/callback.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/callback.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/callback.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/callback.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/callback.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/callback.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/callback.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/callback.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/callback.php"} 86 http_response_size_bytes_count{method="GET",path="/callback.php"} 2 http_response_size_bytes_bucket{method="GET",path="/campaign/.env",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/campaign/.env",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/campaign/.env",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/campaign/.env",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/campaign/.env",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/campaign/.env",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/campaign/.env",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/campaign/.env",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/campaign/.env",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/campaign/.env",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/campaign/.env"} 88 http_response_size_bytes_count{method="GET",path="/campaign/.env"} 2 http_response_size_bytes_bucket{method="GET",path="/card.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/card.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/card.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/card.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/card.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/card.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/card.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/card.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/card.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/card.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/card.php"} 44 http_response_size_bytes_count{method="GET",path="/card.php"} 1 http_response_size_bytes_bucket{method="GET",path="/cart",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/cart",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/cart",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/cart",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/cart",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/cart",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/cart",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/cart",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/cart",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/cart",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/cart"} 88 http_response_size_bytes_count{method="GET",path="/cart"} 2 http_response_size_bytes_bucket{method="GET",path="/cart.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/cart.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/cart.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/cart.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/cart.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/cart.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/cart.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/cart.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/cart.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/cart.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/cart.zip"} 40 http_response_size_bytes_count{method="GET",path="/cart.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/cart/.env",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/cart/.env",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/cart/.env",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/cart/.env",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/cart/.env",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/cart/.env",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/cart/.env",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/cart/.env",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/cart/.env",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/cart/.env",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/cart/.env"} 88 http_response_size_bytes_count{method="GET",path="/cart/.env"} 2 http_response_size_bytes_bucket{method="GET",path="/casp1.php",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/casp1.php",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/casp1.php",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/casp1.php",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/casp1.php",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/casp1.php",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/casp1.php",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/casp1.php",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/casp1.php",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/casp1.php",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/casp1.php"} 172 http_response_size_bytes_count{method="GET",path="/casp1.php"} 4 http_response_size_bytes_bucket{method="GET",path="/casp3.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/casp3.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/casp3.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/casp3.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/casp3.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/casp3.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/casp3.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/casp3.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/casp3.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/casp3.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/casp3.php"} 43 http_response_size_bytes_count{method="GET",path="/casp3.php"} 1 http_response_size_bytes_bucket{method="GET",path="/cassandra.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/cassandra.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/cassandra.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/cassandra.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/cassandra.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/cassandra.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/cassandra.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/cassandra.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/cassandra.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/cassandra.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/cassandra.zip"} 40 http_response_size_bytes_count{method="GET",path="/cassandra.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/catalog.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/catalog.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/catalog.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/catalog.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/catalog.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/catalog.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/catalog.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/catalog.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/catalog.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/catalog.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/catalog.zip"} 40 http_response_size_bytes_count{method="GET",path="/catalog.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/ccou.php",le="100"} 5 http_response_size_bytes_bucket{method="GET",path="/ccou.php",le="500"} 5 http_response_size_bytes_bucket{method="GET",path="/ccou.php",le="1000"} 5 http_response_size_bytes_bucket{method="GET",path="/ccou.php",le="5000"} 5 http_response_size_bytes_bucket{method="GET",path="/ccou.php",le="10000"} 5 http_response_size_bytes_bucket{method="GET",path="/ccou.php",le="50000"} 5 http_response_size_bytes_bucket{method="GET",path="/ccou.php",le="100000"} 5 http_response_size_bytes_bucket{method="GET",path="/ccou.php",le="500000"} 5 http_response_size_bytes_bucket{method="GET",path="/ccou.php",le="1e+06"} 5 http_response_size_bytes_bucket{method="GET",path="/ccou.php",le="+Inf"} 5 http_response_size_bytes_sum{method="GET",path="/ccou.php"} 215 http_response_size_bytes_count{method="GET",path="/ccou.php"} 5 http_response_size_bytes_bucket{method="GET",path="/ccs.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/ccs.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/ccs.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/ccs.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/ccs.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/ccs.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/ccs.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/ccs.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/ccs.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/ccs.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/ccs.php"} 43 http_response_size_bytes_count{method="GET",path="/ccs.php"} 1 http_response_size_bytes_bucket{method="GET",path="/cd.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/cd.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/cd.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/cd.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/cd.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/cd.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/cd.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/cd.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/cd.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/cd.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/cd.zip"} 40 http_response_size_bytes_count{method="GET",path="/cd.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/cd/.env",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/cd/.env",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/cd/.env",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/cd/.env",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/cd/.env",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/cd/.env",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/cd/.env",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/cd/.env",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/cd/.env",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/cd/.env",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/cd/.env"} 44 http_response_size_bytes_count{method="GET",path="/cd/.env"} 1 http_response_size_bytes_bucket{method="GET",path="/cdk.json",le="100"} 19 http_response_size_bytes_bucket{method="GET",path="/cdk.json",le="500"} 19 http_response_size_bytes_bucket{method="GET",path="/cdk.json",le="1000"} 19 http_response_size_bytes_bucket{method="GET",path="/cdk.json",le="5000"} 19 http_response_size_bytes_bucket{method="GET",path="/cdk.json",le="10000"} 19 http_response_size_bytes_bucket{method="GET",path="/cdk.json",le="50000"} 19 http_response_size_bytes_bucket{method="GET",path="/cdk.json",le="100000"} 19 http_response_size_bytes_bucket{method="GET",path="/cdk.json",le="500000"} 19 http_response_size_bytes_bucket{method="GET",path="/cdk.json",le="1e+06"} 19 http_response_size_bytes_bucket{method="GET",path="/cdk.json",le="+Inf"} 19 http_response_size_bytes_sum{method="GET",path="/cdk.json"} 833 http_response_size_bytes_count{method="GET",path="/cdk.json"} 19 http_response_size_bytes_bucket{method="GET",path="/cdn.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/cdn.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/cdn.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/cdn.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/cdn.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/cdn.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/cdn.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/cdn.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/cdn.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/cdn.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/cdn.zip"} 40 http_response_size_bytes_count{method="GET",path="/cdn.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/cdxadmin.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/cdxadmin.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/cdxadmin.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/cdxadmin.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/cdxadmin.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/cdxadmin.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/cdxadmin.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/cdxadmin.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/cdxadmin.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/cdxadmin.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/cdxadmin.php"} 43 http_response_size_bytes_count{method="GET",path="/cdxadmin.php"} 1 http_response_size_bytes_bucket{method="GET",path="/certificates.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/certificates.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/certificates.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/certificates.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/certificates.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/certificates.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/certificates.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/certificates.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/certificates.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/certificates.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/certificates.zip"} 40 http_response_size_bytes_count{method="GET",path="/certificates.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/certs/private.key",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/certs/private.key",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/certs/private.key",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/certs/private.key",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/certs/private.key",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/certs/private.key",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/certs/private.key",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/certs/private.key",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/certs/private.key",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/certs/private.key",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/certs/private.key"} 43 http_response_size_bytes_count{method="GET",path="/certs/private.key"} 1 http_response_size_bytes_bucket{method="GET",path="/cfg.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/cfg.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/cfg.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/cfg.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/cfg.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/cfg.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/cfg.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/cfg.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/cfg.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/cfg.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/cfg.zip"} 40 http_response_size_bytes_count{method="GET",path="/cfg.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/cfile.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/cfile.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/cfile.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/cfile.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/cfile.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/cfile.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/cfile.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/cfile.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/cfile.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/cfile.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/cfile.php"} 43 http_response_size_bytes_count{method="GET",path="/cfile.php"} 1 http_response_size_bytes_bucket{method="GET",path="/cfn-template.json",le="100"} 18 http_response_size_bytes_bucket{method="GET",path="/cfn-template.json",le="500"} 18 http_response_size_bytes_bucket{method="GET",path="/cfn-template.json",le="1000"} 18 http_response_size_bytes_bucket{method="GET",path="/cfn-template.json",le="5000"} 18 http_response_size_bytes_bucket{method="GET",path="/cfn-template.json",le="10000"} 18 http_response_size_bytes_bucket{method="GET",path="/cfn-template.json",le="50000"} 18 http_response_size_bytes_bucket{method="GET",path="/cfn-template.json",le="100000"} 18 http_response_size_bytes_bucket{method="GET",path="/cfn-template.json",le="500000"} 18 http_response_size_bytes_bucket{method="GET",path="/cfn-template.json",le="1e+06"} 18 http_response_size_bytes_bucket{method="GET",path="/cfn-template.json",le="+Inf"} 18 http_response_size_bytes_sum{method="GET",path="/cfn-template.json"} 789 http_response_size_bytes_count{method="GET",path="/cfn-template.json"} 18 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/cgi-bin/"} 43 http_response_size_bytes_count{method="GET",path="/cgi-bin/"} 1 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/.env",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/.env",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/.env",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/.env",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/.env",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/.env",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/.env",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/.env",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/.env",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/.env",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/cgi-bin/.env"} 88 http_response_size_bytes_count{method="GET",path="/cgi-bin/.env"} 2 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/index.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/index.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/index.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/index.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/index.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/index.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/index.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/index.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/index.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/index.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/cgi-bin/index.php"} 86 http_response_size_bytes_count{method="GET",path="/cgi-bin/index.php"} 2 http_response_size_bytes_bucket{method="GET",path="/changelog.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/changelog.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/changelog.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/changelog.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/changelog.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/changelog.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/changelog.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/changelog.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/changelog.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/changelog.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/changelog.zip"} 40 http_response_size_bytes_count{method="GET",path="/changelog.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/chat",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/chat",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/chat",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/chat",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/chat",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/chat",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/chat",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/chat",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/chat",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/chat",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/chat"} 88 http_response_size_bytes_count{method="GET",path="/chat"} 2 http_response_size_bytes_bucket{method="GET",path="/chat.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/chat.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/chat.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/chat.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/chat.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/chat.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/chat.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/chat.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/chat.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/chat.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/chat.zip"} 40 http_response_size_bytes_count{method="GET",path="/chat.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/chat/*",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/chat/*",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/chat/*",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/chat/*",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/chat/*",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/chat/*",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/chat/*",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/chat/*",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/chat/*",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/chat/*",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/chat/*"} 88 http_response_size_bytes_count{method="GET",path="/chat/*"} 2 http_response_size_bytes_bucket{method="GET",path="/checkout",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/checkout",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/checkout",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/checkout",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/checkout",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/checkout",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/checkout",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/checkout",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/checkout",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/checkout",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/checkout"} 88 http_response_size_bytes_count{method="GET",path="/checkout"} 2 http_response_size_bytes_bucket{method="GET",path="/checkout.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/checkout.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/checkout.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/checkout.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/checkout.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/checkout.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/checkout.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/checkout.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/checkout.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/checkout.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/checkout.zip"} 40 http_response_size_bytes_count{method="GET",path="/checkout.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/chosen",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/chosen",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/chosen",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/chosen",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/chosen",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/chosen",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/chosen",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/chosen",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/chosen",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/chosen",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/chosen"} 43 http_response_size_bytes_count{method="GET",path="/chosen"} 1 http_response_size_bytes_bucket{method="GET",path="/chosen.php",le="100"} 6 http_response_size_bytes_bucket{method="GET",path="/chosen.php",le="500"} 6 http_response_size_bytes_bucket{method="GET",path="/chosen.php",le="1000"} 6 http_response_size_bytes_bucket{method="GET",path="/chosen.php",le="5000"} 6 http_response_size_bytes_bucket{method="GET",path="/chosen.php",le="10000"} 6 http_response_size_bytes_bucket{method="GET",path="/chosen.php",le="50000"} 6 http_response_size_bytes_bucket{method="GET",path="/chosen.php",le="100000"} 6 http_response_size_bytes_bucket{method="GET",path="/chosen.php",le="500000"} 6 http_response_size_bytes_bucket{method="GET",path="/chosen.php",le="1e+06"} 6 http_response_size_bytes_bucket{method="GET",path="/chosen.php",le="+Inf"} 6 http_response_size_bytes_sum{method="GET",path="/chosen.php"} 259 http_response_size_bytes_count{method="GET",path="/chosen.php"} 6 http_response_size_bytes_bucket{method="GET",path="/ci.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/ci.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/ci.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/ci.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/ci.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/ci.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/ci.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/ci.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/ci.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/ci.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/ci.zip"} 40 http_response_size_bytes_count{method="GET",path="/ci.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/ci/.env",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/ci/.env",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/ci/.env",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/ci/.env",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/ci/.env",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/ci/.env",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/ci/.env",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/ci/.env",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/ci/.env",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/ci/.env",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/ci/.env"} 44 http_response_size_bytes_count{method="GET",path="/ci/.env"} 1 http_response_size_bytes_bucket{method="GET",path="/cilng.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/cilng.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/cilng.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/cilng.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/cilng.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/cilng.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/cilng.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/cilng.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/cilng.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/cilng.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/cilng.php"} 43 http_response_size_bytes_count{method="GET",path="/cilng.php"} 1 http_response_size_bytes_bucket{method="GET",path="/cilus.php",le="100"} 5 http_response_size_bytes_bucket{method="GET",path="/cilus.php",le="500"} 5 http_response_size_bytes_bucket{method="GET",path="/cilus.php",le="1000"} 5 http_response_size_bytes_bucket{method="GET",path="/cilus.php",le="5000"} 5 http_response_size_bytes_bucket{method="GET",path="/cilus.php",le="10000"} 5 http_response_size_bytes_bucket{method="GET",path="/cilus.php",le="50000"} 5 http_response_size_bytes_bucket{method="GET",path="/cilus.php",le="100000"} 5 http_response_size_bytes_bucket{method="GET",path="/cilus.php",le="500000"} 5 http_response_size_bytes_bucket{method="GET",path="/cilus.php",le="1e+06"} 5 http_response_size_bytes_bucket{method="GET",path="/cilus.php",le="+Inf"} 5 http_response_size_bytes_sum{method="GET",path="/cilus.php"} 216 http_response_size_bytes_count{method="GET",path="/cilus.php"} 5 http_response_size_bytes_bucket{method="GET",path="/circle.yml",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/circle.yml",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/circle.yml",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/circle.yml",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/circle.yml",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/circle.yml",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/circle.yml",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/circle.yml",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/circle.yml",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/circle.yml",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/circle.yml"} 176 http_response_size_bytes_count{method="GET",path="/circle.yml"} 4 http_response_size_bytes_bucket{method="GET",path="/circleci/.env",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/circleci/.env",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/circleci/.env",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/circleci/.env",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/circleci/.env",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/circleci/.env",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/circleci/.env",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/circleci/.env",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/circleci/.env",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/circleci/.env",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/circleci/.env"} 44 http_response_size_bytes_count{method="GET",path="/circleci/.env"} 1 http_response_size_bytes_bucket{method="GET",path="/cjfuns.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/cjfuns.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/cjfuns.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/cjfuns.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/cjfuns.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/cjfuns.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/cjfuns.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/cjfuns.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/cjfuns.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/cjfuns.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/cjfuns.php"} 43 http_response_size_bytes_count{method="GET",path="/cjfuns.php"} 1 http_response_size_bytes_bucket{method="GET",path="/class-bda.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/class-bda.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/class-bda.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/class-bda.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/class-bda.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/class-bda.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/class-bda.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/class-bda.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/class-bda.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/class-bda.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/class-bda.php"} 43 http_response_size_bytes_count{method="GET",path="/class-bda.php"} 1 http_response_size_bytes_bucket{method="GET",path="/class-t.api.php",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/class-t.api.php",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/class-t.api.php",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/class-t.api.php",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/class-t.api.php",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/class-t.api.php",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/class-t.api.php",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/class-t.api.php",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/class-t.api.php",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/class-t.api.php",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/class-t.api.php"} 172 http_response_size_bytes_count{method="GET",path="/class-t.api.php"} 4 http_response_size_bytes_bucket{method="GET",path="/class.php",le="100"} 5 http_response_size_bytes_bucket{method="GET",path="/class.php",le="500"} 5 http_response_size_bytes_bucket{method="GET",path="/class.php",le="1000"} 5 http_response_size_bytes_bucket{method="GET",path="/class.php",le="5000"} 5 http_response_size_bytes_bucket{method="GET",path="/class.php",le="10000"} 5 http_response_size_bytes_bucket{method="GET",path="/class.php",le="50000"} 5 http_response_size_bytes_bucket{method="GET",path="/class.php",le="100000"} 5 http_response_size_bytes_bucket{method="GET",path="/class.php",le="500000"} 5 http_response_size_bytes_bucket{method="GET",path="/class.php",le="1e+06"} 5 http_response_size_bytes_bucket{method="GET",path="/class.php",le="+Inf"} 5 http_response_size_bytes_sum{method="GET",path="/class.php"} 216 http_response_size_bytes_count{method="GET",path="/class.php"} 5 http_response_size_bytes_bucket{method="GET",path="/class19.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/class19.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/class19.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/class19.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/class19.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/class19.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/class19.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/class19.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/class19.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/class19.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/class19.php"} 86 http_response_size_bytes_count{method="GET",path="/class19.php"} 2 http_response_size_bytes_bucket{method="GET",path="/class20.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/class20.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/class20.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/class20.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/class20.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/class20.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/class20.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/class20.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/class20.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/class20.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/class20.php"} 86 http_response_size_bytes_count{method="GET",path="/class20.php"} 2 http_response_size_bytes_bucket{method="GET",path="/class892.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/class892.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/class892.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/class892.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/class892.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/class892.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/class892.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/class892.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/class892.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/class892.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/class892.php"} 43 http_response_size_bytes_count{method="GET",path="/class892.php"} 1 http_response_size_bytes_bucket{method="GET",path="/class9.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/class9.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/class9.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/class9.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/class9.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/class9.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/class9.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/class9.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/class9.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/class9.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/class9.php"} 86 http_response_size_bytes_count{method="GET",path="/class9.php"} 2 http_response_size_bytes_bucket{method="GET",path="/classgoto24.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/classgoto24.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/classgoto24.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/classgoto24.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/classgoto24.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/classgoto24.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/classgoto24.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/classgoto24.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/classgoto24.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/classgoto24.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/classgoto24.php"} 86 http_response_size_bytes_count{method="GET",path="/classgoto24.php"} 2 http_response_size_bytes_bucket{method="GET",path="/classwithtostring.php",le="100"} 10 http_response_size_bytes_bucket{method="GET",path="/classwithtostring.php",le="500"} 10 http_response_size_bytes_bucket{method="GET",path="/classwithtostring.php",le="1000"} 10 http_response_size_bytes_bucket{method="GET",path="/classwithtostring.php",le="5000"} 10 http_response_size_bytes_bucket{method="GET",path="/classwithtostring.php",le="10000"} 10 http_response_size_bytes_bucket{method="GET",path="/classwithtostring.php",le="50000"} 10 http_response_size_bytes_bucket{method="GET",path="/classwithtostring.php",le="100000"} 10 http_response_size_bytes_bucket{method="GET",path="/classwithtostring.php",le="500000"} 10 http_response_size_bytes_bucket{method="GET",path="/classwithtostring.php",le="1e+06"} 10 http_response_size_bytes_bucket{method="GET",path="/classwithtostring.php",le="+Inf"} 10 http_response_size_bytes_sum{method="GET",path="/classwithtostring.php"} 431 http_response_size_bytes_count{method="GET",path="/classwithtostring.php"} 10 http_response_size_bytes_bucket{method="GET",path="/click.php",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/click.php",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/click.php",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/click.php",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/click.php",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/click.php",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/click.php",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/click.php",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/click.php",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/click.php",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/click.php"} 129 http_response_size_bytes_count{method="GET",path="/click.php"} 3 http_response_size_bytes_bucket{method="GET",path="/client.7z",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/client.7z",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/client.7z",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/client.7z",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/client.7z",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/client.7z",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/client.7z",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/client.7z",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/client.7z",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/client.7z",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/client.7z"} 43 http_response_size_bytes_count{method="GET",path="/client.7z"} 1 http_response_size_bytes_bucket{method="GET",path="/client.bz2",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/client.bz2",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/client.bz2",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/client.bz2",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/client.bz2",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/client.bz2",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/client.bz2",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/client.bz2",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/client.bz2",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/client.bz2",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/client.bz2"} 43 http_response_size_bytes_count{method="GET",path="/client.bz2"} 1 http_response_size_bytes_bucket{method="GET",path="/client.gz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/client.gz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/client.gz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/client.gz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/client.gz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/client.gz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/client.gz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/client.gz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/client.gz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/client.gz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/client.gz"} 43 http_response_size_bytes_count{method="GET",path="/client.gz"} 1 http_response_size_bytes_bucket{method="GET",path="/client.rar",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/client.rar",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/client.rar",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/client.rar",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/client.rar",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/client.rar",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/client.rar",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/client.rar",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/client.rar",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/client.rar",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/client.rar"} 43 http_response_size_bytes_count{method="GET",path="/client.rar"} 1 http_response_size_bytes_bucket{method="GET",path="/client.sql",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/client.sql",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/client.sql",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/client.sql",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/client.sql",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/client.sql",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/client.sql",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/client.sql",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/client.sql",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/client.sql",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/client.sql"} 43 http_response_size_bytes_count{method="GET",path="/client.sql"} 1 http_response_size_bytes_bucket{method="GET",path="/client.sql.bz2",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/client.sql.bz2",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/client.sql.bz2",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/client.sql.bz2",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/client.sql.bz2",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/client.sql.bz2",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/client.sql.bz2",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/client.sql.bz2",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/client.sql.bz2",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/client.sql.bz2",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/client.sql.bz2"} 43 http_response_size_bytes_count{method="GET",path="/client.sql.bz2"} 1 http_response_size_bytes_bucket{method="GET",path="/client.sql.gz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/client.sql.gz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/client.sql.gz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/client.sql.gz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/client.sql.gz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/client.sql.gz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/client.sql.gz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/client.sql.gz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/client.sql.gz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/client.sql.gz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/client.sql.gz"} 43 http_response_size_bytes_count{method="GET",path="/client.sql.gz"} 1 http_response_size_bytes_bucket{method="GET",path="/client.tar",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/client.tar",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/client.tar",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/client.tar",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/client.tar",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/client.tar",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/client.tar",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/client.tar",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/client.tar",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/client.tar",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/client.tar"} 43 http_response_size_bytes_count{method="GET",path="/client.tar"} 1 http_response_size_bytes_bucket{method="GET",path="/client.tar.bz2",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/client.tar.bz2",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/client.tar.bz2",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/client.tar.bz2",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/client.tar.bz2",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/client.tar.bz2",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/client.tar.bz2",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/client.tar.bz2",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/client.tar.bz2",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/client.tar.bz2",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/client.tar.bz2"} 43 http_response_size_bytes_count{method="GET",path="/client.tar.bz2"} 1 http_response_size_bytes_bucket{method="GET",path="/client.tar.gz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/client.tar.gz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/client.tar.gz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/client.tar.gz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/client.tar.gz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/client.tar.gz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/client.tar.gz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/client.tar.gz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/client.tar.gz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/client.tar.gz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/client.tar.gz"} 43 http_response_size_bytes_count{method="GET",path="/client.tar.gz"} 1 http_response_size_bytes_bucket{method="GET",path="/client.tar.xz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/client.tar.xz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/client.tar.xz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/client.tar.xz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/client.tar.xz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/client.tar.xz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/client.tar.xz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/client.tar.xz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/client.tar.xz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/client.tar.xz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/client.tar.xz"} 43 http_response_size_bytes_count{method="GET",path="/client.tar.xz"} 1 http_response_size_bytes_bucket{method="GET",path="/client.tgz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/client.tgz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/client.tgz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/client.tgz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/client.tgz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/client.tgz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/client.tgz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/client.tgz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/client.tgz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/client.tgz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/client.tgz"} 43 http_response_size_bytes_count{method="GET",path="/client.tgz"} 1 http_response_size_bytes_bucket{method="GET",path="/client.zip",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/client.zip",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/client.zip",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/client.zip",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/client.zip",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/client.zip",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/client.zip",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/client.zip",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/client.zip",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/client.zip",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/client.zip"} 83 http_response_size_bytes_count{method="GET",path="/client.zip"} 3 http_response_size_bytes_bucket{method="GET",path="/client.zst",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/client.zst",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/client.zst",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/client.zst",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/client.zst",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/client.zst",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/client.zst",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/client.zst",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/client.zst",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/client.zst",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/client.zst"} 43 http_response_size_bytes_count{method="GET",path="/client.zst"} 1 http_response_size_bytes_bucket{method="GET",path="/client/.env",le="100"} 6 http_response_size_bytes_bucket{method="GET",path="/client/.env",le="500"} 6 http_response_size_bytes_bucket{method="GET",path="/client/.env",le="1000"} 6 http_response_size_bytes_bucket{method="GET",path="/client/.env",le="5000"} 6 http_response_size_bytes_bucket{method="GET",path="/client/.env",le="10000"} 6 http_response_size_bytes_bucket{method="GET",path="/client/.env",le="50000"} 6 http_response_size_bytes_bucket{method="GET",path="/client/.env",le="100000"} 6 http_response_size_bytes_bucket{method="GET",path="/client/.env",le="500000"} 6 http_response_size_bytes_bucket{method="GET",path="/client/.env",le="1e+06"} 6 http_response_size_bytes_bucket{method="GET",path="/client/.env",le="+Inf"} 6 http_response_size_bytes_sum{method="GET",path="/client/.env"} 263 http_response_size_bytes_count{method="GET",path="/client/.env"} 6 http_response_size_bytes_bucket{method="GET",path="/client/stripe.config.js",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/client/stripe.config.js",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/client/stripe.config.js",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/client/stripe.config.js",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/client/stripe.config.js",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/client/stripe.config.js",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/client/stripe.config.js",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/client/stripe.config.js",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/client/stripe.config.js",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/client/stripe.config.js",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/client/stripe.config.js"} 88 http_response_size_bytes_count{method="GET",path="/client/stripe.config.js"} 2 http_response_size_bytes_bucket{method="GET",path="/client_secret.json",le="100"} 20 http_response_size_bytes_bucket{method="GET",path="/client_secret.json",le="500"} 20 http_response_size_bytes_bucket{method="GET",path="/client_secret.json",le="1000"} 20 http_response_size_bytes_bucket{method="GET",path="/client_secret.json",le="5000"} 20 http_response_size_bytes_bucket{method="GET",path="/client_secret.json",le="10000"} 20 http_response_size_bytes_bucket{method="GET",path="/client_secret.json",le="50000"} 20 http_response_size_bytes_bucket{method="GET",path="/client_secret.json",le="100000"} 20 http_response_size_bytes_bucket{method="GET",path="/client_secret.json",le="500000"} 20 http_response_size_bytes_bucket{method="GET",path="/client_secret.json",le="1e+06"} 20 http_response_size_bytes_bucket{method="GET",path="/client_secret.json",le="+Inf"} 20 http_response_size_bytes_sum{method="GET",path="/client_secret.json"} 880 http_response_size_bytes_count{method="GET",path="/client_secret.json"} 20 http_response_size_bytes_bucket{method="GET",path="/client_secrets.json",le="100"} 20 http_response_size_bytes_bucket{method="GET",path="/client_secrets.json",le="500"} 20 http_response_size_bytes_bucket{method="GET",path="/client_secrets.json",le="1000"} 20 http_response_size_bytes_bucket{method="GET",path="/client_secrets.json",le="5000"} 20 http_response_size_bytes_bucket{method="GET",path="/client_secrets.json",le="10000"} 20 http_response_size_bytes_bucket{method="GET",path="/client_secrets.json",le="50000"} 20 http_response_size_bytes_bucket{method="GET",path="/client_secrets.json",le="100000"} 20 http_response_size_bytes_bucket{method="GET",path="/client_secrets.json",le="500000"} 20 http_response_size_bytes_bucket{method="GET",path="/client_secrets.json",le="1e+06"} 20 http_response_size_bytes_bucket{method="GET",path="/client_secrets.json",le="+Inf"} 20 http_response_size_bytes_sum{method="GET",path="/client_secrets.json"} 879 http_response_size_bytes_count{method="GET",path="/client_secrets.json"} 20 http_response_size_bytes_bucket{method="GET",path="/clients.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/clients.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/clients.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/clients.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/clients.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/clients.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/clients.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/clients.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/clients.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/clients.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/clients.zip"} 40 http_response_size_bytes_count{method="GET",path="/clients.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/clients/.env",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/clients/.env",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/clients/.env",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/clients/.env",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/clients/.env",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/clients/.env",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/clients/.env",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/clients/.env",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/clients/.env",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/clients/.env",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/clients/.env"} 88 http_response_size_bytes_count{method="GET",path="/clients/.env"} 2 http_response_size_bytes_bucket{method="GET",path="/clone.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/clone.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/clone.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/clone.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/clone.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/clone.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/clone.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/clone.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/clone.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/clone.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/clone.zip"} 40 http_response_size_bytes_count{method="GET",path="/clone.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/cloud.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/cloud.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/cloud.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/cloud.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/cloud.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/cloud.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/cloud.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/cloud.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/cloud.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/cloud.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/cloud.zip"} 40 http_response_size_bytes_count{method="GET",path="/cloud.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/cloud/.env",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/cloud/.env",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/cloud/.env",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/cloud/.env",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/cloud/.env",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/cloud/.env",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/cloud/.env",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/cloud/.env",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/cloud/.env",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/cloud/.env",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/cloud/.env"} 132 http_response_size_bytes_count{method="GET",path="/cloud/.env"} 3 http_response_size_bytes_bucket{method="GET",path="/cloud/Scraper.js",le="100"} 23 http_response_size_bytes_bucket{method="GET",path="/cloud/Scraper.js",le="500"} 23 http_response_size_bytes_bucket{method="GET",path="/cloud/Scraper.js",le="1000"} 23 http_response_size_bytes_bucket{method="GET",path="/cloud/Scraper.js",le="5000"} 23 http_response_size_bytes_bucket{method="GET",path="/cloud/Scraper.js",le="10000"} 23 http_response_size_bytes_bucket{method="GET",path="/cloud/Scraper.js",le="50000"} 23 http_response_size_bytes_bucket{method="GET",path="/cloud/Scraper.js",le="100000"} 23 http_response_size_bytes_bucket{method="GET",path="/cloud/Scraper.js",le="500000"} 23 http_response_size_bytes_bucket{method="GET",path="/cloud/Scraper.js",le="1e+06"} 23 http_response_size_bytes_bucket{method="GET",path="/cloud/Scraper.js",le="+Inf"} 23 http_response_size_bytes_sum{method="GET",path="/cloud/Scraper.js"} 1005 http_response_size_bytes_count{method="GET",path="/cloud/Scraper.js"} 23 http_response_size_bytes_bucket{method="GET",path="/cloudflare.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/cloudflare.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/cloudflare.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/cloudflare.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/cloudflare.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/cloudflare.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/cloudflare.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/cloudflare.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/cloudflare.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/cloudflare.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/cloudflare.zip"} 40 http_response_size_bytes_count{method="GET",path="/cloudflare.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/cloudformation.json",le="100"} 19 http_response_size_bytes_bucket{method="GET",path="/cloudformation.json",le="500"} 19 http_response_size_bytes_bucket{method="GET",path="/cloudformation.json",le="1000"} 19 http_response_size_bytes_bucket{method="GET",path="/cloudformation.json",le="5000"} 19 http_response_size_bytes_bucket{method="GET",path="/cloudformation.json",le="10000"} 19 http_response_size_bytes_bucket{method="GET",path="/cloudformation.json",le="50000"} 19 http_response_size_bytes_bucket{method="GET",path="/cloudformation.json",le="100000"} 19 http_response_size_bytes_bucket{method="GET",path="/cloudformation.json",le="500000"} 19 http_response_size_bytes_bucket{method="GET",path="/cloudformation.json",le="1e+06"} 19 http_response_size_bytes_bucket{method="GET",path="/cloudformation.json",le="+Inf"} 19 http_response_size_bytes_sum{method="GET",path="/cloudformation.json"} 835 http_response_size_bytes_count{method="GET",path="/cloudformation.json"} 19 http_response_size_bytes_bucket{method="GET",path="/clss.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/clss.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/clss.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/clss.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/clss.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/clss.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/clss.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/clss.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/clss.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/clss.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/clss.php"} 86 http_response_size_bytes_count{method="GET",path="/clss.php"} 2 http_response_size_bytes_bucket{method="GET",path="/cms/*",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/cms/*",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/cms/*",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/cms/*",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/cms/*",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/cms/*",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/cms/*",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/cms/*",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/cms/*",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/cms/*",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/cms/*"} 88 http_response_size_bytes_count{method="GET",path="/cms/*"} 2 http_response_size_bytes_bucket{method="GET",path="/cms/.env",le="100"} 6 http_response_size_bytes_bucket{method="GET",path="/cms/.env",le="500"} 6 http_response_size_bytes_bucket{method="GET",path="/cms/.env",le="1000"} 6 http_response_size_bytes_bucket{method="GET",path="/cms/.env",le="5000"} 6 http_response_size_bytes_bucket{method="GET",path="/cms/.env",le="10000"} 6 http_response_size_bytes_bucket{method="GET",path="/cms/.env",le="50000"} 6 http_response_size_bytes_bucket{method="GET",path="/cms/.env",le="100000"} 6 http_response_size_bytes_bucket{method="GET",path="/cms/.env",le="500000"} 6 http_response_size_bytes_bucket{method="GET",path="/cms/.env",le="1e+06"} 6 http_response_size_bytes_bucket{method="GET",path="/cms/.env",le="+Inf"} 6 http_response_size_bytes_sum{method="GET",path="/cms/.env"} 263 http_response_size_bytes_count{method="GET",path="/cms/.env"} 6 http_response_size_bytes_bucket{method="GET",path="/code.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/code.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/code.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/code.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/code.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/code.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/code.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/code.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/code.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/code.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/code.zip"} 40 http_response_size_bytes_count{method="GET",path="/code.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/code/.git/config",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/code/.git/config",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/code/.git/config",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/code/.git/config",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/code/.git/config",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/code/.git/config",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/code/.git/config",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/code/.git/config",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/code/.git/config",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/code/.git/config",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/code/.git/config"} 44 http_response_size_bytes_count{method="GET",path="/code/.git/config"} 1 http_response_size_bytes_bucket{method="GET",path="/codeigniter/.env",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/codeigniter/.env",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/codeigniter/.env",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/codeigniter/.env",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/codeigniter/.env",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/codeigniter/.env",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/codeigniter/.env",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/codeigniter/.env",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/codeigniter/.env",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/codeigniter/.env",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/codeigniter/.env"} 44 http_response_size_bytes_count{method="GET",path="/codeigniter/.env"} 1 http_response_size_bytes_bucket{method="GET",path="/comfunctions.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/comfunctions.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/comfunctions.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/comfunctions.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/comfunctions.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/comfunctions.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/comfunctions.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/comfunctions.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/comfunctions.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/comfunctions.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/comfunctions.php"} 43 http_response_size_bytes_count{method="GET",path="/comfunctions.php"} 1 http_response_size_bytes_bucket{method="GET",path="/commerce.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/commerce.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/commerce.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/commerce.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/commerce.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/commerce.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/commerce.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/commerce.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/commerce.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/commerce.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/commerce.zip"} 40 http_response_size_bytes_count{method="GET",path="/commerce.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/common.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/common.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/common.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/common.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/common.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/common.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/common.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/common.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/common.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/common.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/common.zip"} 40 http_response_size_bytes_count{method="GET",path="/common.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/communication.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/communication.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/communication.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/communication.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/communication.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/communication.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/communication.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/communication.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/communication.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/communication.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/communication.zip"} 40 http_response_size_bytes_count{method="GET",path="/communication.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/company.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/company.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/company.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/company.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/company.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/company.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/company.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/company.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/company.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/company.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/company.zip"} 40 http_response_size_bytes_count{method="GET",path="/company.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/composables/useAws.js",le="100"} 19 http_response_size_bytes_bucket{method="GET",path="/composables/useAws.js",le="500"} 19 http_response_size_bytes_bucket{method="GET",path="/composables/useAws.js",le="1000"} 19 http_response_size_bytes_bucket{method="GET",path="/composables/useAws.js",le="5000"} 19 http_response_size_bytes_bucket{method="GET",path="/composables/useAws.js",le="10000"} 19 http_response_size_bytes_bucket{method="GET",path="/composables/useAws.js",le="50000"} 19 http_response_size_bytes_bucket{method="GET",path="/composables/useAws.js",le="100000"} 19 http_response_size_bytes_bucket{method="GET",path="/composables/useAws.js",le="500000"} 19 http_response_size_bytes_bucket{method="GET",path="/composables/useAws.js",le="1e+06"} 19 http_response_size_bytes_bucket{method="GET",path="/composables/useAws.js",le="+Inf"} 19 http_response_size_bytes_sum{method="GET",path="/composables/useAws.js"} 834 http_response_size_bytes_count{method="GET",path="/composables/useAws.js"} 19 http_response_size_bytes_bucket{method="GET",path="/compose.yaml",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/compose.yaml",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/compose.yaml",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/compose.yaml",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/compose.yaml",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/compose.yaml",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/compose.yaml",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/compose.yaml",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/compose.yaml",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/compose.yaml",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/compose.yaml"} 176 http_response_size_bytes_count{method="GET",path="/compose.yaml"} 4 http_response_size_bytes_bucket{method="GET",path="/composer.json",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/composer.json",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/composer.json",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/composer.json",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/composer.json",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/composer.json",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/composer.json",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/composer.json",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/composer.json",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/composer.json",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/composer.json"} 43 http_response_size_bytes_count{method="GET",path="/composer.json"} 1 http_response_size_bytes_bucket{method="GET",path="/composer.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/composer.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/composer.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/composer.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/composer.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/composer.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/composer.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/composer.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/composer.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/composer.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/composer.zip"} 40 http_response_size_bytes_count{method="GET",path="/composer.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/conf.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/conf.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/conf.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/conf.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/conf.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/conf.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/conf.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/conf.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/conf.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/conf.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/conf.php"} 88 http_response_size_bytes_count{method="GET",path="/conf.php"} 2 http_response_size_bytes_bucket{method="GET",path="/conf.yaml",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/conf.yaml",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/conf.yaml",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/conf.yaml",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/conf.yaml",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/conf.yaml",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/conf.yaml",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/conf.yaml",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/conf.yaml",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/conf.yaml",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/conf.yaml"} 176 http_response_size_bytes_count{method="GET",path="/conf.yaml"} 4 http_response_size_bytes_bucket{method="GET",path="/conf.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/conf.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/conf.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/conf.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/conf.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/conf.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/conf.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/conf.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/conf.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/conf.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/conf.zip"} 40 http_response_size_bytes_count{method="GET",path="/conf.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/conf/.env",le="100"} 7 http_response_size_bytes_bucket{method="GET",path="/conf/.env",le="500"} 7 http_response_size_bytes_bucket{method="GET",path="/conf/.env",le="1000"} 7 http_response_size_bytes_bucket{method="GET",path="/conf/.env",le="5000"} 7 http_response_size_bytes_bucket{method="GET",path="/conf/.env",le="10000"} 7 http_response_size_bytes_bucket{method="GET",path="/conf/.env",le="50000"} 7 http_response_size_bytes_bucket{method="GET",path="/conf/.env",le="100000"} 7 http_response_size_bytes_bucket{method="GET",path="/conf/.env",le="500000"} 7 http_response_size_bytes_bucket{method="GET",path="/conf/.env",le="1e+06"} 7 http_response_size_bytes_bucket{method="GET",path="/conf/.env",le="+Inf"} 7 http_response_size_bytes_sum{method="GET",path="/conf/.env"} 301 http_response_size_bytes_count{method="GET",path="/conf/.env"} 7 http_response_size_bytes_bucket{method="GET",path="/conf/application.json",le="100"} 17 http_response_size_bytes_bucket{method="GET",path="/conf/application.json",le="500"} 17 http_response_size_bytes_bucket{method="GET",path="/conf/application.json",le="1000"} 17 http_response_size_bytes_bucket{method="GET",path="/conf/application.json",le="5000"} 17 http_response_size_bytes_bucket{method="GET",path="/conf/application.json",le="10000"} 17 http_response_size_bytes_bucket{method="GET",path="/conf/application.json",le="50000"} 17 http_response_size_bytes_bucket{method="GET",path="/conf/application.json",le="100000"} 17 http_response_size_bytes_bucket{method="GET",path="/conf/application.json",le="500000"} 17 http_response_size_bytes_bucket{method="GET",path="/conf/application.json",le="1e+06"} 17 http_response_size_bytes_bucket{method="GET",path="/conf/application.json",le="+Inf"} 17 http_response_size_bytes_sum{method="GET",path="/conf/application.json"} 748 http_response_size_bytes_count{method="GET",path="/conf/application.json"} 17 http_response_size_bytes_bucket{method="GET",path="/conf/aws.properties",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/conf/aws.properties",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/conf/aws.properties",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/conf/aws.properties",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/conf/aws.properties",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/conf/aws.properties",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/conf/aws.properties",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/conf/aws.properties",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/conf/aws.properties",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/conf/aws.properties",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/conf/aws.properties"} 88 http_response_size_bytes_count{method="GET",path="/conf/aws.properties"} 2 http_response_size_bytes_bucket{method="GET",path="/conf/aws.toml",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/conf/aws.toml",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/conf/aws.toml",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/conf/aws.toml",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/conf/aws.toml",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/conf/aws.toml",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/conf/aws.toml",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/conf/aws.toml",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/conf/aws.toml",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/conf/aws.toml",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/conf/aws.toml"} 88 http_response_size_bytes_count{method="GET",path="/conf/aws.toml"} 2 http_response_size_bytes_bucket{method="GET",path="/conf/conf.toml",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/conf/conf.toml",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/conf/conf.toml",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/conf/conf.toml",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/conf/conf.toml",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/conf/conf.toml",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/conf/conf.toml",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/conf/conf.toml",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/conf/conf.toml",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/conf/conf.toml",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/conf/conf.toml"} 88 http_response_size_bytes_count{method="GET",path="/conf/conf.toml"} 2 http_response_size_bytes_bucket{method="GET",path="/conf/config.toml",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/conf/config.toml",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/conf/config.toml",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/conf/config.toml",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/conf/config.toml",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/conf/config.toml",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/conf/config.toml",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/conf/config.toml",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/conf/config.toml",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/conf/config.toml",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/conf/config.toml"} 87 http_response_size_bytes_count{method="GET",path="/conf/config.toml"} 2 http_response_size_bytes_bucket{method="GET",path="/config.7z",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/config.7z",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/config.7z",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/config.7z",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/config.7z",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/config.7z",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/config.7z",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/config.7z",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/config.7z",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/config.7z",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/config.7z"} 43 http_response_size_bytes_count{method="GET",path="/config.7z"} 1 http_response_size_bytes_bucket{method="GET",path="/config.bak",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/config.bak",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/config.bak",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/config.bak",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/config.bak",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/config.bak",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/config.bak",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/config.bak",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/config.bak",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/config.bak",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/config.bak"} 43 http_response_size_bytes_count{method="GET",path="/config.bak"} 1 http_response_size_bytes_bucket{method="GET",path="/config.bz2",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/config.bz2",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/config.bz2",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/config.bz2",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/config.bz2",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/config.bz2",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/config.bz2",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/config.bz2",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/config.bz2",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/config.bz2",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/config.bz2"} 43 http_response_size_bytes_count{method="GET",path="/config.bz2"} 1 http_response_size_bytes_bucket{method="GET",path="/config.env",le="100"} 10 http_response_size_bytes_bucket{method="GET",path="/config.env",le="500"} 10 http_response_size_bytes_bucket{method="GET",path="/config.env",le="1000"} 10 http_response_size_bytes_bucket{method="GET",path="/config.env",le="5000"} 10 http_response_size_bytes_bucket{method="GET",path="/config.env",le="10000"} 10 http_response_size_bytes_bucket{method="GET",path="/config.env",le="50000"} 10 http_response_size_bytes_bucket{method="GET",path="/config.env",le="100000"} 10 http_response_size_bytes_bucket{method="GET",path="/config.env",le="500000"} 10 http_response_size_bytes_bucket{method="GET",path="/config.env",le="1e+06"} 10 http_response_size_bytes_bucket{method="GET",path="/config.env",le="+Inf"} 10 http_response_size_bytes_sum{method="GET",path="/config.env"} 432 http_response_size_bytes_count{method="GET",path="/config.env"} 10 http_response_size_bytes_bucket{method="GET",path="/config.gz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/config.gz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/config.gz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/config.gz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/config.gz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/config.gz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/config.gz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/config.gz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/config.gz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/config.gz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/config.gz"} 43 http_response_size_bytes_count{method="GET",path="/config.gz"} 1 http_response_size_bytes_bucket{method="GET",path="/config.js",le="100"} 34 http_response_size_bytes_bucket{method="GET",path="/config.js",le="500"} 34 http_response_size_bytes_bucket{method="GET",path="/config.js",le="1000"} 34 http_response_size_bytes_bucket{method="GET",path="/config.js",le="5000"} 34 http_response_size_bytes_bucket{method="GET",path="/config.js",le="10000"} 34 http_response_size_bytes_bucket{method="GET",path="/config.js",le="50000"} 34 http_response_size_bytes_bucket{method="GET",path="/config.js",le="100000"} 34 http_response_size_bytes_bucket{method="GET",path="/config.js",le="500000"} 34 http_response_size_bytes_bucket{method="GET",path="/config.js",le="1e+06"} 34 http_response_size_bytes_bucket{method="GET",path="/config.js",le="+Inf"} 34 http_response_size_bytes_sum{method="GET",path="/config.js"} 1485 http_response_size_bytes_count{method="GET",path="/config.js"} 34 http_response_size_bytes_bucket{method="GET",path="/config.json",le="100"} 47 http_response_size_bytes_bucket{method="GET",path="/config.json",le="500"} 47 http_response_size_bytes_bucket{method="GET",path="/config.json",le="1000"} 47 http_response_size_bytes_bucket{method="GET",path="/config.json",le="5000"} 47 http_response_size_bytes_bucket{method="GET",path="/config.json",le="10000"} 47 http_response_size_bytes_bucket{method="GET",path="/config.json",le="50000"} 47 http_response_size_bytes_bucket{method="GET",path="/config.json",le="100000"} 47 http_response_size_bytes_bucket{method="GET",path="/config.json",le="500000"} 47 http_response_size_bytes_bucket{method="GET",path="/config.json",le="1e+06"} 47 http_response_size_bytes_bucket{method="GET",path="/config.json",le="+Inf"} 47 http_response_size_bytes_sum{method="GET",path="/config.json"} 2045 http_response_size_bytes_count{method="GET",path="/config.json"} 47 http_response_size_bytes_bucket{method="GET",path="/config.json.save",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/config.json.save",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/config.json.save",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/config.json.save",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/config.json.save",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/config.json.save",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/config.json.save",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/config.json.save",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/config.json.save",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/config.json.save",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/config.json.save"} 43 http_response_size_bytes_count{method="GET",path="/config.json.save"} 1 http_response_size_bytes_bucket{method="GET",path="/config.old",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/config.old",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/config.old",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/config.old",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/config.old",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/config.old",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/config.old",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/config.old",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/config.old",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/config.old",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/config.old"} 43 http_response_size_bytes_count{method="GET",path="/config.old"} 1 http_response_size_bytes_bucket{method="GET",path="/config.php",le="100"} 11 http_response_size_bytes_bucket{method="GET",path="/config.php",le="500"} 11 http_response_size_bytes_bucket{method="GET",path="/config.php",le="1000"} 11 http_response_size_bytes_bucket{method="GET",path="/config.php",le="5000"} 11 http_response_size_bytes_bucket{method="GET",path="/config.php",le="10000"} 11 http_response_size_bytes_bucket{method="GET",path="/config.php",le="50000"} 11 http_response_size_bytes_bucket{method="GET",path="/config.php",le="100000"} 11 http_response_size_bytes_bucket{method="GET",path="/config.php",le="500000"} 11 http_response_size_bytes_bucket{method="GET",path="/config.php",le="1e+06"} 11 http_response_size_bytes_bucket{method="GET",path="/config.php",le="+Inf"} 11 http_response_size_bytes_sum{method="GET",path="/config.php"} 479 http_response_size_bytes_count{method="GET",path="/config.php"} 11 http_response_size_bytes_bucket{method="GET",path="/config.php.bak",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/config.php.bak",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/config.php.bak",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/config.php.bak",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/config.php.bak",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/config.php.bak",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/config.php.bak",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/config.php.bak",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/config.php.bak",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/config.php.bak",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/config.php.bak"} 129 http_response_size_bytes_count{method="GET",path="/config.php.bak"} 3 http_response_size_bytes_bucket{method="GET",path="/config.prod.ini",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/config.prod.ini",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/config.prod.ini",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/config.prod.ini",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/config.prod.ini",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/config.prod.ini",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/config.prod.ini",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/config.prod.ini",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/config.prod.ini",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/config.prod.ini",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/config.prod.ini"} 176 http_response_size_bytes_count{method="GET",path="/config.prod.ini"} 4 http_response_size_bytes_bucket{method="GET",path="/config.rar",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/config.rar",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/config.rar",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/config.rar",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/config.rar",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/config.rar",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/config.rar",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/config.rar",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/config.rar",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/config.rar",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/config.rar"} 43 http_response_size_bytes_count{method="GET",path="/config.rar"} 1 http_response_size_bytes_bucket{method="GET",path="/config.rb",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/config.rb",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/config.rb",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/config.rb",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/config.rb",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/config.rb",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/config.rb",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/config.rb",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/config.rb",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/config.rb",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/config.rb"} 176 http_response_size_bytes_count{method="GET",path="/config.rb"} 4 http_response_size_bytes_bucket{method="GET",path="/config.sql",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/config.sql",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/config.sql",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/config.sql",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/config.sql",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/config.sql",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/config.sql",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/config.sql",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/config.sql",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/config.sql",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/config.sql"} 43 http_response_size_bytes_count{method="GET",path="/config.sql"} 1 http_response_size_bytes_bucket{method="GET",path="/config.sql.bz2",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/config.sql.bz2",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/config.sql.bz2",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/config.sql.bz2",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/config.sql.bz2",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/config.sql.bz2",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/config.sql.bz2",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/config.sql.bz2",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/config.sql.bz2",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/config.sql.bz2",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/config.sql.bz2"} 43 http_response_size_bytes_count{method="GET",path="/config.sql.bz2"} 1 http_response_size_bytes_bucket{method="GET",path="/config.sql.gz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/config.sql.gz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/config.sql.gz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/config.sql.gz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/config.sql.gz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/config.sql.gz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/config.sql.gz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/config.sql.gz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/config.sql.gz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/config.sql.gz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/config.sql.gz"} 43 http_response_size_bytes_count{method="GET",path="/config.sql.gz"} 1 http_response_size_bytes_bucket{method="GET",path="/config.tar",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/config.tar",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/config.tar",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/config.tar",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/config.tar",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/config.tar",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/config.tar",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/config.tar",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/config.tar",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/config.tar",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/config.tar"} 43 http_response_size_bytes_count{method="GET",path="/config.tar"} 1 http_response_size_bytes_bucket{method="GET",path="/config.tar.bz2",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/config.tar.bz2",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/config.tar.bz2",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/config.tar.bz2",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/config.tar.bz2",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/config.tar.bz2",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/config.tar.bz2",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/config.tar.bz2",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/config.tar.bz2",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/config.tar.bz2",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/config.tar.bz2"} 43 http_response_size_bytes_count{method="GET",path="/config.tar.bz2"} 1 http_response_size_bytes_bucket{method="GET",path="/config.tar.gz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/config.tar.gz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/config.tar.gz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/config.tar.gz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/config.tar.gz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/config.tar.gz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/config.tar.gz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/config.tar.gz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/config.tar.gz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/config.tar.gz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/config.tar.gz"} 43 http_response_size_bytes_count{method="GET",path="/config.tar.gz"} 1 http_response_size_bytes_bucket{method="GET",path="/config.tar.xz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/config.tar.xz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/config.tar.xz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/config.tar.xz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/config.tar.xz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/config.tar.xz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/config.tar.xz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/config.tar.xz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/config.tar.xz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/config.tar.xz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/config.tar.xz"} 43 http_response_size_bytes_count{method="GET",path="/config.tar.xz"} 1 http_response_size_bytes_bucket{method="GET",path="/config.tgz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/config.tgz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/config.tgz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/config.tgz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/config.tgz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/config.tgz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/config.tgz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/config.tgz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/config.tgz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/config.tgz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/config.tgz"} 43 http_response_size_bytes_count{method="GET",path="/config.tgz"} 1 http_response_size_bytes_bucket{method="GET",path="/config.ts",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/config.ts",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/config.ts",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/config.ts",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/config.ts",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/config.ts",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/config.ts",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/config.ts",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/config.ts",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/config.ts",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/config.ts"} 176 http_response_size_bytes_count{method="GET",path="/config.ts"} 4 http_response_size_bytes_bucket{method="GET",path="/config.yaml",le="100"} 6 http_response_size_bytes_bucket{method="GET",path="/config.yaml",le="500"} 6 http_response_size_bytes_bucket{method="GET",path="/config.yaml",le="1000"} 6 http_response_size_bytes_bucket{method="GET",path="/config.yaml",le="5000"} 6 http_response_size_bytes_bucket{method="GET",path="/config.yaml",le="10000"} 6 http_response_size_bytes_bucket{method="GET",path="/config.yaml",le="50000"} 6 http_response_size_bytes_bucket{method="GET",path="/config.yaml",le="100000"} 6 http_response_size_bytes_bucket{method="GET",path="/config.yaml",le="500000"} 6 http_response_size_bytes_bucket{method="GET",path="/config.yaml",le="1e+06"} 6 http_response_size_bytes_bucket{method="GET",path="/config.yaml",le="+Inf"} 6 http_response_size_bytes_sum{method="GET",path="/config.yaml"} 262 http_response_size_bytes_count{method="GET",path="/config.yaml"} 6 http_response_size_bytes_bucket{method="GET",path="/config.yml",le="100"} 7 http_response_size_bytes_bucket{method="GET",path="/config.yml",le="500"} 7 http_response_size_bytes_bucket{method="GET",path="/config.yml",le="1000"} 7 http_response_size_bytes_bucket{method="GET",path="/config.yml",le="5000"} 7 http_response_size_bytes_bucket{method="GET",path="/config.yml",le="10000"} 7 http_response_size_bytes_bucket{method="GET",path="/config.yml",le="50000"} 7 http_response_size_bytes_bucket{method="GET",path="/config.yml",le="100000"} 7 http_response_size_bytes_bucket{method="GET",path="/config.yml",le="500000"} 7 http_response_size_bytes_bucket{method="GET",path="/config.yml",le="1e+06"} 7 http_response_size_bytes_bucket{method="GET",path="/config.yml",le="+Inf"} 7 http_response_size_bytes_sum{method="GET",path="/config.yml"} 305 http_response_size_bytes_count{method="GET",path="/config.yml"} 7 http_response_size_bytes_bucket{method="GET",path="/config.zip",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/config.zip",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/config.zip",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/config.zip",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/config.zip",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/config.zip",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/config.zip",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/config.zip",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/config.zip",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/config.zip",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/config.zip"} 83 http_response_size_bytes_count{method="GET",path="/config.zip"} 3 http_response_size_bytes_bucket{method="GET",path="/config.zst",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/config.zst",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/config.zst",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/config.zst",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/config.zst",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/config.zst",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/config.zst",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/config.zst",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/config.zst",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/config.zst",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/config.zst"} 43 http_response_size_bytes_count{method="GET",path="/config.zst"} 1 http_response_size_bytes_bucket{method="GET",path="/config/.env",le="100"} 9 http_response_size_bytes_bucket{method="GET",path="/config/.env",le="500"} 9 http_response_size_bytes_bucket{method="GET",path="/config/.env",le="1000"} 9 http_response_size_bytes_bucket{method="GET",path="/config/.env",le="5000"} 9 http_response_size_bytes_bucket{method="GET",path="/config/.env",le="10000"} 9 http_response_size_bytes_bucket{method="GET",path="/config/.env",le="50000"} 9 http_response_size_bytes_bucket{method="GET",path="/config/.env",le="100000"} 9 http_response_size_bytes_bucket{method="GET",path="/config/.env",le="500000"} 9 http_response_size_bytes_bucket{method="GET",path="/config/.env",le="1e+06"} 9 http_response_size_bytes_bucket{method="GET",path="/config/.env",le="+Inf"} 9 http_response_size_bytes_sum{method="GET",path="/config/.env"} 392 http_response_size_bytes_count{method="GET",path="/config/.env"} 9 http_response_size_bytes_bucket{method="GET",path="/config/app.js",le="100"} 19 http_response_size_bytes_bucket{method="GET",path="/config/app.js",le="500"} 19 http_response_size_bytes_bucket{method="GET",path="/config/app.js",le="1000"} 19 http_response_size_bytes_bucket{method="GET",path="/config/app.js",le="5000"} 19 http_response_size_bytes_bucket{method="GET",path="/config/app.js",le="10000"} 19 http_response_size_bytes_bucket{method="GET",path="/config/app.js",le="50000"} 19 http_response_size_bytes_bucket{method="GET",path="/config/app.js",le="100000"} 19 http_response_size_bytes_bucket{method="GET",path="/config/app.js",le="500000"} 19 http_response_size_bytes_bucket{method="GET",path="/config/app.js",le="1e+06"} 19 http_response_size_bytes_bucket{method="GET",path="/config/app.js",le="+Inf"} 19 http_response_size_bytes_sum{method="GET",path="/config/app.js"} 836 http_response_size_bytes_count{method="GET",path="/config/app.js"} 19 http_response_size_bytes_bucket{method="GET",path="/config/app.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/config/app.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/config/app.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/app.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/app.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/app.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/app.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/app.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/app.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/config/app.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/config/app.php"} 88 http_response_size_bytes_count{method="GET",path="/config/app.php"} 2 http_response_size_bytes_bucket{method="GET",path="/config/app/.env",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/config/app/.env",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/config/app/.env",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/config/app/.env",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/config/app/.env",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/config/app/.env",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/config/app/.env",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/config/app/.env",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/config/app/.env",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/config/app/.env",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/config/app/.env"} 44 http_response_size_bytes_count{method="GET",path="/config/app/.env"} 1 http_response_size_bytes_bucket{method="GET",path="/config/application.config.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/config/application.config.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/config/application.config.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/application.config.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/application.config.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/application.config.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/application.config.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/application.config.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/application.config.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/config/application.config.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/config/application.config.php"} 88 http_response_size_bytes_count{method="GET",path="/config/application.config.php"} 2 http_response_size_bytes_bucket{method="GET",path="/config/application.properties",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/config/application.properties",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/config/application.properties",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/config/application.properties",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/config/application.properties",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/config/application.properties",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/config/application.properties",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/config/application.properties",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/config/application.properties",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/config/application.properties",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/config/application.properties"} 44 http_response_size_bytes_count{method="GET",path="/config/application.properties"} 1 http_response_size_bytes_bucket{method="GET",path="/config/application.yml",le="100"} 12 http_response_size_bytes_bucket{method="GET",path="/config/application.yml",le="500"} 12 http_response_size_bytes_bucket{method="GET",path="/config/application.yml",le="1000"} 12 http_response_size_bytes_bucket{method="GET",path="/config/application.yml",le="5000"} 12 http_response_size_bytes_bucket{method="GET",path="/config/application.yml",le="10000"} 12 http_response_size_bytes_bucket{method="GET",path="/config/application.yml",le="50000"} 12 http_response_size_bytes_bucket{method="GET",path="/config/application.yml",le="100000"} 12 http_response_size_bytes_bucket{method="GET",path="/config/application.yml",le="500000"} 12 http_response_size_bytes_bucket{method="GET",path="/config/application.yml",le="1e+06"} 12 http_response_size_bytes_bucket{method="GET",path="/config/application.yml",le="+Inf"} 12 http_response_size_bytes_sum{method="GET",path="/config/application.yml"} 520 http_response_size_bytes_count{method="GET",path="/config/application.yml"} 12 http_response_size_bytes_bucket{method="GET",path="/config/auth.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/config/auth.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/config/auth.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/auth.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/auth.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/auth.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/auth.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/auth.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/auth.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/config/auth.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/config/auth.php"} 87 http_response_size_bytes_count{method="GET",path="/config/auth.php"} 2 http_response_size_bytes_bucket{method="GET",path="/config/autoload/global.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/config/autoload/global.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/config/autoload/global.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/autoload/global.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/autoload/global.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/autoload/global.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/autoload/global.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/autoload/global.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/autoload/global.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/config/autoload/global.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/config/autoload/global.php"} 88 http_response_size_bytes_count{method="GET",path="/config/autoload/global.php"} 2 http_response_size_bytes_bucket{method="GET",path="/config/autoload/local.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/config/autoload/local.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/config/autoload/local.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/autoload/local.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/autoload/local.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/autoload/local.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/autoload/local.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/autoload/local.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/autoload/local.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/config/autoload/local.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/config/autoload/local.php"} 88 http_response_size_bytes_count{method="GET",path="/config/autoload/local.php"} 2 http_response_size_bytes_bucket{method="GET",path="/config/aws.ini",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/config/aws.ini",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/config/aws.ini",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/config/aws.ini",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/config/aws.ini",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/config/aws.ini",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/config/aws.ini",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/config/aws.ini",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/config/aws.ini",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/config/aws.ini",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/config/aws.ini"} 175 http_response_size_bytes_count{method="GET",path="/config/aws.ini"} 4 http_response_size_bytes_bucket{method="GET",path="/config/aws.json",le="100"} 19 http_response_size_bytes_bucket{method="GET",path="/config/aws.json",le="500"} 19 http_response_size_bytes_bucket{method="GET",path="/config/aws.json",le="1000"} 19 http_response_size_bytes_bucket{method="GET",path="/config/aws.json",le="5000"} 19 http_response_size_bytes_bucket{method="GET",path="/config/aws.json",le="10000"} 19 http_response_size_bytes_bucket{method="GET",path="/config/aws.json",le="50000"} 19 http_response_size_bytes_bucket{method="GET",path="/config/aws.json",le="100000"} 19 http_response_size_bytes_bucket{method="GET",path="/config/aws.json",le="500000"} 19 http_response_size_bytes_bucket{method="GET",path="/config/aws.json",le="1e+06"} 19 http_response_size_bytes_bucket{method="GET",path="/config/aws.json",le="+Inf"} 19 http_response_size_bytes_sum{method="GET",path="/config/aws.json"} 836 http_response_size_bytes_count{method="GET",path="/config/aws.json"} 19 http_response_size_bytes_bucket{method="GET",path="/config/aws.php",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/config/aws.php",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/config/aws.php",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/config/aws.php",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/config/aws.php",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/config/aws.php",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/config/aws.php",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/config/aws.php",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/config/aws.php",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/config/aws.php",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/config/aws.php"} 131 http_response_size_bytes_count{method="GET",path="/config/aws.php"} 3 http_response_size_bytes_bucket{method="GET",path="/config/aws.yml",le="100"} 11 http_response_size_bytes_bucket{method="GET",path="/config/aws.yml",le="500"} 11 http_response_size_bytes_bucket{method="GET",path="/config/aws.yml",le="1000"} 11 http_response_size_bytes_bucket{method="GET",path="/config/aws.yml",le="5000"} 11 http_response_size_bytes_bucket{method="GET",path="/config/aws.yml",le="10000"} 11 http_response_size_bytes_bucket{method="GET",path="/config/aws.yml",le="50000"} 11 http_response_size_bytes_bucket{method="GET",path="/config/aws.yml",le="100000"} 11 http_response_size_bytes_bucket{method="GET",path="/config/aws.yml",le="500000"} 11 http_response_size_bytes_bucket{method="GET",path="/config/aws.yml",le="1e+06"} 11 http_response_size_bytes_bucket{method="GET",path="/config/aws.yml",le="+Inf"} 11 http_response_size_bytes_sum{method="GET",path="/config/aws.yml"} 477 http_response_size_bytes_count{method="GET",path="/config/aws.yml"} 11 http_response_size_bytes_bucket{method="GET",path="/config/base.properties",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/config/base.properties",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/config/base.properties",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/base.properties",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/base.properties",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/base.properties",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/base.properties",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/base.properties",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/base.properties",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/config/base.properties",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/config/base.properties"} 88 http_response_size_bytes_count{method="GET",path="/config/base.properties"} 2 http_response_size_bytes_bucket{method="GET",path="/config/bootstrap.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/config/bootstrap.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/config/bootstrap.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/bootstrap.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/bootstrap.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/bootstrap.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/bootstrap.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/bootstrap.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/bootstrap.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/config/bootstrap.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/config/bootstrap.php"} 88 http_response_size_bytes_count{method="GET",path="/config/bootstrap.php"} 2 http_response_size_bytes_bucket{method="GET",path="/config/broadcasting.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/config/broadcasting.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/config/broadcasting.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/broadcasting.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/broadcasting.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/broadcasting.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/broadcasting.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/broadcasting.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/broadcasting.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/config/broadcasting.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/config/broadcasting.php"} 88 http_response_size_bytes_count{method="GET",path="/config/broadcasting.php"} 2 http_response_size_bytes_bucket{method="GET",path="/config/cache.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/config/cache.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/config/cache.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/cache.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/cache.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/cache.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/cache.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/cache.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/cache.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/config/cache.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/config/cache.php"} 88 http_response_size_bytes_count{method="GET",path="/config/cache.php"} 2 http_response_size_bytes_bucket{method="GET",path="/config/cli_bootstrap.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/config/cli_bootstrap.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/config/cli_bootstrap.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/cli_bootstrap.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/cli_bootstrap.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/cli_bootstrap.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/cli_bootstrap.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/cli_bootstrap.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/cli_bootstrap.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/config/cli_bootstrap.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/config/cli_bootstrap.php"} 88 http_response_size_bytes_count{method="GET",path="/config/cli_bootstrap.php"} 2 http_response_size_bytes_bucket{method="GET",path="/config/common.js",le="100"} 19 http_response_size_bytes_bucket{method="GET",path="/config/common.js",le="500"} 19 http_response_size_bytes_bucket{method="GET",path="/config/common.js",le="1000"} 19 http_response_size_bytes_bucket{method="GET",path="/config/common.js",le="5000"} 19 http_response_size_bytes_bucket{method="GET",path="/config/common.js",le="10000"} 19 http_response_size_bytes_bucket{method="GET",path="/config/common.js",le="50000"} 19 http_response_size_bytes_bucket{method="GET",path="/config/common.js",le="100000"} 19 http_response_size_bytes_bucket{method="GET",path="/config/common.js",le="500000"} 19 http_response_size_bytes_bucket{method="GET",path="/config/common.js",le="1e+06"} 19 http_response_size_bytes_bucket{method="GET",path="/config/common.js",le="+Inf"} 19 http_response_size_bytes_sum{method="GET",path="/config/common.js"} 836 http_response_size_bytes_count{method="GET",path="/config/common.js"} 19 http_response_size_bytes_bucket{method="GET",path="/config/config.exs",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/config/config.exs",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/config/config.exs",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/config.exs",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/config.exs",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/config.exs",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/config.exs",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/config.exs",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/config.exs",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/config/config.exs",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/config/config.exs"} 88 http_response_size_bytes_count{method="GET",path="/config/config.exs"} 2 http_response_size_bytes_bucket{method="GET",path="/config/config.go",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/config/config.go",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/config/config.go",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/config.go",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/config.go",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/config.go",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/config.go",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/config.go",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/config.go",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/config/config.go",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/config/config.go"} 88 http_response_size_bytes_count{method="GET",path="/config/config.go"} 2 http_response_size_bytes_bucket{method="GET",path="/config/config.inc.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/config/config.inc.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/config/config.inc.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/config.inc.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/config.inc.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/config.inc.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/config.inc.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/config.inc.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/config.inc.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/config/config.inc.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/config/config.inc.php"} 88 http_response_size_bytes_count{method="GET",path="/config/config.inc.php"} 2 http_response_size_bytes_bucket{method="GET",path="/config/config.ino",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/config/config.ino",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/config/config.ino",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/config.ino",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/config.ino",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/config.ino",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/config.ino",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/config.ino",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/config.ino",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/config/config.ino",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/config/config.ino"} 88 http_response_size_bytes_count{method="GET",path="/config/config.ino"} 2 http_response_size_bytes_bucket{method="GET",path="/config/config.js",le="100"} 23 http_response_size_bytes_bucket{method="GET",path="/config/config.js",le="500"} 23 http_response_size_bytes_bucket{method="GET",path="/config/config.js",le="1000"} 23 http_response_size_bytes_bucket{method="GET",path="/config/config.js",le="5000"} 23 http_response_size_bytes_bucket{method="GET",path="/config/config.js",le="10000"} 23 http_response_size_bytes_bucket{method="GET",path="/config/config.js",le="50000"} 23 http_response_size_bytes_bucket{method="GET",path="/config/config.js",le="100000"} 23 http_response_size_bytes_bucket{method="GET",path="/config/config.js",le="500000"} 23 http_response_size_bytes_bucket{method="GET",path="/config/config.js",le="1e+06"} 23 http_response_size_bytes_bucket{method="GET",path="/config/config.js",le="+Inf"} 23 http_response_size_bytes_sum{method="GET",path="/config/config.js"} 1010 http_response_size_bytes_count{method="GET",path="/config/config.js"} 23 http_response_size_bytes_bucket{method="GET",path="/config/config.json",le="100"} 26 http_response_size_bytes_bucket{method="GET",path="/config/config.json",le="500"} 26 http_response_size_bytes_bucket{method="GET",path="/config/config.json",le="1000"} 26 http_response_size_bytes_bucket{method="GET",path="/config/config.json",le="5000"} 26 http_response_size_bytes_bucket{method="GET",path="/config/config.json",le="10000"} 26 http_response_size_bytes_bucket{method="GET",path="/config/config.json",le="50000"} 26 http_response_size_bytes_bucket{method="GET",path="/config/config.json",le="100000"} 26 http_response_size_bytes_bucket{method="GET",path="/config/config.json",le="500000"} 26 http_response_size_bytes_bucket{method="GET",path="/config/config.json",le="1e+06"} 26 http_response_size_bytes_bucket{method="GET",path="/config/config.json",le="+Inf"} 26 http_response_size_bytes_sum{method="GET",path="/config/config.json"} 1135 http_response_size_bytes_count{method="GET",path="/config/config.json"} 26 http_response_size_bytes_bucket{method="GET",path="/config/config.php",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/config/config.php",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/config/config.php",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/config/config.php",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/config/config.php",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/config/config.php",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/config/config.php",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/config/config.php",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/config/config.php",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/config/config.php",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/config/config.php"} 176 http_response_size_bytes_count{method="GET",path="/config/config.php"} 4 http_response_size_bytes_bucket{method="GET",path="/config/constant.js",le="100"} 17 http_response_size_bytes_bucket{method="GET",path="/config/constant.js",le="500"} 17 http_response_size_bytes_bucket{method="GET",path="/config/constant.js",le="1000"} 17 http_response_size_bytes_bucket{method="GET",path="/config/constant.js",le="5000"} 17 http_response_size_bytes_bucket{method="GET",path="/config/constant.js",le="10000"} 17 http_response_size_bytes_bucket{method="GET",path="/config/constant.js",le="50000"} 17 http_response_size_bytes_bucket{method="GET",path="/config/constant.js",le="100000"} 17 http_response_size_bytes_bucket{method="GET",path="/config/constant.js",le="500000"} 17 http_response_size_bytes_bucket{method="GET",path="/config/constant.js",le="1e+06"} 17 http_response_size_bytes_bucket{method="GET",path="/config/constant.js",le="+Inf"} 17 http_response_size_bytes_sum{method="GET",path="/config/constant.js"} 746 http_response_size_bytes_count{method="GET",path="/config/constant.js"} 17 http_response_size_bytes_bucket{method="GET",path="/config/constants.js",le="100"} 26 http_response_size_bytes_bucket{method="GET",path="/config/constants.js",le="500"} 26 http_response_size_bytes_bucket{method="GET",path="/config/constants.js",le="1000"} 26 http_response_size_bytes_bucket{method="GET",path="/config/constants.js",le="5000"} 26 http_response_size_bytes_bucket{method="GET",path="/config/constants.js",le="10000"} 26 http_response_size_bytes_bucket{method="GET",path="/config/constants.js",le="50000"} 26 http_response_size_bytes_bucket{method="GET",path="/config/constants.js",le="100000"} 26 http_response_size_bytes_bucket{method="GET",path="/config/constants.js",le="500000"} 26 http_response_size_bytes_bucket{method="GET",path="/config/constants.js",le="1e+06"} 26 http_response_size_bytes_bucket{method="GET",path="/config/constants.js",le="+Inf"} 26 http_response_size_bytes_sum{method="GET",path="/config/constants.js"} 1137 http_response_size_bytes_count{method="GET",path="/config/constants.js"} 26 http_response_size_bytes_bucket{method="GET",path="/config/controller.js",le="100"} 17 http_response_size_bytes_bucket{method="GET",path="/config/controller.js",le="500"} 17 http_response_size_bytes_bucket{method="GET",path="/config/controller.js",le="1000"} 17 http_response_size_bytes_bucket{method="GET",path="/config/controller.js",le="5000"} 17 http_response_size_bytes_bucket{method="GET",path="/config/controller.js",le="10000"} 17 http_response_size_bytes_bucket{method="GET",path="/config/controller.js",le="50000"} 17 http_response_size_bytes_bucket{method="GET",path="/config/controller.js",le="100000"} 17 http_response_size_bytes_bucket{method="GET",path="/config/controller.js",le="500000"} 17 http_response_size_bytes_bucket{method="GET",path="/config/controller.js",le="1e+06"} 17 http_response_size_bytes_bucket{method="GET",path="/config/controller.js",le="+Inf"} 17 http_response_size_bytes_sum{method="GET",path="/config/controller.js"} 748 http_response_size_bytes_count{method="GET",path="/config/controller.js"} 17 http_response_size_bytes_bucket{method="GET",path="/config/credentials.json",le="100"} 17 http_response_size_bytes_bucket{method="GET",path="/config/credentials.json",le="500"} 17 http_response_size_bytes_bucket{method="GET",path="/config/credentials.json",le="1000"} 17 http_response_size_bytes_bucket{method="GET",path="/config/credentials.json",le="5000"} 17 http_response_size_bytes_bucket{method="GET",path="/config/credentials.json",le="10000"} 17 http_response_size_bytes_bucket{method="GET",path="/config/credentials.json",le="50000"} 17 http_response_size_bytes_bucket{method="GET",path="/config/credentials.json",le="100000"} 17 http_response_size_bytes_bucket{method="GET",path="/config/credentials.json",le="500000"} 17 http_response_size_bytes_bucket{method="GET",path="/config/credentials.json",le="1e+06"} 17 http_response_size_bytes_bucket{method="GET",path="/config/credentials.json",le="+Inf"} 17 http_response_size_bytes_sum{method="GET",path="/config/credentials.json"} 745 http_response_size_bytes_count{method="GET",path="/config/credentials.json"} 17 http_response_size_bytes_bucket{method="GET",path="/config/daemon.json",le="100"} 17 http_response_size_bytes_bucket{method="GET",path="/config/daemon.json",le="500"} 17 http_response_size_bytes_bucket{method="GET",path="/config/daemon.json",le="1000"} 17 http_response_size_bytes_bucket{method="GET",path="/config/daemon.json",le="5000"} 17 http_response_size_bytes_bucket{method="GET",path="/config/daemon.json",le="10000"} 17 http_response_size_bytes_bucket{method="GET",path="/config/daemon.json",le="50000"} 17 http_response_size_bytes_bucket{method="GET",path="/config/daemon.json",le="100000"} 17 http_response_size_bytes_bucket{method="GET",path="/config/daemon.json",le="500000"} 17 http_response_size_bytes_bucket{method="GET",path="/config/daemon.json",le="1e+06"} 17 http_response_size_bytes_bucket{method="GET",path="/config/daemon.json",le="+Inf"} 17 http_response_size_bytes_sum{method="GET",path="/config/daemon.json"} 748 http_response_size_bytes_count{method="GET",path="/config/daemon.json"} 17 http_response_size_bytes_bucket{method="GET",path="/config/database.config.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/config/database.config.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/config/database.config.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/database.config.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/database.config.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/database.config.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/database.config.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/database.config.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/database.config.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/config/database.config.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/config/database.config.php"} 88 http_response_size_bytes_count{method="GET",path="/config/database.config.php"} 2 http_response_size_bytes_bucket{method="GET",path="/config/database.js",le="100"} 17 http_response_size_bytes_bucket{method="GET",path="/config/database.js",le="500"} 17 http_response_size_bytes_bucket{method="GET",path="/config/database.js",le="1000"} 17 http_response_size_bytes_bucket{method="GET",path="/config/database.js",le="5000"} 17 http_response_size_bytes_bucket{method="GET",path="/config/database.js",le="10000"} 17 http_response_size_bytes_bucket{method="GET",path="/config/database.js",le="50000"} 17 http_response_size_bytes_bucket{method="GET",path="/config/database.js",le="100000"} 17 http_response_size_bytes_bucket{method="GET",path="/config/database.js",le="500000"} 17 http_response_size_bytes_bucket{method="GET",path="/config/database.js",le="1e+06"} 17 http_response_size_bytes_bucket{method="GET",path="/config/database.js",le="+Inf"} 17 http_response_size_bytes_sum{method="GET",path="/config/database.js"} 748 http_response_size_bytes_count{method="GET",path="/config/database.js"} 17 http_response_size_bytes_bucket{method="GET",path="/config/database.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/config/database.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/config/database.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/database.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/database.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/database.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/database.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/database.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/database.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/config/database.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/config/database.php"} 88 http_response_size_bytes_count{method="GET",path="/config/database.php"} 2 http_response_size_bytes_bucket{method="GET",path="/config/database.yml",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/config/database.yml",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/config/database.yml",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/database.yml",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/database.yml",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/database.yml",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/database.yml",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/database.yml",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/database.yml",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/config/database.yml",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/config/database.yml"} 86 http_response_size_bytes_count{method="GET",path="/config/database.yml"} 2 http_response_size_bytes_bucket{method="GET",path="/config/default.json",le="100"} 18 http_response_size_bytes_bucket{method="GET",path="/config/default.json",le="500"} 18 http_response_size_bytes_bucket{method="GET",path="/config/default.json",le="1000"} 18 http_response_size_bytes_bucket{method="GET",path="/config/default.json",le="5000"} 18 http_response_size_bytes_bucket{method="GET",path="/config/default.json",le="10000"} 18 http_response_size_bytes_bucket{method="GET",path="/config/default.json",le="50000"} 18 http_response_size_bytes_bucket{method="GET",path="/config/default.json",le="100000"} 18 http_response_size_bytes_bucket{method="GET",path="/config/default.json",le="500000"} 18 http_response_size_bytes_bucket{method="GET",path="/config/default.json",le="1e+06"} 18 http_response_size_bytes_bucket{method="GET",path="/config/default.json",le="+Inf"} 18 http_response_size_bytes_sum{method="GET",path="/config/default.json"} 792 http_response_size_bytes_count{method="GET",path="/config/default.json"} 18 http_response_size_bytes_bucket{method="GET",path="/config/dev.json",le="100"} 17 http_response_size_bytes_bucket{method="GET",path="/config/dev.json",le="500"} 17 http_response_size_bytes_bucket{method="GET",path="/config/dev.json",le="1000"} 17 http_response_size_bytes_bucket{method="GET",path="/config/dev.json",le="5000"} 17 http_response_size_bytes_bucket{method="GET",path="/config/dev.json",le="10000"} 17 http_response_size_bytes_bucket{method="GET",path="/config/dev.json",le="50000"} 17 http_response_size_bytes_bucket{method="GET",path="/config/dev.json",le="100000"} 17 http_response_size_bytes_bucket{method="GET",path="/config/dev.json",le="500000"} 17 http_response_size_bytes_bucket{method="GET",path="/config/dev.json",le="1e+06"} 17 http_response_size_bytes_bucket{method="GET",path="/config/dev.json",le="+Inf"} 17 http_response_size_bytes_sum{method="GET",path="/config/dev.json"} 746 http_response_size_bytes_count{method="GET",path="/config/dev.json"} 17 http_response_size_bytes_bucket{method="GET",path="/config/dev/config.toml",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/config/dev/config.toml",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/config/dev/config.toml",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/dev/config.toml",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/dev/config.toml",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/dev/config.toml",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/dev/config.toml",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/dev/config.toml",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/dev/config.toml",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/config/dev/config.toml",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/config/dev/config.toml"} 88 http_response_size_bytes_count{method="GET",path="/config/dev/config.toml"} 2 http_response_size_bytes_bucket{method="GET",path="/config/development.config.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/config/development.config.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/config/development.config.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/development.config.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/development.config.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/development.config.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/development.config.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/development.config.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/development.config.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/config/development.config.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/config/development.config.php"} 88 http_response_size_bytes_count{method="GET",path="/config/development.config.php"} 2 http_response_size_bytes_bucket{method="GET",path="/config/development.json",le="100"} 18 http_response_size_bytes_bucket{method="GET",path="/config/development.json",le="500"} 18 http_response_size_bytes_bucket{method="GET",path="/config/development.json",le="1000"} 18 http_response_size_bytes_bucket{method="GET",path="/config/development.json",le="5000"} 18 http_response_size_bytes_bucket{method="GET",path="/config/development.json",le="10000"} 18 http_response_size_bytes_bucket{method="GET",path="/config/development.json",le="50000"} 18 http_response_size_bytes_bucket{method="GET",path="/config/development.json",le="100000"} 18 http_response_size_bytes_bucket{method="GET",path="/config/development.json",le="500000"} 18 http_response_size_bytes_bucket{method="GET",path="/config/development.json",le="1e+06"} 18 http_response_size_bytes_bucket{method="GET",path="/config/development.json",le="+Inf"} 18 http_response_size_bytes_sum{method="GET",path="/config/development.json"} 791 http_response_size_bytes_count{method="GET",path="/config/development.json"} 18 http_response_size_bytes_bucket{method="GET",path="/config/env",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/config/env",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/config/env",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/env",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/env",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/env",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/env",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/env",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/env",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/config/env",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/config/env"} 87 http_response_size_bytes_count{method="GET",path="/config/env"} 2 http_response_size_bytes_bucket{method="GET",path="/config/env.js",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/config/env.js",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/config/env.js",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/env.js",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/env.js",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/env.js",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/env.js",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/env.js",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/env.js",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/config/env.js",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/config/env.js"} 88 http_response_size_bytes_count{method="GET",path="/config/env.js"} 2 http_response_size_bytes_bucket{method="GET",path="/config/env.json",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/config/env.json",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/config/env.json",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/env.json",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/env.json",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/env.json",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/env.json",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/env.json",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/env.json",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/config/env.json",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/config/env.json"} 87 http_response_size_bytes_count{method="GET",path="/config/env.json"} 2 http_response_size_bytes_bucket{method="GET",path="/config/env.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/config/env.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/config/env.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/env.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/env.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/env.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/env.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/env.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/env.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/config/env.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/config/env.php"} 88 http_response_size_bytes_count{method="GET",path="/config/env.php"} 2 http_response_size_bytes_bucket{method="GET",path="/config/environment",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/config/environment",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/config/environment",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/environment",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/environment",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/environment",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/environment",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/environment",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/environment",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/config/environment",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/config/environment"} 88 http_response_size_bytes_count{method="GET",path="/config/environment"} 2 http_response_size_bytes_bucket{method="GET",path="/config/environment.json",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/config/environment.json",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/config/environment.json",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/environment.json",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/environment.json",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/environment.json",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/environment.json",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/environment.json",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/environment.json",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/config/environment.json",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/config/environment.json"} 88 http_response_size_bytes_count{method="GET",path="/config/environment.json"} 2 http_response_size_bytes_bucket{method="GET",path="/config/environment.rb",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/config/environment.rb",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/config/environment.rb",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/environment.rb",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/environment.rb",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/environment.rb",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/environment.rb",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/environment.rb",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/environment.rb",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/config/environment.rb",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/config/environment.rb"} 88 http_response_size_bytes_count{method="GET",path="/config/environment.rb"} 2 http_response_size_bytes_bucket{method="GET",path="/config/filesystems.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/config/filesystems.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/config/filesystems.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/filesystems.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/filesystems.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/filesystems.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/filesystems.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/filesystems.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/filesystems.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/config/filesystems.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/config/filesystems.php"} 88 http_response_size_bytes_count{method="GET",path="/config/filesystems.php"} 2 http_response_size_bytes_bucket{method="GET",path="/config/firebase_credentials.json",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/config/firebase_credentials.json",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/config/firebase_credentials.json",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/config/firebase_credentials.json",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/config/firebase_credentials.json",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/config/firebase_credentials.json",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/config/firebase_credentials.json",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/config/firebase_credentials.json",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/config/firebase_credentials.json",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/config/firebase_credentials.json",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/config/firebase_credentials.json"} 43 http_response_size_bytes_count{method="GET",path="/config/firebase_credentials.json"} 1 http_response_size_bytes_bucket{method="GET",path="/config/gcp-credentials.json",le="100"} 8 http_response_size_bytes_bucket{method="GET",path="/config/gcp-credentials.json",le="500"} 8 http_response_size_bytes_bucket{method="GET",path="/config/gcp-credentials.json",le="1000"} 8 http_response_size_bytes_bucket{method="GET",path="/config/gcp-credentials.json",le="5000"} 8 http_response_size_bytes_bucket{method="GET",path="/config/gcp-credentials.json",le="10000"} 8 http_response_size_bytes_bucket{method="GET",path="/config/gcp-credentials.json",le="50000"} 8 http_response_size_bytes_bucket{method="GET",path="/config/gcp-credentials.json",le="100000"} 8 http_response_size_bytes_bucket{method="GET",path="/config/gcp-credentials.json",le="500000"} 8 http_response_size_bytes_bucket{method="GET",path="/config/gcp-credentials.json",le="1e+06"} 8 http_response_size_bytes_bucket{method="GET",path="/config/gcp-credentials.json",le="+Inf"} 8 http_response_size_bytes_sum{method="GET",path="/config/gcp-credentials.json"} 351 http_response_size_bytes_count{method="GET",path="/config/gcp-credentials.json"} 8 http_response_size_bytes_bucket{method="GET",path="/config/gcp.json",le="100"} 9 http_response_size_bytes_bucket{method="GET",path="/config/gcp.json",le="500"} 9 http_response_size_bytes_bucket{method="GET",path="/config/gcp.json",le="1000"} 9 http_response_size_bytes_bucket{method="GET",path="/config/gcp.json",le="5000"} 9 http_response_size_bytes_bucket{method="GET",path="/config/gcp.json",le="10000"} 9 http_response_size_bytes_bucket{method="GET",path="/config/gcp.json",le="50000"} 9 http_response_size_bytes_bucket{method="GET",path="/config/gcp.json",le="100000"} 9 http_response_size_bytes_bucket{method="GET",path="/config/gcp.json",le="500000"} 9 http_response_size_bytes_bucket{method="GET",path="/config/gcp.json",le="1e+06"} 9 http_response_size_bytes_bucket{method="GET",path="/config/gcp.json",le="+Inf"} 9 http_response_size_bytes_sum{method="GET",path="/config/gcp.json"} 394 http_response_size_bytes_count{method="GET",path="/config/gcp.json"} 9 http_response_size_bytes_bucket{method="GET",path="/config/helper.js",le="100"} 17 http_response_size_bytes_bucket{method="GET",path="/config/helper.js",le="500"} 17 http_response_size_bytes_bucket{method="GET",path="/config/helper.js",le="1000"} 17 http_response_size_bytes_bucket{method="GET",path="/config/helper.js",le="5000"} 17 http_response_size_bytes_bucket{method="GET",path="/config/helper.js",le="10000"} 17 http_response_size_bytes_bucket{method="GET",path="/config/helper.js",le="50000"} 17 http_response_size_bytes_bucket{method="GET",path="/config/helper.js",le="100000"} 17 http_response_size_bytes_bucket{method="GET",path="/config/helper.js",le="500000"} 17 http_response_size_bytes_bucket{method="GET",path="/config/helper.js",le="1e+06"} 17 http_response_size_bytes_bucket{method="GET",path="/config/helper.js",le="+Inf"} 17 http_response_size_bytes_sum{method="GET",path="/config/helper.js"} 748 http_response_size_bytes_count{method="GET",path="/config/helper.js"} 17 http_response_size_bytes_bucket{method="GET",path="/config/index.js",le="100"} 17 http_response_size_bytes_bucket{method="GET",path="/config/index.js",le="500"} 17 http_response_size_bytes_bucket{method="GET",path="/config/index.js",le="1000"} 17 http_response_size_bytes_bucket{method="GET",path="/config/index.js",le="5000"} 17 http_response_size_bytes_bucket{method="GET",path="/config/index.js",le="10000"} 17 http_response_size_bytes_bucket{method="GET",path="/config/index.js",le="50000"} 17 http_response_size_bytes_bucket{method="GET",path="/config/index.js",le="100000"} 17 http_response_size_bytes_bucket{method="GET",path="/config/index.js",le="500000"} 17 http_response_size_bytes_bucket{method="GET",path="/config/index.js",le="1e+06"} 17 http_response_size_bytes_bucket{method="GET",path="/config/index.js",le="+Inf"} 17 http_response_size_bytes_sum{method="GET",path="/config/index.js"} 747 http_response_size_bytes_count{method="GET",path="/config/index.js"} 17 http_response_size_bytes_bucket{method="GET",path="/config/local.json",le="100"} 16 http_response_size_bytes_bucket{method="GET",path="/config/local.json",le="500"} 16 http_response_size_bytes_bucket{method="GET",path="/config/local.json",le="1000"} 16 http_response_size_bytes_bucket{method="GET",path="/config/local.json",le="5000"} 16 http_response_size_bytes_bucket{method="GET",path="/config/local.json",le="10000"} 16 http_response_size_bytes_bucket{method="GET",path="/config/local.json",le="50000"} 16 http_response_size_bytes_bucket{method="GET",path="/config/local.json",le="100000"} 16 http_response_size_bytes_bucket{method="GET",path="/config/local.json",le="500000"} 16 http_response_size_bytes_bucket{method="GET",path="/config/local.json",le="1e+06"} 16 http_response_size_bytes_bucket{method="GET",path="/config/local.json",le="+Inf"} 16 http_response_size_bytes_sum{method="GET",path="/config/local.json"} 702 http_response_size_bytes_count{method="GET",path="/config/local.json"} 16 http_response_size_bytes_bucket{method="GET",path="/config/local.yml",le="100"} 7 http_response_size_bytes_bucket{method="GET",path="/config/local.yml",le="500"} 7 http_response_size_bytes_bucket{method="GET",path="/config/local.yml",le="1000"} 7 http_response_size_bytes_bucket{method="GET",path="/config/local.yml",le="5000"} 7 http_response_size_bytes_bucket{method="GET",path="/config/local.yml",le="10000"} 7 http_response_size_bytes_bucket{method="GET",path="/config/local.yml",le="50000"} 7 http_response_size_bytes_bucket{method="GET",path="/config/local.yml",le="100000"} 7 http_response_size_bytes_bucket{method="GET",path="/config/local.yml",le="500000"} 7 http_response_size_bytes_bucket{method="GET",path="/config/local.yml",le="1e+06"} 7 http_response_size_bytes_bucket{method="GET",path="/config/local.yml",le="+Inf"} 7 http_response_size_bytes_sum{method="GET",path="/config/local.yml"} 301 http_response_size_bytes_count{method="GET",path="/config/local.yml"} 7 http_response_size_bytes_bucket{method="GET",path="/config/mail.js",le="100"} 17 http_response_size_bytes_bucket{method="GET",path="/config/mail.js",le="500"} 17 http_response_size_bytes_bucket{method="GET",path="/config/mail.js",le="1000"} 17 http_response_size_bytes_bucket{method="GET",path="/config/mail.js",le="5000"} 17 http_response_size_bytes_bucket{method="GET",path="/config/mail.js",le="10000"} 17 http_response_size_bytes_bucket{method="GET",path="/config/mail.js",le="50000"} 17 http_response_size_bytes_bucket{method="GET",path="/config/mail.js",le="100000"} 17 http_response_size_bytes_bucket{method="GET",path="/config/mail.js",le="500000"} 17 http_response_size_bytes_bucket{method="GET",path="/config/mail.js",le="1e+06"} 17 http_response_size_bytes_bucket{method="GET",path="/config/mail.js",le="+Inf"} 17 http_response_size_bytes_sum{method="GET",path="/config/mail.js"} 748 http_response_size_bytes_count{method="GET",path="/config/mail.js"} 17 http_response_size_bytes_bucket{method="GET",path="/config/mail.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/config/mail.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/config/mail.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/mail.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/mail.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/mail.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/mail.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/mail.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/mail.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/config/mail.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/config/mail.php"} 87 http_response_size_bytes_count{method="GET",path="/config/mail.php"} 2 http_response_size_bytes_bucket{method="GET",path="/config/mailer.js",le="100"} 17 http_response_size_bytes_bucket{method="GET",path="/config/mailer.js",le="500"} 17 http_response_size_bytes_bucket{method="GET",path="/config/mailer.js",le="1000"} 17 http_response_size_bytes_bucket{method="GET",path="/config/mailer.js",le="5000"} 17 http_response_size_bytes_bucket{method="GET",path="/config/mailer.js",le="10000"} 17 http_response_size_bytes_bucket{method="GET",path="/config/mailer.js",le="50000"} 17 http_response_size_bytes_bucket{method="GET",path="/config/mailer.js",le="100000"} 17 http_response_size_bytes_bucket{method="GET",path="/config/mailer.js",le="500000"} 17 http_response_size_bytes_bucket{method="GET",path="/config/mailer.js",le="1e+06"} 17 http_response_size_bytes_bucket{method="GET",path="/config/mailer.js",le="+Inf"} 17 http_response_size_bytes_sum{method="GET",path="/config/mailer.js"} 748 http_response_size_bytes_count{method="GET",path="/config/mailer.js"} 17 http_response_size_bytes_bucket{method="GET",path="/config/mailserver.js",le="100"} 16 http_response_size_bytes_bucket{method="GET",path="/config/mailserver.js",le="500"} 16 http_response_size_bytes_bucket{method="GET",path="/config/mailserver.js",le="1000"} 16 http_response_size_bytes_bucket{method="GET",path="/config/mailserver.js",le="5000"} 16 http_response_size_bytes_bucket{method="GET",path="/config/mailserver.js",le="10000"} 16 http_response_size_bytes_bucket{method="GET",path="/config/mailserver.js",le="50000"} 16 http_response_size_bytes_bucket{method="GET",path="/config/mailserver.js",le="100000"} 16 http_response_size_bytes_bucket{method="GET",path="/config/mailserver.js",le="500000"} 16 http_response_size_bytes_bucket{method="GET",path="/config/mailserver.js",le="1e+06"} 16 http_response_size_bytes_bucket{method="GET",path="/config/mailserver.js",le="+Inf"} 16 http_response_size_bytes_sum{method="GET",path="/config/mailserver.js"} 701 http_response_size_bytes_count{method="GET",path="/config/mailserver.js"} 16 http_response_size_bytes_bucket{method="GET",path="/config/module.config.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/config/module.config.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/config/module.config.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/module.config.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/module.config.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/module.config.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/module.config.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/module.config.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/module.config.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/config/module.config.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/config/module.config.php"} 88 http_response_size_bytes_count{method="GET",path="/config/module.config.php"} 2 http_response_size_bytes_bucket{method="GET",path="/config/nexmo.php",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/config/nexmo.php",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/config/nexmo.php",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/config/nexmo.php",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/config/nexmo.php",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/config/nexmo.php",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/config/nexmo.php",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/config/nexmo.php",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/config/nexmo.php",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/config/nexmo.php",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/config/nexmo.php"} 176 http_response_size_bytes_count{method="GET",path="/config/nexmo.php"} 4 http_response_size_bytes_bucket{method="GET",path="/config/parameters.yml",le="100"} 11 http_response_size_bytes_bucket{method="GET",path="/config/parameters.yml",le="500"} 11 http_response_size_bytes_bucket{method="GET",path="/config/parameters.yml",le="1000"} 11 http_response_size_bytes_bucket{method="GET",path="/config/parameters.yml",le="5000"} 11 http_response_size_bytes_bucket{method="GET",path="/config/parameters.yml",le="10000"} 11 http_response_size_bytes_bucket{method="GET",path="/config/parameters.yml",le="50000"} 11 http_response_size_bytes_bucket{method="GET",path="/config/parameters.yml",le="100000"} 11 http_response_size_bytes_bucket{method="GET",path="/config/parameters.yml",le="500000"} 11 http_response_size_bytes_bucket{method="GET",path="/config/parameters.yml",le="1e+06"} 11 http_response_size_bytes_bucket{method="GET",path="/config/parameters.yml",le="+Inf"} 11 http_response_size_bytes_sum{method="GET",path="/config/parameters.yml"} 476 http_response_size_bytes_count{method="GET",path="/config/parameters.yml"} 11 http_response_size_bytes_bucket{method="GET",path="/config/parameters.yml.dist",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/config/parameters.yml.dist",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/config/parameters.yml.dist",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/parameters.yml.dist",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/parameters.yml.dist",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/parameters.yml.dist",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/parameters.yml.dist",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/parameters.yml.dist",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/parameters.yml.dist",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/config/parameters.yml.dist",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/config/parameters.yml.dist"} 88 http_response_size_bytes_count{method="GET",path="/config/parameters.yml.dist"} 2 http_response_size_bytes_bucket{method="GET",path="/config/paths.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/config/paths.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/config/paths.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/paths.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/paths.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/paths.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/paths.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/paths.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/paths.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/config/paths.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/config/paths.php"} 87 http_response_size_bytes_count{method="GET",path="/config/paths.php"} 2 http_response_size_bytes_bucket{method="GET",path="/config/php.ini",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/config/php.ini",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/config/php.ini",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/php.ini",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/php.ini",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/php.ini",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/php.ini",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/php.ini",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/php.ini",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/config/php.ini",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/config/php.ini"} 87 http_response_size_bytes_count{method="GET",path="/config/php.ini"} 2 http_response_size_bytes_bucket{method="GET",path="/config/prod.json",le="100"} 17 http_response_size_bytes_bucket{method="GET",path="/config/prod.json",le="500"} 17 http_response_size_bytes_bucket{method="GET",path="/config/prod.json",le="1000"} 17 http_response_size_bytes_bucket{method="GET",path="/config/prod.json",le="5000"} 17 http_response_size_bytes_bucket{method="GET",path="/config/prod.json",le="10000"} 17 http_response_size_bytes_bucket{method="GET",path="/config/prod.json",le="50000"} 17 http_response_size_bytes_bucket{method="GET",path="/config/prod.json",le="100000"} 17 http_response_size_bytes_bucket{method="GET",path="/config/prod.json",le="500000"} 17 http_response_size_bytes_bucket{method="GET",path="/config/prod.json",le="1e+06"} 17 http_response_size_bytes_bucket{method="GET",path="/config/prod.json",le="+Inf"} 17 http_response_size_bytes_sum{method="GET",path="/config/prod.json"} 748 http_response_size_bytes_count{method="GET",path="/config/prod.json"} 17 http_response_size_bytes_bucket{method="GET",path="/config/production.json",le="100"} 23 http_response_size_bytes_bucket{method="GET",path="/config/production.json",le="500"} 23 http_response_size_bytes_bucket{method="GET",path="/config/production.json",le="1000"} 23 http_response_size_bytes_bucket{method="GET",path="/config/production.json",le="5000"} 23 http_response_size_bytes_bucket{method="GET",path="/config/production.json",le="10000"} 23 http_response_size_bytes_bucket{method="GET",path="/config/production.json",le="50000"} 23 http_response_size_bytes_bucket{method="GET",path="/config/production.json",le="100000"} 23 http_response_size_bytes_bucket{method="GET",path="/config/production.json",le="500000"} 23 http_response_size_bytes_bucket{method="GET",path="/config/production.json",le="1e+06"} 23 http_response_size_bytes_bucket{method="GET",path="/config/production.json",le="+Inf"} 23 http_response_size_bytes_sum{method="GET",path="/config/production.json"} 1009 http_response_size_bytes_count{method="GET",path="/config/production.json"} 23 http_response_size_bytes_bucket{method="GET",path="/config/requirements.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/config/requirements.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/config/requirements.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/requirements.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/requirements.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/requirements.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/requirements.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/requirements.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/requirements.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/config/requirements.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/config/requirements.php"} 87 http_response_size_bytes_count{method="GET",path="/config/requirements.php"} 2 http_response_size_bytes_bucket{method="GET",path="/config/routes.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/config/routes.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/config/routes.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/routes.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/routes.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/routes.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/routes.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/routes.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/routes.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/config/routes.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/config/routes.php"} 88 http_response_size_bytes_count{method="GET",path="/config/routes.php"} 2 http_response_size_bytes_bucket{method="GET",path="/config/s3.yml",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/config/s3.yml",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/config/s3.yml",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/s3.yml",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/s3.yml",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/s3.yml",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/s3.yml",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/s3.yml",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/s3.yml",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/config/s3.yml",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/config/s3.yml"} 87 http_response_size_bytes_count{method="GET",path="/config/s3.yml"} 2 http_response_size_bytes_bucket{method="GET",path="/config/secrets.yml",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/config/secrets.yml",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/config/secrets.yml",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/config/secrets.yml",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/config/secrets.yml",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/config/secrets.yml",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/config/secrets.yml",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/config/secrets.yml",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/config/secrets.yml",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/config/secrets.yml",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/config/secrets.yml"} 175 http_response_size_bytes_count{method="GET",path="/config/secrets.yml"} 4 http_response_size_bytes_bucket{method="GET",path="/config/security.config.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/config/security.config.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/config/security.config.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/security.config.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/security.config.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/security.config.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/security.config.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/security.config.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/security.config.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/config/security.config.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/config/security.config.php"} 88 http_response_size_bytes_count{method="GET",path="/config/security.config.php"} 2 http_response_size_bytes_bucket{method="GET",path="/config/server.js",le="100"} 19 http_response_size_bytes_bucket{method="GET",path="/config/server.js",le="500"} 19 http_response_size_bytes_bucket{method="GET",path="/config/server.js",le="1000"} 19 http_response_size_bytes_bucket{method="GET",path="/config/server.js",le="5000"} 19 http_response_size_bytes_bucket{method="GET",path="/config/server.js",le="10000"} 19 http_response_size_bytes_bucket{method="GET",path="/config/server.js",le="50000"} 19 http_response_size_bytes_bucket{method="GET",path="/config/server.js",le="100000"} 19 http_response_size_bytes_bucket{method="GET",path="/config/server.js",le="500000"} 19 http_response_size_bytes_bucket{method="GET",path="/config/server.js",le="1e+06"} 19 http_response_size_bytes_bucket{method="GET",path="/config/server.js",le="+Inf"} 19 http_response_size_bytes_sum{method="GET",path="/config/server.js"} 835 http_response_size_bytes_count{method="GET",path="/config/server.js"} 19 http_response_size_bytes_bucket{method="GET",path="/config/service-account.json",le="100"} 20 http_response_size_bytes_bucket{method="GET",path="/config/service-account.json",le="500"} 20 http_response_size_bytes_bucket{method="GET",path="/config/service-account.json",le="1000"} 20 http_response_size_bytes_bucket{method="GET",path="/config/service-account.json",le="5000"} 20 http_response_size_bytes_bucket{method="GET",path="/config/service-account.json",le="10000"} 20 http_response_size_bytes_bucket{method="GET",path="/config/service-account.json",le="50000"} 20 http_response_size_bytes_bucket{method="GET",path="/config/service-account.json",le="100000"} 20 http_response_size_bytes_bucket{method="GET",path="/config/service-account.json",le="500000"} 20 http_response_size_bytes_bucket{method="GET",path="/config/service-account.json",le="1e+06"} 20 http_response_size_bytes_bucket{method="GET",path="/config/service-account.json",le="+Inf"} 20 http_response_size_bytes_sum{method="GET",path="/config/service-account.json"} 876 http_response_size_bytes_count{method="GET",path="/config/service-account.json"} 20 http_response_size_bytes_bucket{method="GET",path="/config/services.php",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/config/services.php",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/config/services.php",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/config/services.php",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/config/services.php",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/config/services.php",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/config/services.php",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/config/services.php",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/config/services.php",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/config/services.php",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/config/services.php"} 131 http_response_size_bytes_count{method="GET",path="/config/services.php"} 3 http_response_size_bytes_bucket{method="GET",path="/config/session.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/config/session.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/config/session.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/session.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/session.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/session.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/session.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/session.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/session.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/config/session.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/config/session.php"} 88 http_response_size_bytes_count{method="GET",path="/config/session.php"} 2 http_response_size_bytes_bucket{method="GET",path="/config/settings.json",le="100"} 24 http_response_size_bytes_bucket{method="GET",path="/config/settings.json",le="500"} 24 http_response_size_bytes_bucket{method="GET",path="/config/settings.json",le="1000"} 24 http_response_size_bytes_bucket{method="GET",path="/config/settings.json",le="5000"} 24 http_response_size_bytes_bucket{method="GET",path="/config/settings.json",le="10000"} 24 http_response_size_bytes_bucket{method="GET",path="/config/settings.json",le="50000"} 24 http_response_size_bytes_bucket{method="GET",path="/config/settings.json",le="100000"} 24 http_response_size_bytes_bucket{method="GET",path="/config/settings.json",le="500000"} 24 http_response_size_bytes_bucket{method="GET",path="/config/settings.json",le="1e+06"} 24 http_response_size_bytes_bucket{method="GET",path="/config/settings.json",le="+Inf"} 24 http_response_size_bytes_sum{method="GET",path="/config/settings.json"} 1049 http_response_size_bytes_count{method="GET",path="/config/settings.json"} 24 http_response_size_bytes_bucket{method="GET",path="/config/settings.local",le="100"} 7 http_response_size_bytes_bucket{method="GET",path="/config/settings.local",le="500"} 7 http_response_size_bytes_bucket{method="GET",path="/config/settings.local",le="1000"} 7 http_response_size_bytes_bucket{method="GET",path="/config/settings.local",le="5000"} 7 http_response_size_bytes_bucket{method="GET",path="/config/settings.local",le="10000"} 7 http_response_size_bytes_bucket{method="GET",path="/config/settings.local",le="50000"} 7 http_response_size_bytes_bucket{method="GET",path="/config/settings.local",le="100000"} 7 http_response_size_bytes_bucket{method="GET",path="/config/settings.local",le="500000"} 7 http_response_size_bytes_bucket{method="GET",path="/config/settings.local",le="1e+06"} 7 http_response_size_bytes_bucket{method="GET",path="/config/settings.local",le="+Inf"} 7 http_response_size_bytes_sum{method="GET",path="/config/settings.local"} 301 http_response_size_bytes_count{method="GET",path="/config/settings.local"} 7 http_response_size_bytes_bucket{method="GET",path="/config/settings.prod",le="100"} 7 http_response_size_bytes_bucket{method="GET",path="/config/settings.prod",le="500"} 7 http_response_size_bytes_bucket{method="GET",path="/config/settings.prod",le="1000"} 7 http_response_size_bytes_bucket{method="GET",path="/config/settings.prod",le="5000"} 7 http_response_size_bytes_bucket{method="GET",path="/config/settings.prod",le="10000"} 7 http_response_size_bytes_bucket{method="GET",path="/config/settings.prod",le="50000"} 7 http_response_size_bytes_bucket{method="GET",path="/config/settings.prod",le="100000"} 7 http_response_size_bytes_bucket{method="GET",path="/config/settings.prod",le="500000"} 7 http_response_size_bytes_bucket{method="GET",path="/config/settings.prod",le="1e+06"} 7 http_response_size_bytes_bucket{method="GET",path="/config/settings.prod",le="+Inf"} 7 http_response_size_bytes_sum{method="GET",path="/config/settings.prod"} 301 http_response_size_bytes_count{method="GET",path="/config/settings.prod"} 7 http_response_size_bytes_bucket{method="GET",path="/config/sitemap.rb",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/config/sitemap.rb",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/config/sitemap.rb",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/sitemap.rb",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/sitemap.rb",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/sitemap.rb",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/sitemap.rb",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/sitemap.rb",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/sitemap.rb",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/config/sitemap.rb",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/config/sitemap.rb"} 88 http_response_size_bytes_count{method="GET",path="/config/sitemap.rb"} 2 http_response_size_bytes_bucket{method="GET",path="/config/staging.json",le="100"} 15 http_response_size_bytes_bucket{method="GET",path="/config/staging.json",le="500"} 15 http_response_size_bytes_bucket{method="GET",path="/config/staging.json",le="1000"} 15 http_response_size_bytes_bucket{method="GET",path="/config/staging.json",le="5000"} 15 http_response_size_bytes_bucket{method="GET",path="/config/staging.json",le="10000"} 15 http_response_size_bytes_bucket{method="GET",path="/config/staging.json",le="50000"} 15 http_response_size_bytes_bucket{method="GET",path="/config/staging.json",le="100000"} 15 http_response_size_bytes_bucket{method="GET",path="/config/staging.json",le="500000"} 15 http_response_size_bytes_bucket{method="GET",path="/config/staging.json",le="1e+06"} 15 http_response_size_bytes_bucket{method="GET",path="/config/staging.json",le="+Inf"} 15 http_response_size_bytes_sum{method="GET",path="/config/staging.json"} 659 http_response_size_bytes_count{method="GET",path="/config/staging.json"} 15 http_response_size_bytes_bucket{method="GET",path="/config/storage.yml",le="100"} 9 http_response_size_bytes_bucket{method="GET",path="/config/storage.yml",le="500"} 9 http_response_size_bytes_bucket{method="GET",path="/config/storage.yml",le="1000"} 9 http_response_size_bytes_bucket{method="GET",path="/config/storage.yml",le="5000"} 9 http_response_size_bytes_bucket{method="GET",path="/config/storage.yml",le="10000"} 9 http_response_size_bytes_bucket{method="GET",path="/config/storage.yml",le="50000"} 9 http_response_size_bytes_bucket{method="GET",path="/config/storage.yml",le="100000"} 9 http_response_size_bytes_bucket{method="GET",path="/config/storage.yml",le="500000"} 9 http_response_size_bytes_bucket{method="GET",path="/config/storage.yml",le="1e+06"} 9 http_response_size_bytes_bucket{method="GET",path="/config/storage.yml",le="+Inf"} 9 http_response_size_bytes_sum{method="GET",path="/config/storage.yml"} 389 http_response_size_bytes_count{method="GET",path="/config/storage.yml"} 9 http_response_size_bytes_bucket{method="GET",path="/config/stripe.json",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/config/stripe.json",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/config/stripe.json",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/stripe.json",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/stripe.json",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/stripe.json",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/stripe.json",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/stripe.json",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/stripe.json",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/config/stripe.json",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/config/stripe.json"} 88 http_response_size_bytes_count{method="GET",path="/config/stripe.json"} 2 http_response_size_bytes_bucket{method="GET",path="/config/stripe.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/config/stripe.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/config/stripe.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/stripe.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/stripe.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/stripe.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/stripe.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/stripe.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/stripe.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/config/stripe.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/config/stripe.php"} 88 http_response_size_bytes_count{method="GET",path="/config/stripe.php"} 2 http_response_size_bytes_bucket{method="GET",path="/config/stripe.yaml",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/config/stripe.yaml",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/config/stripe.yaml",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/stripe.yaml",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/stripe.yaml",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/stripe.yaml",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/stripe.yaml",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/stripe.yaml",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/stripe.yaml",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/config/stripe.yaml",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/config/stripe.yaml"} 88 http_response_size_bytes_count{method="GET",path="/config/stripe.yaml"} 2 http_response_size_bytes_bucket{method="GET",path="/config/template.js",le="100"} 17 http_response_size_bytes_bucket{method="GET",path="/config/template.js",le="500"} 17 http_response_size_bytes_bucket{method="GET",path="/config/template.js",le="1000"} 17 http_response_size_bytes_bucket{method="GET",path="/config/template.js",le="5000"} 17 http_response_size_bytes_bucket{method="GET",path="/config/template.js",le="10000"} 17 http_response_size_bytes_bucket{method="GET",path="/config/template.js",le="50000"} 17 http_response_size_bytes_bucket{method="GET",path="/config/template.js",le="100000"} 17 http_response_size_bytes_bucket{method="GET",path="/config/template.js",le="500000"} 17 http_response_size_bytes_bucket{method="GET",path="/config/template.js",le="1e+06"} 17 http_response_size_bytes_bucket{method="GET",path="/config/template.js",le="+Inf"} 17 http_response_size_bytes_sum{method="GET",path="/config/template.js"} 748 http_response_size_bytes_count{method="GET",path="/config/template.js"} 17 http_response_size_bytes_bucket{method="GET",path="/config/test.config.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/config/test.config.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/config/test.config.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/test.config.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/test.config.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/test.config.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/test.config.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/test.config.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/test.config.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/config/test.config.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/config/test.config.php"} 88 http_response_size_bytes_count{method="GET",path="/config/test.config.php"} 2 http_response_size_bytes_bucket{method="GET",path="/config/test.json",le="100"} 19 http_response_size_bytes_bucket{method="GET",path="/config/test.json",le="500"} 19 http_response_size_bytes_bucket{method="GET",path="/config/test.json",le="1000"} 19 http_response_size_bytes_bucket{method="GET",path="/config/test.json",le="5000"} 19 http_response_size_bytes_bucket{method="GET",path="/config/test.json",le="10000"} 19 http_response_size_bytes_bucket{method="GET",path="/config/test.json",le="50000"} 19 http_response_size_bytes_bucket{method="GET",path="/config/test.json",le="100000"} 19 http_response_size_bytes_bucket{method="GET",path="/config/test.json",le="500000"} 19 http_response_size_bytes_bucket{method="GET",path="/config/test.json",le="1e+06"} 19 http_response_size_bytes_bucket{method="GET",path="/config/test.json",le="+Inf"} 19 http_response_size_bytes_sum{method="GET",path="/config/test.json"} 836 http_response_size_bytes_count{method="GET",path="/config/test.json"} 19 http_response_size_bytes_bucket{method="GET",path="/config/utils.js",le="100"} 18 http_response_size_bytes_bucket{method="GET",path="/config/utils.js",le="500"} 18 http_response_size_bytes_bucket{method="GET",path="/config/utils.js",le="1000"} 18 http_response_size_bytes_bucket{method="GET",path="/config/utils.js",le="5000"} 18 http_response_size_bytes_bucket{method="GET",path="/config/utils.js",le="10000"} 18 http_response_size_bytes_bucket{method="GET",path="/config/utils.js",le="50000"} 18 http_response_size_bytes_bucket{method="GET",path="/config/utils.js",le="100000"} 18 http_response_size_bytes_bucket{method="GET",path="/config/utils.js",le="500000"} 18 http_response_size_bytes_bucket{method="GET",path="/config/utils.js",le="1e+06"} 18 http_response_size_bytes_bucket{method="GET",path="/config/utils.js",le="+Inf"} 18 http_response_size_bytes_sum{method="GET",path="/config/utils.js"} 791 http_response_size_bytes_count{method="GET",path="/config/utils.js"} 18 http_response_size_bytes_bucket{method="GET",path="/config_tmp.ini",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/config_tmp.ini",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/config_tmp.ini",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/config_tmp.ini",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/config_tmp.ini",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/config_tmp.ini",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/config_tmp.ini",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/config_tmp.ini",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/config_tmp.ini",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/config_tmp.ini",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/config_tmp.ini"} 88 http_response_size_bytes_count{method="GET",path="/config_tmp.ini"} 2 http_response_size_bytes_bucket{method="GET",path="/configs.7z",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/configs.7z",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/configs.7z",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/configs.7z",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/configs.7z",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/configs.7z",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/configs.7z",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/configs.7z",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/configs.7z",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/configs.7z",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/configs.7z"} 43 http_response_size_bytes_count{method="GET",path="/configs.7z"} 1 http_response_size_bytes_bucket{method="GET",path="/configs.bz2",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/configs.bz2",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/configs.bz2",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/configs.bz2",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/configs.bz2",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/configs.bz2",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/configs.bz2",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/configs.bz2",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/configs.bz2",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/configs.bz2",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/configs.bz2"} 43 http_response_size_bytes_count{method="GET",path="/configs.bz2"} 1 http_response_size_bytes_bucket{method="GET",path="/configs.gz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/configs.gz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/configs.gz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/configs.gz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/configs.gz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/configs.gz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/configs.gz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/configs.gz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/configs.gz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/configs.gz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/configs.gz"} 43 http_response_size_bytes_count{method="GET",path="/configs.gz"} 1 http_response_size_bytes_bucket{method="GET",path="/configs.rar",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/configs.rar",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/configs.rar",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/configs.rar",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/configs.rar",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/configs.rar",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/configs.rar",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/configs.rar",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/configs.rar",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/configs.rar",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/configs.rar"} 43 http_response_size_bytes_count{method="GET",path="/configs.rar"} 1 http_response_size_bytes_bucket{method="GET",path="/configs.sql",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/configs.sql",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/configs.sql",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/configs.sql",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/configs.sql",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/configs.sql",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/configs.sql",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/configs.sql",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/configs.sql",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/configs.sql",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/configs.sql"} 43 http_response_size_bytes_count{method="GET",path="/configs.sql"} 1 http_response_size_bytes_bucket{method="GET",path="/configs.sql.bz2",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/configs.sql.bz2",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/configs.sql.bz2",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/configs.sql.bz2",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/configs.sql.bz2",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/configs.sql.bz2",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/configs.sql.bz2",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/configs.sql.bz2",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/configs.sql.bz2",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/configs.sql.bz2",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/configs.sql.bz2"} 43 http_response_size_bytes_count{method="GET",path="/configs.sql.bz2"} 1 http_response_size_bytes_bucket{method="GET",path="/configs.sql.gz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/configs.sql.gz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/configs.sql.gz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/configs.sql.gz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/configs.sql.gz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/configs.sql.gz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/configs.sql.gz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/configs.sql.gz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/configs.sql.gz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/configs.sql.gz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/configs.sql.gz"} 43 http_response_size_bytes_count{method="GET",path="/configs.sql.gz"} 1 http_response_size_bytes_bucket{method="GET",path="/configs.tar",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/configs.tar",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/configs.tar",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/configs.tar",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/configs.tar",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/configs.tar",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/configs.tar",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/configs.tar",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/configs.tar",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/configs.tar",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/configs.tar"} 43 http_response_size_bytes_count{method="GET",path="/configs.tar"} 1 http_response_size_bytes_bucket{method="GET",path="/configs.tar.bz2",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/configs.tar.bz2",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/configs.tar.bz2",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/configs.tar.bz2",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/configs.tar.bz2",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/configs.tar.bz2",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/configs.tar.bz2",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/configs.tar.bz2",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/configs.tar.bz2",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/configs.tar.bz2",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/configs.tar.bz2"} 43 http_response_size_bytes_count{method="GET",path="/configs.tar.bz2"} 1 http_response_size_bytes_bucket{method="GET",path="/configs.tar.gz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/configs.tar.gz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/configs.tar.gz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/configs.tar.gz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/configs.tar.gz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/configs.tar.gz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/configs.tar.gz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/configs.tar.gz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/configs.tar.gz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/configs.tar.gz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/configs.tar.gz"} 43 http_response_size_bytes_count{method="GET",path="/configs.tar.gz"} 1 http_response_size_bytes_bucket{method="GET",path="/configs.tar.xz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/configs.tar.xz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/configs.tar.xz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/configs.tar.xz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/configs.tar.xz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/configs.tar.xz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/configs.tar.xz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/configs.tar.xz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/configs.tar.xz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/configs.tar.xz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/configs.tar.xz"} 43 http_response_size_bytes_count{method="GET",path="/configs.tar.xz"} 1 http_response_size_bytes_bucket{method="GET",path="/configs.tgz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/configs.tgz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/configs.tgz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/configs.tgz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/configs.tgz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/configs.tgz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/configs.tgz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/configs.tgz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/configs.tgz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/configs.tgz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/configs.tgz"} 43 http_response_size_bytes_count{method="GET",path="/configs.tgz"} 1 http_response_size_bytes_bucket{method="GET",path="/configs.zip",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/configs.zip",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/configs.zip",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/configs.zip",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/configs.zip",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/configs.zip",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/configs.zip",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/configs.zip",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/configs.zip",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/configs.zip",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/configs.zip"} 83 http_response_size_bytes_count{method="GET",path="/configs.zip"} 3 http_response_size_bytes_bucket{method="GET",path="/configs.zst",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/configs.zst",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/configs.zst",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/configs.zst",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/configs.zst",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/configs.zst",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/configs.zst",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/configs.zst",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/configs.zst",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/configs.zst",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/configs.zst"} 43 http_response_size_bytes_count{method="GET",path="/configs.zst"} 1 http_response_size_bytes_bucket{method="GET",path="/configs/application.ini",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/configs/application.ini",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/configs/application.ini",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/configs/application.ini",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/configs/application.ini",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/configs/application.ini",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/configs/application.ini",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/configs/application.ini",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/configs/application.ini",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/configs/application.ini",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/configs/application.ini"} 176 http_response_size_bytes_count{method="GET",path="/configs/application.ini"} 4 http_response_size_bytes_bucket{method="GET",path="/configs/routes-4aug.js",le="100"} 22 http_response_size_bytes_bucket{method="GET",path="/configs/routes-4aug.js",le="500"} 22 http_response_size_bytes_bucket{method="GET",path="/configs/routes-4aug.js",le="1000"} 22 http_response_size_bytes_bucket{method="GET",path="/configs/routes-4aug.js",le="5000"} 22 http_response_size_bytes_bucket{method="GET",path="/configs/routes-4aug.js",le="10000"} 22 http_response_size_bytes_bucket{method="GET",path="/configs/routes-4aug.js",le="50000"} 22 http_response_size_bytes_bucket{method="GET",path="/configs/routes-4aug.js",le="100000"} 22 http_response_size_bytes_bucket{method="GET",path="/configs/routes-4aug.js",le="500000"} 22 http_response_size_bytes_bucket{method="GET",path="/configs/routes-4aug.js",le="1e+06"} 22 http_response_size_bytes_bucket{method="GET",path="/configs/routes-4aug.js",le="+Inf"} 22 http_response_size_bytes_sum{method="GET",path="/configs/routes-4aug.js"} 961 http_response_size_bytes_count{method="GET",path="/configs/routes-4aug.js"} 22 http_response_size_bytes_bucket{method="GET",path="/configs/routes.js",le="100"} 21 http_response_size_bytes_bucket{method="GET",path="/configs/routes.js",le="500"} 21 http_response_size_bytes_bucket{method="GET",path="/configs/routes.js",le="1000"} 21 http_response_size_bytes_bucket{method="GET",path="/configs/routes.js",le="5000"} 21 http_response_size_bytes_bucket{method="GET",path="/configs/routes.js",le="10000"} 21 http_response_size_bytes_bucket{method="GET",path="/configs/routes.js",le="50000"} 21 http_response_size_bytes_bucket{method="GET",path="/configs/routes.js",le="100000"} 21 http_response_size_bytes_bucket{method="GET",path="/configs/routes.js",le="500000"} 21 http_response_size_bytes_bucket{method="GET",path="/configs/routes.js",le="1e+06"} 21 http_response_size_bytes_bucket{method="GET",path="/configs/routes.js",le="+Inf"} 21 http_response_size_bytes_sum{method="GET",path="/configs/routes.js"} 916 http_response_size_bytes_count{method="GET",path="/configs/routes.js"} 21 http_response_size_bytes_bucket{method="GET",path="/configs/s3_config.json",le="100"} 20 http_response_size_bytes_bucket{method="GET",path="/configs/s3_config.json",le="500"} 20 http_response_size_bytes_bucket{method="GET",path="/configs/s3_config.json",le="1000"} 20 http_response_size_bytes_bucket{method="GET",path="/configs/s3_config.json",le="5000"} 20 http_response_size_bytes_bucket{method="GET",path="/configs/s3_config.json",le="10000"} 20 http_response_size_bytes_bucket{method="GET",path="/configs/s3_config.json",le="50000"} 20 http_response_size_bytes_bucket{method="GET",path="/configs/s3_config.json",le="100000"} 20 http_response_size_bytes_bucket{method="GET",path="/configs/s3_config.json",le="500000"} 20 http_response_size_bytes_bucket{method="GET",path="/configs/s3_config.json",le="1e+06"} 20 http_response_size_bytes_bucket{method="GET",path="/configs/s3_config.json",le="+Inf"} 20 http_response_size_bytes_sum{method="GET",path="/configs/s3_config.json"} 872 http_response_size_bytes_count{method="GET",path="/configs/s3_config.json"} 20 http_response_size_bytes_bucket{method="GET",path="/configuration.php",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/configuration.php",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/configuration.php",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/configuration.php",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/configuration.php",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/configuration.php",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/configuration.php",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/configuration.php",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/configuration.php",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/configuration.php",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/configuration.php"} 175 http_response_size_bytes_count{method="GET",path="/configuration.php"} 4 http_response_size_bytes_bucket{method="GET",path="/configuration.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/configuration.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/configuration.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/configuration.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/configuration.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/configuration.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/configuration.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/configuration.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/configuration.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/configuration.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/configuration.zip"} 40 http_response_size_bytes_count{method="GET",path="/configuration.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/cong.php",le="100"} 5 http_response_size_bytes_bucket{method="GET",path="/cong.php",le="500"} 5 http_response_size_bytes_bucket{method="GET",path="/cong.php",le="1000"} 5 http_response_size_bytes_bucket{method="GET",path="/cong.php",le="5000"} 5 http_response_size_bytes_bucket{method="GET",path="/cong.php",le="10000"} 5 http_response_size_bytes_bucket{method="GET",path="/cong.php",le="50000"} 5 http_response_size_bytes_bucket{method="GET",path="/cong.php",le="100000"} 5 http_response_size_bytes_bucket{method="GET",path="/cong.php",le="500000"} 5 http_response_size_bytes_bucket{method="GET",path="/cong.php",le="1e+06"} 5 http_response_size_bytes_bucket{method="GET",path="/cong.php",le="+Inf"} 5 http_response_size_bytes_sum{method="GET",path="/cong.php"} 215 http_response_size_bytes_count{method="GET",path="/cong.php"} 5 http_response_size_bytes_bucket{method="GET",path="/console/",le="100"} 10 http_response_size_bytes_bucket{method="GET",path="/console/",le="500"} 10 http_response_size_bytes_bucket{method="GET",path="/console/",le="1000"} 10 http_response_size_bytes_bucket{method="GET",path="/console/",le="5000"} 10 http_response_size_bytes_bucket{method="GET",path="/console/",le="10000"} 10 http_response_size_bytes_bucket{method="GET",path="/console/",le="50000"} 10 http_response_size_bytes_bucket{method="GET",path="/console/",le="100000"} 10 http_response_size_bytes_bucket{method="GET",path="/console/",le="500000"} 10 http_response_size_bytes_bucket{method="GET",path="/console/",le="1e+06"} 10 http_response_size_bytes_bucket{method="GET",path="/console/",le="+Inf"} 10 http_response_size_bytes_sum{method="GET",path="/console/"} 430 http_response_size_bytes_count{method="GET",path="/console/"} 10 http_response_size_bytes_bucket{method="GET",path="/console/*",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/console/*",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/console/*",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/console/*",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/console/*",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/console/*",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/console/*",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/console/*",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/console/*",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/console/*",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/console/*"} 88 http_response_size_bytes_count{method="GET",path="/console/*"} 2 http_response_size_bytes_bucket{method="GET",path="/console/.env",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/console/.env",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/console/.env",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/console/.env",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/console/.env",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/console/.env",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/console/.env",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/console/.env",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/console/.env",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/console/.env",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/console/.env"} 88 http_response_size_bytes_count{method="GET",path="/console/.env"} 2 http_response_size_bytes_bucket{method="GET",path="/constant.js",le="100"} 19 http_response_size_bytes_bucket{method="GET",path="/constant.js",le="500"} 19 http_response_size_bytes_bucket{method="GET",path="/constant.js",le="1000"} 19 http_response_size_bytes_bucket{method="GET",path="/constant.js",le="5000"} 19 http_response_size_bytes_bucket{method="GET",path="/constant.js",le="10000"} 19 http_response_size_bytes_bucket{method="GET",path="/constant.js",le="50000"} 19 http_response_size_bytes_bucket{method="GET",path="/constant.js",le="100000"} 19 http_response_size_bytes_bucket{method="GET",path="/constant.js",le="500000"} 19 http_response_size_bytes_bucket{method="GET",path="/constant.js",le="1e+06"} 19 http_response_size_bytes_bucket{method="GET",path="/constant.js",le="+Inf"} 19 http_response_size_bytes_sum{method="GET",path="/constant.js"} 835 http_response_size_bytes_count{method="GET",path="/constant.js"} 19 http_response_size_bytes_bucket{method="GET",path="/constants.ini",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/constants.ini",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/constants.ini",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/constants.ini",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/constants.ini",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/constants.ini",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/constants.ini",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/constants.ini",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/constants.ini",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/constants.ini",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/constants.ini"} 176 http_response_size_bytes_count{method="GET",path="/constants.ini"} 4 http_response_size_bytes_bucket{method="GET",path="/constants.js",le="100"} 19 http_response_size_bytes_bucket{method="GET",path="/constants.js",le="500"} 19 http_response_size_bytes_bucket{method="GET",path="/constants.js",le="1000"} 19 http_response_size_bytes_bucket{method="GET",path="/constants.js",le="5000"} 19 http_response_size_bytes_bucket{method="GET",path="/constants.js",le="10000"} 19 http_response_size_bytes_bucket{method="GET",path="/constants.js",le="50000"} 19 http_response_size_bytes_bucket{method="GET",path="/constants.js",le="100000"} 19 http_response_size_bytes_bucket{method="GET",path="/constants.js",le="500000"} 19 http_response_size_bytes_bucket{method="GET",path="/constants.js",le="1e+06"} 19 http_response_size_bytes_bucket{method="GET",path="/constants.js",le="+Inf"} 19 http_response_size_bytes_sum{method="GET",path="/constants.js"} 836 http_response_size_bytes_count{method="GET",path="/constants.js"} 19 http_response_size_bytes_bucket{method="GET",path="/constants.json",le="100"} 19 http_response_size_bytes_bucket{method="GET",path="/constants.json",le="500"} 19 http_response_size_bytes_bucket{method="GET",path="/constants.json",le="1000"} 19 http_response_size_bytes_bucket{method="GET",path="/constants.json",le="5000"} 19 http_response_size_bytes_bucket{method="GET",path="/constants.json",le="10000"} 19 http_response_size_bytes_bucket{method="GET",path="/constants.json",le="50000"} 19 http_response_size_bytes_bucket{method="GET",path="/constants.json",le="100000"} 19 http_response_size_bytes_bucket{method="GET",path="/constants.json",le="500000"} 19 http_response_size_bytes_bucket{method="GET",path="/constants.json",le="1e+06"} 19 http_response_size_bytes_bucket{method="GET",path="/constants.json",le="+Inf"} 19 http_response_size_bytes_sum{method="GET",path="/constants.json"} 836 http_response_size_bytes_count{method="GET",path="/constants.json"} 19 http_response_size_bytes_bucket{method="GET",path="/constants.ts",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/constants.ts",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/constants.ts",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/constants.ts",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/constants.ts",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/constants.ts",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/constants.ts",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/constants.ts",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/constants.ts",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/constants.ts",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/constants.ts"} 87 http_response_size_bytes_count{method="GET",path="/constants.ts"} 2 http_response_size_bytes_bucket{method="GET",path="/constants.yml",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/constants.yml",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/constants.yml",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/constants.yml",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/constants.yml",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/constants.yml",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/constants.yml",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/constants.yml",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/constants.yml",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/constants.yml",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/constants.yml"} 176 http_response_size_bytes_count{method="GET",path="/constants.yml"} 4 http_response_size_bytes_bucket{method="GET",path="/construct.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/construct.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/construct.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/construct.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/construct.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/construct.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/construct.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/construct.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/construct.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/construct.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/construct.zip"} 40 http_response_size_bytes_count{method="GET",path="/construct.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/contact",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/contact",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/contact",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/contact",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/contact",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/contact",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/contact",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/contact",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/contact",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/contact",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/contact"} 88 http_response_size_bytes_count{method="GET",path="/contact"} 2 http_response_size_bytes_bucket{method="GET",path="/contact.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/contact.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/contact.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/contact.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/contact.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/contact.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/contact.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/contact.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/contact.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/contact.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/contact.zip"} 40 http_response_size_bytes_count{method="GET",path="/contact.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/content.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/content.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/content.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/content.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/content.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/content.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/content.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/content.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/content.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/content.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/content.php"} 43 http_response_size_bytes_count{method="GET",path="/content.php"} 1 http_response_size_bytes_bucket{method="GET",path="/content.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/content.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/content.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/content.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/content.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/content.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/content.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/content.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/content.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/content.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/content.zip"} 40 http_response_size_bytes_count{method="GET",path="/content.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/content/*",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/content/*",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/content/*",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/content/*",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/content/*",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/content/*",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/content/*",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/content/*",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/content/*",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/content/*",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/content/*"} 87 http_response_size_bytes_count{method="GET",path="/content/*"} 2 http_response_size_bytes_bucket{method="GET",path="/continuous.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/continuous.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/continuous.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/continuous.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/continuous.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/continuous.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/continuous.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/continuous.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/continuous.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/continuous.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/continuous.zip"} 40 http_response_size_bytes_count{method="GET",path="/continuous.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/control-panel/.env",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/control-panel/.env",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/control-panel/.env",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/control-panel/.env",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/control-panel/.env",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/control-panel/.env",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/control-panel/.env",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/control-panel/.env",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/control-panel/.env",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/control-panel/.env",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/control-panel/.env"} 43 http_response_size_bytes_count{method="GET",path="/control-panel/.env"} 1 http_response_size_bytes_bucket{method="GET",path="/control.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/control.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/control.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/control.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/control.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/control.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/control.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/control.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/control.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/control.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/control.zip"} 40 http_response_size_bytes_count{method="GET",path="/control.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/control/.env",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/control/.env",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/control/.env",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/control/.env",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/control/.env",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/control/.env",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/control/.env",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/control/.env",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/control/.env",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/control/.env",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/control/.env"} 88 http_response_size_bytes_count{method="GET",path="/control/.env"} 2 http_response_size_bytes_bucket{method="GET",path="/control_panel.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/control_panel.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/control_panel.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/control_panel.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/control_panel.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/control_panel.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/control_panel.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/control_panel.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/control_panel.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/control_panel.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/control_panel.zip"} 40 http_response_size_bytes_count{method="GET",path="/control_panel.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/controller.js",le="100"} 19 http_response_size_bytes_bucket{method="GET",path="/controller.js",le="500"} 19 http_response_size_bytes_bucket{method="GET",path="/controller.js",le="1000"} 19 http_response_size_bytes_bucket{method="GET",path="/controller.js",le="5000"} 19 http_response_size_bytes_bucket{method="GET",path="/controller.js",le="10000"} 19 http_response_size_bytes_bucket{method="GET",path="/controller.js",le="50000"} 19 http_response_size_bytes_bucket{method="GET",path="/controller.js",le="100000"} 19 http_response_size_bytes_bucket{method="GET",path="/controller.js",le="500000"} 19 http_response_size_bytes_bucket{method="GET",path="/controller.js",le="1e+06"} 19 http_response_size_bytes_bucket{method="GET",path="/controller.js",le="+Inf"} 19 http_response_size_bytes_sum{method="GET",path="/controller.js"} 835 http_response_size_bytes_count{method="GET",path="/controller.js"} 19 http_response_size_bytes_bucket{method="GET",path="/controller/admin/post.js",le="100"} 23 http_response_size_bytes_bucket{method="GET",path="/controller/admin/post.js",le="500"} 23 http_response_size_bytes_bucket{method="GET",path="/controller/admin/post.js",le="1000"} 23 http_response_size_bytes_bucket{method="GET",path="/controller/admin/post.js",le="5000"} 23 http_response_size_bytes_bucket{method="GET",path="/controller/admin/post.js",le="10000"} 23 http_response_size_bytes_bucket{method="GET",path="/controller/admin/post.js",le="50000"} 23 http_response_size_bytes_bucket{method="GET",path="/controller/admin/post.js",le="100000"} 23 http_response_size_bytes_bucket{method="GET",path="/controller/admin/post.js",le="500000"} 23 http_response_size_bytes_bucket{method="GET",path="/controller/admin/post.js",le="1e+06"} 23 http_response_size_bytes_bucket{method="GET",path="/controller/admin/post.js",le="+Inf"} 23 http_response_size_bytes_sum{method="GET",path="/controller/admin/post.js"} 1004 http_response_size_bytes_count{method="GET",path="/controller/admin/post.js"} 23 http_response_size_bytes_bucket{method="GET",path="/controller/api/post.js",le="100"} 22 http_response_size_bytes_bucket{method="GET",path="/controller/api/post.js",le="500"} 22 http_response_size_bytes_bucket{method="GET",path="/controller/api/post.js",le="1000"} 22 http_response_size_bytes_bucket{method="GET",path="/controller/api/post.js",le="5000"} 22 http_response_size_bytes_bucket{method="GET",path="/controller/api/post.js",le="10000"} 22 http_response_size_bytes_bucket{method="GET",path="/controller/api/post.js",le="50000"} 22 http_response_size_bytes_bucket{method="GET",path="/controller/api/post.js",le="100000"} 22 http_response_size_bytes_bucket{method="GET",path="/controller/api/post.js",le="500000"} 22 http_response_size_bytes_bucket{method="GET",path="/controller/api/post.js",le="1e+06"} 22 http_response_size_bytes_bucket{method="GET",path="/controller/api/post.js",le="+Inf"} 22 http_response_size_bytes_sum{method="GET",path="/controller/api/post.js"} 961 http_response_size_bytes_count{method="GET",path="/controller/api/post.js"} 22 http_response_size_bytes_bucket{method="GET",path="/controllers/settings.js",le="100"} 22 http_response_size_bytes_bucket{method="GET",path="/controllers/settings.js",le="500"} 22 http_response_size_bytes_bucket{method="GET",path="/controllers/settings.js",le="1000"} 22 http_response_size_bytes_bucket{method="GET",path="/controllers/settings.js",le="5000"} 22 http_response_size_bytes_bucket{method="GET",path="/controllers/settings.js",le="10000"} 22 http_response_size_bytes_bucket{method="GET",path="/controllers/settings.js",le="50000"} 22 http_response_size_bytes_bucket{method="GET",path="/controllers/settings.js",le="100000"} 22 http_response_size_bytes_bucket{method="GET",path="/controllers/settings.js",le="500000"} 22 http_response_size_bytes_bucket{method="GET",path="/controllers/settings.js",le="1e+06"} 22 http_response_size_bytes_bucket{method="GET",path="/controllers/settings.js",le="+Inf"} 22 http_response_size_bytes_sum{method="GET",path="/controllers/settings.js"} 961 http_response_size_bytes_count{method="GET",path="/controllers/settings.js"} 22 http_response_size_bytes_bucket{method="GET",path="/controlpanel",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/controlpanel",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/controlpanel",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/controlpanel",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/controlpanel",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/controlpanel",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/controlpanel",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/controlpanel",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/controlpanel",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/controlpanel",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/controlpanel"} 86 http_response_size_bytes_count{method="GET",path="/controlpanel"} 2 http_response_size_bytes_bucket{method="GET",path="/copy.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/copy.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/copy.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/copy.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/copy.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/copy.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/copy.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/copy.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/copy.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/copy.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/copy.zip"} 40 http_response_size_bytes_count{method="GET",path="/copy.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/cord.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/cord.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/cord.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/cord.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/cord.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/cord.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/cord.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/cord.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/cord.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/cord.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/cord.php"} 43 http_response_size_bytes_count{method="GET",path="/cord.php"} 1 http_response_size_bytes_bucket{method="GET",path="/cordova.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/cordova.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/cordova.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/cordova.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/cordova.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/cordova.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/cordova.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/cordova.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/cordova.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/cordova.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/cordova.zip"} 40 http_response_size_bytes_count{method="GET",path="/cordova.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/core.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/core.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/core.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/core.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/core.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/core.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/core.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/core.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/core.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/core.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/core.php"} 43 http_response_size_bytes_count{method="GET",path="/core.php"} 1 http_response_size_bytes_bucket{method="GET",path="/core/.env",le="100"} 12 http_response_size_bytes_bucket{method="GET",path="/core/.env",le="500"} 12 http_response_size_bytes_bucket{method="GET",path="/core/.env",le="1000"} 12 http_response_size_bytes_bucket{method="GET",path="/core/.env",le="5000"} 12 http_response_size_bytes_bucket{method="GET",path="/core/.env",le="10000"} 12 http_response_size_bytes_bucket{method="GET",path="/core/.env",le="50000"} 12 http_response_size_bytes_bucket{method="GET",path="/core/.env",le="100000"} 12 http_response_size_bytes_bucket{method="GET",path="/core/.env",le="500000"} 12 http_response_size_bytes_bucket{method="GET",path="/core/.env",le="1e+06"} 12 http_response_size_bytes_bucket{method="GET",path="/core/.env",le="+Inf"} 12 http_response_size_bytes_sum{method="GET",path="/core/.env"} 520 http_response_size_bytes_count{method="GET",path="/core/.env"} 12 http_response_size_bytes_bucket{method="GET",path="/core/Database/.env",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/core/Database/.env",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/core/Database/.env",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/core/Database/.env",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/core/Database/.env",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/core/Database/.env",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/core/Database/.env",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/core/Database/.env",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/core/Database/.env",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/core/Database/.env",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/core/Database/.env"} 43 http_response_size_bytes_count{method="GET",path="/core/Database/.env"} 1 http_response_size_bytes_bucket{method="GET",path="/core/app/.env",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/core/app/.env",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/core/app/.env",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/core/app/.env",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/core/app/.env",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/core/app/.env",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/core/app/.env",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/core/app/.env",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/core/app/.env",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/core/app/.env",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/core/app/.env"} 87 http_response_size_bytes_count{method="GET",path="/core/app/.env"} 2 http_response_size_bytes_bucket{method="GET",path="/core/info.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/core/info.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/core/info.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/core/info.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/core/info.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/core/info.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/core/info.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/core/info.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/core/info.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/core/info.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/core/info.php"} 88 http_response_size_bytes_count{method="GET",path="/core/info.php"} 2 http_response_size_bytes_bucket{method="GET",path="/core/init.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/core/init.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/core/init.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/core/init.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/core/init.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/core/init.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/core/init.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/core/init.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/core/init.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/core/init.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/core/init.php"} 43 http_response_size_bytes_count{method="GET",path="/core/init.php"} 1 http_response_size_bytes_bucket{method="GET",path="/core/phpinfo.php",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/core/phpinfo.php",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/core/phpinfo.php",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/core/phpinfo.php",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/core/phpinfo.php",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/core/phpinfo.php",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/core/phpinfo.php",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/core/phpinfo.php",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/core/phpinfo.php",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/core/phpinfo.php",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/core/phpinfo.php"} 132 http_response_size_bytes_count{method="GET",path="/core/phpinfo.php"} 3 http_response_size_bytes_bucket{method="GET",path="/cpanel.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/cpanel.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/cpanel.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/cpanel.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/cpanel.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/cpanel.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/cpanel.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/cpanel.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/cpanel.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/cpanel.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/cpanel.zip"} 40 http_response_size_bytes_count{method="GET",path="/cpanel.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/cpanel/phpinfo.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/cpanel/phpinfo.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/cpanel/phpinfo.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/cpanel/phpinfo.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/cpanel/phpinfo.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/cpanel/phpinfo.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/cpanel/phpinfo.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/cpanel/phpinfo.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/cpanel/phpinfo.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/cpanel/phpinfo.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/cpanel/phpinfo.php"} 87 http_response_size_bytes_count{method="GET",path="/cpanel/phpinfo.php"} 2 http_response_size_bytes_bucket{method="GET",path="/cream1.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/cream1.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/cream1.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/cream1.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/cream1.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/cream1.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/cream1.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/cream1.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/cream1.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/cream1.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/cream1.php"} 43 http_response_size_bytes_count{method="GET",path="/cream1.php"} 1 http_response_size_bytes_bucket{method="GET",path="/creative.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/creative.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/creative.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/creative.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/creative.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/creative.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/creative.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/creative.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/creative.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/creative.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/creative.zip"} 40 http_response_size_bytes_count{method="GET",path="/creative.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/credentials",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/credentials",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/credentials",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/credentials",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/credentials",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/credentials",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/credentials",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/credentials",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/credentials",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/credentials",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/credentials"} 43 http_response_size_bytes_count{method="GET",path="/credentials"} 1 http_response_size_bytes_bucket{method="GET",path="/credentials.csv",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/credentials.csv",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/credentials.csv",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/credentials.csv",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/credentials.csv",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/credentials.csv",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/credentials.csv",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/credentials.csv",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/credentials.csv",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/credentials.csv",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/credentials.csv"} 176 http_response_size_bytes_count{method="GET",path="/credentials.csv"} 4 http_response_size_bytes_bucket{method="GET",path="/credentials.go",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/credentials.go",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/credentials.go",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/credentials.go",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/credentials.go",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/credentials.go",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/credentials.go",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/credentials.go",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/credentials.go",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/credentials.go",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/credentials.go"} 176 http_response_size_bytes_count{method="GET",path="/credentials.go"} 4 http_response_size_bytes_bucket{method="GET",path="/credentials.ini",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/credentials.ini",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/credentials.ini",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/credentials.ini",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/credentials.ini",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/credentials.ini",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/credentials.ini",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/credentials.ini",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/credentials.ini",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/credentials.ini",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/credentials.ini"} 176 http_response_size_bytes_count{method="GET",path="/credentials.ini"} 4 http_response_size_bytes_bucket{method="GET",path="/credentials.js",le="100"} 19 http_response_size_bytes_bucket{method="GET",path="/credentials.js",le="500"} 19 http_response_size_bytes_bucket{method="GET",path="/credentials.js",le="1000"} 19 http_response_size_bytes_bucket{method="GET",path="/credentials.js",le="5000"} 19 http_response_size_bytes_bucket{method="GET",path="/credentials.js",le="10000"} 19 http_response_size_bytes_bucket{method="GET",path="/credentials.js",le="50000"} 19 http_response_size_bytes_bucket{method="GET",path="/credentials.js",le="100000"} 19 http_response_size_bytes_bucket{method="GET",path="/credentials.js",le="500000"} 19 http_response_size_bytes_bucket{method="GET",path="/credentials.js",le="1e+06"} 19 http_response_size_bytes_bucket{method="GET",path="/credentials.js",le="+Inf"} 19 http_response_size_bytes_sum{method="GET",path="/credentials.js"} 835 http_response_size_bytes_count{method="GET",path="/credentials.js"} 19 http_response_size_bytes_bucket{method="GET",path="/credentials.json",le="100"} 31 http_response_size_bytes_bucket{method="GET",path="/credentials.json",le="500"} 31 http_response_size_bytes_bucket{method="GET",path="/credentials.json",le="1000"} 31 http_response_size_bytes_bucket{method="GET",path="/credentials.json",le="5000"} 31 http_response_size_bytes_bucket{method="GET",path="/credentials.json",le="10000"} 31 http_response_size_bytes_bucket{method="GET",path="/credentials.json",le="50000"} 31 http_response_size_bytes_bucket{method="GET",path="/credentials.json",le="100000"} 31 http_response_size_bytes_bucket{method="GET",path="/credentials.json",le="500000"} 31 http_response_size_bytes_bucket{method="GET",path="/credentials.json",le="1e+06"} 31 http_response_size_bytes_bucket{method="GET",path="/credentials.json",le="+Inf"} 31 http_response_size_bytes_sum{method="GET",path="/credentials.json"} 1357 http_response_size_bytes_count{method="GET",path="/credentials.json"} 31 http_response_size_bytes_bucket{method="GET",path="/credentials.json.bak",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/credentials.json.bak",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/credentials.json.bak",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/credentials.json.bak",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/credentials.json.bak",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/credentials.json.bak",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/credentials.json.bak",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/credentials.json.bak",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/credentials.json.bak",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/credentials.json.bak",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/credentials.json.bak"} 43 http_response_size_bytes_count{method="GET",path="/credentials.json.bak"} 1 http_response_size_bytes_bucket{method="GET",path="/credentials.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/credentials.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/credentials.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/credentials.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/credentials.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/credentials.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/credentials.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/credentials.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/credentials.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/credentials.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/credentials.php"} 43 http_response_size_bytes_count{method="GET",path="/credentials.php"} 1 http_response_size_bytes_bucket{method="GET",path="/credentials.properties",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/credentials.properties",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/credentials.properties",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/credentials.properties",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/credentials.properties",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/credentials.properties",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/credentials.properties",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/credentials.properties",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/credentials.properties",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/credentials.properties",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/credentials.properties"} 88 http_response_size_bytes_count{method="GET",path="/credentials.properties"} 2 http_response_size_bytes_bucket{method="GET",path="/credentials.ts",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/credentials.ts",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/credentials.ts",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/credentials.ts",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/credentials.ts",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/credentials.ts",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/credentials.ts",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/credentials.ts",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/credentials.ts",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/credentials.ts",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/credentials.ts"} 88 http_response_size_bytes_count{method="GET",path="/credentials.ts"} 2 http_response_size_bytes_bucket{method="GET",path="/credentials.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/credentials.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/credentials.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/credentials.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/credentials.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/credentials.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/credentials.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/credentials.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/credentials.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/credentials.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/credentials.zip"} 40 http_response_size_bytes_count{method="GET",path="/credentials.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/credentials/service-account.json",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/credentials/service-account.json",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/credentials/service-account.json",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/credentials/service-account.json",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/credentials/service-account.json",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/credentials/service-account.json",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/credentials/service-account.json",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/credentials/service-account.json",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/credentials/service-account.json",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/credentials/service-account.json",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/credentials/service-account.json"} 43 http_response_size_bytes_count{method="GET",path="/credentials/service-account.json"} 1 http_response_size_bytes_bucket{method="GET",path="/credentials_aws.go",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/credentials_aws.go",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/credentials_aws.go",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/credentials_aws.go",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/credentials_aws.go",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/credentials_aws.go",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/credentials_aws.go",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/credentials_aws.go",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/credentials_aws.go",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/credentials_aws.go",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/credentials_aws.go"} 87 http_response_size_bytes_count{method="GET",path="/credentials_aws.go"} 2 http_response_size_bytes_bucket{method="GET",path="/creds.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/creds.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/creds.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/creds.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/creds.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/creds.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/creds.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/creds.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/creds.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/creds.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/creds.zip"} 40 http_response_size_bytes_count{method="GET",path="/creds.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/crgio.php",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/crgio.php",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/crgio.php",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/crgio.php",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/crgio.php",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/crgio.php",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/crgio.php",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/crgio.php",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/crgio.php",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/crgio.php",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/crgio.php"} 130 http_response_size_bytes_count{method="GET",path="/crgio.php"} 3 http_response_size_bytes_bucket{method="GET",path="/crm/.env",le="100"} 11 http_response_size_bytes_bucket{method="GET",path="/crm/.env",le="500"} 11 http_response_size_bytes_bucket{method="GET",path="/crm/.env",le="1000"} 11 http_response_size_bytes_bucket{method="GET",path="/crm/.env",le="5000"} 11 http_response_size_bytes_bucket{method="GET",path="/crm/.env",le="10000"} 11 http_response_size_bytes_bucket{method="GET",path="/crm/.env",le="50000"} 11 http_response_size_bytes_bucket{method="GET",path="/crm/.env",le="100000"} 11 http_response_size_bytes_bucket{method="GET",path="/crm/.env",le="500000"} 11 http_response_size_bytes_bucket{method="GET",path="/crm/.env",le="1e+06"} 11 http_response_size_bytes_bucket{method="GET",path="/crm/.env",le="+Inf"} 11 http_response_size_bytes_sum{method="GET",path="/crm/.env"} 476 http_response_size_bytes_count{method="GET",path="/crm/.env"} 11 http_response_size_bytes_bucket{method="GET",path="/cron.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/cron.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/cron.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/cron.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/cron.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/cron.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/cron.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/cron.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/cron.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/cron.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/cron.zip"} 40 http_response_size_bytes_count{method="GET",path="/cron.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/cron/.env",le="100"} 11 http_response_size_bytes_bucket{method="GET",path="/cron/.env",le="500"} 11 http_response_size_bytes_bucket{method="GET",path="/cron/.env",le="1000"} 11 http_response_size_bytes_bucket{method="GET",path="/cron/.env",le="5000"} 11 http_response_size_bytes_bucket{method="GET",path="/cron/.env",le="10000"} 11 http_response_size_bytes_bucket{method="GET",path="/cron/.env",le="50000"} 11 http_response_size_bytes_bucket{method="GET",path="/cron/.env",le="100000"} 11 http_response_size_bytes_bucket{method="GET",path="/cron/.env",le="500000"} 11 http_response_size_bytes_bucket{method="GET",path="/cron/.env",le="1e+06"} 11 http_response_size_bytes_bucket{method="GET",path="/cron/.env",le="+Inf"} 11 http_response_size_bytes_sum{method="GET",path="/cron/.env"} 476 http_response_size_bytes_count{method="GET",path="/cron/.env"} 11 http_response_size_bytes_bucket{method="GET",path="/cron/index.js",le="100"} 17 http_response_size_bytes_bucket{method="GET",path="/cron/index.js",le="500"} 17 http_response_size_bytes_bucket{method="GET",path="/cron/index.js",le="1000"} 17 http_response_size_bytes_bucket{method="GET",path="/cron/index.js",le="5000"} 17 http_response_size_bytes_bucket{method="GET",path="/cron/index.js",le="10000"} 17 http_response_size_bytes_bucket{method="GET",path="/cron/index.js",le="50000"} 17 http_response_size_bytes_bucket{method="GET",path="/cron/index.js",le="100000"} 17 http_response_size_bytes_bucket{method="GET",path="/cron/index.js",le="500000"} 17 http_response_size_bytes_bucket{method="GET",path="/cron/index.js",le="1e+06"} 17 http_response_size_bytes_bucket{method="GET",path="/cron/index.js",le="+Inf"} 17 http_response_size_bytes_sum{method="GET",path="/cron/index.js"} 748 http_response_size_bytes_count{method="GET",path="/cron/index.js"} 17 http_response_size_bytes_bucket{method="GET",path="/cronlab/.env",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/cronlab/.env",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/cronlab/.env",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/cronlab/.env",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/cronlab/.env",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/cronlab/.env",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/cronlab/.env",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/cronlab/.env",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/cronlab/.env",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/cronlab/.env",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/cronlab/.env"} 87 http_response_size_bytes_count{method="GET",path="/cronlab/.env"} 2 http_response_size_bytes_bucket{method="GET",path="/css.php",le="100"} 7 http_response_size_bytes_bucket{method="GET",path="/css.php",le="500"} 7 http_response_size_bytes_bucket{method="GET",path="/css.php",le="1000"} 7 http_response_size_bytes_bucket{method="GET",path="/css.php",le="5000"} 7 http_response_size_bytes_bucket{method="GET",path="/css.php",le="10000"} 7 http_response_size_bytes_bucket{method="GET",path="/css.php",le="50000"} 7 http_response_size_bytes_bucket{method="GET",path="/css.php",le="100000"} 7 http_response_size_bytes_bucket{method="GET",path="/css.php",le="500000"} 7 http_response_size_bytes_bucket{method="GET",path="/css.php",le="1e+06"} 7 http_response_size_bytes_bucket{method="GET",path="/css.php",le="+Inf"} 7 http_response_size_bytes_sum{method="GET",path="/css.php"} 301 http_response_size_bytes_count{method="GET",path="/css.php"} 7 http_response_size_bytes_bucket{method="GET",path="/css/autoload_classmap.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/css/autoload_classmap.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/css/autoload_classmap.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/css/autoload_classmap.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/css/autoload_classmap.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/css/autoload_classmap.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/css/autoload_classmap.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/css/autoload_classmap.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/css/autoload_classmap.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/css/autoload_classmap.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/css/autoload_classmap.php"} 43 http_response_size_bytes_count{method="GET",path="/css/autoload_classmap.php"} 1 http_response_size_bytes_bucket{method="GET",path="/css/colors/blue/index.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/css/colors/blue/index.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/css/colors/blue/index.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/css/colors/blue/index.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/css/colors/blue/index.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/css/colors/blue/index.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/css/colors/blue/index.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/css/colors/blue/index.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/css/colors/blue/index.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/css/colors/blue/index.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/css/colors/blue/index.php"} 86 http_response_size_bytes_count{method="GET",path="/css/colors/blue/index.php"} 2 http_response_size_bytes_bucket{method="GET",path="/css/index.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/css/index.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/css/index.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/css/index.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/css/index.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/css/index.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/css/index.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/css/index.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/css/index.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/css/index.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/css/index.php"} 86 http_response_size_bytes_count{method="GET",path="/css/index.php"} 2 http_response_size_bytes_bucket{method="GET",path="/csv.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/csv.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/csv.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/csv.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/csv.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/csv.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/csv.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/csv.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/csv.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/csv.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/csv.php"} 86 http_response_size_bytes_count{method="GET",path="/csv.php"} 2 http_response_size_bytes_bucket{method="GET",path="/cu.php",le="100"} 5 http_response_size_bytes_bucket{method="GET",path="/cu.php",le="500"} 5 http_response_size_bytes_bucket{method="GET",path="/cu.php",le="1000"} 5 http_response_size_bytes_bucket{method="GET",path="/cu.php",le="5000"} 5 http_response_size_bytes_bucket{method="GET",path="/cu.php",le="10000"} 5 http_response_size_bytes_bucket{method="GET",path="/cu.php",le="50000"} 5 http_response_size_bytes_bucket{method="GET",path="/cu.php",le="100000"} 5 http_response_size_bytes_bucket{method="GET",path="/cu.php",le="500000"} 5 http_response_size_bytes_bucket{method="GET",path="/cu.php",le="1e+06"} 5 http_response_size_bytes_bucket{method="GET",path="/cu.php",le="+Inf"} 5 http_response_size_bytes_sum{method="GET",path="/cu.php"} 215 http_response_size_bytes_count{method="GET",path="/cu.php"} 5 http_response_size_bytes_bucket{method="GET",path="/current.7z",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/current.7z",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/current.7z",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/current.7z",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/current.7z",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/current.7z",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/current.7z",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/current.7z",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/current.7z",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/current.7z",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/current.7z"} 43 http_response_size_bytes_count{method="GET",path="/current.7z"} 1 http_response_size_bytes_bucket{method="GET",path="/current.bz2",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/current.bz2",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/current.bz2",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/current.bz2",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/current.bz2",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/current.bz2",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/current.bz2",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/current.bz2",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/current.bz2",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/current.bz2",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/current.bz2"} 43 http_response_size_bytes_count{method="GET",path="/current.bz2"} 1 http_response_size_bytes_bucket{method="GET",path="/current.gz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/current.gz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/current.gz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/current.gz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/current.gz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/current.gz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/current.gz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/current.gz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/current.gz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/current.gz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/current.gz"} 43 http_response_size_bytes_count{method="GET",path="/current.gz"} 1 http_response_size_bytes_bucket{method="GET",path="/current.rar",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/current.rar",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/current.rar",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/current.rar",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/current.rar",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/current.rar",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/current.rar",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/current.rar",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/current.rar",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/current.rar",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/current.rar"} 43 http_response_size_bytes_count{method="GET",path="/current.rar"} 1 http_response_size_bytes_bucket{method="GET",path="/current.sql",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/current.sql",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/current.sql",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/current.sql",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/current.sql",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/current.sql",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/current.sql",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/current.sql",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/current.sql",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/current.sql",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/current.sql"} 43 http_response_size_bytes_count{method="GET",path="/current.sql"} 1 http_response_size_bytes_bucket{method="GET",path="/current.sql.bz2",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/current.sql.bz2",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/current.sql.bz2",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/current.sql.bz2",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/current.sql.bz2",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/current.sql.bz2",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/current.sql.bz2",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/current.sql.bz2",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/current.sql.bz2",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/current.sql.bz2",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/current.sql.bz2"} 43 http_response_size_bytes_count{method="GET",path="/current.sql.bz2"} 1 http_response_size_bytes_bucket{method="GET",path="/current.sql.gz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/current.sql.gz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/current.sql.gz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/current.sql.gz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/current.sql.gz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/current.sql.gz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/current.sql.gz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/current.sql.gz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/current.sql.gz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/current.sql.gz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/current.sql.gz"} 43 http_response_size_bytes_count{method="GET",path="/current.sql.gz"} 1 http_response_size_bytes_bucket{method="GET",path="/current.tar",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/current.tar",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/current.tar",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/current.tar",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/current.tar",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/current.tar",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/current.tar",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/current.tar",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/current.tar",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/current.tar",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/current.tar"} 43 http_response_size_bytes_count{method="GET",path="/current.tar"} 1 http_response_size_bytes_bucket{method="GET",path="/current.tar.bz2",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/current.tar.bz2",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/current.tar.bz2",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/current.tar.bz2",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/current.tar.bz2",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/current.tar.bz2",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/current.tar.bz2",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/current.tar.bz2",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/current.tar.bz2",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/current.tar.bz2",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/current.tar.bz2"} 43 http_response_size_bytes_count{method="GET",path="/current.tar.bz2"} 1 http_response_size_bytes_bucket{method="GET",path="/current.tar.gz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/current.tar.gz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/current.tar.gz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/current.tar.gz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/current.tar.gz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/current.tar.gz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/current.tar.gz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/current.tar.gz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/current.tar.gz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/current.tar.gz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/current.tar.gz"} 43 http_response_size_bytes_count{method="GET",path="/current.tar.gz"} 1 http_response_size_bytes_bucket{method="GET",path="/current.tar.xz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/current.tar.xz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/current.tar.xz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/current.tar.xz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/current.tar.xz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/current.tar.xz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/current.tar.xz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/current.tar.xz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/current.tar.xz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/current.tar.xz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/current.tar.xz"} 43 http_response_size_bytes_count{method="GET",path="/current.tar.xz"} 1 http_response_size_bytes_bucket{method="GET",path="/current.tgz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/current.tgz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/current.tgz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/current.tgz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/current.tgz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/current.tgz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/current.tgz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/current.tgz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/current.tgz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/current.tgz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/current.tgz"} 43 http_response_size_bytes_count{method="GET",path="/current.tgz"} 1 http_response_size_bytes_bucket{method="GET",path="/current.zip",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/current.zip",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/current.zip",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/current.zip",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/current.zip",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/current.zip",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/current.zip",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/current.zip",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/current.zip",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/current.zip",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/current.zip"} 83 http_response_size_bytes_count{method="GET",path="/current.zip"} 3 http_response_size_bytes_bucket{method="GET",path="/current.zst",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/current.zst",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/current.zst",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/current.zst",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/current.zst",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/current.zst",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/current.zst",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/current.zst",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/current.zst",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/current.zst",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/current.zst"} 43 http_response_size_bytes_count{method="GET",path="/current.zst"} 1 http_response_size_bytes_bucket{method="GET",path="/current/.env",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/current/.env",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/current/.env",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/current/.env",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/current/.env",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/current/.env",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/current/.env",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/current/.env",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/current/.env",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/current/.env",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/current/.env"} 175 http_response_size_bytes_count{method="GET",path="/current/.env"} 4 http_response_size_bytes_bucket{method="GET",path="/custom-plugin.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/custom-plugin.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/custom-plugin.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/custom-plugin.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/custom-plugin.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/custom-plugin.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/custom-plugin.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/custom-plugin.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/custom-plugin.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/custom-plugin.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/custom-plugin.php"} 43 http_response_size_bytes_count{method="GET",path="/custom-plugin.php"} 1 http_response_size_bytes_bucket{method="GET",path="/custom.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/custom.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/custom.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/custom.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/custom.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/custom.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/custom.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/custom.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/custom.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/custom.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/custom.zip"} 40 http_response_size_bytes_count{method="GET",path="/custom.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/customer.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/customer.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/customer.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/customer.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/customer.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/customer.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/customer.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/customer.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/customer.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/customer.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/customer.zip"} 40 http_response_size_bytes_count{method="GET",path="/customer.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/customer/.env",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/customer/.env",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/customer/.env",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/customer/.env",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/customer/.env",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/customer/.env",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/customer/.env",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/customer/.env",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/customer/.env",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/customer/.env",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/customer/.env"} 88 http_response_size_bytes_count{method="GET",path="/customer/.env"} 2 http_response_size_bytes_bucket{method="GET",path="/customers/.env",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/customers/.env",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/customers/.env",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/customers/.env",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/customers/.env",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/customers/.env",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/customers/.env",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/customers/.env",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/customers/.env",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/customers/.env",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/customers/.env"} 88 http_response_size_bytes_count{method="GET",path="/customers/.env"} 2 http_response_size_bytes_bucket{method="GET",path="/cxs.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/cxs.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/cxs.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/cxs.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/cxs.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/cxs.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/cxs.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/cxs.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/cxs.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/cxs.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/cxs.php"} 43 http_response_size_bytes_count{method="GET",path="/cxs.php"} 1 http_response_size_bytes_bucket{method="GET",path="/d.php",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/d.php",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/d.php",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/d.php",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/d.php",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/d.php",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/d.php",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/d.php",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/d.php",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/d.php",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/d.php"} 173 http_response_size_bytes_count{method="GET",path="/d.php"} 4 http_response_size_bytes_bucket{method="GET",path="/d12.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/d12.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/d12.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/d12.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/d12.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/d12.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/d12.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/d12.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/d12.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/d12.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/d12.php"} 43 http_response_size_bytes_count{method="GET",path="/d12.php"} 1 http_response_size_bytes_bucket{method="GET",path="/dal.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/dal.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/dal.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/dal.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/dal.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/dal.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/dal.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/dal.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/dal.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/dal.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/dal.php"} 43 http_response_size_bytes_count{method="GET",path="/dal.php"} 1 http_response_size_bytes_bucket{method="GET",path="/dashboard.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/dashboard.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/dashboard.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/dashboard.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/dashboard.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/dashboard.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/dashboard.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/dashboard.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/dashboard.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/dashboard.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/dashboard.zip"} 39 http_response_size_bytes_count{method="GET",path="/dashboard.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/dashboard/*",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/dashboard/*",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/dashboard/*",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/dashboard/*",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/dashboard/*",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/dashboard/*",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/dashboard/*",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/dashboard/*",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/dashboard/*",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/dashboard/*",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/dashboard/*"} 88 http_response_size_bytes_count{method="GET",path="/dashboard/*"} 2 http_response_size_bytes_bucket{method="GET",path="/dashboard/.env",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/dashboard/.env",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/dashboard/.env",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/dashboard/.env",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/dashboard/.env",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/dashboard/.env",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/dashboard/.env",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/dashboard/.env",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/dashboard/.env",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/dashboard/.env",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/dashboard/.env"} 87 http_response_size_bytes_count{method="GET",path="/dashboard/.env"} 2 http_response_size_bytes_bucket{method="GET",path="/dashboard/.git/config",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/dashboard/.git/config",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/dashboard/.git/config",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/dashboard/.git/config",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/dashboard/.git/config",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/dashboard/.git/config",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/dashboard/.git/config",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/dashboard/.git/config",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/dashboard/.git/config",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/dashboard/.git/config",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/dashboard/.git/config"} 43 http_response_size_bytes_count{method="GET",path="/dashboard/.git/config"} 1 http_response_size_bytes_bucket{method="GET",path="/dashboard/phpinfo.php",le="100"} 7 http_response_size_bytes_bucket{method="GET",path="/dashboard/phpinfo.php",le="500"} 7 http_response_size_bytes_bucket{method="GET",path="/dashboard/phpinfo.php",le="1000"} 7 http_response_size_bytes_bucket{method="GET",path="/dashboard/phpinfo.php",le="5000"} 7 http_response_size_bytes_bucket{method="GET",path="/dashboard/phpinfo.php",le="10000"} 7 http_response_size_bytes_bucket{method="GET",path="/dashboard/phpinfo.php",le="50000"} 7 http_response_size_bytes_bucket{method="GET",path="/dashboard/phpinfo.php",le="100000"} 7 http_response_size_bytes_bucket{method="GET",path="/dashboard/phpinfo.php",le="500000"} 7 http_response_size_bytes_bucket{method="GET",path="/dashboard/phpinfo.php",le="1e+06"} 7 http_response_size_bytes_bucket{method="GET",path="/dashboard/phpinfo.php",le="+Inf"} 7 http_response_size_bytes_sum{method="GET",path="/dashboard/phpinfo.php"} 301 http_response_size_bytes_count{method="GET",path="/dashboard/phpinfo.php"} 7 http_response_size_bytes_bucket{method="GET",path="/dass.php",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/dass.php",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/dass.php",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/dass.php",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/dass.php",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/dass.php",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/dass.php",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/dass.php",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/dass.php",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/dass.php",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/dass.php"} 172 http_response_size_bytes_count{method="GET",path="/dass.php"} 4 http_response_size_bytes_bucket{method="GET",path="/data.7z",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/data.7z",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/data.7z",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/data.7z",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/data.7z",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/data.7z",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/data.7z",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/data.7z",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/data.7z",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/data.7z",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/data.7z"} 43 http_response_size_bytes_count{method="GET",path="/data.7z"} 1 http_response_size_bytes_bucket{method="GET",path="/data.bz2",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/data.bz2",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/data.bz2",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/data.bz2",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/data.bz2",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/data.bz2",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/data.bz2",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/data.bz2",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/data.bz2",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/data.bz2",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/data.bz2"} 43 http_response_size_bytes_count{method="GET",path="/data.bz2"} 1 http_response_size_bytes_bucket{method="GET",path="/data.gz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/data.gz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/data.gz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/data.gz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/data.gz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/data.gz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/data.gz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/data.gz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/data.gz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/data.gz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/data.gz"} 43 http_response_size_bytes_count{method="GET",path="/data.gz"} 1 http_response_size_bytes_bucket{method="GET",path="/data.rar",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/data.rar",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/data.rar",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/data.rar",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/data.rar",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/data.rar",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/data.rar",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/data.rar",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/data.rar",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/data.rar",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/data.rar"} 43 http_response_size_bytes_count{method="GET",path="/data.rar"} 1 http_response_size_bytes_bucket{method="GET",path="/data.sql",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/data.sql",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/data.sql",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/data.sql",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/data.sql",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/data.sql",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/data.sql",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/data.sql",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/data.sql",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/data.sql",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/data.sql"} 43 http_response_size_bytes_count{method="GET",path="/data.sql"} 1 http_response_size_bytes_bucket{method="GET",path="/data.sql.bz2",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/data.sql.bz2",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/data.sql.bz2",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/data.sql.bz2",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/data.sql.bz2",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/data.sql.bz2",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/data.sql.bz2",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/data.sql.bz2",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/data.sql.bz2",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/data.sql.bz2",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/data.sql.bz2"} 43 http_response_size_bytes_count{method="GET",path="/data.sql.bz2"} 1 http_response_size_bytes_bucket{method="GET",path="/data.sql.gz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/data.sql.gz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/data.sql.gz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/data.sql.gz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/data.sql.gz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/data.sql.gz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/data.sql.gz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/data.sql.gz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/data.sql.gz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/data.sql.gz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/data.sql.gz"} 43 http_response_size_bytes_count{method="GET",path="/data.sql.gz"} 1 http_response_size_bytes_bucket{method="GET",path="/data.tar",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/data.tar",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/data.tar",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/data.tar",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/data.tar",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/data.tar",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/data.tar",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/data.tar",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/data.tar",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/data.tar",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/data.tar"} 43 http_response_size_bytes_count{method="GET",path="/data.tar"} 1 http_response_size_bytes_bucket{method="GET",path="/data.tar.bz2",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/data.tar.bz2",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/data.tar.bz2",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/data.tar.bz2",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/data.tar.bz2",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/data.tar.bz2",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/data.tar.bz2",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/data.tar.bz2",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/data.tar.bz2",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/data.tar.bz2",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/data.tar.bz2"} 43 http_response_size_bytes_count{method="GET",path="/data.tar.bz2"} 1 http_response_size_bytes_bucket{method="GET",path="/data.tar.gz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/data.tar.gz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/data.tar.gz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/data.tar.gz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/data.tar.gz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/data.tar.gz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/data.tar.gz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/data.tar.gz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/data.tar.gz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/data.tar.gz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/data.tar.gz"} 43 http_response_size_bytes_count{method="GET",path="/data.tar.gz"} 1 http_response_size_bytes_bucket{method="GET",path="/data.tar.xz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/data.tar.xz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/data.tar.xz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/data.tar.xz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/data.tar.xz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/data.tar.xz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/data.tar.xz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/data.tar.xz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/data.tar.xz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/data.tar.xz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/data.tar.xz"} 43 http_response_size_bytes_count{method="GET",path="/data.tar.xz"} 1 http_response_size_bytes_bucket{method="GET",path="/data.tgz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/data.tgz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/data.tgz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/data.tgz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/data.tgz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/data.tgz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/data.tgz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/data.tgz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/data.tgz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/data.tgz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/data.tgz"} 43 http_response_size_bytes_count{method="GET",path="/data.tgz"} 1 http_response_size_bytes_bucket{method="GET",path="/data.zip",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/data.zip",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/data.zip",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/data.zip",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/data.zip",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/data.zip",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/data.zip",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/data.zip",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/data.zip",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/data.zip",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/data.zip"} 83 http_response_size_bytes_count{method="GET",path="/data.zip"} 3 http_response_size_bytes_bucket{method="GET",path="/data.zst",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/data.zst",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/data.zst",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/data.zst",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/data.zst",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/data.zst",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/data.zst",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/data.zst",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/data.zst",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/data.zst",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/data.zst"} 43 http_response_size_bytes_count{method="GET",path="/data.zst"} 1 http_response_size_bytes_bucket{method="GET",path="/data/credentials.ini",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/data/credentials.ini",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/data/credentials.ini",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/data/credentials.ini",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/data/credentials.ini",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/data/credentials.ini",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/data/credentials.ini",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/data/credentials.ini",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/data/credentials.ini",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/data/credentials.ini",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/data/credentials.ini"} 88 http_response_size_bytes_count{method="GET",path="/data/credentials.ini"} 2 http_response_size_bytes_bucket{method="GET",path="/database.7z",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/database.7z",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/database.7z",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/database.7z",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/database.7z",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/database.7z",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/database.7z",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/database.7z",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/database.7z",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/database.7z",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/database.7z"} 43 http_response_size_bytes_count{method="GET",path="/database.7z"} 1 http_response_size_bytes_bucket{method="GET",path="/database.bz2",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/database.bz2",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/database.bz2",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/database.bz2",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/database.bz2",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/database.bz2",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/database.bz2",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/database.bz2",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/database.bz2",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/database.bz2",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/database.bz2"} 43 http_response_size_bytes_count{method="GET",path="/database.bz2"} 1 http_response_size_bytes_bucket{method="GET",path="/database.gz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/database.gz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/database.gz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/database.gz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/database.gz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/database.gz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/database.gz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/database.gz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/database.gz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/database.gz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/database.gz"} 43 http_response_size_bytes_count{method="GET",path="/database.gz"} 1 http_response_size_bytes_bucket{method="GET",path="/database.php",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/database.php",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/database.php",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/database.php",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/database.php",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/database.php",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/database.php",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/database.php",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/database.php",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/database.php",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/database.php"} 131 http_response_size_bytes_count{method="GET",path="/database.php"} 3 http_response_size_bytes_bucket{method="GET",path="/database.rar",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/database.rar",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/database.rar",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/database.rar",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/database.rar",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/database.rar",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/database.rar",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/database.rar",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/database.rar",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/database.rar",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/database.rar"} 43 http_response_size_bytes_count{method="GET",path="/database.rar"} 1 http_response_size_bytes_bucket{method="GET",path="/database.sql",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/database.sql",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/database.sql",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/database.sql",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/database.sql",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/database.sql",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/database.sql",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/database.sql",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/database.sql",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/database.sql",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/database.sql"} 129 http_response_size_bytes_count{method="GET",path="/database.sql"} 3 http_response_size_bytes_bucket{method="GET",path="/database.sql.bz2",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/database.sql.bz2",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/database.sql.bz2",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/database.sql.bz2",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/database.sql.bz2",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/database.sql.bz2",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/database.sql.bz2",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/database.sql.bz2",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/database.sql.bz2",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/database.sql.bz2",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/database.sql.bz2"} 43 http_response_size_bytes_count{method="GET",path="/database.sql.bz2"} 1 http_response_size_bytes_bucket{method="GET",path="/database.sql.gz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/database.sql.gz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/database.sql.gz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/database.sql.gz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/database.sql.gz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/database.sql.gz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/database.sql.gz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/database.sql.gz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/database.sql.gz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/database.sql.gz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/database.sql.gz"} 43 http_response_size_bytes_count{method="GET",path="/database.sql.gz"} 1 http_response_size_bytes_bucket{method="GET",path="/database.tar",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/database.tar",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/database.tar",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/database.tar",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/database.tar",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/database.tar",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/database.tar",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/database.tar",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/database.tar",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/database.tar",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/database.tar"} 43 http_response_size_bytes_count{method="GET",path="/database.tar"} 1 http_response_size_bytes_bucket{method="GET",path="/database.tar.bz2",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/database.tar.bz2",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/database.tar.bz2",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/database.tar.bz2",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/database.tar.bz2",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/database.tar.bz2",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/database.tar.bz2",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/database.tar.bz2",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/database.tar.bz2",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/database.tar.bz2",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/database.tar.bz2"} 43 http_response_size_bytes_count{method="GET",path="/database.tar.bz2"} 1 http_response_size_bytes_bucket{method="GET",path="/database.tar.gz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/database.tar.gz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/database.tar.gz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/database.tar.gz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/database.tar.gz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/database.tar.gz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/database.tar.gz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/database.tar.gz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/database.tar.gz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/database.tar.gz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/database.tar.gz"} 43 http_response_size_bytes_count{method="GET",path="/database.tar.gz"} 1 http_response_size_bytes_bucket{method="GET",path="/database.tar.xz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/database.tar.xz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/database.tar.xz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/database.tar.xz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/database.tar.xz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/database.tar.xz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/database.tar.xz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/database.tar.xz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/database.tar.xz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/database.tar.xz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/database.tar.xz"} 43 http_response_size_bytes_count{method="GET",path="/database.tar.xz"} 1 http_response_size_bytes_bucket{method="GET",path="/database.tgz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/database.tgz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/database.tgz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/database.tgz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/database.tgz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/database.tgz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/database.tgz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/database.tgz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/database.tgz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/database.tgz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/database.tgz"} 43 http_response_size_bytes_count{method="GET",path="/database.tgz"} 1 http_response_size_bytes_bucket{method="GET",path="/database.zip",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/database.zip",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/database.zip",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/database.zip",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/database.zip",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/database.zip",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/database.zip",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/database.zip",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/database.zip",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/database.zip",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/database.zip"} 83 http_response_size_bytes_count{method="GET",path="/database.zip"} 3 http_response_size_bytes_bucket{method="GET",path="/database.zst",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/database.zst",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/database.zst",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/database.zst",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/database.zst",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/database.zst",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/database.zst",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/database.zst",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/database.zst",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/database.zst",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/database.zst"} 43 http_response_size_bytes_count{method="GET",path="/database.zst"} 1 http_response_size_bytes_bucket{method="GET",path="/database/.env",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/database/.env",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/database/.env",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/database/.env",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/database/.env",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/database/.env",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/database/.env",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/database/.env",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/database/.env",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/database/.env",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/database/.env"} 175 http_response_size_bytes_count{method="GET",path="/database/.env"} 4 http_response_size_bytes_bucket{method="GET",path="/datadog.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/datadog.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/datadog.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/datadog.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/datadog.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/datadog.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/datadog.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/datadog.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/datadog.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/datadog.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/datadog.zip"} 40 http_response_size_bytes_count{method="GET",path="/datadog.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/db.7z",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/db.7z",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/db.7z",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/db.7z",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/db.7z",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/db.7z",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/db.7z",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/db.7z",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/db.7z",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/db.7z",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/db.7z"} 43 http_response_size_bytes_count{method="GET",path="/db.7z"} 1 http_response_size_bytes_bucket{method="GET",path="/db.bz2",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/db.bz2",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/db.bz2",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/db.bz2",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/db.bz2",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/db.bz2",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/db.bz2",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/db.bz2",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/db.bz2",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/db.bz2",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/db.bz2"} 43 http_response_size_bytes_count{method="GET",path="/db.bz2"} 1 http_response_size_bytes_bucket{method="GET",path="/db.gz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/db.gz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/db.gz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/db.gz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/db.gz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/db.gz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/db.gz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/db.gz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/db.gz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/db.gz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/db.gz"} 43 http_response_size_bytes_count{method="GET",path="/db.gz"} 1 http_response_size_bytes_bucket{method="GET",path="/db.php",le="100"} 6 http_response_size_bytes_bucket{method="GET",path="/db.php",le="500"} 6 http_response_size_bytes_bucket{method="GET",path="/db.php",le="1000"} 6 http_response_size_bytes_bucket{method="GET",path="/db.php",le="5000"} 6 http_response_size_bytes_bucket{method="GET",path="/db.php",le="10000"} 6 http_response_size_bytes_bucket{method="GET",path="/db.php",le="50000"} 6 http_response_size_bytes_bucket{method="GET",path="/db.php",le="100000"} 6 http_response_size_bytes_bucket{method="GET",path="/db.php",le="500000"} 6 http_response_size_bytes_bucket{method="GET",path="/db.php",le="1e+06"} 6 http_response_size_bytes_bucket{method="GET",path="/db.php",le="+Inf"} 6 http_response_size_bytes_sum{method="GET",path="/db.php"} 260 http_response_size_bytes_count{method="GET",path="/db.php"} 6 http_response_size_bytes_bucket{method="GET",path="/db.rar",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/db.rar",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/db.rar",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/db.rar",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/db.rar",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/db.rar",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/db.rar",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/db.rar",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/db.rar",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/db.rar",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/db.rar"} 43 http_response_size_bytes_count{method="GET",path="/db.rar"} 1 http_response_size_bytes_bucket{method="GET",path="/db.sql",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/db.sql",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/db.sql",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/db.sql",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/db.sql",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/db.sql",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/db.sql",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/db.sql",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/db.sql",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/db.sql",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/db.sql"} 129 http_response_size_bytes_count{method="GET",path="/db.sql"} 3 http_response_size_bytes_bucket{method="GET",path="/db.sql.bz2",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/db.sql.bz2",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/db.sql.bz2",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/db.sql.bz2",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/db.sql.bz2",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/db.sql.bz2",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/db.sql.bz2",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/db.sql.bz2",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/db.sql.bz2",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/db.sql.bz2",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/db.sql.bz2"} 43 http_response_size_bytes_count{method="GET",path="/db.sql.bz2"} 1 http_response_size_bytes_bucket{method="GET",path="/db.sql.gz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/db.sql.gz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/db.sql.gz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/db.sql.gz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/db.sql.gz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/db.sql.gz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/db.sql.gz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/db.sql.gz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/db.sql.gz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/db.sql.gz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/db.sql.gz"} 43 http_response_size_bytes_count{method="GET",path="/db.sql.gz"} 1 http_response_size_bytes_bucket{method="GET",path="/db.tar",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/db.tar",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/db.tar",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/db.tar",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/db.tar",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/db.tar",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/db.tar",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/db.tar",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/db.tar",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/db.tar",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/db.tar"} 43 http_response_size_bytes_count{method="GET",path="/db.tar"} 1 http_response_size_bytes_bucket{method="GET",path="/db.tar.bz2",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/db.tar.bz2",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/db.tar.bz2",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/db.tar.bz2",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/db.tar.bz2",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/db.tar.bz2",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/db.tar.bz2",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/db.tar.bz2",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/db.tar.bz2",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/db.tar.bz2",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/db.tar.bz2"} 43 http_response_size_bytes_count{method="GET",path="/db.tar.bz2"} 1 http_response_size_bytes_bucket{method="GET",path="/db.tar.gz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/db.tar.gz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/db.tar.gz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/db.tar.gz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/db.tar.gz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/db.tar.gz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/db.tar.gz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/db.tar.gz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/db.tar.gz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/db.tar.gz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/db.tar.gz"} 43 http_response_size_bytes_count{method="GET",path="/db.tar.gz"} 1 http_response_size_bytes_bucket{method="GET",path="/db.tar.xz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/db.tar.xz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/db.tar.xz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/db.tar.xz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/db.tar.xz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/db.tar.xz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/db.tar.xz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/db.tar.xz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/db.tar.xz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/db.tar.xz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/db.tar.xz"} 43 http_response_size_bytes_count{method="GET",path="/db.tar.xz"} 1 http_response_size_bytes_bucket{method="GET",path="/db.tgz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/db.tgz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/db.tgz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/db.tgz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/db.tgz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/db.tgz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/db.tgz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/db.tgz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/db.tgz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/db.tgz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/db.tgz"} 43 http_response_size_bytes_count{method="GET",path="/db.tgz"} 1 http_response_size_bytes_bucket{method="GET",path="/db.zip",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/db.zip",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/db.zip",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/db.zip",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/db.zip",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/db.zip",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/db.zip",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/db.zip",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/db.zip",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/db.zip",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/db.zip"} 83 http_response_size_bytes_count{method="GET",path="/db.zip"} 3 http_response_size_bytes_bucket{method="GET",path="/db.zst",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/db.zst",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/db.zst",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/db.zst",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/db.zst",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/db.zst",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/db.zst",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/db.zst",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/db.zst",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/db.zst",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/db.zst"} 43 http_response_size_bytes_count{method="GET",path="/db.zst"} 1 http_response_size_bytes_bucket{method="GET",path="/db/.env",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/db/.env",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/db/.env",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/db/.env",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/db/.env",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/db/.env",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/db/.env",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/db/.env",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/db/.env",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/db/.env",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/db/.env"} 88 http_response_size_bytes_count{method="GET",path="/db/.env"} 2 http_response_size_bytes_bucket{method="GET",path="/db_backup.7z",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/db_backup.7z",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/db_backup.7z",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/db_backup.7z",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/db_backup.7z",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/db_backup.7z",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/db_backup.7z",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/db_backup.7z",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/db_backup.7z",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/db_backup.7z",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/db_backup.7z"} 43 http_response_size_bytes_count{method="GET",path="/db_backup.7z"} 1 http_response_size_bytes_bucket{method="GET",path="/db_backup.bz2",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/db_backup.bz2",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/db_backup.bz2",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/db_backup.bz2",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/db_backup.bz2",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/db_backup.bz2",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/db_backup.bz2",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/db_backup.bz2",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/db_backup.bz2",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/db_backup.bz2",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/db_backup.bz2"} 43 http_response_size_bytes_count{method="GET",path="/db_backup.bz2"} 1 http_response_size_bytes_bucket{method="GET",path="/db_backup.gz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/db_backup.gz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/db_backup.gz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/db_backup.gz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/db_backup.gz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/db_backup.gz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/db_backup.gz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/db_backup.gz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/db_backup.gz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/db_backup.gz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/db_backup.gz"} 43 http_response_size_bytes_count{method="GET",path="/db_backup.gz"} 1 http_response_size_bytes_bucket{method="GET",path="/db_backup.rar",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/db_backup.rar",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/db_backup.rar",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/db_backup.rar",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/db_backup.rar",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/db_backup.rar",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/db_backup.rar",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/db_backup.rar",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/db_backup.rar",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/db_backup.rar",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/db_backup.rar"} 43 http_response_size_bytes_count{method="GET",path="/db_backup.rar"} 1 http_response_size_bytes_bucket{method="GET",path="/db_backup.sql",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/db_backup.sql",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/db_backup.sql",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/db_backup.sql",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/db_backup.sql",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/db_backup.sql",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/db_backup.sql",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/db_backup.sql",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/db_backup.sql",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/db_backup.sql",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/db_backup.sql"} 43 http_response_size_bytes_count{method="GET",path="/db_backup.sql"} 1 http_response_size_bytes_bucket{method="GET",path="/db_backup.sql.bz2",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/db_backup.sql.bz2",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/db_backup.sql.bz2",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/db_backup.sql.bz2",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/db_backup.sql.bz2",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/db_backup.sql.bz2",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/db_backup.sql.bz2",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/db_backup.sql.bz2",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/db_backup.sql.bz2",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/db_backup.sql.bz2",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/db_backup.sql.bz2"} 43 http_response_size_bytes_count{method="GET",path="/db_backup.sql.bz2"} 1 http_response_size_bytes_bucket{method="GET",path="/db_backup.sql.gz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/db_backup.sql.gz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/db_backup.sql.gz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/db_backup.sql.gz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/db_backup.sql.gz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/db_backup.sql.gz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/db_backup.sql.gz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/db_backup.sql.gz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/db_backup.sql.gz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/db_backup.sql.gz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/db_backup.sql.gz"} 43 http_response_size_bytes_count{method="GET",path="/db_backup.sql.gz"} 1 http_response_size_bytes_bucket{method="GET",path="/db_backup.tar",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/db_backup.tar",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/db_backup.tar",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/db_backup.tar",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/db_backup.tar",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/db_backup.tar",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/db_backup.tar",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/db_backup.tar",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/db_backup.tar",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/db_backup.tar",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/db_backup.tar"} 43 http_response_size_bytes_count{method="GET",path="/db_backup.tar"} 1 http_response_size_bytes_bucket{method="GET",path="/db_backup.tar.bz2",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/db_backup.tar.bz2",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/db_backup.tar.bz2",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/db_backup.tar.bz2",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/db_backup.tar.bz2",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/db_backup.tar.bz2",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/db_backup.tar.bz2",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/db_backup.tar.bz2",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/db_backup.tar.bz2",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/db_backup.tar.bz2",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/db_backup.tar.bz2"} 43 http_response_size_bytes_count{method="GET",path="/db_backup.tar.bz2"} 1 http_response_size_bytes_bucket{method="GET",path="/db_backup.tar.gz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/db_backup.tar.gz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/db_backup.tar.gz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/db_backup.tar.gz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/db_backup.tar.gz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/db_backup.tar.gz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/db_backup.tar.gz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/db_backup.tar.gz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/db_backup.tar.gz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/db_backup.tar.gz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/db_backup.tar.gz"} 43 http_response_size_bytes_count{method="GET",path="/db_backup.tar.gz"} 1 http_response_size_bytes_bucket{method="GET",path="/db_backup.tar.xz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/db_backup.tar.xz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/db_backup.tar.xz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/db_backup.tar.xz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/db_backup.tar.xz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/db_backup.tar.xz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/db_backup.tar.xz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/db_backup.tar.xz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/db_backup.tar.xz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/db_backup.tar.xz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/db_backup.tar.xz"} 43 http_response_size_bytes_count{method="GET",path="/db_backup.tar.xz"} 1 http_response_size_bytes_bucket{method="GET",path="/db_backup.tgz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/db_backup.tgz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/db_backup.tgz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/db_backup.tgz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/db_backup.tgz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/db_backup.tgz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/db_backup.tgz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/db_backup.tgz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/db_backup.tgz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/db_backup.tgz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/db_backup.tgz"} 43 http_response_size_bytes_count{method="GET",path="/db_backup.tgz"} 1 http_response_size_bytes_bucket{method="GET",path="/db_backup.zip",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/db_backup.zip",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/db_backup.zip",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/db_backup.zip",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/db_backup.zip",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/db_backup.zip",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/db_backup.zip",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/db_backup.zip",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/db_backup.zip",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/db_backup.zip",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/db_backup.zip"} 83 http_response_size_bytes_count{method="GET",path="/db_backup.zip"} 3 http_response_size_bytes_bucket{method="GET",path="/db_backup.zst",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/db_backup.zst",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/db_backup.zst",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/db_backup.zst",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/db_backup.zst",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/db_backup.zst",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/db_backup.zst",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/db_backup.zst",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/db_backup.zst",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/db_backup.zst",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/db_backup.zst"} 43 http_response_size_bytes_count{method="GET",path="/db_backup.zst"} 1 http_response_size_bytes_bucket{method="GET",path="/db_dump.7z",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/db_dump.7z",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/db_dump.7z",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/db_dump.7z",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/db_dump.7z",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/db_dump.7z",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/db_dump.7z",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/db_dump.7z",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/db_dump.7z",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/db_dump.7z",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/db_dump.7z"} 43 http_response_size_bytes_count{method="GET",path="/db_dump.7z"} 1 http_response_size_bytes_bucket{method="GET",path="/db_dump.bz2",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/db_dump.bz2",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/db_dump.bz2",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/db_dump.bz2",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/db_dump.bz2",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/db_dump.bz2",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/db_dump.bz2",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/db_dump.bz2",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/db_dump.bz2",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/db_dump.bz2",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/db_dump.bz2"} 43 http_response_size_bytes_count{method="GET",path="/db_dump.bz2"} 1 http_response_size_bytes_bucket{method="GET",path="/db_dump.gz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/db_dump.gz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/db_dump.gz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/db_dump.gz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/db_dump.gz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/db_dump.gz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/db_dump.gz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/db_dump.gz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/db_dump.gz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/db_dump.gz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/db_dump.gz"} 43 http_response_size_bytes_count{method="GET",path="/db_dump.gz"} 1 http_response_size_bytes_bucket{method="GET",path="/db_dump.rar",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/db_dump.rar",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/db_dump.rar",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/db_dump.rar",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/db_dump.rar",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/db_dump.rar",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/db_dump.rar",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/db_dump.rar",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/db_dump.rar",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/db_dump.rar",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/db_dump.rar"} 43 http_response_size_bytes_count{method="GET",path="/db_dump.rar"} 1 http_response_size_bytes_bucket{method="GET",path="/db_dump.sql",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/db_dump.sql",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/db_dump.sql",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/db_dump.sql",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/db_dump.sql",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/db_dump.sql",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/db_dump.sql",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/db_dump.sql",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/db_dump.sql",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/db_dump.sql",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/db_dump.sql"} 43 http_response_size_bytes_count{method="GET",path="/db_dump.sql"} 1 http_response_size_bytes_bucket{method="GET",path="/db_dump.sql.bz2",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/db_dump.sql.bz2",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/db_dump.sql.bz2",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/db_dump.sql.bz2",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/db_dump.sql.bz2",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/db_dump.sql.bz2",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/db_dump.sql.bz2",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/db_dump.sql.bz2",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/db_dump.sql.bz2",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/db_dump.sql.bz2",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/db_dump.sql.bz2"} 43 http_response_size_bytes_count{method="GET",path="/db_dump.sql.bz2"} 1 http_response_size_bytes_bucket{method="GET",path="/db_dump.sql.gz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/db_dump.sql.gz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/db_dump.sql.gz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/db_dump.sql.gz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/db_dump.sql.gz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/db_dump.sql.gz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/db_dump.sql.gz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/db_dump.sql.gz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/db_dump.sql.gz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/db_dump.sql.gz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/db_dump.sql.gz"} 43 http_response_size_bytes_count{method="GET",path="/db_dump.sql.gz"} 1 http_response_size_bytes_bucket{method="GET",path="/db_dump.tar",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/db_dump.tar",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/db_dump.tar",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/db_dump.tar",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/db_dump.tar",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/db_dump.tar",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/db_dump.tar",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/db_dump.tar",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/db_dump.tar",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/db_dump.tar",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/db_dump.tar"} 43 http_response_size_bytes_count{method="GET",path="/db_dump.tar"} 1 http_response_size_bytes_bucket{method="GET",path="/db_dump.tar.bz2",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/db_dump.tar.bz2",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/db_dump.tar.bz2",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/db_dump.tar.bz2",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/db_dump.tar.bz2",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/db_dump.tar.bz2",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/db_dump.tar.bz2",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/db_dump.tar.bz2",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/db_dump.tar.bz2",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/db_dump.tar.bz2",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/db_dump.tar.bz2"} 43 http_response_size_bytes_count{method="GET",path="/db_dump.tar.bz2"} 1 http_response_size_bytes_bucket{method="GET",path="/db_dump.tar.gz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/db_dump.tar.gz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/db_dump.tar.gz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/db_dump.tar.gz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/db_dump.tar.gz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/db_dump.tar.gz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/db_dump.tar.gz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/db_dump.tar.gz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/db_dump.tar.gz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/db_dump.tar.gz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/db_dump.tar.gz"} 43 http_response_size_bytes_count{method="GET",path="/db_dump.tar.gz"} 1 http_response_size_bytes_bucket{method="GET",path="/db_dump.tar.xz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/db_dump.tar.xz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/db_dump.tar.xz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/db_dump.tar.xz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/db_dump.tar.xz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/db_dump.tar.xz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/db_dump.tar.xz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/db_dump.tar.xz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/db_dump.tar.xz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/db_dump.tar.xz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/db_dump.tar.xz"} 43 http_response_size_bytes_count{method="GET",path="/db_dump.tar.xz"} 1 http_response_size_bytes_bucket{method="GET",path="/db_dump.tgz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/db_dump.tgz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/db_dump.tgz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/db_dump.tgz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/db_dump.tgz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/db_dump.tgz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/db_dump.tgz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/db_dump.tgz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/db_dump.tgz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/db_dump.tgz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/db_dump.tgz"} 43 http_response_size_bytes_count{method="GET",path="/db_dump.tgz"} 1 http_response_size_bytes_bucket{method="GET",path="/db_dump.zip",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/db_dump.zip",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/db_dump.zip",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/db_dump.zip",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/db_dump.zip",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/db_dump.zip",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/db_dump.zip",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/db_dump.zip",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/db_dump.zip",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/db_dump.zip",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/db_dump.zip"} 43 http_response_size_bytes_count{method="GET",path="/db_dump.zip"} 1 http_response_size_bytes_bucket{method="GET",path="/db_dump.zst",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/db_dump.zst",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/db_dump.zst",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/db_dump.zst",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/db_dump.zst",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/db_dump.zst",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/db_dump.zst",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/db_dump.zst",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/db_dump.zst",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/db_dump.zst",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/db_dump.zst"} 43 http_response_size_bytes_count{method="GET",path="/db_dump.zst"} 1 http_response_size_bytes_bucket{method="GET",path="/dbadmin.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/dbadmin.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/dbadmin.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/dbadmin.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/dbadmin.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/dbadmin.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/dbadmin.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/dbadmin.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/dbadmin.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/dbadmin.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/dbadmin.zip"} 40 http_response_size_bytes_count{method="GET",path="/dbadmin.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/dbadmin/.env",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/dbadmin/.env",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/dbadmin/.env",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/dbadmin/.env",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/dbadmin/.env",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/dbadmin/.env",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/dbadmin/.env",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/dbadmin/.env",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/dbadmin/.env",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/dbadmin/.env",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/dbadmin/.env"} 88 http_response_size_bytes_count{method="GET",path="/dbadmin/.env"} 2 http_response_size_bytes_bucket{method="GET",path="/dbase.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/dbase.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/dbase.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/dbase.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/dbase.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/dbase.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/dbase.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/dbase.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/dbase.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/dbase.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/dbase.zip"} 40 http_response_size_bytes_count{method="GET",path="/dbase.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/dbdump.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/dbdump.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/dbdump.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/dbdump.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/dbdump.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/dbdump.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/dbdump.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/dbdump.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/dbdump.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/dbdump.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/dbdump.zip"} 40 http_response_size_bytes_count{method="GET",path="/dbdump.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/de.php",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/de.php",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/de.php",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/de.php",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/de.php",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/de.php",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/de.php",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/de.php",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/de.php",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/de.php",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/de.php"} 172 http_response_size_bytes_count{method="GET",path="/de.php"} 4 http_response_size_bytes_bucket{method="GET",path="/debug.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/debug.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/debug.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/debug.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/debug.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/debug.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/debug.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/debug.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/debug.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/debug.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/debug.php"} 87 http_response_size_bytes_count{method="GET",path="/debug.php"} 2 http_response_size_bytes_bucket{method="GET",path="/debug.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/debug.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/debug.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/debug.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/debug.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/debug.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/debug.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/debug.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/debug.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/debug.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/debug.zip"} 40 http_response_size_bytes_count{method="GET",path="/debug.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/debug/",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/debug/",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/debug/",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/debug/",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/debug/",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/debug/",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/debug/",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/debug/",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/debug/",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/debug/",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/debug/"} 43 http_response_size_bytes_count{method="GET",path="/debug/"} 1 http_response_size_bytes_bucket{method="GET",path="/debug/default/view",le="100"} 17 http_response_size_bytes_bucket{method="GET",path="/debug/default/view",le="500"} 17 http_response_size_bytes_bucket{method="GET",path="/debug/default/view",le="1000"} 17 http_response_size_bytes_bucket{method="GET",path="/debug/default/view",le="5000"} 17 http_response_size_bytes_bucket{method="GET",path="/debug/default/view",le="10000"} 17 http_response_size_bytes_bucket{method="GET",path="/debug/default/view",le="50000"} 17 http_response_size_bytes_bucket{method="GET",path="/debug/default/view",le="100000"} 17 http_response_size_bytes_bucket{method="GET",path="/debug/default/view",le="500000"} 17 http_response_size_bytes_bucket{method="GET",path="/debug/default/view",le="1e+06"} 17 http_response_size_bytes_bucket{method="GET",path="/debug/default/view",le="+Inf"} 17 http_response_size_bytes_sum{method="GET",path="/debug/default/view"} 731 http_response_size_bytes_count{method="GET",path="/debug/default/view"} 17 http_response_size_bytes_bucket{method="GET",path="/debugbar/",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/debugbar/",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/debugbar/",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/debugbar/",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/debugbar/",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/debugbar/",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/debugbar/",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/debugbar/",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/debugbar/",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/debugbar/",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/debugbar/"} 43 http_response_size_bytes_count{method="GET",path="/debugbar/"} 1 http_response_size_bytes_bucket{method="GET",path="/default.php",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/default.php",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/default.php",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/default.php",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/default.php",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/default.php",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/default.php",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/default.php",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/default.php",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/default.php",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/default.php"} 174 http_response_size_bytes_count{method="GET",path="/default.php"} 4 http_response_size_bytes_bucket{method="GET",path="/default.ts",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/default.ts",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/default.ts",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/default.ts",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/default.ts",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/default.ts",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/default.ts",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/default.ts",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/default.ts",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/default.ts",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/default.ts"} 88 http_response_size_bytes_count{method="GET",path="/default.ts"} 2 http_response_size_bytes_bucket{method="GET",path="/default.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/default.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/default.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/default.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/default.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/default.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/default.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/default.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/default.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/default.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/default.zip"} 40 http_response_size_bytes_count{method="GET",path="/default.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/defaults.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/defaults.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/defaults.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/defaults.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/defaults.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/defaults.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/defaults.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/defaults.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/defaults.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/defaults.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/defaults.php"} 86 http_response_size_bytes_count{method="GET",path="/defaults.php"} 2 http_response_size_bytes_bucket{method="GET",path="/defaults.yaml",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/defaults.yaml",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/defaults.yaml",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/defaults.yaml",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/defaults.yaml",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/defaults.yaml",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/defaults.yaml",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/defaults.yaml",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/defaults.yaml",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/defaults.yaml",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/defaults.yaml"} 88 http_response_size_bytes_count{method="GET",path="/defaults.yaml"} 2 http_response_size_bytes_bucket{method="GET",path="/demo.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/demo.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/demo.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/demo.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/demo.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/demo.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/demo.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/demo.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/demo.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/demo.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/demo.zip"} 40 http_response_size_bytes_count{method="GET",path="/demo.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/demo/.env",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/demo/.env",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/demo/.env",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/demo/.env",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/demo/.env",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/demo/.env",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/demo/.env",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/demo/.env",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/demo/.env",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/demo/.env",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/demo/.env"} 88 http_response_size_bytes_count{method="GET",path="/demo/.env"} 2 http_response_size_bytes_bucket{method="GET",path="/demo/phpinfo.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/demo/phpinfo.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/demo/phpinfo.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/demo/phpinfo.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/demo/phpinfo.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/demo/phpinfo.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/demo/phpinfo.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/demo/phpinfo.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/demo/phpinfo.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/demo/phpinfo.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/demo/phpinfo.php"} 88 http_response_size_bytes_count{method="GET",path="/demo/phpinfo.php"} 2 http_response_size_bytes_bucket{method="GET",path="/department.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/department.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/department.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/department.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/department.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/department.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/department.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/department.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/department.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/department.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/department.zip"} 40 http_response_size_bytes_count{method="GET",path="/department.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/deploy.sh",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/deploy.sh",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/deploy.sh",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/deploy.sh",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/deploy.sh",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/deploy.sh",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/deploy.sh",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/deploy.sh",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/deploy.sh",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/deploy.sh",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/deploy.sh"} 88 http_response_size_bytes_count{method="GET",path="/deploy.sh"} 2 http_response_size_bytes_bucket{method="GET",path="/deploy.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/deploy.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/deploy.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/deploy.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/deploy.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/deploy.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/deploy.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/deploy.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/deploy.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/deploy.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/deploy.zip"} 40 http_response_size_bytes_count{method="GET",path="/deploy.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/deploy/.env",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/deploy/.env",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/deploy/.env",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/deploy/.env",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/deploy/.env",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/deploy/.env",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/deploy/.env",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/deploy/.env",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/deploy/.env",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/deploy/.env",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/deploy/.env"} 130 http_response_size_bytes_count{method="GET",path="/deploy/.env"} 3 http_response_size_bytes_bucket{method="GET",path="/deployment.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/deployment.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/deployment.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/deployment.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/deployment.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/deployment.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/deployment.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/deployment.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/deployment.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/deployment.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/deployment.zip"} 40 http_response_size_bytes_count{method="GET",path="/deployment.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/design.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/design.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/design.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/design.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/design.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/design.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/design.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/design.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/design.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/design.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/design.zip"} 40 http_response_size_bytes_count{method="GET",path="/design.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/designs.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/designs.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/designs.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/designs.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/designs.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/designs.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/designs.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/designs.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/designs.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/designs.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/designs.zip"} 40 http_response_size_bytes_count{method="GET",path="/designs.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/dev.7z",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/dev.7z",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/dev.7z",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/dev.7z",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/dev.7z",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/dev.7z",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/dev.7z",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/dev.7z",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/dev.7z",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/dev.7z",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/dev.7z"} 43 http_response_size_bytes_count{method="GET",path="/dev.7z"} 1 http_response_size_bytes_bucket{method="GET",path="/dev.bz2",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/dev.bz2",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/dev.bz2",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/dev.bz2",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/dev.bz2",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/dev.bz2",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/dev.bz2",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/dev.bz2",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/dev.bz2",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/dev.bz2",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/dev.bz2"} 43 http_response_size_bytes_count{method="GET",path="/dev.bz2"} 1 http_response_size_bytes_bucket{method="GET",path="/dev.gz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/dev.gz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/dev.gz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/dev.gz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/dev.gz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/dev.gz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/dev.gz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/dev.gz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/dev.gz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/dev.gz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/dev.gz"} 43 http_response_size_bytes_count{method="GET",path="/dev.gz"} 1 http_response_size_bytes_bucket{method="GET",path="/dev.rar",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/dev.rar",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/dev.rar",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/dev.rar",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/dev.rar",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/dev.rar",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/dev.rar",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/dev.rar",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/dev.rar",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/dev.rar",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/dev.rar"} 43 http_response_size_bytes_count{method="GET",path="/dev.rar"} 1 http_response_size_bytes_bucket{method="GET",path="/dev.sql",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/dev.sql",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/dev.sql",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/dev.sql",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/dev.sql",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/dev.sql",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/dev.sql",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/dev.sql",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/dev.sql",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/dev.sql",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/dev.sql"} 43 http_response_size_bytes_count{method="GET",path="/dev.sql"} 1 http_response_size_bytes_bucket{method="GET",path="/dev.sql.bz2",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/dev.sql.bz2",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/dev.sql.bz2",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/dev.sql.bz2",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/dev.sql.bz2",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/dev.sql.bz2",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/dev.sql.bz2",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/dev.sql.bz2",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/dev.sql.bz2",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/dev.sql.bz2",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/dev.sql.bz2"} 43 http_response_size_bytes_count{method="GET",path="/dev.sql.bz2"} 1 http_response_size_bytes_bucket{method="GET",path="/dev.sql.gz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/dev.sql.gz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/dev.sql.gz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/dev.sql.gz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/dev.sql.gz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/dev.sql.gz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/dev.sql.gz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/dev.sql.gz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/dev.sql.gz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/dev.sql.gz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/dev.sql.gz"} 43 http_response_size_bytes_count{method="GET",path="/dev.sql.gz"} 1 http_response_size_bytes_bucket{method="GET",path="/dev.tar",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/dev.tar",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/dev.tar",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/dev.tar",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/dev.tar",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/dev.tar",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/dev.tar",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/dev.tar",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/dev.tar",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/dev.tar",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/dev.tar"} 43 http_response_size_bytes_count{method="GET",path="/dev.tar"} 1 http_response_size_bytes_bucket{method="GET",path="/dev.tar.bz2",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/dev.tar.bz2",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/dev.tar.bz2",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/dev.tar.bz2",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/dev.tar.bz2",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/dev.tar.bz2",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/dev.tar.bz2",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/dev.tar.bz2",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/dev.tar.bz2",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/dev.tar.bz2",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/dev.tar.bz2"} 43 http_response_size_bytes_count{method="GET",path="/dev.tar.bz2"} 1 http_response_size_bytes_bucket{method="GET",path="/dev.tar.gz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/dev.tar.gz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/dev.tar.gz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/dev.tar.gz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/dev.tar.gz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/dev.tar.gz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/dev.tar.gz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/dev.tar.gz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/dev.tar.gz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/dev.tar.gz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/dev.tar.gz"} 43 http_response_size_bytes_count{method="GET",path="/dev.tar.gz"} 1 http_response_size_bytes_bucket{method="GET",path="/dev.tar.xz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/dev.tar.xz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/dev.tar.xz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/dev.tar.xz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/dev.tar.xz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/dev.tar.xz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/dev.tar.xz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/dev.tar.xz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/dev.tar.xz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/dev.tar.xz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/dev.tar.xz"} 43 http_response_size_bytes_count{method="GET",path="/dev.tar.xz"} 1 http_response_size_bytes_bucket{method="GET",path="/dev.tgz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/dev.tgz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/dev.tgz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/dev.tgz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/dev.tgz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/dev.tgz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/dev.tgz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/dev.tgz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/dev.tgz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/dev.tgz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/dev.tgz"} 43 http_response_size_bytes_count{method="GET",path="/dev.tgz"} 1 http_response_size_bytes_bucket{method="GET",path="/dev.zip",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/dev.zip",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/dev.zip",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/dev.zip",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/dev.zip",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/dev.zip",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/dev.zip",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/dev.zip",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/dev.zip",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/dev.zip",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/dev.zip"} 83 http_response_size_bytes_count{method="GET",path="/dev.zip"} 3 http_response_size_bytes_bucket{method="GET",path="/dev.zst",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/dev.zst",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/dev.zst",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/dev.zst",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/dev.zst",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/dev.zst",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/dev.zst",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/dev.zst",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/dev.zst",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/dev.zst",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/dev.zst"} 43 http_response_size_bytes_count{method="GET",path="/dev.zst"} 1 http_response_size_bytes_bucket{method="GET",path="/dev/.env",le="100"} 13 http_response_size_bytes_bucket{method="GET",path="/dev/.env",le="500"} 13 http_response_size_bytes_bucket{method="GET",path="/dev/.env",le="1000"} 13 http_response_size_bytes_bucket{method="GET",path="/dev/.env",le="5000"} 13 http_response_size_bytes_bucket{method="GET",path="/dev/.env",le="10000"} 13 http_response_size_bytes_bucket{method="GET",path="/dev/.env",le="50000"} 13 http_response_size_bytes_bucket{method="GET",path="/dev/.env",le="100000"} 13 http_response_size_bytes_bucket{method="GET",path="/dev/.env",le="500000"} 13 http_response_size_bytes_bucket{method="GET",path="/dev/.env",le="1e+06"} 13 http_response_size_bytes_bucket{method="GET",path="/dev/.env",le="+Inf"} 13 http_response_size_bytes_sum{method="GET",path="/dev/.env"} 564 http_response_size_bytes_count{method="GET",path="/dev/.env"} 13 http_response_size_bytes_bucket{method="GET",path="/dev/env.js",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/dev/env.js",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/dev/env.js",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/dev/env.js",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/dev/env.js",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/dev/env.js",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/dev/env.js",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/dev/env.js",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/dev/env.js",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/dev/env.js",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/dev/env.js"} 88 http_response_size_bytes_count{method="GET",path="/dev/env.js"} 2 http_response_size_bytes_bucket{method="GET",path="/dev/phpinfo.php",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/dev/phpinfo.php",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/dev/phpinfo.php",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/dev/phpinfo.php",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/dev/phpinfo.php",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/dev/phpinfo.php",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/dev/phpinfo.php",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/dev/phpinfo.php",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/dev/phpinfo.php",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/dev/phpinfo.php",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/dev/phpinfo.php"} 175 http_response_size_bytes_count{method="GET",path="/dev/phpinfo.php"} 4 http_response_size_bytes_bucket{method="GET",path="/develop.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/develop.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/develop.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/develop.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/develop.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/develop.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/develop.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/develop.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/develop.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/develop.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/develop.zip"} 40 http_response_size_bytes_count{method="GET",path="/develop.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/develop/.env",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/develop/.env",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/develop/.env",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/develop/.env",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/develop/.env",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/develop/.env",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/develop/.env",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/develop/.env",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/develop/.env",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/develop/.env",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/develop/.env"} 176 http_response_size_bytes_count{method="GET",path="/develop/.env"} 4 http_response_size_bytes_bucket{method="GET",path="/developer/.env",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/developer/.env",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/developer/.env",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/developer/.env",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/developer/.env",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/developer/.env",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/developer/.env",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/developer/.env",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/developer/.env",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/developer/.env",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/developer/.env"} 88 http_response_size_bytes_count{method="GET",path="/developer/.env"} 2 http_response_size_bytes_bucket{method="GET",path="/development.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/development.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/development.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/development.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/development.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/development.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/development.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/development.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/development.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/development.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/development.zip"} 40 http_response_size_bytes_count{method="GET",path="/development.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/development/.env",le="100"} 12 http_response_size_bytes_bucket{method="GET",path="/development/.env",le="500"} 12 http_response_size_bytes_bucket{method="GET",path="/development/.env",le="1000"} 12 http_response_size_bytes_bucket{method="GET",path="/development/.env",le="5000"} 12 http_response_size_bytes_bucket{method="GET",path="/development/.env",le="10000"} 12 http_response_size_bytes_bucket{method="GET",path="/development/.env",le="50000"} 12 http_response_size_bytes_bucket{method="GET",path="/development/.env",le="100000"} 12 http_response_size_bytes_bucket{method="GET",path="/development/.env",le="500000"} 12 http_response_size_bytes_bucket{method="GET",path="/development/.env",le="1e+06"} 12 http_response_size_bytes_bucket{method="GET",path="/development/.env",le="+Inf"} 12 http_response_size_bytes_sum{method="GET",path="/development/.env"} 521 http_response_size_bytes_count{method="GET",path="/development/.env"} 12 http_response_size_bytes_bucket{method="GET",path="/devtools.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/devtools.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/devtools.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/devtools.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/devtools.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/devtools.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/devtools.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/devtools.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/devtools.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/devtools.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/devtools.zip"} 40 http_response_size_bytes_count{method="GET",path="/devtools.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/dex.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/dex.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/dex.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/dex.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/dex.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/dex.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/dex.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/dex.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/dex.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/dex.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/dex.php"} 43 http_response_size_bytes_count{method="GET",path="/dex.php"} 1 http_response_size_bytes_bucket{method="GET",path="/digitalocean.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/digitalocean.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/digitalocean.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/digitalocean.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/digitalocean.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/digitalocean.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/digitalocean.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/digitalocean.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/digitalocean.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/digitalocean.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/digitalocean.zip"} 40 http_response_size_bytes_count{method="GET",path="/digitalocean.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/directadmin.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/directadmin.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/directadmin.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/directadmin.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/directadmin.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/directadmin.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/directadmin.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/directadmin.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/directadmin.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/directadmin.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/directadmin.zip"} 40 http_response_size_bytes_count{method="GET",path="/directadmin.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/discord.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/discord.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/discord.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/discord.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/discord.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/discord.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/discord.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/discord.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/discord.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/discord.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/discord.zip"} 40 http_response_size_bytes_count{method="GET",path="/discord.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/dist.7z",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/dist.7z",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/dist.7z",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/dist.7z",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/dist.7z",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/dist.7z",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/dist.7z",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/dist.7z",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/dist.7z",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/dist.7z",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/dist.7z"} 43 http_response_size_bytes_count{method="GET",path="/dist.7z"} 1 http_response_size_bytes_bucket{method="GET",path="/dist.bz2",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/dist.bz2",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/dist.bz2",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/dist.bz2",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/dist.bz2",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/dist.bz2",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/dist.bz2",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/dist.bz2",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/dist.bz2",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/dist.bz2",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/dist.bz2"} 43 http_response_size_bytes_count{method="GET",path="/dist.bz2"} 1 http_response_size_bytes_bucket{method="GET",path="/dist.gz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/dist.gz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/dist.gz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/dist.gz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/dist.gz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/dist.gz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/dist.gz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/dist.gz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/dist.gz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/dist.gz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/dist.gz"} 43 http_response_size_bytes_count{method="GET",path="/dist.gz"} 1 http_response_size_bytes_bucket{method="GET",path="/dist.rar",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/dist.rar",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/dist.rar",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/dist.rar",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/dist.rar",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/dist.rar",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/dist.rar",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/dist.rar",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/dist.rar",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/dist.rar",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/dist.rar"} 43 http_response_size_bytes_count{method="GET",path="/dist.rar"} 1 http_response_size_bytes_bucket{method="GET",path="/dist.sql",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/dist.sql",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/dist.sql",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/dist.sql",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/dist.sql",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/dist.sql",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/dist.sql",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/dist.sql",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/dist.sql",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/dist.sql",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/dist.sql"} 43 http_response_size_bytes_count{method="GET",path="/dist.sql"} 1 http_response_size_bytes_bucket{method="GET",path="/dist.sql.bz2",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/dist.sql.bz2",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/dist.sql.bz2",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/dist.sql.bz2",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/dist.sql.bz2",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/dist.sql.bz2",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/dist.sql.bz2",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/dist.sql.bz2",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/dist.sql.bz2",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/dist.sql.bz2",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/dist.sql.bz2"} 43 http_response_size_bytes_count{method="GET",path="/dist.sql.bz2"} 1 http_response_size_bytes_bucket{method="GET",path="/dist.sql.gz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/dist.sql.gz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/dist.sql.gz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/dist.sql.gz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/dist.sql.gz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/dist.sql.gz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/dist.sql.gz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/dist.sql.gz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/dist.sql.gz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/dist.sql.gz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/dist.sql.gz"} 43 http_response_size_bytes_count{method="GET",path="/dist.sql.gz"} 1 http_response_size_bytes_bucket{method="GET",path="/dist.tar",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/dist.tar",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/dist.tar",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/dist.tar",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/dist.tar",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/dist.tar",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/dist.tar",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/dist.tar",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/dist.tar",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/dist.tar",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/dist.tar"} 43 http_response_size_bytes_count{method="GET",path="/dist.tar"} 1 http_response_size_bytes_bucket{method="GET",path="/dist.tar.bz2",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/dist.tar.bz2",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/dist.tar.bz2",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/dist.tar.bz2",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/dist.tar.bz2",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/dist.tar.bz2",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/dist.tar.bz2",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/dist.tar.bz2",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/dist.tar.bz2",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/dist.tar.bz2",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/dist.tar.bz2"} 43 http_response_size_bytes_count{method="GET",path="/dist.tar.bz2"} 1 http_response_size_bytes_bucket{method="GET",path="/dist.tar.gz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/dist.tar.gz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/dist.tar.gz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/dist.tar.gz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/dist.tar.gz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/dist.tar.gz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/dist.tar.gz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/dist.tar.gz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/dist.tar.gz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/dist.tar.gz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/dist.tar.gz"} 43 http_response_size_bytes_count{method="GET",path="/dist.tar.gz"} 1 http_response_size_bytes_bucket{method="GET",path="/dist.tar.xz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/dist.tar.xz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/dist.tar.xz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/dist.tar.xz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/dist.tar.xz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/dist.tar.xz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/dist.tar.xz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/dist.tar.xz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/dist.tar.xz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/dist.tar.xz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/dist.tar.xz"} 43 http_response_size_bytes_count{method="GET",path="/dist.tar.xz"} 1 http_response_size_bytes_bucket{method="GET",path="/dist.tgz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/dist.tgz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/dist.tgz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/dist.tgz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/dist.tgz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/dist.tgz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/dist.tgz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/dist.tgz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/dist.tgz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/dist.tgz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/dist.tgz"} 43 http_response_size_bytes_count{method="GET",path="/dist.tgz"} 1 http_response_size_bytes_bucket{method="GET",path="/dist.zip",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/dist.zip",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/dist.zip",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/dist.zip",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/dist.zip",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/dist.zip",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/dist.zip",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/dist.zip",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/dist.zip",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/dist.zip",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/dist.zip"} 43 http_response_size_bytes_count{method="GET",path="/dist.zip"} 1 http_response_size_bytes_bucket{method="GET",path="/dist.zst",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/dist.zst",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/dist.zst",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/dist.zst",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/dist.zst",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/dist.zst",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/dist.zst",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/dist.zst",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/dist.zst",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/dist.zst",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/dist.zst"} 43 http_response_size_bytes_count{method="GET",path="/dist.zst"} 1 http_response_size_bytes_bucket{method="GET",path="/dist/.env",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/dist/.env",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/dist/.env",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/dist/.env",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/dist/.env",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/dist/.env",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/dist/.env",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/dist/.env",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/dist/.env",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/dist/.env",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/dist/.env"} 130 http_response_size_bytes_count{method="GET",path="/dist/.env"} 3 http_response_size_bytes_bucket{method="GET",path="/dist/.git/config",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/dist/.git/config",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/dist/.git/config",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/dist/.git/config",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/dist/.git/config",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/dist/.git/config",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/dist/.git/config",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/dist/.git/config",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/dist/.git/config",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/dist/.git/config",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/dist/.git/config"} 44 http_response_size_bytes_count{method="GET",path="/dist/.git/config"} 1 http_response_size_bytes_bucket{method="GET",path="/dist/.vite/manifest.json",le="100"} 19 http_response_size_bytes_bucket{method="GET",path="/dist/.vite/manifest.json",le="500"} 19 http_response_size_bytes_bucket{method="GET",path="/dist/.vite/manifest.json",le="1000"} 19 http_response_size_bytes_bucket{method="GET",path="/dist/.vite/manifest.json",le="5000"} 19 http_response_size_bytes_bucket{method="GET",path="/dist/.vite/manifest.json",le="10000"} 19 http_response_size_bytes_bucket{method="GET",path="/dist/.vite/manifest.json",le="50000"} 19 http_response_size_bytes_bucket{method="GET",path="/dist/.vite/manifest.json",le="100000"} 19 http_response_size_bytes_bucket{method="GET",path="/dist/.vite/manifest.json",le="500000"} 19 http_response_size_bytes_bucket{method="GET",path="/dist/.vite/manifest.json",le="1e+06"} 19 http_response_size_bytes_bucket{method="GET",path="/dist/.vite/manifest.json",le="+Inf"} 19 http_response_size_bytes_sum{method="GET",path="/dist/.vite/manifest.json"} 835 http_response_size_bytes_count{method="GET",path="/dist/.vite/manifest.json"} 19 http_response_size_bytes_bucket{method="GET",path="/dist/manifest.json",le="100"} 19 http_response_size_bytes_bucket{method="GET",path="/dist/manifest.json",le="500"} 19 http_response_size_bytes_bucket{method="GET",path="/dist/manifest.json",le="1000"} 19 http_response_size_bytes_bucket{method="GET",path="/dist/manifest.json",le="5000"} 19 http_response_size_bytes_bucket{method="GET",path="/dist/manifest.json",le="10000"} 19 http_response_size_bytes_bucket{method="GET",path="/dist/manifest.json",le="50000"} 19 http_response_size_bytes_bucket{method="GET",path="/dist/manifest.json",le="100000"} 19 http_response_size_bytes_bucket{method="GET",path="/dist/manifest.json",le="500000"} 19 http_response_size_bytes_bucket{method="GET",path="/dist/manifest.json",le="1e+06"} 19 http_response_size_bytes_bucket{method="GET",path="/dist/manifest.json",le="+Inf"} 19 http_response_size_bytes_sum{method="GET",path="/dist/manifest.json"} 834 http_response_size_bytes_count{method="GET",path="/dist/manifest.json"} 19 http_response_size_bytes_bucket{method="GET",path="/distribution.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/distribution.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/distribution.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/distribution.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/distribution.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/distribution.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/distribution.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/distribution.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/distribution.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/distribution.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/distribution.zip"} 40 http_response_size_bytes_count{method="GET",path="/distribution.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/division.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/division.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/division.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/division.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/division.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/division.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/division.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/division.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/division.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/division.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/division.zip"} 40 http_response_size_bytes_count{method="GET",path="/division.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/django.7z",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/django.7z",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/django.7z",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/django.7z",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/django.7z",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/django.7z",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/django.7z",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/django.7z",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/django.7z",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/django.7z",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/django.7z"} 43 http_response_size_bytes_count{method="GET",path="/django.7z"} 1 http_response_size_bytes_bucket{method="GET",path="/django.bz2",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/django.bz2",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/django.bz2",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/django.bz2",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/django.bz2",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/django.bz2",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/django.bz2",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/django.bz2",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/django.bz2",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/django.bz2",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/django.bz2"} 43 http_response_size_bytes_count{method="GET",path="/django.bz2"} 1 http_response_size_bytes_bucket{method="GET",path="/django.gz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/django.gz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/django.gz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/django.gz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/django.gz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/django.gz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/django.gz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/django.gz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/django.gz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/django.gz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/django.gz"} 43 http_response_size_bytes_count{method="GET",path="/django.gz"} 1 http_response_size_bytes_bucket{method="GET",path="/django.rar",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/django.rar",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/django.rar",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/django.rar",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/django.rar",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/django.rar",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/django.rar",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/django.rar",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/django.rar",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/django.rar",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/django.rar"} 43 http_response_size_bytes_count{method="GET",path="/django.rar"} 1 http_response_size_bytes_bucket{method="GET",path="/django.sql",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/django.sql",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/django.sql",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/django.sql",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/django.sql",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/django.sql",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/django.sql",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/django.sql",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/django.sql",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/django.sql",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/django.sql"} 43 http_response_size_bytes_count{method="GET",path="/django.sql"} 1 http_response_size_bytes_bucket{method="GET",path="/django.sql.bz2",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/django.sql.bz2",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/django.sql.bz2",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/django.sql.bz2",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/django.sql.bz2",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/django.sql.bz2",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/django.sql.bz2",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/django.sql.bz2",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/django.sql.bz2",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/django.sql.bz2",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/django.sql.bz2"} 43 http_response_size_bytes_count{method="GET",path="/django.sql.bz2"} 1 http_response_size_bytes_bucket{method="GET",path="/django.sql.gz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/django.sql.gz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/django.sql.gz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/django.sql.gz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/django.sql.gz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/django.sql.gz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/django.sql.gz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/django.sql.gz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/django.sql.gz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/django.sql.gz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/django.sql.gz"} 43 http_response_size_bytes_count{method="GET",path="/django.sql.gz"} 1 http_response_size_bytes_bucket{method="GET",path="/django.tar",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/django.tar",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/django.tar",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/django.tar",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/django.tar",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/django.tar",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/django.tar",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/django.tar",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/django.tar",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/django.tar",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/django.tar"} 43 http_response_size_bytes_count{method="GET",path="/django.tar"} 1 http_response_size_bytes_bucket{method="GET",path="/django.tar.bz2",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/django.tar.bz2",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/django.tar.bz2",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/django.tar.bz2",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/django.tar.bz2",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/django.tar.bz2",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/django.tar.bz2",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/django.tar.bz2",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/django.tar.bz2",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/django.tar.bz2",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/django.tar.bz2"} 43 http_response_size_bytes_count{method="GET",path="/django.tar.bz2"} 1 http_response_size_bytes_bucket{method="GET",path="/django.tar.gz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/django.tar.gz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/django.tar.gz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/django.tar.gz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/django.tar.gz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/django.tar.gz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/django.tar.gz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/django.tar.gz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/django.tar.gz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/django.tar.gz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/django.tar.gz"} 43 http_response_size_bytes_count{method="GET",path="/django.tar.gz"} 1 http_response_size_bytes_bucket{method="GET",path="/django.tar.xz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/django.tar.xz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/django.tar.xz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/django.tar.xz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/django.tar.xz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/django.tar.xz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/django.tar.xz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/django.tar.xz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/django.tar.xz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/django.tar.xz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/django.tar.xz"} 43 http_response_size_bytes_count{method="GET",path="/django.tar.xz"} 1 http_response_size_bytes_bucket{method="GET",path="/django.tgz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/django.tgz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/django.tgz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/django.tgz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/django.tgz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/django.tgz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/django.tgz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/django.tgz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/django.tgz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/django.tgz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/django.tgz"} 43 http_response_size_bytes_count{method="GET",path="/django.tgz"} 1 http_response_size_bytes_bucket{method="GET",path="/django.zip",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/django.zip",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/django.zip",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/django.zip",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/django.zip",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/django.zip",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/django.zip",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/django.zip",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/django.zip",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/django.zip",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/django.zip"} 83 http_response_size_bytes_count{method="GET",path="/django.zip"} 3 http_response_size_bytes_bucket{method="GET",path="/django.zst",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/django.zst",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/django.zst",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/django.zst",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/django.zst",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/django.zst",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/django.zst",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/django.zst",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/django.zst",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/django.zst",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/django.zst"} 43 http_response_size_bytes_count{method="GET",path="/django.zst"} 1 http_response_size_bytes_bucket{method="GET",path="/dlu.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/dlu.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/dlu.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/dlu.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/dlu.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/dlu.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/dlu.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/dlu.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/dlu.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/dlu.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/dlu.php"} 43 http_response_size_bytes_count{method="GET",path="/dlu.php"} 1 http_response_size_bytes_bucket{method="GET",path="/dnscfg.cgi",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/dnscfg.cgi",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/dnscfg.cgi",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/dnscfg.cgi",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/dnscfg.cgi",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/dnscfg.cgi",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/dnscfg.cgi",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/dnscfg.cgi",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/dnscfg.cgi",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/dnscfg.cgi",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/dnscfg.cgi"} 88 http_response_size_bytes_count{method="GET",path="/dnscfg.cgi"} 2 http_response_size_bytes_bucket{method="GET",path="/doc.php",le="100"} 5 http_response_size_bytes_bucket{method="GET",path="/doc.php",le="500"} 5 http_response_size_bytes_bucket{method="GET",path="/doc.php",le="1000"} 5 http_response_size_bytes_bucket{method="GET",path="/doc.php",le="5000"} 5 http_response_size_bytes_bucket{method="GET",path="/doc.php",le="10000"} 5 http_response_size_bytes_bucket{method="GET",path="/doc.php",le="50000"} 5 http_response_size_bytes_bucket{method="GET",path="/doc.php",le="100000"} 5 http_response_size_bytes_bucket{method="GET",path="/doc.php",le="500000"} 5 http_response_size_bytes_bucket{method="GET",path="/doc.php",le="1e+06"} 5 http_response_size_bytes_bucket{method="GET",path="/doc.php",le="+Inf"} 5 http_response_size_bytes_sum{method="GET",path="/doc.php"} 215 http_response_size_bytes_count{method="GET",path="/doc.php"} 5 http_response_size_bytes_bucket{method="GET",path="/docker-cloud.yml",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/docker-cloud.yml",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/docker-cloud.yml",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/docker-cloud.yml",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/docker-cloud.yml",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/docker-cloud.yml",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/docker-cloud.yml",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/docker-cloud.yml",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/docker-cloud.yml",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/docker-cloud.yml",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/docker-cloud.yml"} 176 http_response_size_bytes_count{method="GET",path="/docker-cloud.yml"} 4 http_response_size_bytes_bucket{method="GET",path="/docker-compose.yaml",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/docker-compose.yaml",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/docker-compose.yaml",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/docker-compose.yaml",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/docker-compose.yaml",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/docker-compose.yaml",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/docker-compose.yaml",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/docker-compose.yaml",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/docker-compose.yaml",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/docker-compose.yaml",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/docker-compose.yaml"} 86 http_response_size_bytes_count{method="GET",path="/docker-compose.yaml"} 2 http_response_size_bytes_bucket{method="GET",path="/docker-compose.yml",le="100"} 6 http_response_size_bytes_bucket{method="GET",path="/docker-compose.yml",le="500"} 6 http_response_size_bytes_bucket{method="GET",path="/docker-compose.yml",le="1000"} 6 http_response_size_bytes_bucket{method="GET",path="/docker-compose.yml",le="5000"} 6 http_response_size_bytes_bucket{method="GET",path="/docker-compose.yml",le="10000"} 6 http_response_size_bytes_bucket{method="GET",path="/docker-compose.yml",le="50000"} 6 http_response_size_bytes_bucket{method="GET",path="/docker-compose.yml",le="100000"} 6 http_response_size_bytes_bucket{method="GET",path="/docker-compose.yml",le="500000"} 6 http_response_size_bytes_bucket{method="GET",path="/docker-compose.yml",le="1e+06"} 6 http_response_size_bytes_bucket{method="GET",path="/docker-compose.yml",le="+Inf"} 6 http_response_size_bytes_sum{method="GET",path="/docker-compose.yml"} 262 http_response_size_bytes_count{method="GET",path="/docker-compose.yml"} 6 http_response_size_bytes_bucket{method="GET",path="/docker-compose/.env",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/docker-compose/.env",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/docker-compose/.env",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/docker-compose/.env",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/docker-compose/.env",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/docker-compose/.env",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/docker-compose/.env",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/docker-compose/.env",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/docker-compose/.env",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/docker-compose/.env",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/docker-compose/.env"} 88 http_response_size_bytes_count{method="GET",path="/docker-compose/.env"} 2 http_response_size_bytes_bucket{method="GET",path="/docker/.env",le="100"} 10 http_response_size_bytes_bucket{method="GET",path="/docker/.env",le="500"} 10 http_response_size_bytes_bucket{method="GET",path="/docker/.env",le="1000"} 10 http_response_size_bytes_bucket{method="GET",path="/docker/.env",le="5000"} 10 http_response_size_bytes_bucket{method="GET",path="/docker/.env",le="10000"} 10 http_response_size_bytes_bucket{method="GET",path="/docker/.env",le="50000"} 10 http_response_size_bytes_bucket{method="GET",path="/docker/.env",le="100000"} 10 http_response_size_bytes_bucket{method="GET",path="/docker/.env",le="500000"} 10 http_response_size_bytes_bucket{method="GET",path="/docker/.env",le="1e+06"} 10 http_response_size_bytes_bucket{method="GET",path="/docker/.env",le="+Inf"} 10 http_response_size_bytes_sum{method="GET",path="/docker/.env"} 433 http_response_size_bytes_count{method="GET",path="/docker/.env"} 10 http_response_size_bytes_bucket{method="GET",path="/docker/app/.env",le="100"} 7 http_response_size_bytes_bucket{method="GET",path="/docker/app/.env",le="500"} 7 http_response_size_bytes_bucket{method="GET",path="/docker/app/.env",le="1000"} 7 http_response_size_bytes_bucket{method="GET",path="/docker/app/.env",le="5000"} 7 http_response_size_bytes_bucket{method="GET",path="/docker/app/.env",le="10000"} 7 http_response_size_bytes_bucket{method="GET",path="/docker/app/.env",le="50000"} 7 http_response_size_bytes_bucket{method="GET",path="/docker/app/.env",le="100000"} 7 http_response_size_bytes_bucket{method="GET",path="/docker/app/.env",le="500000"} 7 http_response_size_bytes_bucket{method="GET",path="/docker/app/.env",le="1e+06"} 7 http_response_size_bytes_bucket{method="GET",path="/docker/app/.env",le="+Inf"} 7 http_response_size_bytes_sum{method="GET",path="/docker/app/.env"} 301 http_response_size_bytes_count{method="GET",path="/docker/app/.env"} 7 http_response_size_bytes_bucket{method="GET",path="/docker/overlay/config.json",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/docker/overlay/config.json",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/docker/overlay/config.json",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/docker/overlay/config.json",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/docker/overlay/config.json",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/docker/overlay/config.json",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/docker/overlay/config.json",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/docker/overlay/config.json",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/docker/overlay/config.json",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/docker/overlay/config.json",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/docker/overlay/config.json"} 88 http_response_size_bytes_count{method="GET",path="/docker/overlay/config.json"} 2 http_response_size_bytes_bucket{method="GET",path="/docker/registry/config.yml",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/docker/registry/config.yml",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/docker/registry/config.yml",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/docker/registry/config.yml",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/docker/registry/config.yml",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/docker/registry/config.yml",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/docker/registry/config.yml",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/docker/registry/config.yml",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/docker/registry/config.yml",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/docker/registry/config.yml",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/docker/registry/config.yml"} 88 http_response_size_bytes_count{method="GET",path="/docker/registry/config.yml"} 2 http_response_size_bytes_bucket{method="GET",path="/docs",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/docs",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/docs",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/docs",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/docs",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/docs",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/docs",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/docs",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/docs",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/docs",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/docs"} 87 http_response_size_bytes_count{method="GET",path="/docs"} 2 http_response_size_bytes_bucket{method="GET",path="/docs.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/docs.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/docs.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/docs.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/docs.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/docs.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/docs.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/docs.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/docs.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/docs.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/docs.zip"} 40 http_response_size_bytes_count{method="GET",path="/docs.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/docs/phpinfo.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/docs/phpinfo.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/docs/phpinfo.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/docs/phpinfo.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/docs/phpinfo.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/docs/phpinfo.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/docs/phpinfo.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/docs/phpinfo.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/docs/phpinfo.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/docs/phpinfo.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/docs/phpinfo.php"} 44 http_response_size_bytes_count{method="GET",path="/docs/phpinfo.php"} 1 http_response_size_bytes_bucket{method="GET",path="/documentation.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/documentation.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/documentation.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/documentation.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/documentation.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/documentation.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/documentation.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/documentation.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/documentation.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/documentation.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/documentation.zip"} 40 http_response_size_bytes_count{method="GET",path="/documentation.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/documents.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/documents.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/documents.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/documents.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/documents.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/documents.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/documents.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/documents.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/documents.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/documents.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/documents.zip"} 40 http_response_size_bytes_count{method="GET",path="/documents.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/domain.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/domain.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/domain.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/domain.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/domain.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/domain.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/domain.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/domain.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/domain.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/domain.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/domain.zip"} 39 http_response_size_bytes_count{method="GET",path="/domain.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/domains.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/domains.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/domains.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/domains.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/domains.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/domains.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/domains.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/domains.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/domains.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/domains.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/domains.php"} 86 http_response_size_bytes_count{method="GET",path="/domains.php"} 2 http_response_size_bytes_bucket{method="GET",path="/domains.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/domains.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/domains.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/domains.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/domains.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/domains.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/domains.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/domains.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/domains.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/domains.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/domains.zip"} 40 http_response_size_bytes_count{method="GET",path="/domains.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/dostshell.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/dostshell.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/dostshell.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/dostshell.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/dostshell.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/dostshell.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/dostshell.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/dostshell.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/dostshell.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/dostshell.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/dostshell.php"} 86 http_response_size_bytes_count{method="GET",path="/dostshell.php"} 2 http_response_size_bytes_bucket{method="GET",path="/dotenv.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/dotenv.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/dotenv.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/dotenv.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/dotenv.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/dotenv.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/dotenv.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/dotenv.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/dotenv.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/dotenv.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/dotenv.zip"} 40 http_response_size_bytes_count{method="GET",path="/dotenv.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/doti.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/doti.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/doti.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/doti.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/doti.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/doti.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/doti.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/doti.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/doti.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/doti.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/doti.php"} 43 http_response_size_bytes_count{method="GET",path="/doti.php"} 1 http_response_size_bytes_bucket{method="GET",path="/dotnet.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/dotnet.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/dotnet.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/dotnet.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/dotnet.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/dotnet.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/dotnet.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/dotnet.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/dotnet.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/dotnet.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/dotnet.zip"} 40 http_response_size_bytes_count{method="GET",path="/dotnet.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/downloads.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/downloads.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/downloads.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/downloads.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/downloads.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/downloads.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/downloads.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/downloads.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/downloads.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/downloads.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/downloads.zip"} 40 http_response_size_bytes_count{method="GET",path="/downloads.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/dr.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/dr.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/dr.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/dr.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/dr.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/dr.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/dr.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/dr.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/dr.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/dr.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/dr.php"} 43 http_response_size_bytes_count{method="GET",path="/dr.php"} 1 http_response_size_bytes_bucket{method="GET",path="/drafts.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/drafts.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/drafts.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/drafts.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/drafts.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/drafts.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/drafts.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/drafts.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/drafts.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/drafts.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/drafts.zip"} 40 http_response_size_bytes_count{method="GET",path="/drafts.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/dreamhost.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/dreamhost.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/dreamhost.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/dreamhost.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/dreamhost.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/dreamhost.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/dreamhost.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/dreamhost.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/dreamhost.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/dreamhost.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/dreamhost.zip"} 40 http_response_size_bytes_count{method="GET",path="/dreamhost.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/drhunthq.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/drhunthq.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/drhunthq.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/drhunthq.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/drhunthq.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/drhunthq.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/drhunthq.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/drhunthq.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/drhunthq.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/drhunthq.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/drhunthq.php"} 86 http_response_size_bytes_count{method="GET",path="/drhunthq.php"} 2 http_response_size_bytes_bucket{method="GET",path="/drivers.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/drivers.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/drivers.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/drivers.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/drivers.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/drivers.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/drivers.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/drivers.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/drivers.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/drivers.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/drivers.zip"} 40 http_response_size_bytes_count{method="GET",path="/drivers.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/dropbox.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/dropbox.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/dropbox.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/dropbox.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/dropbox.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/dropbox.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/dropbox.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/dropbox.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/dropbox.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/dropbox.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/dropbox.zip"} 40 http_response_size_bytes_count{method="GET",path="/dropbox.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/dropdown.php",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/dropdown.php",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/dropdown.php",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/dropdown.php",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/dropdown.php",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/dropdown.php",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/dropdown.php",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/dropdown.php",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/dropdown.php",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/dropdown.php",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/dropdown.php"} 130 http_response_size_bytes_count{method="GET",path="/dropdown.php"} 3 http_response_size_bytes_bucket{method="GET",path="/drupal.7z",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/drupal.7z",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/drupal.7z",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/drupal.7z",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/drupal.7z",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/drupal.7z",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/drupal.7z",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/drupal.7z",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/drupal.7z",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/drupal.7z",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/drupal.7z"} 43 http_response_size_bytes_count{method="GET",path="/drupal.7z"} 1 http_response_size_bytes_bucket{method="GET",path="/drupal.bz2",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/drupal.bz2",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/drupal.bz2",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/drupal.bz2",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/drupal.bz2",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/drupal.bz2",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/drupal.bz2",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/drupal.bz2",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/drupal.bz2",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/drupal.bz2",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/drupal.bz2"} 43 http_response_size_bytes_count{method="GET",path="/drupal.bz2"} 1 http_response_size_bytes_bucket{method="GET",path="/drupal.gz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/drupal.gz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/drupal.gz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/drupal.gz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/drupal.gz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/drupal.gz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/drupal.gz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/drupal.gz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/drupal.gz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/drupal.gz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/drupal.gz"} 43 http_response_size_bytes_count{method="GET",path="/drupal.gz"} 1 http_response_size_bytes_bucket{method="GET",path="/drupal.rar",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/drupal.rar",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/drupal.rar",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/drupal.rar",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/drupal.rar",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/drupal.rar",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/drupal.rar",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/drupal.rar",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/drupal.rar",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/drupal.rar",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/drupal.rar"} 43 http_response_size_bytes_count{method="GET",path="/drupal.rar"} 1 http_response_size_bytes_bucket{method="GET",path="/drupal.sql",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/drupal.sql",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/drupal.sql",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/drupal.sql",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/drupal.sql",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/drupal.sql",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/drupal.sql",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/drupal.sql",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/drupal.sql",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/drupal.sql",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/drupal.sql"} 43 http_response_size_bytes_count{method="GET",path="/drupal.sql"} 1 http_response_size_bytes_bucket{method="GET",path="/drupal.sql.bz2",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/drupal.sql.bz2",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/drupal.sql.bz2",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/drupal.sql.bz2",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/drupal.sql.bz2",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/drupal.sql.bz2",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/drupal.sql.bz2",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/drupal.sql.bz2",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/drupal.sql.bz2",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/drupal.sql.bz2",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/drupal.sql.bz2"} 43 http_response_size_bytes_count{method="GET",path="/drupal.sql.bz2"} 1 http_response_size_bytes_bucket{method="GET",path="/drupal.sql.gz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/drupal.sql.gz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/drupal.sql.gz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/drupal.sql.gz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/drupal.sql.gz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/drupal.sql.gz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/drupal.sql.gz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/drupal.sql.gz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/drupal.sql.gz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/drupal.sql.gz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/drupal.sql.gz"} 43 http_response_size_bytes_count{method="GET",path="/drupal.sql.gz"} 1 http_response_size_bytes_bucket{method="GET",path="/drupal.tar",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/drupal.tar",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/drupal.tar",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/drupal.tar",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/drupal.tar",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/drupal.tar",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/drupal.tar",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/drupal.tar",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/drupal.tar",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/drupal.tar",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/drupal.tar"} 43 http_response_size_bytes_count{method="GET",path="/drupal.tar"} 1 http_response_size_bytes_bucket{method="GET",path="/drupal.tar.bz2",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/drupal.tar.bz2",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/drupal.tar.bz2",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/drupal.tar.bz2",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/drupal.tar.bz2",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/drupal.tar.bz2",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/drupal.tar.bz2",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/drupal.tar.bz2",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/drupal.tar.bz2",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/drupal.tar.bz2",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/drupal.tar.bz2"} 43 http_response_size_bytes_count{method="GET",path="/drupal.tar.bz2"} 1 http_response_size_bytes_bucket{method="GET",path="/drupal.tar.gz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/drupal.tar.gz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/drupal.tar.gz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/drupal.tar.gz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/drupal.tar.gz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/drupal.tar.gz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/drupal.tar.gz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/drupal.tar.gz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/drupal.tar.gz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/drupal.tar.gz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/drupal.tar.gz"} 43 http_response_size_bytes_count{method="GET",path="/drupal.tar.gz"} 1 http_response_size_bytes_bucket{method="GET",path="/drupal.tar.xz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/drupal.tar.xz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/drupal.tar.xz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/drupal.tar.xz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/drupal.tar.xz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/drupal.tar.xz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/drupal.tar.xz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/drupal.tar.xz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/drupal.tar.xz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/drupal.tar.xz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/drupal.tar.xz"} 43 http_response_size_bytes_count{method="GET",path="/drupal.tar.xz"} 1 http_response_size_bytes_bucket{method="GET",path="/drupal.tgz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/drupal.tgz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/drupal.tgz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/drupal.tgz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/drupal.tgz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/drupal.tgz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/drupal.tgz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/drupal.tgz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/drupal.tgz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/drupal.tgz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/drupal.tgz"} 43 http_response_size_bytes_count{method="GET",path="/drupal.tgz"} 1 http_response_size_bytes_bucket{method="GET",path="/drupal.zip",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/drupal.zip",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/drupal.zip",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/drupal.zip",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/drupal.zip",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/drupal.zip",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/drupal.zip",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/drupal.zip",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/drupal.zip",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/drupal.zip",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/drupal.zip"} 83 http_response_size_bytes_count{method="GET",path="/drupal.zip"} 3 http_response_size_bytes_bucket{method="GET",path="/drupal.zst",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/drupal.zst",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/drupal.zst",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/drupal.zst",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/drupal.zst",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/drupal.zst",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/drupal.zst",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/drupal.zst",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/drupal.zst",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/drupal.zst",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/drupal.zst"} 43 http_response_size_bytes_count{method="GET",path="/drupal.zst"} 1 http_response_size_bytes_bucket{method="GET",path="/drupal/.env",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/drupal/.env",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/drupal/.env",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/drupal/.env",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/drupal/.env",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/drupal/.env",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/drupal/.env",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/drupal/.env",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/drupal/.env",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/drupal/.env",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/drupal/.env"} 87 http_response_size_bytes_count{method="GET",path="/drupal/.env"} 2 http_response_size_bytes_bucket{method="GET",path="/drykl.php",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/drykl.php",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/drykl.php",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/drykl.php",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/drykl.php",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/drykl.php",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/drykl.php",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/drykl.php",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/drykl.php",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/drykl.php",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/drykl.php"} 172 http_response_size_bytes_count{method="GET",path="/drykl.php"} 4 http_response_size_bytes_bucket{method="GET",path="/dump.7z",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/dump.7z",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/dump.7z",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/dump.7z",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/dump.7z",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/dump.7z",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/dump.7z",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/dump.7z",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/dump.7z",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/dump.7z",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/dump.7z"} 43 http_response_size_bytes_count{method="GET",path="/dump.7z"} 1 http_response_size_bytes_bucket{method="GET",path="/dump.bz2",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/dump.bz2",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/dump.bz2",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/dump.bz2",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/dump.bz2",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/dump.bz2",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/dump.bz2",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/dump.bz2",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/dump.bz2",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/dump.bz2",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/dump.bz2"} 43 http_response_size_bytes_count{method="GET",path="/dump.bz2"} 1 http_response_size_bytes_bucket{method="GET",path="/dump.gz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/dump.gz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/dump.gz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/dump.gz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/dump.gz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/dump.gz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/dump.gz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/dump.gz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/dump.gz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/dump.gz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/dump.gz"} 43 http_response_size_bytes_count{method="GET",path="/dump.gz"} 1 http_response_size_bytes_bucket{method="GET",path="/dump.rar",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/dump.rar",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/dump.rar",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/dump.rar",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/dump.rar",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/dump.rar",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/dump.rar",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/dump.rar",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/dump.rar",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/dump.rar",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/dump.rar"} 43 http_response_size_bytes_count{method="GET",path="/dump.rar"} 1 http_response_size_bytes_bucket{method="GET",path="/dump.sql",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/dump.sql",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/dump.sql",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/dump.sql",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/dump.sql",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/dump.sql",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/dump.sql",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/dump.sql",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/dump.sql",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/dump.sql",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/dump.sql"} 129 http_response_size_bytes_count{method="GET",path="/dump.sql"} 3 http_response_size_bytes_bucket{method="GET",path="/dump.sql.bz2",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/dump.sql.bz2",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/dump.sql.bz2",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/dump.sql.bz2",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/dump.sql.bz2",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/dump.sql.bz2",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/dump.sql.bz2",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/dump.sql.bz2",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/dump.sql.bz2",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/dump.sql.bz2",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/dump.sql.bz2"} 43 http_response_size_bytes_count{method="GET",path="/dump.sql.bz2"} 1 http_response_size_bytes_bucket{method="GET",path="/dump.sql.gz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/dump.sql.gz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/dump.sql.gz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/dump.sql.gz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/dump.sql.gz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/dump.sql.gz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/dump.sql.gz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/dump.sql.gz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/dump.sql.gz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/dump.sql.gz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/dump.sql.gz"} 43 http_response_size_bytes_count{method="GET",path="/dump.sql.gz"} 1 http_response_size_bytes_bucket{method="GET",path="/dump.tar",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/dump.tar",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/dump.tar",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/dump.tar",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/dump.tar",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/dump.tar",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/dump.tar",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/dump.tar",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/dump.tar",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/dump.tar",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/dump.tar"} 43 http_response_size_bytes_count{method="GET",path="/dump.tar"} 1 http_response_size_bytes_bucket{method="GET",path="/dump.tar.bz2",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/dump.tar.bz2",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/dump.tar.bz2",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/dump.tar.bz2",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/dump.tar.bz2",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/dump.tar.bz2",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/dump.tar.bz2",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/dump.tar.bz2",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/dump.tar.bz2",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/dump.tar.bz2",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/dump.tar.bz2"} 43 http_response_size_bytes_count{method="GET",path="/dump.tar.bz2"} 1 http_response_size_bytes_bucket{method="GET",path="/dump.tar.gz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/dump.tar.gz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/dump.tar.gz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/dump.tar.gz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/dump.tar.gz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/dump.tar.gz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/dump.tar.gz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/dump.tar.gz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/dump.tar.gz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/dump.tar.gz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/dump.tar.gz"} 43 http_response_size_bytes_count{method="GET",path="/dump.tar.gz"} 1 http_response_size_bytes_bucket{method="GET",path="/dump.tar.xz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/dump.tar.xz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/dump.tar.xz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/dump.tar.xz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/dump.tar.xz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/dump.tar.xz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/dump.tar.xz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/dump.tar.xz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/dump.tar.xz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/dump.tar.xz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/dump.tar.xz"} 43 http_response_size_bytes_count{method="GET",path="/dump.tar.xz"} 1 http_response_size_bytes_bucket{method="GET",path="/dump.tgz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/dump.tgz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/dump.tgz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/dump.tgz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/dump.tgz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/dump.tgz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/dump.tgz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/dump.tgz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/dump.tgz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/dump.tgz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/dump.tgz"} 43 http_response_size_bytes_count{method="GET",path="/dump.tgz"} 1 http_response_size_bytes_bucket{method="GET",path="/dump.zip",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/dump.zip",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/dump.zip",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/dump.zip",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/dump.zip",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/dump.zip",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/dump.zip",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/dump.zip",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/dump.zip",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/dump.zip",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/dump.zip"} 82 http_response_size_bytes_count{method="GET",path="/dump.zip"} 3 http_response_size_bytes_bucket{method="GET",path="/dump.zst",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/dump.zst",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/dump.zst",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/dump.zst",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/dump.zst",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/dump.zst",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/dump.zst",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/dump.zst",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/dump.zst",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/dump.zst",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/dump.zst"} 43 http_response_size_bytes_count{method="GET",path="/dump.zst"} 1 http_response_size_bytes_bucket{method="GET",path="/duplicate.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/duplicate.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/duplicate.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/duplicate.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/duplicate.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/duplicate.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/duplicate.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/duplicate.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/duplicate.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/duplicate.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/duplicate.zip"} 40 http_response_size_bytes_count{method="GET",path="/duplicate.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/dx.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/dx.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/dx.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/dx.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/dx.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/dx.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/dx.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/dx.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/dx.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/dx.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/dx.php"} 86 http_response_size_bytes_count{method="GET",path="/dx.php"} 2 http_response_size_bytes_bucket{method="GET",path="/ea.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/ea.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/ea.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/ea.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/ea.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/ea.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/ea.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/ea.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/ea.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/ea.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/ea.php"} 43 http_response_size_bytes_count{method="GET",path="/ea.php"} 1 http_response_size_bytes_bucket{method="GET",path="/ecommerce.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/ecommerce.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/ecommerce.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/ecommerce.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/ecommerce.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/ecommerce.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/ecommerce.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/ecommerce.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/ecommerce.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/ecommerce.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/ecommerce.zip"} 40 http_response_size_bytes_count{method="GET",path="/ecommerce.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/ecp/Current/exporttool/microsoft.exchange.ediscovery.exporttool.application",le="100"} 10 http_response_size_bytes_bucket{method="GET",path="/ecp/Current/exporttool/microsoft.exchange.ediscovery.exporttool.application",le="500"} 10 http_response_size_bytes_bucket{method="GET",path="/ecp/Current/exporttool/microsoft.exchange.ediscovery.exporttool.application",le="1000"} 10 http_response_size_bytes_bucket{method="GET",path="/ecp/Current/exporttool/microsoft.exchange.ediscovery.exporttool.application",le="5000"} 10 http_response_size_bytes_bucket{method="GET",path="/ecp/Current/exporttool/microsoft.exchange.ediscovery.exporttool.application",le="10000"} 10 http_response_size_bytes_bucket{method="GET",path="/ecp/Current/exporttool/microsoft.exchange.ediscovery.exporttool.application",le="50000"} 10 http_response_size_bytes_bucket{method="GET",path="/ecp/Current/exporttool/microsoft.exchange.ediscovery.exporttool.application",le="100000"} 10 http_response_size_bytes_bucket{method="GET",path="/ecp/Current/exporttool/microsoft.exchange.ediscovery.exporttool.application",le="500000"} 10 http_response_size_bytes_bucket{method="GET",path="/ecp/Current/exporttool/microsoft.exchange.ediscovery.exporttool.application",le="1e+06"} 10 http_response_size_bytes_bucket{method="GET",path="/ecp/Current/exporttool/microsoft.exchange.ediscovery.exporttool.application",le="+Inf"} 10 http_response_size_bytes_sum{method="GET",path="/ecp/Current/exporttool/microsoft.exchange.ediscovery.exporttool.application"} 430 http_response_size_bytes_count{method="GET",path="/ecp/Current/exporttool/microsoft.exchange.ediscovery.exporttool.application"} 10 http_response_size_bytes_bucket{method="GET",path="/edge.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/edge.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/edge.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/edge.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/edge.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/edge.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/edge.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/edge.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/edge.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/edge.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/edge.zip"} 40 http_response_size_bytes_count{method="GET",path="/edge.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/edit.php",le="100"} 12 http_response_size_bytes_bucket{method="GET",path="/edit.php",le="500"} 12 http_response_size_bytes_bucket{method="GET",path="/edit.php",le="1000"} 12 http_response_size_bytes_bucket{method="GET",path="/edit.php",le="5000"} 12 http_response_size_bytes_bucket{method="GET",path="/edit.php",le="10000"} 12 http_response_size_bytes_bucket{method="GET",path="/edit.php",le="50000"} 12 http_response_size_bytes_bucket{method="GET",path="/edit.php",le="100000"} 12 http_response_size_bytes_bucket{method="GET",path="/edit.php",le="500000"} 12 http_response_size_bytes_bucket{method="GET",path="/edit.php",le="1e+06"} 12 http_response_size_bytes_bucket{method="GET",path="/edit.php",le="+Inf"} 12 http_response_size_bytes_sum{method="GET",path="/edit.php"} 516 http_response_size_bytes_count{method="GET",path="/edit.php"} 12 http_response_size_bytes_bucket{method="GET",path="/editor/*",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/editor/*",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/editor/*",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/editor/*",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/editor/*",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/editor/*",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/editor/*",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/editor/*",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/editor/*",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/editor/*",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/editor/*"} 88 http_response_size_bytes_count{method="GET",path="/editor/*"} 2 http_response_size_bytes_bucket{method="GET",path="/ee.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/ee.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/ee.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/ee.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/ee.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/ee.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/ee.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/ee.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/ee.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/ee.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/ee.php"} 43 http_response_size_bytes_count{method="GET",path="/ee.php"} 1 http_response_size_bytes_bucket{method="GET",path="/eknmacnl.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/eknmacnl.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/eknmacnl.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/eknmacnl.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/eknmacnl.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/eknmacnl.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/eknmacnl.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/eknmacnl.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/eknmacnl.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/eknmacnl.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/eknmacnl.php"} 43 http_response_size_bytes_count{method="GET",path="/eknmacnl.php"} 1 http_response_size_bytes_bucket{method="GET",path="/elasticsearch.yml",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/elasticsearch.yml",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/elasticsearch.yml",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/elasticsearch.yml",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/elasticsearch.yml",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/elasticsearch.yml",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/elasticsearch.yml",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/elasticsearch.yml",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/elasticsearch.yml",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/elasticsearch.yml",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/elasticsearch.yml"} 176 http_response_size_bytes_count{method="GET",path="/elasticsearch.yml"} 4 http_response_size_bytes_bucket{method="GET",path="/elasticsearch.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/elasticsearch.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/elasticsearch.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/elasticsearch.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/elasticsearch.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/elasticsearch.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/elasticsearch.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/elasticsearch.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/elasticsearch.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/elasticsearch.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/elasticsearch.zip"} 40 http_response_size_bytes_count{method="GET",path="/elasticsearch.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/elasticsearch/.env",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/elasticsearch/.env",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/elasticsearch/.env",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/elasticsearch/.env",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/elasticsearch/.env",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/elasticsearch/.env",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/elasticsearch/.env",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/elasticsearch/.env",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/elasticsearch/.env",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/elasticsearch/.env",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/elasticsearch/.env"} 44 http_response_size_bytes_count{method="GET",path="/elasticsearch/.env"} 1 http_response_size_bytes_bucket{method="GET",path="/elasticsearch_cluster_yml",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/elasticsearch_cluster_yml",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/elasticsearch_cluster_yml",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/elasticsearch_cluster_yml",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/elasticsearch_cluster_yml",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/elasticsearch_cluster_yml",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/elasticsearch_cluster_yml",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/elasticsearch_cluster_yml",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/elasticsearch_cluster_yml",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/elasticsearch_cluster_yml",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/elasticsearch_cluster_yml"} 176 http_response_size_bytes_count{method="GET",path="/elasticsearch_cluster_yml"} 4 http_response_size_bytes_bucket{method="GET",path="/elp.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/elp.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/elp.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/elp.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/elp.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/elp.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/elp.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/elp.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/elp.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/elp.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/elp.php"} 87 http_response_size_bytes_count{method="GET",path="/elp.php"} 2 http_response_size_bytes_bucket{method="GET",path="/email.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/email.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/email.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/email.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/email.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/email.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/email.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/email.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/email.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/email.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/email.zip"} 40 http_response_size_bytes_count{method="GET",path="/email.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/email/.env",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/email/.env",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/email/.env",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/email/.env",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/email/.env",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/email/.env",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/email/.env",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/email/.env",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/email/.env",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/email/.env",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/email/.env"} 87 http_response_size_bytes_count{method="GET",path="/email/.env"} 2 http_response_size_bytes_bucket{method="GET",path="/emailconfig.toml",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/emailconfig.toml",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/emailconfig.toml",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/emailconfig.toml",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/emailconfig.toml",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/emailconfig.toml",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/emailconfig.toml",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/emailconfig.toml",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/emailconfig.toml",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/emailconfig.toml",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/emailconfig.toml"} 88 http_response_size_bytes_count{method="GET",path="/emailconfig.toml"} 2 http_response_size_bytes_bucket{method="GET",path="/en/*",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/en/*",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/en/*",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/en/*",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/en/*",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/en/*",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/en/*",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/en/*",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/en/*",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/en/*",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/en/*"} 88 http_response_size_bytes_count{method="GET",path="/en/*"} 2 http_response_size_bytes_bucket{method="GET",path="/en/.env",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/en/.env",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/en/.env",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/en/.env",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/en/.env",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/en/.env",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/en/.env",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/en/.env",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/en/.env",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/en/.env",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/en/.env"} 87 http_response_size_bytes_count{method="GET",path="/en/.env"} 2 http_response_size_bytes_bucket{method="GET",path="/en0.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/en0.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/en0.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/en0.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/en0.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/en0.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/en0.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/en0.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/en0.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/en0.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/en0.php"} 43 http_response_size_bytes_count{method="GET",path="/en0.php"} 1 http_response_size_bytes_bucket{method="GET",path="/enclas.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/enclas.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/enclas.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/enclas.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/enclas.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/enclas.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/enclas.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/enclas.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/enclas.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/enclas.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/enclas.php"} 86 http_response_size_bytes_count{method="GET",path="/enclas.php"} 2 http_response_size_bytes_bucket{method="GET",path="/encrypted.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/encrypted.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/encrypted.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/encrypted.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/encrypted.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/encrypted.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/encrypted.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/encrypted.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/encrypted.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/encrypted.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/encrypted.zip"} 40 http_response_size_bytes_count{method="GET",path="/encrypted.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/engine/.env",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/engine/.env",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/engine/.env",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/engine/.env",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/engine/.env",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/engine/.env",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/engine/.env",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/engine/.env",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/engine/.env",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/engine/.env",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/engine/.env"} 88 http_response_size_bytes_count{method="GET",path="/engine/.env"} 2 http_response_size_bytes_bucket{method="GET",path="/env",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/env",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/env",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/env",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/env",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/env",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/env",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/env",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/env",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/env",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/env"} 130 http_response_size_bytes_count{method="GET",path="/env"} 3 http_response_size_bytes_bucket{method="GET",path="/env-config.js",le="100"} 19 http_response_size_bytes_bucket{method="GET",path="/env-config.js",le="500"} 19 http_response_size_bytes_bucket{method="GET",path="/env-config.js",le="1000"} 19 http_response_size_bytes_bucket{method="GET",path="/env-config.js",le="5000"} 19 http_response_size_bytes_bucket{method="GET",path="/env-config.js",le="10000"} 19 http_response_size_bytes_bucket{method="GET",path="/env-config.js",le="50000"} 19 http_response_size_bytes_bucket{method="GET",path="/env-config.js",le="100000"} 19 http_response_size_bytes_bucket{method="GET",path="/env-config.js",le="500000"} 19 http_response_size_bytes_bucket{method="GET",path="/env-config.js",le="1e+06"} 19 http_response_size_bytes_bucket{method="GET",path="/env-config.js",le="+Inf"} 19 http_response_size_bytes_sum{method="GET",path="/env-config.js"} 835 http_response_size_bytes_count{method="GET",path="/env-config.js"} 19 http_response_size_bytes_bucket{method="GET",path="/env.backup",le="100"} 7 http_response_size_bytes_bucket{method="GET",path="/env.backup",le="500"} 7 http_response_size_bytes_bucket{method="GET",path="/env.backup",le="1000"} 7 http_response_size_bytes_bucket{method="GET",path="/env.backup",le="5000"} 7 http_response_size_bytes_bucket{method="GET",path="/env.backup",le="10000"} 7 http_response_size_bytes_bucket{method="GET",path="/env.backup",le="50000"} 7 http_response_size_bytes_bucket{method="GET",path="/env.backup",le="100000"} 7 http_response_size_bytes_bucket{method="GET",path="/env.backup",le="500000"} 7 http_response_size_bytes_bucket{method="GET",path="/env.backup",le="1e+06"} 7 http_response_size_bytes_bucket{method="GET",path="/env.backup",le="+Inf"} 7 http_response_size_bytes_sum{method="GET",path="/env.backup"} 301 http_response_size_bytes_count{method="GET",path="/env.backup"} 7 http_response_size_bytes_bucket{method="GET",path="/env.js",le="100"} 22 http_response_size_bytes_bucket{method="GET",path="/env.js",le="500"} 22 http_response_size_bytes_bucket{method="GET",path="/env.js",le="1000"} 22 http_response_size_bytes_bucket{method="GET",path="/env.js",le="5000"} 22 http_response_size_bytes_bucket{method="GET",path="/env.js",le="10000"} 22 http_response_size_bytes_bucket{method="GET",path="/env.js",le="50000"} 22 http_response_size_bytes_bucket{method="GET",path="/env.js",le="100000"} 22 http_response_size_bytes_bucket{method="GET",path="/env.js",le="500000"} 22 http_response_size_bytes_bucket{method="GET",path="/env.js",le="1e+06"} 22 http_response_size_bytes_bucket{method="GET",path="/env.js",le="+Inf"} 22 http_response_size_bytes_sum{method="GET",path="/env.js"} 966 http_response_size_bytes_count{method="GET",path="/env.js"} 22 http_response_size_bytes_bucket{method="GET",path="/env.json",le="100"} 21 http_response_size_bytes_bucket{method="GET",path="/env.json",le="500"} 21 http_response_size_bytes_bucket{method="GET",path="/env.json",le="1000"} 21 http_response_size_bytes_bucket{method="GET",path="/env.json",le="5000"} 21 http_response_size_bytes_bucket{method="GET",path="/env.json",le="10000"} 21 http_response_size_bytes_bucket{method="GET",path="/env.json",le="50000"} 21 http_response_size_bytes_bucket{method="GET",path="/env.json",le="100000"} 21 http_response_size_bytes_bucket{method="GET",path="/env.json",le="500000"} 21 http_response_size_bytes_bucket{method="GET",path="/env.json",le="1e+06"} 21 http_response_size_bytes_bucket{method="GET",path="/env.json",le="+Inf"} 21 http_response_size_bytes_sum{method="GET",path="/env.json"} 924 http_response_size_bytes_count{method="GET",path="/env.json"} 21 http_response_size_bytes_bucket{method="GET",path="/env.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/env.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/env.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/env.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/env.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/env.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/env.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/env.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/env.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/env.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/env.php"} 43 http_response_size_bytes_count{method="GET",path="/env.php"} 1 http_response_size_bytes_bucket{method="GET",path="/env.rb",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/env.rb",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/env.rb",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/env.rb",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/env.rb",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/env.rb",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/env.rb",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/env.rb",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/env.rb",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/env.rb",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/env.rb"} 88 http_response_size_bytes_count{method="GET",path="/env.rb"} 2 http_response_size_bytes_bucket{method="GET",path="/env.txt",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/env.txt",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/env.txt",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/env.txt",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/env.txt",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/env.txt",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/env.txt",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/env.txt",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/env.txt",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/env.txt",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/env.txt"} 88 http_response_size_bytes_count{method="GET",path="/env.txt"} 2 http_response_size_bytes_bucket{method="GET",path="/env.yaml",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/env.yaml",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/env.yaml",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/env.yaml",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/env.yaml",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/env.yaml",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/env.yaml",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/env.yaml",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/env.yaml",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/env.yaml",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/env.yaml"} 88 http_response_size_bytes_count{method="GET",path="/env.yaml"} 2 http_response_size_bytes_bucket{method="GET",path="/env.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/env.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/env.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/env.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/env.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/env.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/env.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/env.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/env.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/env.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/env.zip"} 40 http_response_size_bytes_count{method="GET",path="/env.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/env/.env",le="100"} 6 http_response_size_bytes_bucket{method="GET",path="/env/.env",le="500"} 6 http_response_size_bytes_bucket{method="GET",path="/env/.env",le="1000"} 6 http_response_size_bytes_bucket{method="GET",path="/env/.env",le="5000"} 6 http_response_size_bytes_bucket{method="GET",path="/env/.env",le="10000"} 6 http_response_size_bytes_bucket{method="GET",path="/env/.env",le="50000"} 6 http_response_size_bytes_bucket{method="GET",path="/env/.env",le="100000"} 6 http_response_size_bytes_bucket{method="GET",path="/env/.env",le="500000"} 6 http_response_size_bytes_bucket{method="GET",path="/env/.env",le="1e+06"} 6 http_response_size_bytes_bucket{method="GET",path="/env/.env",le="+Inf"} 6 http_response_size_bytes_sum{method="GET",path="/env/.env"} 258 http_response_size_bytes_count{method="GET",path="/env/.env"} 6 http_response_size_bytes_bucket{method="GET",path="/environment.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/environment.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/environment.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/environment.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/environment.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/environment.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/environment.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/environment.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/environment.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/environment.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/environment.zip"} 40 http_response_size_bytes_count{method="GET",path="/environment.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/epinyins.php",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/epinyins.php",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/epinyins.php",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/epinyins.php",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/epinyins.php",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/epinyins.php",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/epinyins.php",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/epinyins.php",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/epinyins.php",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/epinyins.php",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/epinyins.php"} 129 http_response_size_bytes_count{method="GET",path="/epinyins.php"} 3 http_response_size_bytes_bucket{method="GET",path="/erp/.env",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/erp/.env",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/erp/.env",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/erp/.env",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/erp/.env",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/erp/.env",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/erp/.env",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/erp/.env",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/erp/.env",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/erp/.env",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/erp/.env"} 175 http_response_size_bytes_count{method="GET",path="/erp/.env"} 4 http_response_size_bytes_bucket{method="GET",path="/error.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/error.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/error.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/error.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/error.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/error.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/error.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/error.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/error.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/error.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/error.php"} 86 http_response_size_bytes_count{method="GET",path="/error.php"} 2 http_response_size_bytes_bucket{method="GET",path="/error/",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/error/",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/error/",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/error/",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/error/",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/error/",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/error/",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/error/",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/error/",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/error/",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/error/"} 88 http_response_size_bytes_count{method="GET",path="/error/"} 2 http_response_size_bytes_bucket{method="GET",path="/error_log.php",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/error_log.php",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/error_log.php",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/error_log.php",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/error_log.php",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/error_log.php",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/error_log.php",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/error_log.php",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/error_log.php",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/error_log.php",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/error_log.php"} 129 http_response_size_bytes_count{method="GET",path="/error_log.php"} 3 http_response_size_bytes_bucket{method="GET",path="/errors.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/errors.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/errors.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/errors.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/errors.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/errors.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/errors.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/errors.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/errors.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/errors.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/errors.zip"} 40 http_response_size_bytes_count{method="GET",path="/errors.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/etc.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/etc.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/etc.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/etc.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/etc.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/etc.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/etc.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/etc.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/etc.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/etc.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/etc.zip"} 40 http_response_size_bytes_count{method="GET",path="/etc.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/etc/apache2/apache2.conf",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/etc/apache2/apache2.conf",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/etc/apache2/apache2.conf",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/etc/apache2/apache2.conf",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/etc/apache2/apache2.conf",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/etc/apache2/apache2.conf",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/etc/apache2/apache2.conf",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/etc/apache2/apache2.conf",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/etc/apache2/apache2.conf",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/etc/apache2/apache2.conf",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/etc/apache2/apache2.conf"} 87 http_response_size_bytes_count{method="GET",path="/etc/apache2/apache2.conf"} 2 http_response_size_bytes_bucket{method="GET",path="/etc/boto.cfg",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/etc/boto.cfg",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/etc/boto.cfg",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/etc/boto.cfg",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/etc/boto.cfg",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/etc/boto.cfg",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/etc/boto.cfg",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/etc/boto.cfg",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/etc/boto.cfg",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/etc/boto.cfg",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/etc/boto.cfg"} 88 http_response_size_bytes_count{method="GET",path="/etc/boto.cfg"} 2 http_response_size_bytes_bucket{method="GET",path="/ethnogr.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/ethnogr.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/ethnogr.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/ethnogr.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/ethnogr.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/ethnogr.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/ethnogr.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/ethnogr.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/ethnogr.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/ethnogr.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/ethnogr.php"} 43 http_response_size_bytes_count{method="GET",path="/ethnogr.php"} 1 http_response_size_bytes_bucket{method="GET",path="/ewp.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/ewp.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/ewp.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/ewp.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/ewp.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/ewp.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/ewp.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/ewp.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/ewp.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/ewp.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/ewp.php"} 43 http_response_size_bytes_count{method="GET",path="/ewp.php"} 1 http_response_size_bytes_bucket{method="GET",path="/example.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/example.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/example.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/example.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/example.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/example.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/example.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/example.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/example.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/example.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/example.zip"} 40 http_response_size_bytes_count{method="GET",path="/example.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/exapi/.env",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/exapi/.env",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/exapi/.env",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/exapi/.env",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/exapi/.env",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/exapi/.env",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/exapi/.env",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/exapi/.env",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/exapi/.env",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/exapi/.env",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/exapi/.env"} 88 http_response_size_bytes_count{method="GET",path="/exapi/.env"} 2 http_response_size_bytes_bucket{method="GET",path="/exceptions.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/exceptions.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/exceptions.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/exceptions.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/exceptions.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/exceptions.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/exceptions.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/exceptions.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/exceptions.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/exceptions.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/exceptions.zip"} 40 http_response_size_bytes_count{method="GET",path="/exceptions.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/experimental.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/experimental.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/experimental.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/experimental.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/experimental.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/experimental.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/experimental.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/experimental.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/experimental.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/experimental.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/experimental.zip"} 40 http_response_size_bytes_count{method="GET",path="/experimental.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/explorer/index_.php",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/explorer/index_.php",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/explorer/index_.php",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/explorer/index_.php",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/explorer/index_.php",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/explorer/index_.php",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/explorer/index_.php",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/explorer/index_.php",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/explorer/index_.php",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/explorer/index_.php",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/explorer/index_.php"} 129 http_response_size_bytes_count{method="GET",path="/explorer/index_.php"} 3 http_response_size_bytes_bucket{method="GET",path="/export.7z",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/export.7z",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/export.7z",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/export.7z",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/export.7z",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/export.7z",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/export.7z",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/export.7z",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/export.7z",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/export.7z",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/export.7z"} 43 http_response_size_bytes_count{method="GET",path="/export.7z"} 1 http_response_size_bytes_bucket{method="GET",path="/export.bz2",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/export.bz2",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/export.bz2",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/export.bz2",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/export.bz2",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/export.bz2",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/export.bz2",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/export.bz2",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/export.bz2",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/export.bz2",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/export.bz2"} 43 http_response_size_bytes_count{method="GET",path="/export.bz2"} 1 http_response_size_bytes_bucket{method="GET",path="/export.gz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/export.gz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/export.gz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/export.gz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/export.gz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/export.gz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/export.gz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/export.gz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/export.gz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/export.gz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/export.gz"} 43 http_response_size_bytes_count{method="GET",path="/export.gz"} 1 http_response_size_bytes_bucket{method="GET",path="/export.rar",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/export.rar",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/export.rar",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/export.rar",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/export.rar",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/export.rar",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/export.rar",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/export.rar",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/export.rar",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/export.rar",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/export.rar"} 43 http_response_size_bytes_count{method="GET",path="/export.rar"} 1 http_response_size_bytes_bucket{method="GET",path="/export.sql",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/export.sql",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/export.sql",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/export.sql",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/export.sql",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/export.sql",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/export.sql",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/export.sql",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/export.sql",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/export.sql",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/export.sql"} 43 http_response_size_bytes_count{method="GET",path="/export.sql"} 1 http_response_size_bytes_bucket{method="GET",path="/export.sql.bz2",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/export.sql.bz2",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/export.sql.bz2",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/export.sql.bz2",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/export.sql.bz2",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/export.sql.bz2",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/export.sql.bz2",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/export.sql.bz2",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/export.sql.bz2",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/export.sql.bz2",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/export.sql.bz2"} 43 http_response_size_bytes_count{method="GET",path="/export.sql.bz2"} 1 http_response_size_bytes_bucket{method="GET",path="/export.sql.gz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/export.sql.gz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/export.sql.gz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/export.sql.gz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/export.sql.gz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/export.sql.gz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/export.sql.gz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/export.sql.gz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/export.sql.gz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/export.sql.gz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/export.sql.gz"} 43 http_response_size_bytes_count{method="GET",path="/export.sql.gz"} 1 http_response_size_bytes_bucket{method="GET",path="/export.tar",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/export.tar",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/export.tar",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/export.tar",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/export.tar",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/export.tar",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/export.tar",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/export.tar",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/export.tar",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/export.tar",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/export.tar"} 43 http_response_size_bytes_count{method="GET",path="/export.tar"} 1 http_response_size_bytes_bucket{method="GET",path="/export.tar.bz2",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/export.tar.bz2",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/export.tar.bz2",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/export.tar.bz2",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/export.tar.bz2",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/export.tar.bz2",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/export.tar.bz2",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/export.tar.bz2",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/export.tar.bz2",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/export.tar.bz2",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/export.tar.bz2"} 43 http_response_size_bytes_count{method="GET",path="/export.tar.bz2"} 1 http_response_size_bytes_bucket{method="GET",path="/export.tar.gz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/export.tar.gz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/export.tar.gz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/export.tar.gz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/export.tar.gz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/export.tar.gz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/export.tar.gz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/export.tar.gz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/export.tar.gz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/export.tar.gz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/export.tar.gz"} 43 http_response_size_bytes_count{method="GET",path="/export.tar.gz"} 1 http_response_size_bytes_bucket{method="GET",path="/export.tar.xz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/export.tar.xz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/export.tar.xz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/export.tar.xz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/export.tar.xz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/export.tar.xz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/export.tar.xz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/export.tar.xz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/export.tar.xz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/export.tar.xz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/export.tar.xz"} 43 http_response_size_bytes_count{method="GET",path="/export.tar.xz"} 1 http_response_size_bytes_bucket{method="GET",path="/export.tgz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/export.tgz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/export.tgz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/export.tgz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/export.tgz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/export.tgz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/export.tgz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/export.tgz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/export.tgz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/export.tgz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/export.tgz"} 43 http_response_size_bytes_count{method="GET",path="/export.tgz"} 1 http_response_size_bytes_bucket{method="GET",path="/export.zip",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/export.zip",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/export.zip",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/export.zip",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/export.zip",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/export.zip",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/export.zip",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/export.zip",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/export.zip",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/export.zip",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/export.zip"} 83 http_response_size_bytes_count{method="GET",path="/export.zip"} 3 http_response_size_bytes_bucket{method="GET",path="/export.zst",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/export.zst",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/export.zst",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/export.zst",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/export.zst",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/export.zst",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/export.zst",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/export.zst",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/export.zst",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/export.zst",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/export.zst"} 43 http_response_size_bytes_count{method="GET",path="/export.zst"} 1 http_response_size_bytes_bucket{method="GET",path="/exported/phpinfo.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/exported/phpinfo.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/exported/phpinfo.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/exported/phpinfo.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/exported/phpinfo.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/exported/phpinfo.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/exported/phpinfo.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/exported/phpinfo.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/exported/phpinfo.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/exported/phpinfo.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/exported/phpinfo.php"} 88 http_response_size_bytes_count{method="GET",path="/exported/phpinfo.php"} 2 http_response_size_bytes_bucket{method="GET",path="/exports.7z",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/exports.7z",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/exports.7z",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/exports.7z",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/exports.7z",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/exports.7z",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/exports.7z",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/exports.7z",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/exports.7z",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/exports.7z",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/exports.7z"} 43 http_response_size_bytes_count{method="GET",path="/exports.7z"} 1 http_response_size_bytes_bucket{method="GET",path="/exports.bz2",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/exports.bz2",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/exports.bz2",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/exports.bz2",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/exports.bz2",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/exports.bz2",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/exports.bz2",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/exports.bz2",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/exports.bz2",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/exports.bz2",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/exports.bz2"} 43 http_response_size_bytes_count{method="GET",path="/exports.bz2"} 1 http_response_size_bytes_bucket{method="GET",path="/exports.gz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/exports.gz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/exports.gz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/exports.gz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/exports.gz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/exports.gz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/exports.gz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/exports.gz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/exports.gz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/exports.gz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/exports.gz"} 43 http_response_size_bytes_count{method="GET",path="/exports.gz"} 1 http_response_size_bytes_bucket{method="GET",path="/exports.rar",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/exports.rar",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/exports.rar",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/exports.rar",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/exports.rar",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/exports.rar",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/exports.rar",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/exports.rar",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/exports.rar",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/exports.rar",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/exports.rar"} 43 http_response_size_bytes_count{method="GET",path="/exports.rar"} 1 http_response_size_bytes_bucket{method="GET",path="/exports.sql",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/exports.sql",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/exports.sql",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/exports.sql",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/exports.sql",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/exports.sql",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/exports.sql",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/exports.sql",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/exports.sql",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/exports.sql",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/exports.sql"} 43 http_response_size_bytes_count{method="GET",path="/exports.sql"} 1 http_response_size_bytes_bucket{method="GET",path="/exports.sql.bz2",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/exports.sql.bz2",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/exports.sql.bz2",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/exports.sql.bz2",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/exports.sql.bz2",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/exports.sql.bz2",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/exports.sql.bz2",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/exports.sql.bz2",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/exports.sql.bz2",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/exports.sql.bz2",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/exports.sql.bz2"} 43 http_response_size_bytes_count{method="GET",path="/exports.sql.bz2"} 1 http_response_size_bytes_bucket{method="GET",path="/exports.sql.gz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/exports.sql.gz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/exports.sql.gz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/exports.sql.gz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/exports.sql.gz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/exports.sql.gz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/exports.sql.gz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/exports.sql.gz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/exports.sql.gz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/exports.sql.gz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/exports.sql.gz"} 43 http_response_size_bytes_count{method="GET",path="/exports.sql.gz"} 1 http_response_size_bytes_bucket{method="GET",path="/exports.tar",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/exports.tar",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/exports.tar",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/exports.tar",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/exports.tar",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/exports.tar",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/exports.tar",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/exports.tar",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/exports.tar",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/exports.tar",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/exports.tar"} 43 http_response_size_bytes_count{method="GET",path="/exports.tar"} 1 http_response_size_bytes_bucket{method="GET",path="/exports.tar.bz2",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/exports.tar.bz2",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/exports.tar.bz2",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/exports.tar.bz2",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/exports.tar.bz2",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/exports.tar.bz2",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/exports.tar.bz2",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/exports.tar.bz2",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/exports.tar.bz2",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/exports.tar.bz2",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/exports.tar.bz2"} 43 http_response_size_bytes_count{method="GET",path="/exports.tar.bz2"} 1 http_response_size_bytes_bucket{method="GET",path="/exports.tar.gz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/exports.tar.gz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/exports.tar.gz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/exports.tar.gz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/exports.tar.gz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/exports.tar.gz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/exports.tar.gz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/exports.tar.gz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/exports.tar.gz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/exports.tar.gz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/exports.tar.gz"} 43 http_response_size_bytes_count{method="GET",path="/exports.tar.gz"} 1 http_response_size_bytes_bucket{method="GET",path="/exports.tar.xz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/exports.tar.xz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/exports.tar.xz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/exports.tar.xz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/exports.tar.xz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/exports.tar.xz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/exports.tar.xz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/exports.tar.xz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/exports.tar.xz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/exports.tar.xz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/exports.tar.xz"} 43 http_response_size_bytes_count{method="GET",path="/exports.tar.xz"} 1 http_response_size_bytes_bucket{method="GET",path="/exports.tgz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/exports.tgz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/exports.tgz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/exports.tgz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/exports.tgz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/exports.tgz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/exports.tgz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/exports.tgz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/exports.tgz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/exports.tgz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/exports.tgz"} 43 http_response_size_bytes_count{method="GET",path="/exports.tgz"} 1 http_response_size_bytes_bucket{method="GET",path="/exports.zip",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/exports.zip",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/exports.zip",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/exports.zip",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/exports.zip",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/exports.zip",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/exports.zip",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/exports.zip",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/exports.zip",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/exports.zip",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/exports.zip"} 43 http_response_size_bytes_count{method="GET",path="/exports.zip"} 1 http_response_size_bytes_bucket{method="GET",path="/exports.zst",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/exports.zst",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/exports.zst",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/exports.zst",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/exports.zst",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/exports.zst",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/exports.zst",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/exports.zst",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/exports.zst",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/exports.zst",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/exports.zst"} 43 http_response_size_bytes_count{method="GET",path="/exports.zst"} 1 http_response_size_bytes_bucket{method="GET",path="/express.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/express.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/express.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/express.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/express.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/express.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/express.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/express.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/express.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/express.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/express.zip"} 40 http_response_size_bytes_count{method="GET",path="/express.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/express/.env",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/express/.env",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/express/.env",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/express/.env",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/express/.env",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/express/.env",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/express/.env",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/express/.env",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/express/.env",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/express/.env",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/express/.env"} 88 http_response_size_bytes_count{method="GET",path="/express/.env"} 2 http_response_size_bytes_bucket{method="GET",path="/ey5.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/ey5.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/ey5.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/ey5.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/ey5.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/ey5.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/ey5.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/ey5.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/ey5.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/ey5.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/ey5.php"} 43 http_response_size_bytes_count{method="GET",path="/ey5.php"} 1 http_response_size_bytes_bucket{method="GET",path="/f222.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/f222.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/f222.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/f222.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/f222.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/f222.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/f222.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/f222.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/f222.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/f222.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/f222.php"} 43 http_response_size_bytes_count{method="GET",path="/f222.php"} 1 http_response_size_bytes_bucket{method="GET",path="/f35.php",le="100"} 8 http_response_size_bytes_bucket{method="GET",path="/f35.php",le="500"} 8 http_response_size_bytes_bucket{method="GET",path="/f35.php",le="1000"} 8 http_response_size_bytes_bucket{method="GET",path="/f35.php",le="5000"} 8 http_response_size_bytes_bucket{method="GET",path="/f35.php",le="10000"} 8 http_response_size_bytes_bucket{method="GET",path="/f35.php",le="50000"} 8 http_response_size_bytes_bucket{method="GET",path="/f35.php",le="100000"} 8 http_response_size_bytes_bucket{method="GET",path="/f35.php",le="500000"} 8 http_response_size_bytes_bucket{method="GET",path="/f35.php",le="1e+06"} 8 http_response_size_bytes_bucket{method="GET",path="/f35.php",le="+Inf"} 8 http_response_size_bytes_sum{method="GET",path="/f35.php"} 345 http_response_size_bytes_count{method="GET",path="/f35.php"} 8 http_response_size_bytes_bucket{method="GET",path="/f5.php",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/f5.php",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/f5.php",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/f5.php",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/f5.php",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/f5.php",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/f5.php",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/f5.php",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/f5.php",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/f5.php",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/f5.php"} 172 http_response_size_bytes_count{method="GET",path="/f5.php"} 4 http_response_size_bytes_bucket{method="GET",path="/f6.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/f6.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/f6.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/f6.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/f6.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/f6.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/f6.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/f6.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/f6.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/f6.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/f6.php"} 43 http_response_size_bytes_count{method="GET",path="/f6.php"} 1 http_response_size_bytes_bucket{method="GET",path="/facebook-pixel.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/facebook-pixel.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/facebook-pixel.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/facebook-pixel.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/facebook-pixel.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/facebook-pixel.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/facebook-pixel.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/facebook-pixel.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/facebook-pixel.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/facebook-pixel.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/facebook-pixel.zip"} 40 http_response_size_bytes_count{method="GET",path="/facebook-pixel.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/facebook.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/facebook.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/facebook.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/facebook.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/facebook.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/facebook.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/facebook.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/facebook.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/facebook.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/facebook.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/facebook.zip"} 40 http_response_size_bytes_count{method="GET",path="/facebook.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/favicon.ico",le="100"} 0 http_response_size_bytes_bucket{method="GET",path="/favicon.ico",le="500"} 0 http_response_size_bytes_bucket{method="GET",path="/favicon.ico",le="1000"} 0 http_response_size_bytes_bucket{method="GET",path="/favicon.ico",le="5000"} 0 http_response_size_bytes_bucket{method="GET",path="/favicon.ico",le="10000"} 0 http_response_size_bytes_bucket{method="GET",path="/favicon.ico",le="50000"} 31 http_response_size_bytes_bucket{method="GET",path="/favicon.ico",le="100000"} 31 http_response_size_bytes_bucket{method="GET",path="/favicon.ico",le="500000"} 31 http_response_size_bytes_bucket{method="GET",path="/favicon.ico",le="1e+06"} 31 http_response_size_bytes_bucket{method="GET",path="/favicon.ico",le="+Inf"} 31 http_response_size_bytes_sum{method="GET",path="/favicon.ico"} 477586 http_response_size_bytes_count{method="GET",path="/favicon.ico"} 31 http_response_size_bytes_bucket{method="GET",path="/favicon.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/favicon.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/favicon.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/favicon.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/favicon.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/favicon.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/favicon.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/favicon.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/favicon.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/favicon.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/favicon.php"} 43 http_response_size_bytes_count{method="GET",path="/favicon.php"} 1 http_response_size_bytes_bucket{method="GET",path="/favicon.png",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/favicon.png",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/favicon.png",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/favicon.png",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/favicon.png",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/favicon.png",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/favicon.png",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/favicon.png",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/favicon.png",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/favicon.png",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/favicon.png"} 86 http_response_size_bytes_count{method="GET",path="/favicon.png"} 2 http_response_size_bytes_bucket{method="GET",path="/fe/.env",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/fe/.env",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/fe/.env",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/fe/.env",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/fe/.env",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/fe/.env",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/fe/.env",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/fe/.env",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/fe/.env",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/fe/.env",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/fe/.env"} 88 http_response_size_bytes_count{method="GET",path="/fe/.env"} 2 http_response_size_bytes_bucket{method="GET",path="/fe5.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/fe5.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/fe5.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/fe5.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/fe5.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/fe5.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/fe5.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/fe5.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/fe5.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/fe5.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/fe5.php"} 43 http_response_size_bytes_count{method="GET",path="/fe5.php"} 1 http_response_size_bytes_bucket{method="GET",path="/feature.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/feature.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/feature.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/feature.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/feature.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/feature.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/feature.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/feature.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/feature.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/feature.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/feature.zip"} 40 http_response_size_bytes_count{method="GET",path="/feature.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/fex.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/fex.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/fex.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/fex.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/fex.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/fex.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/fex.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/fex.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/fex.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/fex.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/fex.php"} 43 http_response_size_bytes_count{method="GET",path="/fex.php"} 1 http_response_size_bytes_bucket{method="GET",path="/ff.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/ff.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/ff.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/ff.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/ff.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/ff.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/ff.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/ff.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/ff.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/ff.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/ff.php"} 43 http_response_size_bytes_count{method="GET",path="/ff.php"} 1 http_response_size_bytes_bucket{method="GET",path="/ff1.php",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/ff1.php",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/ff1.php",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/ff1.php",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/ff1.php",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/ff1.php",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/ff1.php",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/ff1.php",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/ff1.php",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/ff1.php",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/ff1.php"} 129 http_response_size_bytes_count{method="GET",path="/ff1.php"} 3 http_response_size_bytes_bucket{method="GET",path="/fff.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/fff.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/fff.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/fff.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/fff.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/fff.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/fff.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/fff.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/fff.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/fff.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/fff.php"} 86 http_response_size_bytes_count{method="GET",path="/fff.php"} 2 http_response_size_bytes_bucket{method="GET",path="/ffile.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/ffile.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/ffile.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/ffile.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/ffile.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/ffile.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/ffile.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/ffile.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/ffile.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/ffile.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/ffile.php"} 43 http_response_size_bytes_count{method="GET",path="/ffile.php"} 1 http_response_size_bytes_bucket{method="GET",path="/figma.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/figma.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/figma.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/figma.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/figma.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/figma.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/figma.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/figma.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/figma.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/figma.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/figma.zip"} 40 http_response_size_bytes_count{method="GET",path="/figma.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/file.php",le="100"} 6 http_response_size_bytes_bucket{method="GET",path="/file.php",le="500"} 6 http_response_size_bytes_bucket{method="GET",path="/file.php",le="1000"} 6 http_response_size_bytes_bucket{method="GET",path="/file.php",le="5000"} 6 http_response_size_bytes_bucket{method="GET",path="/file.php",le="10000"} 6 http_response_size_bytes_bucket{method="GET",path="/file.php",le="50000"} 6 http_response_size_bytes_bucket{method="GET",path="/file.php",le="100000"} 6 http_response_size_bytes_bucket{method="GET",path="/file.php",le="500000"} 6 http_response_size_bytes_bucket{method="GET",path="/file.php",le="1e+06"} 6 http_response_size_bytes_bucket{method="GET",path="/file.php",le="+Inf"} 6 http_response_size_bytes_sum{method="GET",path="/file.php"} 258 http_response_size_bytes_count{method="GET",path="/file.php"} 6 http_response_size_bytes_bucket{method="GET",path="/file1.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/file1.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/file1.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/file1.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/file1.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/file1.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/file1.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/file1.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/file1.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/file1.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/file1.php"} 43 http_response_size_bytes_count{method="GET",path="/file1.php"} 1 http_response_size_bytes_bucket{method="GET",path="/file15.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/file15.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/file15.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/file15.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/file15.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/file15.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/file15.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/file15.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/file15.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/file15.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/file15.php"} 43 http_response_size_bytes_count{method="GET",path="/file15.php"} 1 http_response_size_bytes_bucket{method="GET",path="/file18.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/file18.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/file18.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/file18.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/file18.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/file18.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/file18.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/file18.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/file18.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/file18.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/file18.php"} 43 http_response_size_bytes_count{method="GET",path="/file18.php"} 1 http_response_size_bytes_bucket{method="GET",path="/file2.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/file2.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/file2.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/file2.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/file2.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/file2.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/file2.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/file2.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/file2.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/file2.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/file2.php"} 86 http_response_size_bytes_count{method="GET",path="/file2.php"} 2 http_response_size_bytes_bucket{method="GET",path="/file21.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/file21.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/file21.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/file21.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/file21.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/file21.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/file21.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/file21.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/file21.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/file21.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/file21.php"} 43 http_response_size_bytes_count{method="GET",path="/file21.php"} 1 http_response_size_bytes_bucket{method="GET",path="/file30.php",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/file30.php",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/file30.php",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/file30.php",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/file30.php",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/file30.php",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/file30.php",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/file30.php",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/file30.php",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/file30.php",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/file30.php"} 129 http_response_size_bytes_count{method="GET",path="/file30.php"} 3 http_response_size_bytes_bucket{method="GET",path="/file4.php",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/file4.php",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/file4.php",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/file4.php",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/file4.php",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/file4.php",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/file4.php",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/file4.php",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/file4.php",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/file4.php",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/file4.php"} 172 http_response_size_bytes_count{method="GET",path="/file4.php"} 4 http_response_size_bytes_bucket{method="GET",path="/file48.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/file48.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/file48.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/file48.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/file48.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/file48.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/file48.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/file48.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/file48.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/file48.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/file48.php"} 86 http_response_size_bytes_count{method="GET",path="/file48.php"} 2 http_response_size_bytes_bucket{method="GET",path="/file5.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/file5.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/file5.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/file5.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/file5.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/file5.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/file5.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/file5.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/file5.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/file5.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/file5.php"} 43 http_response_size_bytes_count{method="GET",path="/file5.php"} 1 http_response_size_bytes_bucket{method="GET",path="/file59.php",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/file59.php",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/file59.php",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/file59.php",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/file59.php",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/file59.php",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/file59.php",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/file59.php",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/file59.php",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/file59.php",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/file59.php"} 129 http_response_size_bytes_count{method="GET",path="/file59.php"} 3 http_response_size_bytes_bucket{method="GET",path="/file6.php",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/file6.php",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/file6.php",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/file6.php",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/file6.php",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/file6.php",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/file6.php",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/file6.php",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/file6.php",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/file6.php",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/file6.php"} 129 http_response_size_bytes_count{method="GET",path="/file6.php"} 3 http_response_size_bytes_bucket{method="GET",path="/file60.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/file60.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/file60.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/file60.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/file60.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/file60.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/file60.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/file60.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/file60.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/file60.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/file60.php"} 43 http_response_size_bytes_count{method="GET",path="/file60.php"} 1 http_response_size_bytes_bucket{method="GET",path="/file61.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/file61.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/file61.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/file61.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/file61.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/file61.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/file61.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/file61.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/file61.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/file61.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/file61.php"} 43 http_response_size_bytes_count{method="GET",path="/file61.php"} 1 http_response_size_bytes_bucket{method="GET",path="/file7.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/file7.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/file7.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/file7.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/file7.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/file7.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/file7.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/file7.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/file7.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/file7.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/file7.php"} 86 http_response_size_bytes_count{method="GET",path="/file7.php"} 2 http_response_size_bytes_bucket{method="GET",path="/file8.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/file8.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/file8.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/file8.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/file8.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/file8.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/file8.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/file8.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/file8.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/file8.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/file8.php"} 43 http_response_size_bytes_count{method="GET",path="/file8.php"} 1 http_response_size_bytes_bucket{method="GET",path="/file88.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/file88.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/file88.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/file88.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/file88.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/file88.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/file88.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/file88.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/file88.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/file88.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/file88.php"} 43 http_response_size_bytes_count{method="GET",path="/file88.php"} 1 http_response_size_bytes_bucket{method="GET",path="/file9.php",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/file9.php",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/file9.php",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/file9.php",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/file9.php",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/file9.php",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/file9.php",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/file9.php",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/file9.php",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/file9.php",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/file9.php"} 129 http_response_size_bytes_count{method="GET",path="/file9.php"} 3 http_response_size_bytes_bucket{method="GET",path="/fileas.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/fileas.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/fileas.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/fileas.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/fileas.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/fileas.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/fileas.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/fileas.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/fileas.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/fileas.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/fileas.php"} 43 http_response_size_bytes_count{method="GET",path="/fileas.php"} 1 http_response_size_bytes_bucket{method="GET",path="/filemanager/dialog.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/filemanager/dialog.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/filemanager/dialog.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/filemanager/dialog.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/filemanager/dialog.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/filemanager/dialog.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/filemanager/dialog.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/filemanager/dialog.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/filemanager/dialog.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/filemanager/dialog.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/filemanager/dialog.php"} 86 http_response_size_bytes_count{method="GET",path="/filemanager/dialog.php"} 2 http_response_size_bytes_bucket{method="GET",path="/filer.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/filer.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/filer.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/filer.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/filer.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/filer.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/filer.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/filer.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/filer.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/filer.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/filer.php"} 43 http_response_size_bytes_count{method="GET",path="/filer.php"} 1 http_response_size_bytes_bucket{method="GET",path="/files.7z",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/files.7z",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/files.7z",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/files.7z",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/files.7z",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/files.7z",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/files.7z",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/files.7z",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/files.7z",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/files.7z",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/files.7z"} 43 http_response_size_bytes_count{method="GET",path="/files.7z"} 1 http_response_size_bytes_bucket{method="GET",path="/files.bz2",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/files.bz2",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/files.bz2",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/files.bz2",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/files.bz2",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/files.bz2",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/files.bz2",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/files.bz2",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/files.bz2",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/files.bz2",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/files.bz2"} 43 http_response_size_bytes_count{method="GET",path="/files.bz2"} 1 http_response_size_bytes_bucket{method="GET",path="/files.gz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/files.gz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/files.gz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/files.gz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/files.gz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/files.gz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/files.gz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/files.gz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/files.gz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/files.gz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/files.gz"} 43 http_response_size_bytes_count{method="GET",path="/files.gz"} 1 http_response_size_bytes_bucket{method="GET",path="/files.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/files.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/files.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/files.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/files.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/files.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/files.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/files.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/files.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/files.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/files.php"} 86 http_response_size_bytes_count{method="GET",path="/files.php"} 2 http_response_size_bytes_bucket{method="GET",path="/files.rar",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/files.rar",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/files.rar",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/files.rar",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/files.rar",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/files.rar",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/files.rar",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/files.rar",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/files.rar",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/files.rar",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/files.rar"} 43 http_response_size_bytes_count{method="GET",path="/files.rar"} 1 http_response_size_bytes_bucket{method="GET",path="/files.sql",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/files.sql",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/files.sql",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/files.sql",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/files.sql",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/files.sql",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/files.sql",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/files.sql",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/files.sql",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/files.sql",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/files.sql"} 43 http_response_size_bytes_count{method="GET",path="/files.sql"} 1 http_response_size_bytes_bucket{method="GET",path="/files.sql.bz2",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/files.sql.bz2",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/files.sql.bz2",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/files.sql.bz2",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/files.sql.bz2",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/files.sql.bz2",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/files.sql.bz2",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/files.sql.bz2",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/files.sql.bz2",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/files.sql.bz2",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/files.sql.bz2"} 43 http_response_size_bytes_count{method="GET",path="/files.sql.bz2"} 1 http_response_size_bytes_bucket{method="GET",path="/files.sql.gz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/files.sql.gz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/files.sql.gz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/files.sql.gz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/files.sql.gz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/files.sql.gz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/files.sql.gz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/files.sql.gz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/files.sql.gz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/files.sql.gz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/files.sql.gz"} 43 http_response_size_bytes_count{method="GET",path="/files.sql.gz"} 1 http_response_size_bytes_bucket{method="GET",path="/files.tar",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/files.tar",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/files.tar",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/files.tar",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/files.tar",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/files.tar",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/files.tar",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/files.tar",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/files.tar",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/files.tar",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/files.tar"} 43 http_response_size_bytes_count{method="GET",path="/files.tar"} 1 http_response_size_bytes_bucket{method="GET",path="/files.tar.bz2",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/files.tar.bz2",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/files.tar.bz2",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/files.tar.bz2",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/files.tar.bz2",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/files.tar.bz2",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/files.tar.bz2",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/files.tar.bz2",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/files.tar.bz2",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/files.tar.bz2",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/files.tar.bz2"} 43 http_response_size_bytes_count{method="GET",path="/files.tar.bz2"} 1 http_response_size_bytes_bucket{method="GET",path="/files.tar.gz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/files.tar.gz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/files.tar.gz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/files.tar.gz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/files.tar.gz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/files.tar.gz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/files.tar.gz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/files.tar.gz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/files.tar.gz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/files.tar.gz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/files.tar.gz"} 43 http_response_size_bytes_count{method="GET",path="/files.tar.gz"} 1 http_response_size_bytes_bucket{method="GET",path="/files.tar.xz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/files.tar.xz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/files.tar.xz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/files.tar.xz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/files.tar.xz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/files.tar.xz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/files.tar.xz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/files.tar.xz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/files.tar.xz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/files.tar.xz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/files.tar.xz"} 43 http_response_size_bytes_count{method="GET",path="/files.tar.xz"} 1 http_response_size_bytes_bucket{method="GET",path="/files.tgz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/files.tgz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/files.tgz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/files.tgz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/files.tgz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/files.tgz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/files.tgz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/files.tgz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/files.tgz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/files.tgz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/files.tgz"} 43 http_response_size_bytes_count{method="GET",path="/files.tgz"} 1 http_response_size_bytes_bucket{method="GET",path="/files.zip",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/files.zip",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/files.zip",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/files.zip",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/files.zip",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/files.zip",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/files.zip",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/files.zip",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/files.zip",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/files.zip",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/files.zip"} 83 http_response_size_bytes_count{method="GET",path="/files.zip"} 3 http_response_size_bytes_bucket{method="GET",path="/files.zst",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/files.zst",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/files.zst",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/files.zst",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/files.zst",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/files.zst",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/files.zst",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/files.zst",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/files.zst",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/files.zst",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/files.zst"} 43 http_response_size_bytes_count{method="GET",path="/files.zst"} 1 http_response_size_bytes_bucket{method="GET",path="/files/index.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/files/index.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/files/index.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/files/index.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/files/index.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/files/index.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/files/index.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/files/index.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/files/index.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/files/index.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/files/index.php"} 86 http_response_size_bytes_count{method="GET",path="/files/index.php"} 2 http_response_size_bytes_bucket{method="GET",path="/filesss.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/filesss.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/filesss.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/filesss.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/filesss.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/filesss.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/filesss.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/filesss.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/filesss.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/filesss.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/filesss.php"} 43 http_response_size_bytes_count{method="GET",path="/filesss.php"} 1 http_response_size_bytes_bucket{method="GET",path="/filexp.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/filexp.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/filexp.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/filexp.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/filexp.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/filexp.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/filexp.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/filexp.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/filexp.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/filexp.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/filexp.php"} 43 http_response_size_bytes_count{method="GET",path="/filexp.php"} 1 http_response_size_bytes_bucket{method="GET",path="/final.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/final.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/final.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/final.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/final.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/final.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/final.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/final.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/final.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/final.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/final.zip"} 40 http_response_size_bytes_count{method="GET",path="/final.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/finny.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/finny.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/finny.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/finny.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/finny.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/finny.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/finny.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/finny.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/finny.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/finny.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/finny.php"} 43 http_response_size_bytes_count{method="GET",path="/finny.php"} 1 http_response_size_bytes_bucket{method="GET",path="/firebase-adminsdk.json",le="100"} 22 http_response_size_bytes_bucket{method="GET",path="/firebase-adminsdk.json",le="500"} 22 http_response_size_bytes_bucket{method="GET",path="/firebase-adminsdk.json",le="1000"} 22 http_response_size_bytes_bucket{method="GET",path="/firebase-adminsdk.json",le="5000"} 22 http_response_size_bytes_bucket{method="GET",path="/firebase-adminsdk.json",le="10000"} 22 http_response_size_bytes_bucket{method="GET",path="/firebase-adminsdk.json",le="50000"} 22 http_response_size_bytes_bucket{method="GET",path="/firebase-adminsdk.json",le="100000"} 22 http_response_size_bytes_bucket{method="GET",path="/firebase-adminsdk.json",le="500000"} 22 http_response_size_bytes_bucket{method="GET",path="/firebase-adminsdk.json",le="1e+06"} 22 http_response_size_bytes_bucket{method="GET",path="/firebase-adminsdk.json",le="+Inf"} 22 http_response_size_bytes_sum{method="GET",path="/firebase-adminsdk.json"} 965 http_response_size_bytes_count{method="GET",path="/firebase-adminsdk.json"} 22 http_response_size_bytes_bucket{method="GET",path="/firebase-config.json",le="100"} 19 http_response_size_bytes_bucket{method="GET",path="/firebase-config.json",le="500"} 19 http_response_size_bytes_bucket{method="GET",path="/firebase-config.json",le="1000"} 19 http_response_size_bytes_bucket{method="GET",path="/firebase-config.json",le="5000"} 19 http_response_size_bytes_bucket{method="GET",path="/firebase-config.json",le="10000"} 19 http_response_size_bytes_bucket{method="GET",path="/firebase-config.json",le="50000"} 19 http_response_size_bytes_bucket{method="GET",path="/firebase-config.json",le="100000"} 19 http_response_size_bytes_bucket{method="GET",path="/firebase-config.json",le="500000"} 19 http_response_size_bytes_bucket{method="GET",path="/firebase-config.json",le="1e+06"} 19 http_response_size_bytes_bucket{method="GET",path="/firebase-config.json",le="+Inf"} 19 http_response_size_bytes_sum{method="GET",path="/firebase-config.json"} 832 http_response_size_bytes_count{method="GET",path="/firebase-config.json"} 19 http_response_size_bytes_bucket{method="GET",path="/firebase-credentials.json",le="100"} 20 http_response_size_bytes_bucket{method="GET",path="/firebase-credentials.json",le="500"} 20 http_response_size_bytes_bucket{method="GET",path="/firebase-credentials.json",le="1000"} 20 http_response_size_bytes_bucket{method="GET",path="/firebase-credentials.json",le="5000"} 20 http_response_size_bytes_bucket{method="GET",path="/firebase-credentials.json",le="10000"} 20 http_response_size_bytes_bucket{method="GET",path="/firebase-credentials.json",le="50000"} 20 http_response_size_bytes_bucket{method="GET",path="/firebase-credentials.json",le="100000"} 20 http_response_size_bytes_bucket{method="GET",path="/firebase-credentials.json",le="500000"} 20 http_response_size_bytes_bucket{method="GET",path="/firebase-credentials.json",le="1e+06"} 20 http_response_size_bytes_bucket{method="GET",path="/firebase-credentials.json",le="+Inf"} 20 http_response_size_bytes_sum{method="GET",path="/firebase-credentials.json"} 880 http_response_size_bytes_count{method="GET",path="/firebase-credentials.json"} 20 http_response_size_bytes_bucket{method="GET",path="/firebase-debug.log",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/firebase-debug.log",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/firebase-debug.log",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/firebase-debug.log",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/firebase-debug.log",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/firebase-debug.log",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/firebase-debug.log",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/firebase-debug.log",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/firebase-debug.log",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/firebase-debug.log",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/firebase-debug.log"} 43 http_response_size_bytes_count{method="GET",path="/firebase-debug.log"} 1 http_response_size_bytes_bucket{method="GET",path="/firebase-key.json",le="100"} 15 http_response_size_bytes_bucket{method="GET",path="/firebase-key.json",le="500"} 15 http_response_size_bytes_bucket{method="GET",path="/firebase-key.json",le="1000"} 15 http_response_size_bytes_bucket{method="GET",path="/firebase-key.json",le="5000"} 15 http_response_size_bytes_bucket{method="GET",path="/firebase-key.json",le="10000"} 15 http_response_size_bytes_bucket{method="GET",path="/firebase-key.json",le="50000"} 15 http_response_size_bytes_bucket{method="GET",path="/firebase-key.json",le="100000"} 15 http_response_size_bytes_bucket{method="GET",path="/firebase-key.json",le="500000"} 15 http_response_size_bytes_bucket{method="GET",path="/firebase-key.json",le="1e+06"} 15 http_response_size_bytes_bucket{method="GET",path="/firebase-key.json",le="+Inf"} 15 http_response_size_bytes_sum{method="GET",path="/firebase-key.json"} 659 http_response_size_bytes_count{method="GET",path="/firebase-key.json"} 15 http_response_size_bytes_bucket{method="GET",path="/firebase-service-account.json",le="100"} 22 http_response_size_bytes_bucket{method="GET",path="/firebase-service-account.json",le="500"} 22 http_response_size_bytes_bucket{method="GET",path="/firebase-service-account.json",le="1000"} 22 http_response_size_bytes_bucket{method="GET",path="/firebase-service-account.json",le="5000"} 22 http_response_size_bytes_bucket{method="GET",path="/firebase-service-account.json",le="10000"} 22 http_response_size_bytes_bucket{method="GET",path="/firebase-service-account.json",le="50000"} 22 http_response_size_bytes_bucket{method="GET",path="/firebase-service-account.json",le="100000"} 22 http_response_size_bytes_bucket{method="GET",path="/firebase-service-account.json",le="500000"} 22 http_response_size_bytes_bucket{method="GET",path="/firebase-service-account.json",le="1e+06"} 22 http_response_size_bytes_bucket{method="GET",path="/firebase-service-account.json",le="+Inf"} 22 http_response_size_bytes_sum{method="GET",path="/firebase-service-account.json"} 966 http_response_size_bytes_count{method="GET",path="/firebase-service-account.json"} 22 http_response_size_bytes_bucket{method="GET",path="/firebase.json",le="100"} 24 http_response_size_bytes_bucket{method="GET",path="/firebase.json",le="500"} 24 http_response_size_bytes_bucket{method="GET",path="/firebase.json",le="1000"} 24 http_response_size_bytes_bucket{method="GET",path="/firebase.json",le="5000"} 24 http_response_size_bytes_bucket{method="GET",path="/firebase.json",le="10000"} 24 http_response_size_bytes_bucket{method="GET",path="/firebase.json",le="50000"} 24 http_response_size_bytes_bucket{method="GET",path="/firebase.json",le="100000"} 24 http_response_size_bytes_bucket{method="GET",path="/firebase.json",le="500000"} 24 http_response_size_bytes_bucket{method="GET",path="/firebase.json",le="1e+06"} 24 http_response_size_bytes_bucket{method="GET",path="/firebase.json",le="+Inf"} 24 http_response_size_bytes_sum{method="GET",path="/firebase.json"} 1051 http_response_size_bytes_count{method="GET",path="/firebase.json"} 24 http_response_size_bytes_bucket{method="GET",path="/firebase_credentials.json",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/firebase_credentials.json",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/firebase_credentials.json",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/firebase_credentials.json",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/firebase_credentials.json",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/firebase_credentials.json",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/firebase_credentials.json",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/firebase_credentials.json",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/firebase_credentials.json",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/firebase_credentials.json",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/firebase_credentials.json"} 44 http_response_size_bytes_count{method="GET",path="/firebase_credentials.json"} 1 http_response_size_bytes_bucket{method="GET",path="/first.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/first.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/first.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/first.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/first.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/first.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/first.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/first.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/first.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/first.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/first.php"} 43 http_response_size_bytes_count{method="GET",path="/first.php"} 1 http_response_size_bytes_bucket{method="GET",path="/fixtures.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/fixtures.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/fixtures.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/fixtures.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/fixtures.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/fixtures.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/fixtures.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/fixtures.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/fixtures.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/fixtures.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/fixtures.zip"} 40 http_response_size_bytes_count{method="GET",path="/fixtures.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/flask.7z",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/flask.7z",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/flask.7z",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/flask.7z",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/flask.7z",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/flask.7z",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/flask.7z",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/flask.7z",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/flask.7z",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/flask.7z",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/flask.7z"} 43 http_response_size_bytes_count{method="GET",path="/flask.7z"} 1 http_response_size_bytes_bucket{method="GET",path="/flask.bz2",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/flask.bz2",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/flask.bz2",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/flask.bz2",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/flask.bz2",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/flask.bz2",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/flask.bz2",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/flask.bz2",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/flask.bz2",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/flask.bz2",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/flask.bz2"} 43 http_response_size_bytes_count{method="GET",path="/flask.bz2"} 1 http_response_size_bytes_bucket{method="GET",path="/flask.gz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/flask.gz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/flask.gz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/flask.gz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/flask.gz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/flask.gz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/flask.gz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/flask.gz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/flask.gz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/flask.gz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/flask.gz"} 43 http_response_size_bytes_count{method="GET",path="/flask.gz"} 1 http_response_size_bytes_bucket{method="GET",path="/flask.rar",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/flask.rar",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/flask.rar",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/flask.rar",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/flask.rar",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/flask.rar",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/flask.rar",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/flask.rar",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/flask.rar",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/flask.rar",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/flask.rar"} 43 http_response_size_bytes_count{method="GET",path="/flask.rar"} 1 http_response_size_bytes_bucket{method="GET",path="/flask.sql",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/flask.sql",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/flask.sql",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/flask.sql",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/flask.sql",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/flask.sql",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/flask.sql",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/flask.sql",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/flask.sql",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/flask.sql",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/flask.sql"} 43 http_response_size_bytes_count{method="GET",path="/flask.sql"} 1 http_response_size_bytes_bucket{method="GET",path="/flask.sql.bz2",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/flask.sql.bz2",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/flask.sql.bz2",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/flask.sql.bz2",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/flask.sql.bz2",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/flask.sql.bz2",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/flask.sql.bz2",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/flask.sql.bz2",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/flask.sql.bz2",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/flask.sql.bz2",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/flask.sql.bz2"} 43 http_response_size_bytes_count{method="GET",path="/flask.sql.bz2"} 1 http_response_size_bytes_bucket{method="GET",path="/flask.sql.gz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/flask.sql.gz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/flask.sql.gz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/flask.sql.gz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/flask.sql.gz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/flask.sql.gz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/flask.sql.gz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/flask.sql.gz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/flask.sql.gz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/flask.sql.gz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/flask.sql.gz"} 43 http_response_size_bytes_count{method="GET",path="/flask.sql.gz"} 1 http_response_size_bytes_bucket{method="GET",path="/flask.tar",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/flask.tar",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/flask.tar",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/flask.tar",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/flask.tar",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/flask.tar",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/flask.tar",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/flask.tar",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/flask.tar",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/flask.tar",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/flask.tar"} 43 http_response_size_bytes_count{method="GET",path="/flask.tar"} 1 http_response_size_bytes_bucket{method="GET",path="/flask.tar.bz2",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/flask.tar.bz2",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/flask.tar.bz2",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/flask.tar.bz2",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/flask.tar.bz2",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/flask.tar.bz2",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/flask.tar.bz2",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/flask.tar.bz2",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/flask.tar.bz2",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/flask.tar.bz2",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/flask.tar.bz2"} 43 http_response_size_bytes_count{method="GET",path="/flask.tar.bz2"} 1 http_response_size_bytes_bucket{method="GET",path="/flask.tar.gz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/flask.tar.gz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/flask.tar.gz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/flask.tar.gz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/flask.tar.gz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/flask.tar.gz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/flask.tar.gz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/flask.tar.gz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/flask.tar.gz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/flask.tar.gz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/flask.tar.gz"} 43 http_response_size_bytes_count{method="GET",path="/flask.tar.gz"} 1 http_response_size_bytes_bucket{method="GET",path="/flask.tar.xz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/flask.tar.xz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/flask.tar.xz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/flask.tar.xz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/flask.tar.xz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/flask.tar.xz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/flask.tar.xz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/flask.tar.xz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/flask.tar.xz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/flask.tar.xz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/flask.tar.xz"} 43 http_response_size_bytes_count{method="GET",path="/flask.tar.xz"} 1 http_response_size_bytes_bucket{method="GET",path="/flask.tgz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/flask.tgz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/flask.tgz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/flask.tgz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/flask.tgz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/flask.tgz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/flask.tgz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/flask.tgz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/flask.tgz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/flask.tgz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/flask.tgz"} 43 http_response_size_bytes_count{method="GET",path="/flask.tgz"} 1 http_response_size_bytes_bucket{method="GET",path="/flask.zip",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/flask.zip",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/flask.zip",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/flask.zip",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/flask.zip",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/flask.zip",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/flask.zip",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/flask.zip",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/flask.zip",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/flask.zip",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/flask.zip"} 83 http_response_size_bytes_count{method="GET",path="/flask.zip"} 3 http_response_size_bytes_bucket{method="GET",path="/flask.zst",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/flask.zst",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/flask.zst",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/flask.zst",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/flask.zst",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/flask.zst",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/flask.zst",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/flask.zst",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/flask.zst",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/flask.zst",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/flask.zst"} 43 http_response_size_bytes_count{method="GET",path="/flask.zst"} 1 http_response_size_bytes_bucket{method="GET",path="/flower.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/flower.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/flower.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/flower.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/flower.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/flower.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/flower.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/flower.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/flower.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/flower.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/flower.php"} 86 http_response_size_bytes_count{method="GET",path="/flower.php"} 2 http_response_size_bytes_bucket{method="GET",path="/flox.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/flox.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/flox.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/flox.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/flox.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/flox.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/flox.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/flox.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/flox.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/flox.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/flox.php"} 43 http_response_size_bytes_count{method="GET",path="/flox.php"} 1 http_response_size_bytes_bucket{method="GET",path="/flutter.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/flutter.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/flutter.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/flutter.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/flutter.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/flutter.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/flutter.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/flutter.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/flutter.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/flutter.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/flutter.zip"} 40 http_response_size_bytes_count{method="GET",path="/flutter.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/fm.php",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/fm.php",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/fm.php",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/fm.php",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/fm.php",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/fm.php",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/fm.php",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/fm.php",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/fm.php",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/fm.php",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/fm.php"} 129 http_response_size_bytes_count{method="GET",path="/fm.php"} 3 http_response_size_bytes_bucket{method="GET",path="/fns.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/fns.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/fns.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/fns.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/fns.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/fns.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/fns.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/fns.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/fns.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/fns.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/fns.php"} 43 http_response_size_bytes_count{method="GET",path="/fns.php"} 1 http_response_size_bytes_bucket{method="GET",path="/fone1.php",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/fone1.php",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/fone1.php",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/fone1.php",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/fone1.php",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/fone1.php",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/fone1.php",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/fone1.php",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/fone1.php",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/fone1.php",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/fone1.php"} 129 http_response_size_bytes_count{method="GET",path="/fone1.php"} 3 http_response_size_bytes_bucket{method="GET",path="/fonts.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/fonts.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/fonts.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/fonts.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/fonts.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/fonts.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/fonts.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/fonts.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/fonts.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/fonts.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/fonts.zip"} 40 http_response_size_bytes_count{method="GET",path="/fonts.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/forbidals.php",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/forbidals.php",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/forbidals.php",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/forbidals.php",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/forbidals.php",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/forbidals.php",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/forbidals.php",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/forbidals.php",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/forbidals.php",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/forbidals.php",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/forbidals.php"} 129 http_response_size_bytes_count{method="GET",path="/forbidals.php"} 3 http_response_size_bytes_bucket{method="GET",path="/form",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/form",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/form",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/form",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/form",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/form",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/form",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/form",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/form",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/form",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/form"} 88 http_response_size_bytes_count{method="GET",path="/form"} 2 http_response_size_bytes_bucket{method="GET",path="/form-test/*",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/form-test/*",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/form-test/*",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/form-test/*",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/form-test/*",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/form-test/*",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/form-test/*",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/form-test/*",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/form-test/*",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/form-test/*",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/form-test/*"} 88 http_response_size_bytes_count{method="GET",path="/form-test/*"} 2 http_response_size_bytes_bucket{method="GET",path="/form/*",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/form/*",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/form/*",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/form/*",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/form/*",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/form/*",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/form/*",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/form/*",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/form/*",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/form/*",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/form/*"} 88 http_response_size_bytes_count{method="GET",path="/form/*"} 2 http_response_size_bytes_bucket{method="GET",path="/forum/.env",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/forum/.env",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/forum/.env",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/forum/.env",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/forum/.env",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/forum/.env",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/forum/.env",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/forum/.env",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/forum/.env",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/forum/.env",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/forum/.env"} 88 http_response_size_bytes_count{method="GET",path="/forum/.env"} 2 http_response_size_bytes_bucket{method="GET",path="/forums/.env",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/forums/.env",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/forums/.env",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/forums/.env",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/forums/.env",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/forums/.env",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/forums/.env",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/forums/.env",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/forums/.env",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/forums/.env",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/forums/.env"} 88 http_response_size_bytes_count{method="GET",path="/forums/.env"} 2 http_response_size_bytes_bucket{method="GET",path="/fr/*",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/fr/*",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/fr/*",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/fr/*",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/fr/*",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/fr/*",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/fr/*",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/fr/*",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/fr/*",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/fr/*",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/fr/*"} 88 http_response_size_bytes_count{method="GET",path="/fr/*"} 2 http_response_size_bytes_bucket{method="GET",path="/front/.env",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/front/.env",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/front/.env",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/front/.env",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/front/.env",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/front/.env",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/front/.env",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/front/.env",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/front/.env",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/front/.env",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/front/.env"} 88 http_response_size_bytes_count{method="GET",path="/front/.env"} 2 http_response_size_bytes_bucket{method="GET",path="/frontend.7z",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/frontend.7z",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/frontend.7z",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/frontend.7z",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/frontend.7z",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/frontend.7z",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/frontend.7z",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/frontend.7z",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/frontend.7z",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/frontend.7z",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/frontend.7z"} 43 http_response_size_bytes_count{method="GET",path="/frontend.7z"} 1 http_response_size_bytes_bucket{method="GET",path="/frontend.bz2",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/frontend.bz2",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/frontend.bz2",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/frontend.bz2",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/frontend.bz2",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/frontend.bz2",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/frontend.bz2",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/frontend.bz2",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/frontend.bz2",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/frontend.bz2",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/frontend.bz2"} 43 http_response_size_bytes_count{method="GET",path="/frontend.bz2"} 1 http_response_size_bytes_bucket{method="GET",path="/frontend.gz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/frontend.gz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/frontend.gz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/frontend.gz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/frontend.gz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/frontend.gz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/frontend.gz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/frontend.gz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/frontend.gz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/frontend.gz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/frontend.gz"} 43 http_response_size_bytes_count{method="GET",path="/frontend.gz"} 1 http_response_size_bytes_bucket{method="GET",path="/frontend.rar",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/frontend.rar",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/frontend.rar",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/frontend.rar",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/frontend.rar",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/frontend.rar",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/frontend.rar",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/frontend.rar",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/frontend.rar",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/frontend.rar",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/frontend.rar"} 43 http_response_size_bytes_count{method="GET",path="/frontend.rar"} 1 http_response_size_bytes_bucket{method="GET",path="/frontend.sql",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/frontend.sql",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/frontend.sql",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/frontend.sql",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/frontend.sql",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/frontend.sql",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/frontend.sql",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/frontend.sql",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/frontend.sql",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/frontend.sql",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/frontend.sql"} 43 http_response_size_bytes_count{method="GET",path="/frontend.sql"} 1 http_response_size_bytes_bucket{method="GET",path="/frontend.sql.bz2",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/frontend.sql.bz2",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/frontend.sql.bz2",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/frontend.sql.bz2",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/frontend.sql.bz2",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/frontend.sql.bz2",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/frontend.sql.bz2",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/frontend.sql.bz2",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/frontend.sql.bz2",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/frontend.sql.bz2",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/frontend.sql.bz2"} 43 http_response_size_bytes_count{method="GET",path="/frontend.sql.bz2"} 1 http_response_size_bytes_bucket{method="GET",path="/frontend.sql.gz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/frontend.sql.gz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/frontend.sql.gz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/frontend.sql.gz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/frontend.sql.gz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/frontend.sql.gz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/frontend.sql.gz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/frontend.sql.gz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/frontend.sql.gz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/frontend.sql.gz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/frontend.sql.gz"} 43 http_response_size_bytes_count{method="GET",path="/frontend.sql.gz"} 1 http_response_size_bytes_bucket{method="GET",path="/frontend.tar",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/frontend.tar",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/frontend.tar",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/frontend.tar",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/frontend.tar",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/frontend.tar",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/frontend.tar",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/frontend.tar",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/frontend.tar",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/frontend.tar",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/frontend.tar"} 43 http_response_size_bytes_count{method="GET",path="/frontend.tar"} 1 http_response_size_bytes_bucket{method="GET",path="/frontend.tar.bz2",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/frontend.tar.bz2",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/frontend.tar.bz2",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/frontend.tar.bz2",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/frontend.tar.bz2",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/frontend.tar.bz2",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/frontend.tar.bz2",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/frontend.tar.bz2",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/frontend.tar.bz2",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/frontend.tar.bz2",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/frontend.tar.bz2"} 43 http_response_size_bytes_count{method="GET",path="/frontend.tar.bz2"} 1 http_response_size_bytes_bucket{method="GET",path="/frontend.tar.gz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/frontend.tar.gz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/frontend.tar.gz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/frontend.tar.gz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/frontend.tar.gz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/frontend.tar.gz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/frontend.tar.gz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/frontend.tar.gz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/frontend.tar.gz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/frontend.tar.gz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/frontend.tar.gz"} 43 http_response_size_bytes_count{method="GET",path="/frontend.tar.gz"} 1 http_response_size_bytes_bucket{method="GET",path="/frontend.tar.xz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/frontend.tar.xz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/frontend.tar.xz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/frontend.tar.xz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/frontend.tar.xz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/frontend.tar.xz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/frontend.tar.xz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/frontend.tar.xz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/frontend.tar.xz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/frontend.tar.xz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/frontend.tar.xz"} 43 http_response_size_bytes_count{method="GET",path="/frontend.tar.xz"} 1 http_response_size_bytes_bucket{method="GET",path="/frontend.tgz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/frontend.tgz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/frontend.tgz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/frontend.tgz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/frontend.tgz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/frontend.tgz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/frontend.tgz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/frontend.tgz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/frontend.tgz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/frontend.tgz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/frontend.tgz"} 43 http_response_size_bytes_count{method="GET",path="/frontend.tgz"} 1 http_response_size_bytes_bucket{method="GET",path="/frontend.zip",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/frontend.zip",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/frontend.zip",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/frontend.zip",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/frontend.zip",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/frontend.zip",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/frontend.zip",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/frontend.zip",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/frontend.zip",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/frontend.zip",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/frontend.zip"} 43 http_response_size_bytes_count{method="GET",path="/frontend.zip"} 1 http_response_size_bytes_bucket{method="GET",path="/frontend.zst",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/frontend.zst",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/frontend.zst",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/frontend.zst",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/frontend.zst",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/frontend.zst",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/frontend.zst",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/frontend.zst",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/frontend.zst",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/frontend.zst",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/frontend.zst"} 43 http_response_size_bytes_count{method="GET",path="/frontend.zst"} 1 http_response_size_bytes_bucket{method="GET",path="/frontend/.env",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/frontend/.env",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/frontend/.env",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/frontend/.env",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/frontend/.env",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/frontend/.env",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/frontend/.env",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/frontend/.env",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/frontend/.env",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/frontend/.env",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/frontend/.env"} 175 http_response_size_bytes_count{method="GET",path="/frontend/.env"} 4 http_response_size_bytes_bucket{method="GET",path="/frontend/.git/config",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/frontend/.git/config",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/frontend/.git/config",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/frontend/.git/config",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/frontend/.git/config",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/frontend/.git/config",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/frontend/.git/config",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/frontend/.git/config",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/frontend/.git/config",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/frontend/.git/config",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/frontend/.git/config"} 44 http_response_size_bytes_count{method="GET",path="/frontend/.git/config"} 1 http_response_size_bytes_bucket{method="GET",path="/fs.php",le="100"} 7 http_response_size_bytes_bucket{method="GET",path="/fs.php",le="500"} 7 http_response_size_bytes_bucket{method="GET",path="/fs.php",le="1000"} 7 http_response_size_bytes_bucket{method="GET",path="/fs.php",le="5000"} 7 http_response_size_bytes_bucket{method="GET",path="/fs.php",le="10000"} 7 http_response_size_bytes_bucket{method="GET",path="/fs.php",le="50000"} 7 http_response_size_bytes_bucket{method="GET",path="/fs.php",le="100000"} 7 http_response_size_bytes_bucket{method="GET",path="/fs.php",le="500000"} 7 http_response_size_bytes_bucket{method="GET",path="/fs.php",le="1e+06"} 7 http_response_size_bytes_bucket{method="GET",path="/fs.php",le="+Inf"} 7 http_response_size_bytes_sum{method="GET",path="/fs.php"} 302 http_response_size_bytes_count{method="GET",path="/fs.php"} 7 http_response_size_bytes_bucket{method="GET",path="/fsjzs.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/fsjzs.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/fsjzs.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/fsjzs.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/fsjzs.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/fsjzs.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/fsjzs.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/fsjzs.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/fsjzs.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/fsjzs.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/fsjzs.php"} 43 http_response_size_bytes_count{method="GET",path="/fsjzs.php"} 1 http_response_size_bytes_bucket{method="GET",path="/fso.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/fso.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/fso.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/fso.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/fso.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/fso.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/fso.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/fso.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/fso.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/fso.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/fso.php"} 43 http_response_size_bytes_count{method="GET",path="/fso.php"} 1 http_response_size_bytes_bucket{method="GET",path="/ftde.php",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/ftde.php",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/ftde.php",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/ftde.php",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/ftde.php",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/ftde.php",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/ftde.php",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/ftde.php",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/ftde.php",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/ftde.php",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/ftde.php"} 172 http_response_size_bytes_count{method="GET",path="/ftde.php"} 4 http_response_size_bytes_bucket{method="GET",path="/ftp.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/ftp.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/ftp.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/ftp.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/ftp.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/ftp.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/ftp.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/ftp.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/ftp.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/ftp.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/ftp.zip"} 40 http_response_size_bytes_count{method="GET",path="/ftp.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/full_backup.7z",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/full_backup.7z",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/full_backup.7z",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/full_backup.7z",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/full_backup.7z",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/full_backup.7z",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/full_backup.7z",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/full_backup.7z",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/full_backup.7z",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/full_backup.7z",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/full_backup.7z"} 43 http_response_size_bytes_count{method="GET",path="/full_backup.7z"} 1 http_response_size_bytes_bucket{method="GET",path="/full_backup.bz2",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/full_backup.bz2",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/full_backup.bz2",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/full_backup.bz2",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/full_backup.bz2",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/full_backup.bz2",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/full_backup.bz2",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/full_backup.bz2",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/full_backup.bz2",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/full_backup.bz2",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/full_backup.bz2"} 43 http_response_size_bytes_count{method="GET",path="/full_backup.bz2"} 1 http_response_size_bytes_bucket{method="GET",path="/full_backup.gz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/full_backup.gz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/full_backup.gz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/full_backup.gz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/full_backup.gz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/full_backup.gz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/full_backup.gz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/full_backup.gz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/full_backup.gz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/full_backup.gz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/full_backup.gz"} 43 http_response_size_bytes_count{method="GET",path="/full_backup.gz"} 1 http_response_size_bytes_bucket{method="GET",path="/full_backup.rar",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/full_backup.rar",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/full_backup.rar",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/full_backup.rar",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/full_backup.rar",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/full_backup.rar",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/full_backup.rar",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/full_backup.rar",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/full_backup.rar",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/full_backup.rar",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/full_backup.rar"} 43 http_response_size_bytes_count{method="GET",path="/full_backup.rar"} 1 http_response_size_bytes_bucket{method="GET",path="/full_backup.sql",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/full_backup.sql",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/full_backup.sql",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/full_backup.sql",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/full_backup.sql",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/full_backup.sql",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/full_backup.sql",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/full_backup.sql",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/full_backup.sql",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/full_backup.sql",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/full_backup.sql"} 43 http_response_size_bytes_count{method="GET",path="/full_backup.sql"} 1 http_response_size_bytes_bucket{method="GET",path="/full_backup.sql.bz2",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/full_backup.sql.bz2",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/full_backup.sql.bz2",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/full_backup.sql.bz2",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/full_backup.sql.bz2",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/full_backup.sql.bz2",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/full_backup.sql.bz2",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/full_backup.sql.bz2",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/full_backup.sql.bz2",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/full_backup.sql.bz2",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/full_backup.sql.bz2"} 43 http_response_size_bytes_count{method="GET",path="/full_backup.sql.bz2"} 1 http_response_size_bytes_bucket{method="GET",path="/full_backup.sql.gz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/full_backup.sql.gz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/full_backup.sql.gz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/full_backup.sql.gz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/full_backup.sql.gz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/full_backup.sql.gz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/full_backup.sql.gz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/full_backup.sql.gz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/full_backup.sql.gz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/full_backup.sql.gz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/full_backup.sql.gz"} 43 http_response_size_bytes_count{method="GET",path="/full_backup.sql.gz"} 1 http_response_size_bytes_bucket{method="GET",path="/full_backup.tar",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/full_backup.tar",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/full_backup.tar",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/full_backup.tar",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/full_backup.tar",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/full_backup.tar",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/full_backup.tar",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/full_backup.tar",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/full_backup.tar",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/full_backup.tar",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/full_backup.tar"} 43 http_response_size_bytes_count{method="GET",path="/full_backup.tar"} 1 http_response_size_bytes_bucket{method="GET",path="/full_backup.tar.bz2",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/full_backup.tar.bz2",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/full_backup.tar.bz2",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/full_backup.tar.bz2",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/full_backup.tar.bz2",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/full_backup.tar.bz2",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/full_backup.tar.bz2",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/full_backup.tar.bz2",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/full_backup.tar.bz2",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/full_backup.tar.bz2",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/full_backup.tar.bz2"} 43 http_response_size_bytes_count{method="GET",path="/full_backup.tar.bz2"} 1 http_response_size_bytes_bucket{method="GET",path="/full_backup.tar.gz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/full_backup.tar.gz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/full_backup.tar.gz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/full_backup.tar.gz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/full_backup.tar.gz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/full_backup.tar.gz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/full_backup.tar.gz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/full_backup.tar.gz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/full_backup.tar.gz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/full_backup.tar.gz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/full_backup.tar.gz"} 43 http_response_size_bytes_count{method="GET",path="/full_backup.tar.gz"} 1 http_response_size_bytes_bucket{method="GET",path="/full_backup.tar.xz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/full_backup.tar.xz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/full_backup.tar.xz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/full_backup.tar.xz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/full_backup.tar.xz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/full_backup.tar.xz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/full_backup.tar.xz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/full_backup.tar.xz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/full_backup.tar.xz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/full_backup.tar.xz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/full_backup.tar.xz"} 43 http_response_size_bytes_count{method="GET",path="/full_backup.tar.xz"} 1 http_response_size_bytes_bucket{method="GET",path="/full_backup.tgz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/full_backup.tgz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/full_backup.tgz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/full_backup.tgz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/full_backup.tgz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/full_backup.tgz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/full_backup.tgz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/full_backup.tgz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/full_backup.tgz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/full_backup.tgz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/full_backup.tgz"} 43 http_response_size_bytes_count{method="GET",path="/full_backup.tgz"} 1 http_response_size_bytes_bucket{method="GET",path="/full_backup.zip",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/full_backup.zip",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/full_backup.zip",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/full_backup.zip",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/full_backup.zip",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/full_backup.zip",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/full_backup.zip",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/full_backup.zip",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/full_backup.zip",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/full_backup.zip",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/full_backup.zip"} 43 http_response_size_bytes_count{method="GET",path="/full_backup.zip"} 1 http_response_size_bytes_bucket{method="GET",path="/full_backup.zst",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/full_backup.zst",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/full_backup.zst",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/full_backup.zst",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/full_backup.zst",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/full_backup.zst",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/full_backup.zst",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/full_backup.zst",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/full_backup.zst",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/full_backup.zst",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/full_backup.zst"} 43 http_response_size_bytes_count{method="GET",path="/full_backup.zst"} 1 http_response_size_bytes_bucket{method="GET",path="/fullchain.pem",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/fullchain.pem",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/fullchain.pem",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/fullchain.pem",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/fullchain.pem",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/fullchain.pem",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/fullchain.pem",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/fullchain.pem",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/fullchain.pem",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/fullchain.pem",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/fullchain.pem"} 43 http_response_size_bytes_count{method="GET",path="/fullchain.pem"} 1 http_response_size_bytes_bucket{method="GET",path="/fullstory.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/fullstory.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/fullstory.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/fullstory.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/fullstory.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/fullstory.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/fullstory.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/fullstory.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/fullstory.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/fullstory.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/fullstory.zip"} 40 http_response_size_bytes_count{method="GET",path="/fullstory.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/fun.php",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/fun.php",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/fun.php",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/fun.php",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/fun.php",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/fun.php",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/fun.php",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/fun.php",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/fun.php",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/fun.php",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/fun.php"} 130 http_response_size_bytes_count{method="GET",path="/fun.php"} 3 http_response_size_bytes_bucket{method="GET",path="/function/function.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/function/function.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/function/function.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/function/function.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/function/function.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/function/function.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/function/function.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/function/function.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/function/function.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/function/function.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/function/function.php"} 86 http_response_size_bytes_count{method="GET",path="/function/function.php"} 2 http_response_size_bytes_bucket{method="GET",path="/functions/.runtimeconfig.json",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/functions/.runtimeconfig.json",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/functions/.runtimeconfig.json",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/functions/.runtimeconfig.json",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/functions/.runtimeconfig.json",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/functions/.runtimeconfig.json",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/functions/.runtimeconfig.json",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/functions/.runtimeconfig.json",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/functions/.runtimeconfig.json",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/functions/.runtimeconfig.json",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/functions/.runtimeconfig.json"} 43 http_response_size_bytes_count{method="GET",path="/functions/.runtimeconfig.json"} 1 http_response_size_bytes_bucket{method="GET",path="/functions/aws-secrets.js",le="100"} 19 http_response_size_bytes_bucket{method="GET",path="/functions/aws-secrets.js",le="500"} 19 http_response_size_bytes_bucket{method="GET",path="/functions/aws-secrets.js",le="1000"} 19 http_response_size_bytes_bucket{method="GET",path="/functions/aws-secrets.js",le="5000"} 19 http_response_size_bytes_bucket{method="GET",path="/functions/aws-secrets.js",le="10000"} 19 http_response_size_bytes_bucket{method="GET",path="/functions/aws-secrets.js",le="50000"} 19 http_response_size_bytes_bucket{method="GET",path="/functions/aws-secrets.js",le="100000"} 19 http_response_size_bytes_bucket{method="GET",path="/functions/aws-secrets.js",le="500000"} 19 http_response_size_bytes_bucket{method="GET",path="/functions/aws-secrets.js",le="1e+06"} 19 http_response_size_bytes_bucket{method="GET",path="/functions/aws-secrets.js",le="+Inf"} 19 http_response_size_bytes_sum{method="GET",path="/functions/aws-secrets.js"} 835 http_response_size_bytes_count{method="GET",path="/functions/aws-secrets.js"} 19 http_response_size_bytes_bucket{method="GET",path="/fv.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/fv.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/fv.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/fv.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/fv.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/fv.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/fv.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/fv.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/fv.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/fv.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/fv.php"} 86 http_response_size_bytes_count{method="GET",path="/fv.php"} 2 http_response_size_bytes_bucket{method="GET",path="/fvvff.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/fvvff.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/fvvff.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/fvvff.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/fvvff.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/fvvff.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/fvvff.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/fvvff.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/fvvff.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/fvvff.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/fvvff.php"} 43 http_response_size_bytes_count{method="GET",path="/fvvff.php"} 1 http_response_size_bytes_bucket{method="GET",path="/fwe.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/fwe.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/fwe.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/fwe.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/fwe.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/fwe.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/fwe.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/fwe.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/fwe.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/fwe.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/fwe.php"} 86 http_response_size_bytes_count{method="GET",path="/fwe.php"} 2 http_response_size_bytes_bucket{method="GET",path="/fx.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/fx.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/fx.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/fx.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/fx.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/fx.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/fx.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/fx.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/fx.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/fx.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/fx.php"} 43 http_response_size_bytes_count{method="GET",path="/fx.php"} 1 http_response_size_bytes_bucket{method="GET",path="/g.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/g.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/g.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/g.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/g.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/g.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/g.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/g.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/g.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/g.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/g.php"} 86 http_response_size_bytes_count{method="GET",path="/g.php"} 2 http_response_size_bytes_bucket{method="GET",path="/galex.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/galex.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/galex.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/galex.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/galex.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/galex.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/galex.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/galex.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/galex.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/galex.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/galex.php"} 86 http_response_size_bytes_count{method="GET",path="/galex.php"} 2 http_response_size_bytes_bucket{method="GET",path="/gallery.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/gallery.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/gallery.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/gallery.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/gallery.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/gallery.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/gallery.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/gallery.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/gallery.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/gallery.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/gallery.zip"} 40 http_response_size_bytes_count{method="GET",path="/gallery.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/game.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/game.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/game.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/game.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/game.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/game.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/game.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/game.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/game.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/game.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/game.zip"} 40 http_response_size_bytes_count{method="GET",path="/game.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/gamemaker.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/gamemaker.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/gamemaker.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/gamemaker.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/gamemaker.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/gamemaker.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/gamemaker.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/gamemaker.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/gamemaker.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/gamemaker.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/gamemaker.zip"} 40 http_response_size_bytes_count{method="GET",path="/gamemaker.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/games.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/games.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/games.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/games.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/games.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/games.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/games.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/games.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/games.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/games.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/games.zip"} 40 http_response_size_bytes_count{method="GET",path="/games.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/ganja.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/ganja.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/ganja.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/ganja.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/ganja.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/ganja.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/ganja.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/ganja.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/ganja.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/ganja.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/ganja.php"} 44 http_response_size_bytes_count{method="GET",path="/ganja.php"} 1 http_response_size_bytes_bucket{method="GET",path="/gateway/.env",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/gateway/.env",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/gateway/.env",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/gateway/.env",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/gateway/.env",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/gateway/.env",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/gateway/.env",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/gateway/.env",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/gateway/.env",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/gateway/.env",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/gateway/.env"} 87 http_response_size_bytes_count{method="GET",path="/gateway/.env"} 2 http_response_size_bytes_bucket{method="GET",path="/gatsby-config.js",le="100"} 22 http_response_size_bytes_bucket{method="GET",path="/gatsby-config.js",le="500"} 22 http_response_size_bytes_bucket{method="GET",path="/gatsby-config.js",le="1000"} 22 http_response_size_bytes_bucket{method="GET",path="/gatsby-config.js",le="5000"} 22 http_response_size_bytes_bucket{method="GET",path="/gatsby-config.js",le="10000"} 22 http_response_size_bytes_bucket{method="GET",path="/gatsby-config.js",le="50000"} 22 http_response_size_bytes_bucket{method="GET",path="/gatsby-config.js",le="100000"} 22 http_response_size_bytes_bucket{method="GET",path="/gatsby-config.js",le="500000"} 22 http_response_size_bytes_bucket{method="GET",path="/gatsby-config.js",le="1e+06"} 22 http_response_size_bytes_bucket{method="GET",path="/gatsby-config.js",le="+Inf"} 22 http_response_size_bytes_sum{method="GET",path="/gatsby-config.js"} 961 http_response_size_bytes_count{method="GET",path="/gatsby-config.js"} 22 http_response_size_bytes_bucket{method="GET",path="/gatsby.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/gatsby.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/gatsby.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/gatsby.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/gatsby.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/gatsby.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/gatsby.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/gatsby.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/gatsby.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/gatsby.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/gatsby.zip"} 40 http_response_size_bytes_count{method="GET",path="/gatsby.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/gcloud-service-key.json",le="100"} 9 http_response_size_bytes_bucket{method="GET",path="/gcloud-service-key.json",le="500"} 9 http_response_size_bytes_bucket{method="GET",path="/gcloud-service-key.json",le="1000"} 9 http_response_size_bytes_bucket{method="GET",path="/gcloud-service-key.json",le="5000"} 9 http_response_size_bytes_bucket{method="GET",path="/gcloud-service-key.json",le="10000"} 9 http_response_size_bytes_bucket{method="GET",path="/gcloud-service-key.json",le="50000"} 9 http_response_size_bytes_bucket{method="GET",path="/gcloud-service-key.json",le="100000"} 9 http_response_size_bytes_bucket{method="GET",path="/gcloud-service-key.json",le="500000"} 9 http_response_size_bytes_bucket{method="GET",path="/gcloud-service-key.json",le="1e+06"} 9 http_response_size_bytes_bucket{method="GET",path="/gcloud-service-key.json",le="+Inf"} 9 http_response_size_bytes_sum{method="GET",path="/gcloud-service-key.json"} 395 http_response_size_bytes_count{method="GET",path="/gcloud-service-key.json"} 9 http_response_size_bytes_bucket{method="GET",path="/gcp-credentials.json",le="100"} 20 http_response_size_bytes_bucket{method="GET",path="/gcp-credentials.json",le="500"} 20 http_response_size_bytes_bucket{method="GET",path="/gcp-credentials.json",le="1000"} 20 http_response_size_bytes_bucket{method="GET",path="/gcp-credentials.json",le="5000"} 20 http_response_size_bytes_bucket{method="GET",path="/gcp-credentials.json",le="10000"} 20 http_response_size_bytes_bucket{method="GET",path="/gcp-credentials.json",le="50000"} 20 http_response_size_bytes_bucket{method="GET",path="/gcp-credentials.json",le="100000"} 20 http_response_size_bytes_bucket{method="GET",path="/gcp-credentials.json",le="500000"} 20 http_response_size_bytes_bucket{method="GET",path="/gcp-credentials.json",le="1e+06"} 20 http_response_size_bytes_bucket{method="GET",path="/gcp-credentials.json",le="+Inf"} 20 http_response_size_bytes_sum{method="GET",path="/gcp-credentials.json"} 879 http_response_size_bytes_count{method="GET",path="/gcp-credentials.json"} 20 http_response_size_bytes_bucket{method="GET",path="/gcp-key.json",le="100"} 17 http_response_size_bytes_bucket{method="GET",path="/gcp-key.json",le="500"} 17 http_response_size_bytes_bucket{method="GET",path="/gcp-key.json",le="1000"} 17 http_response_size_bytes_bucket{method="GET",path="/gcp-key.json",le="5000"} 17 http_response_size_bytes_bucket{method="GET",path="/gcp-key.json",le="10000"} 17 http_response_size_bytes_bucket{method="GET",path="/gcp-key.json",le="50000"} 17 http_response_size_bytes_bucket{method="GET",path="/gcp-key.json",le="100000"} 17 http_response_size_bytes_bucket{method="GET",path="/gcp-key.json",le="500000"} 17 http_response_size_bytes_bucket{method="GET",path="/gcp-key.json",le="1e+06"} 17 http_response_size_bytes_bucket{method="GET",path="/gcp-key.json",le="+Inf"} 17 http_response_size_bytes_sum{method="GET",path="/gcp-key.json"} 746 http_response_size_bytes_count{method="GET",path="/gcp-key.json"} 17 http_response_size_bytes_bucket{method="GET",path="/gcp-sa.json",le="100"} 15 http_response_size_bytes_bucket{method="GET",path="/gcp-sa.json",le="500"} 15 http_response_size_bytes_bucket{method="GET",path="/gcp-sa.json",le="1000"} 15 http_response_size_bytes_bucket{method="GET",path="/gcp-sa.json",le="5000"} 15 http_response_size_bytes_bucket{method="GET",path="/gcp-sa.json",le="10000"} 15 http_response_size_bytes_bucket{method="GET",path="/gcp-sa.json",le="50000"} 15 http_response_size_bytes_bucket{method="GET",path="/gcp-sa.json",le="100000"} 15 http_response_size_bytes_bucket{method="GET",path="/gcp-sa.json",le="500000"} 15 http_response_size_bytes_bucket{method="GET",path="/gcp-sa.json",le="1e+06"} 15 http_response_size_bytes_bucket{method="GET",path="/gcp-sa.json",le="+Inf"} 15 http_response_size_bytes_sum{method="GET",path="/gcp-sa.json"} 658 http_response_size_bytes_count{method="GET",path="/gcp-sa.json"} 15 http_response_size_bytes_bucket{method="GET",path="/gcp-service-account.json",le="100"} 20 http_response_size_bytes_bucket{method="GET",path="/gcp-service-account.json",le="500"} 20 http_response_size_bytes_bucket{method="GET",path="/gcp-service-account.json",le="1000"} 20 http_response_size_bytes_bucket{method="GET",path="/gcp-service-account.json",le="5000"} 20 http_response_size_bytes_bucket{method="GET",path="/gcp-service-account.json",le="10000"} 20 http_response_size_bytes_bucket{method="GET",path="/gcp-service-account.json",le="50000"} 20 http_response_size_bytes_bucket{method="GET",path="/gcp-service-account.json",le="100000"} 20 http_response_size_bytes_bucket{method="GET",path="/gcp-service-account.json",le="500000"} 20 http_response_size_bytes_bucket{method="GET",path="/gcp-service-account.json",le="1e+06"} 20 http_response_size_bytes_bucket{method="GET",path="/gcp-service-account.json",le="+Inf"} 20 http_response_size_bytes_sum{method="GET",path="/gcp-service-account.json"} 879 http_response_size_bytes_count{method="GET",path="/gcp-service-account.json"} 20 http_response_size_bytes_bucket{method="GET",path="/gcp.json",le="100"} 9 http_response_size_bytes_bucket{method="GET",path="/gcp.json",le="500"} 9 http_response_size_bytes_bucket{method="GET",path="/gcp.json",le="1000"} 9 http_response_size_bytes_bucket{method="GET",path="/gcp.json",le="5000"} 9 http_response_size_bytes_bucket{method="GET",path="/gcp.json",le="10000"} 9 http_response_size_bytes_bucket{method="GET",path="/gcp.json",le="50000"} 9 http_response_size_bytes_bucket{method="GET",path="/gcp.json",le="100000"} 9 http_response_size_bytes_bucket{method="GET",path="/gcp.json",le="500000"} 9 http_response_size_bytes_bucket{method="GET",path="/gcp.json",le="1e+06"} 9 http_response_size_bytes_bucket{method="GET",path="/gcp.json",le="+Inf"} 9 http_response_size_bytes_sum{method="GET",path="/gcp.json"} 396 http_response_size_bytes_count{method="GET",path="/gcp.json"} 9 http_response_size_bytes_bucket{method="GET",path="/gcp/.env",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/gcp/.env",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/gcp/.env",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/gcp/.env",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/gcp/.env",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/gcp/.env",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/gcp/.env",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/gcp/.env",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/gcp/.env",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/gcp/.env",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/gcp/.env"} 44 http_response_size_bytes_count{method="GET",path="/gcp/.env"} 1 http_response_size_bytes_bucket{method="GET",path="/gcp_key.json",le="100"} 9 http_response_size_bytes_bucket{method="GET",path="/gcp_key.json",le="500"} 9 http_response_size_bytes_bucket{method="GET",path="/gcp_key.json",le="1000"} 9 http_response_size_bytes_bucket{method="GET",path="/gcp_key.json",le="5000"} 9 http_response_size_bytes_bucket{method="GET",path="/gcp_key.json",le="10000"} 9 http_response_size_bytes_bucket{method="GET",path="/gcp_key.json",le="50000"} 9 http_response_size_bytes_bucket{method="GET",path="/gcp_key.json",le="100000"} 9 http_response_size_bytes_bucket{method="GET",path="/gcp_key.json",le="500000"} 9 http_response_size_bytes_bucket{method="GET",path="/gcp_key.json",le="1e+06"} 9 http_response_size_bytes_bucket{method="GET",path="/gcp_key.json",le="+Inf"} 9 http_response_size_bytes_sum{method="GET",path="/gcp_key.json"} 396 http_response_size_bytes_count{method="GET",path="/gcp_key.json"} 9 http_response_size_bytes_bucket{method="GET",path="/ge.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/ge.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/ge.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/ge.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/ge.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/ge.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/ge.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/ge.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/ge.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/ge.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/ge.php"} 43 http_response_size_bytes_count{method="GET",path="/ge.php"} 1 http_response_size_bytes_bucket{method="GET",path="/geck.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/geck.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/geck.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/geck.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/geck.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/geck.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/geck.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/geck.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/geck.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/geck.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/geck.php"} 43 http_response_size_bytes_count{method="GET",path="/geck.php"} 1 http_response_size_bytes_bucket{method="GET",path="/gecko-new.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/gecko-new.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/gecko-new.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/gecko-new.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/gecko-new.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/gecko-new.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/gecko-new.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/gecko-new.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/gecko-new.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/gecko-new.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/gecko-new.php"} 43 http_response_size_bytes_count{method="GET",path="/gecko-new.php"} 1 http_response_size_bytes_bucket{method="GET",path="/gecko.php",le="100"} 5 http_response_size_bytes_bucket{method="GET",path="/gecko.php",le="500"} 5 http_response_size_bytes_bucket{method="GET",path="/gecko.php",le="1000"} 5 http_response_size_bytes_bucket{method="GET",path="/gecko.php",le="5000"} 5 http_response_size_bytes_bucket{method="GET",path="/gecko.php",le="10000"} 5 http_response_size_bytes_bucket{method="GET",path="/gecko.php",le="50000"} 5 http_response_size_bytes_bucket{method="GET",path="/gecko.php",le="100000"} 5 http_response_size_bytes_bucket{method="GET",path="/gecko.php",le="500000"} 5 http_response_size_bytes_bucket{method="GET",path="/gecko.php",le="1e+06"} 5 http_response_size_bytes_bucket{method="GET",path="/gecko.php",le="+Inf"} 5 http_response_size_bytes_sum{method="GET",path="/gecko.php"} 216 http_response_size_bytes_count{method="GET",path="/gecko.php"} 5 http_response_size_bytes_bucket{method="GET",path="/geforce.php",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/geforce.php",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/geforce.php",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/geforce.php",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/geforce.php",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/geforce.php",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/geforce.php",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/geforce.php",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/geforce.php",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/geforce.php",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/geforce.php"} 173 http_response_size_bytes_count{method="GET",path="/geforce.php"} 4 http_response_size_bytes_bucket{method="GET",path="/gelay.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/gelay.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/gelay.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/gelay.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/gelay.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/gelay.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/gelay.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/gelay.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/gelay.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/gelay.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/gelay.php"} 86 http_response_size_bytes_count{method="GET",path="/gelay.php"} 2 http_response_size_bytes_bucket{method="GET",path="/gelio1.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/gelio1.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/gelio1.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/gelio1.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/gelio1.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/gelio1.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/gelio1.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/gelio1.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/gelio1.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/gelio1.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/gelio1.php"} 44 http_response_size_bytes_count{method="GET",path="/gelio1.php"} 1 http_response_size_bytes_bucket{method="GET",path="/general.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/general.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/general.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/general.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/general.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/general.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/general.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/general.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/general.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/general.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/general.zip"} 40 http_response_size_bytes_count{method="GET",path="/general.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/getcpuutil.php-bakworking",le="100"} 7 http_response_size_bytes_bucket{method="GET",path="/getcpuutil.php-bakworking",le="500"} 7 http_response_size_bytes_bucket{method="GET",path="/getcpuutil.php-bakworking",le="1000"} 7 http_response_size_bytes_bucket{method="GET",path="/getcpuutil.php-bakworking",le="5000"} 7 http_response_size_bytes_bucket{method="GET",path="/getcpuutil.php-bakworking",le="10000"} 7 http_response_size_bytes_bucket{method="GET",path="/getcpuutil.php-bakworking",le="50000"} 7 http_response_size_bytes_bucket{method="GET",path="/getcpuutil.php-bakworking",le="100000"} 7 http_response_size_bytes_bucket{method="GET",path="/getcpuutil.php-bakworking",le="500000"} 7 http_response_size_bytes_bucket{method="GET",path="/getcpuutil.php-bakworking",le="1e+06"} 7 http_response_size_bytes_bucket{method="GET",path="/getcpuutil.php-bakworking",le="+Inf"} 7 http_response_size_bytes_sum{method="GET",path="/getcpuutil.php-bakworking"} 301 http_response_size_bytes_count{method="GET",path="/getcpuutil.php-bakworking"} 7 http_response_size_bytes_bucket{method="GET",path="/gettest.php",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/gettest.php",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/gettest.php",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/gettest.php",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/gettest.php",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/gettest.php",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/gettest.php",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/gettest.php",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/gettest.php",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/gettest.php",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/gettest.php"} 130 http_response_size_bytes_count{method="GET",path="/gettest.php"} 3 http_response_size_bytes_bucket{method="GET",path="/gfd.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/gfd.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/gfd.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/gfd.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/gfd.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/gfd.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/gfd.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/gfd.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/gfd.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/gfd.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/gfd.php"} 43 http_response_size_bytes_count{method="GET",path="/gfd.php"} 1 http_response_size_bytes_bucket{method="GET",path="/gg.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/gg.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/gg.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/gg.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/gg.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/gg.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/gg.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/gg.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/gg.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/gg.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/gg.php"} 86 http_response_size_bytes_count{method="GET",path="/gg.php"} 2 http_response_size_bytes_bucket{method="GET",path="/ggb.php",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/ggb.php",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/ggb.php",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/ggb.php",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/ggb.php",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/ggb.php",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/ggb.php",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/ggb.php",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/ggb.php",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/ggb.php",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/ggb.php"} 172 http_response_size_bytes_count{method="GET",path="/ggb.php"} 4 http_response_size_bytes_bucket{method="GET",path="/ghost.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/ghost.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/ghost.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/ghost.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/ghost.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/ghost.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/ghost.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/ghost.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/ghost.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/ghost.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/ghost.zip"} 40 http_response_size_bytes_count{method="GET",path="/ghost.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/gi.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/gi.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/gi.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/gi.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/gi.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/gi.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/gi.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/gi.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/gi.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/gi.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/gi.php"} 43 http_response_size_bytes_count{method="GET",path="/gi.php"} 1 http_response_size_bytes_bucket{method="GET",path="/gifclass.php",le="100"} 6 http_response_size_bytes_bucket{method="GET",path="/gifclass.php",le="500"} 6 http_response_size_bytes_bucket{method="GET",path="/gifclass.php",le="1000"} 6 http_response_size_bytes_bucket{method="GET",path="/gifclass.php",le="5000"} 6 http_response_size_bytes_bucket{method="GET",path="/gifclass.php",le="10000"} 6 http_response_size_bytes_bucket{method="GET",path="/gifclass.php",le="50000"} 6 http_response_size_bytes_bucket{method="GET",path="/gifclass.php",le="100000"} 6 http_response_size_bytes_bucket{method="GET",path="/gifclass.php",le="500000"} 6 http_response_size_bytes_bucket{method="GET",path="/gifclass.php",le="1e+06"} 6 http_response_size_bytes_bucket{method="GET",path="/gifclass.php",le="+Inf"} 6 http_response_size_bytes_sum{method="GET",path="/gifclass.php"} 258 http_response_size_bytes_count{method="GET",path="/gifclass.php"} 6 http_response_size_bytes_bucket{method="GET",path="/gifclass4.php",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/gifclass4.php",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/gifclass4.php",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/gifclass4.php",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/gifclass4.php",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/gifclass4.php",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/gifclass4.php",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/gifclass4.php",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/gifclass4.php",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/gifclass4.php",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/gifclass4.php"} 129 http_response_size_bytes_count{method="GET",path="/gifclass4.php"} 3 http_response_size_bytes_bucket{method="GET",path="/git.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/git.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/git.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/git.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/git.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/git.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/git.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/git.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/git.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/git.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/git.zip"} 40 http_response_size_bytes_count{method="GET",path="/git.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/github/.env",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/github/.env",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/github/.env",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/github/.env",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/github/.env",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/github/.env",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/github/.env",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/github/.env",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/github/.env",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/github/.env",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/github/.env"} 44 http_response_size_bytes_count{method="GET",path="/github/.env"} 1 http_response_size_bytes_bucket{method="GET",path="/gitlab/.env",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/gitlab/.env",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/gitlab/.env",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/gitlab/.env",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/gitlab/.env",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/gitlab/.env",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/gitlab/.env",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/gitlab/.env",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/gitlab/.env",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/gitlab/.env",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/gitlab/.env"} 44 http_response_size_bytes_count{method="GET",path="/gitlab/.env"} 1 http_response_size_bytes_bucket{method="GET",path="/gk.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/gk.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/gk.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/gk.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/gk.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/gk.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/gk.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/gk.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/gk.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/gk.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/gk.php"} 86 http_response_size_bytes_count{method="GET",path="/gk.php"} 2 http_response_size_bytes_bucket{method="GET",path="/global.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/global.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/global.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/global.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/global.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/global.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/global.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/global.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/global.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/global.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/global.zip"} 40 http_response_size_bytes_count{method="GET",path="/global.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/gm.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/gm.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/gm.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/gm.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/gm.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/gm.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/gm.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/gm.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/gm.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/gm.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/gm.php"} 43 http_response_size_bytes_count{method="GET",path="/gm.php"} 1 http_response_size_bytes_bucket{method="GET",path="/gmo.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/gmo.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/gmo.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/gmo.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/gmo.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/gmo.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/gmo.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/gmo.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/gmo.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/gmo.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/gmo.php"} 86 http_response_size_bytes_count{method="GET",path="/gmo.php"} 2 http_response_size_bytes_bucket{method="GET",path="/go.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/go.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/go.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/go.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/go.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/go.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/go.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/go.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/go.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/go.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/go.php"} 86 http_response_size_bytes_count{method="GET",path="/go.php"} 2 http_response_size_bytes_bucket{method="GET",path="/goat.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/goat.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/goat.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/goat.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/goat.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/goat.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/goat.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/goat.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/goat.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/goat.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/goat.php"} 86 http_response_size_bytes_count{method="GET",path="/goat.php"} 2 http_response_size_bytes_bucket{method="GET",path="/god4m.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/god4m.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/god4m.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/god4m.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/god4m.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/god4m.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/god4m.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/god4m.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/god4m.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/god4m.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/god4m.php"} 43 http_response_size_bytes_count{method="GET",path="/god4m.php"} 1 http_response_size_bytes_bucket{method="GET",path="/godaddy.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/godaddy.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/godaddy.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/godaddy.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/godaddy.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/godaddy.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/godaddy.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/godaddy.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/godaddy.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/godaddy.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/godaddy.zip"} 40 http_response_size_bytes_count{method="GET",path="/godaddy.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/godot.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/godot.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/godot.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/godot.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/godot.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/godot.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/godot.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/godot.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/godot.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/godot.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/godot.zip"} 40 http_response_size_bytes_count{method="GET",path="/godot.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/goods.php",le="100"} 5 http_response_size_bytes_bucket{method="GET",path="/goods.php",le="500"} 5 http_response_size_bytes_bucket{method="GET",path="/goods.php",le="1000"} 5 http_response_size_bytes_bucket{method="GET",path="/goods.php",le="5000"} 5 http_response_size_bytes_bucket{method="GET",path="/goods.php",le="10000"} 5 http_response_size_bytes_bucket{method="GET",path="/goods.php",le="50000"} 5 http_response_size_bytes_bucket{method="GET",path="/goods.php",le="100000"} 5 http_response_size_bytes_bucket{method="GET",path="/goods.php",le="500000"} 5 http_response_size_bytes_bucket{method="GET",path="/goods.php",le="1e+06"} 5 http_response_size_bytes_bucket{method="GET",path="/goods.php",le="+Inf"} 5 http_response_size_bytes_sum{method="GET",path="/goods.php"} 215 http_response_size_bytes_count{method="GET",path="/goods.php"} 5 http_response_size_bytes_bucket{method="GET",path="/google-analytics.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/google-analytics.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/google-analytics.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/google-analytics.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/google-analytics.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/google-analytics.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/google-analytics.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/google-analytics.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/google-analytics.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/google-analytics.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/google-analytics.zip"} 40 http_response_size_bytes_count{method="GET",path="/google-analytics.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/google-application-credentials.json",le="100"} 9 http_response_size_bytes_bucket{method="GET",path="/google-application-credentials.json",le="500"} 9 http_response_size_bytes_bucket{method="GET",path="/google-application-credentials.json",le="1000"} 9 http_response_size_bytes_bucket{method="GET",path="/google-application-credentials.json",le="5000"} 9 http_response_size_bytes_bucket{method="GET",path="/google-application-credentials.json",le="10000"} 9 http_response_size_bytes_bucket{method="GET",path="/google-application-credentials.json",le="50000"} 9 http_response_size_bytes_bucket{method="GET",path="/google-application-credentials.json",le="100000"} 9 http_response_size_bytes_bucket{method="GET",path="/google-application-credentials.json",le="500000"} 9 http_response_size_bytes_bucket{method="GET",path="/google-application-credentials.json",le="1e+06"} 9 http_response_size_bytes_bucket{method="GET",path="/google-application-credentials.json",le="+Inf"} 9 http_response_size_bytes_sum{method="GET",path="/google-application-credentials.json"} 395 http_response_size_bytes_count{method="GET",path="/google-application-credentials.json"} 9 http_response_size_bytes_bucket{method="GET",path="/google-cloud.json",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/google-cloud.json",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/google-cloud.json",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/google-cloud.json",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/google-cloud.json",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/google-cloud.json",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/google-cloud.json",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/google-cloud.json",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/google-cloud.json",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/google-cloud.json",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/google-cloud.json"} 44 http_response_size_bytes_count{method="GET",path="/google-cloud.json"} 1 http_response_size_bytes_bucket{method="GET",path="/google-cloud.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/google-cloud.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/google-cloud.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/google-cloud.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/google-cloud.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/google-cloud.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/google-cloud.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/google-cloud.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/google-cloud.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/google-cloud.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/google-cloud.zip"} 40 http_response_size_bytes_count{method="GET",path="/google-cloud.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/google-credentials.json",le="100"} 22 http_response_size_bytes_bucket{method="GET",path="/google-credentials.json",le="500"} 22 http_response_size_bytes_bucket{method="GET",path="/google-credentials.json",le="1000"} 22 http_response_size_bytes_bucket{method="GET",path="/google-credentials.json",le="5000"} 22 http_response_size_bytes_bucket{method="GET",path="/google-credentials.json",le="10000"} 22 http_response_size_bytes_bucket{method="GET",path="/google-credentials.json",le="50000"} 22 http_response_size_bytes_bucket{method="GET",path="/google-credentials.json",le="100000"} 22 http_response_size_bytes_bucket{method="GET",path="/google-credentials.json",le="500000"} 22 http_response_size_bytes_bucket{method="GET",path="/google-credentials.json",le="1e+06"} 22 http_response_size_bytes_bucket{method="GET",path="/google-credentials.json",le="+Inf"} 22 http_response_size_bytes_sum{method="GET",path="/google-credentials.json"} 967 http_response_size_bytes_count{method="GET",path="/google-credentials.json"} 22 http_response_size_bytes_bucket{method="GET",path="/google-key.json",le="100"} 16 http_response_size_bytes_bucket{method="GET",path="/google-key.json",le="500"} 16 http_response_size_bytes_bucket{method="GET",path="/google-key.json",le="1000"} 16 http_response_size_bytes_bucket{method="GET",path="/google-key.json",le="5000"} 16 http_response_size_bytes_bucket{method="GET",path="/google-key.json",le="10000"} 16 http_response_size_bytes_bucket{method="GET",path="/google-key.json",le="50000"} 16 http_response_size_bytes_bucket{method="GET",path="/google-key.json",le="100000"} 16 http_response_size_bytes_bucket{method="GET",path="/google-key.json",le="500000"} 16 http_response_size_bytes_bucket{method="GET",path="/google-key.json",le="1e+06"} 16 http_response_size_bytes_bucket{method="GET",path="/google-key.json",le="+Inf"} 16 http_response_size_bytes_sum{method="GET",path="/google-key.json"} 704 http_response_size_bytes_count{method="GET",path="/google-key.json"} 16 http_response_size_bytes_bucket{method="GET",path="/google-service-account.json",le="100"} 22 http_response_size_bytes_bucket{method="GET",path="/google-service-account.json",le="500"} 22 http_response_size_bytes_bucket{method="GET",path="/google-service-account.json",le="1000"} 22 http_response_size_bytes_bucket{method="GET",path="/google-service-account.json",le="5000"} 22 http_response_size_bytes_bucket{method="GET",path="/google-service-account.json",le="10000"} 22 http_response_size_bytes_bucket{method="GET",path="/google-service-account.json",le="50000"} 22 http_response_size_bytes_bucket{method="GET",path="/google-service-account.json",le="100000"} 22 http_response_size_bytes_bucket{method="GET",path="/google-service-account.json",le="500000"} 22 http_response_size_bytes_bucket{method="GET",path="/google-service-account.json",le="1e+06"} 22 http_response_size_bytes_bucket{method="GET",path="/google-service-account.json",le="+Inf"} 22 http_response_size_bytes_sum{method="GET",path="/google-service-account.json"} 966 http_response_size_bytes_count{method="GET",path="/google-service-account.json"} 22 http_response_size_bytes_bucket{method="GET",path="/google-services.json",le="100"} 9 http_response_size_bytes_bucket{method="GET",path="/google-services.json",le="500"} 9 http_response_size_bytes_bucket{method="GET",path="/google-services.json",le="1000"} 9 http_response_size_bytes_bucket{method="GET",path="/google-services.json",le="5000"} 9 http_response_size_bytes_bucket{method="GET",path="/google-services.json",le="10000"} 9 http_response_size_bytes_bucket{method="GET",path="/google-services.json",le="50000"} 9 http_response_size_bytes_bucket{method="GET",path="/google-services.json",le="100000"} 9 http_response_size_bytes_bucket{method="GET",path="/google-services.json",le="500000"} 9 http_response_size_bytes_bucket{method="GET",path="/google-services.json",le="1e+06"} 9 http_response_size_bytes_bucket{method="GET",path="/google-services.json",le="+Inf"} 9 http_response_size_bytes_sum{method="GET",path="/google-services.json"} 396 http_response_size_bytes_count{method="GET",path="/google-services.json"} 9 http_response_size_bytes_bucket{method="GET",path="/google_credentials.json",le="100"} 9 http_response_size_bytes_bucket{method="GET",path="/google_credentials.json",le="500"} 9 http_response_size_bytes_bucket{method="GET",path="/google_credentials.json",le="1000"} 9 http_response_size_bytes_bucket{method="GET",path="/google_credentials.json",le="5000"} 9 http_response_size_bytes_bucket{method="GET",path="/google_credentials.json",le="10000"} 9 http_response_size_bytes_bucket{method="GET",path="/google_credentials.json",le="50000"} 9 http_response_size_bytes_bucket{method="GET",path="/google_credentials.json",le="100000"} 9 http_response_size_bytes_bucket{method="GET",path="/google_credentials.json",le="500000"} 9 http_response_size_bytes_bucket{method="GET",path="/google_credentials.json",le="1e+06"} 9 http_response_size_bytes_bucket{method="GET",path="/google_credentials.json",le="+Inf"} 9 http_response_size_bytes_sum{method="GET",path="/google_credentials.json"} 395 http_response_size_bytes_count{method="GET",path="/google_credentials.json"} 9 http_response_size_bytes_bucket{method="GET",path="/google_key.json",le="100"} 9 http_response_size_bytes_bucket{method="GET",path="/google_key.json",le="500"} 9 http_response_size_bytes_bucket{method="GET",path="/google_key.json",le="1000"} 9 http_response_size_bytes_bucket{method="GET",path="/google_key.json",le="5000"} 9 http_response_size_bytes_bucket{method="GET",path="/google_key.json",le="10000"} 9 http_response_size_bytes_bucket{method="GET",path="/google_key.json",le="50000"} 9 http_response_size_bytes_bucket{method="GET",path="/google_key.json",le="100000"} 9 http_response_size_bytes_bucket{method="GET",path="/google_key.json",le="500000"} 9 http_response_size_bytes_bucket{method="GET",path="/google_key.json",le="1e+06"} 9 http_response_size_bytes_bucket{method="GET",path="/google_key.json",le="+Inf"} 9 http_response_size_bytes_sum{method="GET",path="/google_key.json"} 395 http_response_size_bytes_count{method="GET",path="/google_key.json"} 9 http_response_size_bytes_bucket{method="GET",path="/google_service_app.json",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/google_service_app.json",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/google_service_app.json",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/google_service_app.json",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/google_service_app.json",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/google_service_app.json",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/google_service_app.json",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/google_service_app.json",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/google_service_app.json",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/google_service_app.json",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/google_service_app.json"} 44 http_response_size_bytes_count{method="GET",path="/google_service_app.json"} 1 http_response_size_bytes_bucket{method="GET",path="/googledrive.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/googledrive.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/googledrive.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/googledrive.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/googledrive.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/googledrive.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/googledrive.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/googledrive.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/googledrive.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/googledrive.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/googledrive.zip"} 40 http_response_size_bytes_count{method="GET",path="/googledrive.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/gpt-sh.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/gpt-sh.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/gpt-sh.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/gpt-sh.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/gpt-sh.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/gpt-sh.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/gpt-sh.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/gpt-sh.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/gpt-sh.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/gpt-sh.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/gpt-sh.php"} 86 http_response_size_bytes_count{method="GET",path="/gpt-sh.php"} 2 http_response_size_bytes_bucket{method="GET",path="/gptsh.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/gptsh.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/gptsh.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/gptsh.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/gptsh.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/gptsh.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/gptsh.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/gptsh.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/gptsh.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/gptsh.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/gptsh.php"} 86 http_response_size_bytes_count{method="GET",path="/gptsh.php"} 2 http_response_size_bytes_bucket{method="GET",path="/graphics.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/graphics.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/graphics.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/graphics.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/graphics.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/graphics.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/graphics.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/graphics.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/graphics.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/graphics.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/graphics.zip"} 40 http_response_size_bytes_count{method="GET",path="/graphics.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/graphql",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/graphql",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/graphql",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/graphql",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/graphql",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/graphql",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/graphql",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/graphql",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/graphql",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/graphql",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/graphql"} 87 http_response_size_bytes_count{method="GET",path="/graphql"} 2 http_response_size_bytes_bucket{method="GET",path="/graphql.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/graphql.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/graphql.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/graphql.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/graphql.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/graphql.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/graphql.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/graphql.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/graphql.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/graphql.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/graphql.zip"} 40 http_response_size_bytes_count{method="GET",path="/graphql.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/graphql/.env",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/graphql/.env",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/graphql/.env",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/graphql/.env",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/graphql/.env",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/graphql/.env",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/graphql/.env",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/graphql/.env",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/graphql/.env",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/graphql/.env",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/graphql/.env"} 87 http_response_size_bytes_count{method="GET",path="/graphql/.env"} 2 http_response_size_bytes_bucket{method="GET",path="/green.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/green.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/green.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/green.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/green.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/green.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/green.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/green.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/green.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/green.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/green.php"} 43 http_response_size_bytes_count{method="GET",path="/green.php"} 1 http_response_size_bytes_bucket{method="GET",path="/green1.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/green1.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/green1.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/green1.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/green1.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/green1.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/green1.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/green1.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/green1.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/green1.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/green1.php"} 43 http_response_size_bytes_count{method="GET",path="/green1.php"} 1 http_response_size_bytes_bucket{method="GET",path="/group.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/group.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/group.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/group.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/group.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/group.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/group.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/group.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/group.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/group.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/group.zip"} 40 http_response_size_bytes_count{method="GET",path="/group.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/grsiuk.php",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/grsiuk.php",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/grsiuk.php",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/grsiuk.php",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/grsiuk.php",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/grsiuk.php",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/grsiuk.php",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/grsiuk.php",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/grsiuk.php",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/grsiuk.php",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/grsiuk.php"} 129 http_response_size_bytes_count{method="GET",path="/grsiuk.php"} 3 http_response_size_bytes_bucket{method="GET",path="/gscxejbc.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/gscxejbc.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/gscxejbc.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/gscxejbc.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/gscxejbc.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/gscxejbc.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/gscxejbc.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/gscxejbc.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/gscxejbc.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/gscxejbc.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/gscxejbc.php"} 43 http_response_size_bytes_count{method="GET",path="/gscxejbc.php"} 1 http_response_size_bytes_bucket{method="GET",path="/gt.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/gt.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/gt.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/gt.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/gt.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/gt.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/gt.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/gt.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/gt.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/gt.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/gt.php"} 43 http_response_size_bytes_count{method="GET",path="/gt.php"} 1 http_response_size_bytes_bucket{method="GET",path="/gtc.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/gtc.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/gtc.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/gtc.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/gtc.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/gtc.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/gtc.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/gtc.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/gtc.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/gtc.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/gtc.php"} 86 http_response_size_bytes_count{method="GET",path="/gtc.php"} 2 http_response_size_bytes_bucket{method="GET",path="/gtm.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/gtm.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/gtm.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/gtm.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/gtm.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/gtm.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/gtm.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/gtm.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/gtm.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/gtm.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/gtm.zip"} 40 http_response_size_bytes_count{method="GET",path="/gtm.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/guide.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/guide.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/guide.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/guide.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/guide.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/guide.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/guide.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/guide.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/guide.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/guide.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/guide.zip"} 40 http_response_size_bytes_count{method="GET",path="/guide.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/h.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/h.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/h.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/h.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/h.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/h.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/h.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/h.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/h.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/h.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/h.php"} 43 http_response_size_bytes_count{method="GET",path="/h.php"} 1 http_response_size_bytes_bucket{method="GET",path="/h2.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/h2.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/h2.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/h2.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/h2.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/h2.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/h2.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/h2.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/h2.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/h2.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/h2.php"} 86 http_response_size_bytes_count{method="GET",path="/h2.php"} 2 http_response_size_bytes_bucket{method="GET",path="/ha.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/ha.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/ha.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/ha.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/ha.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/ha.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/ha.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/ha.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/ha.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/ha.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/ha.php"} 86 http_response_size_bytes_count{method="GET",path="/ha.php"} 2 http_response_size_bytes_bucket{method="GET",path="/haa.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/haa.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/haa.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/haa.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/haa.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/haa.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/haa.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/haa.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/haa.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/haa.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/haa.php"} 43 http_response_size_bytes_count{method="GET",path="/haa.php"} 1 http_response_size_bytes_bucket{method="GET",path="/half.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/half.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/half.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/half.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/half.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/half.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/half.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/half.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/half.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/half.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/half.php"} 43 http_response_size_bytes_count{method="GET",path="/half.php"} 1 http_response_size_bytes_bucket{method="GET",path="/hayuk.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/hayuk.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/hayuk.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/hayuk.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/hayuk.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/hayuk.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/hayuk.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/hayuk.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/hayuk.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/hayuk.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/hayuk.php"} 43 http_response_size_bytes_count{method="GET",path="/hayuk.php"} 1 http_response_size_bytes_bucket{method="GET",path="/haz.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/haz.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/haz.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/haz.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/haz.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/haz.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/haz.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/haz.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/haz.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/haz.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/haz.php"} 43 http_response_size_bytes_count{method="GET",path="/haz.php"} 1 http_response_size_bytes_bucket{method="GET",path="/he.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/he.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/he.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/he.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/he.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/he.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/he.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/he.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/he.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/he.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/he.php"} 43 http_response_size_bytes_count{method="GET",path="/he.php"} 1 http_response_size_bytes_bucket{method="GET",path="/health",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/health",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/health",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/health",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/health",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/health",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/health",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/health",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/health",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/health",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/health"} 43 http_response_size_bytes_count{method="GET",path="/health"} 1 http_response_size_bytes_bucket{method="GET",path="/healthz",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/healthz",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/healthz",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/healthz",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/healthz",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/healthz",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/healthz",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/healthz",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/healthz",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/healthz",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/healthz"} 88 http_response_size_bytes_count{method="GET",path="/healthz"} 2 http_response_size_bytes_bucket{method="GET",path="/hehe.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/hehe.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/hehe.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/hehe.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/hehe.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/hehe.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/hehe.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/hehe.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/hehe.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/hehe.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/hehe.php"} 43 http_response_size_bytes_count{method="GET",path="/hehe.php"} 1 http_response_size_bytes_bucket{method="GET",path="/hello.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/hello.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/hello.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/hello.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/hello.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/hello.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/hello.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/hello.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/hello.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/hello.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/hello.php"} 43 http_response_size_bytes_count{method="GET",path="/hello.php"} 1 http_response_size_bytes_bucket{method="GET",path="/help.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/help.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/help.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/help.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/help.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/help.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/help.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/help.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/help.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/help.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/help.zip"} 40 http_response_size_bytes_count{method="GET",path="/help.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/helper.js",le="100"} 24 http_response_size_bytes_bucket{method="GET",path="/helper.js",le="500"} 24 http_response_size_bytes_bucket{method="GET",path="/helper.js",le="1000"} 24 http_response_size_bytes_bucket{method="GET",path="/helper.js",le="5000"} 24 http_response_size_bytes_bucket{method="GET",path="/helper.js",le="10000"} 24 http_response_size_bytes_bucket{method="GET",path="/helper.js",le="50000"} 24 http_response_size_bytes_bucket{method="GET",path="/helper.js",le="100000"} 24 http_response_size_bytes_bucket{method="GET",path="/helper.js",le="500000"} 24 http_response_size_bytes_bucket{method="GET",path="/helper.js",le="1e+06"} 24 http_response_size_bytes_bucket{method="GET",path="/helper.js",le="+Inf"} 24 http_response_size_bytes_sum{method="GET",path="/helper.js"} 1048 http_response_size_bytes_count{method="GET",path="/helper.js"} 24 http_response_size_bytes_bucket{method="GET",path="/helper/EmailHelper.js",le="100"} 23 http_response_size_bytes_bucket{method="GET",path="/helper/EmailHelper.js",le="500"} 23 http_response_size_bytes_bucket{method="GET",path="/helper/EmailHelper.js",le="1000"} 23 http_response_size_bytes_bucket{method="GET",path="/helper/EmailHelper.js",le="5000"} 23 http_response_size_bytes_bucket{method="GET",path="/helper/EmailHelper.js",le="10000"} 23 http_response_size_bytes_bucket{method="GET",path="/helper/EmailHelper.js",le="50000"} 23 http_response_size_bytes_bucket{method="GET",path="/helper/EmailHelper.js",le="100000"} 23 http_response_size_bytes_bucket{method="GET",path="/helper/EmailHelper.js",le="500000"} 23 http_response_size_bytes_bucket{method="GET",path="/helper/EmailHelper.js",le="1e+06"} 23 http_response_size_bytes_bucket{method="GET",path="/helper/EmailHelper.js",le="+Inf"} 23 http_response_size_bytes_sum{method="GET",path="/helper/EmailHelper.js"} 1004 http_response_size_bytes_count{method="GET",path="/helper/EmailHelper.js"} 23 http_response_size_bytes_bucket{method="GET",path="/helper/helper.go",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/helper/helper.go",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/helper/helper.go",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/helper/helper.go",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/helper/helper.go",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/helper/helper.go",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/helper/helper.go",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/helper/helper.go",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/helper/helper.go",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/helper/helper.go",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/helper/helper.go"} 88 http_response_size_bytes_count{method="GET",path="/helper/helper.go"} 2 http_response_size_bytes_bucket{method="GET",path="/helpers/fileUpload.js",le="100"} 15 http_response_size_bytes_bucket{method="GET",path="/helpers/fileUpload.js",le="500"} 15 http_response_size_bytes_bucket{method="GET",path="/helpers/fileUpload.js",le="1000"} 15 http_response_size_bytes_bucket{method="GET",path="/helpers/fileUpload.js",le="5000"} 15 http_response_size_bytes_bucket{method="GET",path="/helpers/fileUpload.js",le="10000"} 15 http_response_size_bytes_bucket{method="GET",path="/helpers/fileUpload.js",le="50000"} 15 http_response_size_bytes_bucket{method="GET",path="/helpers/fileUpload.js",le="100000"} 15 http_response_size_bytes_bucket{method="GET",path="/helpers/fileUpload.js",le="500000"} 15 http_response_size_bytes_bucket{method="GET",path="/helpers/fileUpload.js",le="1e+06"} 15 http_response_size_bytes_bucket{method="GET",path="/helpers/fileUpload.js",le="+Inf"} 15 http_response_size_bytes_sum{method="GET",path="/helpers/fileUpload.js"} 659 http_response_size_bytes_count{method="GET",path="/helpers/fileUpload.js"} 15 http_response_size_bytes_bucket{method="GET",path="/helpers/utility.js",le="100"} 24 http_response_size_bytes_bucket{method="GET",path="/helpers/utility.js",le="500"} 24 http_response_size_bytes_bucket{method="GET",path="/helpers/utility.js",le="1000"} 24 http_response_size_bytes_bucket{method="GET",path="/helpers/utility.js",le="5000"} 24 http_response_size_bytes_bucket{method="GET",path="/helpers/utility.js",le="10000"} 24 http_response_size_bytes_bucket{method="GET",path="/helpers/utility.js",le="50000"} 24 http_response_size_bytes_bucket{method="GET",path="/helpers/utility.js",le="100000"} 24 http_response_size_bytes_bucket{method="GET",path="/helpers/utility.js",le="500000"} 24 http_response_size_bytes_bucket{method="GET",path="/helpers/utility.js",le="1e+06"} 24 http_response_size_bytes_bucket{method="GET",path="/helpers/utility.js",le="+Inf"} 24 http_response_size_bytes_sum{method="GET",path="/helpers/utility.js"} 1048 http_response_size_bytes_count{method="GET",path="/helpers/utility.js"} 24 http_response_size_bytes_bucket{method="GET",path="/heroku.yml",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/heroku.yml",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/heroku.yml",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/heroku.yml",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/heroku.yml",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/heroku.yml",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/heroku.yml",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/heroku.yml",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/heroku.yml",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/heroku.yml",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/heroku.yml"} 88 http_response_size_bytes_count{method="GET",path="/heroku.yml"} 2 http_response_size_bytes_bucket{method="GET",path="/hi.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/hi.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/hi.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/hi.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/hi.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/hi.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/hi.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/hi.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/hi.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/hi.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/hi.php"} 43 http_response_size_bytes_count{method="GET",path="/hi.php"} 1 http_response_size_bytes_bucket{method="GET",path="/hoeig.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/hoeig.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/hoeig.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/hoeig.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/hoeig.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/hoeig.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/hoeig.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/hoeig.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/hoeig.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/hoeig.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/hoeig.php"} 86 http_response_size_bytes_count{method="GET",path="/hoeig.php"} 2 http_response_size_bytes_bucket{method="GET",path="/home.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/home.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/home.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/home.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/home.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/home.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/home.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/home.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/home.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/home.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/home.php"} 88 http_response_size_bytes_count{method="GET",path="/home.php"} 2 http_response_size_bytes_bucket{method="GET",path="/home.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/home.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/home.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/home.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/home.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/home.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/home.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/home.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/home.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/home.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/home.zip"} 40 http_response_size_bytes_count{method="GET",path="/home.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/home/*/.aws/credentials",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/home/*/.aws/credentials",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/home/*/.aws/credentials",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/home/*/.aws/credentials",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/home/*/.aws/credentials",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/home/*/.aws/credentials",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/home/*/.aws/credentials",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/home/*/.aws/credentials",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/home/*/.aws/credentials",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/home/*/.aws/credentials",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/home/*/.aws/credentials"} 88 http_response_size_bytes_count{method="GET",path="/home/*/.aws/credentials"} 2 http_response_size_bytes_bucket{method="GET",path="/home/*/.git-credentials",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/home/*/.git-credentials",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/home/*/.git-credentials",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/home/*/.git-credentials",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/home/*/.git-credentials",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/home/*/.git-credentials",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/home/*/.git-credentials",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/home/*/.git-credentials",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/home/*/.git-credentials",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/home/*/.git-credentials",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/home/*/.git-credentials"} 88 http_response_size_bytes_count{method="GET",path="/home/*/.git-credentials"} 2 http_response_size_bytes_bucket{method="GET",path="/home/*/.gitconfig",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/home/*/.gitconfig",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/home/*/.gitconfig",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/home/*/.gitconfig",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/home/*/.gitconfig",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/home/*/.gitconfig",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/home/*/.gitconfig",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/home/*/.gitconfig",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/home/*/.gitconfig",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/home/*/.gitconfig",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/home/*/.gitconfig"} 88 http_response_size_bytes_count{method="GET",path="/home/*/.gitconfig"} 2 http_response_size_bytes_bucket{method="GET",path="/home/*/.netrc",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/home/*/.netrc",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/home/*/.netrc",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/home/*/.netrc",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/home/*/.netrc",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/home/*/.netrc",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/home/*/.netrc",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/home/*/.netrc",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/home/*/.netrc",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/home/*/.netrc",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/home/*/.netrc"} 88 http_response_size_bytes_count{method="GET",path="/home/*/.netrc"} 2 http_response_size_bytes_bucket{method="GET",path="/home/.env",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/home/.env",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/home/.env",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/home/.env",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/home/.env",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/home/.env",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/home/.env",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/home/.env",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/home/.env",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/home/.env",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/home/.env"} 88 http_response_size_bytes_count{method="GET",path="/home/.env"} 2 http_response_size_bytes_bucket{method="GET",path="/home/user/.aws/credentials",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/home/user/.aws/credentials",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/home/user/.aws/credentials",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/home/user/.aws/credentials",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/home/user/.aws/credentials",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/home/user/.aws/credentials",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/home/user/.aws/credentials",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/home/user/.aws/credentials",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/home/user/.aws/credentials",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/home/user/.aws/credentials",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/home/user/.aws/credentials"} 43 http_response_size_bytes_count{method="GET",path="/home/user/.aws/credentials"} 1 http_response_size_bytes_bucket{method="GET",path="/host-info.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/host-info.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/host-info.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/host-info.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/host-info.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/host-info.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/host-info.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/host-info.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/host-info.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/host-info.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/host-info.php"} 88 http_response_size_bytes_count{method="GET",path="/host-info.php"} 2 http_response_size_bytes_bucket{method="GET",path="/host.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/host.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/host.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/host.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/host.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/host.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/host.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/host.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/host.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/host.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/host.php"} 88 http_response_size_bytes_count{method="GET",path="/host.php"} 2 http_response_size_bytes_bucket{method="GET",path="/host.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/host.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/host.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/host.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/host.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/host.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/host.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/host.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/host.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/host.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/host.zip"} 40 http_response_size_bytes_count{method="GET",path="/host.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/hostgator.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/hostgator.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/hostgator.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/hostgator.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/hostgator.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/hostgator.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/hostgator.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/hostgator.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/hostgator.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/hostgator.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/hostgator.zip"} 40 http_response_size_bytes_count{method="GET",path="/hostgator.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/hosting.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/hosting.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/hosting.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/hosting.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/hosting.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/hosting.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/hosting.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/hosting.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/hosting.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/hosting.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/hosting.zip"} 40 http_response_size_bytes_count{method="GET",path="/hosting.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/hosting/phpinfo.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/hosting/phpinfo.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/hosting/phpinfo.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/hosting/phpinfo.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/hosting/phpinfo.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/hosting/phpinfo.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/hosting/phpinfo.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/hosting/phpinfo.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/hosting/phpinfo.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/hosting/phpinfo.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/hosting/phpinfo.php"} 87 http_response_size_bytes_count{method="GET",path="/hosting/phpinfo.php"} 2 http_response_size_bytes_bucket{method="GET",path="/hotfix.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/hotfix.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/hotfix.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/hotfix.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/hotfix.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/hotfix.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/hotfix.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/hotfix.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/hotfix.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/hotfix.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/hotfix.zip"} 40 http_response_size_bytes_count{method="GET",path="/hotfix.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/hotjar.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/hotjar.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/hotjar.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/hotjar.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/hotjar.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/hotjar.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/hotjar.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/hotjar.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/hotjar.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/hotjar.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/hotjar.zip"} 40 http_response_size_bytes_count{method="GET",path="/hotjar.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/hots.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/hots.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/hots.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/hots.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/hots.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/hots.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/hots.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/hots.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/hots.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/hots.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/hots.php"} 86 http_response_size_bytes_count{method="GET",path="/hots.php"} 2 http_response_size_bytes_bucket{method="GET",path="/hplfuns.php",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/hplfuns.php",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/hplfuns.php",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/hplfuns.php",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/hplfuns.php",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/hplfuns.php",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/hplfuns.php",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/hplfuns.php",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/hplfuns.php",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/hplfuns.php",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/hplfuns.php"} 172 http_response_size_bytes_count{method="GET",path="/hplfuns.php"} 4 http_response_size_bytes_bucket{method="GET",path="/hq.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/hq.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/hq.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/hq.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/hq.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/hq.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/hq.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/hq.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/hq.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/hq.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/hq.php"} 43 http_response_size_bytes_count{method="GET",path="/hq.php"} 1 http_response_size_bytes_bucket{method="GET",path="/htaccess.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/htaccess.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/htaccess.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/htaccess.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/htaccess.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/htaccess.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/htaccess.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/htaccess.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/htaccess.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/htaccess.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/htaccess.php"} 86 http_response_size_bytes_count{method="GET",path="/htaccess.php"} 2 http_response_size_bytes_bucket{method="GET",path="/htdocs.7z",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/htdocs.7z",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/htdocs.7z",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/htdocs.7z",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/htdocs.7z",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/htdocs.7z",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/htdocs.7z",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/htdocs.7z",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/htdocs.7z",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/htdocs.7z",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/htdocs.7z"} 43 http_response_size_bytes_count{method="GET",path="/htdocs.7z"} 1 http_response_size_bytes_bucket{method="GET",path="/htdocs.bz2",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/htdocs.bz2",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/htdocs.bz2",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/htdocs.bz2",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/htdocs.bz2",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/htdocs.bz2",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/htdocs.bz2",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/htdocs.bz2",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/htdocs.bz2",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/htdocs.bz2",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/htdocs.bz2"} 43 http_response_size_bytes_count{method="GET",path="/htdocs.bz2"} 1 http_response_size_bytes_bucket{method="GET",path="/htdocs.gz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/htdocs.gz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/htdocs.gz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/htdocs.gz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/htdocs.gz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/htdocs.gz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/htdocs.gz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/htdocs.gz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/htdocs.gz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/htdocs.gz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/htdocs.gz"} 43 http_response_size_bytes_count{method="GET",path="/htdocs.gz"} 1 http_response_size_bytes_bucket{method="GET",path="/htdocs.rar",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/htdocs.rar",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/htdocs.rar",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/htdocs.rar",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/htdocs.rar",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/htdocs.rar",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/htdocs.rar",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/htdocs.rar",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/htdocs.rar",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/htdocs.rar",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/htdocs.rar"} 43 http_response_size_bytes_count{method="GET",path="/htdocs.rar"} 1 http_response_size_bytes_bucket{method="GET",path="/htdocs.sql",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/htdocs.sql",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/htdocs.sql",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/htdocs.sql",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/htdocs.sql",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/htdocs.sql",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/htdocs.sql",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/htdocs.sql",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/htdocs.sql",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/htdocs.sql",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/htdocs.sql"} 43 http_response_size_bytes_count{method="GET",path="/htdocs.sql"} 1 http_response_size_bytes_bucket{method="GET",path="/htdocs.sql.bz2",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/htdocs.sql.bz2",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/htdocs.sql.bz2",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/htdocs.sql.bz2",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/htdocs.sql.bz2",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/htdocs.sql.bz2",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/htdocs.sql.bz2",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/htdocs.sql.bz2",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/htdocs.sql.bz2",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/htdocs.sql.bz2",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/htdocs.sql.bz2"} 43 http_response_size_bytes_count{method="GET",path="/htdocs.sql.bz2"} 1 http_response_size_bytes_bucket{method="GET",path="/htdocs.sql.gz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/htdocs.sql.gz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/htdocs.sql.gz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/htdocs.sql.gz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/htdocs.sql.gz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/htdocs.sql.gz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/htdocs.sql.gz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/htdocs.sql.gz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/htdocs.sql.gz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/htdocs.sql.gz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/htdocs.sql.gz"} 43 http_response_size_bytes_count{method="GET",path="/htdocs.sql.gz"} 1 http_response_size_bytes_bucket{method="GET",path="/htdocs.tar",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/htdocs.tar",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/htdocs.tar",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/htdocs.tar",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/htdocs.tar",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/htdocs.tar",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/htdocs.tar",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/htdocs.tar",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/htdocs.tar",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/htdocs.tar",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/htdocs.tar"} 43 http_response_size_bytes_count{method="GET",path="/htdocs.tar"} 1 http_response_size_bytes_bucket{method="GET",path="/htdocs.tar.bz2",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/htdocs.tar.bz2",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/htdocs.tar.bz2",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/htdocs.tar.bz2",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/htdocs.tar.bz2",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/htdocs.tar.bz2",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/htdocs.tar.bz2",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/htdocs.tar.bz2",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/htdocs.tar.bz2",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/htdocs.tar.bz2",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/htdocs.tar.bz2"} 43 http_response_size_bytes_count{method="GET",path="/htdocs.tar.bz2"} 1 http_response_size_bytes_bucket{method="GET",path="/htdocs.tar.gz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/htdocs.tar.gz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/htdocs.tar.gz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/htdocs.tar.gz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/htdocs.tar.gz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/htdocs.tar.gz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/htdocs.tar.gz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/htdocs.tar.gz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/htdocs.tar.gz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/htdocs.tar.gz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/htdocs.tar.gz"} 43 http_response_size_bytes_count{method="GET",path="/htdocs.tar.gz"} 1 http_response_size_bytes_bucket{method="GET",path="/htdocs.tar.xz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/htdocs.tar.xz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/htdocs.tar.xz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/htdocs.tar.xz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/htdocs.tar.xz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/htdocs.tar.xz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/htdocs.tar.xz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/htdocs.tar.xz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/htdocs.tar.xz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/htdocs.tar.xz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/htdocs.tar.xz"} 43 http_response_size_bytes_count{method="GET",path="/htdocs.tar.xz"} 1 http_response_size_bytes_bucket{method="GET",path="/htdocs.tgz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/htdocs.tgz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/htdocs.tgz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/htdocs.tgz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/htdocs.tgz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/htdocs.tgz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/htdocs.tgz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/htdocs.tgz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/htdocs.tgz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/htdocs.tgz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/htdocs.tgz"} 43 http_response_size_bytes_count{method="GET",path="/htdocs.tgz"} 1 http_response_size_bytes_bucket{method="GET",path="/htdocs.zip",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/htdocs.zip",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/htdocs.zip",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/htdocs.zip",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/htdocs.zip",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/htdocs.zip",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/htdocs.zip",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/htdocs.zip",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/htdocs.zip",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/htdocs.zip",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/htdocs.zip"} 83 http_response_size_bytes_count{method="GET",path="/htdocs.zip"} 3 http_response_size_bytes_bucket{method="GET",path="/htdocs.zst",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/htdocs.zst",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/htdocs.zst",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/htdocs.zst",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/htdocs.zst",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/htdocs.zst",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/htdocs.zst",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/htdocs.zst",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/htdocs.zst",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/htdocs.zst",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/htdocs.zst"} 43 http_response_size_bytes_count{method="GET",path="/htdocs.zst"} 1 http_response_size_bytes_bucket{method="GET",path="/htdocs/.env",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/htdocs/.env",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/htdocs/.env",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/htdocs/.env",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/htdocs/.env",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/htdocs/.env",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/htdocs/.env",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/htdocs/.env",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/htdocs/.env",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/htdocs/.env",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/htdocs/.env"} 87 http_response_size_bytes_count{method="GET",path="/htdocs/.env"} 2 http_response_size_bytes_bucket{method="GET",path="/htdocs/.git/config",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/htdocs/.git/config",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/htdocs/.git/config",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/htdocs/.git/config",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/htdocs/.git/config",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/htdocs/.git/config",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/htdocs/.git/config",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/htdocs/.git/config",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/htdocs/.git/config",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/htdocs/.git/config",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/htdocs/.git/config"} 43 http_response_size_bytes_count{method="GET",path="/htdocs/.git/config"} 1 http_response_size_bytes_bucket{method="GET",path="/htdocs/phpinfo.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/htdocs/phpinfo.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/htdocs/phpinfo.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/htdocs/phpinfo.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/htdocs/phpinfo.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/htdocs/phpinfo.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/htdocs/phpinfo.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/htdocs/phpinfo.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/htdocs/phpinfo.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/htdocs/phpinfo.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/htdocs/phpinfo.php"} 44 http_response_size_bytes_count{method="GET",path="/htdocs/phpinfo.php"} 1 http_response_size_bytes_bucket{method="GET",path="/html.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/html.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/html.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/html.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/html.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/html.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/html.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/html.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/html.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/html.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/html.zip"} 39 http_response_size_bytes_count{method="GET",path="/html.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/html/.env",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/html/.env",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/html/.env",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/html/.env",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/html/.env",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/html/.env",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/html/.env",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/html/.env",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/html/.env",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/html/.env",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/html/.env"} 87 http_response_size_bytes_count{method="GET",path="/html/.env"} 2 http_response_size_bytes_bucket{method="GET",path="/html/.git/config",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/html/.git/config",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/html/.git/config",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/html/.git/config",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/html/.git/config",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/html/.git/config",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/html/.git/config",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/html/.git/config",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/html/.git/config",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/html/.git/config",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/html/.git/config"} 43 http_response_size_bytes_count{method="GET",path="/html/.git/config"} 1 http_response_size_bytes_bucket{method="GET",path="/hugo.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/hugo.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/hugo.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/hugo.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/hugo.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/hugo.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/hugo.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/hugo.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/hugo.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/hugo.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/hugo.zip"} 40 http_response_size_bytes_count{method="GET",path="/hugo.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/huya.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/huya.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/huya.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/huya.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/huya.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/huya.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/huya.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/huya.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/huya.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/huya.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/huya.php"} 43 http_response_size_bytes_count{method="GET",path="/huya.php"} 1 http_response_size_bytes_bucket{method="GET",path="/hypo.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/hypo.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/hypo.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/hypo.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/hypo.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/hypo.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/hypo.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/hypo.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/hypo.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/hypo.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/hypo.php"} 87 http_response_size_bytes_count{method="GET",path="/hypo.php"} 2 http_response_size_bytes_bucket{method="GET",path="/i.php",le="100"} 6 http_response_size_bytes_bucket{method="GET",path="/i.php",le="500"} 6 http_response_size_bytes_bucket{method="GET",path="/i.php",le="1000"} 6 http_response_size_bytes_bucket{method="GET",path="/i.php",le="5000"} 6 http_response_size_bytes_bucket{method="GET",path="/i.php",le="10000"} 6 http_response_size_bytes_bucket{method="GET",path="/i.php",le="50000"} 6 http_response_size_bytes_bucket{method="GET",path="/i.php",le="100000"} 6 http_response_size_bytes_bucket{method="GET",path="/i.php",le="500000"} 6 http_response_size_bytes_bucket{method="GET",path="/i.php",le="1e+06"} 6 http_response_size_bytes_bucket{method="GET",path="/i.php",le="+Inf"} 6 http_response_size_bytes_sum{method="GET",path="/i.php"} 260 http_response_size_bytes_count{method="GET",path="/i.php"} 6 http_response_size_bytes_bucket{method="GET",path="/icloud.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/icloud.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/icloud.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/icloud.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/icloud.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/icloud.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/icloud.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/icloud.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/icloud.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/icloud.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/icloud.zip"} 40 http_response_size_bytes_count{method="GET",path="/icloud.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/icons.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/icons.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/icons.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/icons.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/icons.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/icons.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/icons.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/icons.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/icons.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/icons.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/icons.zip"} 40 http_response_size_bytes_count{method="GET",path="/icons.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/ifm.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/ifm.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/ifm.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/ifm.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/ifm.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/ifm.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/ifm.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/ifm.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/ifm.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/ifm.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/ifm.php"} 43 http_response_size_bytes_count{method="GET",path="/ifm.php"} 1 http_response_size_bytes_bucket{method="GET",path="/ilex.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/ilex.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/ilex.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/ilex.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/ilex.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/ilex.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/ilex.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/ilex.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/ilex.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/ilex.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/ilex.php"} 43 http_response_size_bytes_count{method="GET",path="/ilex.php"} 1 http_response_size_bytes_bucket{method="GET",path="/illustrator.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/illustrator.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/illustrator.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/illustrator.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/illustrator.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/illustrator.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/illustrator.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/illustrator.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/illustrator.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/illustrator.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/illustrator.zip"} 40 http_response_size_bytes_count{method="GET",path="/illustrator.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/images.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/images.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/images.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/images.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/images.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/images.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/images.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/images.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/images.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/images.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/images.zip"} 40 http_response_size_bytes_count{method="GET",path="/images.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/images/images/about.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/images/images/about.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/images/images/about.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/images/images/about.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/images/images/about.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/images/images/about.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/images/images/about.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/images/images/about.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/images/images/about.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/images/images/about.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/images/images/about.php"} 86 http_response_size_bytes_count{method="GET",path="/images/images/about.php"} 2 http_response_size_bytes_bucket{method="GET",path="/images/m.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/images/m.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/images/m.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/images/m.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/images/m.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/images/m.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/images/m.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/images/m.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/images/m.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/images/m.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/images/m.php"} 86 http_response_size_bytes_count{method="GET",path="/images/m.php"} 2 http_response_size_bytes_bucket{method="GET",path="/imap.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/imap.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/imap.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/imap.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/imap.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/imap.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/imap.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/imap.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/imap.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/imap.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/imap.zip"} 40 http_response_size_bytes_count{method="GET",path="/imap.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/img.php",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/img.php",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/img.php",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/img.php",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/img.php",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/img.php",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/img.php",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/img.php",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/img.php",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/img.php",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/img.php"} 130 http_response_size_bytes_count{method="GET",path="/img.php"} 3 http_response_size_bytes_bucket{method="GET",path="/import.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/import.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/import.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/import.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/import.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/import.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/import.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/import.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/import.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/import.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/import.zip"} 40 http_response_size_bytes_count{method="GET",path="/import.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/inbox.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/inbox.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/inbox.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/inbox.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/inbox.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/inbox.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/inbox.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/inbox.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/inbox.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/inbox.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/inbox.zip"} 40 http_response_size_bytes_count{method="GET",path="/inbox.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/inc/phpinfo.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/inc/phpinfo.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/inc/phpinfo.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/inc/phpinfo.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/inc/phpinfo.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/inc/phpinfo.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/inc/phpinfo.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/inc/phpinfo.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/inc/phpinfo.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/inc/phpinfo.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/inc/phpinfo.php"} 88 http_response_size_bytes_count{method="GET",path="/inc/phpinfo.php"} 2 http_response_size_bytes_bucket{method="GET",path="/include/phpinfo.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/include/phpinfo.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/include/phpinfo.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/include/phpinfo.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/include/phpinfo.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/include/phpinfo.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/include/phpinfo.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/include/phpinfo.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/include/phpinfo.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/include/phpinfo.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/include/phpinfo.php"} 88 http_response_size_bytes_count{method="GET",path="/include/phpinfo.php"} 2 http_response_size_bytes_bucket{method="GET",path="/includes/phpinfo.php",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/includes/phpinfo.php",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/includes/phpinfo.php",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/includes/phpinfo.php",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/includes/phpinfo.php",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/includes/phpinfo.php",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/includes/phpinfo.php",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/includes/phpinfo.php",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/includes/phpinfo.php",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/includes/phpinfo.php",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/includes/phpinfo.php"} 132 http_response_size_bytes_count{method="GET",path="/includes/phpinfo.php"} 3 http_response_size_bytes_bucket{method="GET",path="/inde.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/inde.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/inde.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/inde.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/inde.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/inde.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/inde.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/inde.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/inde.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/inde.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/inde.php"} 43 http_response_size_bytes_count{method="GET",path="/inde.php"} 1 http_response_size_bytes_bucket{method="GET",path="/index.html",le="100"} 7 http_response_size_bytes_bucket{method="GET",path="/index.html",le="500"} 7 http_response_size_bytes_bucket{method="GET",path="/index.html",le="1000"} 7 http_response_size_bytes_bucket{method="GET",path="/index.html",le="5000"} 7 http_response_size_bytes_bucket{method="GET",path="/index.html",le="10000"} 7 http_response_size_bytes_bucket{method="GET",path="/index.html",le="50000"} 7 http_response_size_bytes_bucket{method="GET",path="/index.html",le="100000"} 7 http_response_size_bytes_bucket{method="GET",path="/index.html",le="500000"} 7 http_response_size_bytes_bucket{method="GET",path="/index.html",le="1e+06"} 7 http_response_size_bytes_bucket{method="GET",path="/index.html",le="+Inf"} 7 http_response_size_bytes_sum{method="GET",path="/index.html"} 301 http_response_size_bytes_count{method="GET",path="/index.html"} 7 http_response_size_bytes_bucket{method="GET",path="/index.js",le="100"} 26 http_response_size_bytes_bucket{method="GET",path="/index.js",le="500"} 26 http_response_size_bytes_bucket{method="GET",path="/index.js",le="1000"} 26 http_response_size_bytes_bucket{method="GET",path="/index.js",le="5000"} 26 http_response_size_bytes_bucket{method="GET",path="/index.js",le="10000"} 26 http_response_size_bytes_bucket{method="GET",path="/index.js",le="50000"} 26 http_response_size_bytes_bucket{method="GET",path="/index.js",le="100000"} 26 http_response_size_bytes_bucket{method="GET",path="/index.js",le="500000"} 26 http_response_size_bytes_bucket{method="GET",path="/index.js",le="1e+06"} 26 http_response_size_bytes_bucket{method="GET",path="/index.js",le="+Inf"} 26 http_response_size_bytes_sum{method="GET",path="/index.js"} 1136 http_response_size_bytes_count{method="GET",path="/index.js"} 26 http_response_size_bytes_bucket{method="GET",path="/index.js.map",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/index.js.map",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/index.js.map",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/index.js.map",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/index.js.map",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/index.js.map",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/index.js.map",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/index.js.map",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/index.js.map",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/index.js.map",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/index.js.map"} 43 http_response_size_bytes_count{method="GET",path="/index.js.map"} 1 http_response_size_bytes_bucket{method="GET",path="/index.md",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/index.md",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/index.md",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/index.md",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/index.md",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/index.md",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/index.md",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/index.md",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/index.md",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/index.md",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/index.md"} 88 http_response_size_bytes_count{method="GET",path="/index.md"} 2 http_response_size_bytes_bucket{method="GET",path="/index.php",le="100"} 17 http_response_size_bytes_bucket{method="GET",path="/index.php",le="500"} 17 http_response_size_bytes_bucket{method="GET",path="/index.php",le="1000"} 17 http_response_size_bytes_bucket{method="GET",path="/index.php",le="5000"} 17 http_response_size_bytes_bucket{method="GET",path="/index.php",le="10000"} 17 http_response_size_bytes_bucket{method="GET",path="/index.php",le="50000"} 17 http_response_size_bytes_bucket{method="GET",path="/index.php",le="100000"} 17 http_response_size_bytes_bucket{method="GET",path="/index.php",le="500000"} 17 http_response_size_bytes_bucket{method="GET",path="/index.php",le="1e+06"} 17 http_response_size_bytes_bucket{method="GET",path="/index.php",le="+Inf"} 17 http_response_size_bytes_sum{method="GET",path="/index.php"} 746 http_response_size_bytes_count{method="GET",path="/index.php"} 17 http_response_size_bytes_bucket{method="GET",path="/index.ts",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/index.ts",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/index.ts",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/index.ts",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/index.ts",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/index.ts",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/index.ts",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/index.ts",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/index.ts",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/index.ts",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/index.ts"} 87 http_response_size_bytes_count{method="GET",path="/index.ts"} 2 http_response_size_bytes_bucket{method="GET",path="/index.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/index.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/index.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/index.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/index.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/index.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/index.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/index.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/index.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/index.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/index.zip"} 40 http_response_size_bytes_count{method="GET",path="/index.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/index/function.php",le="100"} 5 http_response_size_bytes_bucket{method="GET",path="/index/function.php",le="500"} 5 http_response_size_bytes_bucket{method="GET",path="/index/function.php",le="1000"} 5 http_response_size_bytes_bucket{method="GET",path="/index/function.php",le="5000"} 5 http_response_size_bytes_bucket{method="GET",path="/index/function.php",le="10000"} 5 http_response_size_bytes_bucket{method="GET",path="/index/function.php",le="50000"} 5 http_response_size_bytes_bucket{method="GET",path="/index/function.php",le="100000"} 5 http_response_size_bytes_bucket{method="GET",path="/index/function.php",le="500000"} 5 http_response_size_bytes_bucket{method="GET",path="/index/function.php",le="1e+06"} 5 http_response_size_bytes_bucket{method="GET",path="/index/function.php",le="+Inf"} 5 http_response_size_bytes_sum{method="GET",path="/index/function.php"} 216 http_response_size_bytes_count{method="GET",path="/index/function.php"} 5 http_response_size_bytes_bucket{method="GET",path="/index0.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/index0.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/index0.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/index0.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/index0.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/index0.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/index0.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/index0.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/index0.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/index0.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/index0.php"} 43 http_response_size_bytes_count{method="GET",path="/index0.php"} 1 http_response_size_bytes_bucket{method="GET",path="/inege.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/inege.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/inege.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/inege.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/inege.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/inege.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/inege.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/inege.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/inege.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/inege.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/inege.php"} 87 http_response_size_bytes_count{method="GET",path="/inege.php"} 2 http_response_size_bytes_bucket{method="GET",path="/inetpub.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/inetpub.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/inetpub.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/inetpub.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/inetpub.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/inetpub.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/inetpub.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/inetpub.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/inetpub.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/inetpub.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/inetpub.zip"} 40 http_response_size_bytes_count{method="GET",path="/inetpub.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/info",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/info",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/info",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/info",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/info",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/info",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/info",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/info",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/info",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/info",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/info"} 175 http_response_size_bytes_count{method="GET",path="/info"} 4 http_response_size_bytes_bucket{method="GET",path="/info.php",le="100"} 32 http_response_size_bytes_bucket{method="GET",path="/info.php",le="500"} 32 http_response_size_bytes_bucket{method="GET",path="/info.php",le="1000"} 32 http_response_size_bytes_bucket{method="GET",path="/info.php",le="5000"} 32 http_response_size_bytes_bucket{method="GET",path="/info.php",le="10000"} 32 http_response_size_bytes_bucket{method="GET",path="/info.php",le="50000"} 32 http_response_size_bytes_bucket{method="GET",path="/info.php",le="100000"} 32 http_response_size_bytes_bucket{method="GET",path="/info.php",le="500000"} 32 http_response_size_bytes_bucket{method="GET",path="/info.php",le="1e+06"} 32 http_response_size_bytes_bucket{method="GET",path="/info.php",le="+Inf"} 32 http_response_size_bytes_sum{method="GET",path="/info.php"} 1381 http_response_size_bytes_count{method="GET",path="/info.php"} 32 http_response_size_bytes_bucket{method="GET",path="/info.php.bak",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/info.php.bak",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/info.php.bak",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/info.php.bak",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/info.php.bak",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/info.php.bak",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/info.php.bak",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/info.php.bak",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/info.php.bak",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/info.php.bak",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/info.php.bak"} 44 http_response_size_bytes_count{method="GET",path="/info.php.bak"} 1 http_response_size_bytes_bucket{method="GET",path="/info/info.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/info/info.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/info/info.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/info/info.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/info/info.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/info/info.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/info/info.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/info/info.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/info/info.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/info/info.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/info/info.php"} 87 http_response_size_bytes_count{method="GET",path="/info/info.php"} 2 http_response_size_bytes_bucket{method="GET",path="/info/php.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/info/php.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/info/php.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/info/php.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/info/php.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/info/php.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/info/php.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/info/php.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/info/php.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/info/php.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/info/php.php"} 88 http_response_size_bytes_count{method="GET",path="/info/php.php"} 2 http_response_size_bytes_bucket{method="GET",path="/info/phpinfo.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/info/phpinfo.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/info/phpinfo.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/info/phpinfo.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/info/phpinfo.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/info/phpinfo.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/info/phpinfo.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/info/phpinfo.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/info/phpinfo.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/info/phpinfo.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/info/phpinfo.php"} 88 http_response_size_bytes_count{method="GET",path="/info/phpinfo.php"} 2 http_response_size_bytes_bucket{method="GET",path="/info2.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/info2.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/info2.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/info2.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/info2.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/info2.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/info2.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/info2.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/info2.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/info2.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/info2.php"} 43 http_response_size_bytes_count{method="GET",path="/info2.php"} 1 http_response_size_bytes_bucket{method="GET",path="/infophp.php",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/infophp.php",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/infophp.php",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/infophp.php",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/infophp.php",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/infophp.php",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/infophp.php",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/infophp.php",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/infophp.php",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/infophp.php",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/infophp.php"} 176 http_response_size_bytes_count{method="GET",path="/infophp.php"} 4 http_response_size_bytes_bucket{method="GET",path="/infos.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/infos.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/infos.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/infos.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/infos.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/infos.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/infos.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/infos.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/infos.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/infos.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/infos.php"} 88 http_response_size_bytes_count{method="GET",path="/infos.php"} 2 http_response_size_bytes_bucket{method="GET",path="/infrastructure/.env",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/infrastructure/.env",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/infrastructure/.env",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/infrastructure/.env",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/infrastructure/.env",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/infrastructure/.env",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/infrastructure/.env",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/infrastructure/.env",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/infrastructure/.env",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/infrastructure/.env",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/infrastructure/.env"} 44 http_response_size_bytes_count{method="GET",path="/infrastructure/.env"} 1 http_response_size_bytes_bucket{method="GET",path="/ini.php",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/ini.php",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/ini.php",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/ini.php",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/ini.php",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/ini.php",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/ini.php",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/ini.php",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/ini.php",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/ini.php",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/ini.php"} 129 http_response_size_bytes_count{method="GET",path="/ini.php"} 3 http_response_size_bytes_bucket{method="GET",path="/ini.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/ini.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/ini.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/ini.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/ini.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/ini.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/ini.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/ini.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/ini.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/ini.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/ini.zip"} 40 http_response_size_bytes_count{method="GET",path="/ini.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/init.php",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/init.php",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/init.php",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/init.php",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/init.php",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/init.php",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/init.php",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/init.php",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/init.php",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/init.php",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/init.php"} 129 http_response_size_bytes_count{method="GET",path="/init.php"} 3 http_response_size_bytes_bucket{method="GET",path="/inputs.php",le="100"} 9 http_response_size_bytes_bucket{method="GET",path="/inputs.php",le="500"} 9 http_response_size_bytes_bucket{method="GET",path="/inputs.php",le="1000"} 9 http_response_size_bytes_bucket{method="GET",path="/inputs.php",le="5000"} 9 http_response_size_bytes_bucket{method="GET",path="/inputs.php",le="10000"} 9 http_response_size_bytes_bucket{method="GET",path="/inputs.php",le="50000"} 9 http_response_size_bytes_bucket{method="GET",path="/inputs.php",le="100000"} 9 http_response_size_bytes_bucket{method="GET",path="/inputs.php",le="500000"} 9 http_response_size_bytes_bucket{method="GET",path="/inputs.php",le="1e+06"} 9 http_response_size_bytes_bucket{method="GET",path="/inputs.php",le="+Inf"} 9 http_response_size_bytes_sum{method="GET",path="/inputs.php"} 389 http_response_size_bytes_count{method="GET",path="/inputs.php"} 9 http_response_size_bytes_bucket{method="GET",path="/insc.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/insc.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/insc.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/insc.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/insc.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/insc.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/insc.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/insc.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/insc.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/insc.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/insc.php"} 43 http_response_size_bytes_count{method="GET",path="/insc.php"} 1 http_response_size_bytes_bucket{method="GET",path="/insta-compose.yml",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/insta-compose.yml",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/insta-compose.yml",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/insta-compose.yml",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/insta-compose.yml",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/insta-compose.yml",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/insta-compose.yml",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/insta-compose.yml",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/insta-compose.yml",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/insta-compose.yml",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/insta-compose.yml"} 176 http_response_size_bytes_count{method="GET",path="/insta-compose.yml"} 4 http_response_size_bytes_bucket{method="GET",path="/insta.php",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/insta.php",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/insta.php",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/insta.php",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/insta.php",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/insta.php",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/insta.php",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/insta.php",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/insta.php",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/insta.php",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/insta.php"} 129 http_response_size_bytes_count{method="GET",path="/insta.php"} 3 http_response_size_bytes_bucket{method="GET",path="/instagram.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/instagram.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/instagram.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/instagram.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/instagram.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/instagram.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/instagram.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/instagram.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/instagram.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/instagram.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/instagram.zip"} 40 http_response_size_bytes_count{method="GET",path="/instagram.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/install.php",le="100"} 5 http_response_size_bytes_bucket{method="GET",path="/install.php",le="500"} 5 http_response_size_bytes_bucket{method="GET",path="/install.php",le="1000"} 5 http_response_size_bytes_bucket{method="GET",path="/install.php",le="5000"} 5 http_response_size_bytes_bucket{method="GET",path="/install.php",le="10000"} 5 http_response_size_bytes_bucket{method="GET",path="/install.php",le="50000"} 5 http_response_size_bytes_bucket{method="GET",path="/install.php",le="100000"} 5 http_response_size_bytes_bucket{method="GET",path="/install.php",le="500000"} 5 http_response_size_bytes_bucket{method="GET",path="/install.php",le="1e+06"} 5 http_response_size_bytes_bucket{method="GET",path="/install.php",le="+Inf"} 5 http_response_size_bytes_sum{method="GET",path="/install.php"} 215 http_response_size_bytes_count{method="GET",path="/install.php"} 5 http_response_size_bytes_bucket{method="GET",path="/installer.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/installer.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/installer.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/installer.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/installer.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/installer.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/installer.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/installer.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/installer.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/installer.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/installer.zip"} 40 http_response_size_bytes_count{method="GET",path="/installer.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/integration.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/integration.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/integration.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/integration.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/integration.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/integration.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/integration.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/integration.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/integration.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/integration.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/integration.zip"} 40 http_response_size_bytes_count{method="GET",path="/integration.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/integrations/*",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/integrations/*",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/integrations/*",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/integrations/*",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/integrations/*",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/integrations/*",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/integrations/*",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/integrations/*",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/integrations/*",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/integrations/*",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/integrations/*"} 88 http_response_size_bytes_count{method="GET",path="/integrations/*"} 2 http_response_size_bytes_bucket{method="GET",path="/internal/.env",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/internal/.env",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/internal/.env",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/internal/.env",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/internal/.env",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/internal/.env",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/internal/.env",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/internal/.env",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/internal/.env",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/internal/.env",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/internal/.env"} 87 http_response_size_bytes_count{method="GET",path="/internal/.env"} 2 http_response_size_bytes_bucket{method="GET",path="/inventory.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/inventory.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/inventory.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/inventory.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/inventory.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/inventory.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/inventory.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/inventory.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/inventory.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/inventory.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/inventory.zip"} 40 http_response_size_bytes_count{method="GET",path="/inventory.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/ionic.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/ionic.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/ionic.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/ionic.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/ionic.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/ionic.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/ionic.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/ionic.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/ionic.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/ionic.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/ionic.zip"} 40 http_response_size_bytes_count{method="GET",path="/ionic.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/ios.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/ios.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/ios.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/ios.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/ios.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/ios.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/ios.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/ios.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/ios.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/ios.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/ios.zip"} 40 http_response_size_bytes_count{method="GET",path="/ios.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/iov.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/iov.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/iov.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/iov.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/iov.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/iov.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/iov.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/iov.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/iov.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/iov.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/iov.php"} 43 http_response_size_bytes_count{method="GET",path="/iov.php"} 1 http_response_size_bytes_bucket{method="GET",path="/ioxi-o.php",le="100"} 10 http_response_size_bytes_bucket{method="GET",path="/ioxi-o.php",le="500"} 10 http_response_size_bytes_bucket{method="GET",path="/ioxi-o.php",le="1000"} 10 http_response_size_bytes_bucket{method="GET",path="/ioxi-o.php",le="5000"} 10 http_response_size_bytes_bucket{method="GET",path="/ioxi-o.php",le="10000"} 10 http_response_size_bytes_bucket{method="GET",path="/ioxi-o.php",le="50000"} 10 http_response_size_bytes_bucket{method="GET",path="/ioxi-o.php",le="100000"} 10 http_response_size_bytes_bucket{method="GET",path="/ioxi-o.php",le="500000"} 10 http_response_size_bytes_bucket{method="GET",path="/ioxi-o.php",le="1e+06"} 10 http_response_size_bytes_bucket{method="GET",path="/ioxi-o.php",le="+Inf"} 10 http_response_size_bytes_sum{method="GET",path="/ioxi-o.php"} 431 http_response_size_bytes_count{method="GET",path="/ioxi-o.php"} 10 http_response_size_bytes_bucket{method="GET",path="/ioxi-o1.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/ioxi-o1.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/ioxi-o1.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/ioxi-o1.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/ioxi-o1.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/ioxi-o1.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/ioxi-o1.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/ioxi-o1.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/ioxi-o1.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/ioxi-o1.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/ioxi-o1.php"} 86 http_response_size_bytes_count{method="GET",path="/ioxi-o1.php"} 2 http_response_size_bytes_bucket{method="GET",path="/item.php",le="100"} 5 http_response_size_bytes_bucket{method="GET",path="/item.php",le="500"} 5 http_response_size_bytes_bucket{method="GET",path="/item.php",le="1000"} 5 http_response_size_bytes_bucket{method="GET",path="/item.php",le="5000"} 5 http_response_size_bytes_bucket{method="GET",path="/item.php",le="10000"} 5 http_response_size_bytes_bucket{method="GET",path="/item.php",le="50000"} 5 http_response_size_bytes_bucket{method="GET",path="/item.php",le="100000"} 5 http_response_size_bytes_bucket{method="GET",path="/item.php",le="500000"} 5 http_response_size_bytes_bucket{method="GET",path="/item.php",le="1e+06"} 5 http_response_size_bytes_bucket{method="GET",path="/item.php",le="+Inf"} 5 http_response_size_bytes_sum{method="GET",path="/item.php"} 215 http_response_size_bytes_count{method="GET",path="/item.php"} 5 http_response_size_bytes_bucket{method="GET",path="/java.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/java.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/java.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/java.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/java.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/java.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/java.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/java.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/java.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/java.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/java.zip"} 40 http_response_size_bytes_count{method="GET",path="/java.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/jekyll.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/jekyll.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/jekyll.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/jekyll.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/jekyll.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/jekyll.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/jekyll.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/jekyll.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/jekyll.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/jekyll.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/jekyll.zip"} 40 http_response_size_bytes_count{method="GET",path="/jekyll.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/jenkins.yaml",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/jenkins.yaml",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/jenkins.yaml",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/jenkins.yaml",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/jenkins.yaml",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/jenkins.yaml",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/jenkins.yaml",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/jenkins.yaml",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/jenkins.yaml",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/jenkins.yaml",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/jenkins.yaml"} 43 http_response_size_bytes_count{method="GET",path="/jenkins.yaml"} 1 http_response_size_bytes_bucket{method="GET",path="/jenkins/.env",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/jenkins/.env",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/jenkins/.env",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/jenkins/.env",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/jenkins/.env",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/jenkins/.env",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/jenkins/.env",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/jenkins/.env",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/jenkins/.env",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/jenkins/.env",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/jenkins/.env"} 43 http_response_size_bytes_count{method="GET",path="/jenkins/.env"} 1 http_response_size_bytes_bucket{method="GET",path="/jga.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/jga.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/jga.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/jga.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/jga.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/jga.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/jga.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/jga.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/jga.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/jga.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/jga.php"} 86 http_response_size_bytes_count{method="GET",path="/jga.php"} 2 http_response_size_bytes_bucket{method="GET",path="/jj_260530013947.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/jj_260530013947.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/jj_260530013947.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/jj_260530013947.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/jj_260530013947.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/jj_260530013947.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/jj_260530013947.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/jj_260530013947.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/jj_260530013947.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/jj_260530013947.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/jj_260530013947.php"} 43 http_response_size_bytes_count{method="GET",path="/jj_260530013947.php"} 1 http_response_size_bytes_bucket{method="GET",path="/jjhf.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/jjhf.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/jjhf.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/jjhf.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/jjhf.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/jjhf.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/jjhf.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/jjhf.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/jjhf.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/jjhf.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/jjhf.php"} 43 http_response_size_bytes_count{method="GET",path="/jjhf.php"} 1 http_response_size_bytes_bucket{method="GET",path="/job/.env",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/job/.env",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/job/.env",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/job/.env",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/job/.env",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/job/.env",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/job/.env",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/job/.env",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/job/.env",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/job/.env",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/job/.env"} 44 http_response_size_bytes_count{method="GET",path="/job/.env"} 1 http_response_size_bytes_bucket{method="GET",path="/jobs.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/jobs.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/jobs.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/jobs.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/jobs.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/jobs.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/jobs.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/jobs.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/jobs.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/jobs.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/jobs.zip"} 40 http_response_size_bytes_count{method="GET",path="/jobs.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/joomla.7z",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/joomla.7z",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/joomla.7z",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/joomla.7z",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/joomla.7z",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/joomla.7z",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/joomla.7z",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/joomla.7z",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/joomla.7z",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/joomla.7z",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/joomla.7z"} 43 http_response_size_bytes_count{method="GET",path="/joomla.7z"} 1 http_response_size_bytes_bucket{method="GET",path="/joomla.bz2",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/joomla.bz2",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/joomla.bz2",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/joomla.bz2",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/joomla.bz2",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/joomla.bz2",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/joomla.bz2",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/joomla.bz2",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/joomla.bz2",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/joomla.bz2",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/joomla.bz2"} 43 http_response_size_bytes_count{method="GET",path="/joomla.bz2"} 1 http_response_size_bytes_bucket{method="GET",path="/joomla.gz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/joomla.gz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/joomla.gz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/joomla.gz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/joomla.gz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/joomla.gz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/joomla.gz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/joomla.gz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/joomla.gz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/joomla.gz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/joomla.gz"} 43 http_response_size_bytes_count{method="GET",path="/joomla.gz"} 1 http_response_size_bytes_bucket{method="GET",path="/joomla.rar",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/joomla.rar",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/joomla.rar",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/joomla.rar",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/joomla.rar",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/joomla.rar",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/joomla.rar",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/joomla.rar",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/joomla.rar",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/joomla.rar",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/joomla.rar"} 43 http_response_size_bytes_count{method="GET",path="/joomla.rar"} 1 http_response_size_bytes_bucket{method="GET",path="/joomla.sql",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/joomla.sql",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/joomla.sql",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/joomla.sql",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/joomla.sql",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/joomla.sql",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/joomla.sql",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/joomla.sql",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/joomla.sql",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/joomla.sql",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/joomla.sql"} 43 http_response_size_bytes_count{method="GET",path="/joomla.sql"} 1 http_response_size_bytes_bucket{method="GET",path="/joomla.sql.bz2",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/joomla.sql.bz2",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/joomla.sql.bz2",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/joomla.sql.bz2",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/joomla.sql.bz2",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/joomla.sql.bz2",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/joomla.sql.bz2",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/joomla.sql.bz2",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/joomla.sql.bz2",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/joomla.sql.bz2",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/joomla.sql.bz2"} 43 http_response_size_bytes_count{method="GET",path="/joomla.sql.bz2"} 1 http_response_size_bytes_bucket{method="GET",path="/joomla.sql.gz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/joomla.sql.gz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/joomla.sql.gz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/joomla.sql.gz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/joomla.sql.gz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/joomla.sql.gz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/joomla.sql.gz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/joomla.sql.gz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/joomla.sql.gz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/joomla.sql.gz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/joomla.sql.gz"} 43 http_response_size_bytes_count{method="GET",path="/joomla.sql.gz"} 1 http_response_size_bytes_bucket{method="GET",path="/joomla.tar",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/joomla.tar",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/joomla.tar",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/joomla.tar",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/joomla.tar",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/joomla.tar",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/joomla.tar",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/joomla.tar",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/joomla.tar",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/joomla.tar",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/joomla.tar"} 43 http_response_size_bytes_count{method="GET",path="/joomla.tar"} 1 http_response_size_bytes_bucket{method="GET",path="/joomla.tar.bz2",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/joomla.tar.bz2",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/joomla.tar.bz2",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/joomla.tar.bz2",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/joomla.tar.bz2",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/joomla.tar.bz2",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/joomla.tar.bz2",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/joomla.tar.bz2",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/joomla.tar.bz2",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/joomla.tar.bz2",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/joomla.tar.bz2"} 43 http_response_size_bytes_count{method="GET",path="/joomla.tar.bz2"} 1 http_response_size_bytes_bucket{method="GET",path="/joomla.tar.gz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/joomla.tar.gz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/joomla.tar.gz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/joomla.tar.gz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/joomla.tar.gz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/joomla.tar.gz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/joomla.tar.gz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/joomla.tar.gz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/joomla.tar.gz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/joomla.tar.gz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/joomla.tar.gz"} 43 http_response_size_bytes_count{method="GET",path="/joomla.tar.gz"} 1 http_response_size_bytes_bucket{method="GET",path="/joomla.tar.xz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/joomla.tar.xz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/joomla.tar.xz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/joomla.tar.xz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/joomla.tar.xz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/joomla.tar.xz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/joomla.tar.xz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/joomla.tar.xz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/joomla.tar.xz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/joomla.tar.xz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/joomla.tar.xz"} 43 http_response_size_bytes_count{method="GET",path="/joomla.tar.xz"} 1 http_response_size_bytes_bucket{method="GET",path="/joomla.tgz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/joomla.tgz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/joomla.tgz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/joomla.tgz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/joomla.tgz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/joomla.tgz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/joomla.tgz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/joomla.tgz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/joomla.tgz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/joomla.tgz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/joomla.tgz"} 43 http_response_size_bytes_count{method="GET",path="/joomla.tgz"} 1 http_response_size_bytes_bucket{method="GET",path="/joomla.zip",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/joomla.zip",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/joomla.zip",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/joomla.zip",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/joomla.zip",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/joomla.zip",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/joomla.zip",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/joomla.zip",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/joomla.zip",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/joomla.zip",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/joomla.zip"} 83 http_response_size_bytes_count{method="GET",path="/joomla.zip"} 3 http_response_size_bytes_bucket{method="GET",path="/joomla.zst",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/joomla.zst",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/joomla.zst",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/joomla.zst",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/joomla.zst",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/joomla.zst",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/joomla.zst",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/joomla.zst",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/joomla.zst",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/joomla.zst",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/joomla.zst"} 43 http_response_size_bytes_count{method="GET",path="/joomla.zst"} 1 http_response_size_bytes_bucket{method="GET",path="/joomla/.env",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/joomla/.env",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/joomla/.env",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/joomla/.env",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/joomla/.env",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/joomla/.env",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/joomla/.env",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/joomla/.env",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/joomla/.env",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/joomla/.env",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/joomla/.env"} 87 http_response_size_bytes_count{method="GET",path="/joomla/.env"} 2 http_response_size_bytes_bucket{method="GET",path="/jp.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/jp.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/jp.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/jp.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/jp.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/jp.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/jp.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/jp.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/jp.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/jp.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/jp.php"} 86 http_response_size_bytes_count{method="GET",path="/jp.php"} 2 http_response_size_bytes_bucket{method="GET",path="/js/.env",le="100"} 7 http_response_size_bytes_bucket{method="GET",path="/js/.env",le="500"} 7 http_response_size_bytes_bucket{method="GET",path="/js/.env",le="1000"} 7 http_response_size_bytes_bucket{method="GET",path="/js/.env",le="5000"} 7 http_response_size_bytes_bucket{method="GET",path="/js/.env",le="10000"} 7 http_response_size_bytes_bucket{method="GET",path="/js/.env",le="50000"} 7 http_response_size_bytes_bucket{method="GET",path="/js/.env",le="100000"} 7 http_response_size_bytes_bucket{method="GET",path="/js/.env",le="500000"} 7 http_response_size_bytes_bucket{method="GET",path="/js/.env",le="1e+06"} 7 http_response_size_bytes_bucket{method="GET",path="/js/.env",le="+Inf"} 7 http_response_size_bytes_sum{method="GET",path="/js/.env"} 301 http_response_size_bytes_count{method="GET",path="/js/.env"} 7 http_response_size_bytes_bucket{method="GET",path="/js/main.js",le="100"} 22 http_response_size_bytes_bucket{method="GET",path="/js/main.js",le="500"} 22 http_response_size_bytes_bucket{method="GET",path="/js/main.js",le="1000"} 22 http_response_size_bytes_bucket{method="GET",path="/js/main.js",le="5000"} 22 http_response_size_bytes_bucket{method="GET",path="/js/main.js",le="10000"} 22 http_response_size_bytes_bucket{method="GET",path="/js/main.js",le="50000"} 22 http_response_size_bytes_bucket{method="GET",path="/js/main.js",le="100000"} 22 http_response_size_bytes_bucket{method="GET",path="/js/main.js",le="500000"} 22 http_response_size_bytes_bucket{method="GET",path="/js/main.js",le="1e+06"} 22 http_response_size_bytes_bucket{method="GET",path="/js/main.js",le="+Inf"} 22 http_response_size_bytes_sum{method="GET",path="/js/main.js"} 961 http_response_size_bytes_count{method="GET",path="/js/main.js"} 22 http_response_size_bytes_bucket{method="GET",path="/json.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/json.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/json.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/json.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/json.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/json.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/json.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/json.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/json.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/json.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/json.zip"} 40 http_response_size_bytes_count{method="GET",path="/json.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/justynclark.7z",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/justynclark.7z",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/justynclark.7z",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/justynclark.7z",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/justynclark.7z",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/justynclark.7z",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/justynclark.7z",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/justynclark.7z",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/justynclark.7z",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/justynclark.7z",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/justynclark.7z"} 43 http_response_size_bytes_count{method="GET",path="/justynclark.7z"} 1 http_response_size_bytes_bucket{method="GET",path="/justynclark.bz2",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/justynclark.bz2",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/justynclark.bz2",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/justynclark.bz2",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/justynclark.bz2",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/justynclark.bz2",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/justynclark.bz2",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/justynclark.bz2",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/justynclark.bz2",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/justynclark.bz2",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/justynclark.bz2"} 43 http_response_size_bytes_count{method="GET",path="/justynclark.bz2"} 1 http_response_size_bytes_bucket{method="GET",path="/justynclark.com.7z",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/justynclark.com.7z",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/justynclark.com.7z",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/justynclark.com.7z",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/justynclark.com.7z",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/justynclark.com.7z",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/justynclark.com.7z",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/justynclark.com.7z",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/justynclark.com.7z",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/justynclark.com.7z",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/justynclark.com.7z"} 43 http_response_size_bytes_count{method="GET",path="/justynclark.com.7z"} 1 http_response_size_bytes_bucket{method="GET",path="/justynclark.com.bz2",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/justynclark.com.bz2",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/justynclark.com.bz2",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/justynclark.com.bz2",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/justynclark.com.bz2",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/justynclark.com.bz2",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/justynclark.com.bz2",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/justynclark.com.bz2",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/justynclark.com.bz2",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/justynclark.com.bz2",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/justynclark.com.bz2"} 43 http_response_size_bytes_count{method="GET",path="/justynclark.com.bz2"} 1 http_response_size_bytes_bucket{method="GET",path="/justynclark.com.gz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/justynclark.com.gz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/justynclark.com.gz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/justynclark.com.gz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/justynclark.com.gz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/justynclark.com.gz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/justynclark.com.gz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/justynclark.com.gz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/justynclark.com.gz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/justynclark.com.gz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/justynclark.com.gz"} 43 http_response_size_bytes_count{method="GET",path="/justynclark.com.gz"} 1 http_response_size_bytes_bucket{method="GET",path="/justynclark.com.rar",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/justynclark.com.rar",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/justynclark.com.rar",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/justynclark.com.rar",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/justynclark.com.rar",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/justynclark.com.rar",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/justynclark.com.rar",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/justynclark.com.rar",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/justynclark.com.rar",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/justynclark.com.rar",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/justynclark.com.rar"} 43 http_response_size_bytes_count{method="GET",path="/justynclark.com.rar"} 1 http_response_size_bytes_bucket{method="GET",path="/justynclark.com.sql",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/justynclark.com.sql",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/justynclark.com.sql",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/justynclark.com.sql",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/justynclark.com.sql",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/justynclark.com.sql",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/justynclark.com.sql",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/justynclark.com.sql",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/justynclark.com.sql",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/justynclark.com.sql",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/justynclark.com.sql"} 43 http_response_size_bytes_count{method="GET",path="/justynclark.com.sql"} 1 http_response_size_bytes_bucket{method="GET",path="/justynclark.com.sql.bz2",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/justynclark.com.sql.bz2",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/justynclark.com.sql.bz2",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/justynclark.com.sql.bz2",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/justynclark.com.sql.bz2",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/justynclark.com.sql.bz2",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/justynclark.com.sql.bz2",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/justynclark.com.sql.bz2",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/justynclark.com.sql.bz2",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/justynclark.com.sql.bz2",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/justynclark.com.sql.bz2"} 43 http_response_size_bytes_count{method="GET",path="/justynclark.com.sql.bz2"} 1 http_response_size_bytes_bucket{method="GET",path="/justynclark.com.sql.gz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/justynclark.com.sql.gz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/justynclark.com.sql.gz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/justynclark.com.sql.gz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/justynclark.com.sql.gz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/justynclark.com.sql.gz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/justynclark.com.sql.gz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/justynclark.com.sql.gz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/justynclark.com.sql.gz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/justynclark.com.sql.gz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/justynclark.com.sql.gz"} 43 http_response_size_bytes_count{method="GET",path="/justynclark.com.sql.gz"} 1 http_response_size_bytes_bucket{method="GET",path="/justynclark.com.tar",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/justynclark.com.tar",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/justynclark.com.tar",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/justynclark.com.tar",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/justynclark.com.tar",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/justynclark.com.tar",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/justynclark.com.tar",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/justynclark.com.tar",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/justynclark.com.tar",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/justynclark.com.tar",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/justynclark.com.tar"} 43 http_response_size_bytes_count{method="GET",path="/justynclark.com.tar"} 1 http_response_size_bytes_bucket{method="GET",path="/justynclark.com.tar.bz2",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/justynclark.com.tar.bz2",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/justynclark.com.tar.bz2",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/justynclark.com.tar.bz2",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/justynclark.com.tar.bz2",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/justynclark.com.tar.bz2",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/justynclark.com.tar.bz2",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/justynclark.com.tar.bz2",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/justynclark.com.tar.bz2",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/justynclark.com.tar.bz2",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/justynclark.com.tar.bz2"} 43 http_response_size_bytes_count{method="GET",path="/justynclark.com.tar.bz2"} 1 http_response_size_bytes_bucket{method="GET",path="/justynclark.com.tar.gz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/justynclark.com.tar.gz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/justynclark.com.tar.gz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/justynclark.com.tar.gz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/justynclark.com.tar.gz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/justynclark.com.tar.gz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/justynclark.com.tar.gz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/justynclark.com.tar.gz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/justynclark.com.tar.gz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/justynclark.com.tar.gz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/justynclark.com.tar.gz"} 43 http_response_size_bytes_count{method="GET",path="/justynclark.com.tar.gz"} 1 http_response_size_bytes_bucket{method="GET",path="/justynclark.com.tar.xz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/justynclark.com.tar.xz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/justynclark.com.tar.xz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/justynclark.com.tar.xz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/justynclark.com.tar.xz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/justynclark.com.tar.xz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/justynclark.com.tar.xz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/justynclark.com.tar.xz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/justynclark.com.tar.xz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/justynclark.com.tar.xz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/justynclark.com.tar.xz"} 43 http_response_size_bytes_count{method="GET",path="/justynclark.com.tar.xz"} 1 http_response_size_bytes_bucket{method="GET",path="/justynclark.com.tgz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/justynclark.com.tgz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/justynclark.com.tgz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/justynclark.com.tgz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/justynclark.com.tgz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/justynclark.com.tgz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/justynclark.com.tgz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/justynclark.com.tgz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/justynclark.com.tgz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/justynclark.com.tgz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/justynclark.com.tgz"} 43 http_response_size_bytes_count{method="GET",path="/justynclark.com.tgz"} 1 http_response_size_bytes_bucket{method="GET",path="/justynclark.com.zip",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/justynclark.com.zip",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/justynclark.com.zip",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/justynclark.com.zip",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/justynclark.com.zip",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/justynclark.com.zip",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/justynclark.com.zip",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/justynclark.com.zip",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/justynclark.com.zip",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/justynclark.com.zip",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/justynclark.com.zip"} 43 http_response_size_bytes_count{method="GET",path="/justynclark.com.zip"} 1 http_response_size_bytes_bucket{method="GET",path="/justynclark.com.zst",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/justynclark.com.zst",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/justynclark.com.zst",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/justynclark.com.zst",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/justynclark.com.zst",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/justynclark.com.zst",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/justynclark.com.zst",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/justynclark.com.zst",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/justynclark.com.zst",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/justynclark.com.zst",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/justynclark.com.zst"} 43 http_response_size_bytes_count{method="GET",path="/justynclark.com.zst"} 1 http_response_size_bytes_bucket{method="GET",path="/justynclark.gz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/justynclark.gz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/justynclark.gz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/justynclark.gz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/justynclark.gz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/justynclark.gz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/justynclark.gz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/justynclark.gz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/justynclark.gz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/justynclark.gz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/justynclark.gz"} 43 http_response_size_bytes_count{method="GET",path="/justynclark.gz"} 1 http_response_size_bytes_bucket{method="GET",path="/justynclark.rar",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/justynclark.rar",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/justynclark.rar",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/justynclark.rar",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/justynclark.rar",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/justynclark.rar",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/justynclark.rar",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/justynclark.rar",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/justynclark.rar",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/justynclark.rar",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/justynclark.rar"} 43 http_response_size_bytes_count{method="GET",path="/justynclark.rar"} 1 http_response_size_bytes_bucket{method="GET",path="/justynclark.sql",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/justynclark.sql",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/justynclark.sql",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/justynclark.sql",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/justynclark.sql",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/justynclark.sql",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/justynclark.sql",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/justynclark.sql",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/justynclark.sql",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/justynclark.sql",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/justynclark.sql"} 43 http_response_size_bytes_count{method="GET",path="/justynclark.sql"} 1 http_response_size_bytes_bucket{method="GET",path="/justynclark.sql.bz2",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/justynclark.sql.bz2",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/justynclark.sql.bz2",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/justynclark.sql.bz2",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/justynclark.sql.bz2",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/justynclark.sql.bz2",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/justynclark.sql.bz2",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/justynclark.sql.bz2",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/justynclark.sql.bz2",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/justynclark.sql.bz2",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/justynclark.sql.bz2"} 43 http_response_size_bytes_count{method="GET",path="/justynclark.sql.bz2"} 1 http_response_size_bytes_bucket{method="GET",path="/justynclark.sql.gz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/justynclark.sql.gz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/justynclark.sql.gz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/justynclark.sql.gz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/justynclark.sql.gz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/justynclark.sql.gz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/justynclark.sql.gz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/justynclark.sql.gz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/justynclark.sql.gz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/justynclark.sql.gz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/justynclark.sql.gz"} 43 http_response_size_bytes_count{method="GET",path="/justynclark.sql.gz"} 1 http_response_size_bytes_bucket{method="GET",path="/justynclark.tar",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/justynclark.tar",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/justynclark.tar",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/justynclark.tar",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/justynclark.tar",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/justynclark.tar",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/justynclark.tar",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/justynclark.tar",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/justynclark.tar",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/justynclark.tar",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/justynclark.tar"} 43 http_response_size_bytes_count{method="GET",path="/justynclark.tar"} 1 http_response_size_bytes_bucket{method="GET",path="/justynclark.tar.bz2",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/justynclark.tar.bz2",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/justynclark.tar.bz2",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/justynclark.tar.bz2",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/justynclark.tar.bz2",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/justynclark.tar.bz2",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/justynclark.tar.bz2",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/justynclark.tar.bz2",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/justynclark.tar.bz2",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/justynclark.tar.bz2",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/justynclark.tar.bz2"} 43 http_response_size_bytes_count{method="GET",path="/justynclark.tar.bz2"} 1 http_response_size_bytes_bucket{method="GET",path="/justynclark.tar.gz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/justynclark.tar.gz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/justynclark.tar.gz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/justynclark.tar.gz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/justynclark.tar.gz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/justynclark.tar.gz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/justynclark.tar.gz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/justynclark.tar.gz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/justynclark.tar.gz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/justynclark.tar.gz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/justynclark.tar.gz"} 43 http_response_size_bytes_count{method="GET",path="/justynclark.tar.gz"} 1 http_response_size_bytes_bucket{method="GET",path="/justynclark.tar.xz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/justynclark.tar.xz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/justynclark.tar.xz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/justynclark.tar.xz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/justynclark.tar.xz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/justynclark.tar.xz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/justynclark.tar.xz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/justynclark.tar.xz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/justynclark.tar.xz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/justynclark.tar.xz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/justynclark.tar.xz"} 43 http_response_size_bytes_count{method="GET",path="/justynclark.tar.xz"} 1 http_response_size_bytes_bucket{method="GET",path="/justynclark.tgz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/justynclark.tgz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/justynclark.tgz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/justynclark.tgz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/justynclark.tgz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/justynclark.tgz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/justynclark.tgz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/justynclark.tgz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/justynclark.tgz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/justynclark.tgz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/justynclark.tgz"} 43 http_response_size_bytes_count{method="GET",path="/justynclark.tgz"} 1 http_response_size_bytes_bucket{method="GET",path="/justynclark.zip",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/justynclark.zip",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/justynclark.zip",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/justynclark.zip",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/justynclark.zip",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/justynclark.zip",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/justynclark.zip",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/justynclark.zip",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/justynclark.zip",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/justynclark.zip",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/justynclark.zip"} 43 http_response_size_bytes_count{method="GET",path="/justynclark.zip"} 1 http_response_size_bytes_bucket{method="GET",path="/justynclark.zst",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/justynclark.zst",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/justynclark.zst",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/justynclark.zst",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/justynclark.zst",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/justynclark.zst",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/justynclark.zst",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/justynclark.zst",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/justynclark.zst",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/justynclark.zst",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/justynclark.zst"} 43 http_response_size_bytes_count{method="GET",path="/justynclark.zst"} 1 http_response_size_bytes_bucket{method="GET",path="/juuuu.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/juuuu.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/juuuu.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/juuuu.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/juuuu.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/juuuu.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/juuuu.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/juuuu.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/juuuu.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/juuuu.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/juuuu.php"} 86 http_response_size_bytes_count{method="GET",path="/juuuu.php"} 2 http_response_size_bytes_bucket{method="GET",path="/jwt.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/jwt.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/jwt.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/jwt.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/jwt.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/jwt.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/jwt.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/jwt.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/jwt.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/jwt.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/jwt.zip"} 40 http_response_size_bytes_count{method="GET",path="/jwt.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/k.php",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/k.php",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/k.php",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/k.php",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/k.php",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/k.php",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/k.php",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/k.php",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/k.php",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/k.php",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/k.php"} 130 http_response_size_bytes_count{method="GET",path="/k.php"} 3 http_response_size_bytes_bucket{method="GET",path="/k8s/.env",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/k8s/.env",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/k8s/.env",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/k8s/.env",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/k8s/.env",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/k8s/.env",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/k8s/.env",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/k8s/.env",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/k8s/.env",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/k8s/.env",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/k8s/.env"} 44 http_response_size_bytes_count{method="GET",path="/k8s/.env"} 1 http_response_size_bytes_bucket{method="GET",path="/kafka/.env",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/kafka/.env",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/kafka/.env",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/kafka/.env",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/kafka/.env",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/kafka/.env",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/kafka/.env",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/kafka/.env",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/kafka/.env",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/kafka/.env",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/kafka/.env"} 44 http_response_size_bytes_count{method="GET",path="/kafka/.env"} 1 http_response_size_bytes_bucket{method="GET",path="/karma.conf.json",le="100"} 22 http_response_size_bytes_bucket{method="GET",path="/karma.conf.json",le="500"} 22 http_response_size_bytes_bucket{method="GET",path="/karma.conf.json",le="1000"} 22 http_response_size_bytes_bucket{method="GET",path="/karma.conf.json",le="5000"} 22 http_response_size_bytes_bucket{method="GET",path="/karma.conf.json",le="10000"} 22 http_response_size_bytes_bucket{method="GET",path="/karma.conf.json",le="50000"} 22 http_response_size_bytes_bucket{method="GET",path="/karma.conf.json",le="100000"} 22 http_response_size_bytes_bucket{method="GET",path="/karma.conf.json",le="500000"} 22 http_response_size_bytes_bucket{method="GET",path="/karma.conf.json",le="1e+06"} 22 http_response_size_bytes_bucket{method="GET",path="/karma.conf.json",le="+Inf"} 22 http_response_size_bytes_sum{method="GET",path="/karma.conf.json"} 961 http_response_size_bytes_count{method="GET",path="/karma.conf.json"} 22 http_response_size_bytes_bucket{method="GET",path="/kaza.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/kaza.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/kaza.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/kaza.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/kaza.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/kaza.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/kaza.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/kaza.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/kaza.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/kaza.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/kaza.php"} 43 http_response_size_bytes_count{method="GET",path="/kaza.php"} 1 http_response_size_bytes_bucket{method="GET",path="/kbfr.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/kbfr.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/kbfr.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/kbfr.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/kbfr.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/kbfr.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/kbfr.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/kbfr.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/kbfr.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/kbfr.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/kbfr.php"} 43 http_response_size_bytes_count{method="GET",path="/kbfr.php"} 1 http_response_size_bytes_bucket{method="GET",path="/kernel.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/kernel.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/kernel.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/kernel.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/kernel.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/kernel.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/kernel.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/kernel.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/kernel.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/kernel.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/kernel.zip"} 40 http_response_size_bytes_count{method="GET",path="/kernel.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/key.json",le="100"} 20 http_response_size_bytes_bucket{method="GET",path="/key.json",le="500"} 20 http_response_size_bytes_bucket{method="GET",path="/key.json",le="1000"} 20 http_response_size_bytes_bucket{method="GET",path="/key.json",le="5000"} 20 http_response_size_bytes_bucket{method="GET",path="/key.json",le="10000"} 20 http_response_size_bytes_bucket{method="GET",path="/key.json",le="50000"} 20 http_response_size_bytes_bucket{method="GET",path="/key.json",le="100000"} 20 http_response_size_bytes_bucket{method="GET",path="/key.json",le="500000"} 20 http_response_size_bytes_bucket{method="GET",path="/key.json",le="1e+06"} 20 http_response_size_bytes_bucket{method="GET",path="/key.json",le="+Inf"} 20 http_response_size_bytes_sum{method="GET",path="/key.json"} 878 http_response_size_bytes_count{method="GET",path="/key.json"} 20 http_response_size_bytes_bucket{method="GET",path="/key.pem",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/key.pem",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/key.pem",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/key.pem",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/key.pem",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/key.pem",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/key.pem",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/key.pem",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/key.pem",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/key.pem",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/key.pem"} 43 http_response_size_bytes_count{method="GET",path="/key.pem"} 1 http_response_size_bytes_bucket{method="GET",path="/keyfile.json",le="100"} 22 http_response_size_bytes_bucket{method="GET",path="/keyfile.json",le="500"} 22 http_response_size_bytes_bucket{method="GET",path="/keyfile.json",le="1000"} 22 http_response_size_bytes_bucket{method="GET",path="/keyfile.json",le="5000"} 22 http_response_size_bytes_bucket{method="GET",path="/keyfile.json",le="10000"} 22 http_response_size_bytes_bucket{method="GET",path="/keyfile.json",le="50000"} 22 http_response_size_bytes_bucket{method="GET",path="/keyfile.json",le="100000"} 22 http_response_size_bytes_bucket{method="GET",path="/keyfile.json",le="500000"} 22 http_response_size_bytes_bucket{method="GET",path="/keyfile.json",le="1e+06"} 22 http_response_size_bytes_bucket{method="GET",path="/keyfile.json",le="+Inf"} 22 http_response_size_bytes_sum{method="GET",path="/keyfile.json"} 968 http_response_size_bytes_count{method="GET",path="/keyfile.json"} 22 http_response_size_bytes_bucket{method="GET",path="/keys.json",le="100"} 19 http_response_size_bytes_bucket{method="GET",path="/keys.json",le="500"} 19 http_response_size_bytes_bucket{method="GET",path="/keys.json",le="1000"} 19 http_response_size_bytes_bucket{method="GET",path="/keys.json",le="5000"} 19 http_response_size_bytes_bucket{method="GET",path="/keys.json",le="10000"} 19 http_response_size_bytes_bucket{method="GET",path="/keys.json",le="50000"} 19 http_response_size_bytes_bucket{method="GET",path="/keys.json",le="100000"} 19 http_response_size_bytes_bucket{method="GET",path="/keys.json",le="500000"} 19 http_response_size_bytes_bucket{method="GET",path="/keys.json",le="1e+06"} 19 http_response_size_bytes_bucket{method="GET",path="/keys.json",le="+Inf"} 19 http_response_size_bytes_sum{method="GET",path="/keys.json"} 834 http_response_size_bytes_count{method="GET",path="/keys.json"} 19 http_response_size_bytes_bucket{method="GET",path="/keys.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/keys.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/keys.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/keys.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/keys.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/keys.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/keys.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/keys.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/keys.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/keys.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/keys.zip"} 40 http_response_size_bytes_count{method="GET",path="/keys.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/kj.php",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/kj.php",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/kj.php",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/kj.php",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/kj.php",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/kj.php",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/kj.php",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/kj.php",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/kj.php",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/kj.php",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/kj.php"} 172 http_response_size_bytes_count{method="GET",path="/kj.php"} 4 http_response_size_bytes_bucket{method="GET",path="/klex.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/klex.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/klex.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/klex.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/klex.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/klex.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/klex.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/klex.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/klex.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/klex.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/klex.php"} 43 http_response_size_bytes_count{method="GET",path="/klex.php"} 1 http_response_size_bytes_bucket{method="GET",path="/koiy.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/koiy.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/koiy.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/koiy.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/koiy.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/koiy.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/koiy.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/koiy.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/koiy.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/koiy.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/koiy.php"} 43 http_response_size_bytes_count{method="GET",path="/koiy.php"} 1 http_response_size_bytes_bucket{method="GET",path="/kolda.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/kolda.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/kolda.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/kolda.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/kolda.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/kolda.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/kolda.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/kolda.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/kolda.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/kolda.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/kolda.php"} 43 http_response_size_bytes_count{method="GET",path="/kolda.php"} 1 http_response_size_bytes_bucket{method="GET",path="/ktfow.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/ktfow.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/ktfow.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/ktfow.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/ktfow.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/ktfow.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/ktfow.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/ktfow.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/ktfow.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/ktfow.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/ktfow.php"} 43 http_response_size_bytes_count{method="GET",path="/ktfow.php"} 1 http_response_size_bytes_bucket{method="GET",path="/kubernetes/.env",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/kubernetes/.env",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/kubernetes/.env",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/kubernetes/.env",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/kubernetes/.env",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/kubernetes/.env",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/kubernetes/.env",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/kubernetes/.env",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/kubernetes/.env",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/kubernetes/.env",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/kubernetes/.env"} 44 http_response_size_bytes_count{method="GET",path="/kubernetes/.env"} 1 http_response_size_bytes_bucket{method="GET",path="/kyc/.env",le="100"} 7 http_response_size_bytes_bucket{method="GET",path="/kyc/.env",le="500"} 7 http_response_size_bytes_bucket{method="GET",path="/kyc/.env",le="1000"} 7 http_response_size_bytes_bucket{method="GET",path="/kyc/.env",le="5000"} 7 http_response_size_bytes_bucket{method="GET",path="/kyc/.env",le="10000"} 7 http_response_size_bytes_bucket{method="GET",path="/kyc/.env",le="50000"} 7 http_response_size_bytes_bucket{method="GET",path="/kyc/.env",le="100000"} 7 http_response_size_bytes_bucket{method="GET",path="/kyc/.env",le="500000"} 7 http_response_size_bytes_bucket{method="GET",path="/kyc/.env",le="1e+06"} 7 http_response_size_bytes_bucket{method="GET",path="/kyc/.env",le="+Inf"} 7 http_response_size_bytes_sum{method="GET",path="/kyc/.env"} 301 http_response_size_bytes_count{method="GET",path="/kyc/.env"} 7 http_response_size_bytes_bucket{method="GET",path="/l.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/l.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/l.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/l.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/l.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/l.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/l.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/l.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/l.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/l.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/l.php"} 86 http_response_size_bytes_count{method="GET",path="/l.php"} 2 http_response_size_bytes_bucket{method="GET",path="/la.php",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/la.php",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/la.php",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/la.php",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/la.php",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/la.php",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/la.php",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/la.php",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/la.php",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/la.php",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/la.php"} 129 http_response_size_bytes_count{method="GET",path="/la.php"} 3 http_response_size_bytes_bucket{method="GET",path="/lab/.env",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/lab/.env",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/lab/.env",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/lab/.env",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/lab/.env",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/lab/.env",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/lab/.env",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/lab/.env",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/lab/.env",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/lab/.env",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/lab/.env"} 87 http_response_size_bytes_count{method="GET",path="/lab/.env"} 2 http_response_size_bytes_bucket{method="GET",path="/lala.php",le="100"} 5 http_response_size_bytes_bucket{method="GET",path="/lala.php",le="500"} 5 http_response_size_bytes_bucket{method="GET",path="/lala.php",le="1000"} 5 http_response_size_bytes_bucket{method="GET",path="/lala.php",le="5000"} 5 http_response_size_bytes_bucket{method="GET",path="/lala.php",le="10000"} 5 http_response_size_bytes_bucket{method="GET",path="/lala.php",le="50000"} 5 http_response_size_bytes_bucket{method="GET",path="/lala.php",le="100000"} 5 http_response_size_bytes_bucket{method="GET",path="/lala.php",le="500000"} 5 http_response_size_bytes_bucket{method="GET",path="/lala.php",le="1e+06"} 5 http_response_size_bytes_bucket{method="GET",path="/lala.php",le="+Inf"} 5 http_response_size_bytes_sum{method="GET",path="/lala.php"} 216 http_response_size_bytes_count{method="GET",path="/lala.php"} 5 http_response_size_bytes_bucket{method="GET",path="/lara/info.php",le="100"} 7 http_response_size_bytes_bucket{method="GET",path="/lara/info.php",le="500"} 7 http_response_size_bytes_bucket{method="GET",path="/lara/info.php",le="1000"} 7 http_response_size_bytes_bucket{method="GET",path="/lara/info.php",le="5000"} 7 http_response_size_bytes_bucket{method="GET",path="/lara/info.php",le="10000"} 7 http_response_size_bytes_bucket{method="GET",path="/lara/info.php",le="50000"} 7 http_response_size_bytes_bucket{method="GET",path="/lara/info.php",le="100000"} 7 http_response_size_bytes_bucket{method="GET",path="/lara/info.php",le="500000"} 7 http_response_size_bytes_bucket{method="GET",path="/lara/info.php",le="1e+06"} 7 http_response_size_bytes_bucket{method="GET",path="/lara/info.php",le="+Inf"} 7 http_response_size_bytes_sum{method="GET",path="/lara/info.php"} 301 http_response_size_bytes_count{method="GET",path="/lara/info.php"} 7 http_response_size_bytes_bucket{method="GET",path="/lara/phpinfo.php",le="100"} 7 http_response_size_bytes_bucket{method="GET",path="/lara/phpinfo.php",le="500"} 7 http_response_size_bytes_bucket{method="GET",path="/lara/phpinfo.php",le="1000"} 7 http_response_size_bytes_bucket{method="GET",path="/lara/phpinfo.php",le="5000"} 7 http_response_size_bytes_bucket{method="GET",path="/lara/phpinfo.php",le="10000"} 7 http_response_size_bytes_bucket{method="GET",path="/lara/phpinfo.php",le="50000"} 7 http_response_size_bytes_bucket{method="GET",path="/lara/phpinfo.php",le="100000"} 7 http_response_size_bytes_bucket{method="GET",path="/lara/phpinfo.php",le="500000"} 7 http_response_size_bytes_bucket{method="GET",path="/lara/phpinfo.php",le="1e+06"} 7 http_response_size_bytes_bucket{method="GET",path="/lara/phpinfo.php",le="+Inf"} 7 http_response_size_bytes_sum{method="GET",path="/lara/phpinfo.php"} 301 http_response_size_bytes_count{method="GET",path="/lara/phpinfo.php"} 7 http_response_size_bytes_bucket{method="GET",path="/laravel.7z",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/laravel.7z",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/laravel.7z",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/laravel.7z",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/laravel.7z",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/laravel.7z",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/laravel.7z",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/laravel.7z",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/laravel.7z",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/laravel.7z",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/laravel.7z"} 43 http_response_size_bytes_count{method="GET",path="/laravel.7z"} 1 http_response_size_bytes_bucket{method="GET",path="/laravel.bz2",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/laravel.bz2",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/laravel.bz2",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/laravel.bz2",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/laravel.bz2",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/laravel.bz2",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/laravel.bz2",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/laravel.bz2",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/laravel.bz2",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/laravel.bz2",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/laravel.bz2"} 43 http_response_size_bytes_count{method="GET",path="/laravel.bz2"} 1 http_response_size_bytes_bucket{method="GET",path="/laravel.gz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/laravel.gz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/laravel.gz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/laravel.gz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/laravel.gz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/laravel.gz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/laravel.gz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/laravel.gz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/laravel.gz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/laravel.gz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/laravel.gz"} 43 http_response_size_bytes_count{method="GET",path="/laravel.gz"} 1 http_response_size_bytes_bucket{method="GET",path="/laravel.rar",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/laravel.rar",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/laravel.rar",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/laravel.rar",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/laravel.rar",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/laravel.rar",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/laravel.rar",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/laravel.rar",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/laravel.rar",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/laravel.rar",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/laravel.rar"} 43 http_response_size_bytes_count{method="GET",path="/laravel.rar"} 1 http_response_size_bytes_bucket{method="GET",path="/laravel.sql",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/laravel.sql",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/laravel.sql",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/laravel.sql",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/laravel.sql",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/laravel.sql",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/laravel.sql",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/laravel.sql",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/laravel.sql",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/laravel.sql",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/laravel.sql"} 43 http_response_size_bytes_count{method="GET",path="/laravel.sql"} 1 http_response_size_bytes_bucket{method="GET",path="/laravel.sql.bz2",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/laravel.sql.bz2",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/laravel.sql.bz2",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/laravel.sql.bz2",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/laravel.sql.bz2",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/laravel.sql.bz2",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/laravel.sql.bz2",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/laravel.sql.bz2",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/laravel.sql.bz2",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/laravel.sql.bz2",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/laravel.sql.bz2"} 43 http_response_size_bytes_count{method="GET",path="/laravel.sql.bz2"} 1 http_response_size_bytes_bucket{method="GET",path="/laravel.sql.gz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/laravel.sql.gz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/laravel.sql.gz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/laravel.sql.gz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/laravel.sql.gz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/laravel.sql.gz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/laravel.sql.gz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/laravel.sql.gz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/laravel.sql.gz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/laravel.sql.gz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/laravel.sql.gz"} 43 http_response_size_bytes_count{method="GET",path="/laravel.sql.gz"} 1 http_response_size_bytes_bucket{method="GET",path="/laravel.tar",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/laravel.tar",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/laravel.tar",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/laravel.tar",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/laravel.tar",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/laravel.tar",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/laravel.tar",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/laravel.tar",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/laravel.tar",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/laravel.tar",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/laravel.tar"} 43 http_response_size_bytes_count{method="GET",path="/laravel.tar"} 1 http_response_size_bytes_bucket{method="GET",path="/laravel.tar.bz2",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/laravel.tar.bz2",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/laravel.tar.bz2",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/laravel.tar.bz2",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/laravel.tar.bz2",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/laravel.tar.bz2",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/laravel.tar.bz2",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/laravel.tar.bz2",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/laravel.tar.bz2",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/laravel.tar.bz2",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/laravel.tar.bz2"} 43 http_response_size_bytes_count{method="GET",path="/laravel.tar.bz2"} 1 http_response_size_bytes_bucket{method="GET",path="/laravel.tar.gz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/laravel.tar.gz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/laravel.tar.gz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/laravel.tar.gz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/laravel.tar.gz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/laravel.tar.gz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/laravel.tar.gz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/laravel.tar.gz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/laravel.tar.gz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/laravel.tar.gz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/laravel.tar.gz"} 43 http_response_size_bytes_count{method="GET",path="/laravel.tar.gz"} 1 http_response_size_bytes_bucket{method="GET",path="/laravel.tar.xz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/laravel.tar.xz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/laravel.tar.xz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/laravel.tar.xz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/laravel.tar.xz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/laravel.tar.xz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/laravel.tar.xz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/laravel.tar.xz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/laravel.tar.xz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/laravel.tar.xz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/laravel.tar.xz"} 43 http_response_size_bytes_count{method="GET",path="/laravel.tar.xz"} 1 http_response_size_bytes_bucket{method="GET",path="/laravel.tgz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/laravel.tgz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/laravel.tgz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/laravel.tgz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/laravel.tgz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/laravel.tgz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/laravel.tgz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/laravel.tgz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/laravel.tgz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/laravel.tgz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/laravel.tgz"} 43 http_response_size_bytes_count{method="GET",path="/laravel.tgz"} 1 http_response_size_bytes_bucket{method="GET",path="/laravel.zip",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/laravel.zip",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/laravel.zip",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/laravel.zip",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/laravel.zip",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/laravel.zip",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/laravel.zip",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/laravel.zip",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/laravel.zip",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/laravel.zip",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/laravel.zip"} 83 http_response_size_bytes_count{method="GET",path="/laravel.zip"} 3 http_response_size_bytes_bucket{method="GET",path="/laravel.zst",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/laravel.zst",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/laravel.zst",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/laravel.zst",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/laravel.zst",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/laravel.zst",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/laravel.zst",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/laravel.zst",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/laravel.zst",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/laravel.zst",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/laravel.zst"} 43 http_response_size_bytes_count{method="GET",path="/laravel.zst"} 1 http_response_size_bytes_bucket{method="GET",path="/laravel/.env",le="100"} 17 http_response_size_bytes_bucket{method="GET",path="/laravel/.env",le="500"} 17 http_response_size_bytes_bucket{method="GET",path="/laravel/.env",le="1000"} 17 http_response_size_bytes_bucket{method="GET",path="/laravel/.env",le="5000"} 17 http_response_size_bytes_bucket{method="GET",path="/laravel/.env",le="10000"} 17 http_response_size_bytes_bucket{method="GET",path="/laravel/.env",le="50000"} 17 http_response_size_bytes_bucket{method="GET",path="/laravel/.env",le="100000"} 17 http_response_size_bytes_bucket{method="GET",path="/laravel/.env",le="500000"} 17 http_response_size_bytes_bucket{method="GET",path="/laravel/.env",le="1e+06"} 17 http_response_size_bytes_bucket{method="GET",path="/laravel/.env",le="+Inf"} 17 http_response_size_bytes_sum{method="GET",path="/laravel/.env"} 739 http_response_size_bytes_count{method="GET",path="/laravel/.env"} 17 http_response_size_bytes_bucket{method="GET",path="/laravel/.git/config",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/laravel/.git/config",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/laravel/.git/config",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/laravel/.git/config",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/laravel/.git/config",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/laravel/.git/config",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/laravel/.git/config",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/laravel/.git/config",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/laravel/.git/config",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/laravel/.git/config",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/laravel/.git/config"} 44 http_response_size_bytes_count{method="GET",path="/laravel/.git/config"} 1 http_response_size_bytes_bucket{method="GET",path="/laravel/core/.env",le="100"} 7 http_response_size_bytes_bucket{method="GET",path="/laravel/core/.env",le="500"} 7 http_response_size_bytes_bucket{method="GET",path="/laravel/core/.env",le="1000"} 7 http_response_size_bytes_bucket{method="GET",path="/laravel/core/.env",le="5000"} 7 http_response_size_bytes_bucket{method="GET",path="/laravel/core/.env",le="10000"} 7 http_response_size_bytes_bucket{method="GET",path="/laravel/core/.env",le="50000"} 7 http_response_size_bytes_bucket{method="GET",path="/laravel/core/.env",le="100000"} 7 http_response_size_bytes_bucket{method="GET",path="/laravel/core/.env",le="500000"} 7 http_response_size_bytes_bucket{method="GET",path="/laravel/core/.env",le="1e+06"} 7 http_response_size_bytes_bucket{method="GET",path="/laravel/core/.env",le="+Inf"} 7 http_response_size_bytes_sum{method="GET",path="/laravel/core/.env"} 301 http_response_size_bytes_count{method="GET",path="/laravel/core/.env"} 7 http_response_size_bytes_bucket{method="GET",path="/laravel/info.php",le="100"} 7 http_response_size_bytes_bucket{method="GET",path="/laravel/info.php",le="500"} 7 http_response_size_bytes_bucket{method="GET",path="/laravel/info.php",le="1000"} 7 http_response_size_bytes_bucket{method="GET",path="/laravel/info.php",le="5000"} 7 http_response_size_bytes_bucket{method="GET",path="/laravel/info.php",le="10000"} 7 http_response_size_bytes_bucket{method="GET",path="/laravel/info.php",le="50000"} 7 http_response_size_bytes_bucket{method="GET",path="/laravel/info.php",le="100000"} 7 http_response_size_bytes_bucket{method="GET",path="/laravel/info.php",le="500000"} 7 http_response_size_bytes_bucket{method="GET",path="/laravel/info.php",le="1e+06"} 7 http_response_size_bytes_bucket{method="GET",path="/laravel/info.php",le="+Inf"} 7 http_response_size_bytes_sum{method="GET",path="/laravel/info.php"} 301 http_response_size_bytes_count{method="GET",path="/laravel/info.php"} 7 http_response_size_bytes_bucket{method="GET",path="/laravel5/.env",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/laravel5/.env",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/laravel5/.env",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/laravel5/.env",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/laravel5/.env",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/laravel5/.env",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/laravel5/.env",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/laravel5/.env",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/laravel5/.env",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/laravel5/.env",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/laravel5/.env"} 44 http_response_size_bytes_count{method="GET",path="/laravel5/.env"} 1 http_response_size_bytes_bucket{method="GET",path="/latest.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/latest.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/latest.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/latest.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/latest.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/latest.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/latest.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/latest.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/latest.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/latest.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/latest.zip"} 40 http_response_size_bytes_count{method="GET",path="/latest.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/launchSettings.json",le="100"} 17 http_response_size_bytes_bucket{method="GET",path="/launchSettings.json",le="500"} 17 http_response_size_bytes_bucket{method="GET",path="/launchSettings.json",le="1000"} 17 http_response_size_bytes_bucket{method="GET",path="/launchSettings.json",le="5000"} 17 http_response_size_bytes_bucket{method="GET",path="/launchSettings.json",le="10000"} 17 http_response_size_bytes_bucket{method="GET",path="/launchSettings.json",le="50000"} 17 http_response_size_bytes_bucket{method="GET",path="/launchSettings.json",le="100000"} 17 http_response_size_bytes_bucket{method="GET",path="/launchSettings.json",le="500000"} 17 http_response_size_bytes_bucket{method="GET",path="/launchSettings.json",le="1e+06"} 17 http_response_size_bytes_bucket{method="GET",path="/launchSettings.json",le="+Inf"} 17 http_response_size_bytes_sum{method="GET",path="/launchSettings.json"} 747 http_response_size_bytes_count{method="GET",path="/launchSettings.json"} 17 http_response_size_bytes_bucket{method="GET",path="/layout.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/layout.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/layout.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/layout.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/layout.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/layout.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/layout.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/layout.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/layout.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/layout.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/layout.php"} 87 http_response_size_bytes_count{method="GET",path="/layout.php"} 2 http_response_size_bytes_bucket{method="GET",path="/legal.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/legal.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/legal.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/legal.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/legal.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/legal.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/legal.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/legal.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/legal.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/legal.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/legal.zip"} 40 http_response_size_bytes_count{method="GET",path="/legal.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/less.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/less.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/less.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/less.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/less.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/less.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/less.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/less.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/less.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/less.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/less.php"} 43 http_response_size_bytes_count{method="GET",path="/less.php"} 1 http_response_size_bytes_bucket{method="GET",path="/levi.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/levi.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/levi.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/levi.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/levi.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/levi.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/levi.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/levi.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/levi.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/levi.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/levi.php"} 43 http_response_size_bytes_count{method="GET",path="/levi.php"} 1 http_response_size_bytes_bucket{method="GET",path="/lib.php",le="100"} 8 http_response_size_bytes_bucket{method="GET",path="/lib.php",le="500"} 8 http_response_size_bytes_bucket{method="GET",path="/lib.php",le="1000"} 8 http_response_size_bytes_bucket{method="GET",path="/lib.php",le="5000"} 8 http_response_size_bytes_bucket{method="GET",path="/lib.php",le="10000"} 8 http_response_size_bytes_bucket{method="GET",path="/lib.php",le="50000"} 8 http_response_size_bytes_bucket{method="GET",path="/lib.php",le="100000"} 8 http_response_size_bytes_bucket{method="GET",path="/lib.php",le="500000"} 8 http_response_size_bytes_bucket{method="GET",path="/lib.php",le="1e+06"} 8 http_response_size_bytes_bucket{method="GET",path="/lib.php",le="+Inf"} 8 http_response_size_bytes_sum{method="GET",path="/lib.php"} 344 http_response_size_bytes_count{method="GET",path="/lib.php"} 8 http_response_size_bytes_bucket{method="GET",path="/lib.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/lib.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/lib.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/lib.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/lib.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/lib.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/lib.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/lib.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/lib.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/lib.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/lib.zip"} 40 http_response_size_bytes_count{method="GET",path="/lib.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/lib/.env",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/lib/.env",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/lib/.env",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/lib/.env",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/lib/.env",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/lib/.env",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/lib/.env",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/lib/.env",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/lib/.env",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/lib/.env",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/lib/.env"} 87 http_response_size_bytes_count{method="GET",path="/lib/.env"} 2 http_response_size_bytes_bucket{method="GET",path="/libraries.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/libraries.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/libraries.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/libraries.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/libraries.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/libraries.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/libraries.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/libraries.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/libraries.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/libraries.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/libraries.zip"} 40 http_response_size_bytes_count{method="GET",path="/libraries.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/license.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/license.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/license.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/license.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/license.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/license.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/license.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/license.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/license.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/license.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/license.zip"} 40 http_response_size_bytes_count{method="GET",path="/license.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/like.php",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/like.php",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/like.php",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/like.php",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/like.php",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/like.php",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/like.php",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/like.php",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/like.php",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/like.php",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/like.php"} 172 http_response_size_bytes_count{method="GET",path="/like.php"} 4 http_response_size_bytes_bucket{method="GET",path="/link.php",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/link.php",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/link.php",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/link.php",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/link.php",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/link.php",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/link.php",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/link.php",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/link.php",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/link.php",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/link.php"} 172 http_response_size_bytes_count{method="GET",path="/link.php"} 4 http_response_size_bytes_bucket{method="GET",path="/linkedin.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/linkedin.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/linkedin.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/linkedin.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/linkedin.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/linkedin.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/linkedin.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/linkedin.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/linkedin.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/linkedin.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/linkedin.zip"} 40 http_response_size_bytes_count{method="GET",path="/linkedin.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/linode.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/linode.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/linode.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/linode.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/linode.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/linode.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/linode.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/linode.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/linode.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/linode.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/linode.zip"} 40 http_response_size_bytes_count{method="GET",path="/linode.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/live.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/live.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/live.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/live.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/live.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/live.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/live.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/live.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/live.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/live.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/live.zip"} 40 http_response_size_bytes_count{method="GET",path="/live.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/live/.env",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/live/.env",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/live/.env",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/live/.env",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/live/.env",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/live/.env",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/live/.env",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/live/.env",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/live/.env",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/live/.env",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/live/.env"} 87 http_response_size_bytes_count{method="GET",path="/live/.env"} 2 http_response_size_bytes_bucket{method="GET",path="/livewire/preview-file/123",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/livewire/preview-file/123",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/livewire/preview-file/123",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/livewire/preview-file/123",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/livewire/preview-file/123",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/livewire/preview-file/123",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/livewire/preview-file/123",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/livewire/preview-file/123",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/livewire/preview-file/123",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/livewire/preview-file/123",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/livewire/preview-file/123"} 86 http_response_size_bytes_count{method="GET",path="/livewire/preview-file/123"} 2 http_response_size_bytes_bucket{method="GET",path="/lm15.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/lm15.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/lm15.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/lm15.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/lm15.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/lm15.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/lm15.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/lm15.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/lm15.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/lm15.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/lm15.php"} 43 http_response_size_bytes_count{method="GET",path="/lm15.php"} 1 http_response_size_bytes_bucket{method="GET",path="/lms/.env",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/lms/.env",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/lms/.env",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/lms/.env",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/lms/.env",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/lms/.env",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/lms/.env",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/lms/.env",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/lms/.env",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/lms/.env",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/lms/.env"} 88 http_response_size_bytes_count{method="GET",path="/lms/.env"} 2 http_response_size_bytes_bucket{method="GET",path="/loaders/*",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/loaders/*",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/loaders/*",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/loaders/*",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/loaders/*",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/loaders/*",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/loaders/*",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/loaders/*",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/loaders/*",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/loaders/*",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/loaders/*"} 88 http_response_size_bytes_count{method="GET",path="/loaders/*"} 2 http_response_size_bytes_bucket{method="GET",path="/local.settings.json",le="100"} 20 http_response_size_bytes_bucket{method="GET",path="/local.settings.json",le="500"} 20 http_response_size_bytes_bucket{method="GET",path="/local.settings.json",le="1000"} 20 http_response_size_bytes_bucket{method="GET",path="/local.settings.json",le="5000"} 20 http_response_size_bytes_bucket{method="GET",path="/local.settings.json",le="10000"} 20 http_response_size_bytes_bucket{method="GET",path="/local.settings.json",le="50000"} 20 http_response_size_bytes_bucket{method="GET",path="/local.settings.json",le="100000"} 20 http_response_size_bytes_bucket{method="GET",path="/local.settings.json",le="500000"} 20 http_response_size_bytes_bucket{method="GET",path="/local.settings.json",le="1e+06"} 20 http_response_size_bytes_bucket{method="GET",path="/local.settings.json",le="+Inf"} 20 http_response_size_bytes_sum{method="GET",path="/local.settings.json"} 878 http_response_size_bytes_count{method="GET",path="/local.settings.json"} 20 http_response_size_bytes_bucket{method="GET",path="/local.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/local.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/local.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/local.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/local.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/local.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/local.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/local.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/local.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/local.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/local.zip"} 40 http_response_size_bytes_count{method="GET",path="/local.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/local/.env",le="100"} 10 http_response_size_bytes_bucket{method="GET",path="/local/.env",le="500"} 10 http_response_size_bytes_bucket{method="GET",path="/local/.env",le="1000"} 10 http_response_size_bytes_bucket{method="GET",path="/local/.env",le="5000"} 10 http_response_size_bytes_bucket{method="GET",path="/local/.env",le="10000"} 10 http_response_size_bytes_bucket{method="GET",path="/local/.env",le="50000"} 10 http_response_size_bytes_bucket{method="GET",path="/local/.env",le="100000"} 10 http_response_size_bytes_bucket{method="GET",path="/local/.env",le="500000"} 10 http_response_size_bytes_bucket{method="GET",path="/local/.env",le="1e+06"} 10 http_response_size_bytes_bucket{method="GET",path="/local/.env",le="+Inf"} 10 http_response_size_bytes_sum{method="GET",path="/local/.env"} 433 http_response_size_bytes_count{method="GET",path="/local/.env"} 10 http_response_size_bytes_bucket{method="GET",path="/local/phpinfo.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/local/phpinfo.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/local/phpinfo.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/local/phpinfo.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/local/phpinfo.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/local/phpinfo.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/local/phpinfo.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/local/phpinfo.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/local/phpinfo.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/local/phpinfo.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/local/phpinfo.php"} 88 http_response_size_bytes_count{method="GET",path="/local/phpinfo.php"} 2 http_response_size_bytes_bucket{method="GET",path="/local_settings.py",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/local_settings.py",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/local_settings.py",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/local_settings.py",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/local_settings.py",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/local_settings.py",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/local_settings.py",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/local_settings.py",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/local_settings.py",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/local_settings.py",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/local_settings.py"} 86 http_response_size_bytes_count{method="GET",path="/local_settings.py"} 2 http_response_size_bytes_bucket{method="GET",path="/locales.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/locales.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/locales.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/locales.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/locales.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/locales.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/locales.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/locales.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/locales.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/locales.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/locales.php"} 44 http_response_size_bytes_count{method="GET",path="/locales.php"} 1 http_response_size_bytes_bucket{method="GET",path="/localhost.key",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/localhost.key",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/localhost.key",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/localhost.key",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/localhost.key",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/localhost.key",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/localhost.key",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/localhost.key",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/localhost.key",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/localhost.key",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/localhost.key"} 43 http_response_size_bytes_count{method="GET",path="/localhost.key"} 1 http_response_size_bytes_bucket{method="GET",path="/localhost.pem",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/localhost.pem",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/localhost.pem",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/localhost.pem",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/localhost.pem",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/localhost.pem",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/localhost.pem",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/localhost.pem",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/localhost.pem",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/localhost.pem",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/localhost.pem"} 43 http_response_size_bytes_count{method="GET",path="/localhost.pem"} 1 http_response_size_bytes_bucket{method="GET",path="/localhost.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/localhost.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/localhost.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/localhost.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/localhost.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/localhost.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/localhost.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/localhost.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/localhost.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/localhost.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/localhost.zip"} 40 http_response_size_bytes_count{method="GET",path="/localhost.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/lock360.php",le="100"} 6 http_response_size_bytes_bucket{method="GET",path="/lock360.php",le="500"} 6 http_response_size_bytes_bucket{method="GET",path="/lock360.php",le="1000"} 6 http_response_size_bytes_bucket{method="GET",path="/lock360.php",le="5000"} 6 http_response_size_bytes_bucket{method="GET",path="/lock360.php",le="10000"} 6 http_response_size_bytes_bucket{method="GET",path="/lock360.php",le="50000"} 6 http_response_size_bytes_bucket{method="GET",path="/lock360.php",le="100000"} 6 http_response_size_bytes_bucket{method="GET",path="/lock360.php",le="500000"} 6 http_response_size_bytes_bucket{method="GET",path="/lock360.php",le="1e+06"} 6 http_response_size_bytes_bucket{method="GET",path="/lock360.php",le="+Inf"} 6 http_response_size_bytes_sum{method="GET",path="/lock360.php"} 258 http_response_size_bytes_count{method="GET",path="/lock360.php"} 6 http_response_size_bytes_bucket{method="GET",path="/log.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/log.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/log.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/log.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/log.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/log.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/log.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/log.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/log.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/log.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/log.php"} 43 http_response_size_bytes_count{method="GET",path="/log.php"} 1 http_response_size_bytes_bucket{method="GET",path="/log.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/log.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/log.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/log.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/log.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/log.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/log.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/log.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/log.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/log.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/log.zip"} 40 http_response_size_bytes_count{method="GET",path="/log.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/login",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/login",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/login",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/login",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/login",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/login",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/login",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/login",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/login",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/login",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/login"} 175 http_response_size_bytes_count{method="GET",path="/login"} 4 http_response_size_bytes_bucket{method="GET",path="/login.action",le="100"} 10 http_response_size_bytes_bucket{method="GET",path="/login.action",le="500"} 10 http_response_size_bytes_bucket{method="GET",path="/login.action",le="1000"} 10 http_response_size_bytes_bucket{method="GET",path="/login.action",le="5000"} 10 http_response_size_bytes_bucket{method="GET",path="/login.action",le="10000"} 10 http_response_size_bytes_bucket{method="GET",path="/login.action",le="50000"} 10 http_response_size_bytes_bucket{method="GET",path="/login.action",le="100000"} 10 http_response_size_bytes_bucket{method="GET",path="/login.action",le="500000"} 10 http_response_size_bytes_bucket{method="GET",path="/login.action",le="1e+06"} 10 http_response_size_bytes_bucket{method="GET",path="/login.action",le="+Inf"} 10 http_response_size_bytes_sum{method="GET",path="/login.action"} 430 http_response_size_bytes_count{method="GET",path="/login.action"} 10 http_response_size_bytes_bucket{method="GET",path="/login.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/login.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/login.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/login.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/login.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/login.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/login.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/login.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/login.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/login.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/login.php"} 43 http_response_size_bytes_count{method="GET",path="/login.php"} 1 http_response_size_bytes_bucket{method="GET",path="/login.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/login.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/login.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/login.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/login.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/login.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/login.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/login.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/login.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/login.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/login.zip"} 40 http_response_size_bytes_count{method="GET",path="/login.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/logrocket.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/logrocket.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/logrocket.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/logrocket.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/logrocket.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/logrocket.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/logrocket.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/logrocket.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/logrocket.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/logrocket.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/logrocket.zip"} 40 http_response_size_bytes_count{method="GET",path="/logrocket.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/logs.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/logs.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/logs.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/logs.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/logs.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/logs.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/logs.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/logs.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/logs.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/logs.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/logs.zip"} 40 http_response_size_bytes_count{method="GET",path="/logs.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/logs/.env",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/logs/.env",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/logs/.env",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/logs/.env",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/logs/.env",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/logs/.env",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/logs/.env",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/logs/.env",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/logs/.env",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/logs/.env",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/logs/.env"} 44 http_response_size_bytes_count{method="GET",path="/logs/.env"} 1 http_response_size_bytes_bucket{method="GET",path="/logs/application.log",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/logs/application.log",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/logs/application.log",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/logs/application.log",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/logs/application.log",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/logs/application.log",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/logs/application.log",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/logs/application.log",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/logs/application.log",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/logs/application.log",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/logs/application.log"} 43 http_response_size_bytes_count{method="GET",path="/logs/application.log"} 1 http_response_size_bytes_bucket{method="GET",path="/logs/error.log",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/logs/error.log",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/logs/error.log",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/logs/error.log",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/logs/error.log",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/logs/error.log",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/logs/error.log",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/logs/error.log",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/logs/error.log",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/logs/error.log",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/logs/error.log"} 43 http_response_size_bytes_count{method="GET",path="/logs/error.log"} 1 http_response_size_bytes_bucket{method="GET",path="/lowpr.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/lowpr.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/lowpr.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/lowpr.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/lowpr.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/lowpr.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/lowpr.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/lowpr.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/lowpr.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/lowpr.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/lowpr.php"} 86 http_response_size_bytes_count{method="GET",path="/lowpr.php"} 2 http_response_size_bytes_bucket{method="GET",path="/lsd.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/lsd.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/lsd.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/lsd.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/lsd.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/lsd.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/lsd.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/lsd.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/lsd.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/lsd.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/lsd.php"} 86 http_response_size_bytes_count{method="GET",path="/lsd.php"} 2 http_response_size_bytes_bucket{method="GET",path="/lufix.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/lufix.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/lufix.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/lufix.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/lufix.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/lufix.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/lufix.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/lufix.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/lufix.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/lufix.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/lufix.php"} 43 http_response_size_bytes_count{method="GET",path="/lufix.php"} 1 http_response_size_bytes_bucket{method="GET",path="/lupo.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/lupo.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/lupo.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/lupo.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/lupo.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/lupo.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/lupo.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/lupo.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/lupo.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/lupo.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/lupo.php"} 43 http_response_size_bytes_count{method="GET",path="/lupo.php"} 1 http_response_size_bytes_bucket{method="GET",path="/lv.php",le="100"} 7 http_response_size_bytes_bucket{method="GET",path="/lv.php",le="500"} 7 http_response_size_bytes_bucket{method="GET",path="/lv.php",le="1000"} 7 http_response_size_bytes_bucket{method="GET",path="/lv.php",le="5000"} 7 http_response_size_bytes_bucket{method="GET",path="/lv.php",le="10000"} 7 http_response_size_bytes_bucket{method="GET",path="/lv.php",le="50000"} 7 http_response_size_bytes_bucket{method="GET",path="/lv.php",le="100000"} 7 http_response_size_bytes_bucket{method="GET",path="/lv.php",le="500000"} 7 http_response_size_bytes_bucket{method="GET",path="/lv.php",le="1e+06"} 7 http_response_size_bytes_bucket{method="GET",path="/lv.php",le="+Inf"} 7 http_response_size_bytes_sum{method="GET",path="/lv.php"} 301 http_response_size_bytes_count{method="GET",path="/lv.php"} 7 http_response_size_bytes_bucket{method="GET",path="/m.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/m.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/m.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/m.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/m.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/m.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/m.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/m.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/m.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/m.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/m.php"} 86 http_response_size_bytes_count{method="GET",path="/m.php"} 2 http_response_size_bytes_bucket{method="GET",path="/m7rpo0.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/m7rpo0.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/m7rpo0.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/m7rpo0.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/m7rpo0.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/m7rpo0.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/m7rpo0.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/m7rpo0.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/m7rpo0.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/m7rpo0.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/m7rpo0.php"} 43 http_response_size_bytes_count{method="GET",path="/m7rpo0.php"} 1 http_response_size_bytes_bucket{method="GET",path="/ma.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/ma.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/ma.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/ma.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/ma.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/ma.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/ma.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/ma.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/ma.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/ma.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/ma.php"} 43 http_response_size_bytes_count{method="GET",path="/ma.php"} 1 http_response_size_bytes_bucket{method="GET",path="/mac.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/mac.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/mac.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/mac.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/mac.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/mac.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/mac.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/mac.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/mac.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/mac.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/mac.php"} 86 http_response_size_bytes_count{method="GET",path="/mac.php"} 2 http_response_size_bytes_bucket{method="GET",path="/magento.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/magento.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/magento.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/magento.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/magento.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/magento.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/magento.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/magento.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/magento.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/magento.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/magento.zip"} 40 http_response_size_bytes_count{method="GET",path="/magento.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/magento/.env",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/magento/.env",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/magento/.env",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/magento/.env",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/magento/.env",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/magento/.env",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/magento/.env",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/magento/.env",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/magento/.env",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/magento/.env",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/magento/.env"} 87 http_response_size_bytes_count{method="GET",path="/magento/.env"} 2 http_response_size_bytes_bucket{method="GET",path="/mah.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/mah.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/mah.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/mah.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/mah.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/mah.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/mah.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/mah.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/mah.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/mah.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/mah.php"} 43 http_response_size_bytes_count{method="GET",path="/mah.php"} 1 http_response_size_bytes_bucket{method="GET",path="/mail.js",le="100"} 17 http_response_size_bytes_bucket{method="GET",path="/mail.js",le="500"} 17 http_response_size_bytes_bucket{method="GET",path="/mail.js",le="1000"} 17 http_response_size_bytes_bucket{method="GET",path="/mail.js",le="5000"} 17 http_response_size_bytes_bucket{method="GET",path="/mail.js",le="10000"} 17 http_response_size_bytes_bucket{method="GET",path="/mail.js",le="50000"} 17 http_response_size_bytes_bucket{method="GET",path="/mail.js",le="100000"} 17 http_response_size_bytes_bucket{method="GET",path="/mail.js",le="500000"} 17 http_response_size_bytes_bucket{method="GET",path="/mail.js",le="1e+06"} 17 http_response_size_bytes_bucket{method="GET",path="/mail.js",le="+Inf"} 17 http_response_size_bytes_sum{method="GET",path="/mail.js"} 747 http_response_size_bytes_count{method="GET",path="/mail.js"} 17 http_response_size_bytes_bucket{method="GET",path="/mail.php",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/mail.php",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/mail.php",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/mail.php",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/mail.php",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/mail.php",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/mail.php",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/mail.php",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/mail.php",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/mail.php",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/mail.php"} 129 http_response_size_bytes_count{method="GET",path="/mail.php"} 3 http_response_size_bytes_bucket{method="GET",path="/mail.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/mail.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/mail.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/mail.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/mail.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/mail.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/mail.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/mail.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/mail.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/mail.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/mail.zip"} 40 http_response_size_bytes_count{method="GET",path="/mail.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/mail/.env",le="100"} 9 http_response_size_bytes_bucket{method="GET",path="/mail/.env",le="500"} 9 http_response_size_bytes_bucket{method="GET",path="/mail/.env",le="1000"} 9 http_response_size_bytes_bucket{method="GET",path="/mail/.env",le="5000"} 9 http_response_size_bytes_bucket{method="GET",path="/mail/.env",le="10000"} 9 http_response_size_bytes_bucket{method="GET",path="/mail/.env",le="50000"} 9 http_response_size_bytes_bucket{method="GET",path="/mail/.env",le="100000"} 9 http_response_size_bytes_bucket{method="GET",path="/mail/.env",le="500000"} 9 http_response_size_bytes_bucket{method="GET",path="/mail/.env",le="1e+06"} 9 http_response_size_bytes_bucket{method="GET",path="/mail/.env",le="+Inf"} 9 http_response_size_bytes_sum{method="GET",path="/mail/.env"} 387 http_response_size_bytes_count{method="GET",path="/mail/.env"} 9 http_response_size_bytes_bucket{method="GET",path="/mail/phpinfo.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/mail/phpinfo.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/mail/phpinfo.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/mail/phpinfo.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/mail/phpinfo.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/mail/phpinfo.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/mail/phpinfo.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/mail/phpinfo.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/mail/phpinfo.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/mail/phpinfo.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/mail/phpinfo.php"} 87 http_response_size_bytes_count{method="GET",path="/mail/phpinfo.php"} 2 http_response_size_bytes_bucket{method="GET",path="/mailer.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/mailer.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/mailer.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/mailer.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/mailer.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/mailer.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/mailer.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/mailer.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/mailer.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/mailer.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/mailer.zip"} 40 http_response_size_bytes_count{method="GET",path="/mailer.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/mailer/.env",le="100"} 9 http_response_size_bytes_bucket{method="GET",path="/mailer/.env",le="500"} 9 http_response_size_bytes_bucket{method="GET",path="/mailer/.env",le="1000"} 9 http_response_size_bytes_bucket{method="GET",path="/mailer/.env",le="5000"} 9 http_response_size_bytes_bucket{method="GET",path="/mailer/.env",le="10000"} 9 http_response_size_bytes_bucket{method="GET",path="/mailer/.env",le="50000"} 9 http_response_size_bytes_bucket{method="GET",path="/mailer/.env",le="100000"} 9 http_response_size_bytes_bucket{method="GET",path="/mailer/.env",le="500000"} 9 http_response_size_bytes_bucket{method="GET",path="/mailer/.env",le="1e+06"} 9 http_response_size_bytes_bucket{method="GET",path="/mailer/.env",le="+Inf"} 9 http_response_size_bytes_sum{method="GET",path="/mailer/.env"} 388 http_response_size_bytes_count{method="GET",path="/mailer/.env"} 9 http_response_size_bytes_bucket{method="GET",path="/mailgun/.env",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/mailgun/.env",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/mailgun/.env",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/mailgun/.env",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/mailgun/.env",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/mailgun/.env",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/mailgun/.env",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/mailgun/.env",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/mailgun/.env",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/mailgun/.env",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/mailgun/.env"} 88 http_response_size_bytes_count{method="GET",path="/mailgun/.env"} 2 http_response_size_bytes_bucket{method="GET",path="/mailing/.env",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/mailing/.env",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/mailing/.env",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/mailing/.env",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/mailing/.env",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/mailing/.env",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/mailing/.env",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/mailing/.env",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/mailing/.env",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/mailing/.env",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/mailing/.env"} 87 http_response_size_bytes_count{method="GET",path="/mailing/.env"} 2 http_response_size_bytes_bucket{method="GET",path="/mailjet/.env",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/mailjet/.env",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/mailjet/.env",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/mailjet/.env",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/mailjet/.env",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/mailjet/.env",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/mailjet/.env",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/mailjet/.env",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/mailjet/.env",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/mailjet/.env",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/mailjet/.env"} 87 http_response_size_bytes_count{method="GET",path="/mailjet/.env"} 2 http_response_size_bytes_bucket{method="GET",path="/mailserver.js",le="100"} 17 http_response_size_bytes_bucket{method="GET",path="/mailserver.js",le="500"} 17 http_response_size_bytes_bucket{method="GET",path="/mailserver.js",le="1000"} 17 http_response_size_bytes_bucket{method="GET",path="/mailserver.js",le="5000"} 17 http_response_size_bytes_bucket{method="GET",path="/mailserver.js",le="10000"} 17 http_response_size_bytes_bucket{method="GET",path="/mailserver.js",le="50000"} 17 http_response_size_bytes_bucket{method="GET",path="/mailserver.js",le="100000"} 17 http_response_size_bytes_bucket{method="GET",path="/mailserver.js",le="500000"} 17 http_response_size_bytes_bucket{method="GET",path="/mailserver.js",le="1e+06"} 17 http_response_size_bytes_bucket{method="GET",path="/mailserver.js",le="+Inf"} 17 http_response_size_bytes_sum{method="GET",path="/mailserver.js"} 748 http_response_size_bytes_count{method="GET",path="/mailserver.js"} 17 http_response_size_bytes_bucket{method="GET",path="/main.js",le="100"} 22 http_response_size_bytes_bucket{method="GET",path="/main.js",le="500"} 22 http_response_size_bytes_bucket{method="GET",path="/main.js",le="1000"} 22 http_response_size_bytes_bucket{method="GET",path="/main.js",le="5000"} 22 http_response_size_bytes_bucket{method="GET",path="/main.js",le="10000"} 22 http_response_size_bytes_bucket{method="GET",path="/main.js",le="50000"} 22 http_response_size_bytes_bucket{method="GET",path="/main.js",le="100000"} 22 http_response_size_bytes_bucket{method="GET",path="/main.js",le="500000"} 22 http_response_size_bytes_bucket{method="GET",path="/main.js",le="1e+06"} 22 http_response_size_bytes_bucket{method="GET",path="/main.js",le="+Inf"} 22 http_response_size_bytes_sum{method="GET",path="/main.js"} 961 http_response_size_bytes_count{method="GET",path="/main.js"} 22 http_response_size_bytes_bucket{method="GET",path="/main.js.map",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/main.js.map",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/main.js.map",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/main.js.map",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/main.js.map",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/main.js.map",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/main.js.map",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/main.js.map",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/main.js.map",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/main.js.map",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/main.js.map"} 43 http_response_size_bytes_count{method="GET",path="/main.js.map"} 1 http_response_size_bytes_bucket{method="GET",path="/main.yml",le="100"} 7 http_response_size_bytes_bucket{method="GET",path="/main.yml",le="500"} 7 http_response_size_bytes_bucket{method="GET",path="/main.yml",le="1000"} 7 http_response_size_bytes_bucket{method="GET",path="/main.yml",le="5000"} 7 http_response_size_bytes_bucket{method="GET",path="/main.yml",le="10000"} 7 http_response_size_bytes_bucket{method="GET",path="/main.yml",le="50000"} 7 http_response_size_bytes_bucket{method="GET",path="/main.yml",le="100000"} 7 http_response_size_bytes_bucket{method="GET",path="/main.yml",le="500000"} 7 http_response_size_bytes_bucket{method="GET",path="/main.yml",le="1e+06"} 7 http_response_size_bytes_bucket{method="GET",path="/main.yml",le="+Inf"} 7 http_response_size_bytes_sum{method="GET",path="/main.yml"} 301 http_response_size_bytes_count{method="GET",path="/main.yml"} 7 http_response_size_bytes_bucket{method="GET",path="/main.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/main.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/main.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/main.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/main.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/main.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/main.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/main.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/main.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/main.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/main.zip"} 40 http_response_size_bytes_count{method="GET",path="/main.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/main/.env",le="100"} 7 http_response_size_bytes_bucket{method="GET",path="/main/.env",le="500"} 7 http_response_size_bytes_bucket{method="GET",path="/main/.env",le="1000"} 7 http_response_size_bytes_bucket{method="GET",path="/main/.env",le="5000"} 7 http_response_size_bytes_bucket{method="GET",path="/main/.env",le="10000"} 7 http_response_size_bytes_bucket{method="GET",path="/main/.env",le="50000"} 7 http_response_size_bytes_bucket{method="GET",path="/main/.env",le="100000"} 7 http_response_size_bytes_bucket{method="GET",path="/main/.env",le="500000"} 7 http_response_size_bytes_bucket{method="GET",path="/main/.env",le="1e+06"} 7 http_response_size_bytes_bucket{method="GET",path="/main/.env",le="+Inf"} 7 http_response_size_bytes_sum{method="GET",path="/main/.env"} 301 http_response_size_bytes_count{method="GET",path="/main/.env"} 7 http_response_size_bytes_bucket{method="GET",path="/makeasmtp.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/makeasmtp.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/makeasmtp.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/makeasmtp.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/makeasmtp.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/makeasmtp.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/makeasmtp.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/makeasmtp.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/makeasmtp.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/makeasmtp.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/makeasmtp.php"} 87 http_response_size_bytes_count{method="GET",path="/makeasmtp.php"} 2 http_response_size_bytes_bucket{method="GET",path="/man.php",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/man.php",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/man.php",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/man.php",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/man.php",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/man.php",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/man.php",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/man.php",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/man.php",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/man.php",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/man.php"} 129 http_response_size_bytes_count{method="GET",path="/man.php"} 3 http_response_size_bytes_bucket{method="GET",path="/manage/*",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/manage/*",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/manage/*",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/manage/*",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/manage/*",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/manage/*",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/manage/*",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/manage/*",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/manage/*",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/manage/*",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/manage/*"} 87 http_response_size_bytes_count{method="GET",path="/manage/*"} 2 http_response_size_bytes_bucket{method="GET",path="/management.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/management.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/management.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/management.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/management.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/management.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/management.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/management.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/management.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/management.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/management.zip"} 40 http_response_size_bytes_count{method="GET",path="/management.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/manager.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/manager.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/manager.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/manager.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/manager.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/manager.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/manager.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/manager.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/manager.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/manager.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/manager.php"} 86 http_response_size_bytes_count{method="GET",path="/manager.php"} 2 http_response_size_bytes_bucket{method="GET",path="/manager.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/manager.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/manager.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/manager.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/manager.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/manager.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/manager.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/manager.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/manager.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/manager.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/manager.zip"} 40 http_response_size_bytes_count{method="GET",path="/manager.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/mandrill/.env",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/mandrill/.env",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/mandrill/.env",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/mandrill/.env",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/mandrill/.env",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/mandrill/.env",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/mandrill/.env",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/mandrill/.env",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/mandrill/.env",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/mandrill/.env",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/mandrill/.env"} 87 http_response_size_bytes_count{method="GET",path="/mandrill/.env"} 2 http_response_size_bytes_bucket{method="GET",path="/manifest.json",le="100"} 22 http_response_size_bytes_bucket{method="GET",path="/manifest.json",le="500"} 22 http_response_size_bytes_bucket{method="GET",path="/manifest.json",le="1000"} 22 http_response_size_bytes_bucket{method="GET",path="/manifest.json",le="5000"} 22 http_response_size_bytes_bucket{method="GET",path="/manifest.json",le="10000"} 22 http_response_size_bytes_bucket{method="GET",path="/manifest.json",le="50000"} 22 http_response_size_bytes_bucket{method="GET",path="/manifest.json",le="100000"} 22 http_response_size_bytes_bucket{method="GET",path="/manifest.json",le="500000"} 22 http_response_size_bytes_bucket{method="GET",path="/manifest.json",le="1e+06"} 22 http_response_size_bytes_bucket{method="GET",path="/manifest.json",le="+Inf"} 22 http_response_size_bytes_sum{method="GET",path="/manifest.json"} 963 http_response_size_bytes_count{method="GET",path="/manifest.json"} 22 http_response_size_bytes_bucket{method="GET",path="/manifest.webmanifest",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/manifest.webmanifest",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/manifest.webmanifest",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/manifest.webmanifest",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/manifest.webmanifest",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/manifest.webmanifest",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/manifest.webmanifest",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/manifest.webmanifest",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/manifest.webmanifest",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/manifest.webmanifest",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/manifest.webmanifest"} 44 http_response_size_bytes_count{method="GET",path="/manifest.webmanifest"} 1 http_response_size_bytes_bucket{method="GET",path="/manual.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/manual.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/manual.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/manual.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/manual.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/manual.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/manual.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/manual.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/manual.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/manual.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/manual.zip"} 40 http_response_size_bytes_count{method="GET",path="/manual.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/mar.php",le="100"} 5 http_response_size_bytes_bucket{method="GET",path="/mar.php",le="500"} 5 http_response_size_bytes_bucket{method="GET",path="/mar.php",le="1000"} 5 http_response_size_bytes_bucket{method="GET",path="/mar.php",le="5000"} 5 http_response_size_bytes_bucket{method="GET",path="/mar.php",le="10000"} 5 http_response_size_bytes_bucket{method="GET",path="/mar.php",le="50000"} 5 http_response_size_bytes_bucket{method="GET",path="/mar.php",le="100000"} 5 http_response_size_bytes_bucket{method="GET",path="/mar.php",le="500000"} 5 http_response_size_bytes_bucket{method="GET",path="/mar.php",le="1e+06"} 5 http_response_size_bytes_bucket{method="GET",path="/mar.php",le="+Inf"} 5 http_response_size_bytes_sum{method="GET",path="/mar.php"} 215 http_response_size_bytes_count{method="GET",path="/mar.php"} 5 http_response_size_bytes_bucket{method="GET",path="/mari.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/mari.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/mari.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/mari.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/mari.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/mari.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/mari.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/mari.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/mari.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/mari.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/mari.php"} 43 http_response_size_bytes_count{method="GET",path="/mari.php"} 1 http_response_size_bytes_bucket{method="GET",path="/mariadb.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/mariadb.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/mariadb.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/mariadb.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/mariadb.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/mariadb.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/mariadb.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/mariadb.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/mariadb.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/mariadb.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/mariadb.zip"} 40 http_response_size_bytes_count{method="GET",path="/mariadb.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/market/.env",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/market/.env",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/market/.env",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/market/.env",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/market/.env",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/market/.env",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/market/.env",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/market/.env",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/market/.env",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/market/.env",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/market/.env"} 88 http_response_size_bytes_count{method="GET",path="/market/.env"} 2 http_response_size_bytes_bucket{method="GET",path="/marketing/.env",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/marketing/.env",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/marketing/.env",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/marketing/.env",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/marketing/.env",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/marketing/.env",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/marketing/.env",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/marketing/.env",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/marketing/.env",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/marketing/.env",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/marketing/.env"} 88 http_response_size_bytes_count{method="GET",path="/marketing/.env"} 2 http_response_size_bytes_bucket{method="GET",path="/mass.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/mass.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/mass.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/mass.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/mass.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/mass.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/mass.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/mass.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/mass.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/mass.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/mass.php"} 43 http_response_size_bytes_count{method="GET",path="/mass.php"} 1 http_response_size_bytes_bucket{method="GET",path="/master.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/master.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/master.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/master.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/master.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/master.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/master.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/master.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/master.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/master.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/master.zip"} 40 http_response_size_bytes_count{method="GET",path="/master.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/master/.env",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/master/.env",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/master/.env",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/master/.env",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/master/.env",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/master/.env",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/master/.env",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/master/.env",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/master/.env",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/master/.env",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/master/.env"} 88 http_response_size_bytes_count{method="GET",path="/master/.env"} 2 http_response_size_bytes_bucket{method="GET",path="/maul.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/maul.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/maul.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/maul.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/maul.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/maul.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/maul.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/maul.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/maul.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/maul.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/maul.php"} 86 http_response_size_bytes_count{method="GET",path="/maul.php"} 2 http_response_size_bytes_bucket{method="GET",path="/max.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/max.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/max.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/max.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/max.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/max.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/max.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/max.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/max.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/max.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/max.php"} 43 http_response_size_bytes_count{method="GET",path="/max.php"} 1 http_response_size_bytes_bucket{method="GET",path="/media.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/media.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/media.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/media.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/media.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/media.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/media.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/media.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/media.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/media.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/media.zip"} 40 http_response_size_bytes_count{method="GET",path="/media.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/media/*",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/media/*",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/media/*",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/media/*",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/media/*",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/media/*",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/media/*",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/media/*",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/media/*",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/media/*",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/media/*"} 88 http_response_size_bytes_count{method="GET",path="/media/*"} 2 http_response_size_bytes_bucket{method="GET",path="/media/.env",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/media/.env",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/media/.env",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/media/.env",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/media/.env",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/media/.env",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/media/.env",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/media/.env",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/media/.env",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/media/.env",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/media/.env"} 88 http_response_size_bytes_count{method="GET",path="/media/.env"} 2 http_response_size_bytes_bucket{method="GET",path="/mega.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/mega.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/mega.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/mega.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/mega.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/mega.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/mega.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/mega.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/mega.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/mega.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/mega.zip"} 40 http_response_size_bytes_count{method="GET",path="/mega.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/menu.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/menu.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/menu.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/menu.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/menu.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/menu.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/menu.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/menu.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/menu.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/menu.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/menu.php"} 43 http_response_size_bytes_count{method="GET",path="/menu.php"} 1 http_response_size_bytes_bucket{method="GET",path="/mercurial.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/mercurial.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/mercurial.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/mercurial.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/mercurial.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/mercurial.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/mercurial.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/mercurial.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/mercurial.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/mercurial.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/mercurial.zip"} 40 http_response_size_bytes_count{method="GET",path="/mercurial.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/messages.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/messages.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/messages.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/messages.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/messages.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/messages.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/messages.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/messages.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/messages.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/messages.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/messages.zip"} 40 http_response_size_bytes_count{method="GET",path="/messages.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/messages/*",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/messages/*",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/messages/*",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/messages/*",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/messages/*",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/messages/*",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/messages/*",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/messages/*",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/messages/*",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/messages/*",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/messages/*"} 88 http_response_size_bytes_count{method="GET",path="/messages/*"} 2 http_response_size_bytes_bucket{method="GET",path="/metrics",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/metrics",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/metrics",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/metrics",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/metrics",le="10000"} 5 http_response_size_bytes_bucket{method="GET",path="/metrics",le="50000"} 7 http_response_size_bytes_bucket{method="GET",path="/metrics",le="100000"} 10 http_response_size_bytes_bucket{method="GET",path="/metrics",le="500000"} 31 http_response_size_bytes_bucket{method="GET",path="/metrics",le="1e+06"} 31 http_response_size_bytes_bucket{method="GET",path="/metrics",le="+Inf"} 31 http_response_size_bytes_sum{method="GET",path="/metrics"} 7.454255e+06 http_response_size_bytes_count{method="GET",path="/metrics"} 31 http_response_size_bytes_bucket{method="GET",path="/metrics.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/metrics.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/metrics.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/metrics.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/metrics.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/metrics.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/metrics.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/metrics.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/metrics.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/metrics.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/metrics.zip"} 40 http_response_size_bytes_count{method="GET",path="/metrics.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/mh.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/mh.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/mh.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/mh.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/mh.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/mh.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/mh.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/mh.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/mh.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/mh.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/mh.php"} 87 http_response_size_bytes_count{method="GET",path="/mh.php"} 2 http_response_size_bytes_bucket{method="GET",path="/microservice.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/microservice.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/microservice.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/microservice.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/microservice.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/microservice.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/microservice.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/microservice.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/microservice.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/microservice.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/microservice.zip"} 40 http_response_size_bytes_count{method="GET",path="/microservice.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/microservice/.env",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/microservice/.env",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/microservice/.env",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/microservice/.env",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/microservice/.env",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/microservice/.env",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/microservice/.env",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/microservice/.env",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/microservice/.env",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/microservice/.env",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/microservice/.env"} 87 http_response_size_bytes_count{method="GET",path="/microservice/.env"} 2 http_response_size_bytes_bucket{method="GET",path="/microservices.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/microservices.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/microservices.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/microservices.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/microservices.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/microservices.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/microservices.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/microservices.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/microservices.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/microservices.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/microservices.zip"} 40 http_response_size_bytes_count{method="GET",path="/microservices.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/mifta.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/mifta.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/mifta.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/mifta.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/mifta.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/mifta.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/mifta.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/mifta.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/mifta.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/mifta.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/mifta.php"} 86 http_response_size_bytes_count{method="GET",path="/mifta.php"} 2 http_response_size_bytes_bucket{method="GET",path="/migration.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/migration.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/migration.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/migration.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/migration.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/migration.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/migration.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/migration.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/migration.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/migration.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/migration.zip"} 40 http_response_size_bytes_count{method="GET",path="/migration.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/min.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/min.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/min.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/min.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/min.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/min.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/min.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/min.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/min.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/min.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/min.php"} 86 http_response_size_bytes_count{method="GET",path="/min.php"} 2 http_response_size_bytes_bucket{method="GET",path="/mini.php",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/mini.php",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/mini.php",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/mini.php",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/mini.php",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/mini.php",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/mini.php",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/mini.php",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/mini.php",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/mini.php",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/mini.php"} 129 http_response_size_bytes_count{method="GET",path="/mini.php"} 3 http_response_size_bytes_bucket{method="GET",path="/mirror.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/mirror.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/mirror.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/mirror.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/mirror.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/mirror.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/mirror.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/mirror.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/mirror.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/mirror.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/mirror.zip"} 40 http_response_size_bytes_count{method="GET",path="/mirror.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/misc.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/misc.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/misc.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/misc.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/misc.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/misc.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/misc.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/misc.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/misc.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/misc.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/misc.zip"} 40 http_response_size_bytes_count{method="GET",path="/misc.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/miscellaneous.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/miscellaneous.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/miscellaneous.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/miscellaneous.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/miscellaneous.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/miscellaneous.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/miscellaneous.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/miscellaneous.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/miscellaneous.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/miscellaneous.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/miscellaneous.zip"} 40 http_response_size_bytes_count{method="GET",path="/miscellaneous.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/misgrimmerly.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/misgrimmerly.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/misgrimmerly.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/misgrimmerly.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/misgrimmerly.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/misgrimmerly.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/misgrimmerly.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/misgrimmerly.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/misgrimmerly.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/misgrimmerly.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/misgrimmerly.php"} 43 http_response_size_bytes_count{method="GET",path="/misgrimmerly.php"} 1 http_response_size_bytes_bucket{method="GET",path="/miso.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/miso.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/miso.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/miso.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/miso.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/miso.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/miso.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/miso.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/miso.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/miso.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/miso.php"} 43 http_response_size_bytes_count{method="GET",path="/miso.php"} 1 http_response_size_bytes_bucket{method="GET",path="/mixpanel.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/mixpanel.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/mixpanel.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/mixpanel.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/mixpanel.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/mixpanel.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/mixpanel.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/mixpanel.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/mixpanel.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/mixpanel.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/mixpanel.zip"} 40 http_response_size_bytes_count{method="GET",path="/mixpanel.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/mlex.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/mlex.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/mlex.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/mlex.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/mlex.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/mlex.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/mlex.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/mlex.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/mlex.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/mlex.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/mlex.php"} 43 http_response_size_bytes_count{method="GET",path="/mlex.php"} 1 http_response_size_bytes_bucket{method="GET",path="/mnt.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/mnt.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/mnt.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/mnt.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/mnt.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/mnt.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/mnt.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/mnt.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/mnt.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/mnt.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/mnt.zip"} 40 http_response_size_bytes_count{method="GET",path="/mnt.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/mobile.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/mobile.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/mobile.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/mobile.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/mobile.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/mobile.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/mobile.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/mobile.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/mobile.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/mobile.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/mobile.zip"} 40 http_response_size_bytes_count{method="GET",path="/mobile.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/mode.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/mode.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/mode.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/mode.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/mode.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/mode.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/mode.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/mode.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/mode.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/mode.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/mode.php"} 43 http_response_size_bytes_count{method="GET",path="/mode.php"} 1 http_response_size_bytes_bucket{method="GET",path="/models.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/models.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/models.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/models.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/models.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/models.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/models.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/models.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/models.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/models.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/models.zip"} 40 http_response_size_bytes_count{method="GET",path="/models.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/moderation.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/moderation.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/moderation.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/moderation.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/moderation.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/moderation.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/moderation.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/moderation.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/moderation.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/moderation.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/moderation.php"} 43 http_response_size_bytes_count{method="GET",path="/moderation.php"} 1 http_response_size_bytes_bucket{method="GET",path="/modules/mod_simplefileuploadv1.3/elements/filemanager.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/modules/mod_simplefileuploadv1.3/elements/filemanager.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/modules/mod_simplefileuploadv1.3/elements/filemanager.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/modules/mod_simplefileuploadv1.3/elements/filemanager.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/modules/mod_simplefileuploadv1.3/elements/filemanager.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/modules/mod_simplefileuploadv1.3/elements/filemanager.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/modules/mod_simplefileuploadv1.3/elements/filemanager.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/modules/mod_simplefileuploadv1.3/elements/filemanager.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/modules/mod_simplefileuploadv1.3/elements/filemanager.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/modules/mod_simplefileuploadv1.3/elements/filemanager.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/modules/mod_simplefileuploadv1.3/elements/filemanager.php"} 43 http_response_size_bytes_count{method="GET",path="/modules/mod_simplefileuploadv1.3/elements/filemanager.php"} 1 http_response_size_bytes_bucket{method="GET",path="/mongo.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/mongo.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/mongo.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/mongo.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/mongo.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/mongo.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/mongo.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/mongo.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/mongo.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/mongo.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/mongo.zip"} 40 http_response_size_bytes_count{method="GET",path="/mongo.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/mongodb.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/mongodb.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/mongodb.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/mongodb.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/mongodb.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/mongodb.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/mongodb.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/mongodb.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/mongodb.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/mongodb.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/mongodb.zip"} 40 http_response_size_bytes_count{method="GET",path="/mongodb.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/mongodb/.env",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/mongodb/.env",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/mongodb/.env",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/mongodb/.env",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/mongodb/.env",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/mongodb/.env",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/mongodb/.env",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/mongodb/.env",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/mongodb/.env",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/mongodb/.env",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/mongodb/.env"} 44 http_response_size_bytes_count{method="GET",path="/mongodb/.env"} 1 http_response_size_bytes_bucket{method="GET",path="/monitoring.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/monitoring.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/monitoring.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/monitoring.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/monitoring.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/monitoring.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/monitoring.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/monitoring.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/monitoring.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/monitoring.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/monitoring.zip"} 40 http_response_size_bytes_count{method="GET",path="/monitoring.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/moon.php",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/moon.php",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/moon.php",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/moon.php",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/moon.php",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/moon.php",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/moon.php",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/moon.php",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/moon.php",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/moon.php",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/moon.php"} 129 http_response_size_bytes_count{method="GET",path="/moon.php"} 3 http_response_size_bytes_bucket{method="GET",path="/moshou.php",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/moshou.php",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/moshou.php",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/moshou.php",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/moshou.php",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/moshou.php",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/moshou.php",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/moshou.php",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/moshou.php",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/moshou.php",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/moshou.php"} 173 http_response_size_bytes_count{method="GET",path="/moshou.php"} 4 http_response_size_bytes_bucket{method="GET",path="/mosty.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/mosty.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/mosty.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/mosty.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/mosty.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/mosty.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/mosty.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/mosty.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/mosty.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/mosty.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/mosty.php"} 43 http_response_size_bytes_count{method="GET",path="/mosty.php"} 1 http_response_size_bytes_bucket{method="GET",path="/motu.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/motu.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/motu.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/motu.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/motu.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/motu.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/motu.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/motu.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/motu.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/motu.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/motu.php"} 86 http_response_size_bytes_count{method="GET",path="/motu.php"} 2 http_response_size_bytes_bucket{method="GET",path="/mpxct.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/mpxct.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/mpxct.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/mpxct.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/mpxct.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/mpxct.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/mpxct.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/mpxct.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/mpxct.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/mpxct.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/mpxct.php"} 43 http_response_size_bytes_count{method="GET",path="/mpxct.php"} 1 http_response_size_bytes_bucket{method="GET",path="/mr.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/mr.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/mr.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/mr.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/mr.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/mr.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/mr.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/mr.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/mr.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/mr.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/mr.php"} 43 http_response_size_bytes_count{method="GET",path="/mr.php"} 1 http_response_size_bytes_bucket{method="GET",path="/ms-edit.php",le="100"} 10 http_response_size_bytes_bucket{method="GET",path="/ms-edit.php",le="500"} 10 http_response_size_bytes_bucket{method="GET",path="/ms-edit.php",le="1000"} 10 http_response_size_bytes_bucket{method="GET",path="/ms-edit.php",le="5000"} 10 http_response_size_bytes_bucket{method="GET",path="/ms-edit.php",le="10000"} 10 http_response_size_bytes_bucket{method="GET",path="/ms-edit.php",le="50000"} 10 http_response_size_bytes_bucket{method="GET",path="/ms-edit.php",le="100000"} 10 http_response_size_bytes_bucket{method="GET",path="/ms-edit.php",le="500000"} 10 http_response_size_bytes_bucket{method="GET",path="/ms-edit.php",le="1e+06"} 10 http_response_size_bytes_bucket{method="GET",path="/ms-edit.php",le="+Inf"} 10 http_response_size_bytes_sum{method="GET",path="/ms-edit.php"} 431 http_response_size_bytes_count{method="GET",path="/ms-edit.php"} 10 http_response_size_bytes_bucket{method="GET",path="/ms-files.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/ms-files.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/ms-files.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/ms-files.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/ms-files.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/ms-files.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/ms-files.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/ms-files.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/ms-files.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/ms-files.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/ms-files.php"} 43 http_response_size_bytes_count{method="GET",path="/ms-files.php"} 1 http_response_size_bytes_bucket{method="GET",path="/ms-themes.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/ms-themes.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/ms-themes.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/ms-themes.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/ms-themes.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/ms-themes.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/ms-themes.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/ms-themes.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/ms-themes.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/ms-themes.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/ms-themes.php"} 43 http_response_size_bytes_count{method="GET",path="/ms-themes.php"} 1 http_response_size_bytes_bucket{method="GET",path="/ms.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/ms.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/ms.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/ms.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/ms.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/ms.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/ms.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/ms.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/ms.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/ms.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/ms.php"} 86 http_response_size_bytes_count{method="GET",path="/ms.php"} 2 http_response_size_bytes_bucket{method="GET",path="/mssql.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/mssql.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/mssql.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/mssql.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/mssql.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/mssql.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/mssql.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/mssql.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/mssql.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/mssql.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/mssql.zip"} 40 http_response_size_bytes_count{method="GET",path="/mssql.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/music.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/music.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/music.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/music.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/music.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/music.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/music.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/music.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/music.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/music.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/music.zip"} 40 http_response_size_bytes_count{method="GET",path="/music.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/my_env/chakaash.py",le="100"} 7 http_response_size_bytes_bucket{method="GET",path="/my_env/chakaash.py",le="500"} 7 http_response_size_bytes_bucket{method="GET",path="/my_env/chakaash.py",le="1000"} 7 http_response_size_bytes_bucket{method="GET",path="/my_env/chakaash.py",le="5000"} 7 http_response_size_bytes_bucket{method="GET",path="/my_env/chakaash.py",le="10000"} 7 http_response_size_bytes_bucket{method="GET",path="/my_env/chakaash.py",le="50000"} 7 http_response_size_bytes_bucket{method="GET",path="/my_env/chakaash.py",le="100000"} 7 http_response_size_bytes_bucket{method="GET",path="/my_env/chakaash.py",le="500000"} 7 http_response_size_bytes_bucket{method="GET",path="/my_env/chakaash.py",le="1e+06"} 7 http_response_size_bytes_bucket{method="GET",path="/my_env/chakaash.py",le="+Inf"} 7 http_response_size_bytes_sum{method="GET",path="/my_env/chakaash.py"} 301 http_response_size_bytes_count{method="GET",path="/my_env/chakaash.py"} 7 http_response_size_bytes_bucket{method="GET",path="/my_env/newsletter.py",le="100"} 7 http_response_size_bytes_bucket{method="GET",path="/my_env/newsletter.py",le="500"} 7 http_response_size_bytes_bucket{method="GET",path="/my_env/newsletter.py",le="1000"} 7 http_response_size_bytes_bucket{method="GET",path="/my_env/newsletter.py",le="5000"} 7 http_response_size_bytes_bucket{method="GET",path="/my_env/newsletter.py",le="10000"} 7 http_response_size_bytes_bucket{method="GET",path="/my_env/newsletter.py",le="50000"} 7 http_response_size_bytes_bucket{method="GET",path="/my_env/newsletter.py",le="100000"} 7 http_response_size_bytes_bucket{method="GET",path="/my_env/newsletter.py",le="500000"} 7 http_response_size_bytes_bucket{method="GET",path="/my_env/newsletter.py",le="1e+06"} 7 http_response_size_bytes_bucket{method="GET",path="/my_env/newsletter.py",le="+Inf"} 7 http_response_size_bytes_sum{method="GET",path="/my_env/newsletter.py"} 301 http_response_size_bytes_count{method="GET",path="/my_env/newsletter.py"} 7 http_response_size_bytes_bucket{method="GET",path="/my_env/palash.py",le="100"} 7 http_response_size_bytes_bucket{method="GET",path="/my_env/palash.py",le="500"} 7 http_response_size_bytes_bucket{method="GET",path="/my_env/palash.py",le="1000"} 7 http_response_size_bytes_bucket{method="GET",path="/my_env/palash.py",le="5000"} 7 http_response_size_bytes_bucket{method="GET",path="/my_env/palash.py",le="10000"} 7 http_response_size_bytes_bucket{method="GET",path="/my_env/palash.py",le="50000"} 7 http_response_size_bytes_bucket{method="GET",path="/my_env/palash.py",le="100000"} 7 http_response_size_bytes_bucket{method="GET",path="/my_env/palash.py",le="500000"} 7 http_response_size_bytes_bucket{method="GET",path="/my_env/palash.py",le="1e+06"} 7 http_response_size_bytes_bucket{method="GET",path="/my_env/palash.py",le="+Inf"} 7 http_response_size_bytes_sum{method="GET",path="/my_env/palash.py"} 301 http_response_size_bytes_count{method="GET",path="/my_env/palash.py"} 7 http_response_size_bytes_bucket{method="GET",path="/myfile.php",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/myfile.php",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/myfile.php",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/myfile.php",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/myfile.php",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/myfile.php",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/myfile.php",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/myfile.php",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/myfile.php",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/myfile.php",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/myfile.php"} 129 http_response_size_bytes_count{method="GET",path="/myfile.php"} 3 http_response_size_bytes_bucket{method="GET",path="/myproject/settings.py",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/myproject/settings.py",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/myproject/settings.py",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/myproject/settings.py",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/myproject/settings.py",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/myproject/settings.py",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/myproject/settings.py",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/myproject/settings.py",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/myproject/settings.py",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/myproject/settings.py",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/myproject/settings.py"} 176 http_response_size_bytes_count{method="GET",path="/myproject/settings.py"} 4 http_response_size_bytes_bucket{method="GET",path="/mysql.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/mysql.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/mysql.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/mysql.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/mysql.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/mysql.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/mysql.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/mysql.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/mysql.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/mysql.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/mysql.zip"} 40 http_response_size_bytes_count{method="GET",path="/mysql.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/mysql/.env",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/mysql/.env",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/mysql/.env",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/mysql/.env",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/mysql/.env",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/mysql/.env",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/mysql/.env",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/mysql/.env",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/mysql/.env",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/mysql/.env",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/mysql/.env"} 132 http_response_size_bytes_count{method="GET",path="/mysql/.env"} 3 http_response_size_bytes_bucket{method="GET",path="/mysqldump.7z",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/mysqldump.7z",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/mysqldump.7z",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/mysqldump.7z",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/mysqldump.7z",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/mysqldump.7z",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/mysqldump.7z",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/mysqldump.7z",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/mysqldump.7z",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/mysqldump.7z",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/mysqldump.7z"} 43 http_response_size_bytes_count{method="GET",path="/mysqldump.7z"} 1 http_response_size_bytes_bucket{method="GET",path="/mysqldump.bz2",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/mysqldump.bz2",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/mysqldump.bz2",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/mysqldump.bz2",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/mysqldump.bz2",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/mysqldump.bz2",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/mysqldump.bz2",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/mysqldump.bz2",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/mysqldump.bz2",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/mysqldump.bz2",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/mysqldump.bz2"} 43 http_response_size_bytes_count{method="GET",path="/mysqldump.bz2"} 1 http_response_size_bytes_bucket{method="GET",path="/mysqldump.gz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/mysqldump.gz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/mysqldump.gz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/mysqldump.gz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/mysqldump.gz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/mysqldump.gz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/mysqldump.gz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/mysqldump.gz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/mysqldump.gz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/mysqldump.gz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/mysqldump.gz"} 43 http_response_size_bytes_count{method="GET",path="/mysqldump.gz"} 1 http_response_size_bytes_bucket{method="GET",path="/mysqldump.rar",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/mysqldump.rar",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/mysqldump.rar",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/mysqldump.rar",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/mysqldump.rar",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/mysqldump.rar",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/mysqldump.rar",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/mysqldump.rar",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/mysqldump.rar",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/mysqldump.rar",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/mysqldump.rar"} 43 http_response_size_bytes_count{method="GET",path="/mysqldump.rar"} 1 http_response_size_bytes_bucket{method="GET",path="/mysqldump.sql",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/mysqldump.sql",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/mysqldump.sql",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/mysqldump.sql",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/mysqldump.sql",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/mysqldump.sql",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/mysqldump.sql",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/mysqldump.sql",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/mysqldump.sql",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/mysqldump.sql",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/mysqldump.sql"} 43 http_response_size_bytes_count{method="GET",path="/mysqldump.sql"} 1 http_response_size_bytes_bucket{method="GET",path="/mysqldump.sql.bz2",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/mysqldump.sql.bz2",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/mysqldump.sql.bz2",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/mysqldump.sql.bz2",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/mysqldump.sql.bz2",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/mysqldump.sql.bz2",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/mysqldump.sql.bz2",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/mysqldump.sql.bz2",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/mysqldump.sql.bz2",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/mysqldump.sql.bz2",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/mysqldump.sql.bz2"} 43 http_response_size_bytes_count{method="GET",path="/mysqldump.sql.bz2"} 1 http_response_size_bytes_bucket{method="GET",path="/mysqldump.sql.gz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/mysqldump.sql.gz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/mysqldump.sql.gz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/mysqldump.sql.gz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/mysqldump.sql.gz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/mysqldump.sql.gz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/mysqldump.sql.gz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/mysqldump.sql.gz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/mysqldump.sql.gz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/mysqldump.sql.gz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/mysqldump.sql.gz"} 43 http_response_size_bytes_count{method="GET",path="/mysqldump.sql.gz"} 1 http_response_size_bytes_bucket{method="GET",path="/mysqldump.tar",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/mysqldump.tar",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/mysqldump.tar",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/mysqldump.tar",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/mysqldump.tar",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/mysqldump.tar",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/mysqldump.tar",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/mysqldump.tar",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/mysqldump.tar",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/mysqldump.tar",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/mysqldump.tar"} 43 http_response_size_bytes_count{method="GET",path="/mysqldump.tar"} 1 http_response_size_bytes_bucket{method="GET",path="/mysqldump.tar.bz2",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/mysqldump.tar.bz2",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/mysqldump.tar.bz2",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/mysqldump.tar.bz2",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/mysqldump.tar.bz2",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/mysqldump.tar.bz2",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/mysqldump.tar.bz2",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/mysqldump.tar.bz2",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/mysqldump.tar.bz2",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/mysqldump.tar.bz2",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/mysqldump.tar.bz2"} 43 http_response_size_bytes_count{method="GET",path="/mysqldump.tar.bz2"} 1 http_response_size_bytes_bucket{method="GET",path="/mysqldump.tar.gz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/mysqldump.tar.gz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/mysqldump.tar.gz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/mysqldump.tar.gz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/mysqldump.tar.gz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/mysqldump.tar.gz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/mysqldump.tar.gz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/mysqldump.tar.gz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/mysqldump.tar.gz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/mysqldump.tar.gz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/mysqldump.tar.gz"} 43 http_response_size_bytes_count{method="GET",path="/mysqldump.tar.gz"} 1 http_response_size_bytes_bucket{method="GET",path="/mysqldump.tar.xz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/mysqldump.tar.xz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/mysqldump.tar.xz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/mysqldump.tar.xz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/mysqldump.tar.xz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/mysqldump.tar.xz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/mysqldump.tar.xz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/mysqldump.tar.xz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/mysqldump.tar.xz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/mysqldump.tar.xz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/mysqldump.tar.xz"} 43 http_response_size_bytes_count{method="GET",path="/mysqldump.tar.xz"} 1 http_response_size_bytes_bucket{method="GET",path="/mysqldump.tgz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/mysqldump.tgz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/mysqldump.tgz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/mysqldump.tgz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/mysqldump.tgz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/mysqldump.tgz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/mysqldump.tgz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/mysqldump.tgz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/mysqldump.tgz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/mysqldump.tgz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/mysqldump.tgz"} 43 http_response_size_bytes_count{method="GET",path="/mysqldump.tgz"} 1 http_response_size_bytes_bucket{method="GET",path="/mysqldump.zip",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/mysqldump.zip",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/mysqldump.zip",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/mysqldump.zip",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/mysqldump.zip",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/mysqldump.zip",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/mysqldump.zip",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/mysqldump.zip",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/mysqldump.zip",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/mysqldump.zip",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/mysqldump.zip"} 43 http_response_size_bytes_count{method="GET",path="/mysqldump.zip"} 1 http_response_size_bytes_bucket{method="GET",path="/mysqldump.zst",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/mysqldump.zst",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/mysqldump.zst",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/mysqldump.zst",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/mysqldump.zst",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/mysqldump.zst",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/mysqldump.zst",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/mysqldump.zst",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/mysqldump.zst",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/mysqldump.zst",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/mysqldump.zst"} 43 http_response_size_bytes_count{method="GET",path="/mysqldump.zst"} 1 http_response_size_bytes_bucket{method="GET",path="/mytest/astech_robot.js",le="100"} 22 http_response_size_bytes_bucket{method="GET",path="/mytest/astech_robot.js",le="500"} 22 http_response_size_bytes_bucket{method="GET",path="/mytest/astech_robot.js",le="1000"} 22 http_response_size_bytes_bucket{method="GET",path="/mytest/astech_robot.js",le="5000"} 22 http_response_size_bytes_bucket{method="GET",path="/mytest/astech_robot.js",le="10000"} 22 http_response_size_bytes_bucket{method="GET",path="/mytest/astech_robot.js",le="50000"} 22 http_response_size_bytes_bucket{method="GET",path="/mytest/astech_robot.js",le="100000"} 22 http_response_size_bytes_bucket{method="GET",path="/mytest/astech_robot.js",le="500000"} 22 http_response_size_bytes_bucket{method="GET",path="/mytest/astech_robot.js",le="1e+06"} 22 http_response_size_bytes_bucket{method="GET",path="/mytest/astech_robot.js",le="+Inf"} 22 http_response_size_bytes_sum{method="GET",path="/mytest/astech_robot.js"} 961 http_response_size_bytes_count{method="GET",path="/mytest/astech_robot.js"} 22 http_response_size_bytes_bucket{method="GET",path="/n.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/n.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/n.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/n.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/n.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/n.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/n.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/n.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/n.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/n.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/n.php"} 43 http_response_size_bytes_count{method="GET",path="/n.php"} 1 http_response_size_bytes_bucket{method="GET",path="/n3yUmQ6Q9xwQ8ocdefault.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/n3yUmQ6Q9xwQ8ocdefault.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/n3yUmQ6Q9xwQ8ocdefault.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/n3yUmQ6Q9xwQ8ocdefault.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/n3yUmQ6Q9xwQ8ocdefault.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/n3yUmQ6Q9xwQ8ocdefault.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/n3yUmQ6Q9xwQ8ocdefault.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/n3yUmQ6Q9xwQ8ocdefault.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/n3yUmQ6Q9xwQ8ocdefault.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/n3yUmQ6Q9xwQ8ocdefault.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/n3yUmQ6Q9xwQ8ocdefault.php"} 43 http_response_size_bytes_count{method="GET",path="/n3yUmQ6Q9xwQ8ocdefault.php"} 1 http_response_size_bytes_bucket{method="GET",path="/namecheap.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/namecheap.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/namecheap.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/namecheap.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/namecheap.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/namecheap.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/namecheap.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/namecheap.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/namecheap.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/namecheap.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/namecheap.zip"} 40 http_response_size_bytes_count{method="GET",path="/namecheap.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/native.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/native.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/native.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/native.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/native.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/native.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/native.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/native.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/native.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/native.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/native.zip"} 40 http_response_size_bytes_count{method="GET",path="/native.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/naxc.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/naxc.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/naxc.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/naxc.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/naxc.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/naxc.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/naxc.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/naxc.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/naxc.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/naxc.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/naxc.php"} 43 http_response_size_bytes_count{method="GET",path="/naxc.php"} 1 http_response_size_bytes_bucket{method="GET",path="/ne2026.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/ne2026.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/ne2026.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/ne2026.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/ne2026.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/ne2026.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/ne2026.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/ne2026.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/ne2026.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/ne2026.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/ne2026.php"} 86 http_response_size_bytes_count{method="GET",path="/ne2026.php"} 2 http_response_size_bytes_bucket{method="GET",path="/neo4j.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/neo4j.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/neo4j.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/neo4j.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/neo4j.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/neo4j.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/neo4j.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/neo4j.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/neo4j.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/neo4j.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/neo4j.zip"} 40 http_response_size_bytes_count{method="GET",path="/neo4j.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/nest/.env",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/nest/.env",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/nest/.env",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/nest/.env",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/nest/.env",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/nest/.env",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/nest/.env",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/nest/.env",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/nest/.env",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/nest/.env",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/nest/.env"} 87 http_response_size_bytes_count{method="GET",path="/nest/.env"} 2 http_response_size_bytes_bucket{method="GET",path="/netlify.toml",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/netlify.toml",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/netlify.toml",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/netlify.toml",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/netlify.toml",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/netlify.toml",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/netlify.toml",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/netlify.toml",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/netlify.toml",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/netlify.toml",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/netlify.toml"} 88 http_response_size_bytes_count{method="GET",path="/netlify.toml"} 2 http_response_size_bytes_bucket{method="GET",path="/new.php",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/new.php",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/new.php",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/new.php",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/new.php",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/new.php",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/new.php",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/new.php",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/new.php",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/new.php",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/new.php"} 173 http_response_size_bytes_count{method="GET",path="/new.php"} 4 http_response_size_bytes_bucket{method="GET",path="/new.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/new.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/new.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/new.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/new.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/new.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/new.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/new.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/new.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/new.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/new.zip"} 40 http_response_size_bytes_count{method="GET",path="/new.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/new/.env",le="100"} 11 http_response_size_bytes_bucket{method="GET",path="/new/.env",le="500"} 11 http_response_size_bytes_bucket{method="GET",path="/new/.env",le="1000"} 11 http_response_size_bytes_bucket{method="GET",path="/new/.env",le="5000"} 11 http_response_size_bytes_bucket{method="GET",path="/new/.env",le="10000"} 11 http_response_size_bytes_bucket{method="GET",path="/new/.env",le="50000"} 11 http_response_size_bytes_bucket{method="GET",path="/new/.env",le="100000"} 11 http_response_size_bytes_bucket{method="GET",path="/new/.env",le="500000"} 11 http_response_size_bytes_bucket{method="GET",path="/new/.env",le="1e+06"} 11 http_response_size_bytes_bucket{method="GET",path="/new/.env",le="+Inf"} 11 http_response_size_bytes_sum{method="GET",path="/new/.env"} 477 http_response_size_bytes_count{method="GET",path="/new/.env"} 11 http_response_size_bytes_bucket{method="GET",path="/new/.env.local",le="100"} 7 http_response_size_bytes_bucket{method="GET",path="/new/.env.local",le="500"} 7 http_response_size_bytes_bucket{method="GET",path="/new/.env.local",le="1000"} 7 http_response_size_bytes_bucket{method="GET",path="/new/.env.local",le="5000"} 7 http_response_size_bytes_bucket{method="GET",path="/new/.env.local",le="10000"} 7 http_response_size_bytes_bucket{method="GET",path="/new/.env.local",le="50000"} 7 http_response_size_bytes_bucket{method="GET",path="/new/.env.local",le="100000"} 7 http_response_size_bytes_bucket{method="GET",path="/new/.env.local",le="500000"} 7 http_response_size_bytes_bucket{method="GET",path="/new/.env.local",le="1e+06"} 7 http_response_size_bytes_bucket{method="GET",path="/new/.env.local",le="+Inf"} 7 http_response_size_bytes_sum{method="GET",path="/new/.env.local"} 301 http_response_size_bytes_count{method="GET",path="/new/.env.local"} 7 http_response_size_bytes_bucket{method="GET",path="/new/.env.production",le="100"} 7 http_response_size_bytes_bucket{method="GET",path="/new/.env.production",le="500"} 7 http_response_size_bytes_bucket{method="GET",path="/new/.env.production",le="1000"} 7 http_response_size_bytes_bucket{method="GET",path="/new/.env.production",le="5000"} 7 http_response_size_bytes_bucket{method="GET",path="/new/.env.production",le="10000"} 7 http_response_size_bytes_bucket{method="GET",path="/new/.env.production",le="50000"} 7 http_response_size_bytes_bucket{method="GET",path="/new/.env.production",le="100000"} 7 http_response_size_bytes_bucket{method="GET",path="/new/.env.production",le="500000"} 7 http_response_size_bytes_bucket{method="GET",path="/new/.env.production",le="1e+06"} 7 http_response_size_bytes_bucket{method="GET",path="/new/.env.production",le="+Inf"} 7 http_response_size_bytes_sum{method="GET",path="/new/.env.production"} 301 http_response_size_bytes_count{method="GET",path="/new/.env.production"} 7 http_response_size_bytes_bucket{method="GET",path="/new/.env.staging",le="100"} 7 http_response_size_bytes_bucket{method="GET",path="/new/.env.staging",le="500"} 7 http_response_size_bytes_bucket{method="GET",path="/new/.env.staging",le="1000"} 7 http_response_size_bytes_bucket{method="GET",path="/new/.env.staging",le="5000"} 7 http_response_size_bytes_bucket{method="GET",path="/new/.env.staging",le="10000"} 7 http_response_size_bytes_bucket{method="GET",path="/new/.env.staging",le="50000"} 7 http_response_size_bytes_bucket{method="GET",path="/new/.env.staging",le="100000"} 7 http_response_size_bytes_bucket{method="GET",path="/new/.env.staging",le="500000"} 7 http_response_size_bytes_bucket{method="GET",path="/new/.env.staging",le="1e+06"} 7 http_response_size_bytes_bucket{method="GET",path="/new/.env.staging",le="+Inf"} 7 http_response_size_bytes_sum{method="GET",path="/new/.env.staging"} 301 http_response_size_bytes_count{method="GET",path="/new/.env.staging"} 7 http_response_size_bytes_bucket{method="GET",path="/new4.php",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/new4.php",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/new4.php",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/new4.php",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/new4.php",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/new4.php",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/new4.php",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/new4.php",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/new4.php",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/new4.php",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/new4.php"} 129 http_response_size_bytes_count{method="GET",path="/new4.php"} 3 http_response_size_bytes_bucket{method="GET",path="/newrelic.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/newrelic.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/newrelic.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/newrelic.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/newrelic.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/newrelic.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/newrelic.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/newrelic.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/newrelic.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/newrelic.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/newrelic.zip"} 40 http_response_size_bytes_count{method="GET",path="/newrelic.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/newsletter.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/newsletter.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/newsletter.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/newsletter.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/newsletter.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/newsletter.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/newsletter.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/newsletter.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/newsletter.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/newsletter.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/newsletter.zip"} 40 http_response_size_bytes_count{method="GET",path="/newsletter.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/newsletter/.env",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/newsletter/.env",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/newsletter/.env",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/newsletter/.env",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/newsletter/.env",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/newsletter/.env",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/newsletter/.env",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/newsletter/.env",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/newsletter/.env",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/newsletter/.env",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/newsletter/.env"} 87 http_response_size_bytes_count{method="GET",path="/newsletter/.env"} 2 http_response_size_bytes_bucket{method="GET",path="/nexmo.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/nexmo.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/nexmo.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/nexmo.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/nexmo.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/nexmo.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/nexmo.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/nexmo.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/nexmo.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/nexmo.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/nexmo.php"} 87 http_response_size_bytes_count{method="GET",path="/nexmo.php"} 2 http_response_size_bytes_bucket{method="GET",path="/next.config.js",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/next.config.js",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/next.config.js",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/next.config.js",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/next.config.js",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/next.config.js",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/next.config.js",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/next.config.js",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/next.config.js",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/next.config.js",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/next.config.js"} 43 http_response_size_bytes_count{method="GET",path="/next.config.js"} 1 http_response_size_bytes_bucket{method="GET",path="/next/.env",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/next/.env",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/next/.env",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/next/.env",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/next/.env",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/next/.env",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/next/.env",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/next/.env",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/next/.env",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/next/.env",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/next/.env"} 87 http_response_size_bytes_count{method="GET",path="/next/.env"} 2 http_response_size_bytes_bucket{method="GET",path="/nextjs.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/nextjs.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/nextjs.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/nextjs.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/nextjs.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/nextjs.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/nextjs.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/nextjs.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/nextjs.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/nextjs.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/nextjs.zip"} 40 http_response_size_bytes_count{method="GET",path="/nextjs.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/nfile.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/nfile.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/nfile.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/nfile.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/nfile.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/nfile.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/nfile.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/nfile.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/nfile.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/nfile.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/nfile.php"} 43 http_response_size_bytes_count{method="GET",path="/nfile.php"} 1 http_response_size_bytes_bucket{method="GET",path="/ng.php",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/ng.php",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/ng.php",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/ng.php",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/ng.php",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/ng.php",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/ng.php",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/ng.php",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/ng.php",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/ng.php",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/ng.php"} 130 http_response_size_bytes_count{method="GET",path="/ng.php"} 3 http_response_size_bytes_bucket{method="GET",path="/nginx.conf",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/nginx.conf",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/nginx.conf",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/nginx.conf",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/nginx.conf",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/nginx.conf",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/nginx.conf",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/nginx.conf",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/nginx.conf",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/nginx.conf",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/nginx.conf"} 43 http_response_size_bytes_count{method="GET",path="/nginx.conf"} 1 http_response_size_bytes_bucket{method="GET",path="/nginx/.env",le="100"} 7 http_response_size_bytes_bucket{method="GET",path="/nginx/.env",le="500"} 7 http_response_size_bytes_bucket{method="GET",path="/nginx/.env",le="1000"} 7 http_response_size_bytes_bucket{method="GET",path="/nginx/.env",le="5000"} 7 http_response_size_bytes_bucket{method="GET",path="/nginx/.env",le="10000"} 7 http_response_size_bytes_bucket{method="GET",path="/nginx/.env",le="50000"} 7 http_response_size_bytes_bucket{method="GET",path="/nginx/.env",le="100000"} 7 http_response_size_bytes_bucket{method="GET",path="/nginx/.env",le="500000"} 7 http_response_size_bytes_bucket{method="GET",path="/nginx/.env",le="1e+06"} 7 http_response_size_bytes_bucket{method="GET",path="/nginx/.env",le="+Inf"} 7 http_response_size_bytes_sum{method="GET",path="/nginx/.env"} 301 http_response_size_bytes_count{method="GET",path="/nginx/.env"} 7 http_response_size_bytes_bucket{method="GET",path="/no1.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/no1.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/no1.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/no1.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/no1.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/no1.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/no1.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/no1.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/no1.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/no1.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/no1.php"} 43 http_response_size_bytes_count{method="GET",path="/no1.php"} 1 http_response_size_bytes_bucket{method="GET",path="/no20.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/no20.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/no20.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/no20.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/no20.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/no20.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/no20.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/no20.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/no20.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/no20.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/no20.php"} 43 http_response_size_bytes_count{method="GET",path="/no20.php"} 1 http_response_size_bytes_bucket{method="GET",path="/node-api/.env",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/node-api/.env",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/node-api/.env",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/node-api/.env",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/node-api/.env",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/node-api/.env",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/node-api/.env",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/node-api/.env",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/node-api/.env",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/node-api/.env",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/node-api/.env"} 88 http_response_size_bytes_count{method="GET",path="/node-api/.env"} 2 http_response_size_bytes_bucket{method="GET",path="/node/.env",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/node/.env",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/node/.env",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/node/.env",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/node/.env",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/node/.env",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/node/.env",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/node/.env",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/node/.env",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/node/.env",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/node/.env"} 175 http_response_size_bytes_count{method="GET",path="/node/.env"} 4 http_response_size_bytes_bucket{method="GET",path="/node/.env_example",le="100"} 7 http_response_size_bytes_bucket{method="GET",path="/node/.env_example",le="500"} 7 http_response_size_bytes_bucket{method="GET",path="/node/.env_example",le="1000"} 7 http_response_size_bytes_bucket{method="GET",path="/node/.env_example",le="5000"} 7 http_response_size_bytes_bucket{method="GET",path="/node/.env_example",le="10000"} 7 http_response_size_bytes_bucket{method="GET",path="/node/.env_example",le="50000"} 7 http_response_size_bytes_bucket{method="GET",path="/node/.env_example",le="100000"} 7 http_response_size_bytes_bucket{method="GET",path="/node/.env_example",le="500000"} 7 http_response_size_bytes_bucket{method="GET",path="/node/.env_example",le="1e+06"} 7 http_response_size_bytes_bucket{method="GET",path="/node/.env_example",le="+Inf"} 7 http_response_size_bytes_sum{method="GET",path="/node/.env_example"} 301 http_response_size_bytes_count{method="GET",path="/node/.env_example"} 7 http_response_size_bytes_bucket{method="GET",path="/node/api/.env",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/node/api/.env",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/node/api/.env",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/node/api/.env",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/node/api/.env",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/node/api/.env",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/node/api/.env",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/node/api/.env",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/node/api/.env",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/node/api/.env",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/node/api/.env"} 88 http_response_size_bytes_count{method="GET",path="/node/api/.env"} 2 http_response_size_bytes_bucket{method="GET",path="/node/backend/.env",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/node/backend/.env",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/node/backend/.env",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/node/backend/.env",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/node/backend/.env",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/node/backend/.env",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/node/backend/.env",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/node/backend/.env",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/node/backend/.env",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/node/backend/.env",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/node/backend/.env"} 88 http_response_size_bytes_count{method="GET",path="/node/backend/.env"} 2 http_response_size_bytes_bucket{method="GET",path="/node_modules.7z",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/node_modules.7z",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/node_modules.7z",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/node_modules.7z",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/node_modules.7z",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/node_modules.7z",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/node_modules.7z",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/node_modules.7z",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/node_modules.7z",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/node_modules.7z",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/node_modules.7z"} 43 http_response_size_bytes_count{method="GET",path="/node_modules.7z"} 1 http_response_size_bytes_bucket{method="GET",path="/node_modules.bz2",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/node_modules.bz2",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/node_modules.bz2",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/node_modules.bz2",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/node_modules.bz2",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/node_modules.bz2",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/node_modules.bz2",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/node_modules.bz2",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/node_modules.bz2",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/node_modules.bz2",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/node_modules.bz2"} 43 http_response_size_bytes_count{method="GET",path="/node_modules.bz2"} 1 http_response_size_bytes_bucket{method="GET",path="/node_modules.gz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/node_modules.gz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/node_modules.gz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/node_modules.gz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/node_modules.gz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/node_modules.gz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/node_modules.gz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/node_modules.gz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/node_modules.gz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/node_modules.gz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/node_modules.gz"} 43 http_response_size_bytes_count{method="GET",path="/node_modules.gz"} 1 http_response_size_bytes_bucket{method="GET",path="/node_modules.rar",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/node_modules.rar",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/node_modules.rar",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/node_modules.rar",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/node_modules.rar",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/node_modules.rar",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/node_modules.rar",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/node_modules.rar",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/node_modules.rar",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/node_modules.rar",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/node_modules.rar"} 43 http_response_size_bytes_count{method="GET",path="/node_modules.rar"} 1 http_response_size_bytes_bucket{method="GET",path="/node_modules.sql",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/node_modules.sql",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/node_modules.sql",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/node_modules.sql",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/node_modules.sql",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/node_modules.sql",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/node_modules.sql",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/node_modules.sql",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/node_modules.sql",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/node_modules.sql",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/node_modules.sql"} 43 http_response_size_bytes_count{method="GET",path="/node_modules.sql"} 1 http_response_size_bytes_bucket{method="GET",path="/node_modules.sql.bz2",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/node_modules.sql.bz2",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/node_modules.sql.bz2",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/node_modules.sql.bz2",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/node_modules.sql.bz2",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/node_modules.sql.bz2",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/node_modules.sql.bz2",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/node_modules.sql.bz2",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/node_modules.sql.bz2",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/node_modules.sql.bz2",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/node_modules.sql.bz2"} 43 http_response_size_bytes_count{method="GET",path="/node_modules.sql.bz2"} 1 http_response_size_bytes_bucket{method="GET",path="/node_modules.sql.gz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/node_modules.sql.gz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/node_modules.sql.gz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/node_modules.sql.gz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/node_modules.sql.gz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/node_modules.sql.gz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/node_modules.sql.gz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/node_modules.sql.gz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/node_modules.sql.gz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/node_modules.sql.gz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/node_modules.sql.gz"} 43 http_response_size_bytes_count{method="GET",path="/node_modules.sql.gz"} 1 http_response_size_bytes_bucket{method="GET",path="/node_modules.tar",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/node_modules.tar",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/node_modules.tar",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/node_modules.tar",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/node_modules.tar",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/node_modules.tar",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/node_modules.tar",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/node_modules.tar",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/node_modules.tar",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/node_modules.tar",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/node_modules.tar"} 43 http_response_size_bytes_count{method="GET",path="/node_modules.tar"} 1 http_response_size_bytes_bucket{method="GET",path="/node_modules.tar.bz2",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/node_modules.tar.bz2",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/node_modules.tar.bz2",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/node_modules.tar.bz2",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/node_modules.tar.bz2",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/node_modules.tar.bz2",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/node_modules.tar.bz2",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/node_modules.tar.bz2",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/node_modules.tar.bz2",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/node_modules.tar.bz2",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/node_modules.tar.bz2"} 43 http_response_size_bytes_count{method="GET",path="/node_modules.tar.bz2"} 1 http_response_size_bytes_bucket{method="GET",path="/node_modules.tar.gz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/node_modules.tar.gz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/node_modules.tar.gz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/node_modules.tar.gz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/node_modules.tar.gz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/node_modules.tar.gz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/node_modules.tar.gz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/node_modules.tar.gz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/node_modules.tar.gz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/node_modules.tar.gz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/node_modules.tar.gz"} 43 http_response_size_bytes_count{method="GET",path="/node_modules.tar.gz"} 1 http_response_size_bytes_bucket{method="GET",path="/node_modules.tar.xz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/node_modules.tar.xz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/node_modules.tar.xz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/node_modules.tar.xz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/node_modules.tar.xz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/node_modules.tar.xz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/node_modules.tar.xz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/node_modules.tar.xz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/node_modules.tar.xz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/node_modules.tar.xz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/node_modules.tar.xz"} 43 http_response_size_bytes_count{method="GET",path="/node_modules.tar.xz"} 1 http_response_size_bytes_bucket{method="GET",path="/node_modules.tgz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/node_modules.tgz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/node_modules.tgz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/node_modules.tgz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/node_modules.tgz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/node_modules.tgz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/node_modules.tgz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/node_modules.tgz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/node_modules.tgz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/node_modules.tgz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/node_modules.tgz"} 43 http_response_size_bytes_count{method="GET",path="/node_modules.tgz"} 1 http_response_size_bytes_bucket{method="GET",path="/node_modules.zip",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/node_modules.zip",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/node_modules.zip",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/node_modules.zip",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/node_modules.zip",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/node_modules.zip",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/node_modules.zip",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/node_modules.zip",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/node_modules.zip",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/node_modules.zip",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/node_modules.zip"} 83 http_response_size_bytes_count{method="GET",path="/node_modules.zip"} 3 http_response_size_bytes_bucket{method="GET",path="/node_modules.zst",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/node_modules.zst",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/node_modules.zst",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/node_modules.zst",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/node_modules.zst",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/node_modules.zst",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/node_modules.zst",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/node_modules.zst",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/node_modules.zst",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/node_modules.zst",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/node_modules.zst"} 43 http_response_size_bytes_count{method="GET",path="/node_modules.zst"} 1 http_response_size_bytes_bucket{method="GET",path="/node_modules/.env",le="100"} 7 http_response_size_bytes_bucket{method="GET",path="/node_modules/.env",le="500"} 7 http_response_size_bytes_bucket{method="GET",path="/node_modules/.env",le="1000"} 7 http_response_size_bytes_bucket{method="GET",path="/node_modules/.env",le="5000"} 7 http_response_size_bytes_bucket{method="GET",path="/node_modules/.env",le="10000"} 7 http_response_size_bytes_bucket{method="GET",path="/node_modules/.env",le="50000"} 7 http_response_size_bytes_bucket{method="GET",path="/node_modules/.env",le="100000"} 7 http_response_size_bytes_bucket{method="GET",path="/node_modules/.env",le="500000"} 7 http_response_size_bytes_bucket{method="GET",path="/node_modules/.env",le="1e+06"} 7 http_response_size_bytes_bucket{method="GET",path="/node_modules/.env",le="+Inf"} 7 http_response_size_bytes_sum{method="GET",path="/node_modules/.env"} 301 http_response_size_bytes_count{method="GET",path="/node_modules/.env"} 7 http_response_size_bytes_bucket{method="GET",path="/nodeapi/.env",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/nodeapi/.env",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/nodeapi/.env",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/nodeapi/.env",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/nodeapi/.env",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/nodeapi/.env",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/nodeapi/.env",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/nodeapi/.env",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/nodeapi/.env",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/nodeapi/.env",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/nodeapi/.env"} 88 http_response_size_bytes_count{method="GET",path="/nodeapi/.env"} 2 http_response_size_bytes_bucket{method="GET",path="/nodejs.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/nodejs.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/nodejs.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/nodejs.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/nodejs.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/nodejs.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/nodejs.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/nodejs.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/nodejs.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/nodejs.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/nodejs.zip"} 40 http_response_size_bytes_count{method="GET",path="/nodejs.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/nodeweb/.env",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/nodeweb/.env",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/nodeweb/.env",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/nodeweb/.env",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/nodeweb/.env",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/nodeweb/.env",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/nodeweb/.env",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/nodeweb/.env",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/nodeweb/.env",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/nodeweb/.env",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/nodeweb/.env"} 88 http_response_size_bytes_count{method="GET",path="/nodeweb/.env"} 2 http_response_size_bytes_bucket{method="GET",path="/notifications.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/notifications.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/notifications.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/notifications.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/notifications.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/notifications.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/notifications.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/notifications.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/notifications.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/notifications.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/notifications.zip"} 40 http_response_size_bytes_count{method="GET",path="/notifications.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/notifications/*",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/notifications/*",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/notifications/*",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/notifications/*",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/notifications/*",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/notifications/*",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/notifications/*",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/notifications/*",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/notifications/*",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/notifications/*",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/notifications/*"} 88 http_response_size_bytes_count{method="GET",path="/notifications/*"} 2 http_response_size_bytes_bucket{method="GET",path="/notifications/.env",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/notifications/.env",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/notifications/.env",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/notifications/.env",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/notifications/.env",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/notifications/.env",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/notifications/.env",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/notifications/.env",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/notifications/.env",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/notifications/.env",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/notifications/.env"} 87 http_response_size_bytes_count{method="GET",path="/notifications/.env"} 2 http_response_size_bytes_bucket{method="GET",path="/notify/.env",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/notify/.env",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/notify/.env",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/notify/.env",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/notify/.env",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/notify/.env",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/notify/.env",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/notify/.env",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/notify/.env",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/notify/.env",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/notify/.env"} 87 http_response_size_bytes_count{method="GET",path="/notify/.env"} 2 http_response_size_bytes_bucket{method="GET",path="/nox.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/nox.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/nox.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/nox.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/nox.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/nox.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/nox.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/nox.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/nox.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/nox.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/nox.php"} 86 http_response_size_bytes_count{method="GET",path="/nox.php"} 2 http_response_size_bytes_bucket{method="GET",path="/npm.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/npm.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/npm.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/npm.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/npm.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/npm.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/npm.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/npm.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/npm.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/npm.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/npm.zip"} 40 http_response_size_bytes_count{method="GET",path="/npm.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/nuxt.config.js",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/nuxt.config.js",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/nuxt.config.js",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/nuxt.config.js",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/nuxt.config.js",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/nuxt.config.js",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/nuxt.config.js",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/nuxt.config.js",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/nuxt.config.js",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/nuxt.config.js",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/nuxt.config.js"} 43 http_response_size_bytes_count{method="GET",path="/nuxt.config.js"} 1 http_response_size_bytes_bucket{method="GET",path="/nuxt/.env",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/nuxt/.env",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/nuxt/.env",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/nuxt/.env",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/nuxt/.env",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/nuxt/.env",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/nuxt/.env",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/nuxt/.env",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/nuxt/.env",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/nuxt/.env",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/nuxt/.env"} 87 http_response_size_bytes_count{method="GET",path="/nuxt/.env"} 2 http_response_size_bytes_bucket{method="GET",path="/nuxtjs.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/nuxtjs.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/nuxtjs.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/nuxtjs.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/nuxtjs.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/nuxtjs.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/nuxtjs.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/nuxtjs.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/nuxtjs.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/nuxtjs.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/nuxtjs.zip"} 40 http_response_size_bytes_count{method="GET",path="/nuxtjs.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/nw.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/nw.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/nw.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/nw.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/nw.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/nw.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/nw.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/nw.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/nw.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/nw.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/nw.php"} 43 http_response_size_bytes_count{method="GET",path="/nw.php"} 1 http_response_size_bytes_bucket{method="GET",path="/nxx.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/nxx.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/nxx.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/nxx.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/nxx.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/nxx.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/nxx.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/nxx.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/nxx.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/nxx.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/nxx.php"} 43 http_response_size_bytes_count{method="GET",path="/nxx.php"} 1 http_response_size_bytes_bucket{method="GET",path="/o.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/o.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/o.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/o.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/o.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/o.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/o.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/o.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/o.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/o.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/o.php"} 86 http_response_size_bytes_count{method="GET",path="/o.php"} 2 http_response_size_bytes_bucket{method="GET",path="/oauth.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/oauth.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/oauth.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/oauth.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/oauth.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/oauth.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/oauth.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/oauth.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/oauth.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/oauth.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/oauth.zip"} 40 http_response_size_bytes_count{method="GET",path="/oauth.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/oauth/*",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/oauth/*",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/oauth/*",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/oauth/*",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/oauth/*",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/oauth/*",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/oauth/*",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/oauth/*",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/oauth/*",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/oauth/*",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/oauth/*"} 88 http_response_size_bytes_count{method="GET",path="/oauth/*"} 2 http_response_size_bytes_bucket{method="GET",path="/oauth/authorize",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/oauth/authorize",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/oauth/authorize",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/oauth/authorize",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/oauth/authorize",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/oauth/authorize",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/oauth/authorize",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/oauth/authorize",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/oauth/authorize",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/oauth/authorize",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/oauth/authorize"} 88 http_response_size_bytes_count{method="GET",path="/oauth/authorize"} 2 http_response_size_bytes_bucket{method="GET",path="/ogghjd.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/ogghjd.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/ogghjd.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/ogghjd.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/ogghjd.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/ogghjd.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/ogghjd.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/ogghjd.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/ogghjd.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/ogghjd.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/ogghjd.php"} 43 http_response_size_bytes_count{method="GET",path="/ogghjd.php"} 1 http_response_size_bytes_bucket{method="GET",path="/ok.php",le="100"} 6 http_response_size_bytes_bucket{method="GET",path="/ok.php",le="500"} 6 http_response_size_bytes_bucket{method="GET",path="/ok.php",le="1000"} 6 http_response_size_bytes_bucket{method="GET",path="/ok.php",le="5000"} 6 http_response_size_bytes_bucket{method="GET",path="/ok.php",le="10000"} 6 http_response_size_bytes_bucket{method="GET",path="/ok.php",le="50000"} 6 http_response_size_bytes_bucket{method="GET",path="/ok.php",le="100000"} 6 http_response_size_bytes_bucket{method="GET",path="/ok.php",le="500000"} 6 http_response_size_bytes_bucket{method="GET",path="/ok.php",le="1e+06"} 6 http_response_size_bytes_bucket{method="GET",path="/ok.php",le="+Inf"} 6 http_response_size_bytes_sum{method="GET",path="/ok.php"} 259 http_response_size_bytes_count{method="GET",path="/ok.php"} 6 http_response_size_bytes_bucket{method="GET",path="/okxh.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/okxh.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/okxh.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/okxh.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/okxh.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/okxh.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/okxh.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/okxh.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/okxh.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/okxh.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/okxh.php"} 86 http_response_size_bytes_count{method="GET",path="/okxh.php"} 2 http_response_size_bytes_bucket{method="GET",path="/old.7z",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/old.7z",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/old.7z",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/old.7z",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/old.7z",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/old.7z",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/old.7z",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/old.7z",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/old.7z",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/old.7z",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/old.7z"} 43 http_response_size_bytes_count{method="GET",path="/old.7z"} 1 http_response_size_bytes_bucket{method="GET",path="/old.bz2",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/old.bz2",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/old.bz2",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/old.bz2",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/old.bz2",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/old.bz2",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/old.bz2",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/old.bz2",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/old.bz2",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/old.bz2",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/old.bz2"} 43 http_response_size_bytes_count{method="GET",path="/old.bz2"} 1 http_response_size_bytes_bucket{method="GET",path="/old.gz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/old.gz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/old.gz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/old.gz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/old.gz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/old.gz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/old.gz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/old.gz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/old.gz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/old.gz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/old.gz"} 43 http_response_size_bytes_count{method="GET",path="/old.gz"} 1 http_response_size_bytes_bucket{method="GET",path="/old.rar",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/old.rar",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/old.rar",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/old.rar",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/old.rar",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/old.rar",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/old.rar",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/old.rar",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/old.rar",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/old.rar",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/old.rar"} 43 http_response_size_bytes_count{method="GET",path="/old.rar"} 1 http_response_size_bytes_bucket{method="GET",path="/old.sql",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/old.sql",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/old.sql",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/old.sql",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/old.sql",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/old.sql",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/old.sql",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/old.sql",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/old.sql",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/old.sql",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/old.sql"} 43 http_response_size_bytes_count{method="GET",path="/old.sql"} 1 http_response_size_bytes_bucket{method="GET",path="/old.sql.bz2",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/old.sql.bz2",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/old.sql.bz2",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/old.sql.bz2",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/old.sql.bz2",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/old.sql.bz2",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/old.sql.bz2",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/old.sql.bz2",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/old.sql.bz2",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/old.sql.bz2",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/old.sql.bz2"} 43 http_response_size_bytes_count{method="GET",path="/old.sql.bz2"} 1 http_response_size_bytes_bucket{method="GET",path="/old.sql.gz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/old.sql.gz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/old.sql.gz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/old.sql.gz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/old.sql.gz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/old.sql.gz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/old.sql.gz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/old.sql.gz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/old.sql.gz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/old.sql.gz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/old.sql.gz"} 43 http_response_size_bytes_count{method="GET",path="/old.sql.gz"} 1 http_response_size_bytes_bucket{method="GET",path="/old.tar",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/old.tar",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/old.tar",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/old.tar",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/old.tar",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/old.tar",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/old.tar",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/old.tar",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/old.tar",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/old.tar",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/old.tar"} 43 http_response_size_bytes_count{method="GET",path="/old.tar"} 1 http_response_size_bytes_bucket{method="GET",path="/old.tar.bz2",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/old.tar.bz2",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/old.tar.bz2",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/old.tar.bz2",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/old.tar.bz2",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/old.tar.bz2",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/old.tar.bz2",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/old.tar.bz2",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/old.tar.bz2",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/old.tar.bz2",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/old.tar.bz2"} 43 http_response_size_bytes_count{method="GET",path="/old.tar.bz2"} 1 http_response_size_bytes_bucket{method="GET",path="/old.tar.gz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/old.tar.gz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/old.tar.gz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/old.tar.gz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/old.tar.gz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/old.tar.gz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/old.tar.gz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/old.tar.gz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/old.tar.gz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/old.tar.gz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/old.tar.gz"} 43 http_response_size_bytes_count{method="GET",path="/old.tar.gz"} 1 http_response_size_bytes_bucket{method="GET",path="/old.tar.xz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/old.tar.xz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/old.tar.xz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/old.tar.xz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/old.tar.xz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/old.tar.xz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/old.tar.xz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/old.tar.xz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/old.tar.xz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/old.tar.xz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/old.tar.xz"} 43 http_response_size_bytes_count{method="GET",path="/old.tar.xz"} 1 http_response_size_bytes_bucket{method="GET",path="/old.tgz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/old.tgz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/old.tgz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/old.tgz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/old.tgz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/old.tgz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/old.tgz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/old.tgz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/old.tgz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/old.tgz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/old.tgz"} 43 http_response_size_bytes_count{method="GET",path="/old.tgz"} 1 http_response_size_bytes_bucket{method="GET",path="/old.zip",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/old.zip",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/old.zip",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/old.zip",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/old.zip",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/old.zip",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/old.zip",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/old.zip",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/old.zip",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/old.zip",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/old.zip"} 82 http_response_size_bytes_count{method="GET",path="/old.zip"} 3 http_response_size_bytes_bucket{method="GET",path="/old.zst",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/old.zst",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/old.zst",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/old.zst",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/old.zst",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/old.zst",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/old.zst",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/old.zst",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/old.zst",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/old.zst",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/old.zst"} 43 http_response_size_bytes_count{method="GET",path="/old.zst"} 1 http_response_size_bytes_bucket{method="GET",path="/old/.env",le="100"} 6 http_response_size_bytes_bucket{method="GET",path="/old/.env",le="500"} 6 http_response_size_bytes_bucket{method="GET",path="/old/.env",le="1000"} 6 http_response_size_bytes_bucket{method="GET",path="/old/.env",le="5000"} 6 http_response_size_bytes_bucket{method="GET",path="/old/.env",le="10000"} 6 http_response_size_bytes_bucket{method="GET",path="/old/.env",le="50000"} 6 http_response_size_bytes_bucket{method="GET",path="/old/.env",le="100000"} 6 http_response_size_bytes_bucket{method="GET",path="/old/.env",le="500000"} 6 http_response_size_bytes_bucket{method="GET",path="/old/.env",le="1e+06"} 6 http_response_size_bytes_bucket{method="GET",path="/old/.env",le="+Inf"} 6 http_response_size_bytes_sum{method="GET",path="/old/.env"} 263 http_response_size_bytes_count{method="GET",path="/old/.env"} 6 http_response_size_bytes_bucket{method="GET",path="/old/aws_config",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/old/aws_config",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/old/aws_config",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/old/aws_config",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/old/aws_config",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/old/aws_config",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/old/aws_config",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/old/aws_config",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/old/aws_config",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/old/aws_config",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/old/aws_config"} 87 http_response_size_bytes_count{method="GET",path="/old/aws_config"} 2 http_response_size_bytes_bucket{method="GET",path="/old/info.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/old/info.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/old/info.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/old/info.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/old/info.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/old/info.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/old/info.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/old/info.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/old/info.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/old/info.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/old/info.php"} 88 http_response_size_bytes_count{method="GET",path="/old/info.php"} 2 http_response_size_bytes_bucket{method="GET",path="/old/phpinfo.php",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/old/phpinfo.php",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/old/phpinfo.php",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/old/phpinfo.php",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/old/phpinfo.php",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/old/phpinfo.php",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/old/phpinfo.php",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/old/phpinfo.php",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/old/phpinfo.php",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/old/phpinfo.php",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/old/phpinfo.php"} 175 http_response_size_bytes_count{method="GET",path="/old/phpinfo.php"} 4 http_response_size_bytes_bucket{method="GET",path="/old_phpinfo.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/old_phpinfo.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/old_phpinfo.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/old_phpinfo.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/old_phpinfo.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/old_phpinfo.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/old_phpinfo.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/old_phpinfo.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/old_phpinfo.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/old_phpinfo.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/old_phpinfo.php"} 87 http_response_size_bytes_count{method="GET",path="/old_phpinfo.php"} 2 http_response_size_bytes_bucket{method="GET",path="/olik.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/olik.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/olik.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/olik.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/olik.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/olik.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/olik.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/olik.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/olik.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/olik.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/olik.php"} 86 http_response_size_bytes_count{method="GET",path="/olik.php"} 2 http_response_size_bytes_bucket{method="GET",path="/one.php",le="100"} 5 http_response_size_bytes_bucket{method="GET",path="/one.php",le="500"} 5 http_response_size_bytes_bucket{method="GET",path="/one.php",le="1000"} 5 http_response_size_bytes_bucket{method="GET",path="/one.php",le="5000"} 5 http_response_size_bytes_bucket{method="GET",path="/one.php",le="10000"} 5 http_response_size_bytes_bucket{method="GET",path="/one.php",le="50000"} 5 http_response_size_bytes_bucket{method="GET",path="/one.php",le="100000"} 5 http_response_size_bytes_bucket{method="GET",path="/one.php",le="500000"} 5 http_response_size_bytes_bucket{method="GET",path="/one.php",le="1e+06"} 5 http_response_size_bytes_bucket{method="GET",path="/one.php",le="+Inf"} 5 http_response_size_bytes_sum{method="GET",path="/one.php"} 216 http_response_size_bytes_count{method="GET",path="/one.php"} 5 http_response_size_bytes_bucket{method="GET",path="/onedrive.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/onedrive.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/onedrive.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/onedrive.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/onedrive.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/onedrive.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/onedrive.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/onedrive.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/onedrive.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/onedrive.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/onedrive.zip"} 40 http_response_size_bytes_count{method="GET",path="/onedrive.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/op.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/op.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/op.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/op.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/op.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/op.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/op.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/op.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/op.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/op.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/op.php"} 43 http_response_size_bytes_count{method="GET",path="/op.php"} 1 http_response_size_bytes_bucket{method="GET",path="/openapi.json",le="100"} 19 http_response_size_bytes_bucket{method="GET",path="/openapi.json",le="500"} 19 http_response_size_bytes_bucket{method="GET",path="/openapi.json",le="1000"} 19 http_response_size_bytes_bucket{method="GET",path="/openapi.json",le="5000"} 19 http_response_size_bytes_bucket{method="GET",path="/openapi.json",le="10000"} 19 http_response_size_bytes_bucket{method="GET",path="/openapi.json",le="50000"} 19 http_response_size_bytes_bucket{method="GET",path="/openapi.json",le="100000"} 19 http_response_size_bytes_bucket{method="GET",path="/openapi.json",le="500000"} 19 http_response_size_bytes_bucket{method="GET",path="/openapi.json",le="1e+06"} 19 http_response_size_bytes_bucket{method="GET",path="/openapi.json",le="+Inf"} 19 http_response_size_bytes_sum{method="GET",path="/openapi.json"} 835 http_response_size_bytes_count{method="GET",path="/openapi.json"} 19 http_response_size_bytes_bucket{method="GET",path="/opencart.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/opencart.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/opencart.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/opencart.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/opencart.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/opencart.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/opencart.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/opencart.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/opencart.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/opencart.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/opencart.zip"} 40 http_response_size_bytes_count{method="GET",path="/opencart.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/ops.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/ops.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/ops.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/ops.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/ops.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/ops.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/ops.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/ops.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/ops.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/ops.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/ops.php"} 43 http_response_size_bytes_count{method="GET",path="/ops.php"} 1 http_response_size_bytes_bucket{method="GET",path="/opt.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/opt.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/opt.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/opt.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/opt.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/opt.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/opt.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/opt.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/opt.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/opt.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/opt.zip"} 40 http_response_size_bytes_count{method="GET",path="/opt.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/opt/.env",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/opt/.env",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/opt/.env",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/opt/.env",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/opt/.env",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/opt/.env",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/opt/.env",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/opt/.env",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/opt/.env",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/opt/.env",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/opt/.env"} 132 http_response_size_bytes_count{method="GET",path="/opt/.env"} 3 http_response_size_bytes_bucket{method="GET",path="/opt/mailcow-dockerized/mailcow.conf",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/opt/mailcow-dockerized/mailcow.conf",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/opt/mailcow-dockerized/mailcow.conf",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/opt/mailcow-dockerized/mailcow.conf",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/opt/mailcow-dockerized/mailcow.conf",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/opt/mailcow-dockerized/mailcow.conf",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/opt/mailcow-dockerized/mailcow.conf",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/opt/mailcow-dockerized/mailcow.conf",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/opt/mailcow-dockerized/mailcow.conf",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/opt/mailcow-dockerized/mailcow.conf",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/opt/mailcow-dockerized/mailcow.conf"} 87 http_response_size_bytes_count{method="GET",path="/opt/mailcow-dockerized/mailcow.conf"} 2 http_response_size_bytes_bucket{method="GET",path="/options.php",le="100"} 5 http_response_size_bytes_bucket{method="GET",path="/options.php",le="500"} 5 http_response_size_bytes_bucket{method="GET",path="/options.php",le="1000"} 5 http_response_size_bytes_bucket{method="GET",path="/options.php",le="5000"} 5 http_response_size_bytes_bucket{method="GET",path="/options.php",le="10000"} 5 http_response_size_bytes_bucket{method="GET",path="/options.php",le="50000"} 5 http_response_size_bytes_bucket{method="GET",path="/options.php",le="100000"} 5 http_response_size_bytes_bucket{method="GET",path="/options.php",le="500000"} 5 http_response_size_bytes_bucket{method="GET",path="/options.php",le="1e+06"} 5 http_response_size_bytes_bucket{method="GET",path="/options.php",le="+Inf"} 5 http_response_size_bytes_sum{method="GET",path="/options.php"} 215 http_response_size_bytes_count{method="GET",path="/options.php"} 5 http_response_size_bytes_bucket{method="GET",path="/options.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/options.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/options.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/options.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/options.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/options.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/options.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/options.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/options.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/options.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/options.zip"} 40 http_response_size_bytes_count{method="GET",path="/options.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/opts.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/opts.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/opts.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/opts.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/opts.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/opts.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/opts.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/opts.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/opts.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/opts.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/opts.php"} 43 http_response_size_bytes_count{method="GET",path="/opts.php"} 1 http_response_size_bytes_bucket{method="GET",path="/oracle.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/oracle.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/oracle.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/oracle.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/oracle.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/oracle.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/oracle.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/oracle.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/oracle.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/oracle.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/oracle.zip"} 40 http_response_size_bytes_count{method="GET",path="/oracle.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/orders.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/orders.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/orders.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/orders.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/orders.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/orders.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/orders.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/orders.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/orders.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/orders.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/orders.zip"} 40 http_response_size_bytes_count{method="GET",path="/orders.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/orders/*",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/orders/*",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/orders/*",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/orders/*",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/orders/*",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/orders/*",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/orders/*",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/orders/*",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/orders/*",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/orders/*",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/orders/*"} 88 http_response_size_bytes_count{method="GET",path="/orders/*"} 2 http_response_size_bytes_bucket{method="GET",path="/organization.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/organization.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/organization.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/organization.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/organization.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/organization.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/organization.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/organization.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/organization.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/organization.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/organization.zip"} 40 http_response_size_bytes_count{method="GET",path="/organization.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/ortasekerli1.php",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/ortasekerli1.php",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/ortasekerli1.php",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/ortasekerli1.php",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/ortasekerli1.php",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/ortasekerli1.php",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/ortasekerli1.php",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/ortasekerli1.php",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/ortasekerli1.php",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/ortasekerli1.php",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/ortasekerli1.php"} 172 http_response_size_bytes_count{method="GET",path="/ortasekerli1.php"} 4 http_response_size_bytes_bucket{method="GET",path="/os.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/os.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/os.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/os.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/os.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/os.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/os.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/os.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/os.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/os.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/os.zip"} 40 http_response_size_bytes_count{method="GET",path="/os.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/other.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/other.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/other.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/other.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/other.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/other.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/other.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/other.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/other.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/other.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/other.zip"} 40 http_response_size_bytes_count{method="GET",path="/other.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/ouh.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/ouh.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/ouh.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/ouh.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/ouh.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/ouh.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/ouh.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/ouh.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/ouh.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/ouh.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/ouh.php"} 43 http_response_size_bytes_count{method="GET",path="/ouh.php"} 1 http_response_size_bytes_bucket{method="GET",path="/outbox.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/outbox.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/outbox.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/outbox.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/outbox.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/outbox.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/outbox.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/outbox.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/outbox.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/outbox.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/outbox.zip"} 40 http_response_size_bytes_count{method="GET",path="/outbox.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/output.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/output.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/output.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/output.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/output.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/output.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/output.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/output.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/output.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/output.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/output.zip"} 40 http_response_size_bytes_count{method="GET",path="/output.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/ova.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/ova.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/ova.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/ova.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/ova.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/ova.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/ova.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/ova.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/ova.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/ova.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/ova.php"} 86 http_response_size_bytes_count{method="GET",path="/ova.php"} 2 http_response_size_bytes_bucket{method="GET",path="/ox.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/ox.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/ox.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/ox.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/ox.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/ox.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/ox.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/ox.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/ox.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/ox.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/ox.php"} 43 http_response_size_bytes_count{method="GET",path="/ox.php"} 1 http_response_size_bytes_bucket{method="GET",path="/p.php",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/p.php",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/p.php",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/p.php",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/p.php",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/p.php",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/p.php",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/p.php",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/p.php",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/p.php",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/p.php"} 130 http_response_size_bytes_count{method="GET",path="/p.php"} 3 http_response_size_bytes_bucket{method="GET",path="/package-lock.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/package-lock.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/package-lock.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/package-lock.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/package-lock.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/package-lock.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/package-lock.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/package-lock.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/package-lock.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/package-lock.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/package-lock.zip"} 40 http_response_size_bytes_count{method="GET",path="/package-lock.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/package-updates/",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/package-updates/",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/package-updates/",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/package-updates/",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/package-updates/",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/package-updates/",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/package-updates/",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/package-updates/",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/package-updates/",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/package-updates/",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/package-updates/"} 88 http_response_size_bytes_count{method="GET",path="/package-updates/"} 2 http_response_size_bytes_bucket{method="GET",path="/package-updates/*",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/package-updates/*",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/package-updates/*",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/package-updates/*",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/package-updates/*",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/package-updates/*",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/package-updates/*",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/package-updates/*",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/package-updates/*",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/package-updates/*",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/package-updates/*"} 88 http_response_size_bytes_count{method="GET",path="/package-updates/*"} 2 http_response_size_bytes_bucket{method="GET",path="/package-updates/*.cgi",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/package-updates/*.cgi",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/package-updates/*.cgi",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/package-updates/*.cgi",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/package-updates/*.cgi",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/package-updates/*.cgi",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/package-updates/*.cgi",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/package-updates/*.cgi",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/package-updates/*.cgi",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/package-updates/*.cgi",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/package-updates/*.cgi"} 88 http_response_size_bytes_count{method="GET",path="/package-updates/*.cgi"} 2 http_response_size_bytes_bucket{method="GET",path="/package-updates/apt.cgi",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/package-updates/apt.cgi",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/package-updates/apt.cgi",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/package-updates/apt.cgi",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/package-updates/apt.cgi",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/package-updates/apt.cgi",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/package-updates/apt.cgi",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/package-updates/apt.cgi",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/package-updates/apt.cgi",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/package-updates/apt.cgi",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/package-updates/apt.cgi"} 88 http_response_size_bytes_count{method="GET",path="/package-updates/apt.cgi"} 2 http_response_size_bytes_bucket{method="GET",path="/package-updates/download.cgi",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/package-updates/download.cgi",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/package-updates/download.cgi",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/package-updates/download.cgi",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/package-updates/download.cgi",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/package-updates/download.cgi",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/package-updates/download.cgi",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/package-updates/download.cgi",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/package-updates/download.cgi",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/package-updates/download.cgi",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/package-updates/download.cgi"} 88 http_response_size_bytes_count{method="GET",path="/package-updates/download.cgi"} 2 http_response_size_bytes_bucket{method="GET",path="/package-updates/index.cgi",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/package-updates/index.cgi",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/package-updates/index.cgi",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/package-updates/index.cgi",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/package-updates/index.cgi",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/package-updates/index.cgi",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/package-updates/index.cgi",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/package-updates/index.cgi",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/package-updates/index.cgi",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/package-updates/index.cgi",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/package-updates/index.cgi"} 88 http_response_size_bytes_count{method="GET",path="/package-updates/index.cgi"} 2 http_response_size_bytes_bucket{method="GET",path="/package-updates/install.cgi",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/package-updates/install.cgi",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/package-updates/install.cgi",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/package-updates/install.cgi",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/package-updates/install.cgi",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/package-updates/install.cgi",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/package-updates/install.cgi",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/package-updates/install.cgi",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/package-updates/install.cgi",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/package-updates/install.cgi",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/package-updates/install.cgi"} 88 http_response_size_bytes_count{method="GET",path="/package-updates/install.cgi"} 2 http_response_size_bytes_bucket{method="GET",path="/package-updates/perform.cgi",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/package-updates/perform.cgi",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/package-updates/perform.cgi",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/package-updates/perform.cgi",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/package-updates/perform.cgi",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/package-updates/perform.cgi",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/package-updates/perform.cgi",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/package-updates/perform.cgi",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/package-updates/perform.cgi",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/package-updates/perform.cgi",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/package-updates/perform.cgi"} 88 http_response_size_bytes_count{method="GET",path="/package-updates/perform.cgi"} 2 http_response_size_bytes_bucket{method="GET",path="/package-updates/refresh.cgi",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/package-updates/refresh.cgi",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/package-updates/refresh.cgi",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/package-updates/refresh.cgi",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/package-updates/refresh.cgi",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/package-updates/refresh.cgi",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/package-updates/refresh.cgi",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/package-updates/refresh.cgi",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/package-updates/refresh.cgi",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/package-updates/refresh.cgi",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/package-updates/refresh.cgi"} 88 http_response_size_bytes_count{method="GET",path="/package-updates/refresh.cgi"} 2 http_response_size_bytes_bucket{method="GET",path="/package-updates/save.cgi",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/package-updates/save.cgi",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/package-updates/save.cgi",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/package-updates/save.cgi",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/package-updates/save.cgi",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/package-updates/save.cgi",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/package-updates/save.cgi",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/package-updates/save.cgi",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/package-updates/save.cgi",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/package-updates/save.cgi",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/package-updates/save.cgi"} 88 http_response_size_bytes_count{method="GET",path="/package-updates/save.cgi"} 2 http_response_size_bytes_bucket{method="GET",path="/package-updates/update.cgi",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/package-updates/update.cgi",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/package-updates/update.cgi",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/package-updates/update.cgi",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/package-updates/update.cgi",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/package-updates/update.cgi",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/package-updates/update.cgi",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/package-updates/update.cgi",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/package-updates/update.cgi",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/package-updates/update.cgi",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/package-updates/update.cgi"} 88 http_response_size_bytes_count{method="GET",path="/package-updates/update.cgi"} 2 http_response_size_bytes_bucket{method="GET",path="/package-updates/yum.cgi",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/package-updates/yum.cgi",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/package-updates/yum.cgi",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/package-updates/yum.cgi",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/package-updates/yum.cgi",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/package-updates/yum.cgi",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/package-updates/yum.cgi",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/package-updates/yum.cgi",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/package-updates/yum.cgi",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/package-updates/yum.cgi",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/package-updates/yum.cgi"} 87 http_response_size_bytes_count{method="GET",path="/package-updates/yum.cgi"} 2 http_response_size_bytes_bucket{method="GET",path="/package.json",le="100"} 19 http_response_size_bytes_bucket{method="GET",path="/package.json",le="500"} 19 http_response_size_bytes_bucket{method="GET",path="/package.json",le="1000"} 19 http_response_size_bytes_bucket{method="GET",path="/package.json",le="5000"} 19 http_response_size_bytes_bucket{method="GET",path="/package.json",le="10000"} 19 http_response_size_bytes_bucket{method="GET",path="/package.json",le="50000"} 19 http_response_size_bytes_bucket{method="GET",path="/package.json",le="100000"} 19 http_response_size_bytes_bucket{method="GET",path="/package.json",le="500000"} 19 http_response_size_bytes_bucket{method="GET",path="/package.json",le="1e+06"} 19 http_response_size_bytes_bucket{method="GET",path="/package.json",le="+Inf"} 19 http_response_size_bytes_sum{method="GET",path="/package.json"} 833 http_response_size_bytes_count{method="GET",path="/package.json"} 19 http_response_size_bytes_bucket{method="GET",path="/package.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/package.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/package.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/package.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/package.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/package.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/package.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/package.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/package.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/package.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/package.zip"} 40 http_response_size_bytes_count{method="GET",path="/package.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/packages.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/packages.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/packages.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/packages.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/packages.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/packages.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/packages.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/packages.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/packages.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/packages.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/packages.zip"} 40 http_response_size_bytes_count{method="GET",path="/packages.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/packsin1.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/packsin1.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/packsin1.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/packsin1.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/packsin1.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/packsin1.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/packsin1.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/packsin1.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/packsin1.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/packsin1.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/packsin1.php"} 86 http_response_size_bytes_count{method="GET",path="/packsin1.php"} 2 http_response_size_bytes_bucket{method="GET",path="/pages/*",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/pages/*",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/pages/*",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/pages/*",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/pages/*",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/pages/*",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/pages/*",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/pages/*",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/pages/*",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/pages/*",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/pages/*"} 88 http_response_size_bytes_count{method="GET",path="/pages/*"} 2 http_response_size_bytes_bucket{method="GET",path="/panel.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/panel.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/panel.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/panel.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/panel.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/panel.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/panel.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/panel.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/panel.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/panel.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/panel.zip"} 40 http_response_size_bytes_count{method="GET",path="/panel.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/panel/.env",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/panel/.env",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/panel/.env",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/panel/.env",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/panel/.env",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/panel/.env",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/panel/.env",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/panel/.env",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/panel/.env",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/panel/.env",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/panel/.env"} 175 http_response_size_bytes_count{method="GET",path="/panel/.env"} 4 http_response_size_bytes_bucket{method="GET",path="/parameters.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/parameters.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/parameters.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/parameters.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/parameters.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/parameters.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/parameters.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/parameters.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/parameters.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/parameters.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/parameters.zip"} 40 http_response_size_bytes_count{method="GET",path="/parameters.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/partner/config/config.js",le="100"} 22 http_response_size_bytes_bucket{method="GET",path="/partner/config/config.js",le="500"} 22 http_response_size_bytes_bucket{method="GET",path="/partner/config/config.js",le="1000"} 22 http_response_size_bytes_bucket{method="GET",path="/partner/config/config.js",le="5000"} 22 http_response_size_bytes_bucket{method="GET",path="/partner/config/config.js",le="10000"} 22 http_response_size_bytes_bucket{method="GET",path="/partner/config/config.js",le="50000"} 22 http_response_size_bytes_bucket{method="GET",path="/partner/config/config.js",le="100000"} 22 http_response_size_bytes_bucket{method="GET",path="/partner/config/config.js",le="500000"} 22 http_response_size_bytes_bucket{method="GET",path="/partner/config/config.js",le="1e+06"} 22 http_response_size_bytes_bucket{method="GET",path="/partner/config/config.js",le="+Inf"} 22 http_response_size_bytes_sum{method="GET",path="/partner/config/config.js"} 961 http_response_size_bytes_count{method="GET",path="/partner/config/config.js"} 22 http_response_size_bytes_bucket{method="GET",path="/pass4.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/pass4.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/pass4.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/pass4.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/pass4.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/pass4.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/pass4.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/pass4.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/pass4.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/pass4.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/pass4.php"} 86 http_response_size_bytes_count{method="GET",path="/pass4.php"} 2 http_response_size_bytes_bucket{method="GET",path="/passwords.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/passwords.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/passwords.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/passwords.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/passwords.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/passwords.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/passwords.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/passwords.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/passwords.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/passwords.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/passwords.zip"} 40 http_response_size_bytes_count{method="GET",path="/passwords.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/patch.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/patch.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/patch.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/patch.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/patch.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/patch.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/patch.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/patch.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/patch.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/patch.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/patch.zip"} 40 http_response_size_bytes_count{method="GET",path="/patch.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/payment.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/payment.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/payment.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/payment.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/payment.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/payment.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/payment.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/payment.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/payment.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/payment.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/payment.zip"} 40 http_response_size_bytes_count{method="GET",path="/payment.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/payment/*",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/payment/*",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/payment/*",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/payment/*",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/payment/*",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/payment/*",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/payment/*",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/payment/*",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/payment/*",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/payment/*",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/payment/*"} 88 http_response_size_bytes_count{method="GET",path="/payment/*"} 2 http_response_size_bytes_bucket{method="GET",path="/payment/stripe.json",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/payment/stripe.json",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/payment/stripe.json",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/payment/stripe.json",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/payment/stripe.json",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/payment/stripe.json",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/payment/stripe.json",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/payment/stripe.json",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/payment/stripe.json",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/payment/stripe.json",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/payment/stripe.json"} 88 http_response_size_bytes_count{method="GET",path="/payment/stripe.json"} 2 http_response_size_bytes_bucket{method="GET",path="/payment_gateways/stripe.yaml",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/payment_gateways/stripe.yaml",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/payment_gateways/stripe.yaml",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/payment_gateways/stripe.yaml",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/payment_gateways/stripe.yaml",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/payment_gateways/stripe.yaml",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/payment_gateways/stripe.yaml",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/payment_gateways/stripe.yaml",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/payment_gateways/stripe.yaml",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/payment_gateways/stripe.yaml",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/payment_gateways/stripe.yaml"} 88 http_response_size_bytes_count{method="GET",path="/payment_gateways/stripe.yaml"} 2 http_response_size_bytes_bucket{method="GET",path="/pcloud.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/pcloud.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/pcloud.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/pcloud.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/pcloud.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/pcloud.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/pcloud.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/pcloud.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/pcloud.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/pcloud.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/pcloud.zip"} 40 http_response_size_bytes_count{method="GET",path="/pcloud.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/pedodont.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/pedodont.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/pedodont.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/pedodont.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/pedodont.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/pedodont.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/pedodont.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/pedodont.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/pedodont.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/pedodont.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/pedodont.php"} 43 http_response_size_bytes_count{method="GET",path="/pedodont.php"} 1 http_response_size_bytes_bucket{method="GET",path="/pent.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/pent.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/pent.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/pent.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/pent.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/pent.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/pent.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/pent.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/pent.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/pent.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/pent.php"} 43 http_response_size_bytes_count{method="GET",path="/pent.php"} 1 http_response_size_bytes_bucket{method="GET",path="/pg_dump.7z",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/pg_dump.7z",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/pg_dump.7z",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/pg_dump.7z",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/pg_dump.7z",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/pg_dump.7z",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/pg_dump.7z",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/pg_dump.7z",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/pg_dump.7z",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/pg_dump.7z",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/pg_dump.7z"} 43 http_response_size_bytes_count{method="GET",path="/pg_dump.7z"} 1 http_response_size_bytes_bucket{method="GET",path="/pg_dump.bz2",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/pg_dump.bz2",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/pg_dump.bz2",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/pg_dump.bz2",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/pg_dump.bz2",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/pg_dump.bz2",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/pg_dump.bz2",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/pg_dump.bz2",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/pg_dump.bz2",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/pg_dump.bz2",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/pg_dump.bz2"} 43 http_response_size_bytes_count{method="GET",path="/pg_dump.bz2"} 1 http_response_size_bytes_bucket{method="GET",path="/pg_dump.gz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/pg_dump.gz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/pg_dump.gz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/pg_dump.gz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/pg_dump.gz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/pg_dump.gz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/pg_dump.gz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/pg_dump.gz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/pg_dump.gz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/pg_dump.gz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/pg_dump.gz"} 43 http_response_size_bytes_count{method="GET",path="/pg_dump.gz"} 1 http_response_size_bytes_bucket{method="GET",path="/pg_dump.rar",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/pg_dump.rar",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/pg_dump.rar",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/pg_dump.rar",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/pg_dump.rar",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/pg_dump.rar",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/pg_dump.rar",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/pg_dump.rar",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/pg_dump.rar",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/pg_dump.rar",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/pg_dump.rar"} 43 http_response_size_bytes_count{method="GET",path="/pg_dump.rar"} 1 http_response_size_bytes_bucket{method="GET",path="/pg_dump.sql",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/pg_dump.sql",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/pg_dump.sql",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/pg_dump.sql",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/pg_dump.sql",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/pg_dump.sql",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/pg_dump.sql",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/pg_dump.sql",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/pg_dump.sql",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/pg_dump.sql",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/pg_dump.sql"} 43 http_response_size_bytes_count{method="GET",path="/pg_dump.sql"} 1 http_response_size_bytes_bucket{method="GET",path="/pg_dump.sql.bz2",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/pg_dump.sql.bz2",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/pg_dump.sql.bz2",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/pg_dump.sql.bz2",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/pg_dump.sql.bz2",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/pg_dump.sql.bz2",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/pg_dump.sql.bz2",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/pg_dump.sql.bz2",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/pg_dump.sql.bz2",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/pg_dump.sql.bz2",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/pg_dump.sql.bz2"} 43 http_response_size_bytes_count{method="GET",path="/pg_dump.sql.bz2"} 1 http_response_size_bytes_bucket{method="GET",path="/pg_dump.sql.gz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/pg_dump.sql.gz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/pg_dump.sql.gz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/pg_dump.sql.gz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/pg_dump.sql.gz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/pg_dump.sql.gz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/pg_dump.sql.gz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/pg_dump.sql.gz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/pg_dump.sql.gz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/pg_dump.sql.gz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/pg_dump.sql.gz"} 43 http_response_size_bytes_count{method="GET",path="/pg_dump.sql.gz"} 1 http_response_size_bytes_bucket{method="GET",path="/pg_dump.tar",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/pg_dump.tar",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/pg_dump.tar",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/pg_dump.tar",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/pg_dump.tar",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/pg_dump.tar",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/pg_dump.tar",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/pg_dump.tar",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/pg_dump.tar",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/pg_dump.tar",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/pg_dump.tar"} 43 http_response_size_bytes_count{method="GET",path="/pg_dump.tar"} 1 http_response_size_bytes_bucket{method="GET",path="/pg_dump.tar.bz2",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/pg_dump.tar.bz2",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/pg_dump.tar.bz2",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/pg_dump.tar.bz2",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/pg_dump.tar.bz2",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/pg_dump.tar.bz2",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/pg_dump.tar.bz2",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/pg_dump.tar.bz2",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/pg_dump.tar.bz2",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/pg_dump.tar.bz2",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/pg_dump.tar.bz2"} 43 http_response_size_bytes_count{method="GET",path="/pg_dump.tar.bz2"} 1 http_response_size_bytes_bucket{method="GET",path="/pg_dump.tar.gz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/pg_dump.tar.gz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/pg_dump.tar.gz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/pg_dump.tar.gz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/pg_dump.tar.gz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/pg_dump.tar.gz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/pg_dump.tar.gz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/pg_dump.tar.gz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/pg_dump.tar.gz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/pg_dump.tar.gz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/pg_dump.tar.gz"} 43 http_response_size_bytes_count{method="GET",path="/pg_dump.tar.gz"} 1 http_response_size_bytes_bucket{method="GET",path="/pg_dump.tar.xz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/pg_dump.tar.xz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/pg_dump.tar.xz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/pg_dump.tar.xz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/pg_dump.tar.xz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/pg_dump.tar.xz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/pg_dump.tar.xz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/pg_dump.tar.xz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/pg_dump.tar.xz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/pg_dump.tar.xz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/pg_dump.tar.xz"} 43 http_response_size_bytes_count{method="GET",path="/pg_dump.tar.xz"} 1 http_response_size_bytes_bucket{method="GET",path="/pg_dump.tgz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/pg_dump.tgz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/pg_dump.tgz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/pg_dump.tgz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/pg_dump.tgz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/pg_dump.tgz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/pg_dump.tgz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/pg_dump.tgz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/pg_dump.tgz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/pg_dump.tgz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/pg_dump.tgz"} 43 http_response_size_bytes_count{method="GET",path="/pg_dump.tgz"} 1 http_response_size_bytes_bucket{method="GET",path="/pg_dump.zip",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/pg_dump.zip",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/pg_dump.zip",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/pg_dump.zip",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/pg_dump.zip",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/pg_dump.zip",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/pg_dump.zip",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/pg_dump.zip",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/pg_dump.zip",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/pg_dump.zip",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/pg_dump.zip"} 43 http_response_size_bytes_count{method="GET",path="/pg_dump.zip"} 1 http_response_size_bytes_bucket{method="GET",path="/pg_dump.zst",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/pg_dump.zst",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/pg_dump.zst",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/pg_dump.zst",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/pg_dump.zst",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/pg_dump.zst",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/pg_dump.zst",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/pg_dump.zst",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/pg_dump.zst",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/pg_dump.zst",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/pg_dump.zst"} 43 http_response_size_bytes_count{method="GET",path="/pg_dump.zst"} 1 http_response_size_bytes_bucket{method="GET",path="/phonegap.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/phonegap.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/phonegap.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/phonegap.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/phonegap.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/phonegap.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/phonegap.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/phonegap.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/phonegap.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/phonegap.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/phonegap.zip"} 40 http_response_size_bytes_count{method="GET",path="/phonegap.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/photos.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/photos.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/photos.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/photos.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/photos.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/photos.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/photos.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/photos.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/photos.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/photos.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/photos.zip"} 40 http_response_size_bytes_count{method="GET",path="/photos.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/photoshop.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/photoshop.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/photoshop.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/photoshop.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/photoshop.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/photoshop.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/photoshop.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/photoshop.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/photoshop.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/photoshop.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/photoshop.zip"} 40 http_response_size_bytes_count{method="GET",path="/photoshop.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/php-info.php",le="100"} 6 http_response_size_bytes_bucket{method="GET",path="/php-info.php",le="500"} 6 http_response_size_bytes_bucket{method="GET",path="/php-info.php",le="1000"} 6 http_response_size_bytes_bucket{method="GET",path="/php-info.php",le="5000"} 6 http_response_size_bytes_bucket{method="GET",path="/php-info.php",le="10000"} 6 http_response_size_bytes_bucket{method="GET",path="/php-info.php",le="50000"} 6 http_response_size_bytes_bucket{method="GET",path="/php-info.php",le="100000"} 6 http_response_size_bytes_bucket{method="GET",path="/php-info.php",le="500000"} 6 http_response_size_bytes_bucket{method="GET",path="/php-info.php",le="1e+06"} 6 http_response_size_bytes_bucket{method="GET",path="/php-info.php",le="+Inf"} 6 http_response_size_bytes_sum{method="GET",path="/php-info.php"} 263 http_response_size_bytes_count{method="GET",path="/php-info.php"} 6 http_response_size_bytes_bucket{method="GET",path="/php.php",le="100"} 7 http_response_size_bytes_bucket{method="GET",path="/php.php",le="500"} 7 http_response_size_bytes_bucket{method="GET",path="/php.php",le="1000"} 7 http_response_size_bytes_bucket{method="GET",path="/php.php",le="5000"} 7 http_response_size_bytes_bucket{method="GET",path="/php.php",le="10000"} 7 http_response_size_bytes_bucket{method="GET",path="/php.php",le="50000"} 7 http_response_size_bytes_bucket{method="GET",path="/php.php",le="100000"} 7 http_response_size_bytes_bucket{method="GET",path="/php.php",le="500000"} 7 http_response_size_bytes_bucket{method="GET",path="/php.php",le="1e+06"} 7 http_response_size_bytes_bucket{method="GET",path="/php.php",le="+Inf"} 7 http_response_size_bytes_sum{method="GET",path="/php.php"} 306 http_response_size_bytes_count{method="GET",path="/php.php"} 7 http_response_size_bytes_bucket{method="GET",path="/php.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/php.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/php.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/php.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/php.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/php.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/php.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/php.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/php.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/php.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/php.zip"} 40 http_response_size_bytes_count{method="GET",path="/php.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/php/info.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/php/info.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/php/info.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/php/info.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/php/info.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/php/info.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/php/info.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/php/info.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/php/info.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/php/info.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/php/info.php"} 88 http_response_size_bytes_count{method="GET",path="/php/info.php"} 2 http_response_size_bytes_bucket{method="GET",path="/php/phpinfo.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/php/phpinfo.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/php/phpinfo.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/php/phpinfo.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/php/phpinfo.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/php/phpinfo.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/php/phpinfo.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/php/phpinfo.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/php/phpinfo.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/php/phpinfo.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/php/phpinfo.php"} 88 http_response_size_bytes_count{method="GET",path="/php/phpinfo.php"} 2 http_response_size_bytes_bucket{method="GET",path="/php2.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/php2.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/php2.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/php2.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/php2.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/php2.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/php2.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/php2.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/php2.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/php2.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/php2.php"} 43 http_response_size_bytes_count{method="GET",path="/php2.php"} 1 http_response_size_bytes_bucket{method="GET",path="/php8.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/php8.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/php8.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/php8.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/php8.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/php8.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/php8.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/php8.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/php8.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/php8.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/php8.php"} 43 http_response_size_bytes_count{method="GET",path="/php8.php"} 1 http_response_size_bytes_bucket{method="GET",path="/php_info.php",le="100"} 5 http_response_size_bytes_bucket{method="GET",path="/php_info.php",le="500"} 5 http_response_size_bytes_bucket{method="GET",path="/php_info.php",le="1000"} 5 http_response_size_bytes_bucket{method="GET",path="/php_info.php",le="5000"} 5 http_response_size_bytes_bucket{method="GET",path="/php_info.php",le="10000"} 5 http_response_size_bytes_bucket{method="GET",path="/php_info.php",le="50000"} 5 http_response_size_bytes_bucket{method="GET",path="/php_info.php",le="100000"} 5 http_response_size_bytes_bucket{method="GET",path="/php_info.php",le="500000"} 5 http_response_size_bytes_bucket{method="GET",path="/php_info.php",le="1e+06"} 5 http_response_size_bytes_bucket{method="GET",path="/php_info.php",le="+Inf"} 5 http_response_size_bytes_sum{method="GET",path="/php_info.php"} 218 http_response_size_bytes_count{method="GET",path="/php_info.php"} 5 http_response_size_bytes_bucket{method="GET",path="/php_version.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/php_version.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/php_version.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/php_version.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/php_version.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/php_version.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/php_version.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/php_version.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/php_version.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/php_version.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/php_version.php"} 43 http_response_size_bytes_count{method="GET",path="/php_version.php"} 1 http_response_size_bytes_bucket{method="GET",path="/phpinfo",le="100"} 13 http_response_size_bytes_bucket{method="GET",path="/phpinfo",le="500"} 13 http_response_size_bytes_bucket{method="GET",path="/phpinfo",le="1000"} 13 http_response_size_bytes_bucket{method="GET",path="/phpinfo",le="5000"} 13 http_response_size_bytes_bucket{method="GET",path="/phpinfo",le="10000"} 13 http_response_size_bytes_bucket{method="GET",path="/phpinfo",le="50000"} 13 http_response_size_bytes_bucket{method="GET",path="/phpinfo",le="100000"} 13 http_response_size_bytes_bucket{method="GET",path="/phpinfo",le="500000"} 13 http_response_size_bytes_bucket{method="GET",path="/phpinfo",le="1e+06"} 13 http_response_size_bytes_bucket{method="GET",path="/phpinfo",le="+Inf"} 13 http_response_size_bytes_sum{method="GET",path="/phpinfo"} 564 http_response_size_bytes_count{method="GET",path="/phpinfo"} 13 http_response_size_bytes_bucket{method="GET",path="/phpinfo.php",le="100"} 18 http_response_size_bytes_bucket{method="GET",path="/phpinfo.php",le="500"} 18 http_response_size_bytes_bucket{method="GET",path="/phpinfo.php",le="1000"} 18 http_response_size_bytes_bucket{method="GET",path="/phpinfo.php",le="5000"} 18 http_response_size_bytes_bucket{method="GET",path="/phpinfo.php",le="10000"} 18 http_response_size_bytes_bucket{method="GET",path="/phpinfo.php",le="50000"} 18 http_response_size_bytes_bucket{method="GET",path="/phpinfo.php",le="100000"} 18 http_response_size_bytes_bucket{method="GET",path="/phpinfo.php",le="500000"} 18 http_response_size_bytes_bucket{method="GET",path="/phpinfo.php",le="1e+06"} 18 http_response_size_bytes_bucket{method="GET",path="/phpinfo.php",le="+Inf"} 18 http_response_size_bytes_sum{method="GET",path="/phpinfo.php"} 780 http_response_size_bytes_count{method="GET",path="/phpinfo.php"} 18 http_response_size_bytes_bucket{method="GET",path="/phpinfo.php.bak",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/phpinfo.php.bak",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/phpinfo.php.bak",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/phpinfo.php.bak",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/phpinfo.php.bak",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/phpinfo.php.bak",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/phpinfo.php.bak",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/phpinfo.php.bak",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/phpinfo.php.bak",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/phpinfo.php.bak",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/phpinfo.php.bak"} 44 http_response_size_bytes_count{method="GET",path="/phpinfo.php.bak"} 1 http_response_size_bytes_bucket{method="GET",path="/phpinfo.php.old",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/phpinfo.php.old",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/phpinfo.php.old",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/phpinfo.php.old",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/phpinfo.php.old",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/phpinfo.php.old",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/phpinfo.php.old",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/phpinfo.php.old",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/phpinfo.php.old",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/phpinfo.php.old",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/phpinfo.php.old"} 44 http_response_size_bytes_count{method="GET",path="/phpinfo.php.old"} 1 http_response_size_bytes_bucket{method="GET",path="/phpinfo.php.save",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/phpinfo.php.save",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/phpinfo.php.save",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/phpinfo.php.save",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/phpinfo.php.save",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/phpinfo.php.save",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/phpinfo.php.save",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/phpinfo.php.save",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/phpinfo.php.save",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/phpinfo.php.save",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/phpinfo.php.save"} 44 http_response_size_bytes_count{method="GET",path="/phpinfo.php.save"} 1 http_response_size_bytes_bucket{method="GET",path="/phpinfo.php~",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/phpinfo.php~",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/phpinfo.php~",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/phpinfo.php~",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/phpinfo.php~",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/phpinfo.php~",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/phpinfo.php~",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/phpinfo.php~",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/phpinfo.php~",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/phpinfo.php~",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/phpinfo.php~"} 44 http_response_size_bytes_count{method="GET",path="/phpinfo.php~"} 1 http_response_size_bytes_bucket{method="GET",path="/phpinfo/info.php",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/phpinfo/info.php",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/phpinfo/info.php",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/phpinfo/info.php",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/phpinfo/info.php",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/phpinfo/info.php",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/phpinfo/info.php",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/phpinfo/info.php",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/phpinfo/info.php",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/phpinfo/info.php",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/phpinfo/info.php"} 131 http_response_size_bytes_count{method="GET",path="/phpinfo/info.php"} 3 http_response_size_bytes_bucket{method="GET",path="/phpinfo/test.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/phpinfo/test.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/phpinfo/test.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/phpinfo/test.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/phpinfo/test.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/phpinfo/test.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/phpinfo/test.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/phpinfo/test.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/phpinfo/test.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/phpinfo/test.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/phpinfo/test.php"} 88 http_response_size_bytes_count{method="GET",path="/phpinfo/test.php"} 2 http_response_size_bytes_bucket{method="GET",path="/phpmyadmin.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/phpmyadmin.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/phpmyadmin.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/phpmyadmin.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/phpmyadmin.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/phpmyadmin.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/phpmyadmin.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/phpmyadmin.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/phpmyadmin.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/phpmyadmin.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/phpmyadmin.zip"} 40 http_response_size_bytes_count{method="GET",path="/phpmyadmin.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/phpversion.php",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/phpversion.php",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/phpversion.php",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/phpversion.php",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/phpversion.php",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/phpversion.php",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/phpversion.php",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/phpversion.php",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/phpversion.php",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/phpversion.php",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/phpversion.php"} 176 http_response_size_bytes_count{method="GET",path="/phpversion.php"} 4 http_response_size_bytes_bucket{method="GET",path="/pi.php",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/pi.php",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/pi.php",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/pi.php",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/pi.php",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/pi.php",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/pi.php",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/pi.php",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/pi.php",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/pi.php",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/pi.php"} 130 http_response_size_bytes_count{method="GET",path="/pi.php"} 3 http_response_size_bytes_bucket{method="GET",path="/pinfo.php",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/pinfo.php",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/pinfo.php",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/pinfo.php",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/pinfo.php",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/pinfo.php",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/pinfo.php",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/pinfo.php",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/pinfo.php",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/pinfo.php",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/pinfo.php"} 130 http_response_size_bytes_count{method="GET",path="/pinfo.php"} 3 http_response_size_bytes_bucket{method="GET",path="/pinterest.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/pinterest.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/pinterest.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/pinterest.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/pinterest.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/pinterest.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/pinterest.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/pinterest.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/pinterest.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/pinterest.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/pinterest.zip"} 40 http_response_size_bytes_count{method="GET",path="/pinterest.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/pipeline.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/pipeline.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/pipeline.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/pipeline.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/pipeline.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/pipeline.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/pipeline.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/pipeline.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/pipeline.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/pipeline.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/pipeline.zip"} 40 http_response_size_bytes_count{method="GET",path="/pipeline.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/player",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/player",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/player",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/player",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/player",le="10000"} 29 http_response_size_bytes_bucket{method="GET",path="/player",le="50000"} 29 http_response_size_bytes_bucket{method="GET",path="/player",le="100000"} 29 http_response_size_bytes_bucket{method="GET",path="/player",le="500000"} 29 http_response_size_bytes_bucket{method="GET",path="/player",le="1e+06"} 29 http_response_size_bytes_bucket{method="GET",path="/player",le="+Inf"} 29 http_response_size_bytes_sum{method="GET",path="/player"} 158412 http_response_size_bytes_count{method="GET",path="/player"} 29 http_response_size_bytes_bucket{method="GET",path="/plesk.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/plesk.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/plesk.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/plesk.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/plesk.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/plesk.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/plesk.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/plesk.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/plesk.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/plesk.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/plesk.zip"} 40 http_response_size_bytes_count{method="GET",path="/plesk.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/plss3.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/plss3.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/plss3.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/plss3.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/plss3.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/plss3.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/plss3.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/plss3.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/plss3.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/plss3.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/plss3.php"} 43 http_response_size_bytes_count{method="GET",path="/plss3.php"} 1 http_response_size_bytes_bucket{method="GET",path="/plugins.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/plugins.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/plugins.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/plugins.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/plugins.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/plugins.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/plugins.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/plugins.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/plugins.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/plugins.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/plugins.php"} 86 http_response_size_bytes_count{method="GET",path="/plugins.php"} 2 http_response_size_bytes_bucket{method="GET",path="/plugins/Cache/footer.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/plugins/Cache/footer.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/plugins/Cache/footer.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/plugins/Cache/footer.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/plugins/Cache/footer.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/plugins/Cache/footer.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/plugins/Cache/footer.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/plugins/Cache/footer.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/plugins/Cache/footer.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/plugins/Cache/footer.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/plugins/Cache/footer.php"} 86 http_response_size_bytes_count{method="GET",path="/plugins/Cache/footer.php"} 2 http_response_size_bytes_bucket{method="GET",path="/plugins/aws.client.js",le="100"} 19 http_response_size_bytes_bucket{method="GET",path="/plugins/aws.client.js",le="500"} 19 http_response_size_bytes_bucket{method="GET",path="/plugins/aws.client.js",le="1000"} 19 http_response_size_bytes_bucket{method="GET",path="/plugins/aws.client.js",le="5000"} 19 http_response_size_bytes_bucket{method="GET",path="/plugins/aws.client.js",le="10000"} 19 http_response_size_bytes_bucket{method="GET",path="/plugins/aws.client.js",le="50000"} 19 http_response_size_bytes_bucket{method="GET",path="/plugins/aws.client.js",le="100000"} 19 http_response_size_bytes_bucket{method="GET",path="/plugins/aws.client.js",le="500000"} 19 http_response_size_bytes_bucket{method="GET",path="/plugins/aws.client.js",le="1e+06"} 19 http_response_size_bytes_bucket{method="GET",path="/plugins/aws.client.js",le="+Inf"} 19 http_response_size_bytes_sum{method="GET",path="/plugins/aws.client.js"} 835 http_response_size_bytes_count{method="GET",path="/plugins/aws.client.js"} 19 http_response_size_bytes_bucket{method="GET",path="/plugins/payments/stripe.json",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/plugins/payments/stripe.json",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/plugins/payments/stripe.json",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/plugins/payments/stripe.json",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/plugins/payments/stripe.json",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/plugins/payments/stripe.json",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/plugins/payments/stripe.json",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/plugins/payments/stripe.json",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/plugins/payments/stripe.json",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/plugins/payments/stripe.json",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/plugins/payments/stripe.json"} 88 http_response_size_bytes_count{method="GET",path="/plugins/payments/stripe.json"} 2 http_response_size_bytes_bucket{method="GET",path="/pms",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/pms",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/pms",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/pms",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/pms",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/pms",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/pms",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/pms",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/pms",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/pms",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/pms"} 43 http_response_size_bytes_count{method="GET",path="/pms"} 1 http_response_size_bytes_bucket{method="GET",path="/png.php",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/png.php",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/png.php",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/png.php",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/png.php",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/png.php",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/png.php",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/png.php",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/png.php",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/png.php",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/png.php"} 130 http_response_size_bytes_count{method="GET",path="/png.php"} 3 http_response_size_bytes_bucket{method="GET",path="/policy.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/policy.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/policy.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/policy.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/policy.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/policy.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/policy.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/policy.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/policy.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/policy.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/policy.zip"} 40 http_response_size_bytes_count{method="GET",path="/policy.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/ponxnwapemsce.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/ponxnwapemsce.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/ponxnwapemsce.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/ponxnwapemsce.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/ponxnwapemsce.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/ponxnwapemsce.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/ponxnwapemsce.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/ponxnwapemsce.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/ponxnwapemsce.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/ponxnwapemsce.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/ponxnwapemsce.php"} 43 http_response_size_bytes_count{method="GET",path="/ponxnwapemsce.php"} 1 http_response_size_bytes_bucket{method="GET",path="/pop.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/pop.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/pop.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/pop.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/pop.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/pop.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/pop.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/pop.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/pop.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/pop.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/pop.php"} 86 http_response_size_bytes_count{method="GET",path="/pop.php"} 2 http_response_size_bytes_bucket{method="GET",path="/pop3.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/pop3.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/pop3.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/pop3.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/pop3.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/pop3.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/pop3.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/pop3.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/pop3.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/pop3.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/pop3.zip"} 40 http_response_size_bytes_count{method="GET",path="/pop3.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/popo.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/popo.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/popo.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/popo.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/popo.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/popo.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/popo.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/popo.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/popo.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/popo.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/popo.php"} 43 http_response_size_bytes_count{method="GET",path="/popo.php"} 1 http_response_size_bytes_bucket{method="GET",path="/portal.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/portal.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/portal.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/portal.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/portal.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/portal.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/portal.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/portal.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/portal.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/portal.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/portal.zip"} 40 http_response_size_bytes_count{method="GET",path="/portal.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/portal/.env",le="100"} 11 http_response_size_bytes_bucket{method="GET",path="/portal/.env",le="500"} 11 http_response_size_bytes_bucket{method="GET",path="/portal/.env",le="1000"} 11 http_response_size_bytes_bucket{method="GET",path="/portal/.env",le="5000"} 11 http_response_size_bytes_bucket{method="GET",path="/portal/.env",le="10000"} 11 http_response_size_bytes_bucket{method="GET",path="/portal/.env",le="50000"} 11 http_response_size_bytes_bucket{method="GET",path="/portal/.env",le="100000"} 11 http_response_size_bytes_bucket{method="GET",path="/portal/.env",le="500000"} 11 http_response_size_bytes_bucket{method="GET",path="/portal/.env",le="1e+06"} 11 http_response_size_bytes_bucket{method="GET",path="/portal/.env",le="+Inf"} 11 http_response_size_bytes_sum{method="GET",path="/portal/.env"} 475 http_response_size_bytes_count{method="GET",path="/portal/.env"} 11 http_response_size_bytes_bucket{method="GET",path="/portal/.git/config",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/portal/.git/config",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/portal/.git/config",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/portal/.git/config",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/portal/.git/config",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/portal/.git/config",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/portal/.git/config",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/portal/.git/config",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/portal/.git/config",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/portal/.git/config",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/portal/.git/config"} 44 http_response_size_bytes_count{method="GET",path="/portal/.git/config"} 1 http_response_size_bytes_bucket{method="GET",path="/postgres.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/postgres.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/postgres.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/postgres.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/postgres.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/postgres.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/postgres.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/postgres.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/postgres.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/postgres.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/postgres.zip"} 40 http_response_size_bytes_count{method="GET",path="/postgres.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/postgres/.env",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/postgres/.env",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/postgres/.env",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/postgres/.env",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/postgres/.env",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/postgres/.env",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/postgres/.env",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/postgres/.env",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/postgres/.env",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/postgres/.env",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/postgres/.env"} 44 http_response_size_bytes_count{method="GET",path="/postgres/.env"} 1 http_response_size_bytes_bucket{method="GET",path="/postgresql.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/postgresql.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/postgresql.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/postgresql.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/postgresql.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/postgresql.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/postgresql.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/postgresql.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/postgresql.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/postgresql.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/postgresql.zip"} 40 http_response_size_bytes_count{method="GET",path="/postgresql.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/postmark/.env",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/postmark/.env",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/postmark/.env",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/postmark/.env",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/postmark/.env",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/postmark/.env",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/postmark/.env",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/postmark/.env",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/postmark/.env",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/postmark/.env",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/postmark/.env"} 87 http_response_size_bytes_count{method="GET",path="/postmark/.env"} 2 http_response_size_bytes_bucket{method="GET",path="/posts/*",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/posts/*",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/posts/*",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/posts/*",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/posts/*",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/posts/*",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/posts/*",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/posts/*",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/posts/*",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/posts/*",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/posts/*"} 88 http_response_size_bytes_count{method="GET",path="/posts/*"} 2 http_response_size_bytes_bucket{method="GET",path="/pouhg.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/pouhg.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/pouhg.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/pouhg.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/pouhg.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/pouhg.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/pouhg.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/pouhg.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/pouhg.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/pouhg.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/pouhg.php"} 43 http_response_size_bytes_count{method="GET",path="/pouhg.php"} 1 http_response_size_bytes_bucket{method="GET",path="/pp.php",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/pp.php",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/pp.php",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/pp.php",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/pp.php",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/pp.php",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/pp.php",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/pp.php",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/pp.php",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/pp.php",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/pp.php"} 172 http_response_size_bytes_count{method="GET",path="/pp.php"} 4 http_response_size_bytes_bucket{method="GET",path="/ppp.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/ppp.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/ppp.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/ppp.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/ppp.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/ppp.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/ppp.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/ppp.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/ppp.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/ppp.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/ppp.php"} 86 http_response_size_bytes_count{method="GET",path="/ppp.php"} 2 http_response_size_bytes_bucket{method="GET",path="/ppx.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/ppx.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/ppx.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/ppx.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/ppx.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/ppx.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/ppx.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/ppx.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/ppx.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/ppx.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/ppx.php"} 43 http_response_size_bytes_count{method="GET",path="/ppx.php"} 1 http_response_size_bytes_bucket{method="GET",path="/pre-prod.7z",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/pre-prod.7z",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/pre-prod.7z",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/pre-prod.7z",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/pre-prod.7z",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/pre-prod.7z",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/pre-prod.7z",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/pre-prod.7z",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/pre-prod.7z",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/pre-prod.7z",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/pre-prod.7z"} 43 http_response_size_bytes_count{method="GET",path="/pre-prod.7z"} 1 http_response_size_bytes_bucket{method="GET",path="/pre-prod.bz2",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/pre-prod.bz2",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/pre-prod.bz2",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/pre-prod.bz2",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/pre-prod.bz2",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/pre-prod.bz2",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/pre-prod.bz2",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/pre-prod.bz2",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/pre-prod.bz2",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/pre-prod.bz2",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/pre-prod.bz2"} 43 http_response_size_bytes_count{method="GET",path="/pre-prod.bz2"} 1 http_response_size_bytes_bucket{method="GET",path="/pre-prod.gz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/pre-prod.gz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/pre-prod.gz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/pre-prod.gz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/pre-prod.gz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/pre-prod.gz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/pre-prod.gz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/pre-prod.gz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/pre-prod.gz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/pre-prod.gz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/pre-prod.gz"} 43 http_response_size_bytes_count{method="GET",path="/pre-prod.gz"} 1 http_response_size_bytes_bucket{method="GET",path="/pre-prod.rar",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/pre-prod.rar",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/pre-prod.rar",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/pre-prod.rar",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/pre-prod.rar",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/pre-prod.rar",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/pre-prod.rar",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/pre-prod.rar",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/pre-prod.rar",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/pre-prod.rar",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/pre-prod.rar"} 43 http_response_size_bytes_count{method="GET",path="/pre-prod.rar"} 1 http_response_size_bytes_bucket{method="GET",path="/pre-prod.sql",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/pre-prod.sql",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/pre-prod.sql",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/pre-prod.sql",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/pre-prod.sql",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/pre-prod.sql",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/pre-prod.sql",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/pre-prod.sql",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/pre-prod.sql",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/pre-prod.sql",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/pre-prod.sql"} 43 http_response_size_bytes_count{method="GET",path="/pre-prod.sql"} 1 http_response_size_bytes_bucket{method="GET",path="/pre-prod.sql.bz2",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/pre-prod.sql.bz2",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/pre-prod.sql.bz2",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/pre-prod.sql.bz2",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/pre-prod.sql.bz2",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/pre-prod.sql.bz2",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/pre-prod.sql.bz2",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/pre-prod.sql.bz2",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/pre-prod.sql.bz2",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/pre-prod.sql.bz2",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/pre-prod.sql.bz2"} 43 http_response_size_bytes_count{method="GET",path="/pre-prod.sql.bz2"} 1 http_response_size_bytes_bucket{method="GET",path="/pre-prod.sql.gz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/pre-prod.sql.gz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/pre-prod.sql.gz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/pre-prod.sql.gz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/pre-prod.sql.gz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/pre-prod.sql.gz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/pre-prod.sql.gz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/pre-prod.sql.gz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/pre-prod.sql.gz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/pre-prod.sql.gz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/pre-prod.sql.gz"} 43 http_response_size_bytes_count{method="GET",path="/pre-prod.sql.gz"} 1 http_response_size_bytes_bucket{method="GET",path="/pre-prod.tar",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/pre-prod.tar",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/pre-prod.tar",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/pre-prod.tar",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/pre-prod.tar",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/pre-prod.tar",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/pre-prod.tar",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/pre-prod.tar",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/pre-prod.tar",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/pre-prod.tar",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/pre-prod.tar"} 43 http_response_size_bytes_count{method="GET",path="/pre-prod.tar"} 1 http_response_size_bytes_bucket{method="GET",path="/pre-prod.tar.bz2",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/pre-prod.tar.bz2",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/pre-prod.tar.bz2",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/pre-prod.tar.bz2",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/pre-prod.tar.bz2",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/pre-prod.tar.bz2",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/pre-prod.tar.bz2",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/pre-prod.tar.bz2",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/pre-prod.tar.bz2",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/pre-prod.tar.bz2",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/pre-prod.tar.bz2"} 43 http_response_size_bytes_count{method="GET",path="/pre-prod.tar.bz2"} 1 http_response_size_bytes_bucket{method="GET",path="/pre-prod.tar.gz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/pre-prod.tar.gz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/pre-prod.tar.gz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/pre-prod.tar.gz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/pre-prod.tar.gz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/pre-prod.tar.gz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/pre-prod.tar.gz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/pre-prod.tar.gz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/pre-prod.tar.gz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/pre-prod.tar.gz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/pre-prod.tar.gz"} 43 http_response_size_bytes_count{method="GET",path="/pre-prod.tar.gz"} 1 http_response_size_bytes_bucket{method="GET",path="/pre-prod.tar.xz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/pre-prod.tar.xz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/pre-prod.tar.xz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/pre-prod.tar.xz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/pre-prod.tar.xz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/pre-prod.tar.xz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/pre-prod.tar.xz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/pre-prod.tar.xz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/pre-prod.tar.xz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/pre-prod.tar.xz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/pre-prod.tar.xz"} 43 http_response_size_bytes_count{method="GET",path="/pre-prod.tar.xz"} 1 http_response_size_bytes_bucket{method="GET",path="/pre-prod.tgz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/pre-prod.tgz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/pre-prod.tgz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/pre-prod.tgz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/pre-prod.tgz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/pre-prod.tgz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/pre-prod.tgz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/pre-prod.tgz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/pre-prod.tgz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/pre-prod.tgz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/pre-prod.tgz"} 43 http_response_size_bytes_count{method="GET",path="/pre-prod.tgz"} 1 http_response_size_bytes_bucket{method="GET",path="/pre-prod.zip",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/pre-prod.zip",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/pre-prod.zip",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/pre-prod.zip",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/pre-prod.zip",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/pre-prod.zip",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/pre-prod.zip",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/pre-prod.zip",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/pre-prod.zip",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/pre-prod.zip",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/pre-prod.zip"} 43 http_response_size_bytes_count{method="GET",path="/pre-prod.zip"} 1 http_response_size_bytes_bucket{method="GET",path="/pre-prod.zst",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/pre-prod.zst",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/pre-prod.zst",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/pre-prod.zst",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/pre-prod.zst",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/pre-prod.zst",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/pre-prod.zst",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/pre-prod.zst",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/pre-prod.zst",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/pre-prod.zst",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/pre-prod.zst"} 43 http_response_size_bytes_count{method="GET",path="/pre-prod.zst"} 1 http_response_size_bytes_bucket{method="GET",path="/pre-production.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/pre-production.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/pre-production.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/pre-production.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/pre-production.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/pre-production.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/pre-production.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/pre-production.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/pre-production.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/pre-production.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/pre-production.zip"} 40 http_response_size_bytes_count{method="GET",path="/pre-production.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/preferences.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/preferences.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/preferences.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/preferences.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/preferences.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/preferences.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/preferences.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/preferences.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/preferences.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/preferences.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/preferences.zip"} 40 http_response_size_bytes_count{method="GET",path="/preferences.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/preprod.7z",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/preprod.7z",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/preprod.7z",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/preprod.7z",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/preprod.7z",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/preprod.7z",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/preprod.7z",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/preprod.7z",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/preprod.7z",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/preprod.7z",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/preprod.7z"} 43 http_response_size_bytes_count{method="GET",path="/preprod.7z"} 1 http_response_size_bytes_bucket{method="GET",path="/preprod.bz2",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/preprod.bz2",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/preprod.bz2",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/preprod.bz2",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/preprod.bz2",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/preprod.bz2",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/preprod.bz2",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/preprod.bz2",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/preprod.bz2",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/preprod.bz2",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/preprod.bz2"} 43 http_response_size_bytes_count{method="GET",path="/preprod.bz2"} 1 http_response_size_bytes_bucket{method="GET",path="/preprod.gz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/preprod.gz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/preprod.gz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/preprod.gz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/preprod.gz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/preprod.gz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/preprod.gz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/preprod.gz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/preprod.gz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/preprod.gz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/preprod.gz"} 43 http_response_size_bytes_count{method="GET",path="/preprod.gz"} 1 http_response_size_bytes_bucket{method="GET",path="/preprod.rar",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/preprod.rar",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/preprod.rar",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/preprod.rar",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/preprod.rar",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/preprod.rar",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/preprod.rar",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/preprod.rar",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/preprod.rar",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/preprod.rar",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/preprod.rar"} 43 http_response_size_bytes_count{method="GET",path="/preprod.rar"} 1 http_response_size_bytes_bucket{method="GET",path="/preprod.sql",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/preprod.sql",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/preprod.sql",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/preprod.sql",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/preprod.sql",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/preprod.sql",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/preprod.sql",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/preprod.sql",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/preprod.sql",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/preprod.sql",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/preprod.sql"} 43 http_response_size_bytes_count{method="GET",path="/preprod.sql"} 1 http_response_size_bytes_bucket{method="GET",path="/preprod.sql.bz2",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/preprod.sql.bz2",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/preprod.sql.bz2",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/preprod.sql.bz2",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/preprod.sql.bz2",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/preprod.sql.bz2",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/preprod.sql.bz2",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/preprod.sql.bz2",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/preprod.sql.bz2",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/preprod.sql.bz2",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/preprod.sql.bz2"} 43 http_response_size_bytes_count{method="GET",path="/preprod.sql.bz2"} 1 http_response_size_bytes_bucket{method="GET",path="/preprod.sql.gz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/preprod.sql.gz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/preprod.sql.gz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/preprod.sql.gz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/preprod.sql.gz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/preprod.sql.gz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/preprod.sql.gz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/preprod.sql.gz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/preprod.sql.gz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/preprod.sql.gz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/preprod.sql.gz"} 43 http_response_size_bytes_count{method="GET",path="/preprod.sql.gz"} 1 http_response_size_bytes_bucket{method="GET",path="/preprod.tar",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/preprod.tar",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/preprod.tar",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/preprod.tar",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/preprod.tar",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/preprod.tar",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/preprod.tar",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/preprod.tar",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/preprod.tar",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/preprod.tar",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/preprod.tar"} 43 http_response_size_bytes_count{method="GET",path="/preprod.tar"} 1 http_response_size_bytes_bucket{method="GET",path="/preprod.tar.bz2",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/preprod.tar.bz2",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/preprod.tar.bz2",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/preprod.tar.bz2",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/preprod.tar.bz2",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/preprod.tar.bz2",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/preprod.tar.bz2",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/preprod.tar.bz2",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/preprod.tar.bz2",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/preprod.tar.bz2",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/preprod.tar.bz2"} 43 http_response_size_bytes_count{method="GET",path="/preprod.tar.bz2"} 1 http_response_size_bytes_bucket{method="GET",path="/preprod.tar.gz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/preprod.tar.gz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/preprod.tar.gz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/preprod.tar.gz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/preprod.tar.gz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/preprod.tar.gz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/preprod.tar.gz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/preprod.tar.gz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/preprod.tar.gz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/preprod.tar.gz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/preprod.tar.gz"} 43 http_response_size_bytes_count{method="GET",path="/preprod.tar.gz"} 1 http_response_size_bytes_bucket{method="GET",path="/preprod.tar.xz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/preprod.tar.xz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/preprod.tar.xz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/preprod.tar.xz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/preprod.tar.xz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/preprod.tar.xz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/preprod.tar.xz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/preprod.tar.xz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/preprod.tar.xz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/preprod.tar.xz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/preprod.tar.xz"} 43 http_response_size_bytes_count{method="GET",path="/preprod.tar.xz"} 1 http_response_size_bytes_bucket{method="GET",path="/preprod.tgz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/preprod.tgz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/preprod.tgz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/preprod.tgz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/preprod.tgz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/preprod.tgz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/preprod.tgz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/preprod.tgz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/preprod.tgz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/preprod.tgz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/preprod.tgz"} 43 http_response_size_bytes_count{method="GET",path="/preprod.tgz"} 1 http_response_size_bytes_bucket{method="GET",path="/preprod.zip",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/preprod.zip",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/preprod.zip",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/preprod.zip",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/preprod.zip",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/preprod.zip",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/preprod.zip",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/preprod.zip",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/preprod.zip",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/preprod.zip",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/preprod.zip"} 43 http_response_size_bytes_count{method="GET",path="/preprod.zip"} 1 http_response_size_bytes_bucket{method="GET",path="/preprod.zst",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/preprod.zst",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/preprod.zst",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/preprod.zst",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/preprod.zst",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/preprod.zst",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/preprod.zst",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/preprod.zst",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/preprod.zst",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/preprod.zst",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/preprod.zst"} 43 http_response_size_bytes_count{method="GET",path="/preprod.zst"} 1 http_response_size_bytes_bucket{method="GET",path="/press.php",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/press.php",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/press.php",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/press.php",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/press.php",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/press.php",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/press.php",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/press.php",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/press.php",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/press.php",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/press.php"} 172 http_response_size_bytes_count{method="GET",path="/press.php"} 4 http_response_size_bytes_bucket{method="GET",path="/prestashop.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/prestashop.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/prestashop.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/prestashop.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/prestashop.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/prestashop.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/prestashop.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/prestashop.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/prestashop.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/prestashop.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/prestashop.zip"} 40 http_response_size_bytes_count{method="GET",path="/prestashop.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/prestashop/.env",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/prestashop/.env",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/prestashop/.env",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/prestashop/.env",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/prestashop/.env",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/prestashop/.env",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/prestashop/.env",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/prestashop/.env",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/prestashop/.env",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/prestashop/.env",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/prestashop/.env"} 87 http_response_size_bytes_count{method="GET",path="/prestashop/.env"} 2 http_response_size_bytes_bucket{method="GET",path="/preview/.env",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/preview/.env",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/preview/.env",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/preview/.env",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/preview/.env",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/preview/.env",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/preview/.env",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/preview/.env",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/preview/.env",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/preview/.env",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/preview/.env"} 44 http_response_size_bytes_count{method="GET",path="/preview/.env"} 1 http_response_size_bytes_bucket{method="GET",path="/preview/phpinfo.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/preview/phpinfo.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/preview/phpinfo.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/preview/phpinfo.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/preview/phpinfo.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/preview/phpinfo.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/preview/phpinfo.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/preview/phpinfo.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/preview/phpinfo.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/preview/phpinfo.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/preview/phpinfo.php"} 44 http_response_size_bytes_count{method="GET",path="/preview/phpinfo.php"} 1 http_response_size_bytes_bucket{method="GET",path="/privacy.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/privacy.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/privacy.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/privacy.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/privacy.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/privacy.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/privacy.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/privacy.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/privacy.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/privacy.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/privacy.zip"} 40 http_response_size_bytes_count{method="GET",path="/privacy.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/private.7z",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/private.7z",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/private.7z",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/private.7z",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/private.7z",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/private.7z",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/private.7z",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/private.7z",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/private.7z",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/private.7z",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/private.7z"} 43 http_response_size_bytes_count{method="GET",path="/private.7z"} 1 http_response_size_bytes_bucket{method="GET",path="/private.bz2",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/private.bz2",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/private.bz2",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/private.bz2",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/private.bz2",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/private.bz2",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/private.bz2",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/private.bz2",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/private.bz2",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/private.bz2",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/private.bz2"} 43 http_response_size_bytes_count{method="GET",path="/private.bz2"} 1 http_response_size_bytes_bucket{method="GET",path="/private.gz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/private.gz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/private.gz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/private.gz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/private.gz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/private.gz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/private.gz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/private.gz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/private.gz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/private.gz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/private.gz"} 43 http_response_size_bytes_count{method="GET",path="/private.gz"} 1 http_response_size_bytes_bucket{method="GET",path="/private.rar",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/private.rar",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/private.rar",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/private.rar",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/private.rar",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/private.rar",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/private.rar",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/private.rar",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/private.rar",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/private.rar",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/private.rar"} 43 http_response_size_bytes_count{method="GET",path="/private.rar"} 1 http_response_size_bytes_bucket{method="GET",path="/private.sql",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/private.sql",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/private.sql",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/private.sql",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/private.sql",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/private.sql",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/private.sql",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/private.sql",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/private.sql",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/private.sql",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/private.sql"} 43 http_response_size_bytes_count{method="GET",path="/private.sql"} 1 http_response_size_bytes_bucket{method="GET",path="/private.sql.bz2",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/private.sql.bz2",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/private.sql.bz2",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/private.sql.bz2",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/private.sql.bz2",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/private.sql.bz2",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/private.sql.bz2",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/private.sql.bz2",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/private.sql.bz2",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/private.sql.bz2",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/private.sql.bz2"} 43 http_response_size_bytes_count{method="GET",path="/private.sql.bz2"} 1 http_response_size_bytes_bucket{method="GET",path="/private.sql.gz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/private.sql.gz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/private.sql.gz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/private.sql.gz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/private.sql.gz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/private.sql.gz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/private.sql.gz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/private.sql.gz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/private.sql.gz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/private.sql.gz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/private.sql.gz"} 43 http_response_size_bytes_count{method="GET",path="/private.sql.gz"} 1 http_response_size_bytes_bucket{method="GET",path="/private.tar",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/private.tar",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/private.tar",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/private.tar",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/private.tar",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/private.tar",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/private.tar",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/private.tar",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/private.tar",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/private.tar",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/private.tar"} 43 http_response_size_bytes_count{method="GET",path="/private.tar"} 1 http_response_size_bytes_bucket{method="GET",path="/private.tar.bz2",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/private.tar.bz2",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/private.tar.bz2",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/private.tar.bz2",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/private.tar.bz2",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/private.tar.bz2",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/private.tar.bz2",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/private.tar.bz2",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/private.tar.bz2",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/private.tar.bz2",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/private.tar.bz2"} 43 http_response_size_bytes_count{method="GET",path="/private.tar.bz2"} 1 http_response_size_bytes_bucket{method="GET",path="/private.tar.gz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/private.tar.gz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/private.tar.gz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/private.tar.gz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/private.tar.gz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/private.tar.gz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/private.tar.gz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/private.tar.gz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/private.tar.gz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/private.tar.gz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/private.tar.gz"} 43 http_response_size_bytes_count{method="GET",path="/private.tar.gz"} 1 http_response_size_bytes_bucket{method="GET",path="/private.tar.xz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/private.tar.xz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/private.tar.xz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/private.tar.xz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/private.tar.xz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/private.tar.xz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/private.tar.xz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/private.tar.xz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/private.tar.xz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/private.tar.xz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/private.tar.xz"} 43 http_response_size_bytes_count{method="GET",path="/private.tar.xz"} 1 http_response_size_bytes_bucket{method="GET",path="/private.tgz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/private.tgz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/private.tgz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/private.tgz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/private.tgz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/private.tgz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/private.tgz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/private.tgz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/private.tgz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/private.tgz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/private.tgz"} 43 http_response_size_bytes_count{method="GET",path="/private.tgz"} 1 http_response_size_bytes_bucket{method="GET",path="/private.zip",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/private.zip",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/private.zip",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/private.zip",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/private.zip",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/private.zip",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/private.zip",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/private.zip",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/private.zip",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/private.zip",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/private.zip"} 83 http_response_size_bytes_count{method="GET",path="/private.zip"} 3 http_response_size_bytes_bucket{method="GET",path="/private.zst",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/private.zst",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/private.zst",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/private.zst",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/private.zst",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/private.zst",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/private.zst",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/private.zst",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/private.zst",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/private.zst",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/private.zst"} 43 http_response_size_bytes_count{method="GET",path="/private.zst"} 1 http_response_size_bytes_bucket{method="GET",path="/private/.env",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/private/.env",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/private/.env",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/private/.env",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/private/.env",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/private/.env",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/private/.env",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/private/.env",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/private/.env",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/private/.env",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/private/.env"} 87 http_response_size_bytes_count{method="GET",path="/private/.env"} 2 http_response_size_bytes_bucket{method="GET",path="/privkey.pem",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/privkey.pem",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/privkey.pem",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/privkey.pem",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/privkey.pem",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/privkey.pem",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/privkey.pem",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/privkey.pem",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/privkey.pem",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/privkey.pem",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/privkey.pem"} 43 http_response_size_bytes_count{method="GET",path="/privkey.pem"} 1 http_response_size_bytes_bucket{method="GET",path="/proc.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/proc.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/proc.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/proc.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/proc.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/proc.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/proc.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/proc.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/proc.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/proc.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/proc.zip"} 40 http_response_size_bytes_count{method="GET",path="/proc.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/proc/index.cgi",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/proc/index.cgi",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/proc/index.cgi",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/proc/index.cgi",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/proc/index.cgi",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/proc/index.cgi",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/proc/index.cgi",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/proc/index.cgi",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/proc/index.cgi",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/proc/index.cgi",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/proc/index.cgi"} 88 http_response_size_bytes_count{method="GET",path="/proc/index.cgi"} 2 http_response_size_bytes_bucket{method="GET",path="/process.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/process.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/process.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/process.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/process.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/process.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/process.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/process.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/process.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/process.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/process.zip"} 39 http_response_size_bytes_count{method="GET",path="/process.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/prod.7z",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/prod.7z",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/prod.7z",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/prod.7z",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/prod.7z",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/prod.7z",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/prod.7z",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/prod.7z",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/prod.7z",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/prod.7z",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/prod.7z"} 43 http_response_size_bytes_count{method="GET",path="/prod.7z"} 1 http_response_size_bytes_bucket{method="GET",path="/prod.bz2",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/prod.bz2",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/prod.bz2",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/prod.bz2",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/prod.bz2",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/prod.bz2",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/prod.bz2",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/prod.bz2",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/prod.bz2",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/prod.bz2",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/prod.bz2"} 43 http_response_size_bytes_count{method="GET",path="/prod.bz2"} 1 http_response_size_bytes_bucket{method="GET",path="/prod.gz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/prod.gz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/prod.gz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/prod.gz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/prod.gz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/prod.gz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/prod.gz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/prod.gz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/prod.gz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/prod.gz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/prod.gz"} 43 http_response_size_bytes_count{method="GET",path="/prod.gz"} 1 http_response_size_bytes_bucket{method="GET",path="/prod.rar",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/prod.rar",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/prod.rar",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/prod.rar",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/prod.rar",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/prod.rar",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/prod.rar",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/prod.rar",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/prod.rar",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/prod.rar",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/prod.rar"} 43 http_response_size_bytes_count{method="GET",path="/prod.rar"} 1 http_response_size_bytes_bucket{method="GET",path="/prod.sql",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/prod.sql",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/prod.sql",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/prod.sql",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/prod.sql",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/prod.sql",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/prod.sql",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/prod.sql",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/prod.sql",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/prod.sql",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/prod.sql"} 43 http_response_size_bytes_count{method="GET",path="/prod.sql"} 1 http_response_size_bytes_bucket{method="GET",path="/prod.sql.bz2",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/prod.sql.bz2",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/prod.sql.bz2",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/prod.sql.bz2",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/prod.sql.bz2",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/prod.sql.bz2",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/prod.sql.bz2",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/prod.sql.bz2",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/prod.sql.bz2",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/prod.sql.bz2",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/prod.sql.bz2"} 43 http_response_size_bytes_count{method="GET",path="/prod.sql.bz2"} 1 http_response_size_bytes_bucket{method="GET",path="/prod.sql.gz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/prod.sql.gz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/prod.sql.gz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/prod.sql.gz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/prod.sql.gz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/prod.sql.gz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/prod.sql.gz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/prod.sql.gz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/prod.sql.gz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/prod.sql.gz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/prod.sql.gz"} 43 http_response_size_bytes_count{method="GET",path="/prod.sql.gz"} 1 http_response_size_bytes_bucket{method="GET",path="/prod.tar",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/prod.tar",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/prod.tar",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/prod.tar",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/prod.tar",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/prod.tar",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/prod.tar",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/prod.tar",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/prod.tar",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/prod.tar",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/prod.tar"} 43 http_response_size_bytes_count{method="GET",path="/prod.tar"} 1 http_response_size_bytes_bucket{method="GET",path="/prod.tar.bz2",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/prod.tar.bz2",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/prod.tar.bz2",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/prod.tar.bz2",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/prod.tar.bz2",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/prod.tar.bz2",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/prod.tar.bz2",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/prod.tar.bz2",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/prod.tar.bz2",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/prod.tar.bz2",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/prod.tar.bz2"} 43 http_response_size_bytes_count{method="GET",path="/prod.tar.bz2"} 1 http_response_size_bytes_bucket{method="GET",path="/prod.tar.gz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/prod.tar.gz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/prod.tar.gz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/prod.tar.gz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/prod.tar.gz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/prod.tar.gz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/prod.tar.gz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/prod.tar.gz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/prod.tar.gz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/prod.tar.gz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/prod.tar.gz"} 43 http_response_size_bytes_count{method="GET",path="/prod.tar.gz"} 1 http_response_size_bytes_bucket{method="GET",path="/prod.tar.xz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/prod.tar.xz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/prod.tar.xz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/prod.tar.xz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/prod.tar.xz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/prod.tar.xz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/prod.tar.xz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/prod.tar.xz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/prod.tar.xz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/prod.tar.xz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/prod.tar.xz"} 43 http_response_size_bytes_count{method="GET",path="/prod.tar.xz"} 1 http_response_size_bytes_bucket{method="GET",path="/prod.tgz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/prod.tgz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/prod.tgz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/prod.tgz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/prod.tgz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/prod.tgz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/prod.tgz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/prod.tgz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/prod.tgz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/prod.tgz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/prod.tgz"} 43 http_response_size_bytes_count{method="GET",path="/prod.tgz"} 1 http_response_size_bytes_bucket{method="GET",path="/prod.zip",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/prod.zip",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/prod.zip",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/prod.zip",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/prod.zip",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/prod.zip",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/prod.zip",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/prod.zip",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/prod.zip",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/prod.zip",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/prod.zip"} 43 http_response_size_bytes_count{method="GET",path="/prod.zip"} 1 http_response_size_bytes_bucket{method="GET",path="/prod.zst",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/prod.zst",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/prod.zst",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/prod.zst",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/prod.zst",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/prod.zst",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/prod.zst",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/prod.zst",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/prod.zst",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/prod.zst",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/prod.zst"} 43 http_response_size_bytes_count{method="GET",path="/prod.zst"} 1 http_response_size_bytes_bucket{method="GET",path="/prod/.env",le="100"} 13 http_response_size_bytes_bucket{method="GET",path="/prod/.env",le="500"} 13 http_response_size_bytes_bucket{method="GET",path="/prod/.env",le="1000"} 13 http_response_size_bytes_bucket{method="GET",path="/prod/.env",le="5000"} 13 http_response_size_bytes_bucket{method="GET",path="/prod/.env",le="10000"} 13 http_response_size_bytes_bucket{method="GET",path="/prod/.env",le="50000"} 13 http_response_size_bytes_bucket{method="GET",path="/prod/.env",le="100000"} 13 http_response_size_bytes_bucket{method="GET",path="/prod/.env",le="500000"} 13 http_response_size_bytes_bucket{method="GET",path="/prod/.env",le="1e+06"} 13 http_response_size_bytes_bucket{method="GET",path="/prod/.env",le="+Inf"} 13 http_response_size_bytes_sum{method="GET",path="/prod/.env"} 562 http_response_size_bytes_count{method="GET",path="/prod/.env"} 13 http_response_size_bytes_bucket{method="GET",path="/prod/config.js",le="100"} 19 http_response_size_bytes_bucket{method="GET",path="/prod/config.js",le="500"} 19 http_response_size_bytes_bucket{method="GET",path="/prod/config.js",le="1000"} 19 http_response_size_bytes_bucket{method="GET",path="/prod/config.js",le="5000"} 19 http_response_size_bytes_bucket{method="GET",path="/prod/config.js",le="10000"} 19 http_response_size_bytes_bucket{method="GET",path="/prod/config.js",le="50000"} 19 http_response_size_bytes_bucket{method="GET",path="/prod/config.js",le="100000"} 19 http_response_size_bytes_bucket{method="GET",path="/prod/config.js",le="500000"} 19 http_response_size_bytes_bucket{method="GET",path="/prod/config.js",le="1e+06"} 19 http_response_size_bytes_bucket{method="GET",path="/prod/config.js",le="+Inf"} 19 http_response_size_bytes_sum{method="GET",path="/prod/config.js"} 835 http_response_size_bytes_count{method="GET",path="/prod/config.js"} 19 http_response_size_bytes_bucket{method="GET",path="/product.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/product.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/product.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/product.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/product.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/product.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/product.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/product.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/product.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/product.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/product.php"} 43 http_response_size_bytes_count{method="GET",path="/product.php"} 1 http_response_size_bytes_bucket{method="GET",path="/product/.env",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/product/.env",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/product/.env",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/product/.env",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/product/.env",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/product/.env",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/product/.env",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/product/.env",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/product/.env",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/product/.env",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/product/.env"} 88 http_response_size_bytes_count{method="GET",path="/product/.env"} 2 http_response_size_bytes_bucket{method="GET",path="/production.7z",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/production.7z",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/production.7z",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/production.7z",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/production.7z",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/production.7z",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/production.7z",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/production.7z",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/production.7z",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/production.7z",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/production.7z"} 43 http_response_size_bytes_count{method="GET",path="/production.7z"} 1 http_response_size_bytes_bucket{method="GET",path="/production.bz2",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/production.bz2",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/production.bz2",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/production.bz2",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/production.bz2",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/production.bz2",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/production.bz2",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/production.bz2",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/production.bz2",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/production.bz2",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/production.bz2"} 43 http_response_size_bytes_count{method="GET",path="/production.bz2"} 1 http_response_size_bytes_bucket{method="GET",path="/production.gz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/production.gz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/production.gz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/production.gz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/production.gz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/production.gz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/production.gz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/production.gz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/production.gz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/production.gz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/production.gz"} 43 http_response_size_bytes_count{method="GET",path="/production.gz"} 1 http_response_size_bytes_bucket{method="GET",path="/production.rar",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/production.rar",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/production.rar",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/production.rar",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/production.rar",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/production.rar",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/production.rar",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/production.rar",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/production.rar",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/production.rar",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/production.rar"} 43 http_response_size_bytes_count{method="GET",path="/production.rar"} 1 http_response_size_bytes_bucket{method="GET",path="/production.sql",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/production.sql",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/production.sql",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/production.sql",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/production.sql",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/production.sql",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/production.sql",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/production.sql",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/production.sql",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/production.sql",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/production.sql"} 43 http_response_size_bytes_count{method="GET",path="/production.sql"} 1 http_response_size_bytes_bucket{method="GET",path="/production.sql.bz2",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/production.sql.bz2",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/production.sql.bz2",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/production.sql.bz2",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/production.sql.bz2",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/production.sql.bz2",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/production.sql.bz2",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/production.sql.bz2",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/production.sql.bz2",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/production.sql.bz2",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/production.sql.bz2"} 43 http_response_size_bytes_count{method="GET",path="/production.sql.bz2"} 1 http_response_size_bytes_bucket{method="GET",path="/production.sql.gz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/production.sql.gz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/production.sql.gz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/production.sql.gz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/production.sql.gz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/production.sql.gz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/production.sql.gz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/production.sql.gz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/production.sql.gz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/production.sql.gz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/production.sql.gz"} 43 http_response_size_bytes_count{method="GET",path="/production.sql.gz"} 1 http_response_size_bytes_bucket{method="GET",path="/production.tar",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/production.tar",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/production.tar",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/production.tar",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/production.tar",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/production.tar",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/production.tar",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/production.tar",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/production.tar",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/production.tar",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/production.tar"} 43 http_response_size_bytes_count{method="GET",path="/production.tar"} 1 http_response_size_bytes_bucket{method="GET",path="/production.tar.bz2",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/production.tar.bz2",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/production.tar.bz2",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/production.tar.bz2",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/production.tar.bz2",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/production.tar.bz2",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/production.tar.bz2",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/production.tar.bz2",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/production.tar.bz2",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/production.tar.bz2",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/production.tar.bz2"} 43 http_response_size_bytes_count{method="GET",path="/production.tar.bz2"} 1 http_response_size_bytes_bucket{method="GET",path="/production.tar.gz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/production.tar.gz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/production.tar.gz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/production.tar.gz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/production.tar.gz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/production.tar.gz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/production.tar.gz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/production.tar.gz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/production.tar.gz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/production.tar.gz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/production.tar.gz"} 43 http_response_size_bytes_count{method="GET",path="/production.tar.gz"} 1 http_response_size_bytes_bucket{method="GET",path="/production.tar.xz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/production.tar.xz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/production.tar.xz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/production.tar.xz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/production.tar.xz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/production.tar.xz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/production.tar.xz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/production.tar.xz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/production.tar.xz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/production.tar.xz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/production.tar.xz"} 43 http_response_size_bytes_count{method="GET",path="/production.tar.xz"} 1 http_response_size_bytes_bucket{method="GET",path="/production.tgz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/production.tgz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/production.tgz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/production.tgz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/production.tgz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/production.tgz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/production.tgz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/production.tgz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/production.tgz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/production.tgz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/production.tgz"} 43 http_response_size_bytes_count{method="GET",path="/production.tgz"} 1 http_response_size_bytes_bucket{method="GET",path="/production.zip",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/production.zip",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/production.zip",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/production.zip",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/production.zip",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/production.zip",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/production.zip",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/production.zip",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/production.zip",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/production.zip",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/production.zip"} 83 http_response_size_bytes_count{method="GET",path="/production.zip"} 3 http_response_size_bytes_bucket{method="GET",path="/production.zst",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/production.zst",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/production.zst",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/production.zst",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/production.zst",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/production.zst",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/production.zst",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/production.zst",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/production.zst",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/production.zst",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/production.zst"} 43 http_response_size_bytes_count{method="GET",path="/production.zst"} 1 http_response_size_bytes_bucket{method="GET",path="/production/.env",le="100"} 5 http_response_size_bytes_bucket{method="GET",path="/production/.env",le="500"} 5 http_response_size_bytes_bucket{method="GET",path="/production/.env",le="1000"} 5 http_response_size_bytes_bucket{method="GET",path="/production/.env",le="5000"} 5 http_response_size_bytes_bucket{method="GET",path="/production/.env",le="10000"} 5 http_response_size_bytes_bucket{method="GET",path="/production/.env",le="50000"} 5 http_response_size_bytes_bucket{method="GET",path="/production/.env",le="100000"} 5 http_response_size_bytes_bucket{method="GET",path="/production/.env",le="500000"} 5 http_response_size_bytes_bucket{method="GET",path="/production/.env",le="1e+06"} 5 http_response_size_bytes_bucket{method="GET",path="/production/.env",le="+Inf"} 5 http_response_size_bytes_sum{method="GET",path="/production/.env"} 220 http_response_size_bytes_count{method="GET",path="/production/.env"} 5 http_response_size_bytes_bucket{method="GET",path="/products",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/products",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/products",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/products",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/products",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/products",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/products",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/products",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/products",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/products",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/products"} 88 http_response_size_bytes_count{method="GET",path="/products"} 2 http_response_size_bytes_bucket{method="GET",path="/products.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/products.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/products.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/products.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/products.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/products.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/products.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/products.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/products.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/products.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/products.zip"} 40 http_response_size_bytes_count{method="GET",path="/products.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/profile.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/profile.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/profile.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/profile.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/profile.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/profile.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/profile.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/profile.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/profile.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/profile.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/profile.php"} 43 http_response_size_bytes_count{method="GET",path="/profile.php"} 1 http_response_size_bytes_bucket{method="GET",path="/profile/*",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/profile/*",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/profile/*",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/profile/*",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/profile/*",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/profile/*",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/profile/*",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/profile/*",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/profile/*",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/profile/*",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/profile/*"} 88 http_response_size_bytes_count{method="GET",path="/profile/*"} 2 http_response_size_bytes_bucket{method="GET",path="/project.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/project.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/project.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/project.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/project.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/project.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/project.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/project.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/project.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/project.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/project.zip"} 40 http_response_size_bytes_count{method="GET",path="/project.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/project/.env",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/project/.env",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/project/.env",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/project/.env",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/project/.env",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/project/.env",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/project/.env",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/project/.env",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/project/.env",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/project/.env",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/project/.env"} 175 http_response_size_bytes_count{method="GET",path="/project/.env"} 4 http_response_size_bytes_bucket{method="GET",path="/project/.git/config",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/project/.git/config",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/project/.git/config",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/project/.git/config",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/project/.git/config",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/project/.git/config",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/project/.git/config",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/project/.git/config",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/project/.git/config",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/project/.git/config",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/project/.git/config"} 44 http_response_size_bytes_count{method="GET",path="/project/.git/config"} 1 http_response_size_bytes_bucket{method="GET",path="/projects/*",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/projects/*",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/projects/*",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/projects/*",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/projects/*",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/projects/*",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/projects/*",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/projects/*",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/projects/*",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/projects/*",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/projects/*"} 88 http_response_size_bytes_count{method="GET",path="/projects/*"} 2 http_response_size_bytes_bucket{method="GET",path="/properties.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/properties.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/properties.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/properties.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/properties.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/properties.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/properties.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/properties.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/properties.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/properties.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/properties.zip"} 40 http_response_size_bytes_count{method="GET",path="/properties.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/protected.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/protected.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/protected.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/protected.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/protected.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/protected.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/protected.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/protected.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/protected.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/protected.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/protected.zip"} 40 http_response_size_bytes_count{method="GET",path="/protected.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/prototype.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/prototype.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/prototype.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/prototype.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/prototype.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/prototype.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/prototype.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/prototype.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/prototype.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/prototype.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/prototype.zip"} 40 http_response_size_bytes_count{method="GET",path="/prototype.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/provider.tf",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/provider.tf",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/provider.tf",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/provider.tf",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/provider.tf",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/provider.tf",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/provider.tf",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/provider.tf",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/provider.tf",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/provider.tf",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/provider.tf"} 43 http_response_size_bytes_count{method="GET",path="/provider.tf"} 1 http_response_size_bytes_bucket{method="GET",path="/psnlink/.env",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/psnlink/.env",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/psnlink/.env",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/psnlink/.env",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/psnlink/.env",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/psnlink/.env",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/psnlink/.env",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/psnlink/.env",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/psnlink/.env",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/psnlink/.env",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/psnlink/.env"} 87 http_response_size_bytes_count{method="GET",path="/psnlink/.env"} 2 http_response_size_bytes_bucket{method="GET",path="/public-api/.env",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/public-api/.env",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/public-api/.env",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/public-api/.env",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/public-api/.env",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/public-api/.env",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/public-api/.env",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/public-api/.env",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/public-api/.env",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/public-api/.env",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/public-api/.env"} 88 http_response_size_bytes_count{method="GET",path="/public-api/.env"} 2 http_response_size_bytes_bucket{method="GET",path="/public.7z",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/public.7z",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/public.7z",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/public.7z",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/public.7z",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/public.7z",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/public.7z",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/public.7z",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/public.7z",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/public.7z",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/public.7z"} 43 http_response_size_bytes_count{method="GET",path="/public.7z"} 1 http_response_size_bytes_bucket{method="GET",path="/public.bz2",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/public.bz2",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/public.bz2",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/public.bz2",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/public.bz2",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/public.bz2",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/public.bz2",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/public.bz2",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/public.bz2",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/public.bz2",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/public.bz2"} 43 http_response_size_bytes_count{method="GET",path="/public.bz2"} 1 http_response_size_bytes_bucket{method="GET",path="/public.gz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/public.gz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/public.gz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/public.gz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/public.gz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/public.gz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/public.gz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/public.gz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/public.gz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/public.gz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/public.gz"} 43 http_response_size_bytes_count{method="GET",path="/public.gz"} 1 http_response_size_bytes_bucket{method="GET",path="/public.rar",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/public.rar",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/public.rar",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/public.rar",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/public.rar",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/public.rar",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/public.rar",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/public.rar",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/public.rar",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/public.rar",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/public.rar"} 43 http_response_size_bytes_count{method="GET",path="/public.rar"} 1 http_response_size_bytes_bucket{method="GET",path="/public.sql",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/public.sql",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/public.sql",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/public.sql",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/public.sql",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/public.sql",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/public.sql",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/public.sql",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/public.sql",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/public.sql",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/public.sql"} 43 http_response_size_bytes_count{method="GET",path="/public.sql"} 1 http_response_size_bytes_bucket{method="GET",path="/public.sql.bz2",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/public.sql.bz2",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/public.sql.bz2",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/public.sql.bz2",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/public.sql.bz2",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/public.sql.bz2",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/public.sql.bz2",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/public.sql.bz2",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/public.sql.bz2",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/public.sql.bz2",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/public.sql.bz2"} 43 http_response_size_bytes_count{method="GET",path="/public.sql.bz2"} 1 http_response_size_bytes_bucket{method="GET",path="/public.sql.gz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/public.sql.gz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/public.sql.gz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/public.sql.gz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/public.sql.gz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/public.sql.gz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/public.sql.gz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/public.sql.gz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/public.sql.gz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/public.sql.gz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/public.sql.gz"} 43 http_response_size_bytes_count{method="GET",path="/public.sql.gz"} 1 http_response_size_bytes_bucket{method="GET",path="/public.tar",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/public.tar",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/public.tar",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/public.tar",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/public.tar",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/public.tar",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/public.tar",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/public.tar",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/public.tar",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/public.tar",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/public.tar"} 43 http_response_size_bytes_count{method="GET",path="/public.tar"} 1 http_response_size_bytes_bucket{method="GET",path="/public.tar.bz2",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/public.tar.bz2",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/public.tar.bz2",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/public.tar.bz2",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/public.tar.bz2",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/public.tar.bz2",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/public.tar.bz2",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/public.tar.bz2",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/public.tar.bz2",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/public.tar.bz2",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/public.tar.bz2"} 43 http_response_size_bytes_count{method="GET",path="/public.tar.bz2"} 1 http_response_size_bytes_bucket{method="GET",path="/public.tar.gz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/public.tar.gz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/public.tar.gz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/public.tar.gz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/public.tar.gz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/public.tar.gz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/public.tar.gz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/public.tar.gz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/public.tar.gz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/public.tar.gz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/public.tar.gz"} 43 http_response_size_bytes_count{method="GET",path="/public.tar.gz"} 1 http_response_size_bytes_bucket{method="GET",path="/public.tar.xz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/public.tar.xz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/public.tar.xz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/public.tar.xz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/public.tar.xz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/public.tar.xz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/public.tar.xz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/public.tar.xz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/public.tar.xz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/public.tar.xz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/public.tar.xz"} 43 http_response_size_bytes_count{method="GET",path="/public.tar.xz"} 1 http_response_size_bytes_bucket{method="GET",path="/public.tgz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/public.tgz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/public.tgz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/public.tgz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/public.tgz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/public.tgz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/public.tgz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/public.tgz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/public.tgz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/public.tgz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/public.tgz"} 43 http_response_size_bytes_count{method="GET",path="/public.tgz"} 1 http_response_size_bytes_bucket{method="GET",path="/public.zip",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/public.zip",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/public.zip",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/public.zip",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/public.zip",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/public.zip",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/public.zip",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/public.zip",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/public.zip",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/public.zip",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/public.zip"} 83 http_response_size_bytes_count{method="GET",path="/public.zip"} 3 http_response_size_bytes_bucket{method="GET",path="/public.zst",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/public.zst",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/public.zst",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/public.zst",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/public.zst",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/public.zst",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/public.zst",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/public.zst",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/public.zst",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/public.zst",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/public.zst"} 43 http_response_size_bytes_count{method="GET",path="/public.zst"} 1 http_response_size_bytes_bucket{method="GET",path="/public/.env",le="100"} 18 http_response_size_bytes_bucket{method="GET",path="/public/.env",le="500"} 18 http_response_size_bytes_bucket{method="GET",path="/public/.env",le="1000"} 18 http_response_size_bytes_bucket{method="GET",path="/public/.env",le="5000"} 18 http_response_size_bytes_bucket{method="GET",path="/public/.env",le="10000"} 18 http_response_size_bytes_bucket{method="GET",path="/public/.env",le="50000"} 18 http_response_size_bytes_bucket{method="GET",path="/public/.env",le="100000"} 18 http_response_size_bytes_bucket{method="GET",path="/public/.env",le="500000"} 18 http_response_size_bytes_bucket{method="GET",path="/public/.env",le="1e+06"} 18 http_response_size_bytes_bucket{method="GET",path="/public/.env",le="+Inf"} 18 http_response_size_bytes_sum{method="GET",path="/public/.env"} 781 http_response_size_bytes_count{method="GET",path="/public/.env"} 18 http_response_size_bytes_bucket{method="GET",path="/public/.git/config",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/public/.git/config",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/public/.git/config",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/public/.git/config",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/public/.git/config",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/public/.git/config",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/public/.git/config",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/public/.git/config",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/public/.git/config",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/public/.git/config",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/public/.git/config"} 44 http_response_size_bytes_count{method="GET",path="/public/.git/config"} 1 http_response_size_bytes_bucket{method="GET",path="/public/config.js",le="100"} 19 http_response_size_bytes_bucket{method="GET",path="/public/config.js",le="500"} 19 http_response_size_bytes_bucket{method="GET",path="/public/config.js",le="1000"} 19 http_response_size_bytes_bucket{method="GET",path="/public/config.js",le="5000"} 19 http_response_size_bytes_bucket{method="GET",path="/public/config.js",le="10000"} 19 http_response_size_bytes_bucket{method="GET",path="/public/config.js",le="50000"} 19 http_response_size_bytes_bucket{method="GET",path="/public/config.js",le="100000"} 19 http_response_size_bytes_bucket{method="GET",path="/public/config.js",le="500000"} 19 http_response_size_bytes_bucket{method="GET",path="/public/config.js",le="1e+06"} 19 http_response_size_bytes_bucket{method="GET",path="/public/config.js",le="+Inf"} 19 http_response_size_bytes_sum{method="GET",path="/public/config.js"} 834 http_response_size_bytes_count{method="GET",path="/public/config.js"} 19 http_response_size_bytes_bucket{method="GET",path="/public/css.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/public/css.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/public/css.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/public/css.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/public/css.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/public/css.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/public/css.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/public/css.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/public/css.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/public/css.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/public/css.php"} 86 http_response_size_bytes_count{method="GET",path="/public/css.php"} 2 http_response_size_bytes_bucket{method="GET",path="/public/env.js",le="100"} 19 http_response_size_bytes_bucket{method="GET",path="/public/env.js",le="500"} 19 http_response_size_bytes_bucket{method="GET",path="/public/env.js",le="1000"} 19 http_response_size_bytes_bucket{method="GET",path="/public/env.js",le="5000"} 19 http_response_size_bytes_bucket{method="GET",path="/public/env.js",le="10000"} 19 http_response_size_bytes_bucket{method="GET",path="/public/env.js",le="50000"} 19 http_response_size_bytes_bucket{method="GET",path="/public/env.js",le="100000"} 19 http_response_size_bytes_bucket{method="GET",path="/public/env.js",le="500000"} 19 http_response_size_bytes_bucket{method="GET",path="/public/env.js",le="1e+06"} 19 http_response_size_bytes_bucket{method="GET",path="/public/env.js",le="+Inf"} 19 http_response_size_bytes_sum{method="GET",path="/public/env.js"} 835 http_response_size_bytes_count{method="GET",path="/public/env.js"} 19 http_response_size_bytes_bucket{method="GET",path="/public/file.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/public/file.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/public/file.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/public/file.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/public/file.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/public/file.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/public/file.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/public/file.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/public/file.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/public/file.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/public/file.php"} 86 http_response_size_bytes_count{method="GET",path="/public/file.php"} 2 http_response_size_bytes_bucket{method="GET",path="/public/js/main.js",le="100"} 21 http_response_size_bytes_bucket{method="GET",path="/public/js/main.js",le="500"} 21 http_response_size_bytes_bucket{method="GET",path="/public/js/main.js",le="1000"} 21 http_response_size_bytes_bucket{method="GET",path="/public/js/main.js",le="5000"} 21 http_response_size_bytes_bucket{method="GET",path="/public/js/main.js",le="10000"} 21 http_response_size_bytes_bucket{method="GET",path="/public/js/main.js",le="50000"} 21 http_response_size_bytes_bucket{method="GET",path="/public/js/main.js",le="100000"} 21 http_response_size_bytes_bucket{method="GET",path="/public/js/main.js",le="500000"} 21 http_response_size_bytes_bucket{method="GET",path="/public/js/main.js",le="1e+06"} 21 http_response_size_bytes_bucket{method="GET",path="/public/js/main.js",le="+Inf"} 21 http_response_size_bytes_sum{method="GET",path="/public/js/main.js"} 916 http_response_size_bytes_count{method="GET",path="/public/js/main.js"} 21 http_response_size_bytes_bucket{method="GET",path="/public/mI35rZhMg1zJ1vuXdefault.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/public/mI35rZhMg1zJ1vuXdefault.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/public/mI35rZhMg1zJ1vuXdefault.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/public/mI35rZhMg1zJ1vuXdefault.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/public/mI35rZhMg1zJ1vuXdefault.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/public/mI35rZhMg1zJ1vuXdefault.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/public/mI35rZhMg1zJ1vuXdefault.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/public/mI35rZhMg1zJ1vuXdefault.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/public/mI35rZhMg1zJ1vuXdefault.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/public/mI35rZhMg1zJ1vuXdefault.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/public/mI35rZhMg1zJ1vuXdefault.php"} 43 http_response_size_bytes_count{method="GET",path="/public/mI35rZhMg1zJ1vuXdefault.php"} 1 http_response_size_bytes_bucket{method="GET",path="/public/phpinfo.php",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/public/phpinfo.php",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/public/phpinfo.php",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/public/phpinfo.php",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/public/phpinfo.php",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/public/phpinfo.php",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/public/phpinfo.php",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/public/phpinfo.php",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/public/phpinfo.php",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/public/phpinfo.php",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/public/phpinfo.php"} 175 http_response_size_bytes_count{method="GET",path="/public/phpinfo.php"} 4 http_response_size_bytes_bucket{method="GET",path="/public/stripe.js",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/public/stripe.js",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/public/stripe.js",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/public/stripe.js",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/public/stripe.js",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/public/stripe.js",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/public/stripe.js",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/public/stripe.js",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/public/stripe.js",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/public/stripe.js",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/public/stripe.js"} 88 http_response_size_bytes_count{method="GET",path="/public/stripe.js"} 2 http_response_size_bytes_bucket{method="GET",path="/public/vx.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/public/vx.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/public/vx.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/public/vx.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/public/vx.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/public/vx.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/public/vx.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/public/vx.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/public/vx.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/public/vx.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/public/vx.php"} 43 http_response_size_bytes_count{method="GET",path="/public/vx.php"} 1 http_response_size_bytes_bucket{method="GET",path="/public/wp-blog.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/public/wp-blog.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/public/wp-blog.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/public/wp-blog.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/public/wp-blog.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/public/wp-blog.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/public/wp-blog.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/public/wp-blog.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/public/wp-blog.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/public/wp-blog.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/public/wp-blog.php"} 86 http_response_size_bytes_count{method="GET",path="/public/wp-blog.php"} 2 http_response_size_bytes_bucket{method="GET",path="/public/ws49.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/public/ws49.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/public/ws49.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/public/ws49.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/public/ws49.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/public/ws49.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/public/ws49.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/public/ws49.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/public/ws49.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/public/ws49.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/public/ws49.php"} 86 http_response_size_bytes_count{method="GET",path="/public/ws49.php"} 2 http_response_size_bytes_bucket{method="GET",path="/public_html.7z",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/public_html.7z",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/public_html.7z",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/public_html.7z",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/public_html.7z",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/public_html.7z",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/public_html.7z",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/public_html.7z",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/public_html.7z",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/public_html.7z",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/public_html.7z"} 43 http_response_size_bytes_count{method="GET",path="/public_html.7z"} 1 http_response_size_bytes_bucket{method="GET",path="/public_html.bz2",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/public_html.bz2",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/public_html.bz2",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/public_html.bz2",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/public_html.bz2",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/public_html.bz2",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/public_html.bz2",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/public_html.bz2",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/public_html.bz2",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/public_html.bz2",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/public_html.bz2"} 43 http_response_size_bytes_count{method="GET",path="/public_html.bz2"} 1 http_response_size_bytes_bucket{method="GET",path="/public_html.gz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/public_html.gz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/public_html.gz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/public_html.gz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/public_html.gz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/public_html.gz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/public_html.gz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/public_html.gz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/public_html.gz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/public_html.gz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/public_html.gz"} 43 http_response_size_bytes_count{method="GET",path="/public_html.gz"} 1 http_response_size_bytes_bucket{method="GET",path="/public_html.rar",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/public_html.rar",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/public_html.rar",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/public_html.rar",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/public_html.rar",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/public_html.rar",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/public_html.rar",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/public_html.rar",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/public_html.rar",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/public_html.rar",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/public_html.rar"} 43 http_response_size_bytes_count{method="GET",path="/public_html.rar"} 1 http_response_size_bytes_bucket{method="GET",path="/public_html.sql",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/public_html.sql",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/public_html.sql",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/public_html.sql",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/public_html.sql",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/public_html.sql",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/public_html.sql",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/public_html.sql",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/public_html.sql",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/public_html.sql",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/public_html.sql"} 43 http_response_size_bytes_count{method="GET",path="/public_html.sql"} 1 http_response_size_bytes_bucket{method="GET",path="/public_html.sql.bz2",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/public_html.sql.bz2",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/public_html.sql.bz2",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/public_html.sql.bz2",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/public_html.sql.bz2",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/public_html.sql.bz2",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/public_html.sql.bz2",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/public_html.sql.bz2",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/public_html.sql.bz2",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/public_html.sql.bz2",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/public_html.sql.bz2"} 43 http_response_size_bytes_count{method="GET",path="/public_html.sql.bz2"} 1 http_response_size_bytes_bucket{method="GET",path="/public_html.sql.gz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/public_html.sql.gz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/public_html.sql.gz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/public_html.sql.gz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/public_html.sql.gz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/public_html.sql.gz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/public_html.sql.gz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/public_html.sql.gz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/public_html.sql.gz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/public_html.sql.gz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/public_html.sql.gz"} 43 http_response_size_bytes_count{method="GET",path="/public_html.sql.gz"} 1 http_response_size_bytes_bucket{method="GET",path="/public_html.tar",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/public_html.tar",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/public_html.tar",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/public_html.tar",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/public_html.tar",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/public_html.tar",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/public_html.tar",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/public_html.tar",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/public_html.tar",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/public_html.tar",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/public_html.tar"} 43 http_response_size_bytes_count{method="GET",path="/public_html.tar"} 1 http_response_size_bytes_bucket{method="GET",path="/public_html.tar.bz2",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/public_html.tar.bz2",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/public_html.tar.bz2",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/public_html.tar.bz2",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/public_html.tar.bz2",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/public_html.tar.bz2",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/public_html.tar.bz2",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/public_html.tar.bz2",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/public_html.tar.bz2",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/public_html.tar.bz2",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/public_html.tar.bz2"} 43 http_response_size_bytes_count{method="GET",path="/public_html.tar.bz2"} 1 http_response_size_bytes_bucket{method="GET",path="/public_html.tar.gz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/public_html.tar.gz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/public_html.tar.gz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/public_html.tar.gz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/public_html.tar.gz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/public_html.tar.gz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/public_html.tar.gz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/public_html.tar.gz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/public_html.tar.gz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/public_html.tar.gz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/public_html.tar.gz"} 43 http_response_size_bytes_count{method="GET",path="/public_html.tar.gz"} 1 http_response_size_bytes_bucket{method="GET",path="/public_html.tar.xz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/public_html.tar.xz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/public_html.tar.xz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/public_html.tar.xz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/public_html.tar.xz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/public_html.tar.xz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/public_html.tar.xz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/public_html.tar.xz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/public_html.tar.xz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/public_html.tar.xz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/public_html.tar.xz"} 43 http_response_size_bytes_count{method="GET",path="/public_html.tar.xz"} 1 http_response_size_bytes_bucket{method="GET",path="/public_html.tgz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/public_html.tgz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/public_html.tgz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/public_html.tgz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/public_html.tgz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/public_html.tgz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/public_html.tgz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/public_html.tgz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/public_html.tgz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/public_html.tgz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/public_html.tgz"} 43 http_response_size_bytes_count{method="GET",path="/public_html.tgz"} 1 http_response_size_bytes_bucket{method="GET",path="/public_html.zip",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/public_html.zip",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/public_html.zip",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/public_html.zip",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/public_html.zip",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/public_html.zip",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/public_html.zip",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/public_html.zip",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/public_html.zip",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/public_html.zip",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/public_html.zip"} 83 http_response_size_bytes_count{method="GET",path="/public_html.zip"} 3 http_response_size_bytes_bucket{method="GET",path="/public_html.zst",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/public_html.zst",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/public_html.zst",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/public_html.zst",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/public_html.zst",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/public_html.zst",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/public_html.zst",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/public_html.zst",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/public_html.zst",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/public_html.zst",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/public_html.zst"} 43 http_response_size_bytes_count{method="GET",path="/public_html.zst"} 1 http_response_size_bytes_bucket{method="GET",path="/public_html/.env",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/public_html/.env",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/public_html/.env",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/public_html/.env",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/public_html/.env",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/public_html/.env",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/public_html/.env",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/public_html/.env",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/public_html/.env",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/public_html/.env",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/public_html/.env"} 175 http_response_size_bytes_count{method="GET",path="/public_html/.env"} 4 http_response_size_bytes_bucket{method="GET",path="/public_html/phpinfo.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/public_html/phpinfo.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/public_html/phpinfo.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/public_html/phpinfo.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/public_html/phpinfo.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/public_html/phpinfo.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/public_html/phpinfo.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/public_html/phpinfo.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/public_html/phpinfo.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/public_html/phpinfo.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/public_html/phpinfo.php"} 44 http_response_size_bytes_count{method="GET",path="/public_html/phpinfo.php"} 1 http_response_size_bytes_bucket{method="GET",path="/publish/*",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/publish/*",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/publish/*",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/publish/*",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/publish/*",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/publish/*",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/publish/*",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/publish/*",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/publish/*",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/publish/*",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/publish/*"} 88 http_response_size_bytes_count{method="GET",path="/publish/*"} 2 http_response_size_bytes_bucket{method="GET",path="/puc.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/puc.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/puc.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/puc.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/puc.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/puc.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/puc.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/puc.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/puc.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/puc.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/puc.php"} 43 http_response_size_bytes_count{method="GET",path="/puc.php"} 1 http_response_size_bytes_bucket{method="GET",path="/pucci.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/pucci.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/pucci.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/pucci.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/pucci.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/pucci.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/pucci.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/pucci.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/pucci.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/pucci.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/pucci.php"} 86 http_response_size_bytes_count{method="GET",path="/pucci.php"} 2 http_response_size_bytes_bucket{method="GET",path="/pulumi.yaml",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/pulumi.yaml",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/pulumi.yaml",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/pulumi.yaml",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/pulumi.yaml",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/pulumi.yaml",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/pulumi.yaml",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/pulumi.yaml",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/pulumi.yaml",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/pulumi.yaml",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/pulumi.yaml"} 43 http_response_size_bytes_count{method="GET",path="/pulumi.yaml"} 1 http_response_size_bytes_bucket{method="GET",path="/pwa.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/pwa.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/pwa.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/pwa.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/pwa.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/pwa.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/pwa.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/pwa.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/pwa.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/pwa.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/pwa.zip"} 40 http_response_size_bytes_count{method="GET",path="/pwa.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/python.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/python.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/python.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/python.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/python.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/python.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/python.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/python.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/python.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/python.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/python.zip"} 40 http_response_size_bytes_count{method="GET",path="/python.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/qa.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/qa.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/qa.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/qa.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/qa.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/qa.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/qa.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/qa.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/qa.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/qa.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/qa.zip"} 40 http_response_size_bytes_count{method="GET",path="/qa.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/qa/.env",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/qa/.env",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/qa/.env",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/qa/.env",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/qa/.env",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/qa/.env",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/qa/.env",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/qa/.env",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/qa/.env",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/qa/.env",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/qa/.env"} 132 http_response_size_bytes_count{method="GET",path="/qa/.env"} 3 http_response_size_bytes_bucket{method="GET",path="/qa/phpinfo.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/qa/phpinfo.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/qa/phpinfo.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/qa/phpinfo.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/qa/phpinfo.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/qa/phpinfo.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/qa/phpinfo.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/qa/phpinfo.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/qa/phpinfo.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/qa/phpinfo.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/qa/phpinfo.php"} 44 http_response_size_bytes_count{method="GET",path="/qa/phpinfo.php"} 1 http_response_size_bytes_bucket{method="GET",path="/queue.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/queue.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/queue.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/queue.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/queue.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/queue.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/queue.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/queue.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/queue.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/queue.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/queue.zip"} 40 http_response_size_bytes_count{method="GET",path="/queue.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/queue/.env",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/queue/.env",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/queue/.env",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/queue/.env",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/queue/.env",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/queue/.env",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/queue/.env",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/queue/.env",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/queue/.env",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/queue/.env",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/queue/.env"} 44 http_response_size_bytes_count{method="GET",path="/queue/.env"} 1 http_response_size_bytes_bucket{method="GET",path="/r79.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/r79.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/r79.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/r79.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/r79.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/r79.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/r79.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/r79.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/r79.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/r79.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/r79.php"} 43 http_response_size_bytes_count{method="GET",path="/r79.php"} 1 http_response_size_bytes_bucket{method="GET",path="/rabbitmq/.env",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/rabbitmq/.env",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/rabbitmq/.env",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/rabbitmq/.env",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/rabbitmq/.env",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/rabbitmq/.env",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/rabbitmq/.env",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/rabbitmq/.env",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/rabbitmq/.env",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/rabbitmq/.env",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/rabbitmq/.env"} 44 http_response_size_bytes_count{method="GET",path="/rabbitmq/.env"} 1 http_response_size_bytes_bucket{method="GET",path="/radio.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/radio.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/radio.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/radio.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/radio.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/radio.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/radio.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/radio.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/radio.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/radio.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/radio.php"} 86 http_response_size_bytes_count{method="GET",path="/radio.php"} 2 http_response_size_bytes_bucket{method="GET",path="/rails.7z",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/rails.7z",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/rails.7z",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/rails.7z",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/rails.7z",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/rails.7z",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/rails.7z",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/rails.7z",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/rails.7z",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/rails.7z",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/rails.7z"} 43 http_response_size_bytes_count{method="GET",path="/rails.7z"} 1 http_response_size_bytes_bucket{method="GET",path="/rails.bz2",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/rails.bz2",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/rails.bz2",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/rails.bz2",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/rails.bz2",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/rails.bz2",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/rails.bz2",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/rails.bz2",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/rails.bz2",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/rails.bz2",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/rails.bz2"} 43 http_response_size_bytes_count{method="GET",path="/rails.bz2"} 1 http_response_size_bytes_bucket{method="GET",path="/rails.gz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/rails.gz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/rails.gz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/rails.gz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/rails.gz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/rails.gz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/rails.gz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/rails.gz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/rails.gz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/rails.gz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/rails.gz"} 43 http_response_size_bytes_count{method="GET",path="/rails.gz"} 1 http_response_size_bytes_bucket{method="GET",path="/rails.rar",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/rails.rar",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/rails.rar",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/rails.rar",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/rails.rar",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/rails.rar",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/rails.rar",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/rails.rar",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/rails.rar",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/rails.rar",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/rails.rar"} 43 http_response_size_bytes_count{method="GET",path="/rails.rar"} 1 http_response_size_bytes_bucket{method="GET",path="/rails.sql",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/rails.sql",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/rails.sql",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/rails.sql",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/rails.sql",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/rails.sql",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/rails.sql",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/rails.sql",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/rails.sql",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/rails.sql",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/rails.sql"} 43 http_response_size_bytes_count{method="GET",path="/rails.sql"} 1 http_response_size_bytes_bucket{method="GET",path="/rails.sql.bz2",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/rails.sql.bz2",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/rails.sql.bz2",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/rails.sql.bz2",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/rails.sql.bz2",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/rails.sql.bz2",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/rails.sql.bz2",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/rails.sql.bz2",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/rails.sql.bz2",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/rails.sql.bz2",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/rails.sql.bz2"} 43 http_response_size_bytes_count{method="GET",path="/rails.sql.bz2"} 1 http_response_size_bytes_bucket{method="GET",path="/rails.sql.gz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/rails.sql.gz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/rails.sql.gz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/rails.sql.gz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/rails.sql.gz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/rails.sql.gz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/rails.sql.gz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/rails.sql.gz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/rails.sql.gz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/rails.sql.gz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/rails.sql.gz"} 43 http_response_size_bytes_count{method="GET",path="/rails.sql.gz"} 1 http_response_size_bytes_bucket{method="GET",path="/rails.tar",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/rails.tar",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/rails.tar",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/rails.tar",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/rails.tar",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/rails.tar",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/rails.tar",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/rails.tar",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/rails.tar",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/rails.tar",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/rails.tar"} 43 http_response_size_bytes_count{method="GET",path="/rails.tar"} 1 http_response_size_bytes_bucket{method="GET",path="/rails.tar.bz2",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/rails.tar.bz2",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/rails.tar.bz2",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/rails.tar.bz2",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/rails.tar.bz2",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/rails.tar.bz2",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/rails.tar.bz2",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/rails.tar.bz2",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/rails.tar.bz2",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/rails.tar.bz2",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/rails.tar.bz2"} 43 http_response_size_bytes_count{method="GET",path="/rails.tar.bz2"} 1 http_response_size_bytes_bucket{method="GET",path="/rails.tar.gz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/rails.tar.gz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/rails.tar.gz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/rails.tar.gz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/rails.tar.gz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/rails.tar.gz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/rails.tar.gz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/rails.tar.gz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/rails.tar.gz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/rails.tar.gz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/rails.tar.gz"} 43 http_response_size_bytes_count{method="GET",path="/rails.tar.gz"} 1 http_response_size_bytes_bucket{method="GET",path="/rails.tar.xz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/rails.tar.xz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/rails.tar.xz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/rails.tar.xz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/rails.tar.xz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/rails.tar.xz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/rails.tar.xz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/rails.tar.xz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/rails.tar.xz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/rails.tar.xz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/rails.tar.xz"} 43 http_response_size_bytes_count{method="GET",path="/rails.tar.xz"} 1 http_response_size_bytes_bucket{method="GET",path="/rails.tgz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/rails.tgz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/rails.tgz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/rails.tgz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/rails.tgz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/rails.tgz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/rails.tgz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/rails.tgz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/rails.tgz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/rails.tgz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/rails.tgz"} 43 http_response_size_bytes_count{method="GET",path="/rails.tgz"} 1 http_response_size_bytes_bucket{method="GET",path="/rails.zip",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/rails.zip",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/rails.zip",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/rails.zip",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/rails.zip",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/rails.zip",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/rails.zip",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/rails.zip",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/rails.zip",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/rails.zip",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/rails.zip"} 83 http_response_size_bytes_count{method="GET",path="/rails.zip"} 3 http_response_size_bytes_bucket{method="GET",path="/rails.zst",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/rails.zst",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/rails.zst",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/rails.zst",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/rails.zst",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/rails.zst",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/rails.zst",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/rails.zst",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/rails.zst",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/rails.zst",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/rails.zst"} 43 http_response_size_bytes_count{method="GET",path="/rails.zst"} 1 http_response_size_bytes_bucket{method="GET",path="/randkeyword.PhP7",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/randkeyword.PhP7",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/randkeyword.PhP7",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/randkeyword.PhP7",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/randkeyword.PhP7",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/randkeyword.PhP7",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/randkeyword.PhP7",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/randkeyword.PhP7",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/randkeyword.PhP7",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/randkeyword.PhP7",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/randkeyword.PhP7"} 86 http_response_size_bytes_count{method="GET",path="/randkeyword.PhP7"} 2 http_response_size_bytes_bucket{method="GET",path="/randkeyword.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/randkeyword.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/randkeyword.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/randkeyword.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/randkeyword.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/randkeyword.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/randkeyword.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/randkeyword.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/randkeyword.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/randkeyword.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/randkeyword.php"} 86 http_response_size_bytes_count{method="GET",path="/randkeyword.php"} 2 http_response_size_bytes_bucket{method="GET",path="/random.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/random.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/random.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/random.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/random.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/random.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/random.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/random.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/random.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/random.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/random.zip"} 40 http_response_size_bytes_count{method="GET",path="/random.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/rc.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/rc.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/rc.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/rc.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/rc.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/rc.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/rc.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/rc.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/rc.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/rc.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/rc.zip"} 40 http_response_size_bytes_count{method="GET",path="/rc.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/react-native.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/react-native.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/react-native.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/react-native.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/react-native.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/react-native.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/react-native.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/react-native.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/react-native.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/react-native.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/react-native.zip"} 40 http_response_size_bytes_count{method="GET",path="/react-native.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/react.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/react.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/react.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/react.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/react.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/react.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/react.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/react.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/react.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/react.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/react.zip"} 40 http_response_size_bytes_count{method="GET",path="/react.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/react/.env",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/react/.env",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/react/.env",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/react/.env",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/react/.env",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/react/.env",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/react/.env",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/react/.env",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/react/.env",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/react/.env",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/react/.env"} 44 http_response_size_bytes_count{method="GET",path="/react/.env"} 1 http_response_size_bytes_bucket{method="GET",path="/readme.md",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/readme.md",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/readme.md",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/readme.md",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/readme.md",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/readme.md",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/readme.md",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/readme.md",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/readme.md",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/readme.md",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/readme.md"} 175 http_response_size_bytes_count{method="GET",path="/readme.md"} 4 http_response_size_bytes_bucket{method="GET",path="/readme.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/readme.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/readme.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/readme.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/readme.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/readme.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/readme.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/readme.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/readme.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/readme.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/readme.php"} 86 http_response_size_bytes_count{method="GET",path="/readme.php"} 2 http_response_size_bytes_bucket{method="GET",path="/readme.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/readme.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/readme.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/readme.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/readme.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/readme.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/readme.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/readme.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/readme.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/readme.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/readme.zip"} 40 http_response_size_bytes_count{method="GET",path="/readme.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/redi.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/redi.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/redi.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/redi.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/redi.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/redi.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/redi.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/redi.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/redi.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/redi.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/redi.php"} 43 http_response_size_bytes_count{method="GET",path="/redi.php"} 1 http_response_size_bytes_bucket{method="GET",path="/redis.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/redis.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/redis.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/redis.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/redis.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/redis.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/redis.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/redis.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/redis.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/redis.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/redis.zip"} 40 http_response_size_bytes_count{method="GET",path="/redis.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/redis/.env",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/redis/.env",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/redis/.env",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/redis/.env",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/redis/.env",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/redis/.env",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/redis/.env",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/redis/.env",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/redis/.env",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/redis/.env",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/redis/.env"} 44 http_response_size_bytes_count{method="GET",path="/redis/.env"} 1 http_response_size_bytes_bucket{method="GET",path="/register",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/register",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/register",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/register",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/register",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/register",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/register",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/register",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/register",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/register",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/register"} 88 http_response_size_bytes_count{method="GET",path="/register"} 2 http_response_size_bytes_bucket{method="GET",path="/release-candidate.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/release-candidate.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/release-candidate.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/release-candidate.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/release-candidate.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/release-candidate.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/release-candidate.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/release-candidate.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/release-candidate.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/release-candidate.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/release-candidate.zip"} 40 http_response_size_bytes_count{method="GET",path="/release-candidate.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/release.7z",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/release.7z",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/release.7z",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/release.7z",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/release.7z",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/release.7z",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/release.7z",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/release.7z",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/release.7z",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/release.7z",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/release.7z"} 43 http_response_size_bytes_count{method="GET",path="/release.7z"} 1 http_response_size_bytes_bucket{method="GET",path="/release.bz2",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/release.bz2",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/release.bz2",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/release.bz2",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/release.bz2",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/release.bz2",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/release.bz2",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/release.bz2",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/release.bz2",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/release.bz2",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/release.bz2"} 43 http_response_size_bytes_count{method="GET",path="/release.bz2"} 1 http_response_size_bytes_bucket{method="GET",path="/release.gz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/release.gz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/release.gz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/release.gz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/release.gz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/release.gz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/release.gz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/release.gz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/release.gz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/release.gz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/release.gz"} 43 http_response_size_bytes_count{method="GET",path="/release.gz"} 1 http_response_size_bytes_bucket{method="GET",path="/release.rar",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/release.rar",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/release.rar",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/release.rar",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/release.rar",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/release.rar",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/release.rar",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/release.rar",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/release.rar",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/release.rar",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/release.rar"} 43 http_response_size_bytes_count{method="GET",path="/release.rar"} 1 http_response_size_bytes_bucket{method="GET",path="/release.sql",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/release.sql",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/release.sql",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/release.sql",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/release.sql",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/release.sql",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/release.sql",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/release.sql",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/release.sql",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/release.sql",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/release.sql"} 43 http_response_size_bytes_count{method="GET",path="/release.sql"} 1 http_response_size_bytes_bucket{method="GET",path="/release.sql.bz2",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/release.sql.bz2",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/release.sql.bz2",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/release.sql.bz2",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/release.sql.bz2",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/release.sql.bz2",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/release.sql.bz2",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/release.sql.bz2",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/release.sql.bz2",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/release.sql.bz2",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/release.sql.bz2"} 43 http_response_size_bytes_count{method="GET",path="/release.sql.bz2"} 1 http_response_size_bytes_bucket{method="GET",path="/release.sql.gz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/release.sql.gz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/release.sql.gz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/release.sql.gz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/release.sql.gz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/release.sql.gz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/release.sql.gz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/release.sql.gz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/release.sql.gz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/release.sql.gz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/release.sql.gz"} 43 http_response_size_bytes_count{method="GET",path="/release.sql.gz"} 1 http_response_size_bytes_bucket{method="GET",path="/release.tar",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/release.tar",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/release.tar",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/release.tar",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/release.tar",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/release.tar",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/release.tar",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/release.tar",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/release.tar",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/release.tar",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/release.tar"} 43 http_response_size_bytes_count{method="GET",path="/release.tar"} 1 http_response_size_bytes_bucket{method="GET",path="/release.tar.bz2",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/release.tar.bz2",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/release.tar.bz2",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/release.tar.bz2",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/release.tar.bz2",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/release.tar.bz2",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/release.tar.bz2",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/release.tar.bz2",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/release.tar.bz2",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/release.tar.bz2",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/release.tar.bz2"} 43 http_response_size_bytes_count{method="GET",path="/release.tar.bz2"} 1 http_response_size_bytes_bucket{method="GET",path="/release.tar.gz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/release.tar.gz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/release.tar.gz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/release.tar.gz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/release.tar.gz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/release.tar.gz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/release.tar.gz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/release.tar.gz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/release.tar.gz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/release.tar.gz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/release.tar.gz"} 43 http_response_size_bytes_count{method="GET",path="/release.tar.gz"} 1 http_response_size_bytes_bucket{method="GET",path="/release.tar.xz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/release.tar.xz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/release.tar.xz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/release.tar.xz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/release.tar.xz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/release.tar.xz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/release.tar.xz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/release.tar.xz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/release.tar.xz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/release.tar.xz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/release.tar.xz"} 43 http_response_size_bytes_count{method="GET",path="/release.tar.xz"} 1 http_response_size_bytes_bucket{method="GET",path="/release.tgz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/release.tgz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/release.tgz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/release.tgz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/release.tgz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/release.tgz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/release.tgz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/release.tgz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/release.tgz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/release.tgz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/release.tgz"} 43 http_response_size_bytes_count{method="GET",path="/release.tgz"} 1 http_response_size_bytes_bucket{method="GET",path="/release.zip",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/release.zip",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/release.zip",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/release.zip",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/release.zip",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/release.zip",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/release.zip",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/release.zip",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/release.zip",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/release.zip",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/release.zip"} 83 http_response_size_bytes_count{method="GET",path="/release.zip"} 3 http_response_size_bytes_bucket{method="GET",path="/release.zst",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/release.zst",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/release.zst",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/release.zst",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/release.zst",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/release.zst",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/release.zst",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/release.zst",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/release.zst",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/release.zst",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/release.zst"} 43 http_response_size_bytes_count{method="GET",path="/release.zst"} 1 http_response_size_bytes_bucket{method="GET",path="/release/.env",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/release/.env",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/release/.env",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/release/.env",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/release/.env",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/release/.env",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/release/.env",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/release/.env",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/release/.env",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/release/.env",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/release/.env"} 87 http_response_size_bytes_count{method="GET",path="/release/.env"} 2 http_response_size_bytes_bucket{method="GET",path="/releases.7z",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/releases.7z",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/releases.7z",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/releases.7z",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/releases.7z",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/releases.7z",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/releases.7z",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/releases.7z",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/releases.7z",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/releases.7z",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/releases.7z"} 43 http_response_size_bytes_count{method="GET",path="/releases.7z"} 1 http_response_size_bytes_bucket{method="GET",path="/releases.bz2",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/releases.bz2",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/releases.bz2",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/releases.bz2",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/releases.bz2",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/releases.bz2",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/releases.bz2",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/releases.bz2",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/releases.bz2",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/releases.bz2",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/releases.bz2"} 43 http_response_size_bytes_count{method="GET",path="/releases.bz2"} 1 http_response_size_bytes_bucket{method="GET",path="/releases.gz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/releases.gz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/releases.gz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/releases.gz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/releases.gz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/releases.gz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/releases.gz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/releases.gz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/releases.gz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/releases.gz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/releases.gz"} 43 http_response_size_bytes_count{method="GET",path="/releases.gz"} 1 http_response_size_bytes_bucket{method="GET",path="/releases.rar",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/releases.rar",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/releases.rar",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/releases.rar",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/releases.rar",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/releases.rar",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/releases.rar",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/releases.rar",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/releases.rar",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/releases.rar",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/releases.rar"} 43 http_response_size_bytes_count{method="GET",path="/releases.rar"} 1 http_response_size_bytes_bucket{method="GET",path="/releases.sql",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/releases.sql",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/releases.sql",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/releases.sql",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/releases.sql",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/releases.sql",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/releases.sql",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/releases.sql",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/releases.sql",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/releases.sql",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/releases.sql"} 43 http_response_size_bytes_count{method="GET",path="/releases.sql"} 1 http_response_size_bytes_bucket{method="GET",path="/releases.sql.bz2",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/releases.sql.bz2",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/releases.sql.bz2",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/releases.sql.bz2",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/releases.sql.bz2",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/releases.sql.bz2",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/releases.sql.bz2",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/releases.sql.bz2",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/releases.sql.bz2",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/releases.sql.bz2",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/releases.sql.bz2"} 43 http_response_size_bytes_count{method="GET",path="/releases.sql.bz2"} 1 http_response_size_bytes_bucket{method="GET",path="/releases.sql.gz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/releases.sql.gz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/releases.sql.gz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/releases.sql.gz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/releases.sql.gz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/releases.sql.gz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/releases.sql.gz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/releases.sql.gz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/releases.sql.gz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/releases.sql.gz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/releases.sql.gz"} 43 http_response_size_bytes_count{method="GET",path="/releases.sql.gz"} 1 http_response_size_bytes_bucket{method="GET",path="/releases.tar",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/releases.tar",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/releases.tar",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/releases.tar",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/releases.tar",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/releases.tar",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/releases.tar",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/releases.tar",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/releases.tar",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/releases.tar",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/releases.tar"} 43 http_response_size_bytes_count{method="GET",path="/releases.tar"} 1 http_response_size_bytes_bucket{method="GET",path="/releases.tar.bz2",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/releases.tar.bz2",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/releases.tar.bz2",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/releases.tar.bz2",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/releases.tar.bz2",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/releases.tar.bz2",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/releases.tar.bz2",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/releases.tar.bz2",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/releases.tar.bz2",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/releases.tar.bz2",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/releases.tar.bz2"} 43 http_response_size_bytes_count{method="GET",path="/releases.tar.bz2"} 1 http_response_size_bytes_bucket{method="GET",path="/releases.tar.gz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/releases.tar.gz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/releases.tar.gz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/releases.tar.gz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/releases.tar.gz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/releases.tar.gz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/releases.tar.gz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/releases.tar.gz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/releases.tar.gz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/releases.tar.gz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/releases.tar.gz"} 43 http_response_size_bytes_count{method="GET",path="/releases.tar.gz"} 1 http_response_size_bytes_bucket{method="GET",path="/releases.tar.xz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/releases.tar.xz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/releases.tar.xz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/releases.tar.xz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/releases.tar.xz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/releases.tar.xz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/releases.tar.xz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/releases.tar.xz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/releases.tar.xz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/releases.tar.xz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/releases.tar.xz"} 43 http_response_size_bytes_count{method="GET",path="/releases.tar.xz"} 1 http_response_size_bytes_bucket{method="GET",path="/releases.tgz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/releases.tgz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/releases.tgz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/releases.tgz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/releases.tgz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/releases.tgz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/releases.tgz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/releases.tgz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/releases.tgz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/releases.tgz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/releases.tgz"} 43 http_response_size_bytes_count{method="GET",path="/releases.tgz"} 1 http_response_size_bytes_bucket{method="GET",path="/releases.zip",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/releases.zip",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/releases.zip",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/releases.zip",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/releases.zip",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/releases.zip",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/releases.zip",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/releases.zip",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/releases.zip",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/releases.zip",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/releases.zip"} 43 http_response_size_bytes_count{method="GET",path="/releases.zip"} 1 http_response_size_bytes_bucket{method="GET",path="/releases.zst",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/releases.zst",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/releases.zst",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/releases.zst",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/releases.zst",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/releases.zst",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/releases.zst",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/releases.zst",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/releases.zst",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/releases.zst",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/releases.zst"} 43 http_response_size_bytes_count{method="GET",path="/releases.zst"} 1 http_response_size_bytes_bucket{method="GET",path="/releases/.env",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/releases/.env",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/releases/.env",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/releases/.env",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/releases/.env",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/releases/.env",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/releases/.env",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/releases/.env",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/releases/.env",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/releases/.env",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/releases/.env"} 87 http_response_size_bytes_count{method="GET",path="/releases/.env"} 2 http_response_size_bytes_bucket{method="GET",path="/repo.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/repo.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/repo.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/repo.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/repo.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/repo.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/repo.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/repo.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/repo.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/repo.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/repo.zip"} 40 http_response_size_bytes_count{method="GET",path="/repo.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/report.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/report.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/report.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/report.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/report.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/report.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/report.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/report.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/report.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/report.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/report.zip"} 40 http_response_size_bytes_count{method="GET",path="/report.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/reports.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/reports.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/reports.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/reports.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/reports.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/reports.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/reports.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/reports.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/reports.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/reports.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/reports.zip"} 40 http_response_size_bytes_count{method="GET",path="/reports.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/repository.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/repository.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/repository.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/repository.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/repository.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/repository.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/repository.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/repository.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/repository.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/repository.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/repository.zip"} 40 http_response_size_bytes_count{method="GET",path="/repository.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/resources.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/resources.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/resources.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/resources.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/resources.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/resources.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/resources.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/resources.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/resources.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/resources.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/resources.zip"} 39 http_response_size_bytes_count{method="GET",path="/resources.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/resources/.env",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/resources/.env",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/resources/.env",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/resources/.env",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/resources/.env",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/resources/.env",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/resources/.env",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/resources/.env",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/resources/.env",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/resources/.env",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/resources/.env"} 87 http_response_size_bytes_count{method="GET",path="/resources/.env"} 2 http_response_size_bytes_bucket{method="GET",path="/rest.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/rest.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/rest.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/rest.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/rest.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/rest.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/rest.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/rest.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/rest.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/rest.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/rest.zip"} 40 http_response_size_bytes_count{method="GET",path="/rest.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/*",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/*",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/*",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/*",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/*",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/*",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/*",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/*",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/*",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/*",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/rest/*"} 88 http_response_size_bytes_count{method="GET",path="/rest/*"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/.env",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/.env",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/.env",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/.env",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/.env",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/.env",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/.env",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/.env",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/.env",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/.env",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/rest/.env"} 87 http_response_size_bytes_count{method="GET",path="/rest/.env"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/credential-translation",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/credential-translation",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/credential-translation",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/credential-translation",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/credential-translation",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/credential-translation",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/credential-translation",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/credential-translation",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/credential-translation",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/credential-translation",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/rest/credential-translation"} 88 http_response_size_bytes_count{method="GET",path="/rest/credential-translation"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/credentials-for-node",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/credentials-for-node",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/credentials-for-node",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/credentials-for-node",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/credentials-for-node",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/credentials-for-node",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/credentials-for-node",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/credentials-for-node",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/credentials-for-node",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/credentials-for-node",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/rest/credentials-for-node"} 88 http_response_size_bytes_count{method="GET",path="/rest/credentials-for-node"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/executions",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/executions",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/executions",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/executions",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/executions",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/executions",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/executions",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/executions",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/executions",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/executions",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/rest/executions"} 88 http_response_size_bytes_count{method="GET",path="/rest/executions"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/license",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/license",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/license",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/license",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/license",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/license",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/license",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/license",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/license",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/license",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/rest/license"} 88 http_response_size_bytes_count{method="GET",path="/rest/license"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/login",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/login",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/login",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/login",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/login",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/login",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/login",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/login",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/login",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/login",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/rest/login"} 88 http_response_size_bytes_count{method="GET",path="/rest/login"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/logout",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/logout",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/logout",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/logout",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/logout",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/logout",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/logout",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/logout",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/logout",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/logout",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/rest/logout"} 87 http_response_size_bytes_count{method="GET",path="/rest/logout"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/node-types",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/node-types",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/node-types",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/node-types",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/node-types",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/node-types",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/node-types",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/node-types",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/node-types",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/node-types",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/rest/node-types"} 88 http_response_size_bytes_count{method="GET",path="/rest/node-types"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/oauth1-credential/auth",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/oauth1-credential/auth",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/oauth1-credential/auth",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/oauth1-credential/auth",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/oauth1-credential/auth",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/oauth1-credential/auth",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/oauth1-credential/auth",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/oauth1-credential/auth",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/oauth1-credential/auth",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/oauth1-credential/auth",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/rest/oauth1-credential/auth"} 88 http_response_size_bytes_count{method="GET",path="/rest/oauth1-credential/auth"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/oauth2-credential/auth",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/oauth2-credential/auth",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/oauth2-credential/auth",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/oauth2-credential/auth",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/oauth2-credential/auth",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/oauth2-credential/auth",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/oauth2-credential/auth",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/oauth2-credential/auth",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/oauth2-credential/auth",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/oauth2-credential/auth",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/rest/oauth2-credential/auth"} 88 http_response_size_bytes_count{method="GET",path="/rest/oauth2-credential/auth"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/settings",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/settings",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/settings",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/settings",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/settings",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/settings",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/settings",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/settings",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/settings",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/settings",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/rest/settings"} 88 http_response_size_bytes_count{method="GET",path="/rest/settings"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/tags",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/tags",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/tags",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/tags",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/tags",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/tags",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/tags",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/tags",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/tags",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/tags",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/rest/tags"} 88 http_response_size_bytes_count{method="GET",path="/rest/tags"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/users",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/users",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/users",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/users",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/users",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/users",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/users",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/users",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/users",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/users",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/rest/users"} 88 http_response_size_bytes_count{method="GET",path="/rest/users"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/variables",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/variables",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/variables",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/variables",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/variables",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/variables",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/variables",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/variables",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/variables",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/variables",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/rest/variables"} 87 http_response_size_bytes_count{method="GET",path="/rest/variables"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/workflows",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/workflows",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/workflows",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/workflows",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/workflows",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/workflows",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/workflows",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/workflows",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/workflows",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/workflows",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/rest/workflows"} 88 http_response_size_bytes_count{method="GET",path="/rest/workflows"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/workflows/run",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/workflows/run",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/workflows/run",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/workflows/run",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/workflows/run",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/workflows/run",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/workflows/run",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/workflows/run",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/workflows/run",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/workflows/run",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/rest/workflows/run"} 88 http_response_size_bytes_count{method="GET",path="/rest/workflows/run"} 2 http_response_size_bytes_bucket{method="GET",path="/restapi.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/restapi.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/restapi.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/restapi.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/restapi.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/restapi.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/restapi.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/restapi.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/restapi.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/restapi.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/restapi.zip"} 40 http_response_size_bytes_count{method="GET",path="/restapi.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/result.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/result.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/result.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/result.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/result.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/result.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/result.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/result.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/result.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/result.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/result.zip"} 40 http_response_size_bytes_count{method="GET",path="/result.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/results.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/results.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/results.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/results.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/results.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/results.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/results.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/results.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/results.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/results.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/results.zip"} 40 http_response_size_bytes_count{method="GET",path="/results.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/revealability.php",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/revealability.php",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/revealability.php",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/revealability.php",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/revealability.php",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/revealability.php",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/revealability.php",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/revealability.php",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/revealability.php",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/revealability.php",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/revealability.php"} 129 http_response_size_bytes_count{method="GET",path="/revealability.php"} 3 http_response_size_bytes_bucket{method="GET",path="/reze.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/reze.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/reze.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/reze.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/reze.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/reze.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/reze.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/reze.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/reze.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/reze.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/reze.php"} 43 http_response_size_bytes_count{method="GET",path="/reze.php"} 1 http_response_size_bytes_bucket{method="GET",path="/rh.php",le="100"} 6 http_response_size_bytes_bucket{method="GET",path="/rh.php",le="500"} 6 http_response_size_bytes_bucket{method="GET",path="/rh.php",le="1000"} 6 http_response_size_bytes_bucket{method="GET",path="/rh.php",le="5000"} 6 http_response_size_bytes_bucket{method="GET",path="/rh.php",le="10000"} 6 http_response_size_bytes_bucket{method="GET",path="/rh.php",le="50000"} 6 http_response_size_bytes_bucket{method="GET",path="/rh.php",le="100000"} 6 http_response_size_bytes_bucket{method="GET",path="/rh.php",le="500000"} 6 http_response_size_bytes_bucket{method="GET",path="/rh.php",le="1e+06"} 6 http_response_size_bytes_bucket{method="GET",path="/rh.php",le="+Inf"} 6 http_response_size_bytes_sum{method="GET",path="/rh.php"} 259 http_response_size_bytes_count{method="GET",path="/rh.php"} 6 http_response_size_bytes_bucket{method="GET",path="/rip.php",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/rip.php",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/rip.php",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/rip.php",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/rip.php",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/rip.php",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/rip.php",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/rip.php",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/rip.php",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/rip.php",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/rip.php"} 172 http_response_size_bytes_count{method="GET",path="/rip.php"} 4 http_response_size_bytes_bucket{method="GET",path="/rithin.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/rithin.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/rithin.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/rithin.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/rithin.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/rithin.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/rithin.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/rithin.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/rithin.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/rithin.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/rithin.php"} 86 http_response_size_bytes_count{method="GET",path="/rithin.php"} 2 http_response_size_bytes_bucket{method="GET",path="/robots.txt",le="100"} 55 http_response_size_bytes_bucket{method="GET",path="/robots.txt",le="500"} 55 http_response_size_bytes_bucket{method="GET",path="/robots.txt",le="1000"} 55 http_response_size_bytes_bucket{method="GET",path="/robots.txt",le="5000"} 55 http_response_size_bytes_bucket{method="GET",path="/robots.txt",le="10000"} 55 http_response_size_bytes_bucket{method="GET",path="/robots.txt",le="50000"} 55 http_response_size_bytes_bucket{method="GET",path="/robots.txt",le="100000"} 55 http_response_size_bytes_bucket{method="GET",path="/robots.txt",le="500000"} 55 http_response_size_bytes_bucket{method="GET",path="/robots.txt",le="1e+06"} 55 http_response_size_bytes_bucket{method="GET",path="/robots.txt",le="+Inf"} 55 http_response_size_bytes_sum{method="GET",path="/robots.txt"} 2366 http_response_size_bytes_count{method="GET",path="/robots.txt"} 55 http_response_size_bytes_bucket{method="GET",path="/roksad1.php",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/roksad1.php",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/roksad1.php",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/roksad1.php",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/roksad1.php",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/roksad1.php",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/roksad1.php",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/roksad1.php",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/roksad1.php",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/roksad1.php",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/roksad1.php"} 129 http_response_size_bytes_count{method="GET",path="/roksad1.php"} 3 http_response_size_bytes_bucket{method="GET",path="/rollbar.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/rollbar.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/rollbar.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/rollbar.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/rollbar.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/rollbar.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/rollbar.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/rollbar.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/rollbar.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/rollbar.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/rollbar.zip"} 40 http_response_size_bytes_count{method="GET",path="/rollbar.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/root.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/root.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/root.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/root.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/root.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/root.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/root.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/root.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/root.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/root.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/root.zip"} 40 http_response_size_bytes_count{method="GET",path="/root.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/root/.aws/config",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/root/.aws/config",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/root/.aws/config",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/root/.aws/config",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/root/.aws/config",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/root/.aws/config",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/root/.aws/config",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/root/.aws/config",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/root/.aws/config",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/root/.aws/config",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/root/.aws/config"} 88 http_response_size_bytes_count{method="GET",path="/root/.aws/config"} 2 http_response_size_bytes_bucket{method="GET",path="/root/.aws/credentials",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/root/.aws/credentials",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/root/.aws/credentials",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/root/.aws/credentials",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/root/.aws/credentials",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/root/.aws/credentials",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/root/.aws/credentials",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/root/.aws/credentials",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/root/.aws/credentials",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/root/.aws/credentials",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/root/.aws/credentials"} 88 http_response_size_bytes_count{method="GET",path="/root/.aws/credentials"} 2 http_response_size_bytes_bucket{method="GET",path="/root/.boto",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/root/.boto",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/root/.boto",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/root/.boto",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/root/.boto",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/root/.boto",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/root/.boto",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/root/.boto",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/root/.boto",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/root/.boto",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/root/.boto"} 88 http_response_size_bytes_count{method="GET",path="/root/.boto"} 2 http_response_size_bytes_bucket{method="GET",path="/root/.env",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/root/.env",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/root/.env",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/root/.env",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/root/.env",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/root/.env",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/root/.env",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/root/.env",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/root/.env",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/root/.env",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/root/.env"} 88 http_response_size_bytes_count{method="GET",path="/root/.env"} 2 http_response_size_bytes_bucket{method="GET",path="/root/.git-credentials",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/root/.git-credentials",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/root/.git-credentials",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/root/.git-credentials",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/root/.git-credentials",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/root/.git-credentials",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/root/.git-credentials",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/root/.git-credentials",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/root/.git-credentials",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/root/.git-credentials",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/root/.git-credentials"} 88 http_response_size_bytes_count{method="GET",path="/root/.git-credentials"} 2 http_response_size_bytes_bucket{method="GET",path="/root/.gitconfig",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/root/.gitconfig",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/root/.gitconfig",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/root/.gitconfig",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/root/.gitconfig",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/root/.gitconfig",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/root/.gitconfig",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/root/.gitconfig",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/root/.gitconfig",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/root/.gitconfig",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/root/.gitconfig"} 88 http_response_size_bytes_count{method="GET",path="/root/.gitconfig"} 2 http_response_size_bytes_bucket{method="GET",path="/root/.netrc",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/root/.netrc",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/root/.netrc",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/root/.netrc",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/root/.netrc",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/root/.netrc",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/root/.netrc",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/root/.netrc",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/root/.netrc",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/root/.netrc",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/root/.netrc"} 88 http_response_size_bytes_count{method="GET",path="/root/.netrc"} 2 http_response_size_bytes_bucket{method="GET",path="/root/.s3cfg",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/root/.s3cfg",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/root/.s3cfg",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/root/.s3cfg",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/root/.s3cfg",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/root/.s3cfg",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/root/.s3cfg",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/root/.s3cfg",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/root/.s3cfg",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/root/.s3cfg",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/root/.s3cfg"} 88 http_response_size_bytes_count{method="GET",path="/root/.s3cfg"} 2 http_response_size_bytes_bucket{method="GET",path="/rpc.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/rpc.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/rpc.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/rpc.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/rpc.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/rpc.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/rpc.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/rpc.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/rpc.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/rpc.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/rpc.zip"} 40 http_response_size_bytes_count{method="GET",path="/rpc.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/rrr.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/rrr.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/rrr.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/rrr.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/rrr.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/rrr.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/rrr.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/rrr.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/rrr.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/rrr.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/rrr.php"} 43 http_response_size_bytes_count{method="GET",path="/rrr.php"} 1 http_response_size_bytes_bucket{method="GET",path="/ruby.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/ruby.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/ruby.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/ruby.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/ruby.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/ruby.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/ruby.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/ruby.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/ruby.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/ruby.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/ruby.zip"} 40 http_response_size_bytes_count{method="GET",path="/ruby.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/run.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/run.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/run.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/run.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/run.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/run.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/run.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/run.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/run.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/run.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/run.zip"} 40 http_response_size_bytes_count{method="GET",path="/run.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/runtime-config.js",le="100"} 19 http_response_size_bytes_bucket{method="GET",path="/runtime-config.js",le="500"} 19 http_response_size_bytes_bucket{method="GET",path="/runtime-config.js",le="1000"} 19 http_response_size_bytes_bucket{method="GET",path="/runtime-config.js",le="5000"} 19 http_response_size_bytes_bucket{method="GET",path="/runtime-config.js",le="10000"} 19 http_response_size_bytes_bucket{method="GET",path="/runtime-config.js",le="50000"} 19 http_response_size_bytes_bucket{method="GET",path="/runtime-config.js",le="100000"} 19 http_response_size_bytes_bucket{method="GET",path="/runtime-config.js",le="500000"} 19 http_response_size_bytes_bucket{method="GET",path="/runtime-config.js",le="1e+06"} 19 http_response_size_bytes_bucket{method="GET",path="/runtime-config.js",le="+Inf"} 19 http_response_size_bytes_sum{method="GET",path="/runtime-config.js"} 836 http_response_size_bytes_count{method="GET",path="/runtime-config.js"} 19 http_response_size_bytes_bucket{method="GET",path="/rzki.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/rzki.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/rzki.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/rzki.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/rzki.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/rzki.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/rzki.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/rzki.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/rzki.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/rzki.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/rzki.php"} 86 http_response_size_bytes_count{method="GET",path="/rzki.php"} 2 http_response_size_bytes_bucket{method="GET",path="/s.php",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/s.php",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/s.php",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/s.php",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/s.php",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/s.php",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/s.php",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/s.php",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/s.php",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/s.php",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/s.php"} 129 http_response_size_bytes_count{method="GET",path="/s.php"} 3 http_response_size_bytes_bucket{method="GET",path="/s/1313e26343e26343e29363/_/;/META-INF/maven/com.atlassian.jira/jira-webapp-dist/pom.properties",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/s/1313e26343e26343e29363/_/;/META-INF/maven/com.atlassian.jira/jira-webapp-dist/pom.properties",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/s/1313e26343e26343e29363/_/;/META-INF/maven/com.atlassian.jira/jira-webapp-dist/pom.properties",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/s/1313e26343e26343e29363/_/;/META-INF/maven/com.atlassian.jira/jira-webapp-dist/pom.properties",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/s/1313e26343e26343e29363/_/;/META-INF/maven/com.atlassian.jira/jira-webapp-dist/pom.properties",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/s/1313e26343e26343e29363/_/;/META-INF/maven/com.atlassian.jira/jira-webapp-dist/pom.properties",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/s/1313e26343e26343e29363/_/;/META-INF/maven/com.atlassian.jira/jira-webapp-dist/pom.properties",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/s/1313e26343e26343e29363/_/;/META-INF/maven/com.atlassian.jira/jira-webapp-dist/pom.properties",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/s/1313e26343e26343e29363/_/;/META-INF/maven/com.atlassian.jira/jira-webapp-dist/pom.properties",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/s/1313e26343e26343e29363/_/;/META-INF/maven/com.atlassian.jira/jira-webapp-dist/pom.properties",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/s/1313e26343e26343e29363/_/;/META-INF/maven/com.atlassian.jira/jira-webapp-dist/pom.properties"} 43 http_response_size_bytes_count{method="GET",path="/s/1313e26343e26343e29363/_/;/META-INF/maven/com.atlassian.jira/jira-webapp-dist/pom.properties"} 1 http_response_size_bytes_bucket{method="GET",path="/s/5393e22323e23333e26363/_/;/META-INF/maven/com.atlassian.jira/jira-webapp-dist/pom.properties",le="100"} 9 http_response_size_bytes_bucket{method="GET",path="/s/5393e22323e23333e26363/_/;/META-INF/maven/com.atlassian.jira/jira-webapp-dist/pom.properties",le="500"} 9 http_response_size_bytes_bucket{method="GET",path="/s/5393e22323e23333e26363/_/;/META-INF/maven/com.atlassian.jira/jira-webapp-dist/pom.properties",le="1000"} 9 http_response_size_bytes_bucket{method="GET",path="/s/5393e22323e23333e26363/_/;/META-INF/maven/com.atlassian.jira/jira-webapp-dist/pom.properties",le="5000"} 9 http_response_size_bytes_bucket{method="GET",path="/s/5393e22323e23333e26363/_/;/META-INF/maven/com.atlassian.jira/jira-webapp-dist/pom.properties",le="10000"} 9 http_response_size_bytes_bucket{method="GET",path="/s/5393e22323e23333e26363/_/;/META-INF/maven/com.atlassian.jira/jira-webapp-dist/pom.properties",le="50000"} 9 http_response_size_bytes_bucket{method="GET",path="/s/5393e22323e23333e26363/_/;/META-INF/maven/com.atlassian.jira/jira-webapp-dist/pom.properties",le="100000"} 9 http_response_size_bytes_bucket{method="GET",path="/s/5393e22323e23333e26363/_/;/META-INF/maven/com.atlassian.jira/jira-webapp-dist/pom.properties",le="500000"} 9 http_response_size_bytes_bucket{method="GET",path="/s/5393e22323e23333e26363/_/;/META-INF/maven/com.atlassian.jira/jira-webapp-dist/pom.properties",le="1e+06"} 9 http_response_size_bytes_bucket{method="GET",path="/s/5393e22323e23333e26363/_/;/META-INF/maven/com.atlassian.jira/jira-webapp-dist/pom.properties",le="+Inf"} 9 http_response_size_bytes_sum{method="GET",path="/s/5393e22323e23333e26363/_/;/META-INF/maven/com.atlassian.jira/jira-webapp-dist/pom.properties"} 387 http_response_size_bytes_count{method="GET",path="/s/5393e22323e23333e26363/_/;/META-INF/maven/com.atlassian.jira/jira-webapp-dist/pom.properties"} 9 http_response_size_bytes_bucket{method="GET",path="/s1.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/s1.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/s1.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/s1.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/s1.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/s1.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/s1.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/s1.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/s1.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/s1.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/s1.php"} 87 http_response_size_bytes_count{method="GET",path="/s1.php"} 2 http_response_size_bytes_bucket{method="GET",path="/s2.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/s2.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/s2.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/s2.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/s2.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/s2.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/s2.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/s2.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/s2.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/s2.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/s2.php"} 43 http_response_size_bytes_count{method="GET",path="/s2.php"} 1 http_response_size_bytes_bucket{method="GET",path="/s3.js",le="100"} 22 http_response_size_bytes_bucket{method="GET",path="/s3.js",le="500"} 22 http_response_size_bytes_bucket{method="GET",path="/s3.js",le="1000"} 22 http_response_size_bytes_bucket{method="GET",path="/s3.js",le="5000"} 22 http_response_size_bytes_bucket{method="GET",path="/s3.js",le="10000"} 22 http_response_size_bytes_bucket{method="GET",path="/s3.js",le="50000"} 22 http_response_size_bytes_bucket{method="GET",path="/s3.js",le="100000"} 22 http_response_size_bytes_bucket{method="GET",path="/s3.js",le="500000"} 22 http_response_size_bytes_bucket{method="GET",path="/s3.js",le="1e+06"} 22 http_response_size_bytes_bucket{method="GET",path="/s3.js",le="+Inf"} 22 http_response_size_bytes_sum{method="GET",path="/s3.js"} 961 http_response_size_bytes_count{method="GET",path="/s3.js"} 22 http_response_size_bytes_bucket{method="GET",path="/s3.key",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/s3.key",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/s3.key",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/s3.key",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/s3.key",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/s3.key",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/s3.key",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/s3.key",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/s3.key",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/s3.key",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/s3.key"} 88 http_response_size_bytes_count{method="GET",path="/s3.key"} 2 http_response_size_bytes_bucket{method="GET",path="/s3.properties",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/s3.properties",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/s3.properties",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/s3.properties",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/s3.properties",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/s3.properties",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/s3.properties",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/s3.properties",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/s3.properties",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/s3.properties",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/s3.properties"} 88 http_response_size_bytes_count{method="GET",path="/s3.properties"} 2 http_response_size_bytes_bucket{method="GET",path="/s3.secret",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/s3.secret",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/s3.secret",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/s3.secret",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/s3.secret",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/s3.secret",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/s3.secret",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/s3.secret",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/s3.secret",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/s3.secret",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/s3.secret"} 88 http_response_size_bytes_count{method="GET",path="/s3.secret"} 2 http_response_size_bytes_bucket{method="GET",path="/s3.yaml",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/s3.yaml",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/s3.yaml",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/s3.yaml",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/s3.yaml",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/s3.yaml",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/s3.yaml",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/s3.yaml",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/s3.yaml",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/s3.yaml",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/s3.yaml"} 88 http_response_size_bytes_count{method="GET",path="/s3.yaml"} 2 http_response_size_bytes_bucket{method="GET",path="/s3.yml",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/s3.yml",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/s3.yml",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/s3.yml",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/s3.yml",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/s3.yml",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/s3.yml",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/s3.yml",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/s3.yml",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/s3.yml",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/s3.yml"} 87 http_response_size_bytes_count{method="GET",path="/s3.yml"} 2 http_response_size_bytes_bucket{method="GET",path="/s3/.aws/config",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/s3/.aws/config",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/s3/.aws/config",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/s3/.aws/config",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/s3/.aws/config",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/s3/.aws/config",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/s3/.aws/config",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/s3/.aws/config",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/s3/.aws/config",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/s3/.aws/config",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/s3/.aws/config"} 88 http_response_size_bytes_count{method="GET",path="/s3/.aws/config"} 2 http_response_size_bytes_bucket{method="GET",path="/s3/.env.bak",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/s3/.env.bak",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/s3/.env.bak",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/s3/.env.bak",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/s3/.env.bak",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/s3/.env.bak",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/s3/.env.bak",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/s3/.env.bak",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/s3/.env.bak",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/s3/.env.bak",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/s3/.env.bak"} 87 http_response_size_bytes_count{method="GET",path="/s3/.env.bak"} 2 http_response_size_bytes_bucket{method="GET",path="/s3/backup",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/s3/backup",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/s3/backup",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/s3/backup",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/s3/backup",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/s3/backup",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/s3/backup",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/s3/backup",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/s3/backup",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/s3/backup",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/s3/backup"} 88 http_response_size_bytes_count{method="GET",path="/s3/backup"} 2 http_response_size_bytes_bucket{method="GET",path="/s3/bucket",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/s3/bucket",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/s3/bucket",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/s3/bucket",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/s3/bucket",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/s3/bucket",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/s3/bucket",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/s3/bucket",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/s3/bucket",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/s3/bucket",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/s3/bucket"} 88 http_response_size_bytes_count{method="GET",path="/s3/bucket"} 2 http_response_size_bytes_bucket{method="GET",path="/s3/bucket.env",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/s3/bucket.env",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/s3/bucket.env",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/s3/bucket.env",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/s3/bucket.env",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/s3/bucket.env",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/s3/bucket.env",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/s3/bucket.env",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/s3/bucket.env",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/s3/bucket.env",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/s3/bucket.env"} 88 http_response_size_bytes_count{method="GET",path="/s3/bucket.env"} 2 http_response_size_bytes_bucket{method="GET",path="/s3/buckets",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/s3/buckets",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/s3/buckets",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/s3/buckets",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/s3/buckets",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/s3/buckets",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/s3/buckets",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/s3/buckets",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/s3/buckets",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/s3/buckets",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/s3/buckets"} 88 http_response_size_bytes_count{method="GET",path="/s3/buckets"} 2 http_response_size_bytes_bucket{method="GET",path="/s3/credentials",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/s3/credentials",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/s3/credentials",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/s3/credentials",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/s3/credentials",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/s3/credentials",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/s3/credentials",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/s3/credentials",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/s3/credentials",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/s3/credentials",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/s3/credentials"} 88 http_response_size_bytes_count{method="GET",path="/s3/credentials"} 2 http_response_size_bytes_bucket{method="GET",path="/sa-key.json",le="100"} 19 http_response_size_bytes_bucket{method="GET",path="/sa-key.json",le="500"} 19 http_response_size_bytes_bucket{method="GET",path="/sa-key.json",le="1000"} 19 http_response_size_bytes_bucket{method="GET",path="/sa-key.json",le="5000"} 19 http_response_size_bytes_bucket{method="GET",path="/sa-key.json",le="10000"} 19 http_response_size_bytes_bucket{method="GET",path="/sa-key.json",le="50000"} 19 http_response_size_bytes_bucket{method="GET",path="/sa-key.json",le="100000"} 19 http_response_size_bytes_bucket{method="GET",path="/sa-key.json",le="500000"} 19 http_response_size_bytes_bucket{method="GET",path="/sa-key.json",le="1e+06"} 19 http_response_size_bytes_bucket{method="GET",path="/sa-key.json",le="+Inf"} 19 http_response_size_bytes_sum{method="GET",path="/sa-key.json"} 832 http_response_size_bytes_count{method="GET",path="/sa-key.json"} 19 http_response_size_bytes_bucket{method="GET",path="/sa-private-key.json",le="100"} 10 http_response_size_bytes_bucket{method="GET",path="/sa-private-key.json",le="500"} 10 http_response_size_bytes_bucket{method="GET",path="/sa-private-key.json",le="1000"} 10 http_response_size_bytes_bucket{method="GET",path="/sa-private-key.json",le="5000"} 10 http_response_size_bytes_bucket{method="GET",path="/sa-private-key.json",le="10000"} 10 http_response_size_bytes_bucket{method="GET",path="/sa-private-key.json",le="50000"} 10 http_response_size_bytes_bucket{method="GET",path="/sa-private-key.json",le="100000"} 10 http_response_size_bytes_bucket{method="GET",path="/sa-private-key.json",le="500000"} 10 http_response_size_bytes_bucket{method="GET",path="/sa-private-key.json",le="1e+06"} 10 http_response_size_bytes_bucket{method="GET",path="/sa-private-key.json",le="+Inf"} 10 http_response_size_bytes_sum{method="GET",path="/sa-private-key.json"} 439 http_response_size_bytes_count{method="GET",path="/sa-private-key.json"} 10 http_response_size_bytes_bucket{method="GET",path="/sa.json",le="100"} 16 http_response_size_bytes_bucket{method="GET",path="/sa.json",le="500"} 16 http_response_size_bytes_bucket{method="GET",path="/sa.json",le="1000"} 16 http_response_size_bytes_bucket{method="GET",path="/sa.json",le="5000"} 16 http_response_size_bytes_bucket{method="GET",path="/sa.json",le="10000"} 16 http_response_size_bytes_bucket{method="GET",path="/sa.json",le="50000"} 16 http_response_size_bytes_bucket{method="GET",path="/sa.json",le="100000"} 16 http_response_size_bytes_bucket{method="GET",path="/sa.json",le="500000"} 16 http_response_size_bytes_bucket{method="GET",path="/sa.json",le="1e+06"} 16 http_response_size_bytes_bucket{method="GET",path="/sa.json",le="+Inf"} 16 http_response_size_bytes_sum{method="GET",path="/sa.json"} 703 http_response_size_bytes_count{method="GET",path="/sa.json"} 16 http_response_size_bytes_bucket{method="GET",path="/sa.php7",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/sa.php7",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/sa.php7",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/sa.php7",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/sa.php7",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/sa.php7",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/sa.php7",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/sa.php7",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/sa.php7",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/sa.php7",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/sa.php7"} 43 http_response_size_bytes_count{method="GET",path="/sa.php7"} 1 http_response_size_bytes_bucket{method="GET",path="/saas/.env",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/saas/.env",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/saas/.env",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/saas/.env",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/saas/.env",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/saas/.env",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/saas/.env",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/saas/.env",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/saas/.env",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/saas/.env",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/saas/.env"} 87 http_response_size_bytes_count{method="GET",path="/saas/.env"} 2 http_response_size_bytes_bucket{method="GET",path="/sadcut1.php",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/sadcut1.php",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/sadcut1.php",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/sadcut1.php",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/sadcut1.php",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/sadcut1.php",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/sadcut1.php",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/sadcut1.php",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/sadcut1.php",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/sadcut1.php",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/sadcut1.php"} 130 http_response_size_bytes_count{method="GET",path="/sadcut1.php"} 3 http_response_size_bytes_bucket{method="GET",path="/sale.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/sale.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/sale.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/sale.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/sale.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/sale.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/sale.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/sale.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/sale.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/sale.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/sale.php"} 86 http_response_size_bytes_count{method="GET",path="/sale.php"} 2 http_response_size_bytes_bucket{method="GET",path="/sallu.php",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/sallu.php",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/sallu.php",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/sallu.php",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/sallu.php",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/sallu.php",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/sallu.php",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/sallu.php",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/sallu.php",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/sallu.php",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/sallu.php"} 172 http_response_size_bytes_count{method="GET",path="/sallu.php"} 4 http_response_size_bytes_bucket{method="GET",path="/sam-template.yaml",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/sam-template.yaml",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/sam-template.yaml",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/sam-template.yaml",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/sam-template.yaml",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/sam-template.yaml",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/sam-template.yaml",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/sam-template.yaml",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/sam-template.yaml",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/sam-template.yaml",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/sam-template.yaml"} 88 http_response_size_bytes_count{method="GET",path="/sam-template.yaml"} 2 http_response_size_bytes_bucket{method="GET",path="/samll.php",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/samll.php",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/samll.php",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/samll.php",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/samll.php",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/samll.php",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/samll.php",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/samll.php",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/samll.php",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/samll.php",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/samll.php"} 129 http_response_size_bytes_count{method="GET",path="/samll.php"} 3 http_response_size_bytes_bucket{method="GET",path="/sample.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/sample.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/sample.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/sample.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/sample.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/sample.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/sample.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/sample.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/sample.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/sample.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/sample.zip"} 40 http_response_size_bytes_count{method="GET",path="/sample.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/sandbox.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/sandbox.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/sandbox.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/sandbox.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/sandbox.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/sandbox.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/sandbox.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/sandbox.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/sandbox.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/sandbox.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/sandbox.zip"} 40 http_response_size_bytes_count{method="GET",path="/sandbox.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/saorix1.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/saorix1.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/saorix1.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/saorix1.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/saorix1.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/saorix1.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/saorix1.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/saorix1.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/saorix1.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/saorix1.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/saorix1.php"} 43 http_response_size_bytes_count{method="GET",path="/saorix1.php"} 1 http_response_size_bytes_bucket{method="GET",path="/sbhu.php",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/sbhu.php",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/sbhu.php",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/sbhu.php",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/sbhu.php",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/sbhu.php",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/sbhu.php",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/sbhu.php",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/sbhu.php",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/sbhu.php",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/sbhu.php"} 172 http_response_size_bytes_count{method="GET",path="/sbhu.php"} 4 http_response_size_bytes_bucket{method="GET",path="/sbin/.env",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/sbin/.env",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/sbin/.env",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/sbin/.env",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/sbin/.env",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/sbin/.env",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/sbin/.env",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/sbin/.env",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/sbin/.env",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/sbin/.env",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/sbin/.env"} 44 http_response_size_bytes_count{method="GET",path="/sbin/.env"} 1 http_response_size_bytes_bucket{method="GET",path="/scheduler.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/scheduler.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/scheduler.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/scheduler.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/scheduler.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/scheduler.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/scheduler.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/scheduler.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/scheduler.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/scheduler.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/scheduler.zip"} 40 http_response_size_bytes_count{method="GET",path="/scheduler.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/scripts.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/scripts.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/scripts.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/scripts.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/scripts.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/scripts.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/scripts.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/scripts.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/scripts.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/scripts.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/scripts.zip"} 40 http_response_size_bytes_count{method="GET",path="/scripts.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/scripts/.env",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/scripts/.env",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/scripts/.env",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/scripts/.env",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/scripts/.env",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/scripts/.env",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/scripts/.env",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/scripts/.env",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/scripts/.env",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/scripts/.env",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/scripts/.env"} 88 http_response_size_bytes_count{method="GET",path="/scripts/.env"} 2 http_response_size_bytes_bucket{method="GET",path="/scripts/nodemailer.js",le="100"} 22 http_response_size_bytes_bucket{method="GET",path="/scripts/nodemailer.js",le="500"} 22 http_response_size_bytes_bucket{method="GET",path="/scripts/nodemailer.js",le="1000"} 22 http_response_size_bytes_bucket{method="GET",path="/scripts/nodemailer.js",le="5000"} 22 http_response_size_bytes_bucket{method="GET",path="/scripts/nodemailer.js",le="10000"} 22 http_response_size_bytes_bucket{method="GET",path="/scripts/nodemailer.js",le="50000"} 22 http_response_size_bytes_bucket{method="GET",path="/scripts/nodemailer.js",le="100000"} 22 http_response_size_bytes_bucket{method="GET",path="/scripts/nodemailer.js",le="500000"} 22 http_response_size_bytes_bucket{method="GET",path="/scripts/nodemailer.js",le="1e+06"} 22 http_response_size_bytes_bucket{method="GET",path="/scripts/nodemailer.js",le="+Inf"} 22 http_response_size_bytes_sum{method="GET",path="/scripts/nodemailer.js"} 961 http_response_size_bytes_count{method="GET",path="/scripts/nodemailer.js"} 22 http_response_size_bytes_bucket{method="GET",path="/sd.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/sd.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/sd.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/sd.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/sd.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/sd.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/sd.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/sd.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/sd.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/sd.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/sd.php"} 43 http_response_size_bytes_count{method="GET",path="/sd.php"} 1 http_response_size_bytes_bucket{method="GET",path="/sdm.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/sdm.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/sdm.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/sdm.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/sdm.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/sdm.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/sdm.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/sdm.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/sdm.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/sdm.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/sdm.php"} 43 http_response_size_bytes_count{method="GET",path="/sdm.php"} 1 http_response_size_bytes_bucket{method="GET",path="/sec.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/sec.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/sec.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/sec.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/sec.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/sec.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/sec.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/sec.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/sec.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/sec.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/sec.php"} 43 http_response_size_bytes_count{method="GET",path="/sec.php"} 1 http_response_size_bytes_bucket{method="GET",path="/secret_keys.json",le="100"} 19 http_response_size_bytes_bucket{method="GET",path="/secret_keys.json",le="500"} 19 http_response_size_bytes_bucket{method="GET",path="/secret_keys.json",le="1000"} 19 http_response_size_bytes_bucket{method="GET",path="/secret_keys.json",le="5000"} 19 http_response_size_bytes_bucket{method="GET",path="/secret_keys.json",le="10000"} 19 http_response_size_bytes_bucket{method="GET",path="/secret_keys.json",le="50000"} 19 http_response_size_bytes_bucket{method="GET",path="/secret_keys.json",le="100000"} 19 http_response_size_bytes_bucket{method="GET",path="/secret_keys.json",le="500000"} 19 http_response_size_bytes_bucket{method="GET",path="/secret_keys.json",le="1e+06"} 19 http_response_size_bytes_bucket{method="GET",path="/secret_keys.json",le="+Inf"} 19 http_response_size_bytes_sum{method="GET",path="/secret_keys.json"} 835 http_response_size_bytes_count{method="GET",path="/secret_keys.json"} 19 http_response_size_bytes_bucket{method="GET",path="/secrets.json",le="100"} 29 http_response_size_bytes_bucket{method="GET",path="/secrets.json",le="500"} 29 http_response_size_bytes_bucket{method="GET",path="/secrets.json",le="1000"} 29 http_response_size_bytes_bucket{method="GET",path="/secrets.json",le="5000"} 29 http_response_size_bytes_bucket{method="GET",path="/secrets.json",le="10000"} 29 http_response_size_bytes_bucket{method="GET",path="/secrets.json",le="50000"} 29 http_response_size_bytes_bucket{method="GET",path="/secrets.json",le="100000"} 29 http_response_size_bytes_bucket{method="GET",path="/secrets.json",le="500000"} 29 http_response_size_bytes_bucket{method="GET",path="/secrets.json",le="1e+06"} 29 http_response_size_bytes_bucket{method="GET",path="/secrets.json",le="+Inf"} 29 http_response_size_bytes_sum{method="GET",path="/secrets.json"} 1270 http_response_size_bytes_count{method="GET",path="/secrets.json"} 29 http_response_size_bytes_bucket{method="GET",path="/secrets.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/secrets.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/secrets.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/secrets.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/secrets.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/secrets.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/secrets.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/secrets.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/secrets.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/secrets.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/secrets.php"} 43 http_response_size_bytes_count{method="GET",path="/secrets.php"} 1 http_response_size_bytes_bucket{method="GET",path="/secrets.toml",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/secrets.toml",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/secrets.toml",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/secrets.toml",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/secrets.toml",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/secrets.toml",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/secrets.toml",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/secrets.toml",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/secrets.toml",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/secrets.toml",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/secrets.toml"} 88 http_response_size_bytes_count{method="GET",path="/secrets.toml"} 2 http_response_size_bytes_bucket{method="GET",path="/secrets.yaml",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/secrets.yaml",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/secrets.yaml",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/secrets.yaml",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/secrets.yaml",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/secrets.yaml",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/secrets.yaml",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/secrets.yaml",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/secrets.yaml",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/secrets.yaml",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/secrets.yaml"} 176 http_response_size_bytes_count{method="GET",path="/secrets.yaml"} 4 http_response_size_bytes_bucket{method="GET",path="/secrets.yml",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/secrets.yml",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/secrets.yml",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/secrets.yml",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/secrets.yml",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/secrets.yml",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/secrets.yml",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/secrets.yml",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/secrets.yml",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/secrets.yml",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/secrets.yml"} 44 http_response_size_bytes_count{method="GET",path="/secrets.yml"} 1 http_response_size_bytes_bucket{method="GET",path="/secrets/gcp-credentials.json",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/secrets/gcp-credentials.json",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/secrets/gcp-credentials.json",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/secrets/gcp-credentials.json",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/secrets/gcp-credentials.json",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/secrets/gcp-credentials.json",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/secrets/gcp-credentials.json",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/secrets/gcp-credentials.json",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/secrets/gcp-credentials.json",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/secrets/gcp-credentials.json",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/secrets/gcp-credentials.json"} 43 http_response_size_bytes_count{method="GET",path="/secrets/gcp-credentials.json"} 1 http_response_size_bytes_bucket{method="GET",path="/secrets/gcp-key.json",le="100"} 9 http_response_size_bytes_bucket{method="GET",path="/secrets/gcp-key.json",le="500"} 9 http_response_size_bytes_bucket{method="GET",path="/secrets/gcp-key.json",le="1000"} 9 http_response_size_bytes_bucket{method="GET",path="/secrets/gcp-key.json",le="5000"} 9 http_response_size_bytes_bucket{method="GET",path="/secrets/gcp-key.json",le="10000"} 9 http_response_size_bytes_bucket{method="GET",path="/secrets/gcp-key.json",le="50000"} 9 http_response_size_bytes_bucket{method="GET",path="/secrets/gcp-key.json",le="100000"} 9 http_response_size_bytes_bucket{method="GET",path="/secrets/gcp-key.json",le="500000"} 9 http_response_size_bytes_bucket{method="GET",path="/secrets/gcp-key.json",le="1e+06"} 9 http_response_size_bytes_bucket{method="GET",path="/secrets/gcp-key.json",le="+Inf"} 9 http_response_size_bytes_sum{method="GET",path="/secrets/gcp-key.json"} 394 http_response_size_bytes_count{method="GET",path="/secrets/gcp-key.json"} 9 http_response_size_bytes_bucket{method="GET",path="/secrets/service-account.json",le="100"} 9 http_response_size_bytes_bucket{method="GET",path="/secrets/service-account.json",le="500"} 9 http_response_size_bytes_bucket{method="GET",path="/secrets/service-account.json",le="1000"} 9 http_response_size_bytes_bucket{method="GET",path="/secrets/service-account.json",le="5000"} 9 http_response_size_bytes_bucket{method="GET",path="/secrets/service-account.json",le="10000"} 9 http_response_size_bytes_bucket{method="GET",path="/secrets/service-account.json",le="50000"} 9 http_response_size_bytes_bucket{method="GET",path="/secrets/service-account.json",le="100000"} 9 http_response_size_bytes_bucket{method="GET",path="/secrets/service-account.json",le="500000"} 9 http_response_size_bytes_bucket{method="GET",path="/secrets/service-account.json",le="1e+06"} 9 http_response_size_bytes_bucket{method="GET",path="/secrets/service-account.json",le="+Inf"} 9 http_response_size_bytes_sum{method="GET",path="/secrets/service-account.json"} 395 http_response_size_bytes_count{method="GET",path="/secrets/service-account.json"} 9 http_response_size_bytes_bucket{method="GET",path="/secure.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/secure.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/secure.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/secure.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/secure.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/secure.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/secure.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/secure.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/secure.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/secure.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/secure.zip"} 40 http_response_size_bytes_count{method="GET",path="/secure.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/secured/phpinfo.php",le="100"} 7 http_response_size_bytes_bucket{method="GET",path="/secured/phpinfo.php",le="500"} 7 http_response_size_bytes_bucket{method="GET",path="/secured/phpinfo.php",le="1000"} 7 http_response_size_bytes_bucket{method="GET",path="/secured/phpinfo.php",le="5000"} 7 http_response_size_bytes_bucket{method="GET",path="/secured/phpinfo.php",le="10000"} 7 http_response_size_bytes_bucket{method="GET",path="/secured/phpinfo.php",le="50000"} 7 http_response_size_bytes_bucket{method="GET",path="/secured/phpinfo.php",le="100000"} 7 http_response_size_bytes_bucket{method="GET",path="/secured/phpinfo.php",le="500000"} 7 http_response_size_bytes_bucket{method="GET",path="/secured/phpinfo.php",le="1e+06"} 7 http_response_size_bytes_bucket{method="GET",path="/secured/phpinfo.php",le="+Inf"} 7 http_response_size_bytes_sum{method="GET",path="/secured/phpinfo.php"} 301 http_response_size_bytes_count{method="GET",path="/secured/phpinfo.php"} 7 http_response_size_bytes_bucket{method="GET",path="/security.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/security.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/security.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/security.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/security.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/security.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/security.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/security.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/security.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/security.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/security.php"} 86 http_response_size_bytes_count{method="GET",path="/security.php"} 2 http_response_size_bytes_bucket{method="GET",path="/security.txt",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/security.txt",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/security.txt",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/security.txt",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/security.txt",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/security.txt",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/security.txt",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/security.txt",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/security.txt",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/security.txt",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/security.txt"} 57 http_response_size_bytes_count{method="GET",path="/security.txt"} 3 http_response_size_bytes_bucket{method="GET",path="/security.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/security.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/security.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/security.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/security.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/security.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/security.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/security.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/security.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/security.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/security.zip"} 40 http_response_size_bytes_count{method="GET",path="/security.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/seed.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/seed.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/seed.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/seed.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/seed.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/seed.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/seed.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/seed.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/seed.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/seed.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/seed.zip"} 40 http_response_size_bytes_count{method="GET",path="/seed.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/segment.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/segment.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/segment.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/segment.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/segment.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/segment.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/segment.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/segment.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/segment.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/segment.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/segment.zip"} 40 http_response_size_bytes_count{method="GET",path="/segment.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/sender/.env",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/sender/.env",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/sender/.env",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/sender/.env",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/sender/.env",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/sender/.env",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/sender/.env",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/sender/.env",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/sender/.env",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/sender/.env",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/sender/.env"} 87 http_response_size_bytes_count{method="GET",path="/sender/.env"} 2 http_response_size_bytes_bucket{method="GET",path="/sendgrid.env",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/sendgrid.env",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/sendgrid.env",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/sendgrid.env",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/sendgrid.env",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/sendgrid.env",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/sendgrid.env",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/sendgrid.env",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/sendgrid.env",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/sendgrid.env",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/sendgrid.env"} 131 http_response_size_bytes_count{method="GET",path="/sendgrid.env"} 3 http_response_size_bytes_bucket{method="GET",path="/sendgrid/.env",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/sendgrid/.env",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/sendgrid/.env",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/sendgrid/.env",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/sendgrid/.env",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/sendgrid/.env",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/sendgrid/.env",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/sendgrid/.env",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/sendgrid/.env",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/sendgrid/.env",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/sendgrid/.env"} 87 http_response_size_bytes_count{method="GET",path="/sendgrid/.env"} 2 http_response_size_bytes_bucket{method="GET",path="/sent.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/sent.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/sent.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/sent.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/sent.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/sent.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/sent.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/sent.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/sent.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/sent.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/sent.zip"} 40 http_response_size_bytes_count{method="GET",path="/sent.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/sentry.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/sentry.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/sentry.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/sentry.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/sentry.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/sentry.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/sentry.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/sentry.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/sentry.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/sentry.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/sentry.zip"} 40 http_response_size_bytes_count{method="GET",path="/sentry.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/seo.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/seo.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/seo.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/seo.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/seo.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/seo.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/seo.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/seo.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/seo.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/seo.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/seo.php"} 44 http_response_size_bytes_count{method="GET",path="/seo.php"} 1 http_response_size_bytes_bucket{method="GET",path="/server",le="100"} 10 http_response_size_bytes_bucket{method="GET",path="/server",le="500"} 10 http_response_size_bytes_bucket{method="GET",path="/server",le="1000"} 10 http_response_size_bytes_bucket{method="GET",path="/server",le="5000"} 10 http_response_size_bytes_bucket{method="GET",path="/server",le="10000"} 10 http_response_size_bytes_bucket{method="GET",path="/server",le="50000"} 10 http_response_size_bytes_bucket{method="GET",path="/server",le="100000"} 10 http_response_size_bytes_bucket{method="GET",path="/server",le="500000"} 10 http_response_size_bytes_bucket{method="GET",path="/server",le="1e+06"} 10 http_response_size_bytes_bucket{method="GET",path="/server",le="+Inf"} 10 http_response_size_bytes_sum{method="GET",path="/server"} 430 http_response_size_bytes_count{method="GET",path="/server"} 10 http_response_size_bytes_bucket{method="GET",path="/server-info",le="100"} 7 http_response_size_bytes_bucket{method="GET",path="/server-info",le="500"} 7 http_response_size_bytes_bucket{method="GET",path="/server-info",le="1000"} 7 http_response_size_bytes_bucket{method="GET",path="/server-info",le="5000"} 7 http_response_size_bytes_bucket{method="GET",path="/server-info",le="10000"} 7 http_response_size_bytes_bucket{method="GET",path="/server-info",le="50000"} 7 http_response_size_bytes_bucket{method="GET",path="/server-info",le="100000"} 7 http_response_size_bytes_bucket{method="GET",path="/server-info",le="500000"} 7 http_response_size_bytes_bucket{method="GET",path="/server-info",le="1e+06"} 7 http_response_size_bytes_bucket{method="GET",path="/server-info",le="+Inf"} 7 http_response_size_bytes_sum{method="GET",path="/server-info"} 301 http_response_size_bytes_count{method="GET",path="/server-info"} 7 http_response_size_bytes_bucket{method="GET",path="/server-info.php",le="100"} 11 http_response_size_bytes_bucket{method="GET",path="/server-info.php",le="500"} 11 http_response_size_bytes_bucket{method="GET",path="/server-info.php",le="1000"} 11 http_response_size_bytes_bucket{method="GET",path="/server-info.php",le="5000"} 11 http_response_size_bytes_bucket{method="GET",path="/server-info.php",le="10000"} 11 http_response_size_bytes_bucket{method="GET",path="/server-info.php",le="50000"} 11 http_response_size_bytes_bucket{method="GET",path="/server-info.php",le="100000"} 11 http_response_size_bytes_bucket{method="GET",path="/server-info.php",le="500000"} 11 http_response_size_bytes_bucket{method="GET",path="/server-info.php",le="1e+06"} 11 http_response_size_bytes_bucket{method="GET",path="/server-info.php",le="+Inf"} 11 http_response_size_bytes_sum{method="GET",path="/server-info.php"} 476 http_response_size_bytes_count{method="GET",path="/server-info.php"} 11 http_response_size_bytes_bucket{method="GET",path="/server-status",le="100"} 12 http_response_size_bytes_bucket{method="GET",path="/server-status",le="500"} 12 http_response_size_bytes_bucket{method="GET",path="/server-status",le="1000"} 12 http_response_size_bytes_bucket{method="GET",path="/server-status",le="5000"} 12 http_response_size_bytes_bucket{method="GET",path="/server-status",le="10000"} 12 http_response_size_bytes_bucket{method="GET",path="/server-status",le="50000"} 12 http_response_size_bytes_bucket{method="GET",path="/server-status",le="100000"} 12 http_response_size_bytes_bucket{method="GET",path="/server-status",le="500000"} 12 http_response_size_bytes_bucket{method="GET",path="/server-status",le="1e+06"} 12 http_response_size_bytes_bucket{method="GET",path="/server-status",le="+Inf"} 12 http_response_size_bytes_sum{method="GET",path="/server-status"} 518 http_response_size_bytes_count{method="GET",path="/server-status"} 12 http_response_size_bytes_bucket{method="GET",path="/server-status.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/server-status.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/server-status.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/server-status.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/server-status.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/server-status.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/server-status.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/server-status.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/server-status.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/server-status.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/server-status.php"} 87 http_response_size_bytes_count{method="GET",path="/server-status.php"} 2 http_response_size_bytes_bucket{method="GET",path="/server.7z",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/server.7z",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/server.7z",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/server.7z",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/server.7z",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/server.7z",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/server.7z",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/server.7z",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/server.7z",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/server.7z",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/server.7z"} 43 http_response_size_bytes_count{method="GET",path="/server.7z"} 1 http_response_size_bytes_bucket{method="GET",path="/server.bz2",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/server.bz2",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/server.bz2",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/server.bz2",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/server.bz2",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/server.bz2",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/server.bz2",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/server.bz2",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/server.bz2",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/server.bz2",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/server.bz2"} 43 http_response_size_bytes_count{method="GET",path="/server.bz2"} 1 http_response_size_bytes_bucket{method="GET",path="/server.gz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/server.gz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/server.gz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/server.gz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/server.gz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/server.gz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/server.gz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/server.gz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/server.gz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/server.gz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/server.gz"} 43 http_response_size_bytes_count{method="GET",path="/server.gz"} 1 http_response_size_bytes_bucket{method="GET",path="/server.js",le="100"} 26 http_response_size_bytes_bucket{method="GET",path="/server.js",le="500"} 26 http_response_size_bytes_bucket{method="GET",path="/server.js",le="1000"} 26 http_response_size_bytes_bucket{method="GET",path="/server.js",le="5000"} 26 http_response_size_bytes_bucket{method="GET",path="/server.js",le="10000"} 26 http_response_size_bytes_bucket{method="GET",path="/server.js",le="50000"} 26 http_response_size_bytes_bucket{method="GET",path="/server.js",le="100000"} 26 http_response_size_bytes_bucket{method="GET",path="/server.js",le="500000"} 26 http_response_size_bytes_bucket{method="GET",path="/server.js",le="1e+06"} 26 http_response_size_bytes_bucket{method="GET",path="/server.js",le="+Inf"} 26 http_response_size_bytes_sum{method="GET",path="/server.js"} 1137 http_response_size_bytes_count{method="GET",path="/server.js"} 26 http_response_size_bytes_bucket{method="GET",path="/server.pem",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/server.pem",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/server.pem",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/server.pem",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/server.pem",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/server.pem",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/server.pem",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/server.pem",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/server.pem",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/server.pem",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/server.pem"} 43 http_response_size_bytes_count{method="GET",path="/server.pem"} 1 http_response_size_bytes_bucket{method="GET",path="/server.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/server.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/server.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/server.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/server.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/server.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/server.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/server.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/server.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/server.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/server.php"} 88 http_response_size_bytes_count{method="GET",path="/server.php"} 2 http_response_size_bytes_bucket{method="GET",path="/server.rar",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/server.rar",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/server.rar",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/server.rar",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/server.rar",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/server.rar",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/server.rar",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/server.rar",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/server.rar",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/server.rar",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/server.rar"} 43 http_response_size_bytes_count{method="GET",path="/server.rar"} 1 http_response_size_bytes_bucket{method="GET",path="/server.sql",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/server.sql",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/server.sql",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/server.sql",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/server.sql",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/server.sql",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/server.sql",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/server.sql",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/server.sql",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/server.sql",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/server.sql"} 43 http_response_size_bytes_count{method="GET",path="/server.sql"} 1 http_response_size_bytes_bucket{method="GET",path="/server.sql.bz2",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/server.sql.bz2",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/server.sql.bz2",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/server.sql.bz2",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/server.sql.bz2",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/server.sql.bz2",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/server.sql.bz2",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/server.sql.bz2",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/server.sql.bz2",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/server.sql.bz2",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/server.sql.bz2"} 43 http_response_size_bytes_count{method="GET",path="/server.sql.bz2"} 1 http_response_size_bytes_bucket{method="GET",path="/server.sql.gz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/server.sql.gz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/server.sql.gz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/server.sql.gz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/server.sql.gz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/server.sql.gz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/server.sql.gz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/server.sql.gz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/server.sql.gz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/server.sql.gz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/server.sql.gz"} 43 http_response_size_bytes_count{method="GET",path="/server.sql.gz"} 1 http_response_size_bytes_bucket{method="GET",path="/server.tar",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/server.tar",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/server.tar",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/server.tar",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/server.tar",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/server.tar",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/server.tar",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/server.tar",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/server.tar",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/server.tar",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/server.tar"} 43 http_response_size_bytes_count{method="GET",path="/server.tar"} 1 http_response_size_bytes_bucket{method="GET",path="/server.tar.bz2",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/server.tar.bz2",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/server.tar.bz2",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/server.tar.bz2",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/server.tar.bz2",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/server.tar.bz2",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/server.tar.bz2",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/server.tar.bz2",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/server.tar.bz2",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/server.tar.bz2",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/server.tar.bz2"} 43 http_response_size_bytes_count{method="GET",path="/server.tar.bz2"} 1 http_response_size_bytes_bucket{method="GET",path="/server.tar.gz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/server.tar.gz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/server.tar.gz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/server.tar.gz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/server.tar.gz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/server.tar.gz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/server.tar.gz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/server.tar.gz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/server.tar.gz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/server.tar.gz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/server.tar.gz"} 43 http_response_size_bytes_count{method="GET",path="/server.tar.gz"} 1 http_response_size_bytes_bucket{method="GET",path="/server.tar.xz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/server.tar.xz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/server.tar.xz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/server.tar.xz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/server.tar.xz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/server.tar.xz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/server.tar.xz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/server.tar.xz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/server.tar.xz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/server.tar.xz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/server.tar.xz"} 43 http_response_size_bytes_count{method="GET",path="/server.tar.xz"} 1 http_response_size_bytes_bucket{method="GET",path="/server.tgz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/server.tgz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/server.tgz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/server.tgz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/server.tgz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/server.tgz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/server.tgz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/server.tgz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/server.tgz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/server.tgz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/server.tgz"} 43 http_response_size_bytes_count{method="GET",path="/server.tgz"} 1 http_response_size_bytes_bucket{method="GET",path="/server.zip",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/server.zip",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/server.zip",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/server.zip",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/server.zip",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/server.zip",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/server.zip",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/server.zip",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/server.zip",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/server.zip",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/server.zip"} 83 http_response_size_bytes_count{method="GET",path="/server.zip"} 3 http_response_size_bytes_bucket{method="GET",path="/server.zst",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/server.zst",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/server.zst",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/server.zst",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/server.zst",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/server.zst",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/server.zst",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/server.zst",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/server.zst",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/server.zst",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/server.zst"} 43 http_response_size_bytes_count{method="GET",path="/server.zst"} 1 http_response_size_bytes_bucket{method="GET",path="/server/.env",le="100"} 8 http_response_size_bytes_bucket{method="GET",path="/server/.env",le="500"} 8 http_response_size_bytes_bucket{method="GET",path="/server/.env",le="1000"} 8 http_response_size_bytes_bucket{method="GET",path="/server/.env",le="5000"} 8 http_response_size_bytes_bucket{method="GET",path="/server/.env",le="10000"} 8 http_response_size_bytes_bucket{method="GET",path="/server/.env",le="50000"} 8 http_response_size_bytes_bucket{method="GET",path="/server/.env",le="100000"} 8 http_response_size_bytes_bucket{method="GET",path="/server/.env",le="500000"} 8 http_response_size_bytes_bucket{method="GET",path="/server/.env",le="1e+06"} 8 http_response_size_bytes_bucket{method="GET",path="/server/.env",le="+Inf"} 8 http_response_size_bytes_sum{method="GET",path="/server/.env"} 350 http_response_size_bytes_count{method="GET",path="/server/.env"} 8 http_response_size_bytes_bucket{method="GET",path="/server/api/.env",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/server/api/.env",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/server/api/.env",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/server/api/.env",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/server/api/.env",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/server/api/.env",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/server/api/.env",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/server/api/.env",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/server/api/.env",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/server/api/.env",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/server/api/.env"} 88 http_response_size_bytes_count{method="GET",path="/server/api/.env"} 2 http_response_size_bytes_bucket{method="GET",path="/server/api/aws.config.js",le="100"} 18 http_response_size_bytes_bucket{method="GET",path="/server/api/aws.config.js",le="500"} 18 http_response_size_bytes_bucket{method="GET",path="/server/api/aws.config.js",le="1000"} 18 http_response_size_bytes_bucket{method="GET",path="/server/api/aws.config.js",le="5000"} 18 http_response_size_bytes_bucket{method="GET",path="/server/api/aws.config.js",le="10000"} 18 http_response_size_bytes_bucket{method="GET",path="/server/api/aws.config.js",le="50000"} 18 http_response_size_bytes_bucket{method="GET",path="/server/api/aws.config.js",le="100000"} 18 http_response_size_bytes_bucket{method="GET",path="/server/api/aws.config.js",le="500000"} 18 http_response_size_bytes_bucket{method="GET",path="/server/api/aws.config.js",le="1e+06"} 18 http_response_size_bytes_bucket{method="GET",path="/server/api/aws.config.js",le="+Inf"} 18 http_response_size_bytes_sum{method="GET",path="/server/api/aws.config.js"} 790 http_response_size_bytes_count{method="GET",path="/server/api/aws.config.js"} 18 http_response_size_bytes_bucket{method="GET",path="/server/app.js",le="100"} 19 http_response_size_bytes_bucket{method="GET",path="/server/app.js",le="500"} 19 http_response_size_bytes_bucket{method="GET",path="/server/app.js",le="1000"} 19 http_response_size_bytes_bucket{method="GET",path="/server/app.js",le="5000"} 19 http_response_size_bytes_bucket{method="GET",path="/server/app.js",le="10000"} 19 http_response_size_bytes_bucket{method="GET",path="/server/app.js",le="50000"} 19 http_response_size_bytes_bucket{method="GET",path="/server/app.js",le="100000"} 19 http_response_size_bytes_bucket{method="GET",path="/server/app.js",le="500000"} 19 http_response_size_bytes_bucket{method="GET",path="/server/app.js",le="1e+06"} 19 http_response_size_bytes_bucket{method="GET",path="/server/app.js",le="+Inf"} 19 http_response_size_bytes_sum{method="GET",path="/server/app.js"} 836 http_response_size_bytes_count{method="GET",path="/server/app.js"} 19 http_response_size_bytes_bucket{method="GET",path="/server/backend/.env",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/server/backend/.env",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/server/backend/.env",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/server/backend/.env",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/server/backend/.env",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/server/backend/.env",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/server/backend/.env",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/server/backend/.env",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/server/backend/.env",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/server/backend/.env",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/server/backend/.env"} 88 http_response_size_bytes_count{method="GET",path="/server/backend/.env"} 2 http_response_size_bytes_bucket{method="GET",path="/server/config.js",le="100"} 19 http_response_size_bytes_bucket{method="GET",path="/server/config.js",le="500"} 19 http_response_size_bytes_bucket{method="GET",path="/server/config.js",le="1000"} 19 http_response_size_bytes_bucket{method="GET",path="/server/config.js",le="5000"} 19 http_response_size_bytes_bucket{method="GET",path="/server/config.js",le="10000"} 19 http_response_size_bytes_bucket{method="GET",path="/server/config.js",le="50000"} 19 http_response_size_bytes_bucket{method="GET",path="/server/config.js",le="100000"} 19 http_response_size_bytes_bucket{method="GET",path="/server/config.js",le="500000"} 19 http_response_size_bytes_bucket{method="GET",path="/server/config.js",le="1e+06"} 19 http_response_size_bytes_bucket{method="GET",path="/server/config.js",le="+Inf"} 19 http_response_size_bytes_sum{method="GET",path="/server/config.js"} 836 http_response_size_bytes_count{method="GET",path="/server/config.js"} 19 http_response_size_bytes_bucket{method="GET",path="/server/config/common.js",le="100"} 19 http_response_size_bytes_bucket{method="GET",path="/server/config/common.js",le="500"} 19 http_response_size_bytes_bucket{method="GET",path="/server/config/common.js",le="1000"} 19 http_response_size_bytes_bucket{method="GET",path="/server/config/common.js",le="5000"} 19 http_response_size_bytes_bucket{method="GET",path="/server/config/common.js",le="10000"} 19 http_response_size_bytes_bucket{method="GET",path="/server/config/common.js",le="50000"} 19 http_response_size_bytes_bucket{method="GET",path="/server/config/common.js",le="100000"} 19 http_response_size_bytes_bucket{method="GET",path="/server/config/common.js",le="500000"} 19 http_response_size_bytes_bucket{method="GET",path="/server/config/common.js",le="1e+06"} 19 http_response_size_bytes_bucket{method="GET",path="/server/config/common.js",le="+Inf"} 19 http_response_size_bytes_sum{method="GET",path="/server/config/common.js"} 836 http_response_size_bytes_count{method="GET",path="/server/config/common.js"} 19 http_response_size_bytes_bucket{method="GET",path="/server/config/constants.js",le="100"} 19 http_response_size_bytes_bucket{method="GET",path="/server/config/constants.js",le="500"} 19 http_response_size_bytes_bucket{method="GET",path="/server/config/constants.js",le="1000"} 19 http_response_size_bytes_bucket{method="GET",path="/server/config/constants.js",le="5000"} 19 http_response_size_bytes_bucket{method="GET",path="/server/config/constants.js",le="10000"} 19 http_response_size_bytes_bucket{method="GET",path="/server/config/constants.js",le="50000"} 19 http_response_size_bytes_bucket{method="GET",path="/server/config/constants.js",le="100000"} 19 http_response_size_bytes_bucket{method="GET",path="/server/config/constants.js",le="500000"} 19 http_response_size_bytes_bucket{method="GET",path="/server/config/constants.js",le="1e+06"} 19 http_response_size_bytes_bucket{method="GET",path="/server/config/constants.js",le="+Inf"} 19 http_response_size_bytes_sum{method="GET",path="/server/config/constants.js"} 834 http_response_size_bytes_count{method="GET",path="/server/config/constants.js"} 19 http_response_size_bytes_bucket{method="GET",path="/server/config/database.js",le="100"} 24 http_response_size_bytes_bucket{method="GET",path="/server/config/database.js",le="500"} 24 http_response_size_bytes_bucket{method="GET",path="/server/config/database.js",le="1000"} 24 http_response_size_bytes_bucket{method="GET",path="/server/config/database.js",le="5000"} 24 http_response_size_bytes_bucket{method="GET",path="/server/config/database.js",le="10000"} 24 http_response_size_bytes_bucket{method="GET",path="/server/config/database.js",le="50000"} 24 http_response_size_bytes_bucket{method="GET",path="/server/config/database.js",le="100000"} 24 http_response_size_bytes_bucket{method="GET",path="/server/config/database.js",le="500000"} 24 http_response_size_bytes_bucket{method="GET",path="/server/config/database.js",le="1e+06"} 24 http_response_size_bytes_bucket{method="GET",path="/server/config/database.js",le="+Inf"} 24 http_response_size_bytes_sum{method="GET",path="/server/config/database.js"} 1048 http_response_size_bytes_count{method="GET",path="/server/config/database.js"} 24 http_response_size_bytes_bucket{method="GET",path="/server/config/template.js",le="100"} 17 http_response_size_bytes_bucket{method="GET",path="/server/config/template.js",le="500"} 17 http_response_size_bytes_bucket{method="GET",path="/server/config/template.js",le="1000"} 17 http_response_size_bytes_bucket{method="GET",path="/server/config/template.js",le="5000"} 17 http_response_size_bytes_bucket{method="GET",path="/server/config/template.js",le="10000"} 17 http_response_size_bytes_bucket{method="GET",path="/server/config/template.js",le="50000"} 17 http_response_size_bytes_bucket{method="GET",path="/server/config/template.js",le="100000"} 17 http_response_size_bytes_bucket{method="GET",path="/server/config/template.js",le="500000"} 17 http_response_size_bytes_bucket{method="GET",path="/server/config/template.js",le="1e+06"} 17 http_response_size_bytes_bucket{method="GET",path="/server/config/template.js",le="+Inf"} 17 http_response_size_bytes_sum{method="GET",path="/server/config/template.js"} 748 http_response_size_bytes_count{method="GET",path="/server/config/template.js"} 17 http_response_size_bytes_bucket{method="GET",path="/server/configs/aws.config.ts",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/server/configs/aws.config.ts",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/server/configs/aws.config.ts",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/server/configs/aws.config.ts",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/server/configs/aws.config.ts",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/server/configs/aws.config.ts",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/server/configs/aws.config.ts",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/server/configs/aws.config.ts",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/server/configs/aws.config.ts",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/server/configs/aws.config.ts",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/server/configs/aws.config.ts"} 88 http_response_size_bytes_count{method="GET",path="/server/configs/aws.config.ts"} 2 http_response_size_bytes_bucket{method="GET",path="/server/constant.js",le="100"} 19 http_response_size_bytes_bucket{method="GET",path="/server/constant.js",le="500"} 19 http_response_size_bytes_bucket{method="GET",path="/server/constant.js",le="1000"} 19 http_response_size_bytes_bucket{method="GET",path="/server/constant.js",le="5000"} 19 http_response_size_bytes_bucket{method="GET",path="/server/constant.js",le="10000"} 19 http_response_size_bytes_bucket{method="GET",path="/server/constant.js",le="50000"} 19 http_response_size_bytes_bucket{method="GET",path="/server/constant.js",le="100000"} 19 http_response_size_bytes_bucket{method="GET",path="/server/constant.js",le="500000"} 19 http_response_size_bytes_bucket{method="GET",path="/server/constant.js",le="1e+06"} 19 http_response_size_bytes_bucket{method="GET",path="/server/constant.js",le="+Inf"} 19 http_response_size_bytes_sum{method="GET",path="/server/constant.js"} 835 http_response_size_bytes_count{method="GET",path="/server/constant.js"} 19 http_response_size_bytes_bucket{method="GET",path="/server/constants.js",le="100"} 19 http_response_size_bytes_bucket{method="GET",path="/server/constants.js",le="500"} 19 http_response_size_bytes_bucket{method="GET",path="/server/constants.js",le="1000"} 19 http_response_size_bytes_bucket{method="GET",path="/server/constants.js",le="5000"} 19 http_response_size_bytes_bucket{method="GET",path="/server/constants.js",le="10000"} 19 http_response_size_bytes_bucket{method="GET",path="/server/constants.js",le="50000"} 19 http_response_size_bytes_bucket{method="GET",path="/server/constants.js",le="100000"} 19 http_response_size_bytes_bucket{method="GET",path="/server/constants.js",le="500000"} 19 http_response_size_bytes_bucket{method="GET",path="/server/constants.js",le="1e+06"} 19 http_response_size_bytes_bucket{method="GET",path="/server/constants.js",le="+Inf"} 19 http_response_size_bytes_sum{method="GET",path="/server/constants.js"} 835 http_response_size_bytes_count{method="GET",path="/server/constants.js"} 19 http_response_size_bytes_bucket{method="GET",path="/server/controller.js",le="100"} 16 http_response_size_bytes_bucket{method="GET",path="/server/controller.js",le="500"} 16 http_response_size_bytes_bucket{method="GET",path="/server/controller.js",le="1000"} 16 http_response_size_bytes_bucket{method="GET",path="/server/controller.js",le="5000"} 16 http_response_size_bytes_bucket{method="GET",path="/server/controller.js",le="10000"} 16 http_response_size_bytes_bucket{method="GET",path="/server/controller.js",le="50000"} 16 http_response_size_bytes_bucket{method="GET",path="/server/controller.js",le="100000"} 16 http_response_size_bytes_bucket{method="GET",path="/server/controller.js",le="500000"} 16 http_response_size_bytes_bucket{method="GET",path="/server/controller.js",le="1e+06"} 16 http_response_size_bytes_bucket{method="GET",path="/server/controller.js",le="+Inf"} 16 http_response_size_bytes_sum{method="GET",path="/server/controller.js"} 703 http_response_size_bytes_count{method="GET",path="/server/controller.js"} 16 http_response_size_bytes_bucket{method="GET",path="/server/env.js",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/server/env.js",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/server/env.js",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/server/env.js",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/server/env.js",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/server/env.js",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/server/env.js",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/server/env.js",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/server/env.js",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/server/env.js",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/server/env.js"} 88 http_response_size_bytes_count{method="GET",path="/server/env.js"} 2 http_response_size_bytes_bucket{method="GET",path="/server/helper.js",le="100"} 17 http_response_size_bytes_bucket{method="GET",path="/server/helper.js",le="500"} 17 http_response_size_bytes_bucket{method="GET",path="/server/helper.js",le="1000"} 17 http_response_size_bytes_bucket{method="GET",path="/server/helper.js",le="5000"} 17 http_response_size_bytes_bucket{method="GET",path="/server/helper.js",le="10000"} 17 http_response_size_bytes_bucket{method="GET",path="/server/helper.js",le="50000"} 17 http_response_size_bytes_bucket{method="GET",path="/server/helper.js",le="100000"} 17 http_response_size_bytes_bucket{method="GET",path="/server/helper.js",le="500000"} 17 http_response_size_bytes_bucket{method="GET",path="/server/helper.js",le="1e+06"} 17 http_response_size_bytes_bucket{method="GET",path="/server/helper.js",le="+Inf"} 17 http_response_size_bytes_sum{method="GET",path="/server/helper.js"} 747 http_response_size_bytes_count{method="GET",path="/server/helper.js"} 17 http_response_size_bytes_bucket{method="GET",path="/server/helper/aws_s3.js",le="100"} 15 http_response_size_bytes_bucket{method="GET",path="/server/helper/aws_s3.js",le="500"} 15 http_response_size_bytes_bucket{method="GET",path="/server/helper/aws_s3.js",le="1000"} 15 http_response_size_bytes_bucket{method="GET",path="/server/helper/aws_s3.js",le="5000"} 15 http_response_size_bytes_bucket{method="GET",path="/server/helper/aws_s3.js",le="10000"} 15 http_response_size_bytes_bucket{method="GET",path="/server/helper/aws_s3.js",le="50000"} 15 http_response_size_bytes_bucket{method="GET",path="/server/helper/aws_s3.js",le="100000"} 15 http_response_size_bytes_bucket{method="GET",path="/server/helper/aws_s3.js",le="500000"} 15 http_response_size_bytes_bucket{method="GET",path="/server/helper/aws_s3.js",le="1e+06"} 15 http_response_size_bytes_bucket{method="GET",path="/server/helper/aws_s3.js",le="+Inf"} 15 http_response_size_bytes_sum{method="GET",path="/server/helper/aws_s3.js"} 659 http_response_size_bytes_count{method="GET",path="/server/helper/aws_s3.js"} 15 http_response_size_bytes_bucket{method="GET",path="/server/index.js",le="100"} 17 http_response_size_bytes_bucket{method="GET",path="/server/index.js",le="500"} 17 http_response_size_bytes_bucket{method="GET",path="/server/index.js",le="1000"} 17 http_response_size_bytes_bucket{method="GET",path="/server/index.js",le="5000"} 17 http_response_size_bytes_bucket{method="GET",path="/server/index.js",le="10000"} 17 http_response_size_bytes_bucket{method="GET",path="/server/index.js",le="50000"} 17 http_response_size_bytes_bucket{method="GET",path="/server/index.js",le="100000"} 17 http_response_size_bytes_bucket{method="GET",path="/server/index.js",le="500000"} 17 http_response_size_bytes_bucket{method="GET",path="/server/index.js",le="1e+06"} 17 http_response_size_bytes_bucket{method="GET",path="/server/index.js",le="+Inf"} 17 http_response_size_bytes_sum{method="GET",path="/server/index.js"} 748 http_response_size_bytes_count{method="GET",path="/server/index.js"} 17 http_response_size_bytes_bucket{method="GET",path="/server/mail.js",le="100"} 17 http_response_size_bytes_bucket{method="GET",path="/server/mail.js",le="500"} 17 http_response_size_bytes_bucket{method="GET",path="/server/mail.js",le="1000"} 17 http_response_size_bytes_bucket{method="GET",path="/server/mail.js",le="5000"} 17 http_response_size_bytes_bucket{method="GET",path="/server/mail.js",le="10000"} 17 http_response_size_bytes_bucket{method="GET",path="/server/mail.js",le="50000"} 17 http_response_size_bytes_bucket{method="GET",path="/server/mail.js",le="100000"} 17 http_response_size_bytes_bucket{method="GET",path="/server/mail.js",le="500000"} 17 http_response_size_bytes_bucket{method="GET",path="/server/mail.js",le="1e+06"} 17 http_response_size_bytes_bucket{method="GET",path="/server/mail.js",le="+Inf"} 17 http_response_size_bytes_sum{method="GET",path="/server/mail.js"} 748 http_response_size_bytes_count{method="GET",path="/server/mail.js"} 17 http_response_size_bytes_bucket{method="GET",path="/server/mailer.js",le="100"} 17 http_response_size_bytes_bucket{method="GET",path="/server/mailer.js",le="500"} 17 http_response_size_bytes_bucket{method="GET",path="/server/mailer.js",le="1000"} 17 http_response_size_bytes_bucket{method="GET",path="/server/mailer.js",le="5000"} 17 http_response_size_bytes_bucket{method="GET",path="/server/mailer.js",le="10000"} 17 http_response_size_bytes_bucket{method="GET",path="/server/mailer.js",le="50000"} 17 http_response_size_bytes_bucket{method="GET",path="/server/mailer.js",le="100000"} 17 http_response_size_bytes_bucket{method="GET",path="/server/mailer.js",le="500000"} 17 http_response_size_bytes_bucket{method="GET",path="/server/mailer.js",le="1e+06"} 17 http_response_size_bytes_bucket{method="GET",path="/server/mailer.js",le="+Inf"} 17 http_response_size_bytes_sum{method="GET",path="/server/mailer.js"} 748 http_response_size_bytes_count{method="GET",path="/server/mailer.js"} 17 http_response_size_bytes_bucket{method="GET",path="/server/mailserver.js",le="100"} 16 http_response_size_bytes_bucket{method="GET",path="/server/mailserver.js",le="500"} 16 http_response_size_bytes_bucket{method="GET",path="/server/mailserver.js",le="1000"} 16 http_response_size_bytes_bucket{method="GET",path="/server/mailserver.js",le="5000"} 16 http_response_size_bytes_bucket{method="GET",path="/server/mailserver.js",le="10000"} 16 http_response_size_bytes_bucket{method="GET",path="/server/mailserver.js",le="50000"} 16 http_response_size_bytes_bucket{method="GET",path="/server/mailserver.js",le="100000"} 16 http_response_size_bytes_bucket{method="GET",path="/server/mailserver.js",le="500000"} 16 http_response_size_bytes_bucket{method="GET",path="/server/mailserver.js",le="1e+06"} 16 http_response_size_bytes_bucket{method="GET",path="/server/mailserver.js",le="+Inf"} 16 http_response_size_bytes_sum{method="GET",path="/server/mailserver.js"} 701 http_response_size_bytes_count{method="GET",path="/server/mailserver.js"} 16 http_response_size_bytes_bucket{method="GET",path="/server/php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/server/php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/server/php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/server/php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/server/php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/server/php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/server/php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/server/php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/server/php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/server/php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/server/php"} 88 http_response_size_bytes_count{method="GET",path="/server/php"} 2 http_response_size_bytes_bucket{method="GET",path="/server/s3.js",le="100"} 22 http_response_size_bytes_bucket{method="GET",path="/server/s3.js",le="500"} 22 http_response_size_bytes_bucket{method="GET",path="/server/s3.js",le="1000"} 22 http_response_size_bytes_bucket{method="GET",path="/server/s3.js",le="5000"} 22 http_response_size_bytes_bucket{method="GET",path="/server/s3.js",le="10000"} 22 http_response_size_bytes_bucket{method="GET",path="/server/s3.js",le="50000"} 22 http_response_size_bytes_bucket{method="GET",path="/server/s3.js",le="100000"} 22 http_response_size_bytes_bucket{method="GET",path="/server/s3.js",le="500000"} 22 http_response_size_bytes_bucket{method="GET",path="/server/s3.js",le="1e+06"} 22 http_response_size_bytes_bucket{method="GET",path="/server/s3.js",le="+Inf"} 22 http_response_size_bytes_sum{method="GET",path="/server/s3.js"} 960 http_response_size_bytes_count{method="GET",path="/server/s3.js"} 22 http_response_size_bytes_bucket{method="GET",path="/server/server.js",le="100"} 15 http_response_size_bytes_bucket{method="GET",path="/server/server.js",le="500"} 15 http_response_size_bytes_bucket{method="GET",path="/server/server.js",le="1000"} 15 http_response_size_bytes_bucket{method="GET",path="/server/server.js",le="5000"} 15 http_response_size_bytes_bucket{method="GET",path="/server/server.js",le="10000"} 15 http_response_size_bytes_bucket{method="GET",path="/server/server.js",le="50000"} 15 http_response_size_bytes_bucket{method="GET",path="/server/server.js",le="100000"} 15 http_response_size_bytes_bucket{method="GET",path="/server/server.js",le="500000"} 15 http_response_size_bytes_bucket{method="GET",path="/server/server.js",le="1e+06"} 15 http_response_size_bytes_bucket{method="GET",path="/server/server.js",le="+Inf"} 15 http_response_size_bytes_sum{method="GET",path="/server/server.js"} 659 http_response_size_bytes_count{method="GET",path="/server/server.js"} 15 http_response_size_bytes_bucket{method="GET",path="/server/utils.js",le="100"} 17 http_response_size_bytes_bucket{method="GET",path="/server/utils.js",le="500"} 17 http_response_size_bytes_bucket{method="GET",path="/server/utils.js",le="1000"} 17 http_response_size_bytes_bucket{method="GET",path="/server/utils.js",le="5000"} 17 http_response_size_bytes_bucket{method="GET",path="/server/utils.js",le="10000"} 17 http_response_size_bytes_bucket{method="GET",path="/server/utils.js",le="50000"} 17 http_response_size_bytes_bucket{method="GET",path="/server/utils.js",le="100000"} 17 http_response_size_bytes_bucket{method="GET",path="/server/utils.js",le="500000"} 17 http_response_size_bytes_bucket{method="GET",path="/server/utils.js",le="1e+06"} 17 http_response_size_bytes_bucket{method="GET",path="/server/utils.js",le="+Inf"} 17 http_response_size_bytes_sum{method="GET",path="/server/utils.js"} 748 http_response_size_bytes_count{method="GET",path="/server/utils.js"} 17 http_response_size_bytes_bucket{method="GET",path="/server_info.php",le="100"} 9 http_response_size_bytes_bucket{method="GET",path="/server_info.php",le="500"} 9 http_response_size_bytes_bucket{method="GET",path="/server_info.php",le="1000"} 9 http_response_size_bytes_bucket{method="GET",path="/server_info.php",le="5000"} 9 http_response_size_bytes_bucket{method="GET",path="/server_info.php",le="10000"} 9 http_response_size_bytes_bucket{method="GET",path="/server_info.php",le="50000"} 9 http_response_size_bytes_bucket{method="GET",path="/server_info.php",le="100000"} 9 http_response_size_bytes_bucket{method="GET",path="/server_info.php",le="500000"} 9 http_response_size_bytes_bucket{method="GET",path="/server_info.php",le="1e+06"} 9 http_response_size_bytes_bucket{method="GET",path="/server_info.php",le="+Inf"} 9 http_response_size_bytes_sum{method="GET",path="/server_info.php"} 389 http_response_size_bytes_count{method="GET",path="/server_info.php"} 9 http_response_size_bytes_bucket{method="GET",path="/serverless.yaml",le="100"} 5 http_response_size_bytes_bucket{method="GET",path="/serverless.yaml",le="500"} 5 http_response_size_bytes_bucket{method="GET",path="/serverless.yaml",le="1000"} 5 http_response_size_bytes_bucket{method="GET",path="/serverless.yaml",le="5000"} 5 http_response_size_bytes_bucket{method="GET",path="/serverless.yaml",le="10000"} 5 http_response_size_bytes_bucket{method="GET",path="/serverless.yaml",le="50000"} 5 http_response_size_bytes_bucket{method="GET",path="/serverless.yaml",le="100000"} 5 http_response_size_bytes_bucket{method="GET",path="/serverless.yaml",le="500000"} 5 http_response_size_bytes_bucket{method="GET",path="/serverless.yaml",le="1e+06"} 5 http_response_size_bytes_bucket{method="GET",path="/serverless.yaml",le="+Inf"} 5 http_response_size_bytes_sum{method="GET",path="/serverless.yaml"} 217 http_response_size_bytes_count{method="GET",path="/serverless.yaml"} 5 http_response_size_bytes_bucket{method="GET",path="/serverless.yml",le="100"} 5 http_response_size_bytes_bucket{method="GET",path="/serverless.yml",le="500"} 5 http_response_size_bytes_bucket{method="GET",path="/serverless.yml",le="1000"} 5 http_response_size_bytes_bucket{method="GET",path="/serverless.yml",le="5000"} 5 http_response_size_bytes_bucket{method="GET",path="/serverless.yml",le="10000"} 5 http_response_size_bytes_bucket{method="GET",path="/serverless.yml",le="50000"} 5 http_response_size_bytes_bucket{method="GET",path="/serverless.yml",le="100000"} 5 http_response_size_bytes_bucket{method="GET",path="/serverless.yml",le="500000"} 5 http_response_size_bytes_bucket{method="GET",path="/serverless.yml",le="1e+06"} 5 http_response_size_bytes_bucket{method="GET",path="/serverless.yml",le="+Inf"} 5 http_response_size_bytes_sum{method="GET",path="/serverless.yml"} 217 http_response_size_bytes_count{method="GET",path="/serverless.yml"} 5 http_response_size_bytes_bucket{method="GET",path="/servers/link.cgi",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/servers/link.cgi",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/servers/link.cgi",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/servers/link.cgi",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/servers/link.cgi",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/servers/link.cgi",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/servers/link.cgi",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/servers/link.cgi",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/servers/link.cgi",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/servers/link.cgi",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/servers/link.cgi"} 88 http_response_size_bytes_count{method="GET",path="/servers/link.cgi"} 2 http_response_size_bytes_bucket{method="GET",path="/servers/save.cgi",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/servers/save.cgi",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/servers/save.cgi",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/servers/save.cgi",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/servers/save.cgi",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/servers/save.cgi",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/servers/save.cgi",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/servers/save.cgi",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/servers/save.cgi",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/servers/save.cgi",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/servers/save.cgi"} 88 http_response_size_bytes_count{method="GET",path="/servers/save.cgi"} 2 http_response_size_bytes_bucket{method="GET",path="/service-account-config.json",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/service-account-config.json",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/service-account-config.json",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/service-account-config.json",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/service-account-config.json",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/service-account-config.json",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/service-account-config.json",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/service-account-config.json",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/service-account-config.json",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/service-account-config.json",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/service-account-config.json"} 44 http_response_size_bytes_count{method="GET",path="/service-account-config.json"} 1 http_response_size_bytes_bucket{method="GET",path="/service-account-credentials.json",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/service-account-credentials.json",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/service-account-credentials.json",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/service-account-credentials.json",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/service-account-credentials.json",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/service-account-credentials.json",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/service-account-credentials.json",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/service-account-credentials.json",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/service-account-credentials.json",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/service-account-credentials.json",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/service-account-credentials.json"} 44 http_response_size_bytes_count{method="GET",path="/service-account-credentials.json"} 1 http_response_size_bytes_bucket{method="GET",path="/service-account-file.json",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/service-account-file.json",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/service-account-file.json",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/service-account-file.json",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/service-account-file.json",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/service-account-file.json",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/service-account-file.json",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/service-account-file.json",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/service-account-file.json",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/service-account-file.json",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/service-account-file.json"} 44 http_response_size_bytes_count{method="GET",path="/service-account-file.json"} 1 http_response_size_bytes_bucket{method="GET",path="/service-account-key.json",le="100"} 10 http_response_size_bytes_bucket{method="GET",path="/service-account-key.json",le="500"} 10 http_response_size_bytes_bucket{method="GET",path="/service-account-key.json",le="1000"} 10 http_response_size_bytes_bucket{method="GET",path="/service-account-key.json",le="5000"} 10 http_response_size_bytes_bucket{method="GET",path="/service-account-key.json",le="10000"} 10 http_response_size_bytes_bucket{method="GET",path="/service-account-key.json",le="50000"} 10 http_response_size_bytes_bucket{method="GET",path="/service-account-key.json",le="100000"} 10 http_response_size_bytes_bucket{method="GET",path="/service-account-key.json",le="500000"} 10 http_response_size_bytes_bucket{method="GET",path="/service-account-key.json",le="1e+06"} 10 http_response_size_bytes_bucket{method="GET",path="/service-account-key.json",le="+Inf"} 10 http_response_size_bytes_sum{method="GET",path="/service-account-key.json"} 439 http_response_size_bytes_count{method="GET",path="/service-account-key.json"} 10 http_response_size_bytes_bucket{method="GET",path="/service-account.json",le="100"} 28 http_response_size_bytes_bucket{method="GET",path="/service-account.json",le="500"} 28 http_response_size_bytes_bucket{method="GET",path="/service-account.json",le="1000"} 28 http_response_size_bytes_bucket{method="GET",path="/service-account.json",le="5000"} 28 http_response_size_bytes_bucket{method="GET",path="/service-account.json",le="10000"} 28 http_response_size_bytes_bucket{method="GET",path="/service-account.json",le="50000"} 28 http_response_size_bytes_bucket{method="GET",path="/service-account.json",le="100000"} 28 http_response_size_bytes_bucket{method="GET",path="/service-account.json",le="500000"} 28 http_response_size_bytes_bucket{method="GET",path="/service-account.json",le="1e+06"} 28 http_response_size_bytes_bucket{method="GET",path="/service-account.json",le="+Inf"} 28 http_response_size_bytes_sum{method="GET",path="/service-account.json"} 1228 http_response_size_bytes_count{method="GET",path="/service-account.json"} 28 http_response_size_bytes_bucket{method="GET",path="/service.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/service.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/service.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/service.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/service.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/service.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/service.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/service.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/service.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/service.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/service.zip"} 40 http_response_size_bytes_count{method="GET",path="/service.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/service/.env",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/service/.env",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/service/.env",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/service/.env",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/service/.env",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/service/.env",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/service/.env",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/service/.env",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/service/.env",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/service/.env",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/service/.env"} 175 http_response_size_bytes_count{method="GET",path="/service/.env"} 4 http_response_size_bytes_bucket{method="GET",path="/service/email_service.py",le="100"} 8 http_response_size_bytes_bucket{method="GET",path="/service/email_service.py",le="500"} 8 http_response_size_bytes_bucket{method="GET",path="/service/email_service.py",le="1000"} 8 http_response_size_bytes_bucket{method="GET",path="/service/email_service.py",le="5000"} 8 http_response_size_bytes_bucket{method="GET",path="/service/email_service.py",le="10000"} 8 http_response_size_bytes_bucket{method="GET",path="/service/email_service.py",le="50000"} 8 http_response_size_bytes_bucket{method="GET",path="/service/email_service.py",le="100000"} 8 http_response_size_bytes_bucket{method="GET",path="/service/email_service.py",le="500000"} 8 http_response_size_bytes_bucket{method="GET",path="/service/email_service.py",le="1e+06"} 8 http_response_size_bytes_bucket{method="GET",path="/service/email_service.py",le="+Inf"} 8 http_response_size_bytes_sum{method="GET",path="/service/email_service.py"} 345 http_response_size_bytes_count{method="GET",path="/service/email_service.py"} 8 http_response_size_bytes_bucket{method="GET",path="/serviceAccount.json",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/serviceAccount.json",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/serviceAccount.json",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/serviceAccount.json",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/serviceAccount.json",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/serviceAccount.json",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/serviceAccount.json",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/serviceAccount.json",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/serviceAccount.json",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/serviceAccount.json",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/serviceAccount.json"} 44 http_response_size_bytes_count{method="GET",path="/serviceAccount.json"} 1 http_response_size_bytes_bucket{method="GET",path="/serviceAccountCredentials.json",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/serviceAccountCredentials.json",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/serviceAccountCredentials.json",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/serviceAccountCredentials.json",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/serviceAccountCredentials.json",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/serviceAccountCredentials.json",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/serviceAccountCredentials.json",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/serviceAccountCredentials.json",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/serviceAccountCredentials.json",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/serviceAccountCredentials.json",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/serviceAccountCredentials.json"} 43 http_response_size_bytes_count{method="GET",path="/serviceAccountCredentials.json"} 1 http_response_size_bytes_bucket{method="GET",path="/serviceAccountKey.json",le="100"} 26 http_response_size_bytes_bucket{method="GET",path="/serviceAccountKey.json",le="500"} 26 http_response_size_bytes_bucket{method="GET",path="/serviceAccountKey.json",le="1000"} 26 http_response_size_bytes_bucket{method="GET",path="/serviceAccountKey.json",le="5000"} 26 http_response_size_bytes_bucket{method="GET",path="/serviceAccountKey.json",le="10000"} 26 http_response_size_bytes_bucket{method="GET",path="/serviceAccountKey.json",le="50000"} 26 http_response_size_bytes_bucket{method="GET",path="/serviceAccountKey.json",le="100000"} 26 http_response_size_bytes_bucket{method="GET",path="/serviceAccountKey.json",le="500000"} 26 http_response_size_bytes_bucket{method="GET",path="/serviceAccountKey.json",le="1e+06"} 26 http_response_size_bytes_bucket{method="GET",path="/serviceAccountKey.json",le="+Inf"} 26 http_response_size_bytes_sum{method="GET",path="/serviceAccountKey.json"} 1137 http_response_size_bytes_count{method="GET",path="/serviceAccountKey.json"} 26 http_response_size_bytes_bucket{method="GET",path="/service_account.json",le="100"} 9 http_response_size_bytes_bucket{method="GET",path="/service_account.json",le="500"} 9 http_response_size_bytes_bucket{method="GET",path="/service_account.json",le="1000"} 9 http_response_size_bytes_bucket{method="GET",path="/service_account.json",le="5000"} 9 http_response_size_bytes_bucket{method="GET",path="/service_account.json",le="10000"} 9 http_response_size_bytes_bucket{method="GET",path="/service_account.json",le="50000"} 9 http_response_size_bytes_bucket{method="GET",path="/service_account.json",le="100000"} 9 http_response_size_bytes_bucket{method="GET",path="/service_account.json",le="500000"} 9 http_response_size_bytes_bucket{method="GET",path="/service_account.json",le="1e+06"} 9 http_response_size_bytes_bucket{method="GET",path="/service_account.json",le="+Inf"} 9 http_response_size_bytes_sum{method="GET",path="/service_account.json"} 396 http_response_size_bytes_count{method="GET",path="/service_account.json"} 9 http_response_size_bytes_bucket{method="GET",path="/services.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/services.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/services.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/services.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/services.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/services.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/services.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/services.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/services.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/services.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/services.zip"} 40 http_response_size_bytes_count{method="GET",path="/services.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/services/.env",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/services/.env",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/services/.env",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/services/.env",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/services/.env",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/services/.env",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/services/.env",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/services/.env",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/services/.env",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/services/.env",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/services/.env"} 131 http_response_size_bytes_count{method="GET",path="/services/.env"} 3 http_response_size_bytes_bucket{method="GET",path="/services/environments.ini",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/services/environments.ini",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/services/environments.ini",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/services/environments.ini",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/services/environments.ini",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/services/environments.ini",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/services/environments.ini",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/services/environments.ini",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/services/environments.ini",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/services/environments.ini",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/services/environments.ini"} 88 http_response_size_bytes_count{method="GET",path="/services/environments.ini"} 2 http_response_size_bytes_bucket{method="GET",path="/ses/.env",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/ses/.env",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/ses/.env",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/ses/.env",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/ses/.env",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/ses/.env",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/ses/.env",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/ses/.env",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/ses/.env",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/ses/.env",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/ses/.env"} 87 http_response_size_bytes_count{method="GET",path="/ses/.env"} 2 http_response_size_bytes_bucket{method="GET",path="/session.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/session.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/session.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/session.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/session.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/session.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/session.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/session.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/session.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/session.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/session.zip"} 40 http_response_size_bytes_count{method="GET",path="/session.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/settings.ini",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/settings.ini",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/settings.ini",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/settings.ini",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/settings.ini",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/settings.ini",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/settings.ini",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/settings.ini",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/settings.ini",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/settings.ini",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/settings.ini"} 176 http_response_size_bytes_count{method="GET",path="/settings.ini"} 4 http_response_size_bytes_bucket{method="GET",path="/settings.json",le="100"} 20 http_response_size_bytes_bucket{method="GET",path="/settings.json",le="500"} 20 http_response_size_bytes_bucket{method="GET",path="/settings.json",le="1000"} 20 http_response_size_bytes_bucket{method="GET",path="/settings.json",le="5000"} 20 http_response_size_bytes_bucket{method="GET",path="/settings.json",le="10000"} 20 http_response_size_bytes_bucket{method="GET",path="/settings.json",le="50000"} 20 http_response_size_bytes_bucket{method="GET",path="/settings.json",le="100000"} 20 http_response_size_bytes_bucket{method="GET",path="/settings.json",le="500000"} 20 http_response_size_bytes_bucket{method="GET",path="/settings.json",le="1e+06"} 20 http_response_size_bytes_bucket{method="GET",path="/settings.json",le="+Inf"} 20 http_response_size_bytes_sum{method="GET",path="/settings.json"} 877 http_response_size_bytes_count{method="GET",path="/settings.json"} 20 http_response_size_bytes_bucket{method="GET",path="/settings.json.bak",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/settings.json.bak",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/settings.json.bak",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/settings.json.bak",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/settings.json.bak",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/settings.json.bak",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/settings.json.bak",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/settings.json.bak",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/settings.json.bak",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/settings.json.bak",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/settings.json.bak"} 43 http_response_size_bytes_count{method="GET",path="/settings.json.bak"} 1 http_response_size_bytes_bucket{method="GET",path="/settings.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/settings.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/settings.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/settings.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/settings.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/settings.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/settings.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/settings.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/settings.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/settings.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/settings.php"} 43 http_response_size_bytes_count{method="GET",path="/settings.php"} 1 http_response_size_bytes_bucket{method="GET",path="/settings.py",le="100"} 15 http_response_size_bytes_bucket{method="GET",path="/settings.py",le="500"} 15 http_response_size_bytes_bucket{method="GET",path="/settings.py",le="1000"} 15 http_response_size_bytes_bucket{method="GET",path="/settings.py",le="5000"} 15 http_response_size_bytes_bucket{method="GET",path="/settings.py",le="10000"} 15 http_response_size_bytes_bucket{method="GET",path="/settings.py",le="50000"} 15 http_response_size_bytes_bucket{method="GET",path="/settings.py",le="100000"} 15 http_response_size_bytes_bucket{method="GET",path="/settings.py",le="500000"} 15 http_response_size_bytes_bucket{method="GET",path="/settings.py",le="1e+06"} 15 http_response_size_bytes_bucket{method="GET",path="/settings.py",le="+Inf"} 15 http_response_size_bytes_sum{method="GET",path="/settings.py"} 649 http_response_size_bytes_count{method="GET",path="/settings.py"} 15 http_response_size_bytes_bucket{method="GET",path="/settings.yaml",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/settings.yaml",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/settings.yaml",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/settings.yaml",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/settings.yaml",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/settings.yaml",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/settings.yaml",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/settings.yaml",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/settings.yaml",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/settings.yaml",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/settings.yaml"} 176 http_response_size_bytes_count{method="GET",path="/settings.yaml"} 4 http_response_size_bytes_bucket{method="GET",path="/settings.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/settings.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/settings.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/settings.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/settings.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/settings.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/settings.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/settings.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/settings.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/settings.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/settings.zip"} 40 http_response_size_bytes_count{method="GET",path="/settings.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/settings/*",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/settings/*",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/settings/*",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/settings/*",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/settings/*",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/settings/*",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/settings/*",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/settings/*",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/settings/*",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/settings/*",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/settings/*"} 88 http_response_size_bytes_count{method="GET",path="/settings/*"} 2 http_response_size_bytes_bucket{method="GET",path="/settings/production.py",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/settings/production.py",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/settings/production.py",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/settings/production.py",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/settings/production.py",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/settings/production.py",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/settings/production.py",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/settings/production.py",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/settings/production.py",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/settings/production.py",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/settings/production.py"} 43 http_response_size_bytes_count{method="GET",path="/settings/production.py"} 1 http_response_size_bytes_bucket{method="GET",path="/setup.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/setup.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/setup.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/setup.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/setup.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/setup.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/setup.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/setup.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/setup.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/setup.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/setup.php"} 43 http_response_size_bytes_count{method="GET",path="/setup.php"} 1 http_response_size_bytes_bucket{method="GET",path="/setup.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/setup.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/setup.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/setup.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/setup.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/setup.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/setup.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/setup.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/setup.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/setup.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/setup.zip"} 40 http_response_size_bytes_count{method="GET",path="/setup.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/sf.php",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/sf.php",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/sf.php",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/sf.php",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/sf.php",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/sf.php",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/sf.php",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/sf.php",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/sf.php",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/sf.php",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/sf.php"} 173 http_response_size_bytes_count{method="GET",path="/sf.php"} 4 http_response_size_bytes_bucket{method="GET",path="/sftp.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/sftp.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/sftp.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/sftp.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/sftp.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/sftp.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/sftp.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/sftp.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/sftp.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/sftp.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/sftp.zip"} 40 http_response_size_bytes_count{method="GET",path="/sftp.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/sg.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/sg.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/sg.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/sg.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/sg.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/sg.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/sg.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/sg.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/sg.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/sg.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/sg.php"} 43 http_response_size_bytes_count{method="GET",path="/sg.php"} 1 http_response_size_bytes_bucket{method="GET",path="/shared.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/shared.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/shared.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/shared.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/shared.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/shared.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/shared.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/shared.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/shared.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/shared.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/shared.zip"} 40 http_response_size_bytes_count{method="GET",path="/shared.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/shared/.env",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/shared/.env",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/shared/.env",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/shared/.env",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/shared/.env",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/shared/.env",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/shared/.env",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/shared/.env",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/shared/.env",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/shared/.env",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/shared/.env"} 174 http_response_size_bytes_count{method="GET",path="/shared/.env"} 4 http_response_size_bytes_bucket{method="GET",path="/shared/config/config.js",le="100"} 21 http_response_size_bytes_bucket{method="GET",path="/shared/config/config.js",le="500"} 21 http_response_size_bytes_bucket{method="GET",path="/shared/config/config.js",le="1000"} 21 http_response_size_bytes_bucket{method="GET",path="/shared/config/config.js",le="5000"} 21 http_response_size_bytes_bucket{method="GET",path="/shared/config/config.js",le="10000"} 21 http_response_size_bytes_bucket{method="GET",path="/shared/config/config.js",le="50000"} 21 http_response_size_bytes_bucket{method="GET",path="/shared/config/config.js",le="100000"} 21 http_response_size_bytes_bucket{method="GET",path="/shared/config/config.js",le="500000"} 21 http_response_size_bytes_bucket{method="GET",path="/shared/config/config.js",le="1e+06"} 21 http_response_size_bytes_bucket{method="GET",path="/shared/config/config.js",le="+Inf"} 21 http_response_size_bytes_sum{method="GET",path="/shared/config/config.js"} 916 http_response_size_bytes_count{method="GET",path="/shared/config/config.js"} 21 http_response_size_bytes_bucket{method="GET",path="/sharing.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/sharing.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/sharing.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/sharing.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/sharing.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/sharing.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/sharing.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/sharing.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/sharing.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/sharing.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/sharing.zip"} 40 http_response_size_bytes_count{method="GET",path="/sharing.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/shell1.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/shell1.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/shell1.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/shell1.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/shell1.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/shell1.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/shell1.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/shell1.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/shell1.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/shell1.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/shell1.php"} 43 http_response_size_bytes_count{method="GET",path="/shell1.php"} 1 http_response_size_bytes_bucket{method="GET",path="/shell20211028.php",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/shell20211028.php",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/shell20211028.php",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/shell20211028.php",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/shell20211028.php",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/shell20211028.php",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/shell20211028.php",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/shell20211028.php",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/shell20211028.php",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/shell20211028.php",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/shell20211028.php"} 129 http_response_size_bytes_count{method="GET",path="/shell20211028.php"} 3 http_response_size_bytes_bucket{method="GET",path="/shellalfa.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/shellalfa.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/shellalfa.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/shellalfa.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/shellalfa.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/shellalfa.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/shellalfa.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/shellalfa.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/shellalfa.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/shellalfa.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/shellalfa.php"} 43 http_response_size_bytes_count{method="GET",path="/shellalfa.php"} 1 http_response_size_bytes_bucket{method="GET",path="/shelp.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/shelp.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/shelp.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/shelp.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/shelp.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/shelp.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/shelp.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/shelp.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/shelp.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/shelp.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/shelp.php"} 43 http_response_size_bytes_count{method="GET",path="/shelp.php"} 1 http_response_size_bytes_bucket{method="GET",path="/shoha.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/shoha.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/shoha.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/shoha.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/shoha.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/shoha.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/shoha.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/shoha.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/shoha.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/shoha.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/shoha.php"} 86 http_response_size_bytes_count{method="GET",path="/shoha.php"} 2 http_response_size_bytes_bucket{method="GET",path="/shop.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/shop.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/shop.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/shop.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/shop.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/shop.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/shop.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/shop.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/shop.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/shop.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/shop.php"} 43 http_response_size_bytes_count{method="GET",path="/shop.php"} 1 http_response_size_bytes_bucket{method="GET",path="/shop.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/shop.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/shop.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/shop.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/shop.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/shop.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/shop.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/shop.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/shop.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/shop.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/shop.zip"} 40 http_response_size_bytes_count{method="GET",path="/shop.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/shop/.env",le="100"} 6 http_response_size_bytes_bucket{method="GET",path="/shop/.env",le="500"} 6 http_response_size_bytes_bucket{method="GET",path="/shop/.env",le="1000"} 6 http_response_size_bytes_bucket{method="GET",path="/shop/.env",le="5000"} 6 http_response_size_bytes_bucket{method="GET",path="/shop/.env",le="10000"} 6 http_response_size_bytes_bucket{method="GET",path="/shop/.env",le="50000"} 6 http_response_size_bytes_bucket{method="GET",path="/shop/.env",le="100000"} 6 http_response_size_bytes_bucket{method="GET",path="/shop/.env",le="500000"} 6 http_response_size_bytes_bucket{method="GET",path="/shop/.env",le="1e+06"} 6 http_response_size_bytes_bucket{method="GET",path="/shop/.env",le="+Inf"} 6 http_response_size_bytes_sum{method="GET",path="/shop/.env"} 264 http_response_size_bytes_count{method="GET",path="/shop/.env"} 6 http_response_size_bytes_bucket{method="GET",path="/shop/.git/config",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/shop/.git/config",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/shop/.git/config",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/shop/.git/config",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/shop/.git/config",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/shop/.git/config",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/shop/.git/config",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/shop/.git/config",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/shop/.git/config",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/shop/.git/config",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/shop/.git/config"} 44 http_response_size_bytes_count{method="GET",path="/shop/.git/config"} 1 http_response_size_bytes_bucket{method="GET",path="/shop/[category]/*",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/shop/[category]/*",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/shop/[category]/*",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/shop/[category]/*",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/shop/[category]/*",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/shop/[category]/*",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/shop/[category]/*",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/shop/[category]/*",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/shop/[category]/*",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/shop/[category]/*",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/shop/[category]/*"} 88 http_response_size_bytes_count{method="GET",path="/shop/[category]/*"} 2 http_response_size_bytes_bucket{method="GET",path="/shopify.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/shopify.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/shopify.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/shopify.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/shopify.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/shopify.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/shopify.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/shopify.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/shopify.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/shopify.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/shopify.zip"} 40 http_response_size_bytes_count{method="GET",path="/shopify.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/shopify/.env",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/shopify/.env",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/shopify/.env",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/shopify/.env",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/shopify/.env",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/shopify/.env",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/shopify/.env",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/shopify/.env",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/shopify/.env",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/shopify/.env",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/shopify/.env"} 87 http_response_size_bytes_count{method="GET",path="/shopify/.env"} 2 http_response_size_bytes_bucket{method="GET",path="/sid3.php",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/sid3.php",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/sid3.php",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/sid3.php",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/sid3.php",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/sid3.php",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/sid3.php",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/sid3.php",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/sid3.php",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/sid3.php",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/sid3.php"} 172 http_response_size_bytes_count{method="GET",path="/sid3.php"} 4 http_response_size_bytes_bucket{method="GET",path="/signup",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/signup",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/signup",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/signup",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/signup",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/signup",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/signup",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/signup",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/signup",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/signup",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/signup"} 88 http_response_size_bytes_count{method="GET",path="/signup"} 2 http_response_size_bytes_bucket{method="GET",path="/simple.php",le="100"} 7 http_response_size_bytes_bucket{method="GET",path="/simple.php",le="500"} 7 http_response_size_bytes_bucket{method="GET",path="/simple.php",le="1000"} 7 http_response_size_bytes_bucket{method="GET",path="/simple.php",le="5000"} 7 http_response_size_bytes_bucket{method="GET",path="/simple.php",le="10000"} 7 http_response_size_bytes_bucket{method="GET",path="/simple.php",le="50000"} 7 http_response_size_bytes_bucket{method="GET",path="/simple.php",le="100000"} 7 http_response_size_bytes_bucket{method="GET",path="/simple.php",le="500000"} 7 http_response_size_bytes_bucket{method="GET",path="/simple.php",le="1e+06"} 7 http_response_size_bytes_bucket{method="GET",path="/simple.php",le="+Inf"} 7 http_response_size_bytes_sum{method="GET",path="/simple.php"} 303 http_response_size_bytes_count{method="GET",path="/simple.php"} 7 http_response_size_bytes_bucket{method="GET",path="/site-info.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/site-info.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/site-info.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/site-info.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/site-info.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/site-info.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/site-info.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/site-info.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/site-info.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/site-info.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/site-info.php"} 88 http_response_size_bytes_count{method="GET",path="/site-info.php"} 2 http_response_size_bytes_bucket{method="GET",path="/site.7z",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/site.7z",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/site.7z",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/site.7z",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/site.7z",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/site.7z",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/site.7z",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/site.7z",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/site.7z",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/site.7z",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/site.7z"} 43 http_response_size_bytes_count{method="GET",path="/site.7z"} 1 http_response_size_bytes_bucket{method="GET",path="/site.bz2",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/site.bz2",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/site.bz2",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/site.bz2",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/site.bz2",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/site.bz2",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/site.bz2",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/site.bz2",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/site.bz2",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/site.bz2",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/site.bz2"} 43 http_response_size_bytes_count{method="GET",path="/site.bz2"} 1 http_response_size_bytes_bucket{method="GET",path="/site.gz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/site.gz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/site.gz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/site.gz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/site.gz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/site.gz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/site.gz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/site.gz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/site.gz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/site.gz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/site.gz"} 43 http_response_size_bytes_count{method="GET",path="/site.gz"} 1 http_response_size_bytes_bucket{method="GET",path="/site.rar",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/site.rar",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/site.rar",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/site.rar",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/site.rar",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/site.rar",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/site.rar",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/site.rar",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/site.rar",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/site.rar",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/site.rar"} 43 http_response_size_bytes_count{method="GET",path="/site.rar"} 1 http_response_size_bytes_bucket{method="GET",path="/site.sql",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/site.sql",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/site.sql",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/site.sql",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/site.sql",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/site.sql",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/site.sql",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/site.sql",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/site.sql",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/site.sql",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/site.sql"} 43 http_response_size_bytes_count{method="GET",path="/site.sql"} 1 http_response_size_bytes_bucket{method="GET",path="/site.sql.bz2",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/site.sql.bz2",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/site.sql.bz2",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/site.sql.bz2",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/site.sql.bz2",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/site.sql.bz2",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/site.sql.bz2",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/site.sql.bz2",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/site.sql.bz2",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/site.sql.bz2",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/site.sql.bz2"} 43 http_response_size_bytes_count{method="GET",path="/site.sql.bz2"} 1 http_response_size_bytes_bucket{method="GET",path="/site.sql.gz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/site.sql.gz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/site.sql.gz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/site.sql.gz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/site.sql.gz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/site.sql.gz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/site.sql.gz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/site.sql.gz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/site.sql.gz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/site.sql.gz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/site.sql.gz"} 43 http_response_size_bytes_count{method="GET",path="/site.sql.gz"} 1 http_response_size_bytes_bucket{method="GET",path="/site.tar",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/site.tar",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/site.tar",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/site.tar",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/site.tar",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/site.tar",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/site.tar",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/site.tar",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/site.tar",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/site.tar",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/site.tar"} 43 http_response_size_bytes_count{method="GET",path="/site.tar"} 1 http_response_size_bytes_bucket{method="GET",path="/site.tar.bz2",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/site.tar.bz2",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/site.tar.bz2",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/site.tar.bz2",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/site.tar.bz2",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/site.tar.bz2",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/site.tar.bz2",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/site.tar.bz2",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/site.tar.bz2",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/site.tar.bz2",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/site.tar.bz2"} 43 http_response_size_bytes_count{method="GET",path="/site.tar.bz2"} 1 http_response_size_bytes_bucket{method="GET",path="/site.tar.gz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/site.tar.gz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/site.tar.gz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/site.tar.gz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/site.tar.gz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/site.tar.gz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/site.tar.gz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/site.tar.gz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/site.tar.gz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/site.tar.gz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/site.tar.gz"} 43 http_response_size_bytes_count{method="GET",path="/site.tar.gz"} 1 http_response_size_bytes_bucket{method="GET",path="/site.tar.xz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/site.tar.xz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/site.tar.xz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/site.tar.xz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/site.tar.xz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/site.tar.xz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/site.tar.xz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/site.tar.xz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/site.tar.xz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/site.tar.xz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/site.tar.xz"} 43 http_response_size_bytes_count{method="GET",path="/site.tar.xz"} 1 http_response_size_bytes_bucket{method="GET",path="/site.tgz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/site.tgz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/site.tgz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/site.tgz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/site.tgz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/site.tgz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/site.tgz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/site.tgz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/site.tgz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/site.tgz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/site.tgz"} 43 http_response_size_bytes_count{method="GET",path="/site.tgz"} 1 http_response_size_bytes_bucket{method="GET",path="/site.zip",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/site.zip",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/site.zip",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/site.zip",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/site.zip",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/site.zip",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/site.zip",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/site.zip",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/site.zip",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/site.zip",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/site.zip"} 83 http_response_size_bytes_count{method="GET",path="/site.zip"} 3 http_response_size_bytes_bucket{method="GET",path="/site.zst",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/site.zst",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/site.zst",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/site.zst",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/site.zst",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/site.zst",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/site.zst",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/site.zst",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/site.zst",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/site.zst",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/site.zst"} 43 http_response_size_bytes_count{method="GET",path="/site.zst"} 1 http_response_size_bytes_bucket{method="GET",path="/site/.env",le="100"} 11 http_response_size_bytes_bucket{method="GET",path="/site/.env",le="500"} 11 http_response_size_bytes_bucket{method="GET",path="/site/.env",le="1000"} 11 http_response_size_bytes_bucket{method="GET",path="/site/.env",le="5000"} 11 http_response_size_bytes_bucket{method="GET",path="/site/.env",le="10000"} 11 http_response_size_bytes_bucket{method="GET",path="/site/.env",le="50000"} 11 http_response_size_bytes_bucket{method="GET",path="/site/.env",le="100000"} 11 http_response_size_bytes_bucket{method="GET",path="/site/.env",le="500000"} 11 http_response_size_bytes_bucket{method="GET",path="/site/.env",le="1e+06"} 11 http_response_size_bytes_bucket{method="GET",path="/site/.env",le="+Inf"} 11 http_response_size_bytes_sum{method="GET",path="/site/.env"} 476 http_response_size_bytes_count{method="GET",path="/site/.env"} 11 http_response_size_bytes_bucket{method="GET",path="/site/.git/config",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/site/.git/config",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/site/.git/config",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/site/.git/config",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/site/.git/config",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/site/.git/config",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/site/.git/config",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/site/.git/config",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/site/.git/config",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/site/.git/config",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/site/.git/config"} 44 http_response_size_bytes_count{method="GET",path="/site/.git/config"} 1 http_response_size_bytes_bucket{method="GET",path="/site/phpinfo.php",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/site/phpinfo.php",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/site/phpinfo.php",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/site/phpinfo.php",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/site/phpinfo.php",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/site/phpinfo.php",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/site/phpinfo.php",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/site/phpinfo.php",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/site/phpinfo.php",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/site/phpinfo.php",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/site/phpinfo.php"} 132 http_response_size_bytes_count{method="GET",path="/site/phpinfo.php"} 3 http_response_size_bytes_bucket{method="GET",path="/site_backup.7z",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/site_backup.7z",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/site_backup.7z",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/site_backup.7z",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/site_backup.7z",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/site_backup.7z",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/site_backup.7z",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/site_backup.7z",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/site_backup.7z",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/site_backup.7z",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/site_backup.7z"} 43 http_response_size_bytes_count{method="GET",path="/site_backup.7z"} 1 http_response_size_bytes_bucket{method="GET",path="/site_backup.bz2",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/site_backup.bz2",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/site_backup.bz2",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/site_backup.bz2",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/site_backup.bz2",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/site_backup.bz2",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/site_backup.bz2",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/site_backup.bz2",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/site_backup.bz2",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/site_backup.bz2",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/site_backup.bz2"} 43 http_response_size_bytes_count{method="GET",path="/site_backup.bz2"} 1 http_response_size_bytes_bucket{method="GET",path="/site_backup.gz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/site_backup.gz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/site_backup.gz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/site_backup.gz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/site_backup.gz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/site_backup.gz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/site_backup.gz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/site_backup.gz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/site_backup.gz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/site_backup.gz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/site_backup.gz"} 43 http_response_size_bytes_count{method="GET",path="/site_backup.gz"} 1 http_response_size_bytes_bucket{method="GET",path="/site_backup.rar",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/site_backup.rar",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/site_backup.rar",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/site_backup.rar",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/site_backup.rar",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/site_backup.rar",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/site_backup.rar",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/site_backup.rar",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/site_backup.rar",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/site_backup.rar",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/site_backup.rar"} 43 http_response_size_bytes_count{method="GET",path="/site_backup.rar"} 1 http_response_size_bytes_bucket{method="GET",path="/site_backup.sql",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/site_backup.sql",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/site_backup.sql",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/site_backup.sql",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/site_backup.sql",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/site_backup.sql",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/site_backup.sql",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/site_backup.sql",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/site_backup.sql",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/site_backup.sql",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/site_backup.sql"} 43 http_response_size_bytes_count{method="GET",path="/site_backup.sql"} 1 http_response_size_bytes_bucket{method="GET",path="/site_backup.sql.bz2",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/site_backup.sql.bz2",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/site_backup.sql.bz2",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/site_backup.sql.bz2",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/site_backup.sql.bz2",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/site_backup.sql.bz2",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/site_backup.sql.bz2",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/site_backup.sql.bz2",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/site_backup.sql.bz2",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/site_backup.sql.bz2",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/site_backup.sql.bz2"} 43 http_response_size_bytes_count{method="GET",path="/site_backup.sql.bz2"} 1 http_response_size_bytes_bucket{method="GET",path="/site_backup.sql.gz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/site_backup.sql.gz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/site_backup.sql.gz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/site_backup.sql.gz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/site_backup.sql.gz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/site_backup.sql.gz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/site_backup.sql.gz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/site_backup.sql.gz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/site_backup.sql.gz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/site_backup.sql.gz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/site_backup.sql.gz"} 43 http_response_size_bytes_count{method="GET",path="/site_backup.sql.gz"} 1 http_response_size_bytes_bucket{method="GET",path="/site_backup.tar",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/site_backup.tar",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/site_backup.tar",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/site_backup.tar",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/site_backup.tar",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/site_backup.tar",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/site_backup.tar",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/site_backup.tar",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/site_backup.tar",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/site_backup.tar",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/site_backup.tar"} 43 http_response_size_bytes_count{method="GET",path="/site_backup.tar"} 1 http_response_size_bytes_bucket{method="GET",path="/site_backup.tar.bz2",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/site_backup.tar.bz2",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/site_backup.tar.bz2",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/site_backup.tar.bz2",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/site_backup.tar.bz2",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/site_backup.tar.bz2",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/site_backup.tar.bz2",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/site_backup.tar.bz2",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/site_backup.tar.bz2",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/site_backup.tar.bz2",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/site_backup.tar.bz2"} 43 http_response_size_bytes_count{method="GET",path="/site_backup.tar.bz2"} 1 http_response_size_bytes_bucket{method="GET",path="/site_backup.tar.gz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/site_backup.tar.gz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/site_backup.tar.gz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/site_backup.tar.gz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/site_backup.tar.gz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/site_backup.tar.gz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/site_backup.tar.gz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/site_backup.tar.gz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/site_backup.tar.gz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/site_backup.tar.gz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/site_backup.tar.gz"} 43 http_response_size_bytes_count{method="GET",path="/site_backup.tar.gz"} 1 http_response_size_bytes_bucket{method="GET",path="/site_backup.tar.xz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/site_backup.tar.xz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/site_backup.tar.xz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/site_backup.tar.xz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/site_backup.tar.xz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/site_backup.tar.xz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/site_backup.tar.xz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/site_backup.tar.xz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/site_backup.tar.xz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/site_backup.tar.xz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/site_backup.tar.xz"} 43 http_response_size_bytes_count{method="GET",path="/site_backup.tar.xz"} 1 http_response_size_bytes_bucket{method="GET",path="/site_backup.tgz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/site_backup.tgz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/site_backup.tgz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/site_backup.tgz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/site_backup.tgz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/site_backup.tgz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/site_backup.tgz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/site_backup.tgz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/site_backup.tgz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/site_backup.tgz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/site_backup.tgz"} 43 http_response_size_bytes_count{method="GET",path="/site_backup.tgz"} 1 http_response_size_bytes_bucket{method="GET",path="/site_backup.zip",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/site_backup.zip",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/site_backup.zip",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/site_backup.zip",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/site_backup.zip",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/site_backup.zip",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/site_backup.zip",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/site_backup.zip",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/site_backup.zip",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/site_backup.zip",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/site_backup.zip"} 43 http_response_size_bytes_count{method="GET",path="/site_backup.zip"} 1 http_response_size_bytes_bucket{method="GET",path="/site_backup.zst",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/site_backup.zst",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/site_backup.zst",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/site_backup.zst",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/site_backup.zst",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/site_backup.zst",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/site_backup.zst",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/site_backup.zst",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/site_backup.zst",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/site_backup.zst",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/site_backup.zst"} 43 http_response_size_bytes_count{method="GET",path="/site_backup.zst"} 1 http_response_size_bytes_bucket{method="GET",path="/siteground.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/siteground.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/siteground.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/siteground.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/siteground.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/siteground.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/siteground.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/siteground.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/siteground.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/siteground.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/siteground.zip"} 40 http_response_size_bytes_count{method="GET",path="/siteground.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/sitemap.xml",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/sitemap.xml",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/sitemap.xml",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/sitemap.xml",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/sitemap.xml",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/sitemap.xml",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/sitemap.xml",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/sitemap.xml",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/sitemap.xml",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/sitemap.xml",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/sitemap.xml"} 129 http_response_size_bytes_count{method="GET",path="/sitemap.xml"} 3 http_response_size_bytes_bucket{method="GET",path="/sitemaps/.env",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/sitemaps/.env",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/sitemaps/.env",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/sitemaps/.env",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/sitemaps/.env",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/sitemaps/.env",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/sitemaps/.env",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/sitemaps/.env",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/sitemaps/.env",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/sitemaps/.env",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/sitemaps/.env"} 87 http_response_size_bytes_count{method="GET",path="/sitemaps/.env"} 2 http_response_size_bytes_bucket{method="GET",path="/sites.7z",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/sites.7z",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/sites.7z",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/sites.7z",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/sites.7z",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/sites.7z",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/sites.7z",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/sites.7z",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/sites.7z",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/sites.7z",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/sites.7z"} 43 http_response_size_bytes_count{method="GET",path="/sites.7z"} 1 http_response_size_bytes_bucket{method="GET",path="/sites.bz2",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/sites.bz2",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/sites.bz2",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/sites.bz2",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/sites.bz2",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/sites.bz2",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/sites.bz2",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/sites.bz2",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/sites.bz2",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/sites.bz2",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/sites.bz2"} 43 http_response_size_bytes_count{method="GET",path="/sites.bz2"} 1 http_response_size_bytes_bucket{method="GET",path="/sites.gz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/sites.gz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/sites.gz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/sites.gz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/sites.gz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/sites.gz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/sites.gz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/sites.gz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/sites.gz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/sites.gz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/sites.gz"} 43 http_response_size_bytes_count{method="GET",path="/sites.gz"} 1 http_response_size_bytes_bucket{method="GET",path="/sites.rar",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/sites.rar",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/sites.rar",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/sites.rar",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/sites.rar",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/sites.rar",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/sites.rar",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/sites.rar",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/sites.rar",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/sites.rar",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/sites.rar"} 43 http_response_size_bytes_count{method="GET",path="/sites.rar"} 1 http_response_size_bytes_bucket{method="GET",path="/sites.sql",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/sites.sql",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/sites.sql",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/sites.sql",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/sites.sql",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/sites.sql",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/sites.sql",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/sites.sql",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/sites.sql",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/sites.sql",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/sites.sql"} 43 http_response_size_bytes_count{method="GET",path="/sites.sql"} 1 http_response_size_bytes_bucket{method="GET",path="/sites.sql.bz2",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/sites.sql.bz2",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/sites.sql.bz2",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/sites.sql.bz2",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/sites.sql.bz2",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/sites.sql.bz2",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/sites.sql.bz2",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/sites.sql.bz2",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/sites.sql.bz2",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/sites.sql.bz2",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/sites.sql.bz2"} 43 http_response_size_bytes_count{method="GET",path="/sites.sql.bz2"} 1 http_response_size_bytes_bucket{method="GET",path="/sites.sql.gz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/sites.sql.gz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/sites.sql.gz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/sites.sql.gz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/sites.sql.gz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/sites.sql.gz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/sites.sql.gz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/sites.sql.gz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/sites.sql.gz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/sites.sql.gz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/sites.sql.gz"} 43 http_response_size_bytes_count{method="GET",path="/sites.sql.gz"} 1 http_response_size_bytes_bucket{method="GET",path="/sites.tar",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/sites.tar",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/sites.tar",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/sites.tar",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/sites.tar",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/sites.tar",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/sites.tar",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/sites.tar",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/sites.tar",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/sites.tar",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/sites.tar"} 43 http_response_size_bytes_count{method="GET",path="/sites.tar"} 1 http_response_size_bytes_bucket{method="GET",path="/sites.tar.bz2",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/sites.tar.bz2",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/sites.tar.bz2",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/sites.tar.bz2",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/sites.tar.bz2",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/sites.tar.bz2",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/sites.tar.bz2",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/sites.tar.bz2",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/sites.tar.bz2",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/sites.tar.bz2",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/sites.tar.bz2"} 43 http_response_size_bytes_count{method="GET",path="/sites.tar.bz2"} 1 http_response_size_bytes_bucket{method="GET",path="/sites.tar.gz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/sites.tar.gz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/sites.tar.gz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/sites.tar.gz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/sites.tar.gz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/sites.tar.gz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/sites.tar.gz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/sites.tar.gz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/sites.tar.gz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/sites.tar.gz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/sites.tar.gz"} 43 http_response_size_bytes_count{method="GET",path="/sites.tar.gz"} 1 http_response_size_bytes_bucket{method="GET",path="/sites.tar.xz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/sites.tar.xz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/sites.tar.xz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/sites.tar.xz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/sites.tar.xz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/sites.tar.xz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/sites.tar.xz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/sites.tar.xz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/sites.tar.xz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/sites.tar.xz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/sites.tar.xz"} 43 http_response_size_bytes_count{method="GET",path="/sites.tar.xz"} 1 http_response_size_bytes_bucket{method="GET",path="/sites.tgz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/sites.tgz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/sites.tgz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/sites.tgz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/sites.tgz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/sites.tgz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/sites.tgz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/sites.tgz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/sites.tgz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/sites.tgz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/sites.tgz"} 43 http_response_size_bytes_count{method="GET",path="/sites.tgz"} 1 http_response_size_bytes_bucket{method="GET",path="/sites.zip",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/sites.zip",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/sites.zip",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/sites.zip",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/sites.zip",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/sites.zip",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/sites.zip",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/sites.zip",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/sites.zip",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/sites.zip",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/sites.zip"} 83 http_response_size_bytes_count{method="GET",path="/sites.zip"} 3 http_response_size_bytes_bucket{method="GET",path="/sites.zst",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/sites.zst",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/sites.zst",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/sites.zst",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/sites.zst",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/sites.zst",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/sites.zst",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/sites.zst",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/sites.zst",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/sites.zst",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/sites.zst"} 43 http_response_size_bytes_count{method="GET",path="/sites.zst"} 1 http_response_size_bytes_bucket{method="GET",path="/size.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/size.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/size.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/size.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/size.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/size.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/size.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/size.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/size.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/size.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/size.php"} 43 http_response_size_bytes_count{method="GET",path="/size.php"} 1 http_response_size_bytes_bucket{method="GET",path="/sketch.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/sketch.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/sketch.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/sketch.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/sketch.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/sketch.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/sketch.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/sketch.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/sketch.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/sketch.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/sketch.zip"} 40 http_response_size_bytes_count{method="GET",path="/sketch.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/sky.php",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/sky.php",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/sky.php",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/sky.php",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/sky.php",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/sky.php",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/sky.php",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/sky.php",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/sky.php",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/sky.php",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/sky.php"} 172 http_response_size_bytes_count{method="GET",path="/sky.php"} 4 http_response_size_bytes_bucket{method="GET",path="/slack.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/slack.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/slack.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/slack.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/slack.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/slack.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/slack.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/slack.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/slack.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/slack.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/slack.zip"} 40 http_response_size_bytes_count{method="GET",path="/slack.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/sms.py",le="100"} 7 http_response_size_bytes_bucket{method="GET",path="/sms.py",le="500"} 7 http_response_size_bytes_bucket{method="GET",path="/sms.py",le="1000"} 7 http_response_size_bytes_bucket{method="GET",path="/sms.py",le="5000"} 7 http_response_size_bytes_bucket{method="GET",path="/sms.py",le="10000"} 7 http_response_size_bytes_bucket{method="GET",path="/sms.py",le="50000"} 7 http_response_size_bytes_bucket{method="GET",path="/sms.py",le="100000"} 7 http_response_size_bytes_bucket{method="GET",path="/sms.py",le="500000"} 7 http_response_size_bytes_bucket{method="GET",path="/sms.py",le="1e+06"} 7 http_response_size_bytes_bucket{method="GET",path="/sms.py",le="+Inf"} 7 http_response_size_bytes_sum{method="GET",path="/sms.py"} 301 http_response_size_bytes_count{method="GET",path="/sms.py"} 7 http_response_size_bytes_bucket{method="GET",path="/smtp.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/smtp.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/smtp.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/smtp.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/smtp.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/smtp.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/smtp.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/smtp.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/smtp.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/smtp.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/smtp.zip"} 40 http_response_size_bytes_count{method="GET",path="/smtp.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/smtp/.env",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/smtp/.env",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/smtp/.env",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/smtp/.env",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/smtp/.env",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/smtp/.env",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/smtp/.env",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/smtp/.env",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/smtp/.env",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/smtp/.env",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/smtp/.env"} 87 http_response_size_bytes_count{method="GET",path="/smtp/.env"} 2 http_response_size_bytes_bucket{method="GET",path="/smtp/phpinfo.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/smtp/phpinfo.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/smtp/phpinfo.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/smtp/phpinfo.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/smtp/phpinfo.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/smtp/phpinfo.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/smtp/phpinfo.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/smtp/phpinfo.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/smtp/phpinfo.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/smtp/phpinfo.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/smtp/phpinfo.php"} 88 http_response_size_bytes_count{method="GET",path="/smtp/phpinfo.php"} 2 http_response_size_bytes_bucket{method="GET",path="/snapchat.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/snapchat.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/snapchat.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/snapchat.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/snapchat.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/snapchat.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/snapchat.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/snapchat.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/snapchat.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/snapchat.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/snapchat.zip"} 40 http_response_size_bytes_count{method="GET",path="/snapchat.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/snapshot.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/snapshot.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/snapshot.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/snapshot.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/snapshot.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/snapshot.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/snapshot.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/snapshot.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/snapshot.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/snapshot.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/snapshot.zip"} 40 http_response_size_bytes_count{method="GET",path="/snapshot.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/soap.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/soap.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/soap.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/soap.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/soap.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/soap.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/soap.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/soap.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/soap.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/soap.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/soap.zip"} 40 http_response_size_bytes_count{method="GET",path="/soap.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/social.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/social.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/social.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/social.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/social.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/social.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/social.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/social.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/social.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/social.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/social.zip"} 40 http_response_size_bytes_count{method="GET",path="/social.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/software/*.cgi",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/software/*.cgi",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/software/*.cgi",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/software/*.cgi",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/software/*.cgi",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/software/*.cgi",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/software/*.cgi",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/software/*.cgi",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/software/*.cgi",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/software/*.cgi",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/software/*.cgi"} 88 http_response_size_bytes_count{method="GET",path="/software/*.cgi"} 2 http_response_size_bytes_bucket{method="GET",path="/software/install-updates.cgi",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/software/install-updates.cgi",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/software/install-updates.cgi",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/software/install-updates.cgi",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/software/install-updates.cgi",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/software/install-updates.cgi",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/software/install-updates.cgi",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/software/install-updates.cgi",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/software/install-updates.cgi",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/software/install-updates.cgi",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/software/install-updates.cgi"} 88 http_response_size_bytes_count{method="GET",path="/software/install-updates.cgi"} 2 http_response_size_bytes_bucket{method="GET",path="/software/update.cgi",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/software/update.cgi",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/software/update.cgi",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/software/update.cgi",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/software/update.cgi",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/software/update.cgi",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/software/update.cgi",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/software/update.cgi",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/software/update.cgi",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/software/update.cgi",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/software/update.cgi"} 88 http_response_size_bytes_count{method="GET",path="/software/update.cgi"} 2 http_response_size_bytes_bucket{method="GET",path="/son.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/son.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/son.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/son.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/son.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/son.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/son.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/son.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/son.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/son.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/son.php"} 87 http_response_size_bytes_count{method="GET",path="/son.php"} 2 http_response_size_bytes_bucket{method="GET",path="/son1.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/son1.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/son1.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/son1.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/son1.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/son1.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/son1.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/son1.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/son1.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/son1.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/son1.php"} 87 http_response_size_bytes_count{method="GET",path="/son1.php"} 2 http_response_size_bytes_bucket{method="GET",path="/sounds.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/sounds.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/sounds.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/sounds.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/sounds.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/sounds.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/sounds.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/sounds.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/sounds.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/sounds.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/sounds.zip"} 40 http_response_size_bytes_count{method="GET",path="/sounds.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/source.7z",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/source.7z",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/source.7z",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/source.7z",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/source.7z",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/source.7z",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/source.7z",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/source.7z",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/source.7z",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/source.7z",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/source.7z"} 43 http_response_size_bytes_count{method="GET",path="/source.7z"} 1 http_response_size_bytes_bucket{method="GET",path="/source.bz2",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/source.bz2",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/source.bz2",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/source.bz2",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/source.bz2",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/source.bz2",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/source.bz2",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/source.bz2",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/source.bz2",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/source.bz2",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/source.bz2"} 43 http_response_size_bytes_count{method="GET",path="/source.bz2"} 1 http_response_size_bytes_bucket{method="GET",path="/source.gz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/source.gz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/source.gz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/source.gz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/source.gz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/source.gz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/source.gz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/source.gz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/source.gz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/source.gz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/source.gz"} 43 http_response_size_bytes_count{method="GET",path="/source.gz"} 1 http_response_size_bytes_bucket{method="GET",path="/source.rar",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/source.rar",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/source.rar",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/source.rar",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/source.rar",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/source.rar",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/source.rar",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/source.rar",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/source.rar",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/source.rar",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/source.rar"} 43 http_response_size_bytes_count{method="GET",path="/source.rar"} 1 http_response_size_bytes_bucket{method="GET",path="/source.sql",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/source.sql",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/source.sql",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/source.sql",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/source.sql",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/source.sql",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/source.sql",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/source.sql",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/source.sql",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/source.sql",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/source.sql"} 43 http_response_size_bytes_count{method="GET",path="/source.sql"} 1 http_response_size_bytes_bucket{method="GET",path="/source.sql.bz2",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/source.sql.bz2",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/source.sql.bz2",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/source.sql.bz2",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/source.sql.bz2",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/source.sql.bz2",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/source.sql.bz2",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/source.sql.bz2",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/source.sql.bz2",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/source.sql.bz2",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/source.sql.bz2"} 43 http_response_size_bytes_count{method="GET",path="/source.sql.bz2"} 1 http_response_size_bytes_bucket{method="GET",path="/source.sql.gz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/source.sql.gz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/source.sql.gz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/source.sql.gz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/source.sql.gz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/source.sql.gz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/source.sql.gz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/source.sql.gz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/source.sql.gz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/source.sql.gz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/source.sql.gz"} 43 http_response_size_bytes_count{method="GET",path="/source.sql.gz"} 1 http_response_size_bytes_bucket{method="GET",path="/source.tar",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/source.tar",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/source.tar",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/source.tar",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/source.tar",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/source.tar",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/source.tar",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/source.tar",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/source.tar",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/source.tar",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/source.tar"} 43 http_response_size_bytes_count{method="GET",path="/source.tar"} 1 http_response_size_bytes_bucket{method="GET",path="/source.tar.bz2",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/source.tar.bz2",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/source.tar.bz2",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/source.tar.bz2",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/source.tar.bz2",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/source.tar.bz2",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/source.tar.bz2",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/source.tar.bz2",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/source.tar.bz2",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/source.tar.bz2",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/source.tar.bz2"} 43 http_response_size_bytes_count{method="GET",path="/source.tar.bz2"} 1 http_response_size_bytes_bucket{method="GET",path="/source.tar.gz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/source.tar.gz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/source.tar.gz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/source.tar.gz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/source.tar.gz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/source.tar.gz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/source.tar.gz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/source.tar.gz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/source.tar.gz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/source.tar.gz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/source.tar.gz"} 43 http_response_size_bytes_count{method="GET",path="/source.tar.gz"} 1 http_response_size_bytes_bucket{method="GET",path="/source.tar.xz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/source.tar.xz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/source.tar.xz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/source.tar.xz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/source.tar.xz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/source.tar.xz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/source.tar.xz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/source.tar.xz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/source.tar.xz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/source.tar.xz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/source.tar.xz"} 43 http_response_size_bytes_count{method="GET",path="/source.tar.xz"} 1 http_response_size_bytes_bucket{method="GET",path="/source.tgz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/source.tgz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/source.tgz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/source.tgz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/source.tgz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/source.tgz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/source.tgz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/source.tgz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/source.tgz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/source.tgz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/source.tgz"} 43 http_response_size_bytes_count{method="GET",path="/source.tgz"} 1 http_response_size_bytes_bucket{method="GET",path="/source.zip",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/source.zip",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/source.zip",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/source.zip",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/source.zip",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/source.zip",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/source.zip",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/source.zip",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/source.zip",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/source.zip",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/source.zip"} 83 http_response_size_bytes_count{method="GET",path="/source.zip"} 3 http_response_size_bytes_bucket{method="GET",path="/source.zst",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/source.zst",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/source.zst",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/source.zst",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/source.zst",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/source.zst",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/source.zst",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/source.zst",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/source.zst",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/source.zst",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/source.zst"} 43 http_response_size_bytes_count{method="GET",path="/source.zst"} 1 http_response_size_bytes_bucket{method="GET",path="/source/.env",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/source/.env",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/source/.env",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/source/.env",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/source/.env",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/source/.env",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/source/.env",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/source/.env",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/source/.env",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/source/.env",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/source/.env"} 88 http_response_size_bytes_count{method="GET",path="/source/.env"} 2 http_response_size_bytes_bucket{method="GET",path="/sources.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/sources.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/sources.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/sources.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/sources.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/sources.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/sources.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/sources.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/sources.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/sources.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/sources.zip"} 40 http_response_size_bytes_count{method="GET",path="/sources.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/sources/.env",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/sources/.env",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/sources/.env",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/sources/.env",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/sources/.env",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/sources/.env",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/sources/.env",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/sources/.env",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/sources/.env",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/sources/.env",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/sources/.env"} 87 http_response_size_bytes_count{method="GET",path="/sources/.env"} 2 http_response_size_bytes_bucket{method="GET",path="/sparkpost/.env",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/sparkpost/.env",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/sparkpost/.env",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/sparkpost/.env",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/sparkpost/.env",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/sparkpost/.env",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/sparkpost/.env",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/sparkpost/.env",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/sparkpost/.env",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/sparkpost/.env",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/sparkpost/.env"} 87 http_response_size_bytes_count{method="GET",path="/sparkpost/.env"} 2 http_response_size_bytes_bucket{method="GET",path="/spawns.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/spawns.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/spawns.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/spawns.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/spawns.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/spawns.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/spawns.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/spawns.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/spawns.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/spawns.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/spawns.php"} 87 http_response_size_bytes_count{method="GET",path="/spawns.php"} 2 http_response_size_bytes_bucket{method="GET",path="/special.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/special.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/special.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/special.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/special.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/special.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/special.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/special.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/special.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/special.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/special.zip"} 40 http_response_size_bytes_count{method="GET",path="/special.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/splunk.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/splunk.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/splunk.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/splunk.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/splunk.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/splunk.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/splunk.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/splunk.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/splunk.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/splunk.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/splunk.zip"} 40 http_response_size_bytes_count{method="GET",path="/splunk.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/sprites.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/sprites.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/sprites.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/sprites.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/sprites.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/sprites.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/sprites.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/sprites.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/sprites.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/sprites.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/sprites.zip"} 40 http_response_size_bytes_count{method="GET",path="/sprites.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/sql.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/sql.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/sql.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/sql.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/sql.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/sql.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/sql.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/sql.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/sql.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/sql.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/sql.zip"} 39 http_response_size_bytes_count{method="GET",path="/sql.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/sql/.env",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/sql/.env",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/sql/.env",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/sql/.env",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/sql/.env",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/sql/.env",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/sql/.env",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/sql/.env",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/sql/.env",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/sql/.env",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/sql/.env"} 88 http_response_size_bytes_count{method="GET",path="/sql/.env"} 2 http_response_size_bytes_bucket{method="GET",path="/sqlite.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/sqlite.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/sqlite.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/sqlite.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/sqlite.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/sqlite.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/sqlite.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/sqlite.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/sqlite.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/sqlite.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/sqlite.zip"} 40 http_response_size_bytes_count{method="GET",path="/sqlite.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/sqllite.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/sqllite.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/sqllite.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/sqllite.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/sqllite.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/sqllite.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/sqllite.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/sqllite.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/sqllite.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/sqllite.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/sqllite.zip"} 40 http_response_size_bytes_count{method="GET",path="/sqllite.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/sqlserver.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/sqlserver.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/sqlserver.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/sqlserver.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/sqlserver.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/sqlserver.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/sqlserver.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/sqlserver.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/sqlserver.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/sqlserver.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/sqlserver.zip"} 39 http_response_size_bytes_count{method="GET",path="/sqlserver.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/src.7z",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/src.7z",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/src.7z",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/src.7z",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/src.7z",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/src.7z",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/src.7z",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/src.7z",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/src.7z",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/src.7z",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/src.7z"} 43 http_response_size_bytes_count{method="GET",path="/src.7z"} 1 http_response_size_bytes_bucket{method="GET",path="/src.bz2",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/src.bz2",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/src.bz2",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/src.bz2",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/src.bz2",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/src.bz2",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/src.bz2",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/src.bz2",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/src.bz2",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/src.bz2",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/src.bz2"} 43 http_response_size_bytes_count{method="GET",path="/src.bz2"} 1 http_response_size_bytes_bucket{method="GET",path="/src.gz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/src.gz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/src.gz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/src.gz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/src.gz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/src.gz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/src.gz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/src.gz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/src.gz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/src.gz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/src.gz"} 43 http_response_size_bytes_count{method="GET",path="/src.gz"} 1 http_response_size_bytes_bucket{method="GET",path="/src.rar",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/src.rar",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/src.rar",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/src.rar",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/src.rar",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/src.rar",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/src.rar",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/src.rar",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/src.rar",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/src.rar",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/src.rar"} 43 http_response_size_bytes_count{method="GET",path="/src.rar"} 1 http_response_size_bytes_bucket{method="GET",path="/src.sql",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/src.sql",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/src.sql",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/src.sql",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/src.sql",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/src.sql",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/src.sql",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/src.sql",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/src.sql",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/src.sql",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/src.sql"} 43 http_response_size_bytes_count{method="GET",path="/src.sql"} 1 http_response_size_bytes_bucket{method="GET",path="/src.sql.bz2",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/src.sql.bz2",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/src.sql.bz2",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/src.sql.bz2",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/src.sql.bz2",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/src.sql.bz2",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/src.sql.bz2",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/src.sql.bz2",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/src.sql.bz2",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/src.sql.bz2",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/src.sql.bz2"} 43 http_response_size_bytes_count{method="GET",path="/src.sql.bz2"} 1 http_response_size_bytes_bucket{method="GET",path="/src.sql.gz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/src.sql.gz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/src.sql.gz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/src.sql.gz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/src.sql.gz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/src.sql.gz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/src.sql.gz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/src.sql.gz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/src.sql.gz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/src.sql.gz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/src.sql.gz"} 43 http_response_size_bytes_count{method="GET",path="/src.sql.gz"} 1 http_response_size_bytes_bucket{method="GET",path="/src.tar",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/src.tar",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/src.tar",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/src.tar",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/src.tar",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/src.tar",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/src.tar",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/src.tar",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/src.tar",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/src.tar",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/src.tar"} 43 http_response_size_bytes_count{method="GET",path="/src.tar"} 1 http_response_size_bytes_bucket{method="GET",path="/src.tar.bz2",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/src.tar.bz2",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/src.tar.bz2",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/src.tar.bz2",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/src.tar.bz2",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/src.tar.bz2",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/src.tar.bz2",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/src.tar.bz2",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/src.tar.bz2",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/src.tar.bz2",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/src.tar.bz2"} 43 http_response_size_bytes_count{method="GET",path="/src.tar.bz2"} 1 http_response_size_bytes_bucket{method="GET",path="/src.tar.gz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/src.tar.gz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/src.tar.gz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/src.tar.gz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/src.tar.gz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/src.tar.gz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/src.tar.gz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/src.tar.gz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/src.tar.gz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/src.tar.gz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/src.tar.gz"} 43 http_response_size_bytes_count{method="GET",path="/src.tar.gz"} 1 http_response_size_bytes_bucket{method="GET",path="/src.tar.xz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/src.tar.xz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/src.tar.xz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/src.tar.xz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/src.tar.xz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/src.tar.xz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/src.tar.xz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/src.tar.xz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/src.tar.xz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/src.tar.xz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/src.tar.xz"} 43 http_response_size_bytes_count{method="GET",path="/src.tar.xz"} 1 http_response_size_bytes_bucket{method="GET",path="/src.tgz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/src.tgz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/src.tgz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/src.tgz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/src.tgz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/src.tgz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/src.tgz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/src.tgz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/src.tgz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/src.tgz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/src.tgz"} 43 http_response_size_bytes_count{method="GET",path="/src.tgz"} 1 http_response_size_bytes_bucket{method="GET",path="/src.zip",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/src.zip",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/src.zip",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/src.zip",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/src.zip",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/src.zip",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/src.zip",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/src.zip",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/src.zip",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/src.zip",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/src.zip"} 83 http_response_size_bytes_count{method="GET",path="/src.zip"} 3 http_response_size_bytes_bucket{method="GET",path="/src.zst",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/src.zst",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/src.zst",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/src.zst",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/src.zst",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/src.zst",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/src.zst",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/src.zst",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/src.zst",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/src.zst",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/src.zst"} 43 http_response_size_bytes_count{method="GET",path="/src.zst"} 1 http_response_size_bytes_bucket{method="GET",path="/src/.env",le="100"} 11 http_response_size_bytes_bucket{method="GET",path="/src/.env",le="500"} 11 http_response_size_bytes_bucket{method="GET",path="/src/.env",le="1000"} 11 http_response_size_bytes_bucket{method="GET",path="/src/.env",le="5000"} 11 http_response_size_bytes_bucket{method="GET",path="/src/.env",le="10000"} 11 http_response_size_bytes_bucket{method="GET",path="/src/.env",le="50000"} 11 http_response_size_bytes_bucket{method="GET",path="/src/.env",le="100000"} 11 http_response_size_bytes_bucket{method="GET",path="/src/.env",le="500000"} 11 http_response_size_bytes_bucket{method="GET",path="/src/.env",le="1e+06"} 11 http_response_size_bytes_bucket{method="GET",path="/src/.env",le="+Inf"} 11 http_response_size_bytes_sum{method="GET",path="/src/.env"} 481 http_response_size_bytes_count{method="GET",path="/src/.env"} 11 http_response_size_bytes_bucket{method="GET",path="/src/.git/config",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/src/.git/config",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/src/.git/config",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/src/.git/config",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/src/.git/config",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/src/.git/config",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/src/.git/config",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/src/.git/config",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/src/.git/config",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/src/.git/config",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/src/.git/config"} 44 http_response_size_bytes_count{method="GET",path="/src/.git/config"} 1 http_response_size_bytes_bucket{method="GET",path="/src/FileUpload.js",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/src/FileUpload.js",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/src/FileUpload.js",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/src/FileUpload.js",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/src/FileUpload.js",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/src/FileUpload.js",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/src/FileUpload.js",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/src/FileUpload.js",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/src/FileUpload.js",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/src/FileUpload.js",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/src/FileUpload.js"} 88 http_response_size_bytes_count{method="GET",path="/src/FileUpload.js"} 2 http_response_size_bytes_bucket{method="GET",path="/src/app.js",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/src/app.js",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/src/app.js",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/src/app.js",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/src/app.js",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/src/app.js",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/src/app.js",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/src/app.js",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/src/app.js",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/src/app.js",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/src/app.js"} 87 http_response_size_bytes_count{method="GET",path="/src/app.js"} 2 http_response_size_bytes_bucket{method="GET",path="/src/app/api/aws/route.ts",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/src/app/api/aws/route.ts",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/src/app/api/aws/route.ts",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/src/app/api/aws/route.ts",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/src/app/api/aws/route.ts",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/src/app/api/aws/route.ts",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/src/app/api/aws/route.ts",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/src/app/api/aws/route.ts",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/src/app/api/aws/route.ts",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/src/app/api/aws/route.ts",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/src/app/api/aws/route.ts"} 43 http_response_size_bytes_count{method="GET",path="/src/app/api/aws/route.ts"} 1 http_response_size_bytes_bucket{method="GET",path="/src/aws-exports.js",le="100"} 19 http_response_size_bytes_bucket{method="GET",path="/src/aws-exports.js",le="500"} 19 http_response_size_bytes_bucket{method="GET",path="/src/aws-exports.js",le="1000"} 19 http_response_size_bytes_bucket{method="GET",path="/src/aws-exports.js",le="5000"} 19 http_response_size_bytes_bucket{method="GET",path="/src/aws-exports.js",le="10000"} 19 http_response_size_bytes_bucket{method="GET",path="/src/aws-exports.js",le="50000"} 19 http_response_size_bytes_bucket{method="GET",path="/src/aws-exports.js",le="100000"} 19 http_response_size_bytes_bucket{method="GET",path="/src/aws-exports.js",le="500000"} 19 http_response_size_bytes_bucket{method="GET",path="/src/aws-exports.js",le="1e+06"} 19 http_response_size_bytes_bucket{method="GET",path="/src/aws-exports.js",le="+Inf"} 19 http_response_size_bytes_sum{method="GET",path="/src/aws-exports.js"} 834 http_response_size_bytes_count{method="GET",path="/src/aws-exports.js"} 19 http_response_size_bytes_bucket{method="GET",path="/src/aws-exports.ts",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/src/aws-exports.ts",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/src/aws-exports.ts",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/src/aws-exports.ts",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/src/aws-exports.ts",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/src/aws-exports.ts",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/src/aws-exports.ts",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/src/aws-exports.ts",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/src/aws-exports.ts",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/src/aws-exports.ts",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/src/aws-exports.ts"} 43 http_response_size_bytes_count{method="GET",path="/src/aws-exports.ts"} 1 http_response_size_bytes_bucket{method="GET",path="/src/aws/auth.ts",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/src/aws/auth.ts",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/src/aws/auth.ts",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/src/aws/auth.ts",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/src/aws/auth.ts",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/src/aws/auth.ts",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/src/aws/auth.ts",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/src/aws/auth.ts",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/src/aws/auth.ts",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/src/aws/auth.ts",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/src/aws/auth.ts"} 43 http_response_size_bytes_count{method="GET",path="/src/aws/auth.ts"} 1 http_response_size_bytes_bucket{method="GET",path="/src/config.js",le="100"} 19 http_response_size_bytes_bucket{method="GET",path="/src/config.js",le="500"} 19 http_response_size_bytes_bucket{method="GET",path="/src/config.js",le="1000"} 19 http_response_size_bytes_bucket{method="GET",path="/src/config.js",le="5000"} 19 http_response_size_bytes_bucket{method="GET",path="/src/config.js",le="10000"} 19 http_response_size_bytes_bucket{method="GET",path="/src/config.js",le="50000"} 19 http_response_size_bytes_bucket{method="GET",path="/src/config.js",le="100000"} 19 http_response_size_bytes_bucket{method="GET",path="/src/config.js",le="500000"} 19 http_response_size_bytes_bucket{method="GET",path="/src/config.js",le="1e+06"} 19 http_response_size_bytes_bucket{method="GET",path="/src/config.js",le="+Inf"} 19 http_response_size_bytes_sum{method="GET",path="/src/config.js"} 835 http_response_size_bytes_count{method="GET",path="/src/config.js"} 19 http_response_size_bytes_bucket{method="GET",path="/src/config/common.js",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/src/config/common.js",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/src/config/common.js",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/src/config/common.js",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/src/config/common.js",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/src/config/common.js",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/src/config/common.js",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/src/config/common.js",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/src/config/common.js",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/src/config/common.js",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/src/config/common.js"} 88 http_response_size_bytes_count{method="GET",path="/src/config/common.js"} 2 http_response_size_bytes_bucket{method="GET",path="/src/config/config.json",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/src/config/config.json",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/src/config/config.json",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/src/config/config.json",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/src/config/config.json",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/src/config/config.json",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/src/config/config.json",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/src/config/config.json",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/src/config/config.json",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/src/config/config.json",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/src/config/config.json"} 88 http_response_size_bytes_count{method="GET",path="/src/config/config.json"} 2 http_response_size_bytes_bucket{method="GET",path="/src/config/constants.js",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/src/config/constants.js",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/src/config/constants.js",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/src/config/constants.js",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/src/config/constants.js",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/src/config/constants.js",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/src/config/constants.js",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/src/config/constants.js",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/src/config/constants.js",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/src/config/constants.js",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/src/config/constants.js"} 88 http_response_size_bytes_count{method="GET",path="/src/config/constants.js"} 2 http_response_size_bytes_bucket{method="GET",path="/src/config/environment.json",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/src/config/environment.json",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/src/config/environment.json",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/src/config/environment.json",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/src/config/environment.json",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/src/config/environment.json",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/src/config/environment.json",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/src/config/environment.json",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/src/config/environment.json",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/src/config/environment.json",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/src/config/environment.json"} 88 http_response_size_bytes_count{method="GET",path="/src/config/environment.json"} 2 http_response_size_bytes_bucket{method="GET",path="/src/config/stripe.js",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/src/config/stripe.js",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/src/config/stripe.js",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/src/config/stripe.js",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/src/config/stripe.js",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/src/config/stripe.js",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/src/config/stripe.js",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/src/config/stripe.js",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/src/config/stripe.js",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/src/config/stripe.js",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/src/config/stripe.js"} 88 http_response_size_bytes_count{method="GET",path="/src/config/stripe.js"} 2 http_response_size_bytes_bucket{method="GET",path="/src/config/stripe.ts",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/src/config/stripe.ts",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/src/config/stripe.ts",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/src/config/stripe.ts",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/src/config/stripe.ts",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/src/config/stripe.ts",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/src/config/stripe.ts",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/src/config/stripe.ts",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/src/config/stripe.ts",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/src/config/stripe.ts",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/src/config/stripe.ts"} 88 http_response_size_bytes_count{method="GET",path="/src/config/stripe.ts"} 2 http_response_size_bytes_bucket{method="GET",path="/src/constant.js",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/src/constant.js",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/src/constant.js",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/src/constant.js",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/src/constant.js",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/src/constant.js",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/src/constant.js",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/src/constant.js",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/src/constant.js",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/src/constant.js",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/src/constant.js"} 88 http_response_size_bytes_count{method="GET",path="/src/constant.js"} 2 http_response_size_bytes_bucket{method="GET",path="/src/constants.js",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/src/constants.js",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/src/constants.js",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/src/constants.js",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/src/constants.js",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/src/constants.js",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/src/constants.js",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/src/constants.js",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/src/constants.js",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/src/constants.js",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/src/constants.js"} 88 http_response_size_bytes_count{method="GET",path="/src/constants.js"} 2 http_response_size_bytes_bucket{method="GET",path="/src/env.js",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/src/env.js",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/src/env.js",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/src/env.js",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/src/env.js",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/src/env.js",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/src/env.js",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/src/env.js",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/src/env.js",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/src/env.js",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/src/env.js"} 87 http_response_size_bytes_count{method="GET",path="/src/env.js"} 2 http_response_size_bytes_bucket{method="GET",path="/src/lib/aws.js",le="100"} 19 http_response_size_bytes_bucket{method="GET",path="/src/lib/aws.js",le="500"} 19 http_response_size_bytes_bucket{method="GET",path="/src/lib/aws.js",le="1000"} 19 http_response_size_bytes_bucket{method="GET",path="/src/lib/aws.js",le="5000"} 19 http_response_size_bytes_bucket{method="GET",path="/src/lib/aws.js",le="10000"} 19 http_response_size_bytes_bucket{method="GET",path="/src/lib/aws.js",le="50000"} 19 http_response_size_bytes_bucket{method="GET",path="/src/lib/aws.js",le="100000"} 19 http_response_size_bytes_bucket{method="GET",path="/src/lib/aws.js",le="500000"} 19 http_response_size_bytes_bucket{method="GET",path="/src/lib/aws.js",le="1e+06"} 19 http_response_size_bytes_bucket{method="GET",path="/src/lib/aws.js",le="+Inf"} 19 http_response_size_bytes_sum{method="GET",path="/src/lib/aws.js"} 835 http_response_size_bytes_count{method="GET",path="/src/lib/aws.js"} 19 http_response_size_bytes_bucket{method="GET",path="/src/pages/api/aws.ts",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/src/pages/api/aws.ts",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/src/pages/api/aws.ts",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/src/pages/api/aws.ts",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/src/pages/api/aws.ts",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/src/pages/api/aws.ts",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/src/pages/api/aws.ts",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/src/pages/api/aws.ts",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/src/pages/api/aws.ts",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/src/pages/api/aws.ts",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/src/pages/api/aws.ts"} 43 http_response_size_bytes_count{method="GET",path="/src/pages/api/aws.ts"} 1 http_response_size_bytes_bucket{method="GET",path="/srv.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/srv.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/srv.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/srv.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/srv.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/srv.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/srv.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/srv.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/srv.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/srv.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/srv.zip"} 40 http_response_size_bytes_count{method="GET",path="/srv.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/srv/.env",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/srv/.env",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/srv/.env",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/srv/.env",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/srv/.env",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/srv/.env",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/srv/.env",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/srv/.env",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/srv/.env",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/srv/.env",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/srv/.env"} 88 http_response_size_bytes_count{method="GET",path="/srv/.env"} 2 http_response_size_bytes_bucket{method="GET",path="/ss.php",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/ss.php",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/ss.php",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/ss.php",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/ss.php",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/ss.php",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/ss.php",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/ss.php",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/ss.php",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/ss.php",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/ss.php"} 172 http_response_size_bytes_count{method="GET",path="/ss.php"} 4 http_response_size_bytes_bucket{method="GET",path="/ssl.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/ssl.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/ssl.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/ssl.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/ssl.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/ssl.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/ssl.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/ssl.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/ssl.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/ssl.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/ssl.zip"} 40 http_response_size_bytes_count{method="GET",path="/ssl.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/ssl/private.key",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/ssl/private.key",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/ssl/private.key",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/ssl/private.key",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/ssl/private.key",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/ssl/private.key",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/ssl/private.key",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/ssl/private.key",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/ssl/private.key",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/ssl/private.key",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/ssl/private.key"} 43 http_response_size_bytes_count{method="GET",path="/ssl/private.key"} 1 http_response_size_bytes_bucket{method="GET",path="/stable.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/stable.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/stable.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/stable.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/stable.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/stable.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/stable.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/stable.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/stable.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/stable.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/stable.zip"} 40 http_response_size_bytes_count{method="GET",path="/stable.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/stage.7z",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/stage.7z",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/stage.7z",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/stage.7z",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/stage.7z",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/stage.7z",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/stage.7z",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/stage.7z",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/stage.7z",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/stage.7z",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/stage.7z"} 43 http_response_size_bytes_count{method="GET",path="/stage.7z"} 1 http_response_size_bytes_bucket{method="GET",path="/stage.bz2",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/stage.bz2",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/stage.bz2",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/stage.bz2",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/stage.bz2",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/stage.bz2",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/stage.bz2",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/stage.bz2",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/stage.bz2",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/stage.bz2",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/stage.bz2"} 43 http_response_size_bytes_count{method="GET",path="/stage.bz2"} 1 http_response_size_bytes_bucket{method="GET",path="/stage.gz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/stage.gz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/stage.gz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/stage.gz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/stage.gz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/stage.gz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/stage.gz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/stage.gz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/stage.gz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/stage.gz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/stage.gz"} 43 http_response_size_bytes_count{method="GET",path="/stage.gz"} 1 http_response_size_bytes_bucket{method="GET",path="/stage.rar",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/stage.rar",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/stage.rar",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/stage.rar",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/stage.rar",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/stage.rar",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/stage.rar",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/stage.rar",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/stage.rar",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/stage.rar",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/stage.rar"} 43 http_response_size_bytes_count{method="GET",path="/stage.rar"} 1 http_response_size_bytes_bucket{method="GET",path="/stage.sql",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/stage.sql",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/stage.sql",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/stage.sql",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/stage.sql",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/stage.sql",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/stage.sql",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/stage.sql",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/stage.sql",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/stage.sql",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/stage.sql"} 43 http_response_size_bytes_count{method="GET",path="/stage.sql"} 1 http_response_size_bytes_bucket{method="GET",path="/stage.sql.bz2",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/stage.sql.bz2",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/stage.sql.bz2",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/stage.sql.bz2",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/stage.sql.bz2",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/stage.sql.bz2",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/stage.sql.bz2",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/stage.sql.bz2",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/stage.sql.bz2",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/stage.sql.bz2",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/stage.sql.bz2"} 43 http_response_size_bytes_count{method="GET",path="/stage.sql.bz2"} 1 http_response_size_bytes_bucket{method="GET",path="/stage.sql.gz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/stage.sql.gz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/stage.sql.gz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/stage.sql.gz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/stage.sql.gz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/stage.sql.gz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/stage.sql.gz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/stage.sql.gz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/stage.sql.gz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/stage.sql.gz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/stage.sql.gz"} 43 http_response_size_bytes_count{method="GET",path="/stage.sql.gz"} 1 http_response_size_bytes_bucket{method="GET",path="/stage.tar",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/stage.tar",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/stage.tar",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/stage.tar",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/stage.tar",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/stage.tar",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/stage.tar",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/stage.tar",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/stage.tar",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/stage.tar",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/stage.tar"} 43 http_response_size_bytes_count{method="GET",path="/stage.tar"} 1 http_response_size_bytes_bucket{method="GET",path="/stage.tar.bz2",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/stage.tar.bz2",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/stage.tar.bz2",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/stage.tar.bz2",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/stage.tar.bz2",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/stage.tar.bz2",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/stage.tar.bz2",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/stage.tar.bz2",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/stage.tar.bz2",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/stage.tar.bz2",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/stage.tar.bz2"} 43 http_response_size_bytes_count{method="GET",path="/stage.tar.bz2"} 1 http_response_size_bytes_bucket{method="GET",path="/stage.tar.gz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/stage.tar.gz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/stage.tar.gz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/stage.tar.gz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/stage.tar.gz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/stage.tar.gz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/stage.tar.gz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/stage.tar.gz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/stage.tar.gz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/stage.tar.gz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/stage.tar.gz"} 43 http_response_size_bytes_count{method="GET",path="/stage.tar.gz"} 1 http_response_size_bytes_bucket{method="GET",path="/stage.tar.xz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/stage.tar.xz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/stage.tar.xz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/stage.tar.xz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/stage.tar.xz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/stage.tar.xz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/stage.tar.xz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/stage.tar.xz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/stage.tar.xz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/stage.tar.xz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/stage.tar.xz"} 43 http_response_size_bytes_count{method="GET",path="/stage.tar.xz"} 1 http_response_size_bytes_bucket{method="GET",path="/stage.tgz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/stage.tgz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/stage.tgz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/stage.tgz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/stage.tgz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/stage.tgz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/stage.tgz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/stage.tgz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/stage.tgz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/stage.tgz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/stage.tgz"} 43 http_response_size_bytes_count{method="GET",path="/stage.tgz"} 1 http_response_size_bytes_bucket{method="GET",path="/stage.zip",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/stage.zip",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/stage.zip",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/stage.zip",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/stage.zip",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/stage.zip",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/stage.zip",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/stage.zip",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/stage.zip",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/stage.zip",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/stage.zip"} 43 http_response_size_bytes_count{method="GET",path="/stage.zip"} 1 http_response_size_bytes_bucket{method="GET",path="/stage.zst",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/stage.zst",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/stage.zst",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/stage.zst",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/stage.zst",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/stage.zst",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/stage.zst",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/stage.zst",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/stage.zst",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/stage.zst",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/stage.zst"} 43 http_response_size_bytes_count{method="GET",path="/stage.zst"} 1 http_response_size_bytes_bucket{method="GET",path="/stage/.env",le="100"} 5 http_response_size_bytes_bucket{method="GET",path="/stage/.env",le="500"} 5 http_response_size_bytes_bucket{method="GET",path="/stage/.env",le="1000"} 5 http_response_size_bytes_bucket{method="GET",path="/stage/.env",le="5000"} 5 http_response_size_bytes_bucket{method="GET",path="/stage/.env",le="10000"} 5 http_response_size_bytes_bucket{method="GET",path="/stage/.env",le="50000"} 5 http_response_size_bytes_bucket{method="GET",path="/stage/.env",le="100000"} 5 http_response_size_bytes_bucket{method="GET",path="/stage/.env",le="500000"} 5 http_response_size_bytes_bucket{method="GET",path="/stage/.env",le="1e+06"} 5 http_response_size_bytes_bucket{method="GET",path="/stage/.env",le="+Inf"} 5 http_response_size_bytes_sum{method="GET",path="/stage/.env"} 220 http_response_size_bytes_count{method="GET",path="/stage/.env"} 5 http_response_size_bytes_bucket{method="GET",path="/staging.7z",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/staging.7z",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/staging.7z",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/staging.7z",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/staging.7z",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/staging.7z",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/staging.7z",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/staging.7z",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/staging.7z",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/staging.7z",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/staging.7z"} 43 http_response_size_bytes_count{method="GET",path="/staging.7z"} 1 http_response_size_bytes_bucket{method="GET",path="/staging.bz2",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/staging.bz2",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/staging.bz2",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/staging.bz2",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/staging.bz2",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/staging.bz2",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/staging.bz2",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/staging.bz2",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/staging.bz2",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/staging.bz2",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/staging.bz2"} 43 http_response_size_bytes_count{method="GET",path="/staging.bz2"} 1 http_response_size_bytes_bucket{method="GET",path="/staging.gz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/staging.gz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/staging.gz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/staging.gz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/staging.gz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/staging.gz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/staging.gz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/staging.gz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/staging.gz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/staging.gz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/staging.gz"} 43 http_response_size_bytes_count{method="GET",path="/staging.gz"} 1 http_response_size_bytes_bucket{method="GET",path="/staging.rar",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/staging.rar",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/staging.rar",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/staging.rar",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/staging.rar",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/staging.rar",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/staging.rar",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/staging.rar",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/staging.rar",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/staging.rar",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/staging.rar"} 43 http_response_size_bytes_count{method="GET",path="/staging.rar"} 1 http_response_size_bytes_bucket{method="GET",path="/staging.sql",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/staging.sql",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/staging.sql",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/staging.sql",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/staging.sql",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/staging.sql",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/staging.sql",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/staging.sql",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/staging.sql",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/staging.sql",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/staging.sql"} 43 http_response_size_bytes_count{method="GET",path="/staging.sql"} 1 http_response_size_bytes_bucket{method="GET",path="/staging.sql.bz2",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/staging.sql.bz2",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/staging.sql.bz2",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/staging.sql.bz2",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/staging.sql.bz2",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/staging.sql.bz2",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/staging.sql.bz2",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/staging.sql.bz2",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/staging.sql.bz2",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/staging.sql.bz2",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/staging.sql.bz2"} 43 http_response_size_bytes_count{method="GET",path="/staging.sql.bz2"} 1 http_response_size_bytes_bucket{method="GET",path="/staging.sql.gz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/staging.sql.gz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/staging.sql.gz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/staging.sql.gz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/staging.sql.gz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/staging.sql.gz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/staging.sql.gz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/staging.sql.gz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/staging.sql.gz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/staging.sql.gz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/staging.sql.gz"} 43 http_response_size_bytes_count{method="GET",path="/staging.sql.gz"} 1 http_response_size_bytes_bucket{method="GET",path="/staging.tar",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/staging.tar",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/staging.tar",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/staging.tar",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/staging.tar",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/staging.tar",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/staging.tar",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/staging.tar",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/staging.tar",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/staging.tar",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/staging.tar"} 43 http_response_size_bytes_count{method="GET",path="/staging.tar"} 1 http_response_size_bytes_bucket{method="GET",path="/staging.tar.bz2",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/staging.tar.bz2",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/staging.tar.bz2",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/staging.tar.bz2",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/staging.tar.bz2",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/staging.tar.bz2",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/staging.tar.bz2",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/staging.tar.bz2",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/staging.tar.bz2",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/staging.tar.bz2",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/staging.tar.bz2"} 43 http_response_size_bytes_count{method="GET",path="/staging.tar.bz2"} 1 http_response_size_bytes_bucket{method="GET",path="/staging.tar.gz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/staging.tar.gz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/staging.tar.gz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/staging.tar.gz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/staging.tar.gz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/staging.tar.gz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/staging.tar.gz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/staging.tar.gz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/staging.tar.gz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/staging.tar.gz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/staging.tar.gz"} 43 http_response_size_bytes_count{method="GET",path="/staging.tar.gz"} 1 http_response_size_bytes_bucket{method="GET",path="/staging.tar.xz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/staging.tar.xz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/staging.tar.xz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/staging.tar.xz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/staging.tar.xz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/staging.tar.xz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/staging.tar.xz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/staging.tar.xz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/staging.tar.xz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/staging.tar.xz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/staging.tar.xz"} 43 http_response_size_bytes_count{method="GET",path="/staging.tar.xz"} 1 http_response_size_bytes_bucket{method="GET",path="/staging.tgz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/staging.tgz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/staging.tgz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/staging.tgz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/staging.tgz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/staging.tgz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/staging.tgz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/staging.tgz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/staging.tgz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/staging.tgz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/staging.tgz"} 43 http_response_size_bytes_count{method="GET",path="/staging.tgz"} 1 http_response_size_bytes_bucket{method="GET",path="/staging.zip",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/staging.zip",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/staging.zip",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/staging.zip",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/staging.zip",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/staging.zip",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/staging.zip",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/staging.zip",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/staging.zip",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/staging.zip",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/staging.zip"} 83 http_response_size_bytes_count{method="GET",path="/staging.zip"} 3 http_response_size_bytes_bucket{method="GET",path="/staging.zst",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/staging.zst",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/staging.zst",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/staging.zst",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/staging.zst",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/staging.zst",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/staging.zst",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/staging.zst",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/staging.zst",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/staging.zst",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/staging.zst"} 43 http_response_size_bytes_count{method="GET",path="/staging.zst"} 1 http_response_size_bytes_bucket{method="GET",path="/staging/.env",le="100"} 6 http_response_size_bytes_bucket{method="GET",path="/staging/.env",le="500"} 6 http_response_size_bytes_bucket{method="GET",path="/staging/.env",le="1000"} 6 http_response_size_bytes_bucket{method="GET",path="/staging/.env",le="5000"} 6 http_response_size_bytes_bucket{method="GET",path="/staging/.env",le="10000"} 6 http_response_size_bytes_bucket{method="GET",path="/staging/.env",le="50000"} 6 http_response_size_bytes_bucket{method="GET",path="/staging/.env",le="100000"} 6 http_response_size_bytes_bucket{method="GET",path="/staging/.env",le="500000"} 6 http_response_size_bytes_bucket{method="GET",path="/staging/.env",le="1e+06"} 6 http_response_size_bytes_bucket{method="GET",path="/staging/.env",le="+Inf"} 6 http_response_size_bytes_sum{method="GET",path="/staging/.env"} 263 http_response_size_bytes_count{method="GET",path="/staging/.env"} 6 http_response_size_bytes_bucket{method="GET",path="/staging/config.js",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/staging/config.js",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/staging/config.js",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/staging/config.js",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/staging/config.js",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/staging/config.js",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/staging/config.js",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/staging/config.js",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/staging/config.js",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/staging/config.js",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/staging/config.js"} 88 http_response_size_bytes_count{method="GET",path="/staging/config.js"} 2 http_response_size_bytes_bucket{method="GET",path="/staging/config/common.js",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/staging/config/common.js",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/staging/config/common.js",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/staging/config/common.js",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/staging/config/common.js",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/staging/config/common.js",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/staging/config/common.js",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/staging/config/common.js",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/staging/config/common.js",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/staging/config/common.js",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/staging/config/common.js"} 88 http_response_size_bytes_count{method="GET",path="/staging/config/common.js"} 2 http_response_size_bytes_bucket{method="GET",path="/staging/config/config.js",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/staging/config/config.js",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/staging/config/config.js",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/staging/config/config.js",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/staging/config/config.js",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/staging/config/config.js",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/staging/config/config.js",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/staging/config/config.js",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/staging/config/config.js",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/staging/config/config.js",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/staging/config/config.js"} 88 http_response_size_bytes_count{method="GET",path="/staging/config/config.js"} 2 http_response_size_bytes_bucket{method="GET",path="/staging/config/constants.js",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/staging/config/constants.js",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/staging/config/constants.js",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/staging/config/constants.js",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/staging/config/constants.js",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/staging/config/constants.js",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/staging/config/constants.js",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/staging/config/constants.js",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/staging/config/constants.js",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/staging/config/constants.js",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/staging/config/constants.js"} 88 http_response_size_bytes_count{method="GET",path="/staging/config/constants.js"} 2 http_response_size_bytes_bucket{method="GET",path="/staging/phpinfo.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/staging/phpinfo.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/staging/phpinfo.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/staging/phpinfo.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/staging/phpinfo.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/staging/phpinfo.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/staging/phpinfo.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/staging/phpinfo.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/staging/phpinfo.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/staging/phpinfo.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/staging/phpinfo.php"} 44 http_response_size_bytes_count{method="GET",path="/staging/phpinfo.php"} 1 http_response_size_bytes_bucket{method="GET",path="/standard.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/standard.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/standard.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/standard.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/standard.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/standard.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/standard.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/standard.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/standard.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/standard.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/standard.zip"} 40 http_response_size_bytes_count{method="GET",path="/standard.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/static.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/static.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/static.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/static.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/static.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/static.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/static.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/static.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/static.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/static.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/static.zip"} 39 http_response_size_bytes_count{method="GET",path="/static.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/static/.git/config",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/static/.git/config",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/static/.git/config",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/static/.git/config",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/static/.git/config",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/static/.git/config",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/static/.git/config",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/static/.git/config",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/static/.git/config",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/static/.git/config",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/static/.git/config"} 44 http_response_size_bytes_count{method="GET",path="/static/.git/config"} 1 http_response_size_bytes_bucket{method="GET",path="/static/aws-config.js",le="100"} 17 http_response_size_bytes_bucket{method="GET",path="/static/aws-config.js",le="500"} 17 http_response_size_bytes_bucket{method="GET",path="/static/aws-config.js",le="1000"} 17 http_response_size_bytes_bucket{method="GET",path="/static/aws-config.js",le="5000"} 17 http_response_size_bytes_bucket{method="GET",path="/static/aws-config.js",le="10000"} 17 http_response_size_bytes_bucket{method="GET",path="/static/aws-config.js",le="50000"} 17 http_response_size_bytes_bucket{method="GET",path="/static/aws-config.js",le="100000"} 17 http_response_size_bytes_bucket{method="GET",path="/static/aws-config.js",le="500000"} 17 http_response_size_bytes_bucket{method="GET",path="/static/aws-config.js",le="1e+06"} 17 http_response_size_bytes_bucket{method="GET",path="/static/aws-config.js",le="+Inf"} 17 http_response_size_bytes_sum{method="GET",path="/static/aws-config.js"} 746 http_response_size_bytes_count{method="GET",path="/static/aws-config.js"} 17 http_response_size_bytes_bucket{method="GET",path="/static/chunks/pages/aws.js",le="100"} 19 http_response_size_bytes_bucket{method="GET",path="/static/chunks/pages/aws.js",le="500"} 19 http_response_size_bytes_bucket{method="GET",path="/static/chunks/pages/aws.js",le="1000"} 19 http_response_size_bytes_bucket{method="GET",path="/static/chunks/pages/aws.js",le="5000"} 19 http_response_size_bytes_bucket{method="GET",path="/static/chunks/pages/aws.js",le="10000"} 19 http_response_size_bytes_bucket{method="GET",path="/static/chunks/pages/aws.js",le="50000"} 19 http_response_size_bytes_bucket{method="GET",path="/static/chunks/pages/aws.js",le="100000"} 19 http_response_size_bytes_bucket{method="GET",path="/static/chunks/pages/aws.js",le="500000"} 19 http_response_size_bytes_bucket{method="GET",path="/static/chunks/pages/aws.js",le="1e+06"} 19 http_response_size_bytes_bucket{method="GET",path="/static/chunks/pages/aws.js",le="+Inf"} 19 http_response_size_bytes_sum{method="GET",path="/static/chunks/pages/aws.js"} 835 http_response_size_bytes_count{method="GET",path="/static/chunks/pages/aws.js"} 19 http_response_size_bytes_bucket{method="GET",path="/static/config.js",le="100"} 19 http_response_size_bytes_bucket{method="GET",path="/static/config.js",le="500"} 19 http_response_size_bytes_bucket{method="GET",path="/static/config.js",le="1000"} 19 http_response_size_bytes_bucket{method="GET",path="/static/config.js",le="5000"} 19 http_response_size_bytes_bucket{method="GET",path="/static/config.js",le="10000"} 19 http_response_size_bytes_bucket{method="GET",path="/static/config.js",le="50000"} 19 http_response_size_bytes_bucket{method="GET",path="/static/config.js",le="100000"} 19 http_response_size_bytes_bucket{method="GET",path="/static/config.js",le="500000"} 19 http_response_size_bytes_bucket{method="GET",path="/static/config.js",le="1e+06"} 19 http_response_size_bytes_bucket{method="GET",path="/static/config.js",le="+Inf"} 19 http_response_size_bytes_sum{method="GET",path="/static/config.js"} 835 http_response_size_bytes_count{method="GET",path="/static/config.js"} 19 http_response_size_bytes_bucket{method="GET",path="/static/env.js",le="100"} 19 http_response_size_bytes_bucket{method="GET",path="/static/env.js",le="500"} 19 http_response_size_bytes_bucket{method="GET",path="/static/env.js",le="1000"} 19 http_response_size_bytes_bucket{method="GET",path="/static/env.js",le="5000"} 19 http_response_size_bytes_bucket{method="GET",path="/static/env.js",le="10000"} 19 http_response_size_bytes_bucket{method="GET",path="/static/env.js",le="50000"} 19 http_response_size_bytes_bucket{method="GET",path="/static/env.js",le="100000"} 19 http_response_size_bytes_bucket{method="GET",path="/static/env.js",le="500000"} 19 http_response_size_bytes_bucket{method="GET",path="/static/env.js",le="1e+06"} 19 http_response_size_bytes_bucket{method="GET",path="/static/env.js",le="+Inf"} 19 http_response_size_bytes_sum{method="GET",path="/static/env.js"} 834 http_response_size_bytes_count{method="GET",path="/static/env.js"} 19 http_response_size_bytes_bucket{method="GET",path="/static/js/2.ca066a4b.chunk.js",le="100"} 22 http_response_size_bytes_bucket{method="GET",path="/static/js/2.ca066a4b.chunk.js",le="500"} 22 http_response_size_bytes_bucket{method="GET",path="/static/js/2.ca066a4b.chunk.js",le="1000"} 22 http_response_size_bytes_bucket{method="GET",path="/static/js/2.ca066a4b.chunk.js",le="5000"} 22 http_response_size_bytes_bucket{method="GET",path="/static/js/2.ca066a4b.chunk.js",le="10000"} 22 http_response_size_bytes_bucket{method="GET",path="/static/js/2.ca066a4b.chunk.js",le="50000"} 22 http_response_size_bytes_bucket{method="GET",path="/static/js/2.ca066a4b.chunk.js",le="100000"} 22 http_response_size_bytes_bucket{method="GET",path="/static/js/2.ca066a4b.chunk.js",le="500000"} 22 http_response_size_bytes_bucket{method="GET",path="/static/js/2.ca066a4b.chunk.js",le="1e+06"} 22 http_response_size_bytes_bucket{method="GET",path="/static/js/2.ca066a4b.chunk.js",le="+Inf"} 22 http_response_size_bytes_sum{method="GET",path="/static/js/2.ca066a4b.chunk.js"} 961 http_response_size_bytes_count{method="GET",path="/static/js/2.ca066a4b.chunk.js"} 22 http_response_size_bytes_bucket{method="GET",path="/static/js/main.141b0494.js",le="100"} 22 http_response_size_bytes_bucket{method="GET",path="/static/js/main.141b0494.js",le="500"} 22 http_response_size_bytes_bucket{method="GET",path="/static/js/main.141b0494.js",le="1000"} 22 http_response_size_bytes_bucket{method="GET",path="/static/js/main.141b0494.js",le="5000"} 22 http_response_size_bytes_bucket{method="GET",path="/static/js/main.141b0494.js",le="10000"} 22 http_response_size_bytes_bucket{method="GET",path="/static/js/main.141b0494.js",le="50000"} 22 http_response_size_bytes_bucket{method="GET",path="/static/js/main.141b0494.js",le="100000"} 22 http_response_size_bytes_bucket{method="GET",path="/static/js/main.141b0494.js",le="500000"} 22 http_response_size_bytes_bucket{method="GET",path="/static/js/main.141b0494.js",le="1e+06"} 22 http_response_size_bytes_bucket{method="GET",path="/static/js/main.141b0494.js",le="+Inf"} 22 http_response_size_bytes_sum{method="GET",path="/static/js/main.141b0494.js"} 960 http_response_size_bytes_count{method="GET",path="/static/js/main.141b0494.js"} 22 http_response_size_bytes_bucket{method="GET",path="/static/js/main.e85f7a37.js",le="100"} 22 http_response_size_bytes_bucket{method="GET",path="/static/js/main.e85f7a37.js",le="500"} 22 http_response_size_bytes_bucket{method="GET",path="/static/js/main.e85f7a37.js",le="1000"} 22 http_response_size_bytes_bucket{method="GET",path="/static/js/main.e85f7a37.js",le="5000"} 22 http_response_size_bytes_bucket{method="GET",path="/static/js/main.e85f7a37.js",le="10000"} 22 http_response_size_bytes_bucket{method="GET",path="/static/js/main.e85f7a37.js",le="50000"} 22 http_response_size_bytes_bucket{method="GET",path="/static/js/main.e85f7a37.js",le="100000"} 22 http_response_size_bytes_bucket{method="GET",path="/static/js/main.e85f7a37.js",le="500000"} 22 http_response_size_bytes_bucket{method="GET",path="/static/js/main.e85f7a37.js",le="1e+06"} 22 http_response_size_bytes_bucket{method="GET",path="/static/js/main.e85f7a37.js",le="+Inf"} 22 http_response_size_bytes_sum{method="GET",path="/static/js/main.e85f7a37.js"} 961 http_response_size_bytes_count{method="GET",path="/static/js/main.e85f7a37.js"} 22 http_response_size_bytes_bucket{method="GET",path="/static/manifest.json",le="100"} 20 http_response_size_bytes_bucket{method="GET",path="/static/manifest.json",le="500"} 20 http_response_size_bytes_bucket{method="GET",path="/static/manifest.json",le="1000"} 20 http_response_size_bytes_bucket{method="GET",path="/static/manifest.json",le="5000"} 20 http_response_size_bytes_bucket{method="GET",path="/static/manifest.json",le="10000"} 20 http_response_size_bytes_bucket{method="GET",path="/static/manifest.json",le="50000"} 20 http_response_size_bytes_bucket{method="GET",path="/static/manifest.json",le="100000"} 20 http_response_size_bytes_bucket{method="GET",path="/static/manifest.json",le="500000"} 20 http_response_size_bytes_bucket{method="GET",path="/static/manifest.json",le="1e+06"} 20 http_response_size_bytes_bucket{method="GET",path="/static/manifest.json",le="+Inf"} 20 http_response_size_bytes_sum{method="GET",path="/static/manifest.json"} 877 http_response_size_bytes_count{method="GET",path="/static/manifest.json"} 20 http_response_size_bytes_bucket{method="GET",path="/statistics.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/statistics.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/statistics.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/statistics.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/statistics.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/statistics.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/statistics.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/statistics.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/statistics.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/statistics.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/statistics.zip"} 40 http_response_size_bytes_count{method="GET",path="/statistics.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/stats.json",le="100"} 21 http_response_size_bytes_bucket{method="GET",path="/stats.json",le="500"} 21 http_response_size_bytes_bucket{method="GET",path="/stats.json",le="1000"} 21 http_response_size_bytes_bucket{method="GET",path="/stats.json",le="5000"} 21 http_response_size_bytes_bucket{method="GET",path="/stats.json",le="10000"} 21 http_response_size_bytes_bucket{method="GET",path="/stats.json",le="50000"} 21 http_response_size_bytes_bucket{method="GET",path="/stats.json",le="100000"} 21 http_response_size_bytes_bucket{method="GET",path="/stats.json",le="500000"} 21 http_response_size_bytes_bucket{method="GET",path="/stats.json",le="1e+06"} 21 http_response_size_bytes_bucket{method="GET",path="/stats.json",le="+Inf"} 21 http_response_size_bytes_sum{method="GET",path="/stats.json"} 919 http_response_size_bytes_count{method="GET",path="/stats.json"} 21 http_response_size_bytes_bucket{method="GET",path="/status.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/status.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/status.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/status.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/status.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/status.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/status.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/status.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/status.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/status.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/status.php"} 88 http_response_size_bytes_count{method="GET",path="/status.php"} 2 http_response_size_bytes_bucket{method="GET",path="/stg/.env",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/stg/.env",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/stg/.env",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/stg/.env",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/stg/.env",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/stg/.env",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/stg/.env",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/stg/.env",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/stg/.env",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/stg/.env",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/stg/.env"} 87 http_response_size_bytes_count{method="GET",path="/stg/.env"} 2 http_response_size_bytes_bucket{method="GET",path="/storage.7z",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/storage.7z",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/storage.7z",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/storage.7z",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/storage.7z",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/storage.7z",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/storage.7z",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/storage.7z",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/storage.7z",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/storage.7z",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/storage.7z"} 43 http_response_size_bytes_count{method="GET",path="/storage.7z"} 1 http_response_size_bytes_bucket{method="GET",path="/storage.bz2",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/storage.bz2",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/storage.bz2",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/storage.bz2",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/storage.bz2",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/storage.bz2",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/storage.bz2",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/storage.bz2",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/storage.bz2",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/storage.bz2",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/storage.bz2"} 43 http_response_size_bytes_count{method="GET",path="/storage.bz2"} 1 http_response_size_bytes_bucket{method="GET",path="/storage.gz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/storage.gz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/storage.gz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/storage.gz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/storage.gz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/storage.gz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/storage.gz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/storage.gz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/storage.gz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/storage.gz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/storage.gz"} 43 http_response_size_bytes_count{method="GET",path="/storage.gz"} 1 http_response_size_bytes_bucket{method="GET",path="/storage.rar",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/storage.rar",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/storage.rar",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/storage.rar",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/storage.rar",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/storage.rar",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/storage.rar",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/storage.rar",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/storage.rar",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/storage.rar",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/storage.rar"} 43 http_response_size_bytes_count{method="GET",path="/storage.rar"} 1 http_response_size_bytes_bucket{method="GET",path="/storage.sql",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/storage.sql",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/storage.sql",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/storage.sql",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/storage.sql",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/storage.sql",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/storage.sql",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/storage.sql",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/storage.sql",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/storage.sql",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/storage.sql"} 43 http_response_size_bytes_count{method="GET",path="/storage.sql"} 1 http_response_size_bytes_bucket{method="GET",path="/storage.sql.bz2",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/storage.sql.bz2",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/storage.sql.bz2",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/storage.sql.bz2",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/storage.sql.bz2",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/storage.sql.bz2",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/storage.sql.bz2",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/storage.sql.bz2",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/storage.sql.bz2",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/storage.sql.bz2",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/storage.sql.bz2"} 43 http_response_size_bytes_count{method="GET",path="/storage.sql.bz2"} 1 http_response_size_bytes_bucket{method="GET",path="/storage.sql.gz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/storage.sql.gz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/storage.sql.gz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/storage.sql.gz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/storage.sql.gz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/storage.sql.gz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/storage.sql.gz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/storage.sql.gz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/storage.sql.gz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/storage.sql.gz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/storage.sql.gz"} 43 http_response_size_bytes_count{method="GET",path="/storage.sql.gz"} 1 http_response_size_bytes_bucket{method="GET",path="/storage.tar",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/storage.tar",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/storage.tar",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/storage.tar",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/storage.tar",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/storage.tar",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/storage.tar",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/storage.tar",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/storage.tar",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/storage.tar",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/storage.tar"} 43 http_response_size_bytes_count{method="GET",path="/storage.tar"} 1 http_response_size_bytes_bucket{method="GET",path="/storage.tar.bz2",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/storage.tar.bz2",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/storage.tar.bz2",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/storage.tar.bz2",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/storage.tar.bz2",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/storage.tar.bz2",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/storage.tar.bz2",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/storage.tar.bz2",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/storage.tar.bz2",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/storage.tar.bz2",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/storage.tar.bz2"} 43 http_response_size_bytes_count{method="GET",path="/storage.tar.bz2"} 1 http_response_size_bytes_bucket{method="GET",path="/storage.tar.gz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/storage.tar.gz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/storage.tar.gz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/storage.tar.gz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/storage.tar.gz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/storage.tar.gz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/storage.tar.gz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/storage.tar.gz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/storage.tar.gz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/storage.tar.gz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/storage.tar.gz"} 43 http_response_size_bytes_count{method="GET",path="/storage.tar.gz"} 1 http_response_size_bytes_bucket{method="GET",path="/storage.tar.xz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/storage.tar.xz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/storage.tar.xz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/storage.tar.xz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/storage.tar.xz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/storage.tar.xz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/storage.tar.xz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/storage.tar.xz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/storage.tar.xz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/storage.tar.xz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/storage.tar.xz"} 43 http_response_size_bytes_count{method="GET",path="/storage.tar.xz"} 1 http_response_size_bytes_bucket{method="GET",path="/storage.tgz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/storage.tgz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/storage.tgz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/storage.tgz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/storage.tgz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/storage.tgz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/storage.tgz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/storage.tgz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/storage.tgz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/storage.tgz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/storage.tgz"} 43 http_response_size_bytes_count{method="GET",path="/storage.tgz"} 1 http_response_size_bytes_bucket{method="GET",path="/storage.zip",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/storage.zip",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/storage.zip",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/storage.zip",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/storage.zip",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/storage.zip",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/storage.zip",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/storage.zip",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/storage.zip",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/storage.zip",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/storage.zip"} 43 http_response_size_bytes_count{method="GET",path="/storage.zip"} 1 http_response_size_bytes_bucket{method="GET",path="/storage.zst",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/storage.zst",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/storage.zst",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/storage.zst",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/storage.zst",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/storage.zst",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/storage.zst",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/storage.zst",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/storage.zst",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/storage.zst",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/storage.zst"} 43 http_response_size_bytes_count{method="GET",path="/storage.zst"} 1 http_response_size_bytes_bucket{method="GET",path="/storage/.env",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/storage/.env",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/storage/.env",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/storage/.env",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/storage/.env",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/storage/.env",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/storage/.env",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/storage/.env",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/storage/.env",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/storage/.env",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/storage/.env"} 175 http_response_size_bytes_count{method="GET",path="/storage/.env"} 4 http_response_size_bytes_bucket{method="GET",path="/storage/logs/laravel.log",le="100"} 9 http_response_size_bytes_bucket{method="GET",path="/storage/logs/laravel.log",le="500"} 9 http_response_size_bytes_bucket{method="GET",path="/storage/logs/laravel.log",le="1000"} 9 http_response_size_bytes_bucket{method="GET",path="/storage/logs/laravel.log",le="5000"} 9 http_response_size_bytes_bucket{method="GET",path="/storage/logs/laravel.log",le="10000"} 9 http_response_size_bytes_bucket{method="GET",path="/storage/logs/laravel.log",le="50000"} 9 http_response_size_bytes_bucket{method="GET",path="/storage/logs/laravel.log",le="100000"} 9 http_response_size_bytes_bucket{method="GET",path="/storage/logs/laravel.log",le="500000"} 9 http_response_size_bytes_bucket{method="GET",path="/storage/logs/laravel.log",le="1e+06"} 9 http_response_size_bytes_bucket{method="GET",path="/storage/logs/laravel.log",le="+Inf"} 9 http_response_size_bytes_sum{method="GET",path="/storage/logs/laravel.log"} 387 http_response_size_bytes_count{method="GET",path="/storage/logs/laravel.log"} 9 http_response_size_bytes_bucket{method="GET",path="/store.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/store.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/store.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/store.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/store.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/store.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/store.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/store.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/store.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/store.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/store.zip"} 40 http_response_size_bytes_count{method="GET",path="/store.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/store/.env",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/store/.env",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/store/.env",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/store/.env",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/store/.env",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/store/.env",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/store/.env",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/store/.env",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/store/.env",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/store/.env",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/store/.env"} 175 http_response_size_bytes_count{method="GET",path="/store/.env"} 4 http_response_size_bytes_bucket{method="GET",path="/stripe-credentials.json",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/stripe-credentials.json",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/stripe-credentials.json",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/stripe-credentials.json",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/stripe-credentials.json",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/stripe-credentials.json",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/stripe-credentials.json",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/stripe-credentials.json",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/stripe-credentials.json",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/stripe-credentials.json",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/stripe-credentials.json"} 88 http_response_size_bytes_count{method="GET",path="/stripe-credentials.json"} 2 http_response_size_bytes_bucket{method="GET",path="/stripe-keys.json",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/stripe-keys.json",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/stripe-keys.json",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/stripe-keys.json",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/stripe-keys.json",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/stripe-keys.json",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/stripe-keys.json",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/stripe-keys.json",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/stripe-keys.json",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/stripe-keys.json",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/stripe-keys.json"} 88 http_response_size_bytes_count{method="GET",path="/stripe-keys.json"} 2 http_response_size_bytes_bucket{method="GET",path="/stripe.config.js",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/stripe.config.js",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/stripe.config.js",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/stripe.config.js",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/stripe.config.js",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/stripe.config.js",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/stripe.config.js",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/stripe.config.js",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/stripe.config.js",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/stripe.config.js",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/stripe.config.js"} 88 http_response_size_bytes_count{method="GET",path="/stripe.config.js"} 2 http_response_size_bytes_bucket{method="GET",path="/stripe.env",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/stripe.env",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/stripe.env",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/stripe.env",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/stripe.env",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/stripe.env",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/stripe.env",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/stripe.env",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/stripe.env",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/stripe.env",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/stripe.env"} 88 http_response_size_bytes_count{method="GET",path="/stripe.env"} 2 http_response_size_bytes_bucket{method="GET",path="/stripe.json",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/stripe.json",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/stripe.json",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/stripe.json",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/stripe.json",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/stripe.json",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/stripe.json",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/stripe.json",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/stripe.json",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/stripe.json",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/stripe.json"} 88 http_response_size_bytes_count{method="GET",path="/stripe.json"} 2 http_response_size_bytes_bucket{method="GET",path="/stripe.yaml",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/stripe.yaml",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/stripe.yaml",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/stripe.yaml",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/stripe.yaml",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/stripe.yaml",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/stripe.yaml",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/stripe.yaml",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/stripe.yaml",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/stripe.yaml",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/stripe.yaml"} 88 http_response_size_bytes_count{method="GET",path="/stripe.yaml"} 2 http_response_size_bytes_bucket{method="GET",path="/stripe/.env",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/stripe/.env",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/stripe/.env",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/stripe/.env",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/stripe/.env",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/stripe/.env",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/stripe/.env",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/stripe/.env",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/stripe/.env",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/stripe/.env",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/stripe/.env"} 88 http_response_size_bytes_count{method="GET",path="/stripe/.env"} 2 http_response_size_bytes_bucket{method="GET",path="/stripe/config.json",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/stripe/config.json",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/stripe/config.json",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/stripe/config.json",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/stripe/config.json",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/stripe/config.json",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/stripe/config.json",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/stripe/config.json",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/stripe/config.json",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/stripe/config.json",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/stripe/config.json"} 88 http_response_size_bytes_count{method="GET",path="/stripe/config.json"} 2 http_response_size_bytes_bucket{method="GET",path="/style.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/style.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/style.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/style.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/style.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/style.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/style.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/style.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/style.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/style.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/style.php"} 43 http_response_size_bytes_count{method="GET",path="/style.php"} 1 http_response_size_bytes_bucket{method="GET",path="/subdomain.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/subdomain.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/subdomain.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/subdomain.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/subdomain.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/subdomain.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/subdomain.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/subdomain.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/subdomain.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/subdomain.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/subdomain.zip"} 40 http_response_size_bytes_count{method="GET",path="/subdomain.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/super.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/super.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/super.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/super.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/super.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/super.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/super.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/super.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/super.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/super.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/super.php"} 43 http_response_size_bytes_count{method="GET",path="/super.php"} 1 http_response_size_bytes_bucket{method="GET",path="/support.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/support.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/support.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/support.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/support.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/support.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/support.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/support.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/support.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/support.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/support.zip"} 40 http_response_size_bytes_count{method="GET",path="/support.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/svelte/.env",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/svelte/.env",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/svelte/.env",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/svelte/.env",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/svelte/.env",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/svelte/.env",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/svelte/.env",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/svelte/.env",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/svelte/.env",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/svelte/.env",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/svelte/.env"} 44 http_response_size_bytes_count{method="GET",path="/svelte/.env"} 1 http_response_size_bytes_bucket{method="GET",path="/svn.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/svn.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/svn.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/svn.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/svn.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/svn.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/svn.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/svn.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/svn.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/svn.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/svn.zip"} 40 http_response_size_bytes_count{method="GET",path="/svn.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/swagger-ui-bundle.js",le="100"} 17 http_response_size_bytes_bucket{method="GET",path="/swagger-ui-bundle.js",le="500"} 17 http_response_size_bytes_bucket{method="GET",path="/swagger-ui-bundle.js",le="1000"} 17 http_response_size_bytes_bucket{method="GET",path="/swagger-ui-bundle.js",le="5000"} 17 http_response_size_bytes_bucket{method="GET",path="/swagger-ui-bundle.js",le="10000"} 17 http_response_size_bytes_bucket{method="GET",path="/swagger-ui-bundle.js",le="50000"} 17 http_response_size_bytes_bucket{method="GET",path="/swagger-ui-bundle.js",le="100000"} 17 http_response_size_bytes_bucket{method="GET",path="/swagger-ui-bundle.js",le="500000"} 17 http_response_size_bytes_bucket{method="GET",path="/swagger-ui-bundle.js",le="1e+06"} 17 http_response_size_bytes_bucket{method="GET",path="/swagger-ui-bundle.js",le="+Inf"} 17 http_response_size_bytes_sum{method="GET",path="/swagger-ui-bundle.js"} 745 http_response_size_bytes_count{method="GET",path="/swagger-ui-bundle.js"} 17 http_response_size_bytes_bucket{method="GET",path="/swagger-ui-standalone-preset.js",le="100"} 18 http_response_size_bytes_bucket{method="GET",path="/swagger-ui-standalone-preset.js",le="500"} 18 http_response_size_bytes_bucket{method="GET",path="/swagger-ui-standalone-preset.js",le="1000"} 18 http_response_size_bytes_bucket{method="GET",path="/swagger-ui-standalone-preset.js",le="5000"} 18 http_response_size_bytes_bucket{method="GET",path="/swagger-ui-standalone-preset.js",le="10000"} 18 http_response_size_bytes_bucket{method="GET",path="/swagger-ui-standalone-preset.js",le="50000"} 18 http_response_size_bytes_bucket{method="GET",path="/swagger-ui-standalone-preset.js",le="100000"} 18 http_response_size_bytes_bucket{method="GET",path="/swagger-ui-standalone-preset.js",le="500000"} 18 http_response_size_bytes_bucket{method="GET",path="/swagger-ui-standalone-preset.js",le="1e+06"} 18 http_response_size_bytes_bucket{method="GET",path="/swagger-ui-standalone-preset.js",le="+Inf"} 18 http_response_size_bytes_sum{method="GET",path="/swagger-ui-standalone-preset.js"} 790 http_response_size_bytes_count{method="GET",path="/swagger-ui-standalone-preset.js"} 18 http_response_size_bytes_bucket{method="GET",path="/swagger-ui.html",le="100"} 5 http_response_size_bytes_bucket{method="GET",path="/swagger-ui.html",le="500"} 5 http_response_size_bytes_bucket{method="GET",path="/swagger-ui.html",le="1000"} 5 http_response_size_bytes_bucket{method="GET",path="/swagger-ui.html",le="5000"} 5 http_response_size_bytes_bucket{method="GET",path="/swagger-ui.html",le="10000"} 5 http_response_size_bytes_bucket{method="GET",path="/swagger-ui.html",le="50000"} 5 http_response_size_bytes_bucket{method="GET",path="/swagger-ui.html",le="100000"} 5 http_response_size_bytes_bucket{method="GET",path="/swagger-ui.html",le="500000"} 5 http_response_size_bytes_bucket{method="GET",path="/swagger-ui.html",le="1e+06"} 5 http_response_size_bytes_bucket{method="GET",path="/swagger-ui.html",le="+Inf"} 5 http_response_size_bytes_sum{method="GET",path="/swagger-ui.html"} 215 http_response_size_bytes_count{method="GET",path="/swagger-ui.html"} 5 http_response_size_bytes_bucket{method="GET",path="/swagger.js",le="100"} 22 http_response_size_bytes_bucket{method="GET",path="/swagger.js",le="500"} 22 http_response_size_bytes_bucket{method="GET",path="/swagger.js",le="1000"} 22 http_response_size_bytes_bucket{method="GET",path="/swagger.js",le="5000"} 22 http_response_size_bytes_bucket{method="GET",path="/swagger.js",le="10000"} 22 http_response_size_bytes_bucket{method="GET",path="/swagger.js",le="50000"} 22 http_response_size_bytes_bucket{method="GET",path="/swagger.js",le="100000"} 22 http_response_size_bytes_bucket{method="GET",path="/swagger.js",le="500000"} 22 http_response_size_bytes_bucket{method="GET",path="/swagger.js",le="1e+06"} 22 http_response_size_bytes_bucket{method="GET",path="/swagger.js",le="+Inf"} 22 http_response_size_bytes_sum{method="GET",path="/swagger.js"} 961 http_response_size_bytes_count{method="GET",path="/swagger.js"} 22 http_response_size_bytes_bucket{method="GET",path="/swagger.json",le="100"} 31 http_response_size_bytes_bucket{method="GET",path="/swagger.json",le="500"} 31 http_response_size_bytes_bucket{method="GET",path="/swagger.json",le="1000"} 31 http_response_size_bytes_bucket{method="GET",path="/swagger.json",le="5000"} 31 http_response_size_bytes_bucket{method="GET",path="/swagger.json",le="10000"} 31 http_response_size_bytes_bucket{method="GET",path="/swagger.json",le="50000"} 31 http_response_size_bytes_bucket{method="GET",path="/swagger.json",le="100000"} 31 http_response_size_bytes_bucket{method="GET",path="/swagger.json",le="500000"} 31 http_response_size_bytes_bucket{method="GET",path="/swagger.json",le="1e+06"} 31 http_response_size_bytes_bucket{method="GET",path="/swagger.json",le="+Inf"} 31 http_response_size_bytes_sum{method="GET",path="/swagger.json"} 1352 http_response_size_bytes_count{method="GET",path="/swagger.json"} 31 http_response_size_bytes_bucket{method="GET",path="/swagger.yaml",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/swagger.yaml",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/swagger.yaml",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/swagger.yaml",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/swagger.yaml",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/swagger.yaml",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/swagger.yaml",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/swagger.yaml",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/swagger.yaml",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/swagger.yaml",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/swagger.yaml"} 87 http_response_size_bytes_count{method="GET",path="/swagger.yaml"} 2 http_response_size_bytes_bucket{method="GET",path="/swagger/doc.json",le="100"} 18 http_response_size_bytes_bucket{method="GET",path="/swagger/doc.json",le="500"} 18 http_response_size_bytes_bucket{method="GET",path="/swagger/doc.json",le="1000"} 18 http_response_size_bytes_bucket{method="GET",path="/swagger/doc.json",le="5000"} 20 http_response_size_bytes_bucket{method="GET",path="/swagger/doc.json",le="10000"} 20 http_response_size_bytes_bucket{method="GET",path="/swagger/doc.json",le="50000"} 20 http_response_size_bytes_bucket{method="GET",path="/swagger/doc.json",le="100000"} 20 http_response_size_bytes_bucket{method="GET",path="/swagger/doc.json",le="500000"} 20 http_response_size_bytes_bucket{method="GET",path="/swagger/doc.json",le="1e+06"} 20 http_response_size_bytes_bucket{method="GET",path="/swagger/doc.json",le="+Inf"} 20 http_response_size_bytes_sum{method="GET",path="/swagger/doc.json"} 9052 http_response_size_bytes_count{method="GET",path="/swagger/doc.json"} 20 http_response_size_bytes_bucket{method="GET",path="/swagger/favicon-16x16.png",le="100"} 0 http_response_size_bytes_bucket{method="GET",path="/swagger/favicon-16x16.png",le="500"} 0 http_response_size_bytes_bucket{method="GET",path="/swagger/favicon-16x16.png",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/swagger/favicon-16x16.png",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/swagger/favicon-16x16.png",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/swagger/favicon-16x16.png",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/swagger/favicon-16x16.png",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/swagger/favicon-16x16.png",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/swagger/favicon-16x16.png",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/swagger/favicon-16x16.png",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/swagger/favicon-16x16.png"} 1330 http_response_size_bytes_count{method="GET",path="/swagger/favicon-16x16.png"} 2 http_response_size_bytes_bucket{method="GET",path="/swagger/favicon-32x32.png",le="100"} 0 http_response_size_bytes_bucket{method="GET",path="/swagger/favicon-32x32.png",le="500"} 0 http_response_size_bytes_bucket{method="GET",path="/swagger/favicon-32x32.png",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/swagger/favicon-32x32.png",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/swagger/favicon-32x32.png",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/swagger/favicon-32x32.png",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/swagger/favicon-32x32.png",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/swagger/favicon-32x32.png",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/swagger/favicon-32x32.png",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/swagger/favicon-32x32.png",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/swagger/favicon-32x32.png"} 1256 http_response_size_bytes_count{method="GET",path="/swagger/favicon-32x32.png"} 2 http_response_size_bytes_bucket{method="GET",path="/swagger/index.html",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/index.html",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/index.html",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/index.html",le="5000"} 37 http_response_size_bytes_bucket{method="GET",path="/swagger/index.html",le="10000"} 37 http_response_size_bytes_bucket{method="GET",path="/swagger/index.html",le="50000"} 37 http_response_size_bytes_bucket{method="GET",path="/swagger/index.html",le="100000"} 37 http_response_size_bytes_bucket{method="GET",path="/swagger/index.html",le="500000"} 37 http_response_size_bytes_bucket{method="GET",path="/swagger/index.html",le="1e+06"} 37 http_response_size_bytes_bucket{method="GET",path="/swagger/index.html",le="+Inf"} 37 http_response_size_bytes_sum{method="GET",path="/swagger/index.html"} 49760 http_response_size_bytes_count{method="GET",path="/swagger/index.html"} 37 http_response_size_bytes_bucket{method="GET",path="/swagger/index.js",le="100"} 6 http_response_size_bytes_bucket{method="GET",path="/swagger/index.js",le="500"} 6 http_response_size_bytes_bucket{method="GET",path="/swagger/index.js",le="1000"} 6 http_response_size_bytes_bucket{method="GET",path="/swagger/index.js",le="5000"} 6 http_response_size_bytes_bucket{method="GET",path="/swagger/index.js",le="10000"} 6 http_response_size_bytes_bucket{method="GET",path="/swagger/index.js",le="50000"} 6 http_response_size_bytes_bucket{method="GET",path="/swagger/index.js",le="100000"} 6 http_response_size_bytes_bucket{method="GET",path="/swagger/index.js",le="500000"} 6 http_response_size_bytes_bucket{method="GET",path="/swagger/index.js",le="1e+06"} 6 http_response_size_bytes_bucket{method="GET",path="/swagger/index.js",le="+Inf"} 6 http_response_size_bytes_sum{method="GET",path="/swagger/index.js"} 198 http_response_size_bytes_count{method="GET",path="/swagger/index.js"} 6 http_response_size_bytes_bucket{method="GET",path="/swagger/properties.json",le="100"} 23 http_response_size_bytes_bucket{method="GET",path="/swagger/properties.json",le="500"} 23 http_response_size_bytes_bucket{method="GET",path="/swagger/properties.json",le="1000"} 23 http_response_size_bytes_bucket{method="GET",path="/swagger/properties.json",le="5000"} 23 http_response_size_bytes_bucket{method="GET",path="/swagger/properties.json",le="10000"} 23 http_response_size_bytes_bucket{method="GET",path="/swagger/properties.json",le="50000"} 23 http_response_size_bytes_bucket{method="GET",path="/swagger/properties.json",le="100000"} 23 http_response_size_bytes_bucket{method="GET",path="/swagger/properties.json",le="500000"} 23 http_response_size_bytes_bucket{method="GET",path="/swagger/properties.json",le="1e+06"} 23 http_response_size_bytes_bucket{method="GET",path="/swagger/properties.json",le="+Inf"} 23 http_response_size_bytes_sum{method="GET",path="/swagger/properties.json"} 957 http_response_size_bytes_count{method="GET",path="/swagger/properties.json"} 23 http_response_size_bytes_bucket{method="GET",path="/swagger/swagger-ui-bundle.js",le="100"} 0 http_response_size_bytes_bucket{method="GET",path="/swagger/swagger-ui-bundle.js",le="500"} 0 http_response_size_bytes_bucket{method="GET",path="/swagger/swagger-ui-bundle.js",le="1000"} 0 http_response_size_bytes_bucket{method="GET",path="/swagger/swagger-ui-bundle.js",le="5000"} 0 http_response_size_bytes_bucket{method="GET",path="/swagger/swagger-ui-bundle.js",le="10000"} 0 http_response_size_bytes_bucket{method="GET",path="/swagger/swagger-ui-bundle.js",le="50000"} 0 http_response_size_bytes_bucket{method="GET",path="/swagger/swagger-ui-bundle.js",le="100000"} 0 http_response_size_bytes_bucket{method="GET",path="/swagger/swagger-ui-bundle.js",le="500000"} 15 http_response_size_bytes_bucket{method="GET",path="/swagger/swagger-ui-bundle.js",le="1e+06"} 15 http_response_size_bytes_bucket{method="GET",path="/swagger/swagger-ui-bundle.js",le="+Inf"} 15 http_response_size_bytes_sum{method="GET",path="/swagger/swagger-ui-bundle.js"} 5.02296e+06 http_response_size_bytes_count{method="GET",path="/swagger/swagger-ui-bundle.js"} 15 http_response_size_bytes_bucket{method="GET",path="/swagger/swagger-ui-bundle.js.map",le="100"} 0 http_response_size_bytes_bucket{method="GET",path="/swagger/swagger-ui-bundle.js.map",le="500"} 0 http_response_size_bytes_bucket{method="GET",path="/swagger/swagger-ui-bundle.js.map",le="1000"} 0 http_response_size_bytes_bucket{method="GET",path="/swagger/swagger-ui-bundle.js.map",le="5000"} 0 http_response_size_bytes_bucket{method="GET",path="/swagger/swagger-ui-bundle.js.map",le="10000"} 0 http_response_size_bytes_bucket{method="GET",path="/swagger/swagger-ui-bundle.js.map",le="50000"} 0 http_response_size_bytes_bucket{method="GET",path="/swagger/swagger-ui-bundle.js.map",le="100000"} 0 http_response_size_bytes_bucket{method="GET",path="/swagger/swagger-ui-bundle.js.map",le="500000"} 0 http_response_size_bytes_bucket{method="GET",path="/swagger/swagger-ui-bundle.js.map",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/swagger/swagger-ui-bundle.js.map",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/swagger/swagger-ui-bundle.js.map"} 1.024274e+06 http_response_size_bytes_count{method="GET",path="/swagger/swagger-ui-bundle.js.map"} 2 http_response_size_bytes_bucket{method="GET",path="/swagger/swagger-ui-standalone-preset.js",le="100"} 0 http_response_size_bytes_bucket{method="GET",path="/swagger/swagger-ui-standalone-preset.js",le="500"} 0 http_response_size_bytes_bucket{method="GET",path="/swagger/swagger-ui-standalone-preset.js",le="1000"} 0 http_response_size_bytes_bucket{method="GET",path="/swagger/swagger-ui-standalone-preset.js",le="5000"} 0 http_response_size_bytes_bucket{method="GET",path="/swagger/swagger-ui-standalone-preset.js",le="10000"} 0 http_response_size_bytes_bucket{method="GET",path="/swagger/swagger-ui-standalone-preset.js",le="50000"} 0 http_response_size_bytes_bucket{method="GET",path="/swagger/swagger-ui-standalone-preset.js",le="100000"} 0 http_response_size_bytes_bucket{method="GET",path="/swagger/swagger-ui-standalone-preset.js",le="500000"} 14 http_response_size_bytes_bucket{method="GET",path="/swagger/swagger-ui-standalone-preset.js",le="1e+06"} 14 http_response_size_bytes_bucket{method="GET",path="/swagger/swagger-ui-standalone-preset.js",le="+Inf"} 14 http_response_size_bytes_sum{method="GET",path="/swagger/swagger-ui-standalone-preset.js"} 1.413174e+06 http_response_size_bytes_count{method="GET",path="/swagger/swagger-ui-standalone-preset.js"} 14 http_response_size_bytes_bucket{method="GET",path="/swagger/swagger-ui-standalone-preset.js.map",le="100"} 0 http_response_size_bytes_bucket{method="GET",path="/swagger/swagger-ui-standalone-preset.js.map",le="500"} 0 http_response_size_bytes_bucket{method="GET",path="/swagger/swagger-ui-standalone-preset.js.map",le="1000"} 0 http_response_size_bytes_bucket{method="GET",path="/swagger/swagger-ui-standalone-preset.js.map",le="5000"} 0 http_response_size_bytes_bucket{method="GET",path="/swagger/swagger-ui-standalone-preset.js.map",le="10000"} 0 http_response_size_bytes_bucket{method="GET",path="/swagger/swagger-ui-standalone-preset.js.map",le="50000"} 0 http_response_size_bytes_bucket{method="GET",path="/swagger/swagger-ui-standalone-preset.js.map",le="100000"} 0 http_response_size_bytes_bucket{method="GET",path="/swagger/swagger-ui-standalone-preset.js.map",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/swagger/swagger-ui-standalone-preset.js.map",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/swagger/swagger-ui-standalone-preset.js.map",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/swagger/swagger-ui-standalone-preset.js.map"} 316440 http_response_size_bytes_count{method="GET",path="/swagger/swagger-ui-standalone-preset.js.map"} 2 http_response_size_bytes_bucket{method="GET",path="/swagger/swagger-ui.css",le="100"} 0 http_response_size_bytes_bucket{method="GET",path="/swagger/swagger-ui.css",le="500"} 0 http_response_size_bytes_bucket{method="GET",path="/swagger/swagger-ui.css",le="1000"} 0 http_response_size_bytes_bucket{method="GET",path="/swagger/swagger-ui.css",le="5000"} 0 http_response_size_bytes_bucket{method="GET",path="/swagger/swagger-ui.css",le="10000"} 0 http_response_size_bytes_bucket{method="GET",path="/swagger/swagger-ui.css",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/swagger/swagger-ui.css",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/swagger/swagger-ui.css",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/swagger/swagger-ui.css",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/swagger/swagger-ui.css",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/swagger/swagger-ui.css"} 69588 http_response_size_bytes_count{method="GET",path="/swagger/swagger-ui.css"} 3 http_response_size_bytes_bucket{method="GET",path="/swagger/v1/swagger.json",le="100"} 23 http_response_size_bytes_bucket{method="GET",path="/swagger/v1/swagger.json",le="500"} 23 http_response_size_bytes_bucket{method="GET",path="/swagger/v1/swagger.json",le="1000"} 23 http_response_size_bytes_bucket{method="GET",path="/swagger/v1/swagger.json",le="5000"} 23 http_response_size_bytes_bucket{method="GET",path="/swagger/v1/swagger.json",le="10000"} 23 http_response_size_bytes_bucket{method="GET",path="/swagger/v1/swagger.json",le="50000"} 23 http_response_size_bytes_bucket{method="GET",path="/swagger/v1/swagger.json",le="100000"} 23 http_response_size_bytes_bucket{method="GET",path="/swagger/v1/swagger.json",le="500000"} 23 http_response_size_bytes_bucket{method="GET",path="/swagger/v1/swagger.json",le="1e+06"} 23 http_response_size_bytes_bucket{method="GET",path="/swagger/v1/swagger.json",le="+Inf"} 23 http_response_size_bytes_sum{method="GET",path="/swagger/v1/swagger.json"} 957 http_response_size_bytes_count{method="GET",path="/swagger/v1/swagger.json"} 23 http_response_size_bytes_bucket{method="GET",path="/sx.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/sx.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/sx.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/sx.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/sx.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/sx.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/sx.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/sx.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/sx.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/sx.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/sx.php"} 86 http_response_size_bytes_count{method="GET",path="/sx.php"} 2 http_response_size_bytes_bucket{method="GET",path="/sx_pms.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/sx_pms.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/sx_pms.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/sx_pms.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/sx_pms.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/sx_pms.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/sx_pms.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/sx_pms.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/sx_pms.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/sx_pms.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/sx_pms.php"} 86 http_response_size_bytes_count{method="GET",path="/sx_pms.php"} 2 http_response_size_bytes_bucket{method="GET",path="/symfony.7z",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/symfony.7z",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/symfony.7z",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/symfony.7z",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/symfony.7z",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/symfony.7z",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/symfony.7z",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/symfony.7z",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/symfony.7z",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/symfony.7z",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/symfony.7z"} 43 http_response_size_bytes_count{method="GET",path="/symfony.7z"} 1 http_response_size_bytes_bucket{method="GET",path="/symfony.bz2",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/symfony.bz2",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/symfony.bz2",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/symfony.bz2",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/symfony.bz2",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/symfony.bz2",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/symfony.bz2",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/symfony.bz2",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/symfony.bz2",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/symfony.bz2",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/symfony.bz2"} 43 http_response_size_bytes_count{method="GET",path="/symfony.bz2"} 1 http_response_size_bytes_bucket{method="GET",path="/symfony.gz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/symfony.gz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/symfony.gz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/symfony.gz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/symfony.gz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/symfony.gz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/symfony.gz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/symfony.gz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/symfony.gz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/symfony.gz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/symfony.gz"} 43 http_response_size_bytes_count{method="GET",path="/symfony.gz"} 1 http_response_size_bytes_bucket{method="GET",path="/symfony.rar",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/symfony.rar",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/symfony.rar",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/symfony.rar",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/symfony.rar",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/symfony.rar",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/symfony.rar",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/symfony.rar",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/symfony.rar",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/symfony.rar",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/symfony.rar"} 43 http_response_size_bytes_count{method="GET",path="/symfony.rar"} 1 http_response_size_bytes_bucket{method="GET",path="/symfony.sql",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/symfony.sql",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/symfony.sql",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/symfony.sql",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/symfony.sql",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/symfony.sql",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/symfony.sql",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/symfony.sql",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/symfony.sql",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/symfony.sql",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/symfony.sql"} 43 http_response_size_bytes_count{method="GET",path="/symfony.sql"} 1 http_response_size_bytes_bucket{method="GET",path="/symfony.sql.bz2",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/symfony.sql.bz2",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/symfony.sql.bz2",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/symfony.sql.bz2",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/symfony.sql.bz2",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/symfony.sql.bz2",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/symfony.sql.bz2",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/symfony.sql.bz2",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/symfony.sql.bz2",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/symfony.sql.bz2",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/symfony.sql.bz2"} 43 http_response_size_bytes_count{method="GET",path="/symfony.sql.bz2"} 1 http_response_size_bytes_bucket{method="GET",path="/symfony.sql.gz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/symfony.sql.gz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/symfony.sql.gz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/symfony.sql.gz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/symfony.sql.gz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/symfony.sql.gz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/symfony.sql.gz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/symfony.sql.gz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/symfony.sql.gz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/symfony.sql.gz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/symfony.sql.gz"} 43 http_response_size_bytes_count{method="GET",path="/symfony.sql.gz"} 1 http_response_size_bytes_bucket{method="GET",path="/symfony.tar",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/symfony.tar",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/symfony.tar",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/symfony.tar",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/symfony.tar",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/symfony.tar",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/symfony.tar",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/symfony.tar",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/symfony.tar",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/symfony.tar",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/symfony.tar"} 43 http_response_size_bytes_count{method="GET",path="/symfony.tar"} 1 http_response_size_bytes_bucket{method="GET",path="/symfony.tar.bz2",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/symfony.tar.bz2",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/symfony.tar.bz2",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/symfony.tar.bz2",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/symfony.tar.bz2",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/symfony.tar.bz2",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/symfony.tar.bz2",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/symfony.tar.bz2",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/symfony.tar.bz2",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/symfony.tar.bz2",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/symfony.tar.bz2"} 43 http_response_size_bytes_count{method="GET",path="/symfony.tar.bz2"} 1 http_response_size_bytes_bucket{method="GET",path="/symfony.tar.gz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/symfony.tar.gz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/symfony.tar.gz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/symfony.tar.gz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/symfony.tar.gz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/symfony.tar.gz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/symfony.tar.gz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/symfony.tar.gz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/symfony.tar.gz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/symfony.tar.gz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/symfony.tar.gz"} 43 http_response_size_bytes_count{method="GET",path="/symfony.tar.gz"} 1 http_response_size_bytes_bucket{method="GET",path="/symfony.tar.xz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/symfony.tar.xz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/symfony.tar.xz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/symfony.tar.xz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/symfony.tar.xz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/symfony.tar.xz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/symfony.tar.xz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/symfony.tar.xz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/symfony.tar.xz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/symfony.tar.xz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/symfony.tar.xz"} 43 http_response_size_bytes_count{method="GET",path="/symfony.tar.xz"} 1 http_response_size_bytes_bucket{method="GET",path="/symfony.tgz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/symfony.tgz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/symfony.tgz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/symfony.tgz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/symfony.tgz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/symfony.tgz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/symfony.tgz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/symfony.tgz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/symfony.tgz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/symfony.tgz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/symfony.tgz"} 43 http_response_size_bytes_count{method="GET",path="/symfony.tgz"} 1 http_response_size_bytes_bucket{method="GET",path="/symfony.zip",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/symfony.zip",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/symfony.zip",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/symfony.zip",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/symfony.zip",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/symfony.zip",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/symfony.zip",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/symfony.zip",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/symfony.zip",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/symfony.zip",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/symfony.zip"} 83 http_response_size_bytes_count{method="GET",path="/symfony.zip"} 3 http_response_size_bytes_bucket{method="GET",path="/symfony.zst",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/symfony.zst",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/symfony.zst",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/symfony.zst",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/symfony.zst",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/symfony.zst",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/symfony.zst",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/symfony.zst",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/symfony.zst",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/symfony.zst",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/symfony.zst"} 43 http_response_size_bytes_count{method="GET",path="/symfony.zst"} 1 http_response_size_bytes_bucket{method="GET",path="/symfony/.env",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/symfony/.env",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/symfony/.env",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/symfony/.env",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/symfony/.env",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/symfony/.env",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/symfony/.env",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/symfony/.env",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/symfony/.env",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/symfony/.env",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/symfony/.env"} 87 http_response_size_bytes_count{method="GET",path="/symfony/.env"} 2 http_response_size_bytes_bucket{method="GET",path="/symfony/.git/config",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/symfony/.git/config",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/symfony/.git/config",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/symfony/.git/config",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/symfony/.git/config",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/symfony/.git/config",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/symfony/.git/config",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/symfony/.git/config",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/symfony/.git/config",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/symfony/.git/config",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/symfony/.git/config"} 44 http_response_size_bytes_count{method="GET",path="/symfony/.git/config"} 1 http_response_size_bytes_bucket{method="GET",path="/symfony/_profiler/phpinfo",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/symfony/_profiler/phpinfo",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/symfony/_profiler/phpinfo",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/symfony/_profiler/phpinfo",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/symfony/_profiler/phpinfo",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/symfony/_profiler/phpinfo",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/symfony/_profiler/phpinfo",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/symfony/_profiler/phpinfo",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/symfony/_profiler/phpinfo",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/symfony/_profiler/phpinfo",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/symfony/_profiler/phpinfo"} 88 http_response_size_bytes_count{method="GET",path="/symfony/_profiler/phpinfo"} 2 http_response_size_bytes_bucket{method="GET",path="/sync.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/sync.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/sync.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/sync.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/sync.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/sync.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/sync.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/sync.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/sync.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/sync.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/sync.zip"} 40 http_response_size_bytes_count{method="GET",path="/sync.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/sys.php",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/sys.php",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/sys.php",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/sys.php",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/sys.php",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/sys.php",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/sys.php",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/sys.php",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/sys.php",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/sys.php",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/sys.php"} 129 http_response_size_bytes_count{method="GET",path="/sys.php"} 3 http_response_size_bytes_bucket{method="GET",path="/sys.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/sys.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/sys.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/sys.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/sys.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/sys.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/sys.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/sys.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/sys.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/sys.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/sys.zip"} 40 http_response_size_bytes_count{method="GET",path="/sys.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/sys/info.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/sys/info.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/sys/info.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/sys/info.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/sys/info.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/sys/info.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/sys/info.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/sys/info.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/sys/info.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/sys/info.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/sys/info.php"} 88 http_response_size_bytes_count{method="GET",path="/sys/info.php"} 2 http_response_size_bytes_bucket{method="GET",path="/sys/phpinfo.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/sys/phpinfo.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/sys/phpinfo.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/sys/phpinfo.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/sys/phpinfo.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/sys/phpinfo.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/sys/phpinfo.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/sys/phpinfo.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/sys/phpinfo.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/sys/phpinfo.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/sys/phpinfo.php"} 88 http_response_size_bytes_count{method="GET",path="/sys/phpinfo.php"} 2 http_response_size_bytes_bucket{method="GET",path="/sysadmin/.env",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/sysadmin/.env",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/sysadmin/.env",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/sysadmin/.env",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/sysadmin/.env",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/sysadmin/.env",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/sysadmin/.env",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/sysadmin/.env",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/sysadmin/.env",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/sysadmin/.env",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/sysadmin/.env"} 87 http_response_size_bytes_count{method="GET",path="/sysadmin/.env"} 2 http_response_size_bytes_bucket{method="GET",path="/sysinfo.cgi",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/sysinfo.cgi",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/sysinfo.cgi",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/sysinfo.cgi",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/sysinfo.cgi",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/sysinfo.cgi",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/sysinfo.cgi",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/sysinfo.cgi",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/sysinfo.cgi",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/sysinfo.cgi",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/sysinfo.cgi"} 88 http_response_size_bytes_count{method="GET",path="/sysinfo.cgi"} 2 http_response_size_bytes_bucket{method="GET",path="/system.php",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/system.php",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/system.php",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/system.php",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/system.php",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/system.php",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/system.php",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/system.php",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/system.php",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/system.php",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/system.php"} 131 http_response_size_bytes_count{method="GET",path="/system.php"} 3 http_response_size_bytes_bucket{method="GET",path="/system.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/system.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/system.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/system.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/system.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/system.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/system.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/system.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/system.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/system.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/system.zip"} 40 http_response_size_bytes_count{method="GET",path="/system.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/system/.env",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/system/.env",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/system/.env",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/system/.env",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/system/.env",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/system/.env",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/system/.env",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/system/.env",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/system/.env",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/system/.env",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/system/.env"} 88 http_response_size_bytes_count{method="GET",path="/system/.env"} 2 http_response_size_bytes_bucket{method="GET",path="/system/info.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/system/info.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/system/info.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/system/info.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/system/info.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/system/info.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/system/info.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/system/info.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/system/info.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/system/info.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/system/info.php"} 88 http_response_size_bytes_count{method="GET",path="/system/info.php"} 2 http_response_size_bytes_bucket{method="GET",path="/system_log.php",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/system_log.php",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/system_log.php",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/system_log.php",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/system_log.php",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/system_log.php",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/system_log.php",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/system_log.php",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/system_log.php",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/system_log.php",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/system_log.php"} 129 http_response_size_bytes_count{method="GET",path="/system_log.php"} 3 http_response_size_bytes_bucket{method="GET",path="/t.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/t.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/t.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/t.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/t.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/t.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/t.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/t.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/t.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/t.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/t.php"} 87 http_response_size_bytes_count{method="GET",path="/t.php"} 2 http_response_size_bytes_bucket{method="GET",path="/t00l.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/t00l.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/t00l.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/t00l.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/t00l.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/t00l.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/t00l.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/t00l.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/t00l.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/t00l.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/t00l.php"} 43 http_response_size_bytes_count{method="GET",path="/t00l.php"} 1 http_response_size_bytes_bucket{method="GET",path="/t3s.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/t3s.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/t3s.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/t3s.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/t3s.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/t3s.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/t3s.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/t3s.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/t3s.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/t3s.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/t3s.php"} 43 http_response_size_bytes_count{method="GET",path="/t3s.php"} 1 http_response_size_bytes_bucket{method="GET",path="/taff.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/taff.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/taff.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/taff.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/taff.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/taff.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/taff.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/taff.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/taff.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/taff.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/taff.php"} 43 http_response_size_bytes_count{method="GET",path="/taff.php"} 1 http_response_size_bytes_bucket{method="GET",path="/tailwind.config.js",le="100"} 11 http_response_size_bytes_bucket{method="GET",path="/tailwind.config.js",le="500"} 11 http_response_size_bytes_bucket{method="GET",path="/tailwind.config.js",le="1000"} 11 http_response_size_bytes_bucket{method="GET",path="/tailwind.config.js",le="5000"} 11 http_response_size_bytes_bucket{method="GET",path="/tailwind.config.js",le="10000"} 11 http_response_size_bytes_bucket{method="GET",path="/tailwind.config.js",le="50000"} 11 http_response_size_bytes_bucket{method="GET",path="/tailwind.config.js",le="100000"} 11 http_response_size_bytes_bucket{method="GET",path="/tailwind.config.js",le="500000"} 11 http_response_size_bytes_bucket{method="GET",path="/tailwind.config.js",le="1e+06"} 11 http_response_size_bytes_bucket{method="GET",path="/tailwind.config.js",le="+Inf"} 11 http_response_size_bytes_sum{method="GET",path="/tailwind.config.js"} 482 http_response_size_bytes_count{method="GET",path="/tailwind.config.js"} 11 http_response_size_bytes_bucket{method="GET",path="/taktak.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/taktak.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/taktak.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/taktak.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/taktak.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/taktak.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/taktak.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/taktak.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/taktak.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/taktak.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/taktak.php"} 43 http_response_size_bytes_count{method="GET",path="/taktak.php"} 1 http_response_size_bytes_bucket{method="GET",path="/tasks.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/tasks.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/tasks.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/tasks.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/tasks.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/tasks.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/tasks.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/tasks.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/tasks.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/tasks.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/tasks.zip"} 40 http_response_size_bytes_count{method="GET",path="/tasks.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/team.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/team.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/team.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/team.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/team.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/team.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/team.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/team.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/team.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/team.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/team.zip"} 40 http_response_size_bytes_count{method="GET",path="/team.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/teams/*",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/teams/*",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/teams/*",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/teams/*",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/teams/*",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/teams/*",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/teams/*",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/teams/*",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/teams/*",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/teams/*",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/teams/*"} 88 http_response_size_bytes_count{method="GET",path="/teams/*"} 2 http_response_size_bytes_bucket{method="GET",path="/telegram.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/telegram.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/telegram.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/telegram.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/telegram.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/telegram.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/telegram.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/telegram.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/telegram.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/telegram.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/telegram.zip"} 40 http_response_size_bytes_count{method="GET",path="/telegram.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/telescope/requests",le="100"} 10 http_response_size_bytes_bucket{method="GET",path="/telescope/requests",le="500"} 10 http_response_size_bytes_bucket{method="GET",path="/telescope/requests",le="1000"} 10 http_response_size_bytes_bucket{method="GET",path="/telescope/requests",le="5000"} 10 http_response_size_bytes_bucket{method="GET",path="/telescope/requests",le="10000"} 10 http_response_size_bytes_bucket{method="GET",path="/telescope/requests",le="50000"} 10 http_response_size_bytes_bucket{method="GET",path="/telescope/requests",le="100000"} 10 http_response_size_bytes_bucket{method="GET",path="/telescope/requests",le="500000"} 10 http_response_size_bytes_bucket{method="GET",path="/telescope/requests",le="1e+06"} 10 http_response_size_bytes_bucket{method="GET",path="/telescope/requests",le="+Inf"} 10 http_response_size_bytes_sum{method="GET",path="/telescope/requests"} 430 http_response_size_bytes_count{method="GET",path="/telescope/requests"} 10 http_response_size_bytes_bucket{method="GET",path="/temp.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/temp.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/temp.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/temp.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/temp.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/temp.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/temp.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/temp.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/temp.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/temp.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/temp.php"} 88 http_response_size_bytes_count{method="GET",path="/temp.php"} 2 http_response_size_bytes_bucket{method="GET",path="/temp.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/temp.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/temp.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/temp.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/temp.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/temp.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/temp.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/temp.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/temp.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/temp.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/temp.zip"} 40 http_response_size_bytes_count{method="GET",path="/temp.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/temp/.env",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/temp/.env",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/temp/.env",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/temp/.env",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/temp/.env",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/temp/.env",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/temp/.env",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/temp/.env",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/temp/.env",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/temp/.env",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/temp/.env"} 175 http_response_size_bytes_count{method="GET",path="/temp/.env"} 4 http_response_size_bytes_bucket{method="GET",path="/template-cloudformation.yaml",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/template-cloudformation.yaml",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/template-cloudformation.yaml",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/template-cloudformation.yaml",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/template-cloudformation.yaml",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/template-cloudformation.yaml",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/template-cloudformation.yaml",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/template-cloudformation.yaml",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/template-cloudformation.yaml",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/template-cloudformation.yaml",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/template-cloudformation.yaml"} 43 http_response_size_bytes_count{method="GET",path="/template-cloudformation.yaml"} 1 http_response_size_bytes_bucket{method="GET",path="/template.yaml",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/template.yaml",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/template.yaml",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/template.yaml",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/template.yaml",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/template.yaml",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/template.yaml",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/template.yaml",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/template.yaml",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/template.yaml",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/template.yaml"} 88 http_response_size_bytes_count{method="GET",path="/template.yaml"} 2 http_response_size_bytes_bucket{method="GET",path="/template.yml",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/template.yml",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/template.yml",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/template.yml",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/template.yml",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/template.yml",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/template.yml",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/template.yml",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/template.yml",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/template.yml",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/template.yml"} 43 http_response_size_bytes_count{method="GET",path="/template.yml"} 1 http_response_size_bytes_bucket{method="GET",path="/templates.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/templates.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/templates.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/templates.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/templates.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/templates.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/templates.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/templates.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/templates.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/templates.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/templates.zip"} 40 http_response_size_bytes_count{method="GET",path="/templates.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/temporary.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/temporary.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/temporary.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/temporary.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/temporary.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/temporary.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/temporary.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/temporary.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/temporary.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/temporary.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/temporary.zip"} 39 http_response_size_bytes_count{method="GET",path="/temporary.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/term.php",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/term.php",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/term.php",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/term.php",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/term.php",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/term.php",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/term.php",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/term.php",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/term.php",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/term.php",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/term.php"} 129 http_response_size_bytes_count{method="GET",path="/term.php"} 3 http_response_size_bytes_bucket{method="GET",path="/terms.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/terms.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/terms.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/terms.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/terms.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/terms.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/terms.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/terms.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/terms.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/terms.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/terms.zip"} 40 http_response_size_bytes_count{method="GET",path="/terms.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/terraform.tfstate",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/terraform.tfstate",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/terraform.tfstate",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/terraform.tfstate",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/terraform.tfstate",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/terraform.tfstate",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/terraform.tfstate",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/terraform.tfstate",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/terraform.tfstate",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/terraform.tfstate",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/terraform.tfstate"} 131 http_response_size_bytes_count{method="GET",path="/terraform.tfstate"} 3 http_response_size_bytes_bucket{method="GET",path="/terraform.tfstate.backup",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/terraform.tfstate.backup",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/terraform.tfstate.backup",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/terraform.tfstate.backup",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/terraform.tfstate.backup",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/terraform.tfstate.backup",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/terraform.tfstate.backup",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/terraform.tfstate.backup",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/terraform.tfstate.backup",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/terraform.tfstate.backup",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/terraform.tfstate.backup"} 88 http_response_size_bytes_count{method="GET",path="/terraform.tfstate.backup"} 2 http_response_size_bytes_bucket{method="GET",path="/terraform.tfvars",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/terraform.tfvars",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/terraform.tfvars",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/terraform.tfvars",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/terraform.tfvars",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/terraform.tfvars",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/terraform.tfvars",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/terraform.tfvars",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/terraform.tfvars",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/terraform.tfvars",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/terraform.tfvars"} 131 http_response_size_bytes_count{method="GET",path="/terraform.tfvars"} 3 http_response_size_bytes_bucket{method="GET",path="/terraform.tfvars.json",le="100"} 19 http_response_size_bytes_bucket{method="GET",path="/terraform.tfvars.json",le="500"} 19 http_response_size_bytes_bucket{method="GET",path="/terraform.tfvars.json",le="1000"} 19 http_response_size_bytes_bucket{method="GET",path="/terraform.tfvars.json",le="5000"} 19 http_response_size_bytes_bucket{method="GET",path="/terraform.tfvars.json",le="10000"} 19 http_response_size_bytes_bucket{method="GET",path="/terraform.tfvars.json",le="50000"} 19 http_response_size_bytes_bucket{method="GET",path="/terraform.tfvars.json",le="100000"} 19 http_response_size_bytes_bucket{method="GET",path="/terraform.tfvars.json",le="500000"} 19 http_response_size_bytes_bucket{method="GET",path="/terraform.tfvars.json",le="1e+06"} 19 http_response_size_bytes_bucket{method="GET",path="/terraform.tfvars.json",le="+Inf"} 19 http_response_size_bytes_sum{method="GET",path="/terraform.tfvars.json"} 832 http_response_size_bytes_count{method="GET",path="/terraform.tfvars.json"} 19 http_response_size_bytes_bucket{method="GET",path="/terraform/.env",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/terraform/.env",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/terraform/.env",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/terraform/.env",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/terraform/.env",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/terraform/.env",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/terraform/.env",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/terraform/.env",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/terraform/.env",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/terraform/.env",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/terraform/.env"} 44 http_response_size_bytes_count{method="GET",path="/terraform/.env"} 1 http_response_size_bytes_bucket{method="GET",path="/terraform/terraform.tfvars.json",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/terraform/terraform.tfvars.json",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/terraform/terraform.tfvars.json",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/terraform/terraform.tfvars.json",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/terraform/terraform.tfvars.json",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/terraform/terraform.tfvars.json",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/terraform/terraform.tfvars.json",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/terraform/terraform.tfvars.json",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/terraform/terraform.tfvars.json",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/terraform/terraform.tfvars.json",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/terraform/terraform.tfvars.json"} 87 http_response_size_bytes_count{method="GET",path="/terraform/terraform.tfvars.json"} 2 http_response_size_bytes_bucket{method="GET",path="/tes.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/tes.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/tes.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/tes.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/tes.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/tes.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/tes.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/tes.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/tes.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/tes.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/tes.php"} 87 http_response_size_bytes_count{method="GET",path="/tes.php"} 2 http_response_size_bytes_bucket{method="GET",path="/test",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/test",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/test",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/test",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/test",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/test",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/test",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/test",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/test",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/test",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/test"} 88 http_response_size_bytes_count{method="GET",path="/test"} 2 http_response_size_bytes_bucket{method="GET",path="/test.7z",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/test.7z",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/test.7z",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/test.7z",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/test.7z",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/test.7z",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/test.7z",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/test.7z",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/test.7z",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/test.7z",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/test.7z"} 43 http_response_size_bytes_count{method="GET",path="/test.7z"} 1 http_response_size_bytes_bucket{method="GET",path="/test.bz2",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/test.bz2",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/test.bz2",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/test.bz2",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/test.bz2",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/test.bz2",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/test.bz2",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/test.bz2",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/test.bz2",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/test.bz2",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/test.bz2"} 43 http_response_size_bytes_count{method="GET",path="/test.bz2"} 1 http_response_size_bytes_bucket{method="GET",path="/test.gz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/test.gz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/test.gz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/test.gz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/test.gz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/test.gz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/test.gz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/test.gz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/test.gz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/test.gz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/test.gz"} 43 http_response_size_bytes_count{method="GET",path="/test.gz"} 1 http_response_size_bytes_bucket{method="GET",path="/test.php",le="100"} 19 http_response_size_bytes_bucket{method="GET",path="/test.php",le="500"} 19 http_response_size_bytes_bucket{method="GET",path="/test.php",le="1000"} 19 http_response_size_bytes_bucket{method="GET",path="/test.php",le="5000"} 19 http_response_size_bytes_bucket{method="GET",path="/test.php",le="10000"} 19 http_response_size_bytes_bucket{method="GET",path="/test.php",le="50000"} 19 http_response_size_bytes_bucket{method="GET",path="/test.php",le="100000"} 19 http_response_size_bytes_bucket{method="GET",path="/test.php",le="500000"} 19 http_response_size_bytes_bucket{method="GET",path="/test.php",le="1e+06"} 19 http_response_size_bytes_bucket{method="GET",path="/test.php",le="+Inf"} 19 http_response_size_bytes_sum{method="GET",path="/test.php"} 822 http_response_size_bytes_count{method="GET",path="/test.php"} 19 http_response_size_bytes_bucket{method="GET",path="/test.rar",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/test.rar",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/test.rar",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/test.rar",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/test.rar",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/test.rar",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/test.rar",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/test.rar",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/test.rar",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/test.rar",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/test.rar"} 43 http_response_size_bytes_count{method="GET",path="/test.rar"} 1 http_response_size_bytes_bucket{method="GET",path="/test.sql",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/test.sql",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/test.sql",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/test.sql",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/test.sql",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/test.sql",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/test.sql",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/test.sql",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/test.sql",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/test.sql",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/test.sql"} 43 http_response_size_bytes_count{method="GET",path="/test.sql"} 1 http_response_size_bytes_bucket{method="GET",path="/test.sql.bz2",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/test.sql.bz2",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/test.sql.bz2",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/test.sql.bz2",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/test.sql.bz2",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/test.sql.bz2",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/test.sql.bz2",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/test.sql.bz2",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/test.sql.bz2",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/test.sql.bz2",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/test.sql.bz2"} 43 http_response_size_bytes_count{method="GET",path="/test.sql.bz2"} 1 http_response_size_bytes_bucket{method="GET",path="/test.sql.gz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/test.sql.gz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/test.sql.gz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/test.sql.gz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/test.sql.gz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/test.sql.gz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/test.sql.gz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/test.sql.gz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/test.sql.gz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/test.sql.gz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/test.sql.gz"} 43 http_response_size_bytes_count{method="GET",path="/test.sql.gz"} 1 http_response_size_bytes_bucket{method="GET",path="/test.tar",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/test.tar",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/test.tar",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/test.tar",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/test.tar",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/test.tar",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/test.tar",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/test.tar",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/test.tar",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/test.tar",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/test.tar"} 43 http_response_size_bytes_count{method="GET",path="/test.tar"} 1 http_response_size_bytes_bucket{method="GET",path="/test.tar.bz2",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/test.tar.bz2",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/test.tar.bz2",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/test.tar.bz2",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/test.tar.bz2",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/test.tar.bz2",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/test.tar.bz2",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/test.tar.bz2",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/test.tar.bz2",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/test.tar.bz2",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/test.tar.bz2"} 43 http_response_size_bytes_count{method="GET",path="/test.tar.bz2"} 1 http_response_size_bytes_bucket{method="GET",path="/test.tar.gz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/test.tar.gz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/test.tar.gz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/test.tar.gz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/test.tar.gz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/test.tar.gz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/test.tar.gz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/test.tar.gz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/test.tar.gz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/test.tar.gz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/test.tar.gz"} 43 http_response_size_bytes_count{method="GET",path="/test.tar.gz"} 1 http_response_size_bytes_bucket{method="GET",path="/test.tar.xz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/test.tar.xz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/test.tar.xz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/test.tar.xz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/test.tar.xz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/test.tar.xz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/test.tar.xz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/test.tar.xz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/test.tar.xz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/test.tar.xz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/test.tar.xz"} 43 http_response_size_bytes_count{method="GET",path="/test.tar.xz"} 1 http_response_size_bytes_bucket{method="GET",path="/test.tgz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/test.tgz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/test.tgz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/test.tgz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/test.tgz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/test.tgz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/test.tgz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/test.tgz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/test.tgz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/test.tgz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/test.tgz"} 43 http_response_size_bytes_count{method="GET",path="/test.tgz"} 1 http_response_size_bytes_bucket{method="GET",path="/test.zip",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/test.zip",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/test.zip",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/test.zip",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/test.zip",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/test.zip",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/test.zip",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/test.zip",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/test.zip",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/test.zip",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/test.zip"} 83 http_response_size_bytes_count{method="GET",path="/test.zip"} 3 http_response_size_bytes_bucket{method="GET",path="/test.zst",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/test.zst",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/test.zst",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/test.zst",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/test.zst",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/test.zst",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/test.zst",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/test.zst",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/test.zst",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/test.zst",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/test.zst"} 43 http_response_size_bytes_count{method="GET",path="/test.zst"} 1 http_response_size_bytes_bucket{method="GET",path="/test/.env",le="100"} 5 http_response_size_bytes_bucket{method="GET",path="/test/.env",le="500"} 5 http_response_size_bytes_bucket{method="GET",path="/test/.env",le="1000"} 5 http_response_size_bytes_bucket{method="GET",path="/test/.env",le="5000"} 5 http_response_size_bytes_bucket{method="GET",path="/test/.env",le="10000"} 5 http_response_size_bytes_bucket{method="GET",path="/test/.env",le="50000"} 5 http_response_size_bytes_bucket{method="GET",path="/test/.env",le="100000"} 5 http_response_size_bytes_bucket{method="GET",path="/test/.env",le="500000"} 5 http_response_size_bytes_bucket{method="GET",path="/test/.env",le="1e+06"} 5 http_response_size_bytes_bucket{method="GET",path="/test/.env",le="+Inf"} 5 http_response_size_bytes_sum{method="GET",path="/test/.env"} 220 http_response_size_bytes_count{method="GET",path="/test/.env"} 5 http_response_size_bytes_bucket{method="GET",path="/test/index.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/test/index.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/test/index.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/test/index.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/test/index.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/test/index.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/test/index.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/test/index.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/test/index.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/test/index.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/test/index.php"} 88 http_response_size_bytes_count{method="GET",path="/test/index.php"} 2 http_response_size_bytes_bucket{method="GET",path="/test/info.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/test/info.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/test/info.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/test/info.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/test/info.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/test/info.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/test/info.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/test/info.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/test/info.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/test/info.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/test/info.php"} 88 http_response_size_bytes_count{method="GET",path="/test/info.php"} 2 http_response_size_bytes_bucket{method="GET",path="/test/php.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/test/php.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/test/php.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/test/php.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/test/php.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/test/php.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/test/php.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/test/php.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/test/php.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/test/php.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/test/php.php"} 88 http_response_size_bytes_count{method="GET",path="/test/php.php"} 2 http_response_size_bytes_bucket{method="GET",path="/test/phpinfo.php",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/test/phpinfo.php",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/test/phpinfo.php",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/test/phpinfo.php",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/test/phpinfo.php",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/test/phpinfo.php",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/test/phpinfo.php",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/test/phpinfo.php",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/test/phpinfo.php",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/test/phpinfo.php",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/test/phpinfo.php"} 175 http_response_size_bytes_count{method="GET",path="/test/phpinfo.php"} 4 http_response_size_bytes_bucket{method="GET",path="/test/testing.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/test/testing.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/test/testing.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/test/testing.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/test/testing.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/test/testing.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/test/testing.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/test/testing.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/test/testing.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/test/testing.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/test/testing.php"} 88 http_response_size_bytes_count{method="GET",path="/test/testing.php"} 2 http_response_size_bytes_bucket{method="GET",path="/test1.php",le="100"} 5 http_response_size_bytes_bucket{method="GET",path="/test1.php",le="500"} 5 http_response_size_bytes_bucket{method="GET",path="/test1.php",le="1000"} 5 http_response_size_bytes_bucket{method="GET",path="/test1.php",le="5000"} 5 http_response_size_bytes_bucket{method="GET",path="/test1.php",le="10000"} 5 http_response_size_bytes_bucket{method="GET",path="/test1.php",le="50000"} 5 http_response_size_bytes_bucket{method="GET",path="/test1.php",le="100000"} 5 http_response_size_bytes_bucket{method="GET",path="/test1.php",le="500000"} 5 http_response_size_bytes_bucket{method="GET",path="/test1.php",le="1e+06"} 5 http_response_size_bytes_bucket{method="GET",path="/test1.php",le="+Inf"} 5 http_response_size_bytes_sum{method="GET",path="/test1.php"} 215 http_response_size_bytes_count{method="GET",path="/test1.php"} 5 http_response_size_bytes_bucket{method="GET",path="/testing.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/testing.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/testing.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/testing.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/testing.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/testing.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/testing.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/testing.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/testing.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/testing.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/testing.zip"} 40 http_response_size_bytes_count{method="GET",path="/testing.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/testing/.env",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/testing/.env",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/testing/.env",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/testing/.env",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/testing/.env",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/testing/.env",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/testing/.env",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/testing/.env",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/testing/.env",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/testing/.env",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/testing/.env"} 88 http_response_size_bytes_count{method="GET",path="/testing/.env"} 2 http_response_size_bytes_bucket{method="GET",path="/testing/info.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/testing/info.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/testing/info.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/testing/info.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/testing/info.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/testing/info.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/testing/info.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/testing/info.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/testing/info.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/testing/info.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/testing/info.php"} 88 http_response_size_bytes_count{method="GET",path="/testing/info.php"} 2 http_response_size_bytes_bucket{method="GET",path="/testing/php.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/testing/php.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/testing/php.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/testing/php.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/testing/php.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/testing/php.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/testing/php.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/testing/php.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/testing/php.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/testing/php.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/testing/php.php"} 88 http_response_size_bytes_count{method="GET",path="/testing/php.php"} 2 http_response_size_bytes_bucket{method="GET",path="/testing/phpinfo.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/testing/phpinfo.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/testing/phpinfo.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/testing/phpinfo.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/testing/phpinfo.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/testing/phpinfo.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/testing/phpinfo.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/testing/phpinfo.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/testing/phpinfo.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/testing/phpinfo.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/testing/phpinfo.php"} 88 http_response_size_bytes_count{method="GET",path="/testing/phpinfo.php"} 2 http_response_size_bytes_bucket{method="GET",path="/tests/info.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/tests/info.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/tests/info.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/tests/info.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/tests/info.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/tests/info.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/tests/info.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/tests/info.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/tests/info.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/tests/info.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/tests/info.php"} 88 http_response_size_bytes_count{method="GET",path="/tests/info.php"} 2 http_response_size_bytes_bucket{method="GET",path="/tests/phpinfo.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/tests/phpinfo.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/tests/phpinfo.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/tests/phpinfo.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/tests/phpinfo.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/tests/phpinfo.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/tests/phpinfo.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/tests/phpinfo.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/tests/phpinfo.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/tests/phpinfo.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/tests/phpinfo.php"} 87 http_response_size_bytes_count{method="GET",path="/tests/phpinfo.php"} 2 http_response_size_bytes_bucket{method="GET",path="/tews.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/tews.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/tews.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/tews.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/tews.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/tews.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/tews.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/tews.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/tews.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/tews.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/tews.php"} 43 http_response_size_bytes_count{method="GET",path="/tews.php"} 1 http_response_size_bytes_bucket{method="GET",path="/textures.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/textures.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/textures.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/textures.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/textures.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/textures.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/textures.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/textures.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/textures.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/textures.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/textures.zip"} 40 http_response_size_bytes_count{method="GET",path="/textures.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/tfm.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/tfm.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/tfm.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/tfm.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/tfm.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/tfm.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/tfm.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/tfm.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/tfm.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/tfm.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/tfm.php"} 43 http_response_size_bytes_count{method="GET",path="/tfm.php"} 1 http_response_size_bytes_bucket{method="GET",path="/tgrs.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/tgrs.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/tgrs.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/tgrs.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/tgrs.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/tgrs.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/tgrs.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/tgrs.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/tgrs.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/tgrs.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/tgrs.php"} 86 http_response_size_bytes_count{method="GET",path="/tgrs.php"} 2 http_response_size_bytes_bucket{method="GET",path="/themes.php",le="100"} 6 http_response_size_bytes_bucket{method="GET",path="/themes.php",le="500"} 6 http_response_size_bytes_bucket{method="GET",path="/themes.php",le="1000"} 6 http_response_size_bytes_bucket{method="GET",path="/themes.php",le="5000"} 6 http_response_size_bytes_bucket{method="GET",path="/themes.php",le="10000"} 6 http_response_size_bytes_bucket{method="GET",path="/themes.php",le="50000"} 6 http_response_size_bytes_bucket{method="GET",path="/themes.php",le="100000"} 6 http_response_size_bytes_bucket{method="GET",path="/themes.php",le="500000"} 6 http_response_size_bytes_bucket{method="GET",path="/themes.php",le="1e+06"} 6 http_response_size_bytes_bucket{method="GET",path="/themes.php",le="+Inf"} 6 http_response_size_bytes_sum{method="GET",path="/themes.php"} 258 http_response_size_bytes_count{method="GET",path="/themes.php"} 6 http_response_size_bytes_bucket{method="GET",path="/themes.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/themes.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/themes.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/themes.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/themes.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/themes.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/themes.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/themes.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/themes.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/themes.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/themes.zip"} 40 http_response_size_bytes_count{method="GET",path="/themes.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/themes/twentytwentytwo/index.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/themes/twentytwentytwo/index.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/themes/twentytwentytwo/index.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/themes/twentytwentytwo/index.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/themes/twentytwentytwo/index.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/themes/twentytwentytwo/index.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/themes/twentytwentytwo/index.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/themes/twentytwentytwo/index.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/themes/twentytwentytwo/index.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/themes/twentytwentytwo/index.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/themes/twentytwentytwo/index.php"} 86 http_response_size_bytes_count{method="GET",path="/themes/twentytwentytwo/index.php"} 2 http_response_size_bytes_bucket{method="GET",path="/this_is_a_new_hello_world.php",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/this_is_a_new_hello_world.php",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/this_is_a_new_hello_world.php",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/this_is_a_new_hello_world.php",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/this_is_a_new_hello_world.php",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/this_is_a_new_hello_world.php",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/this_is_a_new_hello_world.php",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/this_is_a_new_hello_world.php",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/this_is_a_new_hello_world.php",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/this_is_a_new_hello_world.php",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/this_is_a_new_hello_world.php"} 172 http_response_size_bytes_count{method="GET",path="/this_is_a_new_hello_world.php"} 4 http_response_size_bytes_bucket{method="GET",path="/threads/*",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/threads/*",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/threads/*",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/threads/*",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/threads/*",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/threads/*",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/threads/*",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/threads/*",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/threads/*",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/threads/*",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/threads/*"} 87 http_response_size_bytes_count{method="GET",path="/threads/*"} 2 http_response_size_bytes_bucket{method="GET",path="/tiktok.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/tiktok.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/tiktok.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/tiktok.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/tiktok.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/tiktok.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/tiktok.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/tiktok.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/tiktok.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/tiktok.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/tiktok.zip"} 40 http_response_size_bytes_count{method="GET",path="/tiktok.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/tiny.php",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/tiny.php",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/tiny.php",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/tiny.php",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/tiny.php",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/tiny.php",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/tiny.php",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/tiny.php",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/tiny.php",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/tiny.php",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/tiny.php"} 130 http_response_size_bytes_count{method="GET",path="/tiny.php"} 3 http_response_size_bytes_bucket{method="GET",path="/tiny2.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/tiny2.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/tiny2.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/tiny2.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/tiny2.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/tiny2.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/tiny2.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/tiny2.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/tiny2.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/tiny2.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/tiny2.php"} 43 http_response_size_bytes_count{method="GET",path="/tiny2.php"} 1 http_response_size_bytes_bucket{method="GET",path="/tires.php",le="100"} 7 http_response_size_bytes_bucket{method="GET",path="/tires.php",le="500"} 7 http_response_size_bytes_bucket{method="GET",path="/tires.php",le="1000"} 7 http_response_size_bytes_bucket{method="GET",path="/tires.php",le="5000"} 7 http_response_size_bytes_bucket{method="GET",path="/tires.php",le="10000"} 7 http_response_size_bytes_bucket{method="GET",path="/tires.php",le="50000"} 7 http_response_size_bytes_bucket{method="GET",path="/tires.php",le="100000"} 7 http_response_size_bytes_bucket{method="GET",path="/tires.php",le="500000"} 7 http_response_size_bytes_bucket{method="GET",path="/tires.php",le="1e+06"} 7 http_response_size_bytes_bucket{method="GET",path="/tires.php",le="+Inf"} 7 http_response_size_bytes_sum{method="GET",path="/tires.php"} 302 http_response_size_bytes_count{method="GET",path="/tires.php"} 7 http_response_size_bytes_bucket{method="GET",path="/tls.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/tls.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/tls.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/tls.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/tls.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/tls.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/tls.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/tls.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/tls.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/tls.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/tls.zip"} 40 http_response_size_bytes_count{method="GET",path="/tls.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/tmp.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/tmp.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/tmp.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/tmp.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/tmp.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/tmp.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/tmp.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/tmp.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/tmp.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/tmp.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/tmp.php"} 43 http_response_size_bytes_count{method="GET",path="/tmp.php"} 1 http_response_size_bytes_bucket{method="GET",path="/tmp.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/tmp.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/tmp.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/tmp.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/tmp.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/tmp.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/tmp.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/tmp.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/tmp.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/tmp.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/tmp.zip"} 40 http_response_size_bytes_count{method="GET",path="/tmp.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/tmp/.env",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/tmp/.env",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/tmp/.env",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/tmp/.env",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/tmp/.env",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/tmp/.env",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/tmp/.env",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/tmp/.env",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/tmp/.env",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/tmp/.env",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/tmp/.env"} 175 http_response_size_bytes_count{method="GET",path="/tmp/.env"} 4 http_response_size_bytes_bucket{method="GET",path="/tmp/phpinfo.php",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/tmp/phpinfo.php",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/tmp/phpinfo.php",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/tmp/phpinfo.php",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/tmp/phpinfo.php",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/tmp/phpinfo.php",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/tmp/phpinfo.php",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/tmp/phpinfo.php",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/tmp/phpinfo.php",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/tmp/phpinfo.php",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/tmp/phpinfo.php"} 175 http_response_size_bytes_count{method="GET",path="/tmp/phpinfo.php"} 4 http_response_size_bytes_bucket{method="GET",path="/tokens.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/tokens.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/tokens.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/tokens.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/tokens.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/tokens.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/tokens.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/tokens.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/tokens.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/tokens.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/tokens.zip"} 40 http_response_size_bytes_count{method="GET",path="/tokens.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/toml.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/toml.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/toml.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/toml.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/toml.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/toml.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/toml.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/toml.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/toml.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/toml.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/toml.zip"} 40 http_response_size_bytes_count{method="GET",path="/toml.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/ton.php",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/ton.php",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/ton.php",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/ton.php",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/ton.php",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/ton.php",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/ton.php",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/ton.php",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/ton.php",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/ton.php",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/ton.php"} 129 http_response_size_bytes_count{method="GET",path="/ton.php"} 3 http_response_size_bytes_bucket{method="GET",path="/tool.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/tool.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/tool.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/tool.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/tool.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/tool.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/tool.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/tool.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/tool.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/tool.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/tool.php"} 86 http_response_size_bytes_count{method="GET",path="/tool.php"} 2 http_response_size_bytes_bucket{method="GET",path="/tools.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/tools.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/tools.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/tools.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/tools.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/tools.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/tools.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/tools.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/tools.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/tools.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/tools.zip"} 40 http_response_size_bytes_count{method="GET",path="/tools.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/tools/.env",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/tools/.env",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/tools/.env",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/tools/.env",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/tools/.env",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/tools/.env",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/tools/.env",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/tools/.env",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/tools/.env",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/tools/.env",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/tools/.env"} 87 http_response_size_bytes_count{method="GET",path="/tools/.env"} 2 http_response_size_bytes_bucket{method="GET",path="/tor.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/tor.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/tor.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/tor.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/tor.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/tor.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/tor.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/tor.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/tor.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/tor.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/tor.php"} 43 http_response_size_bytes_count{method="GET",path="/tor.php"} 1 http_response_size_bytes_bucket{method="GET",path="/torsa1.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/torsa1.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/torsa1.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/torsa1.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/torsa1.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/torsa1.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/torsa1.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/torsa1.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/torsa1.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/torsa1.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/torsa1.php"} 86 http_response_size_bytes_count{method="GET",path="/torsa1.php"} 2 http_response_size_bytes_bucket{method="GET",path="/trace.axd",le="100"} 10 http_response_size_bytes_bucket{method="GET",path="/trace.axd",le="500"} 10 http_response_size_bytes_bucket{method="GET",path="/trace.axd",le="1000"} 10 http_response_size_bytes_bucket{method="GET",path="/trace.axd",le="5000"} 10 http_response_size_bytes_bucket{method="GET",path="/trace.axd",le="10000"} 10 http_response_size_bytes_bucket{method="GET",path="/trace.axd",le="50000"} 10 http_response_size_bytes_bucket{method="GET",path="/trace.axd",le="100000"} 10 http_response_size_bytes_bucket{method="GET",path="/trace.axd",le="500000"} 10 http_response_size_bytes_bucket{method="GET",path="/trace.axd",le="1e+06"} 10 http_response_size_bytes_bucket{method="GET",path="/trace.axd",le="+Inf"} 10 http_response_size_bytes_sum{method="GET",path="/trace.axd"} 430 http_response_size_bytes_count{method="GET",path="/trace.axd"} 10 http_response_size_bytes_bucket{method="GET",path="/traces.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/traces.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/traces.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/traces.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/traces.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/traces.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/traces.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/traces.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/traces.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/traces.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/traces.zip"} 40 http_response_size_bytes_count{method="GET",path="/traces.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/tramuibs.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/tramuibs.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/tramuibs.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/tramuibs.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/tramuibs.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/tramuibs.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/tramuibs.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/tramuibs.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/tramuibs.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/tramuibs.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/tramuibs.php"} 43 http_response_size_bytes_count{method="GET",path="/tramuibs.php"} 1 http_response_size_bytes_bucket{method="GET",path="/transactional/.env",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/transactional/.env",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/transactional/.env",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/transactional/.env",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/transactional/.env",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/transactional/.env",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/transactional/.env",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/transactional/.env",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/transactional/.env",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/transactional/.env",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/transactional/.env"} 87 http_response_size_bytes_count{method="GET",path="/transactional/.env"} 2 http_response_size_bytes_bucket{method="GET",path="/travis/.env",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/travis/.env",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/travis/.env",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/travis/.env",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/travis/.env",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/travis/.env",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/travis/.env",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/travis/.env",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/travis/.env",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/travis/.env",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/travis/.env"} 44 http_response_size_bytes_count{method="GET",path="/travis/.env"} 1 http_response_size_bytes_bucket{method="GET",path="/trpc/*",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/trpc/*",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/trpc/*",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/trpc/*",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/trpc/*",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/trpc/*",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/trpc/*",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/trpc/*",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/trpc/*",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/trpc/*",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/trpc/*"} 88 http_response_size_bytes_count{method="GET",path="/trpc/*"} 2 http_response_size_bytes_bucket{method="GET",path="/tsconfig.app.json",le="100"} 17 http_response_size_bytes_bucket{method="GET",path="/tsconfig.app.json",le="500"} 17 http_response_size_bytes_bucket{method="GET",path="/tsconfig.app.json",le="1000"} 17 http_response_size_bytes_bucket{method="GET",path="/tsconfig.app.json",le="5000"} 17 http_response_size_bytes_bucket{method="GET",path="/tsconfig.app.json",le="10000"} 17 http_response_size_bytes_bucket{method="GET",path="/tsconfig.app.json",le="50000"} 17 http_response_size_bytes_bucket{method="GET",path="/tsconfig.app.json",le="100000"} 17 http_response_size_bytes_bucket{method="GET",path="/tsconfig.app.json",le="500000"} 17 http_response_size_bytes_bucket{method="GET",path="/tsconfig.app.json",le="1e+06"} 17 http_response_size_bytes_bucket{method="GET",path="/tsconfig.app.json",le="+Inf"} 17 http_response_size_bytes_sum{method="GET",path="/tsconfig.app.json"} 748 http_response_size_bytes_count{method="GET",path="/tsconfig.app.json"} 17 http_response_size_bytes_bucket{method="GET",path="/tsconfig.json",le="100"} 17 http_response_size_bytes_bucket{method="GET",path="/tsconfig.json",le="500"} 17 http_response_size_bytes_bucket{method="GET",path="/tsconfig.json",le="1000"} 17 http_response_size_bytes_bucket{method="GET",path="/tsconfig.json",le="5000"} 17 http_response_size_bytes_bucket{method="GET",path="/tsconfig.json",le="10000"} 17 http_response_size_bytes_bucket{method="GET",path="/tsconfig.json",le="50000"} 17 http_response_size_bytes_bucket{method="GET",path="/tsconfig.json",le="100000"} 17 http_response_size_bytes_bucket{method="GET",path="/tsconfig.json",le="500000"} 17 http_response_size_bytes_bucket{method="GET",path="/tsconfig.json",le="1e+06"} 17 http_response_size_bytes_bucket{method="GET",path="/tsconfig.json",le="+Inf"} 17 http_response_size_bytes_sum{method="GET",path="/tsconfig.json"} 748 http_response_size_bytes_count{method="GET",path="/tsconfig.json"} 17 http_response_size_bytes_bucket{method="GET",path="/tsconfig.spec.json",le="100"} 15 http_response_size_bytes_bucket{method="GET",path="/tsconfig.spec.json",le="500"} 15 http_response_size_bytes_bucket{method="GET",path="/tsconfig.spec.json",le="1000"} 15 http_response_size_bytes_bucket{method="GET",path="/tsconfig.spec.json",le="5000"} 15 http_response_size_bytes_bucket{method="GET",path="/tsconfig.spec.json",le="10000"} 15 http_response_size_bytes_bucket{method="GET",path="/tsconfig.spec.json",le="50000"} 15 http_response_size_bytes_bucket{method="GET",path="/tsconfig.spec.json",le="100000"} 15 http_response_size_bytes_bucket{method="GET",path="/tsconfig.spec.json",le="500000"} 15 http_response_size_bytes_bucket{method="GET",path="/tsconfig.spec.json",le="1e+06"} 15 http_response_size_bytes_bucket{method="GET",path="/tsconfig.spec.json",le="+Inf"} 15 http_response_size_bytes_sum{method="GET",path="/tsconfig.spec.json"} 657 http_response_size_bytes_count{method="GET",path="/tsconfig.spec.json"} 15 http_response_size_bytes_bucket{method="GET",path="/tutorial.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/tutorial.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/tutorial.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/tutorial.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/tutorial.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/tutorial.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/tutorial.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/tutorial.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/tutorial.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/tutorial.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/tutorial.zip"} 40 http_response_size_bytes_count{method="GET",path="/tutorial.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/tvnyptja.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/tvnyptja.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/tvnyptja.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/tvnyptja.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/tvnyptja.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/tvnyptja.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/tvnyptja.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/tvnyptja.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/tvnyptja.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/tvnyptja.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/tvnyptja.php"} 43 http_response_size_bytes_count{method="GET",path="/tvnyptja.php"} 1 http_response_size_bytes_bucket{method="GET",path="/twitter.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/twitter.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/twitter.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/twitter.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/twitter.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/twitter.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/twitter.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/twitter.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/twitter.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/twitter.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/twitter.zip"} 40 http_response_size_bytes_count{method="GET",path="/twitter.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/tx1.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/tx1.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/tx1.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/tx1.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/tx1.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/tx1.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/tx1.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/tx1.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/tx1.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/tx1.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/tx1.php"} 86 http_response_size_bytes_count{method="GET",path="/tx1.php"} 2 http_response_size_bytes_bucket{method="GET",path="/tx78.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/tx78.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/tx78.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/tx78.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/tx78.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/tx78.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/tx78.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/tx78.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/tx78.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/tx78.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/tx78.php"} 86 http_response_size_bytes_count{method="GET",path="/tx78.php"} 2 http_response_size_bytes_bucket{method="GET",path="/tx79.php",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/tx79.php",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/tx79.php",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/tx79.php",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/tx79.php",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/tx79.php",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/tx79.php",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/tx79.php",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/tx79.php",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/tx79.php",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/tx79.php"} 172 http_response_size_bytes_count{method="GET",path="/tx79.php"} 4 http_response_size_bytes_bucket{method="GET",path="/txets.php",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/txets.php",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/txets.php",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/txets.php",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/txets.php",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/txets.php",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/txets.php",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/txets.php",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/txets.php",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/txets.php",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/txets.php"} 172 http_response_size_bytes_count{method="GET",path="/txets.php"} 4 http_response_size_bytes_bucket{method="GET",path="/typo3.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/typo3.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/typo3.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/typo3.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/typo3.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/typo3.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/typo3.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/typo3.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/typo3.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/typo3.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/typo3.zip"} 40 http_response_size_bytes_count{method="GET",path="/typo3.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/uat.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/uat.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/uat.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/uat.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/uat.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/uat.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/uat.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/uat.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/uat.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/uat.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/uat.zip"} 40 http_response_size_bytes_count{method="GET",path="/uat.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/uat/.env",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/uat/.env",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/uat/.env",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/uat/.env",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/uat/.env",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/uat/.env",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/uat/.env",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/uat/.env",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/uat/.env",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/uat/.env",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/uat/.env"} 44 http_response_size_bytes_count{method="GET",path="/uat/.env"} 1 http_response_size_bytes_bucket{method="GET",path="/uat/phpinfo.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/uat/phpinfo.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/uat/phpinfo.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/uat/phpinfo.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/uat/phpinfo.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/uat/phpinfo.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/uat/phpinfo.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/uat/phpinfo.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/uat/phpinfo.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/uat/phpinfo.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/uat/phpinfo.php"} 44 http_response_size_bytes_count{method="GET",path="/uat/phpinfo.php"} 1 http_response_size_bytes_bucket{method="GET",path="/ui.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/ui.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/ui.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/ui.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/ui.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/ui.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/ui.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/ui.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/ui.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/ui.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/ui.zip"} 40 http_response_size_bytes_count{method="GET",path="/ui.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/unique.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/unique.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/unique.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/unique.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/unique.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/unique.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/unique.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/unique.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/unique.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/unique.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/unique.zip"} 40 http_response_size_bytes_count{method="GET",path="/unique.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/unity.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/unity.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/unity.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/unity.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/unity.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/unity.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/unity.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/unity.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/unity.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/unity.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/unity.zip"} 40 http_response_size_bytes_count{method="GET",path="/unity.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/universal.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/universal.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/universal.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/universal.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/universal.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/universal.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/universal.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/universal.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/universal.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/universal.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/universal.zip"} 40 http_response_size_bytes_count{method="GET",path="/universal.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/unreal.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/unreal.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/unreal.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/unreal.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/unreal.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/unreal.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/unreal.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/unreal.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/unreal.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/unreal.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/unreal.zip"} 40 http_response_size_bytes_count{method="GET",path="/unreal.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/unvouc.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/unvouc.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/unvouc.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/unvouc.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/unvouc.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/unvouc.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/unvouc.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/unvouc.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/unvouc.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/unvouc.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/unvouc.php"} 43 http_response_size_bytes_count{method="GET",path="/unvouc.php"} 1 http_response_size_bytes_bucket{method="GET",path="/up4.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/up4.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/up4.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/up4.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/up4.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/up4.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/up4.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/up4.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/up4.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/up4.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/up4.php"} 86 http_response_size_bytes_count{method="GET",path="/up4.php"} 2 http_response_size_bytes_bucket{method="GET",path="/update/f35.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/update/f35.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/update/f35.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/update/f35.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/update/f35.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/update/f35.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/update/f35.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/update/f35.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/update/f35.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/update/f35.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/update/f35.php"} 43 http_response_size_bytes_count{method="GET",path="/update/f35.php"} 1 http_response_size_bytes_bucket{method="GET",path="/upload.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/upload.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/upload.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/upload.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/upload.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/upload.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/upload.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/upload.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/upload.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/upload.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/upload.zip"} 40 http_response_size_bytes_count{method="GET",path="/upload.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/upload/.env",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/upload/.env",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/upload/.env",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/upload/.env",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/upload/.env",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/upload/.env",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/upload/.env",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/upload/.env",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/upload/.env",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/upload/.env",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/upload/.env"} 88 http_response_size_bytes_count{method="GET",path="/upload/.env"} 2 http_response_size_bytes_bucket{method="GET",path="/upload/phpinfo.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/upload/phpinfo.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/upload/phpinfo.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/upload/phpinfo.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/upload/phpinfo.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/upload/phpinfo.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/upload/phpinfo.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/upload/phpinfo.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/upload/phpinfo.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/upload/phpinfo.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/upload/phpinfo.php"} 88 http_response_size_bytes_count{method="GET",path="/upload/phpinfo.php"} 2 http_response_size_bytes_bucket{method="GET",path="/upload/wp-info.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/upload/wp-info.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/upload/wp-info.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/upload/wp-info.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/upload/wp-info.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/upload/wp-info.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/upload/wp-info.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/upload/wp-info.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/upload/wp-info.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/upload/wp-info.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/upload/wp-info.php"} 43 http_response_size_bytes_count{method="GET",path="/upload/wp-info.php"} 1 http_response_size_bytes_bucket{method="GET",path="/uploads.7z",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/uploads.7z",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/uploads.7z",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/uploads.7z",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/uploads.7z",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/uploads.7z",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/uploads.7z",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/uploads.7z",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/uploads.7z",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/uploads.7z",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/uploads.7z"} 43 http_response_size_bytes_count{method="GET",path="/uploads.7z"} 1 http_response_size_bytes_bucket{method="GET",path="/uploads.bz2",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/uploads.bz2",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/uploads.bz2",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/uploads.bz2",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/uploads.bz2",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/uploads.bz2",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/uploads.bz2",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/uploads.bz2",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/uploads.bz2",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/uploads.bz2",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/uploads.bz2"} 43 http_response_size_bytes_count{method="GET",path="/uploads.bz2"} 1 http_response_size_bytes_bucket{method="GET",path="/uploads.gz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/uploads.gz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/uploads.gz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/uploads.gz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/uploads.gz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/uploads.gz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/uploads.gz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/uploads.gz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/uploads.gz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/uploads.gz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/uploads.gz"} 43 http_response_size_bytes_count{method="GET",path="/uploads.gz"} 1 http_response_size_bytes_bucket{method="GET",path="/uploads.rar",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/uploads.rar",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/uploads.rar",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/uploads.rar",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/uploads.rar",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/uploads.rar",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/uploads.rar",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/uploads.rar",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/uploads.rar",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/uploads.rar",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/uploads.rar"} 43 http_response_size_bytes_count{method="GET",path="/uploads.rar"} 1 http_response_size_bytes_bucket{method="GET",path="/uploads.sql",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/uploads.sql",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/uploads.sql",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/uploads.sql",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/uploads.sql",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/uploads.sql",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/uploads.sql",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/uploads.sql",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/uploads.sql",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/uploads.sql",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/uploads.sql"} 43 http_response_size_bytes_count{method="GET",path="/uploads.sql"} 1 http_response_size_bytes_bucket{method="GET",path="/uploads.sql.bz2",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/uploads.sql.bz2",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/uploads.sql.bz2",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/uploads.sql.bz2",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/uploads.sql.bz2",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/uploads.sql.bz2",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/uploads.sql.bz2",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/uploads.sql.bz2",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/uploads.sql.bz2",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/uploads.sql.bz2",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/uploads.sql.bz2"} 43 http_response_size_bytes_count{method="GET",path="/uploads.sql.bz2"} 1 http_response_size_bytes_bucket{method="GET",path="/uploads.sql.gz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/uploads.sql.gz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/uploads.sql.gz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/uploads.sql.gz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/uploads.sql.gz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/uploads.sql.gz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/uploads.sql.gz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/uploads.sql.gz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/uploads.sql.gz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/uploads.sql.gz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/uploads.sql.gz"} 43 http_response_size_bytes_count{method="GET",path="/uploads.sql.gz"} 1 http_response_size_bytes_bucket{method="GET",path="/uploads.tar",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/uploads.tar",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/uploads.tar",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/uploads.tar",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/uploads.tar",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/uploads.tar",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/uploads.tar",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/uploads.tar",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/uploads.tar",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/uploads.tar",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/uploads.tar"} 43 http_response_size_bytes_count{method="GET",path="/uploads.tar"} 1 http_response_size_bytes_bucket{method="GET",path="/uploads.tar.bz2",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/uploads.tar.bz2",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/uploads.tar.bz2",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/uploads.tar.bz2",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/uploads.tar.bz2",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/uploads.tar.bz2",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/uploads.tar.bz2",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/uploads.tar.bz2",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/uploads.tar.bz2",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/uploads.tar.bz2",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/uploads.tar.bz2"} 43 http_response_size_bytes_count{method="GET",path="/uploads.tar.bz2"} 1 http_response_size_bytes_bucket{method="GET",path="/uploads.tar.gz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/uploads.tar.gz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/uploads.tar.gz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/uploads.tar.gz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/uploads.tar.gz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/uploads.tar.gz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/uploads.tar.gz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/uploads.tar.gz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/uploads.tar.gz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/uploads.tar.gz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/uploads.tar.gz"} 43 http_response_size_bytes_count{method="GET",path="/uploads.tar.gz"} 1 http_response_size_bytes_bucket{method="GET",path="/uploads.tar.xz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/uploads.tar.xz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/uploads.tar.xz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/uploads.tar.xz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/uploads.tar.xz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/uploads.tar.xz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/uploads.tar.xz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/uploads.tar.xz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/uploads.tar.xz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/uploads.tar.xz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/uploads.tar.xz"} 43 http_response_size_bytes_count{method="GET",path="/uploads.tar.xz"} 1 http_response_size_bytes_bucket{method="GET",path="/uploads.tgz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/uploads.tgz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/uploads.tgz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/uploads.tgz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/uploads.tgz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/uploads.tgz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/uploads.tgz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/uploads.tgz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/uploads.tgz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/uploads.tgz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/uploads.tgz"} 43 http_response_size_bytes_count{method="GET",path="/uploads.tgz"} 1 http_response_size_bytes_bucket{method="GET",path="/uploads.zip",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/uploads.zip",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/uploads.zip",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/uploads.zip",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/uploads.zip",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/uploads.zip",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/uploads.zip",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/uploads.zip",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/uploads.zip",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/uploads.zip",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/uploads.zip"} 83 http_response_size_bytes_count{method="GET",path="/uploads.zip"} 3 http_response_size_bytes_bucket{method="GET",path="/uploads.zst",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/uploads.zst",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/uploads.zst",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/uploads.zst",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/uploads.zst",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/uploads.zst",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/uploads.zst",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/uploads.zst",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/uploads.zst",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/uploads.zst",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/uploads.zst"} 43 http_response_size_bytes_count{method="GET",path="/uploads.zst"} 1 http_response_size_bytes_bucket{method="GET",path="/uploads/",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/uploads/",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/uploads/",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/uploads/",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/uploads/",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/uploads/",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/uploads/",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/uploads/",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/uploads/",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/uploads/",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/uploads/"} 43 http_response_size_bytes_count{method="GET",path="/uploads/"} 1 http_response_size_bytes_bucket{method="GET",path="/uploads/.env",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/uploads/.env",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/uploads/.env",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/uploads/.env",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/uploads/.env",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/uploads/.env",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/uploads/.env",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/uploads/.env",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/uploads/.env",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/uploads/.env",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/uploads/.env"} 175 http_response_size_bytes_count{method="GET",path="/uploads/.env"} 4 http_response_size_bytes_bucket{method="GET",path="/uploads/autoload_classmap.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/uploads/autoload_classmap.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/uploads/autoload_classmap.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/uploads/autoload_classmap.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/uploads/autoload_classmap.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/uploads/autoload_classmap.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/uploads/autoload_classmap.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/uploads/autoload_classmap.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/uploads/autoload_classmap.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/uploads/autoload_classmap.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/uploads/autoload_classmap.php"} 87 http_response_size_bytes_count{method="GET",path="/uploads/autoload_classmap.php"} 2 http_response_size_bytes_bucket{method="GET",path="/uploads/phpinfo.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/uploads/phpinfo.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/uploads/phpinfo.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/uploads/phpinfo.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/uploads/phpinfo.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/uploads/phpinfo.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/uploads/phpinfo.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/uploads/phpinfo.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/uploads/phpinfo.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/uploads/phpinfo.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/uploads/phpinfo.php"} 88 http_response_size_bytes_count{method="GET",path="/uploads/phpinfo.php"} 2 http_response_size_bytes_bucket{method="GET",path="/usep.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/usep.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/usep.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/usep.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/usep.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/usep.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/usep.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/usep.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/usep.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/usep.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/usep.php"} 43 http_response_size_bytes_count{method="GET",path="/usep.php"} 1 http_response_size_bytes_bucket{method="GET",path="/user-panel/.env",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/user-panel/.env",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/user-panel/.env",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/user-panel/.env",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/user-panel/.env",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/user-panel/.env",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/user-panel/.env",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/user-panel/.env",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/user-panel/.env",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/user-panel/.env",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/user-panel/.env"} 44 http_response_size_bytes_count{method="GET",path="/user-panel/.env"} 1 http_response_size_bytes_bucket{method="GET",path="/user/*",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/user/*",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/user/*",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/user/*",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/user/*",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/user/*",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/user/*",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/user/*",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/user/*",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/user/*",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/user/*"} 88 http_response_size_bytes_count{method="GET",path="/user/*"} 2 http_response_size_bytes_bucket{method="GET",path="/user/.env",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/user/.env",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/user/.env",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/user/.env",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/user/.env",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/user/.env",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/user/.env",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/user/.env",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/user/.env",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/user/.env",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/user/.env"} 88 http_response_size_bytes_count{method="GET",path="/user/.env"} 2 http_response_size_bytes_bucket{method="GET",path="/user/config/config.js",le="100"} 21 http_response_size_bytes_bucket{method="GET",path="/user/config/config.js",le="500"} 21 http_response_size_bytes_bucket{method="GET",path="/user/config/config.js",le="1000"} 21 http_response_size_bytes_bucket{method="GET",path="/user/config/config.js",le="5000"} 21 http_response_size_bytes_bucket{method="GET",path="/user/config/config.js",le="10000"} 21 http_response_size_bytes_bucket{method="GET",path="/user/config/config.js",le="50000"} 21 http_response_size_bytes_bucket{method="GET",path="/user/config/config.js",le="100000"} 21 http_response_size_bytes_bucket{method="GET",path="/user/config/config.js",le="500000"} 21 http_response_size_bytes_bucket{method="GET",path="/user/config/config.js",le="1e+06"} 21 http_response_size_bytes_bucket{method="GET",path="/user/config/config.js",le="+Inf"} 21 http_response_size_bytes_sum{method="GET",path="/user/config/config.js"} 916 http_response_size_bytes_count{method="GET",path="/user/config/config.js"} 21 http_response_size_bytes_bucket{method="GET",path="/user/controllers/index.js",le="100"} 22 http_response_size_bytes_bucket{method="GET",path="/user/controllers/index.js",le="500"} 22 http_response_size_bytes_bucket{method="GET",path="/user/controllers/index.js",le="1000"} 22 http_response_size_bytes_bucket{method="GET",path="/user/controllers/index.js",le="5000"} 22 http_response_size_bytes_bucket{method="GET",path="/user/controllers/index.js",le="10000"} 22 http_response_size_bytes_bucket{method="GET",path="/user/controllers/index.js",le="50000"} 22 http_response_size_bytes_bucket{method="GET",path="/user/controllers/index.js",le="100000"} 22 http_response_size_bytes_bucket{method="GET",path="/user/controllers/index.js",le="500000"} 22 http_response_size_bytes_bucket{method="GET",path="/user/controllers/index.js",le="1e+06"} 22 http_response_size_bytes_bucket{method="GET",path="/user/controllers/index.js",le="+Inf"} 22 http_response_size_bytes_sum{method="GET",path="/user/controllers/index.js"} 961 http_response_size_bytes_count{method="GET",path="/user/controllers/index.js"} 22 http_response_size_bytes_bucket{method="GET",path="/users.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/users.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/users.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/users.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/users.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/users.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/users.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/users.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/users.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/users.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/users.php"} 43 http_response_size_bytes_count{method="GET",path="/users.php"} 1 http_response_size_bytes_bucket{method="GET",path="/users.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/users.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/users.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/users.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/users.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/users.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/users.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/users.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/users.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/users.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/users.zip"} 40 http_response_size_bytes_count{method="GET",path="/users.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/usr.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/usr.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/usr.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/usr.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/usr.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/usr.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/usr.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/usr.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/usr.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/usr.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/usr.zip"} 40 http_response_size_bytes_count{method="GET",path="/usr.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/ut.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/ut.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/ut.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/ut.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/ut.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/ut.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/ut.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/ut.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/ut.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/ut.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/ut.php"} 43 http_response_size_bytes_count{method="GET",path="/ut.php"} 1 http_response_size_bytes_bucket{method="GET",path="/utilities.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/utilities.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/utilities.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/utilities.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/utilities.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/utilities.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/utilities.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/utilities.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/utilities.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/utilities.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/utilities.zip"} 40 http_response_size_bytes_count{method="GET",path="/utilities.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/utils.js",le="100"} 17 http_response_size_bytes_bucket{method="GET",path="/utils.js",le="500"} 17 http_response_size_bytes_bucket{method="GET",path="/utils.js",le="1000"} 17 http_response_size_bytes_bucket{method="GET",path="/utils.js",le="5000"} 17 http_response_size_bytes_bucket{method="GET",path="/utils.js",le="10000"} 17 http_response_size_bytes_bucket{method="GET",path="/utils.js",le="50000"} 17 http_response_size_bytes_bucket{method="GET",path="/utils.js",le="100000"} 17 http_response_size_bytes_bucket{method="GET",path="/utils.js",le="500000"} 17 http_response_size_bytes_bucket{method="GET",path="/utils.js",le="1e+06"} 17 http_response_size_bytes_bucket{method="GET",path="/utils.js",le="+Inf"} 17 http_response_size_bytes_sum{method="GET",path="/utils.js"} 746 http_response_size_bytes_count{method="GET",path="/utils.js"} 17 http_response_size_bytes_bucket{method="GET",path="/uuu.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/uuu.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/uuu.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/uuu.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/uuu.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/uuu.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/uuu.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/uuu.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/uuu.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/uuu.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/uuu.php"} 86 http_response_size_bytes_count{method="GET",path="/uuu.php"} 2 http_response_size_bytes_bucket{method="GET",path="/uwa.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/uwa.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/uwa.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/uwa.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/uwa.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/uwa.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/uwa.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/uwa.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/uwa.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/uwa.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/uwa.php"} 43 http_response_size_bytes_count{method="GET",path="/uwa.php"} 1 http_response_size_bytes_bucket{method="GET",path="/uwu.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/uwu.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/uwu.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/uwu.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/uwu.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/uwu.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/uwu.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/uwu.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/uwu.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/uwu.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/uwu.php"} 43 http_response_size_bytes_count{method="GET",path="/uwu.php"} 1 http_response_size_bytes_bucket{method="GET",path="/ux.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/ux.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/ux.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/ux.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/ux.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/ux.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/ux.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/ux.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/ux.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/ux.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/ux.zip"} 40 http_response_size_bytes_count{method="GET",path="/ux.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/v.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/v.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/v.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/v.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/v.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/v.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/v.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/v.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/v.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/v.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/v.php"} 43 http_response_size_bytes_count{method="GET",path="/v.php"} 1 http_response_size_bytes_bucket{method="GET",path="/v1.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/v1.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/v1.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/v1.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/v1.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/v1.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/v1.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/v1.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/v1.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/v1.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/v1.zip"} 40 http_response_size_bytes_count{method="GET",path="/v1.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/v1/*",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/v1/*",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/v1/*",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/v1/*",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/v1/*",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/v1/*",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/v1/*",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/v1/*",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/v1/*",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/v1/*",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/v1/*"} 88 http_response_size_bytes_count{method="GET",path="/v1/*"} 2 http_response_size_bytes_bucket{method="GET",path="/v1/.env",le="100"} 6 http_response_size_bytes_bucket{method="GET",path="/v1/.env",le="500"} 6 http_response_size_bytes_bucket{method="GET",path="/v1/.env",le="1000"} 6 http_response_size_bytes_bucket{method="GET",path="/v1/.env",le="5000"} 6 http_response_size_bytes_bucket{method="GET",path="/v1/.env",le="10000"} 6 http_response_size_bytes_bucket{method="GET",path="/v1/.env",le="50000"} 6 http_response_size_bytes_bucket{method="GET",path="/v1/.env",le="100000"} 6 http_response_size_bytes_bucket{method="GET",path="/v1/.env",le="500000"} 6 http_response_size_bytes_bucket{method="GET",path="/v1/.env",le="1e+06"} 6 http_response_size_bytes_bucket{method="GET",path="/v1/.env",le="+Inf"} 6 http_response_size_bytes_sum{method="GET",path="/v1/.env"} 263 http_response_size_bytes_count{method="GET",path="/v1/.env"} 6 http_response_size_bytes_bucket{method="GET",path="/v1/.git/config",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/v1/.git/config",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/v1/.git/config",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/v1/.git/config",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/v1/.git/config",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/v1/.git/config",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/v1/.git/config",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/v1/.git/config",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/v1/.git/config",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/v1/.git/config",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/v1/.git/config"} 43 http_response_size_bytes_count{method="GET",path="/v1/.git/config"} 1 http_response_size_bytes_bucket{method="GET",path="/v1/phpinfo.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/v1/phpinfo.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/v1/phpinfo.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/v1/phpinfo.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/v1/phpinfo.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/v1/phpinfo.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/v1/phpinfo.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/v1/phpinfo.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/v1/phpinfo.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/v1/phpinfo.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/v1/phpinfo.php"} 88 http_response_size_bytes_count{method="GET",path="/v1/phpinfo.php"} 2 http_response_size_bytes_bucket{method="GET",path="/v2.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/v2.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/v2.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/v2.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/v2.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/v2.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/v2.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/v2.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/v2.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/v2.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/v2.php"} 43 http_response_size_bytes_count{method="GET",path="/v2.php"} 1 http_response_size_bytes_bucket{method="GET",path="/v2.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/v2.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/v2.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/v2.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/v2.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/v2.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/v2.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/v2.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/v2.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/v2.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/v2.zip"} 40 http_response_size_bytes_count{method="GET",path="/v2.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/v2/*",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/v2/*",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/v2/*",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/v2/*",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/v2/*",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/v2/*",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/v2/*",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/v2/*",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/v2/*",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/v2/*",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/v2/*"} 88 http_response_size_bytes_count{method="GET",path="/v2/*"} 2 http_response_size_bytes_bucket{method="GET",path="/v2/.env",le="100"} 6 http_response_size_bytes_bucket{method="GET",path="/v2/.env",le="500"} 6 http_response_size_bytes_bucket{method="GET",path="/v2/.env",le="1000"} 6 http_response_size_bytes_bucket{method="GET",path="/v2/.env",le="5000"} 6 http_response_size_bytes_bucket{method="GET",path="/v2/.env",le="10000"} 6 http_response_size_bytes_bucket{method="GET",path="/v2/.env",le="50000"} 6 http_response_size_bytes_bucket{method="GET",path="/v2/.env",le="100000"} 6 http_response_size_bytes_bucket{method="GET",path="/v2/.env",le="500000"} 6 http_response_size_bytes_bucket{method="GET",path="/v2/.env",le="1e+06"} 6 http_response_size_bytes_bucket{method="GET",path="/v2/.env",le="+Inf"} 6 http_response_size_bytes_sum{method="GET",path="/v2/.env"} 263 http_response_size_bytes_count{method="GET",path="/v2/.env"} 6 http_response_size_bytes_bucket{method="GET",path="/v2/.git/config",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/v2/.git/config",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/v2/.git/config",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/v2/.git/config",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/v2/.git/config",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/v2/.git/config",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/v2/.git/config",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/v2/.git/config",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/v2/.git/config",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/v2/.git/config",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/v2/.git/config"} 43 http_response_size_bytes_count{method="GET",path="/v2/.git/config"} 1 http_response_size_bytes_bucket{method="GET",path="/v2/_catalog",le="100"} 10 http_response_size_bytes_bucket{method="GET",path="/v2/_catalog",le="500"} 10 http_response_size_bytes_bucket{method="GET",path="/v2/_catalog",le="1000"} 10 http_response_size_bytes_bucket{method="GET",path="/v2/_catalog",le="5000"} 10 http_response_size_bytes_bucket{method="GET",path="/v2/_catalog",le="10000"} 10 http_response_size_bytes_bucket{method="GET",path="/v2/_catalog",le="50000"} 10 http_response_size_bytes_bucket{method="GET",path="/v2/_catalog",le="100000"} 10 http_response_size_bytes_bucket{method="GET",path="/v2/_catalog",le="500000"} 10 http_response_size_bytes_bucket{method="GET",path="/v2/_catalog",le="1e+06"} 10 http_response_size_bytes_bucket{method="GET",path="/v2/_catalog",le="+Inf"} 10 http_response_size_bytes_sum{method="GET",path="/v2/_catalog"} 430 http_response_size_bytes_count{method="GET",path="/v2/_catalog"} 10 http_response_size_bytes_bucket{method="GET",path="/v2/api-docs",le="100"} 5 http_response_size_bytes_bucket{method="GET",path="/v2/api-docs",le="500"} 5 http_response_size_bytes_bucket{method="GET",path="/v2/api-docs",le="1000"} 5 http_response_size_bytes_bucket{method="GET",path="/v2/api-docs",le="5000"} 5 http_response_size_bytes_bucket{method="GET",path="/v2/api-docs",le="10000"} 5 http_response_size_bytes_bucket{method="GET",path="/v2/api-docs",le="50000"} 5 http_response_size_bytes_bucket{method="GET",path="/v2/api-docs",le="100000"} 5 http_response_size_bytes_bucket{method="GET",path="/v2/api-docs",le="500000"} 5 http_response_size_bytes_bucket{method="GET",path="/v2/api-docs",le="1e+06"} 5 http_response_size_bytes_bucket{method="GET",path="/v2/api-docs",le="+Inf"} 5 http_response_size_bytes_sum{method="GET",path="/v2/api-docs"} 215 http_response_size_bytes_count{method="GET",path="/v2/api-docs"} 5 http_response_size_bytes_bucket{method="GET",path="/v2/phpinfo.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/v2/phpinfo.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/v2/phpinfo.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/v2/phpinfo.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/v2/phpinfo.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/v2/phpinfo.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/v2/phpinfo.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/v2/phpinfo.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/v2/phpinfo.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/v2/phpinfo.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/v2/phpinfo.php"} 88 http_response_size_bytes_count{method="GET",path="/v2/phpinfo.php"} 2 http_response_size_bytes_bucket{method="GET",path="/v3.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/v3.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/v3.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/v3.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/v3.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/v3.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/v3.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/v3.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/v3.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/v3.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/v3.zip"} 40 http_response_size_bytes_count{method="GET",path="/v3.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/v3/.env",le="100"} 6 http_response_size_bytes_bucket{method="GET",path="/v3/.env",le="500"} 6 http_response_size_bytes_bucket{method="GET",path="/v3/.env",le="1000"} 6 http_response_size_bytes_bucket{method="GET",path="/v3/.env",le="5000"} 6 http_response_size_bytes_bucket{method="GET",path="/v3/.env",le="10000"} 6 http_response_size_bytes_bucket{method="GET",path="/v3/.env",le="50000"} 6 http_response_size_bytes_bucket{method="GET",path="/v3/.env",le="100000"} 6 http_response_size_bytes_bucket{method="GET",path="/v3/.env",le="500000"} 6 http_response_size_bytes_bucket{method="GET",path="/v3/.env",le="1e+06"} 6 http_response_size_bytes_bucket{method="GET",path="/v3/.env",le="+Inf"} 6 http_response_size_bytes_sum{method="GET",path="/v3/.env"} 263 http_response_size_bytes_count{method="GET",path="/v3/.env"} 6 http_response_size_bytes_bucket{method="GET",path="/v3/.git/config",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/v3/.git/config",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/v3/.git/config",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/v3/.git/config",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/v3/.git/config",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/v3/.git/config",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/v3/.git/config",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/v3/.git/config",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/v3/.git/config",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/v3/.git/config",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/v3/.git/config"} 43 http_response_size_bytes_count{method="GET",path="/v3/.git/config"} 1 http_response_size_bytes_bucket{method="GET",path="/v3/api-docs",le="100"} 5 http_response_size_bytes_bucket{method="GET",path="/v3/api-docs",le="500"} 5 http_response_size_bytes_bucket{method="GET",path="/v3/api-docs",le="1000"} 5 http_response_size_bytes_bucket{method="GET",path="/v3/api-docs",le="5000"} 5 http_response_size_bytes_bucket{method="GET",path="/v3/api-docs",le="10000"} 5 http_response_size_bytes_bucket{method="GET",path="/v3/api-docs",le="50000"} 5 http_response_size_bytes_bucket{method="GET",path="/v3/api-docs",le="100000"} 5 http_response_size_bytes_bucket{method="GET",path="/v3/api-docs",le="500000"} 5 http_response_size_bytes_bucket{method="GET",path="/v3/api-docs",le="1e+06"} 5 http_response_size_bytes_bucket{method="GET",path="/v3/api-docs",le="+Inf"} 5 http_response_size_bytes_sum{method="GET",path="/v3/api-docs"} 215 http_response_size_bytes_count{method="GET",path="/v3/api-docs"} 5 http_response_size_bytes_bucket{method="GET",path="/v3/phpinfo.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/v3/phpinfo.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/v3/phpinfo.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/v3/phpinfo.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/v3/phpinfo.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/v3/phpinfo.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/v3/phpinfo.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/v3/phpinfo.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/v3/phpinfo.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/v3/phpinfo.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/v3/phpinfo.php"} 87 http_response_size_bytes_count{method="GET",path="/v3/phpinfo.php"} 2 http_response_size_bytes_bucket{method="GET",path="/vanda.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/vanda.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/vanda.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/vanda.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/vanda.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/vanda.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/vanda.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/vanda.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/vanda.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/vanda.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/vanda.php"} 43 http_response_size_bytes_count{method="GET",path="/vanda.php"} 1 http_response_size_bytes_bucket{method="GET",path="/var.7z",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/var.7z",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/var.7z",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/var.7z",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/var.7z",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/var.7z",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/var.7z",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/var.7z",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/var.7z",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/var.7z",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/var.7z"} 43 http_response_size_bytes_count{method="GET",path="/var.7z"} 1 http_response_size_bytes_bucket{method="GET",path="/var.bz2",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/var.bz2",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/var.bz2",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/var.bz2",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/var.bz2",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/var.bz2",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/var.bz2",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/var.bz2",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/var.bz2",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/var.bz2",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/var.bz2"} 43 http_response_size_bytes_count{method="GET",path="/var.bz2"} 1 http_response_size_bytes_bucket{method="GET",path="/var.gz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/var.gz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/var.gz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/var.gz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/var.gz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/var.gz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/var.gz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/var.gz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/var.gz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/var.gz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/var.gz"} 43 http_response_size_bytes_count{method="GET",path="/var.gz"} 1 http_response_size_bytes_bucket{method="GET",path="/var.rar",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/var.rar",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/var.rar",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/var.rar",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/var.rar",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/var.rar",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/var.rar",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/var.rar",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/var.rar",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/var.rar",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/var.rar"} 43 http_response_size_bytes_count{method="GET",path="/var.rar"} 1 http_response_size_bytes_bucket{method="GET",path="/var.sql",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/var.sql",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/var.sql",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/var.sql",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/var.sql",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/var.sql",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/var.sql",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/var.sql",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/var.sql",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/var.sql",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/var.sql"} 43 http_response_size_bytes_count{method="GET",path="/var.sql"} 1 http_response_size_bytes_bucket{method="GET",path="/var.sql.bz2",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/var.sql.bz2",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/var.sql.bz2",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/var.sql.bz2",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/var.sql.bz2",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/var.sql.bz2",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/var.sql.bz2",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/var.sql.bz2",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/var.sql.bz2",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/var.sql.bz2",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/var.sql.bz2"} 43 http_response_size_bytes_count{method="GET",path="/var.sql.bz2"} 1 http_response_size_bytes_bucket{method="GET",path="/var.sql.gz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/var.sql.gz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/var.sql.gz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/var.sql.gz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/var.sql.gz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/var.sql.gz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/var.sql.gz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/var.sql.gz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/var.sql.gz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/var.sql.gz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/var.sql.gz"} 43 http_response_size_bytes_count{method="GET",path="/var.sql.gz"} 1 http_response_size_bytes_bucket{method="GET",path="/var.tar",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/var.tar",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/var.tar",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/var.tar",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/var.tar",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/var.tar",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/var.tar",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/var.tar",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/var.tar",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/var.tar",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/var.tar"} 43 http_response_size_bytes_count{method="GET",path="/var.tar"} 1 http_response_size_bytes_bucket{method="GET",path="/var.tar.bz2",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/var.tar.bz2",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/var.tar.bz2",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/var.tar.bz2",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/var.tar.bz2",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/var.tar.bz2",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/var.tar.bz2",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/var.tar.bz2",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/var.tar.bz2",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/var.tar.bz2",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/var.tar.bz2"} 43 http_response_size_bytes_count{method="GET",path="/var.tar.bz2"} 1 http_response_size_bytes_bucket{method="GET",path="/var.tar.gz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/var.tar.gz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/var.tar.gz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/var.tar.gz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/var.tar.gz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/var.tar.gz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/var.tar.gz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/var.tar.gz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/var.tar.gz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/var.tar.gz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/var.tar.gz"} 43 http_response_size_bytes_count{method="GET",path="/var.tar.gz"} 1 http_response_size_bytes_bucket{method="GET",path="/var.tar.xz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/var.tar.xz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/var.tar.xz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/var.tar.xz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/var.tar.xz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/var.tar.xz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/var.tar.xz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/var.tar.xz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/var.tar.xz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/var.tar.xz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/var.tar.xz"} 43 http_response_size_bytes_count{method="GET",path="/var.tar.xz"} 1 http_response_size_bytes_bucket{method="GET",path="/var.tgz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/var.tgz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/var.tgz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/var.tgz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/var.tgz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/var.tgz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/var.tgz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/var.tgz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/var.tgz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/var.tgz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/var.tgz"} 43 http_response_size_bytes_count{method="GET",path="/var.tgz"} 1 http_response_size_bytes_bucket{method="GET",path="/var.zip",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/var.zip",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/var.zip",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/var.zip",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/var.zip",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/var.zip",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/var.zip",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/var.zip",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/var.zip",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/var.zip",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/var.zip"} 82 http_response_size_bytes_count{method="GET",path="/var.zip"} 3 http_response_size_bytes_bucket{method="GET",path="/var.zst",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/var.zst",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/var.zst",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/var.zst",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/var.zst",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/var.zst",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/var.zst",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/var.zst",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/var.zst",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/var.zst",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/var.zst"} 43 http_response_size_bytes_count{method="GET",path="/var.zst"} 1 http_response_size_bytes_bucket{method="GET",path="/var/log/app.log",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/var/log/app.log",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/var/log/app.log",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/var/log/app.log",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/var/log/app.log",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/var/log/app.log",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/var/log/app.log",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/var/log/app.log",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/var/log/app.log",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/var/log/app.log",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/var/log/app.log"} 43 http_response_size_bytes_count{method="GET",path="/var/log/app.log"} 1 http_response_size_bytes_bucket{method="GET",path="/var/task/amplify.yaml",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/var/task/amplify.yaml",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/var/task/amplify.yaml",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/var/task/amplify.yaml",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/var/task/amplify.yaml",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/var/task/amplify.yaml",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/var/task/amplify.yaml",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/var/task/amplify.yaml",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/var/task/amplify.yaml",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/var/task/amplify.yaml",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/var/task/amplify.yaml"} 88 http_response_size_bytes_count{method="GET",path="/var/task/amplify.yaml"} 2 http_response_size_bytes_bucket{method="GET",path="/var/task/amplify.yml",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/var/task/amplify.yml",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/var/task/amplify.yml",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/var/task/amplify.yml",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/var/task/amplify.yml",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/var/task/amplify.yml",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/var/task/amplify.yml",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/var/task/amplify.yml",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/var/task/amplify.yml",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/var/task/amplify.yml",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/var/task/amplify.yml"} 88 http_response_size_bytes_count{method="GET",path="/var/task/amplify.yml"} 2 http_response_size_bytes_bucket{method="GET",path="/var/task/amplify/backend/function/*/src/index.js",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/var/task/amplify/backend/function/*/src/index.js",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/var/task/amplify/backend/function/*/src/index.js",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/var/task/amplify/backend/function/*/src/index.js",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/var/task/amplify/backend/function/*/src/index.js",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/var/task/amplify/backend/function/*/src/index.js",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/var/task/amplify/backend/function/*/src/index.js",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/var/task/amplify/backend/function/*/src/index.js",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/var/task/amplify/backend/function/*/src/index.js",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/var/task/amplify/backend/function/*/src/index.js",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/var/task/amplify/backend/function/*/src/index.js"} 88 http_response_size_bytes_count{method="GET",path="/var/task/amplify/backend/function/*/src/index.js"} 2 http_response_size_bytes_bucket{method="GET",path="/var/task/docker-compose.yaml",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/var/task/docker-compose.yaml",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/var/task/docker-compose.yaml",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/var/task/docker-compose.yaml",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/var/task/docker-compose.yaml",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/var/task/docker-compose.yaml",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/var/task/docker-compose.yaml",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/var/task/docker-compose.yaml",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/var/task/docker-compose.yaml",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/var/task/docker-compose.yaml",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/var/task/docker-compose.yaml"} 88 http_response_size_bytes_count{method="GET",path="/var/task/docker-compose.yaml"} 2 http_response_size_bytes_bucket{method="GET",path="/var/task/docker-compose.yml",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/var/task/docker-compose.yml",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/var/task/docker-compose.yml",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/var/task/docker-compose.yml",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/var/task/docker-compose.yml",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/var/task/docker-compose.yml",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/var/task/docker-compose.yml",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/var/task/docker-compose.yml",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/var/task/docker-compose.yml",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/var/task/docker-compose.yml",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/var/task/docker-compose.yml"} 88 http_response_size_bytes_count{method="GET",path="/var/task/docker-compose.yml"} 2 http_response_size_bytes_bucket{method="GET",path="/var/task/netlify.toml",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/var/task/netlify.toml",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/var/task/netlify.toml",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/var/task/netlify.toml",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/var/task/netlify.toml",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/var/task/netlify.toml",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/var/task/netlify.toml",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/var/task/netlify.toml",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/var/task/netlify.toml",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/var/task/netlify.toml",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/var/task/netlify.toml"} 88 http_response_size_bytes_count{method="GET",path="/var/task/netlify.toml"} 2 http_response_size_bytes_bucket{method="GET",path="/var/task/next.config.js",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/var/task/next.config.js",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/var/task/next.config.js",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/var/task/next.config.js",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/var/task/next.config.js",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/var/task/next.config.js",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/var/task/next.config.js",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/var/task/next.config.js",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/var/task/next.config.js",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/var/task/next.config.js",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/var/task/next.config.js"} 88 http_response_size_bytes_count{method="GET",path="/var/task/next.config.js"} 2 http_response_size_bytes_bucket{method="GET",path="/var/task/next.config.mjs",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/var/task/next.config.mjs",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/var/task/next.config.mjs",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/var/task/next.config.mjs",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/var/task/next.config.mjs",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/var/task/next.config.mjs",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/var/task/next.config.mjs",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/var/task/next.config.mjs",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/var/task/next.config.mjs",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/var/task/next.config.mjs",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/var/task/next.config.mjs"} 88 http_response_size_bytes_count{method="GET",path="/var/task/next.config.mjs"} 2 http_response_size_bytes_bucket{method="GET",path="/var/task/next.config.ts",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/var/task/next.config.ts",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/var/task/next.config.ts",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/var/task/next.config.ts",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/var/task/next.config.ts",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/var/task/next.config.ts",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/var/task/next.config.ts",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/var/task/next.config.ts",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/var/task/next.config.ts",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/var/task/next.config.ts",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/var/task/next.config.ts"} 88 http_response_size_bytes_count{method="GET",path="/var/task/next.config.ts"} 2 http_response_size_bytes_bucket{method="GET",path="/var/task/nuxt.config.js",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/var/task/nuxt.config.js",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/var/task/nuxt.config.js",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/var/task/nuxt.config.js",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/var/task/nuxt.config.js",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/var/task/nuxt.config.js",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/var/task/nuxt.config.js",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/var/task/nuxt.config.js",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/var/task/nuxt.config.js",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/var/task/nuxt.config.js",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/var/task/nuxt.config.js"} 87 http_response_size_bytes_count{method="GET",path="/var/task/nuxt.config.js"} 2 http_response_size_bytes_bucket{method="GET",path="/var/task/nuxt.config.ts",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/var/task/nuxt.config.ts",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/var/task/nuxt.config.ts",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/var/task/nuxt.config.ts",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/var/task/nuxt.config.ts",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/var/task/nuxt.config.ts",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/var/task/nuxt.config.ts",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/var/task/nuxt.config.ts",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/var/task/nuxt.config.ts",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/var/task/nuxt.config.ts",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/var/task/nuxt.config.ts"} 87 http_response_size_bytes_count{method="GET",path="/var/task/nuxt.config.ts"} 2 http_response_size_bytes_bucket{method="GET",path="/var/task/package.json",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/var/task/package.json",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/var/task/package.json",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/var/task/package.json",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/var/task/package.json",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/var/task/package.json",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/var/task/package.json",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/var/task/package.json",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/var/task/package.json",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/var/task/package.json",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/var/task/package.json"} 88 http_response_size_bytes_count{method="GET",path="/var/task/package.json"} 2 http_response_size_bytes_bucket{method="GET",path="/var/task/serverless.json",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/var/task/serverless.json",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/var/task/serverless.json",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/var/task/serverless.json",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/var/task/serverless.json",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/var/task/serverless.json",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/var/task/serverless.json",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/var/task/serverless.json",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/var/task/serverless.json",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/var/task/serverless.json",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/var/task/serverless.json"} 88 http_response_size_bytes_count{method="GET",path="/var/task/serverless.json"} 2 http_response_size_bytes_bucket{method="GET",path="/var/task/serverless.yaml",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/var/task/serverless.yaml",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/var/task/serverless.yaml",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/var/task/serverless.yaml",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/var/task/serverless.yaml",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/var/task/serverless.yaml",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/var/task/serverless.yaml",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/var/task/serverless.yaml",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/var/task/serverless.yaml",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/var/task/serverless.yaml",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/var/task/serverless.yaml"} 87 http_response_size_bytes_count{method="GET",path="/var/task/serverless.yaml"} 2 http_response_size_bytes_bucket{method="GET",path="/var/task/serverless.yml",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/var/task/serverless.yml",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/var/task/serverless.yml",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/var/task/serverless.yml",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/var/task/serverless.yml",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/var/task/serverless.yml",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/var/task/serverless.yml",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/var/task/serverless.yml",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/var/task/serverless.yml",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/var/task/serverless.yml",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/var/task/serverless.yml"} 88 http_response_size_bytes_count{method="GET",path="/var/task/serverless.yml"} 2 http_response_size_bytes_bucket{method="GET",path="/var/task/vercel.json",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/var/task/vercel.json",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/var/task/vercel.json",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/var/task/vercel.json",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/var/task/vercel.json",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/var/task/vercel.json",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/var/task/vercel.json",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/var/task/vercel.json",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/var/task/vercel.json",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/var/task/vercel.json",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/var/task/vercel.json"} 88 http_response_size_bytes_count{method="GET",path="/var/task/vercel.json"} 2 http_response_size_bytes_bucket{method="GET",path="/var/www/.env",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/var/www/.env",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/var/www/.env",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/var/www/.env",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/var/www/.env",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/var/www/.env",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/var/www/.env",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/var/www/.env",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/var/www/.env",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/var/www/.env",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/var/www/.env"} 132 http_response_size_bytes_count{method="GET",path="/var/www/.env"} 3 http_response_size_bytes_bucket{method="GET",path="/var/www/html/.env",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/var/www/html/.env",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/var/www/html/.env",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/var/www/html/.env",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/var/www/html/.env",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/var/www/html/.env",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/var/www/html/.env",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/var/www/html/.env",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/var/www/html/.env",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/var/www/html/.env",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/var/www/html/.env"} 132 http_response_size_bytes_count{method="GET",path="/var/www/html/.env"} 3 http_response_size_bytes_bucket{method="GET",path="/varb.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/varb.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/varb.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/varb.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/varb.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/varb.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/varb.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/varb.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/varb.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/varb.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/varb.php"} 86 http_response_size_bytes_count{method="GET",path="/varb.php"} 2 http_response_size_bytes_bucket{method="GET",path="/vee.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/vee.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/vee.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/vee.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/vee.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/vee.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/vee.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/vee.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/vee.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/vee.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/vee.php"} 43 http_response_size_bytes_count{method="GET",path="/vee.php"} 1 http_response_size_bytes_bucket{method="GET",path="/vendor.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/vendor.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/vendor.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/vendor.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/vendor.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/vendor.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/vendor.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/vendor.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/vendor.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/vendor.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/vendor.zip"} 40 http_response_size_bytes_count{method="GET",path="/vendor.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/vendor/.env",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/vendor/.env",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/vendor/.env",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/vendor/.env",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/vendor/.env",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/vendor/.env",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/vendor/.env",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/vendor/.env",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/vendor/.env",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/vendor/.env",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/vendor/.env"} 175 http_response_size_bytes_count{method="GET",path="/vendor/.env"} 4 http_response_size_bytes_bucket{method="GET",path="/vercel.json",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/vercel.json",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/vercel.json",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/vercel.json",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/vercel.json",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/vercel.json",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/vercel.json",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/vercel.json",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/vercel.json",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/vercel.json",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/vercel.json"} 88 http_response_size_bytes_count{method="GET",path="/vercel.json"} 2 http_response_size_bytes_bucket{method="GET",path="/version1.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/version1.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/version1.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/version1.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/version1.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/version1.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/version1.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/version1.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/version1.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/version1.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/version1.zip"} 40 http_response_size_bytes_count{method="GET",path="/version1.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/version2.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/version2.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/version2.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/version2.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/version2.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/version2.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/version2.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/version2.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/version2.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/version2.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/version2.zip"} 40 http_response_size_bytes_count{method="GET",path="/version2.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/version3.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/version3.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/version3.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/version3.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/version3.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/version3.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/version3.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/version3.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/version3.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/version3.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/version3.zip"} 40 http_response_size_bytes_count{method="GET",path="/version3.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/vgtyu.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/vgtyu.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/vgtyu.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/vgtyu.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/vgtyu.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/vgtyu.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/vgtyu.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/vgtyu.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/vgtyu.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/vgtyu.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/vgtyu.php"} 43 http_response_size_bytes_count{method="GET",path="/vgtyu.php"} 1 http_response_size_bytes_bucket{method="GET",path="/videos.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/videos.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/videos.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/videos.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/videos.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/videos.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/videos.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/videos.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/videos.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/videos.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/videos.zip"} 40 http_response_size_bytes_count{method="GET",path="/videos.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/view.php",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/view.php",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/view.php",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/view.php",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/view.php",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/view.php",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/view.php",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/view.php",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/view.php",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/view.php",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/view.php"} 130 http_response_size_bytes_count{method="GET",path="/view.php"} 3 http_response_size_bytes_bucket{method="GET",path="/vite.config.js",le="100"} 20 http_response_size_bytes_bucket{method="GET",path="/vite.config.js",le="500"} 20 http_response_size_bytes_bucket{method="GET",path="/vite.config.js",le="1000"} 20 http_response_size_bytes_bucket{method="GET",path="/vite.config.js",le="5000"} 20 http_response_size_bytes_bucket{method="GET",path="/vite.config.js",le="10000"} 20 http_response_size_bytes_bucket{method="GET",path="/vite.config.js",le="50000"} 20 http_response_size_bytes_bucket{method="GET",path="/vite.config.js",le="100000"} 20 http_response_size_bytes_bucket{method="GET",path="/vite.config.js",le="500000"} 20 http_response_size_bytes_bucket{method="GET",path="/vite.config.js",le="1e+06"} 20 http_response_size_bytes_bucket{method="GET",path="/vite.config.js",le="+Inf"} 20 http_response_size_bytes_sum{method="GET",path="/vite.config.js"} 878 http_response_size_bytes_count{method="GET",path="/vite.config.js"} 20 http_response_size_bytes_bucket{method="GET",path="/vite/.env",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/vite/.env",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/vite/.env",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/vite/.env",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/vite/.env",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/vite/.env",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/vite/.env",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/vite/.env",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/vite/.env",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/vite/.env",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/vite/.env"} 44 http_response_size_bytes_count{method="GET",path="/vite/.env"} 1 http_response_size_bytes_bucket{method="GET",path="/vite/manifest.json",le="100"} 18 http_response_size_bytes_bucket{method="GET",path="/vite/manifest.json",le="500"} 18 http_response_size_bytes_bucket{method="GET",path="/vite/manifest.json",le="1000"} 18 http_response_size_bytes_bucket{method="GET",path="/vite/manifest.json",le="5000"} 18 http_response_size_bytes_bucket{method="GET",path="/vite/manifest.json",le="10000"} 18 http_response_size_bytes_bucket{method="GET",path="/vite/manifest.json",le="50000"} 18 http_response_size_bytes_bucket{method="GET",path="/vite/manifest.json",le="100000"} 18 http_response_size_bytes_bucket{method="GET",path="/vite/manifest.json",le="500000"} 18 http_response_size_bytes_bucket{method="GET",path="/vite/manifest.json",le="1e+06"} 18 http_response_size_bytes_bucket{method="GET",path="/vite/manifest.json",le="+Inf"} 18 http_response_size_bytes_sum{method="GET",path="/vite/manifest.json"} 790 http_response_size_bytes_count{method="GET",path="/vite/manifest.json"} 18 http_response_size_bytes_bucket{method="GET",path="/vps.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/vps.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/vps.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/vps.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/vps.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/vps.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/vps.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/vps.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/vps.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/vps.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/vps.zip"} 40 http_response_size_bytes_count{method="GET",path="/vps.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/vue.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/vue.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/vue.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/vue.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/vue.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/vue.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/vue.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/vue.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/vue.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/vue.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/vue.zip"} 40 http_response_size_bytes_count{method="GET",path="/vue.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/vue/.env",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/vue/.env",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/vue/.env",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/vue/.env",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/vue/.env",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/vue/.env",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/vue/.env",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/vue/.env",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/vue/.env",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/vue/.env",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/vue/.env"} 44 http_response_size_bytes_count{method="GET",path="/vue/.env"} 1 http_response_size_bytes_bucket{method="GET",path="/vultr.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/vultr.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/vultr.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/vultr.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/vultr.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/vultr.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/vultr.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/vultr.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/vultr.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/vultr.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/vultr.zip"} 40 http_response_size_bytes_count{method="GET",path="/vultr.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/vv.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/vv.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/vv.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/vv.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/vv.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/vv.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/vv.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/vv.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/vv.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/vv.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/vv.php"} 86 http_response_size_bytes_count{method="GET",path="/vv.php"} 2 http_response_size_bytes_bucket{method="GET",path="/vx.php",le="100"} 5 http_response_size_bytes_bucket{method="GET",path="/vx.php",le="500"} 5 http_response_size_bytes_bucket{method="GET",path="/vx.php",le="1000"} 5 http_response_size_bytes_bucket{method="GET",path="/vx.php",le="5000"} 5 http_response_size_bytes_bucket{method="GET",path="/vx.php",le="10000"} 5 http_response_size_bytes_bucket{method="GET",path="/vx.php",le="50000"} 5 http_response_size_bytes_bucket{method="GET",path="/vx.php",le="100000"} 5 http_response_size_bytes_bucket{method="GET",path="/vx.php",le="500000"} 5 http_response_size_bytes_bucket{method="GET",path="/vx.php",le="1e+06"} 5 http_response_size_bytes_bucket{method="GET",path="/vx.php",le="+Inf"} 5 http_response_size_bytes_sum{method="GET",path="/vx.php"} 215 http_response_size_bytes_count{method="GET",path="/vx.php"} 5 http_response_size_bytes_bucket{method="GET",path="/w.php",le="100"} 6 http_response_size_bytes_bucket{method="GET",path="/w.php",le="500"} 6 http_response_size_bytes_bucket{method="GET",path="/w.php",le="1000"} 6 http_response_size_bytes_bucket{method="GET",path="/w.php",le="5000"} 6 http_response_size_bytes_bucket{method="GET",path="/w.php",le="10000"} 6 http_response_size_bytes_bucket{method="GET",path="/w.php",le="50000"} 6 http_response_size_bytes_bucket{method="GET",path="/w.php",le="100000"} 6 http_response_size_bytes_bucket{method="GET",path="/w.php",le="500000"} 6 http_response_size_bytes_bucket{method="GET",path="/w.php",le="1e+06"} 6 http_response_size_bytes_bucket{method="GET",path="/w.php",le="+Inf"} 6 http_response_size_bytes_sum{method="GET",path="/w.php"} 258 http_response_size_bytes_count{method="GET",path="/w.php"} 6 http_response_size_bytes_bucket{method="GET",path="/w2025.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/w2025.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/w2025.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/w2025.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/w2025.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/w2025.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/w2025.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/w2025.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/w2025.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/w2025.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/w2025.php"} 43 http_response_size_bytes_count{method="GET",path="/w2025.php"} 1 http_response_size_bytes_bucket{method="GET",path="/waku/*",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/waku/*",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/waku/*",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/waku/*",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/waku/*",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/waku/*",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/waku/*",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/waku/*",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/waku/*",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/waku/*",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/waku/*"} 88 http_response_size_bytes_count{method="GET",path="/waku/*"} 2 http_response_size_bytes_bucket{method="GET",path="/wan.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wan.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wan.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wan.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wan.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wan.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wan.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wan.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wan.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wan.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wan.php"} 43 http_response_size_bytes_count{method="GET",path="/wan.php"} 1 http_response_size_bytes_bucket{method="GET",path="/we.php",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/we.php",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/we.php",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/we.php",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/we.php",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/we.php",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/we.php",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/we.php",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/we.php",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/we.php",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/we.php"} 129 http_response_size_bytes_count{method="GET",path="/we.php"} 3 http_response_size_bytes_bucket{method="GET",path="/we2.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/we2.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/we2.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/we2.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/we2.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/we2.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/we2.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/we2.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/we2.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/we2.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/we2.php"} 86 http_response_size_bytes_count{method="GET",path="/we2.php"} 2 http_response_size_bytes_bucket{method="GET",path="/web.7z",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/web.7z",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/web.7z",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/web.7z",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/web.7z",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/web.7z",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/web.7z",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/web.7z",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/web.7z",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/web.7z",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/web.7z"} 43 http_response_size_bytes_count{method="GET",path="/web.7z"} 1 http_response_size_bytes_bucket{method="GET",path="/web.bz2",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/web.bz2",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/web.bz2",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/web.bz2",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/web.bz2",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/web.bz2",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/web.bz2",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/web.bz2",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/web.bz2",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/web.bz2",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/web.bz2"} 43 http_response_size_bytes_count{method="GET",path="/web.bz2"} 1 http_response_size_bytes_bucket{method="GET",path="/web.config",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/web.config",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/web.config",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/web.config",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/web.config",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/web.config",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/web.config",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/web.config",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/web.config",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/web.config",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/web.config"} 86 http_response_size_bytes_count{method="GET",path="/web.config"} 2 http_response_size_bytes_bucket{method="GET",path="/web.gz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/web.gz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/web.gz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/web.gz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/web.gz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/web.gz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/web.gz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/web.gz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/web.gz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/web.gz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/web.gz"} 43 http_response_size_bytes_count{method="GET",path="/web.gz"} 1 http_response_size_bytes_bucket{method="GET",path="/web.rar",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/web.rar",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/web.rar",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/web.rar",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/web.rar",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/web.rar",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/web.rar",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/web.rar",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/web.rar",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/web.rar",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/web.rar"} 43 http_response_size_bytes_count{method="GET",path="/web.rar"} 1 http_response_size_bytes_bucket{method="GET",path="/web.sql",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/web.sql",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/web.sql",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/web.sql",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/web.sql",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/web.sql",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/web.sql",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/web.sql",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/web.sql",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/web.sql",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/web.sql"} 43 http_response_size_bytes_count{method="GET",path="/web.sql"} 1 http_response_size_bytes_bucket{method="GET",path="/web.sql.bz2",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/web.sql.bz2",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/web.sql.bz2",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/web.sql.bz2",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/web.sql.bz2",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/web.sql.bz2",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/web.sql.bz2",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/web.sql.bz2",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/web.sql.bz2",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/web.sql.bz2",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/web.sql.bz2"} 43 http_response_size_bytes_count{method="GET",path="/web.sql.bz2"} 1 http_response_size_bytes_bucket{method="GET",path="/web.sql.gz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/web.sql.gz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/web.sql.gz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/web.sql.gz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/web.sql.gz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/web.sql.gz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/web.sql.gz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/web.sql.gz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/web.sql.gz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/web.sql.gz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/web.sql.gz"} 43 http_response_size_bytes_count{method="GET",path="/web.sql.gz"} 1 http_response_size_bytes_bucket{method="GET",path="/web.tar",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/web.tar",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/web.tar",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/web.tar",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/web.tar",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/web.tar",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/web.tar",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/web.tar",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/web.tar",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/web.tar",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/web.tar"} 43 http_response_size_bytes_count{method="GET",path="/web.tar"} 1 http_response_size_bytes_bucket{method="GET",path="/web.tar.bz2",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/web.tar.bz2",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/web.tar.bz2",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/web.tar.bz2",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/web.tar.bz2",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/web.tar.bz2",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/web.tar.bz2",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/web.tar.bz2",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/web.tar.bz2",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/web.tar.bz2",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/web.tar.bz2"} 43 http_response_size_bytes_count{method="GET",path="/web.tar.bz2"} 1 http_response_size_bytes_bucket{method="GET",path="/web.tar.gz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/web.tar.gz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/web.tar.gz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/web.tar.gz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/web.tar.gz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/web.tar.gz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/web.tar.gz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/web.tar.gz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/web.tar.gz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/web.tar.gz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/web.tar.gz"} 43 http_response_size_bytes_count{method="GET",path="/web.tar.gz"} 1 http_response_size_bytes_bucket{method="GET",path="/web.tar.xz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/web.tar.xz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/web.tar.xz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/web.tar.xz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/web.tar.xz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/web.tar.xz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/web.tar.xz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/web.tar.xz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/web.tar.xz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/web.tar.xz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/web.tar.xz"} 43 http_response_size_bytes_count{method="GET",path="/web.tar.xz"} 1 http_response_size_bytes_bucket{method="GET",path="/web.tgz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/web.tgz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/web.tgz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/web.tgz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/web.tgz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/web.tgz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/web.tgz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/web.tgz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/web.tgz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/web.tgz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/web.tgz"} 43 http_response_size_bytes_count{method="GET",path="/web.tgz"} 1 http_response_size_bytes_bucket{method="GET",path="/web.zip",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/web.zip",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/web.zip",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/web.zip",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/web.zip",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/web.zip",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/web.zip",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/web.zip",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/web.zip",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/web.zip",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/web.zip"} 82 http_response_size_bytes_count{method="GET",path="/web.zip"} 3 http_response_size_bytes_bucket{method="GET",path="/web.zst",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/web.zst",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/web.zst",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/web.zst",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/web.zst",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/web.zst",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/web.zst",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/web.zst",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/web.zst",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/web.zst",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/web.zst"} 43 http_response_size_bytes_count{method="GET",path="/web.zst"} 1 http_response_size_bytes_bucket{method="GET",path="/web/.env",le="100"} 16 http_response_size_bytes_bucket{method="GET",path="/web/.env",le="500"} 16 http_response_size_bytes_bucket{method="GET",path="/web/.env",le="1000"} 16 http_response_size_bytes_bucket{method="GET",path="/web/.env",le="5000"} 16 http_response_size_bytes_bucket{method="GET",path="/web/.env",le="10000"} 16 http_response_size_bytes_bucket{method="GET",path="/web/.env",le="50000"} 16 http_response_size_bytes_bucket{method="GET",path="/web/.env",le="100000"} 16 http_response_size_bytes_bucket{method="GET",path="/web/.env",le="500000"} 16 http_response_size_bytes_bucket{method="GET",path="/web/.env",le="1e+06"} 16 http_response_size_bytes_bucket{method="GET",path="/web/.env",le="+Inf"} 16 http_response_size_bytes_sum{method="GET",path="/web/.env"} 696 http_response_size_bytes_count{method="GET",path="/web/.env"} 16 http_response_size_bytes_bucket{method="GET",path="/web/.git/config",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/web/.git/config",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/web/.git/config",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/web/.git/config",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/web/.git/config",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/web/.git/config",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/web/.git/config",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/web/.git/config",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/web/.git/config",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/web/.git/config",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/web/.git/config"} 43 http_response_size_bytes_count{method="GET",path="/web/.git/config"} 1 http_response_size_bytes_bucket{method="GET",path="/web/app.js",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/web/app.js",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/web/app.js",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/web/app.js",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/web/app.js",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/web/app.js",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/web/app.js",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/web/app.js",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/web/app.js",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/web/app.js",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/web/app.js"} 88 http_response_size_bytes_count{method="GET",path="/web/app.js"} 2 http_response_size_bytes_bucket{method="GET",path="/web/config/common.js",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/web/config/common.js",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/web/config/common.js",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/web/config/common.js",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/web/config/common.js",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/web/config/common.js",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/web/config/common.js",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/web/config/common.js",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/web/config/common.js",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/web/config/common.js",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/web/config/common.js"} 88 http_response_size_bytes_count{method="GET",path="/web/config/common.js"} 2 http_response_size_bytes_bucket{method="GET",path="/web/config/constants.js",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/web/config/constants.js",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/web/config/constants.js",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/web/config/constants.js",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/web/config/constants.js",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/web/config/constants.js",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/web/config/constants.js",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/web/config/constants.js",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/web/config/constants.js",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/web/config/constants.js",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/web/config/constants.js"} 88 http_response_size_bytes_count{method="GET",path="/web/config/constants.js"} 2 http_response_size_bytes_bucket{method="GET",path="/web/constant.js",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/web/constant.js",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/web/constant.js",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/web/constant.js",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/web/constant.js",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/web/constant.js",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/web/constant.js",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/web/constant.js",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/web/constant.js",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/web/constant.js",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/web/constant.js"} 88 http_response_size_bytes_count{method="GET",path="/web/constant.js"} 2 http_response_size_bytes_bucket{method="GET",path="/web/constants.js",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/web/constants.js",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/web/constants.js",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/web/constants.js",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/web/constants.js",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/web/constants.js",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/web/constants.js",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/web/constants.js",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/web/constants.js",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/web/constants.js",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/web/constants.js"} 88 http_response_size_bytes_count{method="GET",path="/web/constants.js"} 2 http_response_size_bytes_bucket{method="GET",path="/web/env.js",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/web/env.js",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/web/env.js",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/web/env.js",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/web/env.js",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/web/env.js",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/web/env.js",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/web/env.js",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/web/env.js",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/web/env.js",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/web/env.js"} 88 http_response_size_bytes_count{method="GET",path="/web/env.js"} 2 http_response_size_bytes_bucket{method="GET",path="/web/info.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/web/info.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/web/info.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/web/info.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/web/info.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/web/info.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/web/info.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/web/info.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/web/info.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/web/info.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/web/info.php"} 87 http_response_size_bytes_count{method="GET",path="/web/info.php"} 2 http_response_size_bytes_bucket{method="GET",path="/web/php.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/web/php.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/web/php.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/web/php.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/web/php.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/web/php.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/web/php.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/web/php.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/web/php.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/web/php.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/web/php.php"} 88 http_response_size_bytes_count{method="GET",path="/web/php.php"} 2 http_response_size_bytes_bucket{method="GET",path="/web/phpinfo.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/web/phpinfo.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/web/phpinfo.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/web/phpinfo.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/web/phpinfo.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/web/phpinfo.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/web/phpinfo.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/web/phpinfo.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/web/phpinfo.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/web/phpinfo.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/web/phpinfo.php"} 88 http_response_size_bytes_count{method="GET",path="/web/phpinfo.php"} 2 http_response_size_bytes_bucket{method="GET",path="/webadmin/.env",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/webadmin/.env",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/webadmin/.env",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/webadmin/.env",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/webadmin/.env",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/webadmin/.env",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/webadmin/.env",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/webadmin/.env",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/webadmin/.env",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/webadmin/.env",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/webadmin/.env"} 88 http_response_size_bytes_count{method="GET",path="/webadmin/.env"} 2 http_response_size_bytes_bucket{method="GET",path="/webapps.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/webapps.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/webapps.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/webapps.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/webapps.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/webapps.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/webapps.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/webapps.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/webapps.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/webapps.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/webapps.zip"} 40 http_response_size_bytes_count{method="GET",path="/webapps.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/webhook",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/webhook",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/webhook",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/webhook",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/webhook",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/webhook",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/webhook",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/webhook",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/webhook",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/webhook",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/webhook"} 87 http_response_size_bytes_count{method="GET",path="/webhook"} 2 http_response_size_bytes_bucket{method="GET",path="/webhook-test/*",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/webhook-test/*",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/webhook-test/*",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/webhook-test/*",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/webhook-test/*",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/webhook-test/*",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/webhook-test/*",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/webhook-test/*",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/webhook-test/*",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/webhook-test/*",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/webhook-test/*"} 88 http_response_size_bytes_count{method="GET",path="/webhook-test/*"} 2 http_response_size_bytes_bucket{method="GET",path="/webhook-waiting/*",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/webhook-waiting/*",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/webhook-waiting/*",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/webhook-waiting/*",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/webhook-waiting/*",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/webhook-waiting/*",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/webhook-waiting/*",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/webhook-waiting/*",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/webhook-waiting/*",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/webhook-waiting/*",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/webhook-waiting/*"} 88 http_response_size_bytes_count{method="GET",path="/webhook-waiting/*"} 2 http_response_size_bytes_bucket{method="GET",path="/webhook/*",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/webhook/*",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/webhook/*",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/webhook/*",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/webhook/*",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/webhook/*",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/webhook/*",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/webhook/*",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/webhook/*",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/webhook/*",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/webhook/*"} 88 http_response_size_bytes_count{method="GET",path="/webhook/*"} 2 http_response_size_bytes_bucket{method="GET",path="/webhooks/incoming/stripe.json",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/webhooks/incoming/stripe.json",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/webhooks/incoming/stripe.json",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/webhooks/incoming/stripe.json",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/webhooks/incoming/stripe.json",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/webhooks/incoming/stripe.json",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/webhooks/incoming/stripe.json",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/webhooks/incoming/stripe.json",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/webhooks/incoming/stripe.json",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/webhooks/incoming/stripe.json",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/webhooks/incoming/stripe.json"} 88 http_response_size_bytes_count{method="GET",path="/webhooks/incoming/stripe.json"} 2 http_response_size_bytes_bucket{method="GET",path="/webindex.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/webindex.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/webindex.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/webindex.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/webindex.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/webindex.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/webindex.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/webindex.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/webindex.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/webindex.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/webindex.php"} 86 http_response_size_bytes_count{method="GET",path="/webindex.php"} 2 http_response_size_bytes_bucket{method="GET",path="/webmail.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/webmail.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/webmail.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/webmail.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/webmail.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/webmail.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/webmail.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/webmail.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/webmail.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/webmail.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/webmail.zip"} 40 http_response_size_bytes_count{method="GET",path="/webmail.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/webmail/phpinfo.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/webmail/phpinfo.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/webmail/phpinfo.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/webmail/phpinfo.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/webmail/phpinfo.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/webmail/phpinfo.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/webmail/phpinfo.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/webmail/phpinfo.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/webmail/phpinfo.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/webmail/phpinfo.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/webmail/phpinfo.php"} 87 http_response_size_bytes_count{method="GET",path="/webmail/phpinfo.php"} 2 http_response_size_bytes_bucket{method="GET",path="/webmin.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/webmin.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/webmin.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/webmin.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/webmin.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/webmin.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/webmin.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/webmin.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/webmin.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/webmin.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/webmin.zip"} 40 http_response_size_bytes_count{method="GET",path="/webmin.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/webmin/package-updates/update.cgi",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/webmin/package-updates/update.cgi",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/webmin/package-updates/update.cgi",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/webmin/package-updates/update.cgi",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/webmin/package-updates/update.cgi",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/webmin/package-updates/update.cgi",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/webmin/package-updates/update.cgi",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/webmin/package-updates/update.cgi",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/webmin/package-updates/update.cgi",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/webmin/package-updates/update.cgi",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/webmin/package-updates/update.cgi"} 88 http_response_size_bytes_count{method="GET",path="/webmin/package-updates/update.cgi"} 2 http_response_size_bytes_bucket{method="GET",path="/webpack-stats.json",le="100"} 11 http_response_size_bytes_bucket{method="GET",path="/webpack-stats.json",le="500"} 11 http_response_size_bytes_bucket{method="GET",path="/webpack-stats.json",le="1000"} 11 http_response_size_bytes_bucket{method="GET",path="/webpack-stats.json",le="5000"} 11 http_response_size_bytes_bucket{method="GET",path="/webpack-stats.json",le="10000"} 11 http_response_size_bytes_bucket{method="GET",path="/webpack-stats.json",le="50000"} 11 http_response_size_bytes_bucket{method="GET",path="/webpack-stats.json",le="100000"} 11 http_response_size_bytes_bucket{method="GET",path="/webpack-stats.json",le="500000"} 11 http_response_size_bytes_bucket{method="GET",path="/webpack-stats.json",le="1e+06"} 11 http_response_size_bytes_bucket{method="GET",path="/webpack-stats.json",le="+Inf"} 11 http_response_size_bytes_sum{method="GET",path="/webpack-stats.json"} 477 http_response_size_bytes_count{method="GET",path="/webpack-stats.json"} 11 http_response_size_bytes_bucket{method="GET",path="/webroot/index.php/_environment",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/webroot/index.php/_environment",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/webroot/index.php/_environment",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/webroot/index.php/_environment",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/webroot/index.php/_environment",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/webroot/index.php/_environment",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/webroot/index.php/_environment",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/webroot/index.php/_environment",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/webroot/index.php/_environment",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/webroot/index.php/_environment",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/webroot/index.php/_environment"} 87 http_response_size_bytes_count{method="GET",path="/webroot/index.php/_environment"} 2 http_response_size_bytes_bucket{method="GET",path="/webservice.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/webservice.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/webservice.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/webservice.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/webservice.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/webservice.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/webservice.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/webservice.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/webservice.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/webservice.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/webservice.zip"} 39 http_response_size_bytes_count{method="GET",path="/webservice.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/webservices.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/webservices.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/webservices.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/webservices.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/webservices.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/webservices.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/webservices.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/webservices.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/webservices.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/webservices.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/webservices.zip"} 40 http_response_size_bytes_count{method="GET",path="/webservices.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/website.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/website.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/website.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/website.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/website.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/website.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/website.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/website.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/website.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/website.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/website.zip"} 39 http_response_size_bytes_count{method="GET",path="/website.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/website/.env",le="100"} 9 http_response_size_bytes_bucket{method="GET",path="/website/.env",le="500"} 9 http_response_size_bytes_bucket{method="GET",path="/website/.env",le="1000"} 9 http_response_size_bytes_bucket{method="GET",path="/website/.env",le="5000"} 9 http_response_size_bytes_bucket{method="GET",path="/website/.env",le="10000"} 9 http_response_size_bytes_bucket{method="GET",path="/website/.env",le="50000"} 9 http_response_size_bytes_bucket{method="GET",path="/website/.env",le="100000"} 9 http_response_size_bytes_bucket{method="GET",path="/website/.env",le="500000"} 9 http_response_size_bytes_bucket{method="GET",path="/website/.env",le="1e+06"} 9 http_response_size_bytes_bucket{method="GET",path="/website/.env",le="+Inf"} 9 http_response_size_bytes_sum{method="GET",path="/website/.env"} 389 http_response_size_bytes_count{method="GET",path="/website/.env"} 9 http_response_size_bytes_bucket{method="GET",path="/website_backup.7z",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/website_backup.7z",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/website_backup.7z",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/website_backup.7z",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/website_backup.7z",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/website_backup.7z",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/website_backup.7z",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/website_backup.7z",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/website_backup.7z",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/website_backup.7z",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/website_backup.7z"} 43 http_response_size_bytes_count{method="GET",path="/website_backup.7z"} 1 http_response_size_bytes_bucket{method="GET",path="/website_backup.bz2",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/website_backup.bz2",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/website_backup.bz2",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/website_backup.bz2",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/website_backup.bz2",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/website_backup.bz2",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/website_backup.bz2",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/website_backup.bz2",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/website_backup.bz2",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/website_backup.bz2",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/website_backup.bz2"} 43 http_response_size_bytes_count{method="GET",path="/website_backup.bz2"} 1 http_response_size_bytes_bucket{method="GET",path="/website_backup.gz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/website_backup.gz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/website_backup.gz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/website_backup.gz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/website_backup.gz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/website_backup.gz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/website_backup.gz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/website_backup.gz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/website_backup.gz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/website_backup.gz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/website_backup.gz"} 43 http_response_size_bytes_count{method="GET",path="/website_backup.gz"} 1 http_response_size_bytes_bucket{method="GET",path="/website_backup.rar",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/website_backup.rar",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/website_backup.rar",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/website_backup.rar",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/website_backup.rar",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/website_backup.rar",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/website_backup.rar",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/website_backup.rar",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/website_backup.rar",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/website_backup.rar",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/website_backup.rar"} 43 http_response_size_bytes_count{method="GET",path="/website_backup.rar"} 1 http_response_size_bytes_bucket{method="GET",path="/website_backup.sql",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/website_backup.sql",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/website_backup.sql",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/website_backup.sql",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/website_backup.sql",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/website_backup.sql",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/website_backup.sql",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/website_backup.sql",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/website_backup.sql",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/website_backup.sql",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/website_backup.sql"} 43 http_response_size_bytes_count{method="GET",path="/website_backup.sql"} 1 http_response_size_bytes_bucket{method="GET",path="/website_backup.sql.bz2",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/website_backup.sql.bz2",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/website_backup.sql.bz2",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/website_backup.sql.bz2",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/website_backup.sql.bz2",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/website_backup.sql.bz2",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/website_backup.sql.bz2",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/website_backup.sql.bz2",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/website_backup.sql.bz2",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/website_backup.sql.bz2",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/website_backup.sql.bz2"} 43 http_response_size_bytes_count{method="GET",path="/website_backup.sql.bz2"} 1 http_response_size_bytes_bucket{method="GET",path="/website_backup.sql.gz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/website_backup.sql.gz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/website_backup.sql.gz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/website_backup.sql.gz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/website_backup.sql.gz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/website_backup.sql.gz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/website_backup.sql.gz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/website_backup.sql.gz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/website_backup.sql.gz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/website_backup.sql.gz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/website_backup.sql.gz"} 43 http_response_size_bytes_count{method="GET",path="/website_backup.sql.gz"} 1 http_response_size_bytes_bucket{method="GET",path="/website_backup.tar",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/website_backup.tar",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/website_backup.tar",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/website_backup.tar",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/website_backup.tar",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/website_backup.tar",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/website_backup.tar",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/website_backup.tar",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/website_backup.tar",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/website_backup.tar",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/website_backup.tar"} 43 http_response_size_bytes_count{method="GET",path="/website_backup.tar"} 1 http_response_size_bytes_bucket{method="GET",path="/website_backup.tar.bz2",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/website_backup.tar.bz2",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/website_backup.tar.bz2",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/website_backup.tar.bz2",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/website_backup.tar.bz2",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/website_backup.tar.bz2",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/website_backup.tar.bz2",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/website_backup.tar.bz2",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/website_backup.tar.bz2",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/website_backup.tar.bz2",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/website_backup.tar.bz2"} 43 http_response_size_bytes_count{method="GET",path="/website_backup.tar.bz2"} 1 http_response_size_bytes_bucket{method="GET",path="/website_backup.tar.gz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/website_backup.tar.gz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/website_backup.tar.gz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/website_backup.tar.gz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/website_backup.tar.gz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/website_backup.tar.gz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/website_backup.tar.gz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/website_backup.tar.gz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/website_backup.tar.gz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/website_backup.tar.gz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/website_backup.tar.gz"} 43 http_response_size_bytes_count{method="GET",path="/website_backup.tar.gz"} 1 http_response_size_bytes_bucket{method="GET",path="/website_backup.tar.xz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/website_backup.tar.xz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/website_backup.tar.xz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/website_backup.tar.xz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/website_backup.tar.xz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/website_backup.tar.xz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/website_backup.tar.xz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/website_backup.tar.xz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/website_backup.tar.xz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/website_backup.tar.xz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/website_backup.tar.xz"} 43 http_response_size_bytes_count{method="GET",path="/website_backup.tar.xz"} 1 http_response_size_bytes_bucket{method="GET",path="/website_backup.tgz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/website_backup.tgz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/website_backup.tgz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/website_backup.tgz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/website_backup.tgz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/website_backup.tgz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/website_backup.tgz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/website_backup.tgz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/website_backup.tgz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/website_backup.tgz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/website_backup.tgz"} 43 http_response_size_bytes_count{method="GET",path="/website_backup.tgz"} 1 http_response_size_bytes_bucket{method="GET",path="/website_backup.zip",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/website_backup.zip",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/website_backup.zip",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/website_backup.zip",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/website_backup.zip",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/website_backup.zip",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/website_backup.zip",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/website_backup.zip",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/website_backup.zip",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/website_backup.zip",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/website_backup.zip"} 43 http_response_size_bytes_count{method="GET",path="/website_backup.zip"} 1 http_response_size_bytes_bucket{method="GET",path="/website_backup.zst",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/website_backup.zst",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/website_backup.zst",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/website_backup.zst",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/website_backup.zst",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/website_backup.zst",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/website_backup.zst",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/website_backup.zst",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/website_backup.zst",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/website_backup.zst",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/website_backup.zst"} 43 http_response_size_bytes_count{method="GET",path="/website_backup.zst"} 1 http_response_size_bytes_bucket{method="GET",path="/websites.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/websites.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/websites.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/websites.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/websites.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/websites.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/websites.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/websites.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/websites.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/websites.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/websites.zip"} 40 http_response_size_bytes_count{method="GET",path="/websites.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/wee.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wee.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wee.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wee.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wee.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wee.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wee.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wee.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wee.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wee.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wee.php"} 43 http_response_size_bytes_count{method="GET",path="/wee.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wefile.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/wefile.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/wefile.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/wefile.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/wefile.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/wefile.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/wefile.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/wefile.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/wefile.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/wefile.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/wefile.php"} 86 http_response_size_bytes_count{method="GET",path="/wefile.php"} 2 http_response_size_bytes_bucket{method="GET",path="/wehrman.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wehrman.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wehrman.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wehrman.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wehrman.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wehrman.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wehrman.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wehrman.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wehrman.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wehrman.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wehrman.php"} 43 http_response_size_bytes_count{method="GET",path="/wehrman.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wen.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/wen.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/wen.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/wen.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/wen.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/wen.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/wen.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/wen.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/wen.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/wen.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/wen.php"} 86 http_response_size_bytes_count{method="GET",path="/wen.php"} 2 http_response_size_bytes_bucket{method="GET",path="/wfile.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wfile.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wfile.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wfile.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wfile.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wfile.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wfile.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wfile.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wfile.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wfile.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wfile.php"} 43 http_response_size_bytes_count{method="GET",path="/wfile.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wgift1.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wgift1.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wgift1.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wgift1.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wgift1.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wgift1.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wgift1.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wgift1.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wgift1.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wgift1.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wgift1.php"} 44 http_response_size_bytes_count{method="GET",path="/wgift1.php"} 1 http_response_size_bytes_bucket{method="GET",path="/whatsapp.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/whatsapp.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/whatsapp.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/whatsapp.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/whatsapp.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/whatsapp.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/whatsapp.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/whatsapp.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/whatsapp.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/whatsapp.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/whatsapp.zip"} 40 http_response_size_bytes_count{method="GET",path="/whatsapp.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/whm.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/whm.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/whm.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/whm.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/whm.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/whm.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/whm.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/whm.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/whm.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/whm.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/whm.zip"} 40 http_response_size_bytes_count{method="GET",path="/whm.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/whs73au5.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/whs73au5.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/whs73au5.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/whs73au5.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/whs73au5.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/whs73au5.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/whs73au5.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/whs73au5.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/whs73au5.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/whs73au5.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/whs73au5.php"} 43 http_response_size_bytes_count{method="GET",path="/whs73au5.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wi.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wi.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wi.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wi.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wi.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wi.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wi.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wi.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wi.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wi.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wi.php"} 43 http_response_size_bytes_count{method="GET",path="/wi.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wikindex.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wikindex.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wikindex.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wikindex.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wikindex.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wikindex.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wikindex.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wikindex.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wikindex.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wikindex.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wikindex.php"} 43 http_response_size_bytes_count{method="GET",path="/wikindex.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wk/index.php",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/wk/index.php",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/wk/index.php",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/wk/index.php",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/wk/index.php",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/wk/index.php",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/wk/index.php",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/wk/index.php",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/wk/index.php",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/wk/index.php",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/wk/index.php"} 129 http_response_size_bytes_count{method="GET",path="/wk/index.php"} 3 http_response_size_bytes_bucket{method="GET",path="/wmore1.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/wmore1.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/wmore1.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/wmore1.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/wmore1.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/wmore1.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/wmore1.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/wmore1.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/wmore1.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/wmore1.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/wmore1.php"} 86 http_response_size_bytes_count{method="GET",path="/wmore1.php"} 2 http_response_size_bytes_bucket{method="GET",path="/woocommerce.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/woocommerce.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/woocommerce.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/woocommerce.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/woocommerce.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/woocommerce.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/woocommerce.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/woocommerce.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/woocommerce.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/woocommerce.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/woocommerce.zip"} 40 http_response_size_bytes_count{method="GET",path="/woocommerce.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/wordpress-2024.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/wordpress-2024.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/wordpress-2024.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/wordpress-2024.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/wordpress-2024.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/wordpress-2024.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/wordpress-2024.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/wordpress-2024.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/wordpress-2024.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/wordpress-2024.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/wordpress-2024.zip"} 40 http_response_size_bytes_count{method="GET",path="/wordpress-2024.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/wordpress-20240527.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/wordpress-20240527.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/wordpress-20240527.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/wordpress-20240527.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/wordpress-20240527.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/wordpress-20240527.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/wordpress-20240527.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/wordpress-20240527.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/wordpress-20240527.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/wordpress-20240527.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/wordpress-20240527.zip"} 40 http_response_size_bytes_count{method="GET",path="/wordpress-20240527.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/wordpress-admin.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/wordpress-admin.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/wordpress-admin.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/wordpress-admin.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/wordpress-admin.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/wordpress-admin.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/wordpress-admin.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/wordpress-admin.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/wordpress-admin.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/wordpress-admin.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/wordpress-admin.zip"} 40 http_response_size_bytes_count{method="GET",path="/wordpress-admin.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/wordpress-backup.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/wordpress-backup.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/wordpress-backup.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/wordpress-backup.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/wordpress-backup.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/wordpress-backup.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/wordpress-backup.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/wordpress-backup.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/wordpress-backup.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/wordpress-backup.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/wordpress-backup.zip"} 40 http_response_size_bytes_count{method="GET",path="/wordpress-backup.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/wordpress-complete.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/wordpress-complete.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/wordpress-complete.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/wordpress-complete.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/wordpress-complete.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/wordpress-complete.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/wordpress-complete.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/wordpress-complete.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/wordpress-complete.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/wordpress-complete.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/wordpress-complete.zip"} 40 http_response_size_bytes_count{method="GET",path="/wordpress-complete.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/wordpress-config.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/wordpress-config.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/wordpress-config.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/wordpress-config.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/wordpress-config.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/wordpress-config.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/wordpress-config.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/wordpress-config.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/wordpress-config.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/wordpress-config.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/wordpress-config.zip"} 40 http_response_size_bytes_count{method="GET",path="/wordpress-config.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/wordpress-files.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/wordpress-files.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/wordpress-files.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/wordpress-files.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/wordpress-files.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/wordpress-files.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/wordpress-files.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/wordpress-files.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/wordpress-files.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/wordpress-files.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/wordpress-files.zip"} 40 http_response_size_bytes_count{method="GET",path="/wordpress-files.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/wordpress-full.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/wordpress-full.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/wordpress-full.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/wordpress-full.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/wordpress-full.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/wordpress-full.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/wordpress-full.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/wordpress-full.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/wordpress-full.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/wordpress-full.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/wordpress-full.zip"} 40 http_response_size_bytes_count{method="GET",path="/wordpress-full.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/wordpress-site.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/wordpress-site.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/wordpress-site.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/wordpress-site.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/wordpress-site.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/wordpress-site.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/wordpress-site.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/wordpress-site.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/wordpress-site.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/wordpress-site.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/wordpress-site.zip"} 40 http_response_size_bytes_count{method="GET",path="/wordpress-site.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/wordpress.7z",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wordpress.7z",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wordpress.7z",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wordpress.7z",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wordpress.7z",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wordpress.7z",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wordpress.7z",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wordpress.7z",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wordpress.7z",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wordpress.7z",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wordpress.7z"} 43 http_response_size_bytes_count{method="GET",path="/wordpress.7z"} 1 http_response_size_bytes_bucket{method="GET",path="/wordpress.bz2",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wordpress.bz2",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wordpress.bz2",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wordpress.bz2",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wordpress.bz2",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wordpress.bz2",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wordpress.bz2",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wordpress.bz2",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wordpress.bz2",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wordpress.bz2",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wordpress.bz2"} 43 http_response_size_bytes_count{method="GET",path="/wordpress.bz2"} 1 http_response_size_bytes_bucket{method="GET",path="/wordpress.gz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wordpress.gz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wordpress.gz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wordpress.gz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wordpress.gz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wordpress.gz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wordpress.gz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wordpress.gz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wordpress.gz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wordpress.gz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wordpress.gz"} 43 http_response_size_bytes_count{method="GET",path="/wordpress.gz"} 1 http_response_size_bytes_bucket{method="GET",path="/wordpress.rar",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wordpress.rar",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wordpress.rar",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wordpress.rar",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wordpress.rar",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wordpress.rar",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wordpress.rar",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wordpress.rar",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wordpress.rar",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wordpress.rar",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wordpress.rar"} 43 http_response_size_bytes_count{method="GET",path="/wordpress.rar"} 1 http_response_size_bytes_bucket{method="GET",path="/wordpress.sql",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wordpress.sql",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wordpress.sql",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wordpress.sql",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wordpress.sql",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wordpress.sql",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wordpress.sql",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wordpress.sql",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wordpress.sql",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wordpress.sql",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wordpress.sql"} 43 http_response_size_bytes_count{method="GET",path="/wordpress.sql"} 1 http_response_size_bytes_bucket{method="GET",path="/wordpress.sql.bz2",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wordpress.sql.bz2",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wordpress.sql.bz2",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wordpress.sql.bz2",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wordpress.sql.bz2",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wordpress.sql.bz2",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wordpress.sql.bz2",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wordpress.sql.bz2",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wordpress.sql.bz2",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wordpress.sql.bz2",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wordpress.sql.bz2"} 43 http_response_size_bytes_count{method="GET",path="/wordpress.sql.bz2"} 1 http_response_size_bytes_bucket{method="GET",path="/wordpress.sql.gz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wordpress.sql.gz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wordpress.sql.gz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wordpress.sql.gz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wordpress.sql.gz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wordpress.sql.gz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wordpress.sql.gz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wordpress.sql.gz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wordpress.sql.gz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wordpress.sql.gz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wordpress.sql.gz"} 43 http_response_size_bytes_count{method="GET",path="/wordpress.sql.gz"} 1 http_response_size_bytes_bucket{method="GET",path="/wordpress.tar",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wordpress.tar",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wordpress.tar",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wordpress.tar",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wordpress.tar",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wordpress.tar",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wordpress.tar",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wordpress.tar",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wordpress.tar",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wordpress.tar",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wordpress.tar"} 43 http_response_size_bytes_count{method="GET",path="/wordpress.tar"} 1 http_response_size_bytes_bucket{method="GET",path="/wordpress.tar.bz2",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wordpress.tar.bz2",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wordpress.tar.bz2",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wordpress.tar.bz2",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wordpress.tar.bz2",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wordpress.tar.bz2",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wordpress.tar.bz2",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wordpress.tar.bz2",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wordpress.tar.bz2",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wordpress.tar.bz2",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wordpress.tar.bz2"} 43 http_response_size_bytes_count{method="GET",path="/wordpress.tar.bz2"} 1 http_response_size_bytes_bucket{method="GET",path="/wordpress.tar.gz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wordpress.tar.gz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wordpress.tar.gz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wordpress.tar.gz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wordpress.tar.gz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wordpress.tar.gz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wordpress.tar.gz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wordpress.tar.gz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wordpress.tar.gz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wordpress.tar.gz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wordpress.tar.gz"} 43 http_response_size_bytes_count{method="GET",path="/wordpress.tar.gz"} 1 http_response_size_bytes_bucket{method="GET",path="/wordpress.tar.xz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wordpress.tar.xz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wordpress.tar.xz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wordpress.tar.xz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wordpress.tar.xz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wordpress.tar.xz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wordpress.tar.xz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wordpress.tar.xz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wordpress.tar.xz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wordpress.tar.xz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wordpress.tar.xz"} 43 http_response_size_bytes_count{method="GET",path="/wordpress.tar.xz"} 1 http_response_size_bytes_bucket{method="GET",path="/wordpress.tgz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wordpress.tgz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wordpress.tgz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wordpress.tgz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wordpress.tgz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wordpress.tgz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wordpress.tgz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wordpress.tgz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wordpress.tgz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wordpress.tgz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wordpress.tgz"} 43 http_response_size_bytes_count{method="GET",path="/wordpress.tgz"} 1 http_response_size_bytes_bucket{method="GET",path="/wordpress.zip",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/wordpress.zip",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/wordpress.zip",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/wordpress.zip",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/wordpress.zip",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/wordpress.zip",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/wordpress.zip",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/wordpress.zip",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/wordpress.zip",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/wordpress.zip",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/wordpress.zip"} 83 http_response_size_bytes_count{method="GET",path="/wordpress.zip"} 3 http_response_size_bytes_bucket{method="GET",path="/wordpress.zst",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wordpress.zst",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wordpress.zst",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wordpress.zst",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wordpress.zst",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wordpress.zst",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wordpress.zst",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wordpress.zst",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wordpress.zst",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wordpress.zst",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wordpress.zst"} 43 http_response_size_bytes_count{method="GET",path="/wordpress.zst"} 1 http_response_size_bytes_bucket{method="GET",path="/wordpress/.env",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/wordpress/.env",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/wordpress/.env",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/wordpress/.env",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/wordpress/.env",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/wordpress/.env",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/wordpress/.env",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/wordpress/.env",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/wordpress/.env",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/wordpress/.env",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/wordpress/.env"} 175 http_response_size_bytes_count{method="GET",path="/wordpress/.env"} 4 http_response_size_bytes_bucket{method="GET",path="/wordpress/.git/config",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wordpress/.git/config",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wordpress/.git/config",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wordpress/.git/config",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wordpress/.git/config",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wordpress/.git/config",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wordpress/.git/config",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wordpress/.git/config",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wordpress/.git/config",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wordpress/.git/config",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wordpress/.git/config"} 43 http_response_size_bytes_count{method="GET",path="/wordpress/.git/config"} 1 http_response_size_bytes_bucket{method="GET",path="/wordpress/wp-admin/maint/",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wordpress/wp-admin/maint/",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wordpress/wp-admin/maint/",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wordpress/wp-admin/maint/",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wordpress/wp-admin/maint/",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wordpress/wp-admin/maint/",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wordpress/wp-admin/maint/",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wordpress/wp-admin/maint/",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wordpress/wp-admin/maint/",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wordpress/wp-admin/maint/",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wordpress/wp-admin/maint/"} 43 http_response_size_bytes_count{method="GET",path="/wordpress/wp-admin/maint/"} 1 http_response_size_bytes_bucket{method="GET",path="/work.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/work.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/work.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/work.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/work.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/work.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/work.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/work.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/work.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/work.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/work.zip"} 40 http_response_size_bytes_count{method="GET",path="/work.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/worker/.env",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/worker/.env",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/worker/.env",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/worker/.env",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/worker/.env",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/worker/.env",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/worker/.env",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/worker/.env",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/worker/.env",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/worker/.env",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/worker/.env"} 44 http_response_size_bytes_count{method="GET",path="/worker/.env"} 1 http_response_size_bytes_bucket{method="GET",path="/workflow.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/workflow.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/workflow.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/workflow.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/workflow.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/workflow.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/workflow.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/workflow.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/workflow.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/workflow.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/workflow.zip"} 40 http_response_size_bytes_count{method="GET",path="/workflow.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/worksec.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/worksec.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/worksec.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/worksec.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/worksec.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/worksec.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/worksec.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/worksec.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/worksec.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/worksec.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/worksec.php"} 43 http_response_size_bytes_count{method="GET",path="/worksec.php"} 1 http_response_size_bytes_bucket{method="GET",path="/workspaces/*",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/workspaces/*",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/workspaces/*",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/workspaces/*",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/workspaces/*",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/workspaces/*",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/workspaces/*",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/workspaces/*",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/workspaces/*",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/workspaces/*",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/workspaces/*"} 88 http_response_size_bytes_count{method="GET",path="/workspaces/*"} 2 http_response_size_bytes_bucket{method="GET",path="/wornnessesal.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wornnessesal.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wornnessesal.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wornnessesal.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wornnessesal.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wornnessesal.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wornnessesal.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wornnessesal.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wornnessesal.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wornnessesal.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wornnessesal.php"} 43 http_response_size_bytes_count{method="GET",path="/wornnessesal.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-2019.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-2019.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-2019.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-2019.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-2019.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-2019.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-2019.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-2019.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-2019.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-2019.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-2019.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-2019.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-2024.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-2024.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-2024.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-2024.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-2024.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-2024.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-2024.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-2024.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-2024.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-2024.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/wp-2024.zip"} 40 http_response_size_bytes_count{method="GET",path="/wp-2024.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-20240527.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-20240527.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-20240527.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-20240527.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-20240527.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-20240527.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-20240527.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-20240527.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-20240527.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-20240527.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/wp-20240527.zip"} 39 http_response_size_bytes_count{method="GET",path="/wp-20240527.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-Blogs.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-Blogs.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-Blogs.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-Blogs.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-Blogs.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-Blogs.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-Blogs.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-Blogs.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-Blogs.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-Blogs.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-Blogs.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-Blogs.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-access.php",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/wp-access.php",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/wp-access.php",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/wp-access.php",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/wp-access.php",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/wp-access.php",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/wp-access.php",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/wp-access.php",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/wp-access.php",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/wp-access.php",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/wp-access.php"} 172 http_response_size_bytes_count{method="GET",path="/wp-access.php"} 4 http_response_size_bytes_bucket{method="GET",path="/wp-act.php",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/wp-act.php",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/wp-act.php",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/wp-act.php",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/wp-act.php",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/wp-act.php",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/wp-act.php",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/wp-act.php",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/wp-act.php",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/wp-act.php",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/wp-act.php"} 173 http_response_size_bytes_count{method="GET",path="/wp-act.php"} 4 http_response_size_bytes_bucket{method="GET",path="/wp-admin.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-admin.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-admin.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/wp-admin.zip"} 39 http_response_size_bytes_count{method="GET",path="/wp-admin.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/",le="100"} 5 http_response_size_bytes_bucket{method="GET",path="/wp-admin/",le="500"} 5 http_response_size_bytes_bucket{method="GET",path="/wp-admin/",le="1000"} 5 http_response_size_bytes_bucket{method="GET",path="/wp-admin/",le="5000"} 5 http_response_size_bytes_bucket{method="GET",path="/wp-admin/",le="10000"} 5 http_response_size_bytes_bucket{method="GET",path="/wp-admin/",le="50000"} 5 http_response_size_bytes_bucket{method="GET",path="/wp-admin/",le="100000"} 5 http_response_size_bytes_bucket{method="GET",path="/wp-admin/",le="500000"} 5 http_response_size_bytes_bucket{method="GET",path="/wp-admin/",le="1e+06"} 5 http_response_size_bytes_bucket{method="GET",path="/wp-admin/",le="+Inf"} 5 http_response_size_bytes_sum{method="GET",path="/wp-admin/"} 215 http_response_size_bytes_count{method="GET",path="/wp-admin/"} 5 http_response_size_bytes_bucket{method="GET",path="/wp-admin/a.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/a.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/a.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/a.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/a.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/a.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/a.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/a.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/a.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/a.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-admin/a.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-admin/a.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/about.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/about.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/about.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/about.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/about.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/about.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/about.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/about.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/about.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/about.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/wp-admin/about.php"} 86 http_response_size_bytes_count{method="GET",path="/wp-admin/about.php"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/admin-ajax.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/admin-ajax.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/admin-ajax.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/admin-ajax.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/admin-ajax.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/admin-ajax.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/admin-ajax.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/admin-ajax.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/admin-ajax.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/admin-ajax.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-admin/admin-ajax.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-admin/admin-ajax.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/alfa.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/alfa.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/alfa.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/alfa.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/alfa.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/alfa.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/alfa.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/alfa.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/alfa.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/alfa.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-admin/alfa.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-admin/alfa.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/wp-admin/css/"} 172 http_response_size_bytes_count{method="GET",path="/wp-admin/css/"} 4 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/bolt.php",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/bolt.php",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/bolt.php",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/bolt.php",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/bolt.php",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/bolt.php",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/bolt.php",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/bolt.php",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/bolt.php",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/bolt.php",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/wp-admin/css/bolt.php"} 129 http_response_size_bytes_count{method="GET",path="/wp-admin/css/bolt.php"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-admin/css/colors"} 43 http_response_size_bytes_count{method="GET",path="/wp-admin/css/colors"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/wp-admin/css/colors/"} 86 http_response_size_bytes_count{method="GET",path="/wp-admin/css/colors/"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/blue/",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/blue/",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/blue/",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/blue/",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/blue/",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/blue/",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/blue/",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/blue/",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/blue/",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/blue/",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-admin/css/colors/blue/"} 43 http_response_size_bytes_count{method="GET",path="/wp-admin/css/colors/blue/"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/blue/file.php",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/blue/file.php",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/blue/file.php",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/blue/file.php",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/blue/file.php",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/blue/file.php",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/blue/file.php",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/blue/file.php",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/blue/file.php",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/blue/file.php",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/wp-admin/css/colors/blue/file.php"} 129 http_response_size_bytes_count{method="GET",path="/wp-admin/css/colors/blue/file.php"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/blue/index.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/blue/index.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/blue/index.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/blue/index.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/blue/index.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/blue/index.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/blue/index.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/blue/index.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/blue/index.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/blue/index.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/wp-admin/css/colors/blue/index.php"} 86 http_response_size_bytes_count{method="GET",path="/wp-admin/css/colors/blue/index.php"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/coffee/index.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/coffee/index.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/coffee/index.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/coffee/index.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/coffee/index.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/coffee/index.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/coffee/index.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/coffee/index.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/coffee/index.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/coffee/index.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/wp-admin/css/colors/coffee/index.php"} 86 http_response_size_bytes_count{method="GET",path="/wp-admin/css/colors/coffee/index.php"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/ectoplasm/",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/ectoplasm/",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/ectoplasm/",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/ectoplasm/",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/ectoplasm/",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/ectoplasm/",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/ectoplasm/",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/ectoplasm/",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/ectoplasm/",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/ectoplasm/",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-admin/css/colors/ectoplasm/"} 43 http_response_size_bytes_count{method="GET",path="/wp-admin/css/colors/ectoplasm/"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/index.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/index.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/index.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/index.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/index.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/index.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/index.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/index.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/index.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/index.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/wp-admin/css/colors/index.php"} 86 http_response_size_bytes_count{method="GET",path="/wp-admin/css/colors/index.php"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/midnight/",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/midnight/",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/midnight/",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/midnight/",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/midnight/",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/midnight/",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/midnight/",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/midnight/",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/midnight/",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/midnight/",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/wp-admin/css/colors/midnight/"} 86 http_response_size_bytes_count{method="GET",path="/wp-admin/css/colors/midnight/"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/midnight/about.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/midnight/about.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/midnight/about.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/midnight/about.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/midnight/about.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/midnight/about.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/midnight/about.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/midnight/about.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/midnight/about.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/midnight/about.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/wp-admin/css/colors/midnight/about.php"} 86 http_response_size_bytes_count{method="GET",path="/wp-admin/css/colors/midnight/about.php"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/modern/",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/modern/",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/modern/",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/modern/",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/modern/",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/modern/",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/modern/",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/modern/",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/modern/",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/modern/",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/wp-admin/css/colors/modern/"} 86 http_response_size_bytes_count{method="GET",path="/wp-admin/css/colors/modern/"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colour.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colour.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colour.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colour.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colour.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colour.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colour.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colour.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colour.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colour.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-admin/css/colour.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-admin/css/colour.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/index.php",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/index.php",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/index.php",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/index.php",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/index.php",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/index.php",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/index.php",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/index.php",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/index.php",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/index.php",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/wp-admin/css/index.php"} 129 http_response_size_bytes_count{method="GET",path="/wp-admin/css/index.php"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/wp-conflg.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/wp-conflg.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/wp-conflg.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/wp-conflg.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/wp-conflg.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/wp-conflg.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/wp-conflg.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/wp-conflg.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/wp-conflg.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/wp-conflg.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/wp-admin/css/wp-conflg.php"} 86 http_response_size_bytes_count{method="GET",path="/wp-admin/css/wp-conflg.php"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/images/",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/images/",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/images/",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/images/",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/images/",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/images/",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/images/",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/images/",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/images/",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/images/",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/wp-admin/images/"} 86 http_response_size_bytes_count{method="GET",path="/wp-admin/images/"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/images/admin.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/images/admin.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/images/admin.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/images/admin.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/images/admin.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/images/admin.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/images/admin.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/images/admin.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/images/admin.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/images/admin.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/wp-admin/images/admin.php"} 86 http_response_size_bytes_count{method="GET",path="/wp-admin/images/admin.php"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/includes/index.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/includes/index.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/includes/index.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/includes/index.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/includes/index.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/includes/index.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/includes/index.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/includes/index.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/includes/index.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/includes/index.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-admin/includes/index.php"} 44 http_response_size_bytes_count{method="GET",path="/wp-admin/includes/index.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/js/",le="100"} 5 http_response_size_bytes_bucket{method="GET",path="/wp-admin/js/",le="500"} 5 http_response_size_bytes_bucket{method="GET",path="/wp-admin/js/",le="1000"} 5 http_response_size_bytes_bucket{method="GET",path="/wp-admin/js/",le="5000"} 5 http_response_size_bytes_bucket{method="GET",path="/wp-admin/js/",le="10000"} 5 http_response_size_bytes_bucket{method="GET",path="/wp-admin/js/",le="50000"} 5 http_response_size_bytes_bucket{method="GET",path="/wp-admin/js/",le="100000"} 5 http_response_size_bytes_bucket{method="GET",path="/wp-admin/js/",le="500000"} 5 http_response_size_bytes_bucket{method="GET",path="/wp-admin/js/",le="1e+06"} 5 http_response_size_bytes_bucket{method="GET",path="/wp-admin/js/",le="+Inf"} 5 http_response_size_bytes_sum{method="GET",path="/wp-admin/js/"} 215 http_response_size_bytes_count{method="GET",path="/wp-admin/js/"} 5 http_response_size_bytes_bucket{method="GET",path="/wp-admin/js/fi.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/js/fi.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/js/fi.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/js/fi.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/js/fi.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/js/fi.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/js/fi.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/js/fi.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/js/fi.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/js/fi.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-admin/js/fi.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-admin/js/fi.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/js/index.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/js/index.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/js/index.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/js/index.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/js/index.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/js/index.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/js/index.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/js/index.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/js/index.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/js/index.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/wp-admin/js/index.php"} 86 http_response_size_bytes_count{method="GET",path="/wp-admin/js/index.php"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/js/widgets/",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/js/widgets/",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/js/widgets/",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/js/widgets/",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/js/widgets/",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/js/widgets/",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/js/widgets/",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/js/widgets/",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/js/widgets/",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/js/widgets/",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/wp-admin/js/widgets/"} 86 http_response_size_bytes_count{method="GET",path="/wp-admin/js/widgets/"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/js/wp-conflg.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/js/wp-conflg.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/js/wp-conflg.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/js/wp-conflg.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/js/wp-conflg.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/js/wp-conflg.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/js/wp-conflg.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/js/wp-conflg.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/js/wp-conflg.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/js/wp-conflg.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/wp-admin/js/wp-conflg.php"} 86 http_response_size_bytes_count{method="GET",path="/wp-admin/js/wp-conflg.php"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/maint/about.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/maint/about.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/maint/about.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/maint/about.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/maint/about.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/maint/about.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/maint/about.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/maint/about.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/maint/about.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/maint/about.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/wp-admin/maint/about.php"} 86 http_response_size_bytes_count{method="GET",path="/wp-admin/maint/about.php"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/maint/admin.php",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/wp-admin/maint/admin.php",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/wp-admin/maint/admin.php",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/wp-admin/maint/admin.php",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/wp-admin/maint/admin.php",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/wp-admin/maint/admin.php",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/wp-admin/maint/admin.php",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/wp-admin/maint/admin.php",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/wp-admin/maint/admin.php",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/wp-admin/maint/admin.php",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/wp-admin/maint/admin.php"} 172 http_response_size_bytes_count{method="GET",path="/wp-admin/maint/admin.php"} 4 http_response_size_bytes_bucket{method="GET",path="/wp-admin/maint/index.php",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-admin/maint/index.php",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-admin/maint/index.php",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-admin/maint/index.php",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-admin/maint/index.php",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-admin/maint/index.php",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-admin/maint/index.php",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-admin/maint/index.php",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-admin/maint/index.php",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-admin/maint/index.php",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/wp-admin/maint/index.php"} 129 http_response_size_bytes_count{method="GET",path="/wp-admin/maint/index.php"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-admin/maint/maint.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/maint/maint.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/maint/maint.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/maint/maint.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/maint/maint.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/maint/maint.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/maint/maint.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/maint/maint.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/maint/maint.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/maint/maint.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/wp-admin/maint/maint.php"} 86 http_response_size_bytes_count{method="GET",path="/wp-admin/maint/maint.php"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/maint/wp-is.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/maint/wp-is.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/maint/wp-is.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/maint/wp-is.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/maint/wp-is.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/maint/wp-is.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/maint/wp-is.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/maint/wp-is.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/maint/wp-is.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/maint/wp-is.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-admin/maint/wp-is.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-admin/maint/wp-is.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/network/",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/network/",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/network/",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/network/",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/network/",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/network/",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/network/",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/network/",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/network/",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/network/",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/wp-admin/network/"} 86 http_response_size_bytes_count{method="GET",path="/wp-admin/network/"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/network/edit.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/network/edit.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/network/edit.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/network/edit.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/network/edit.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/network/edit.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/network/edit.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/network/edit.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/network/edit.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/network/edit.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-admin/network/edit.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-admin/network/edit.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/network/index.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/network/index.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/network/index.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/network/index.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/network/index.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/network/index.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/network/index.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/network/index.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/network/index.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/network/index.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/wp-admin/network/index.php"} 86 http_response_size_bytes_count{method="GET",path="/wp-admin/network/index.php"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/network/plugins.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/network/plugins.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/network/plugins.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/network/plugins.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/network/plugins.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/network/plugins.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/network/plugins.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/network/plugins.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/network/plugins.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/network/plugins.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/wp-admin/network/plugins.php"} 86 http_response_size_bytes_count{method="GET",path="/wp-admin/network/plugins.php"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/network/wp-conflg.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/network/wp-conflg.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/network/wp-conflg.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/network/wp-conflg.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/network/wp-conflg.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/network/wp-conflg.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/network/wp-conflg.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/network/wp-conflg.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/network/wp-conflg.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/network/wp-conflg.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/wp-admin/network/wp-conflg.php"} 86 http_response_size_bytes_count{method="GET",path="/wp-admin/network/wp-conflg.php"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/phpinfo.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/phpinfo.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/phpinfo.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/phpinfo.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/phpinfo.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/phpinfo.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/phpinfo.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/phpinfo.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/phpinfo.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/phpinfo.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-admin/phpinfo.php"} 44 http_response_size_bytes_count{method="GET",path="/wp-admin/phpinfo.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/txets.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/txets.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/txets.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/txets.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/txets.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/txets.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/txets.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/txets.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/txets.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/txets.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-admin/txets.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-admin/txets.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/user/about.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/user/about.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/user/about.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/user/about.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/user/about.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/user/about.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/user/about.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/user/about.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/user/about.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/user/about.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/wp-admin/user/about.php"} 87 http_response_size_bytes_count{method="GET",path="/wp-admin/user/about.php"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/user/index.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/user/index.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/user/index.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/user/index.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/user/index.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/user/index.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/user/index.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/user/index.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/user/index.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/user/index.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/wp-admin/user/index.php"} 86 http_response_size_bytes_count{method="GET",path="/wp-admin/user/index.php"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/wp-conflg.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/wp-conflg.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/wp-conflg.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/wp-conflg.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/wp-conflg.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/wp-conflg.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/wp-conflg.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/wp-conflg.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/wp-conflg.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/wp-conflg.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/wp-admin/wp-conflg.php"} 86 http_response_size_bytes_count{method="GET",path="/wp-admin/wp-conflg.php"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-aothait.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-aothait.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-aothait.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-aothait.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-aothait.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-aothait.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-aothait.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-aothait.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-aothait.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-aothait.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/wp-aothait.php"} 86 http_response_size_bytes_count{method="GET",path="/wp-aothait.php"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-at.php",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-at.php",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-at.php",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-at.php",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-at.php",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-at.php",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-at.php",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-at.php",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-at.php",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-at.php",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/wp-at.php"} 129 http_response_size_bytes_count{method="GET",path="/wp-at.php"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-backup.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-backup.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-backup.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-backup.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-backup.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-backup.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-backup.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-backup.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-backup.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-backup.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/wp-backup.zip"} 40 http_response_size_bytes_count{method="GET",path="/wp-backup.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-blink.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-blink.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-blink.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-blink.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-blink.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-blink.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-blink.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-blink.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-blink.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-blink.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-blink.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-blink.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-block.php",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/wp-block.php",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/wp-block.php",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/wp-block.php",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/wp-block.php",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/wp-block.php",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/wp-block.php",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/wp-block.php",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/wp-block.php",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/wp-block.php",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/wp-block.php"} 173 http_response_size_bytes_count{method="GET",path="/wp-block.php"} 4 http_response_size_bytes_bucket{method="GET",path="/wp-blog-header.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-blog-header.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-blog-header.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-blog-header.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-blog-header.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-blog-header.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-blog-header.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-blog-header.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-blog-header.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-blog-header.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/wp-blog-header.php"} 86 http_response_size_bytes_count{method="GET",path="/wp-blog-header.php"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-blog.php",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-blog.php",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-blog.php",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-blog.php",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-blog.php",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-blog.php",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-blog.php",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-blog.php",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-blog.php",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-blog.php",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/wp-blog.php"} 130 http_response_size_bytes_count{method="GET",path="/wp-blog.php"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-blogs.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-blogs.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-blogs.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-blogs.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-blogs.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-blogs.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-blogs.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-blogs.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-blogs.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-blogs.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/wp-blogs.php"} 86 http_response_size_bytes_count{method="GET",path="/wp-blogs.php"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-ccv.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-ccv.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-ccv.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-ccv.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-ccv.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-ccv.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-ccv.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-ccv.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-ccv.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-ccv.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-ccv.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-ccv.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-class.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-class.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-class.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-class.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-class.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-class.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-class.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-class.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-class.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-class.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-class.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-class.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-commentin.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-commentin.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-commentin.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-commentin.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-commentin.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-commentin.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-commentin.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-commentin.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-commentin.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-commentin.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-commentin.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-commentin.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-complete.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-complete.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-complete.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-complete.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-complete.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-complete.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-complete.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-complete.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-complete.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-complete.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/wp-complete.zip"} 40 http_response_size_bytes_count{method="GET",path="/wp-complete.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-conf.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-conf.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-conf.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-conf.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-conf.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-conf.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-conf.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-conf.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-conf.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-conf.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-conf.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-conf.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-config",le="100"} 7 http_response_size_bytes_bucket{method="GET",path="/wp-config",le="500"} 7 http_response_size_bytes_bucket{method="GET",path="/wp-config",le="1000"} 7 http_response_size_bytes_bucket{method="GET",path="/wp-config",le="5000"} 7 http_response_size_bytes_bucket{method="GET",path="/wp-config",le="10000"} 7 http_response_size_bytes_bucket{method="GET",path="/wp-config",le="50000"} 7 http_response_size_bytes_bucket{method="GET",path="/wp-config",le="100000"} 7 http_response_size_bytes_bucket{method="GET",path="/wp-config",le="500000"} 7 http_response_size_bytes_bucket{method="GET",path="/wp-config",le="1e+06"} 7 http_response_size_bytes_bucket{method="GET",path="/wp-config",le="+Inf"} 7 http_response_size_bytes_sum{method="GET",path="/wp-config"} 301 http_response_size_bytes_count{method="GET",path="/wp-config"} 7 http_response_size_bytes_bucket{method="GET",path="/wp-config-sample.php",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-config-sample.php",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-config-sample.php",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-config-sample.php",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-config-sample.php",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-config-sample.php",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-config-sample.php",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-config-sample.php",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-config-sample.php",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-config-sample.php",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/wp-config-sample.php"} 129 http_response_size_bytes_count{method="GET",path="/wp-config-sample.php"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-config.php",le="100"} 10 http_response_size_bytes_bucket{method="GET",path="/wp-config.php",le="500"} 10 http_response_size_bytes_bucket{method="GET",path="/wp-config.php",le="1000"} 10 http_response_size_bytes_bucket{method="GET",path="/wp-config.php",le="5000"} 10 http_response_size_bytes_bucket{method="GET",path="/wp-config.php",le="10000"} 10 http_response_size_bytes_bucket{method="GET",path="/wp-config.php",le="50000"} 10 http_response_size_bytes_bucket{method="GET",path="/wp-config.php",le="100000"} 10 http_response_size_bytes_bucket{method="GET",path="/wp-config.php",le="500000"} 10 http_response_size_bytes_bucket{method="GET",path="/wp-config.php",le="1e+06"} 10 http_response_size_bytes_bucket{method="GET",path="/wp-config.php",le="+Inf"} 10 http_response_size_bytes_sum{method="GET",path="/wp-config.php"} 432 http_response_size_bytes_count{method="GET",path="/wp-config.php"} 10 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.backup",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.backup",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.backup",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.backup",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.backup",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.backup",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.backup",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.backup",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.backup",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.backup",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-config.php.backup"} 43 http_response_size_bytes_count{method="GET",path="/wp-config.php.backup"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.bak",le="100"} 12 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.bak",le="500"} 12 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.bak",le="1000"} 12 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.bak",le="5000"} 12 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.bak",le="10000"} 12 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.bak",le="50000"} 12 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.bak",le="100000"} 12 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.bak",le="500000"} 12 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.bak",le="1e+06"} 12 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.bak",le="+Inf"} 12 http_response_size_bytes_sum{method="GET",path="/wp-config.php.bak"} 519 http_response_size_bytes_count{method="GET",path="/wp-config.php.bak"} 12 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.new",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.new",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.new",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.new",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.new",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.new",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.new",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.new",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.new",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.new",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/wp-config.php.new"} 88 http_response_size_bytes_count{method="GET",path="/wp-config.php.new"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.old",le="100"} 7 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.old",le="500"} 7 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.old",le="1000"} 7 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.old",le="5000"} 7 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.old",le="10000"} 7 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.old",le="50000"} 7 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.old",le="100000"} 7 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.old",le="500000"} 7 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.old",le="1e+06"} 7 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.old",le="+Inf"} 7 http_response_size_bytes_sum{method="GET",path="/wp-config.php.old"} 304 http_response_size_bytes_count{method="GET",path="/wp-config.php.old"} 7 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.save",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.save",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.save",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.save",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.save",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.save",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.save",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.save",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.save",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.save",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-config.php.save"} 43 http_response_size_bytes_count{method="GET",path="/wp-config.php.save"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.swp",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.swp",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.swp",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.swp",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.swp",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.swp",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.swp",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.swp",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.swp",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.swp",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-config.php.swp"} 43 http_response_size_bytes_count{method="GET",path="/wp-config.php.swp"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.txt",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.txt",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.txt",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.txt",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.txt",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.txt",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.txt",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.txt",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.txt",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.txt",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-config.php.txt"} 43 http_response_size_bytes_count{method="GET",path="/wp-config.php.txt"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-config.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-config.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-config.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-config.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-config.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-config.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-config.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-config.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-config.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-config.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/wp-config.zip"} 40 http_response_size_bytes_count{method="GET",path="/wp-config.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-conflg.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-conflg.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-conflg.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-conflg.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-conflg.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-conflg.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-conflg.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-conflg.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-conflg.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-conflg.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/wp-conflg.php"} 86 http_response_size_bytes_count{method="GET",path="/wp-conflg.php"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-content.7z",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content.7z",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content.7z",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content.7z",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content.7z",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content.7z",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content.7z",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content.7z",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content.7z",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content.7z",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-content.7z"} 43 http_response_size_bytes_count{method="GET",path="/wp-content.7z"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content.bz2",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content.bz2",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content.bz2",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content.bz2",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content.bz2",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content.bz2",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content.bz2",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content.bz2",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content.bz2",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content.bz2",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-content.bz2"} 43 http_response_size_bytes_count{method="GET",path="/wp-content.bz2"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content.gz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content.gz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content.gz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content.gz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content.gz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content.gz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content.gz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content.gz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content.gz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content.gz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-content.gz"} 43 http_response_size_bytes_count{method="GET",path="/wp-content.gz"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content.rar",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content.rar",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content.rar",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content.rar",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content.rar",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content.rar",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content.rar",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content.rar",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content.rar",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content.rar",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-content.rar"} 43 http_response_size_bytes_count{method="GET",path="/wp-content.rar"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content.sql",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content.sql",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content.sql",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content.sql",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content.sql",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content.sql",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content.sql",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content.sql",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content.sql",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content.sql",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-content.sql"} 43 http_response_size_bytes_count{method="GET",path="/wp-content.sql"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content.sql.bz2",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content.sql.bz2",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content.sql.bz2",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content.sql.bz2",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content.sql.bz2",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content.sql.bz2",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content.sql.bz2",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content.sql.bz2",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content.sql.bz2",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content.sql.bz2",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-content.sql.bz2"} 43 http_response_size_bytes_count{method="GET",path="/wp-content.sql.bz2"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content.sql.gz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content.sql.gz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content.sql.gz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content.sql.gz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content.sql.gz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content.sql.gz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content.sql.gz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content.sql.gz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content.sql.gz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content.sql.gz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-content.sql.gz"} 43 http_response_size_bytes_count{method="GET",path="/wp-content.sql.gz"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content.tar",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content.tar",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content.tar",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content.tar",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content.tar",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content.tar",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content.tar",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content.tar",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content.tar",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content.tar",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-content.tar"} 43 http_response_size_bytes_count{method="GET",path="/wp-content.tar"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content.tar.bz2",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content.tar.bz2",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content.tar.bz2",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content.tar.bz2",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content.tar.bz2",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content.tar.bz2",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content.tar.bz2",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content.tar.bz2",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content.tar.bz2",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content.tar.bz2",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-content.tar.bz2"} 43 http_response_size_bytes_count{method="GET",path="/wp-content.tar.bz2"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content.tar.gz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content.tar.gz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content.tar.gz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content.tar.gz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content.tar.gz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content.tar.gz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content.tar.gz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content.tar.gz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content.tar.gz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content.tar.gz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-content.tar.gz"} 43 http_response_size_bytes_count{method="GET",path="/wp-content.tar.gz"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content.tar.xz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content.tar.xz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content.tar.xz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content.tar.xz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content.tar.xz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content.tar.xz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content.tar.xz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content.tar.xz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content.tar.xz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content.tar.xz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-content.tar.xz"} 43 http_response_size_bytes_count{method="GET",path="/wp-content.tar.xz"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content.tgz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content.tgz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content.tgz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content.tgz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content.tgz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content.tgz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content.tgz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content.tgz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content.tgz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content.tgz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-content.tgz"} 43 http_response_size_bytes_count{method="GET",path="/wp-content.tgz"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content.zip",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content.zip",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content.zip",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content.zip",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content.zip",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content.zip",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content.zip",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content.zip",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content.zip",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content.zip",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-content.zip"} 43 http_response_size_bytes_count{method="GET",path="/wp-content.zip"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content.zst",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content.zst",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content.zst",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content.zst",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content.zst",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content.zst",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content.zst",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content.zst",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content.zst",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content.zst",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-content.zst"} 43 http_response_size_bytes_count{method="GET",path="/wp-content.zst"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-content/"} 43 http_response_size_bytes_count{method="GET",path="/wp-content/"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/.git/config",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/.git/config",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/.git/config",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/.git/config",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/.git/config",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/.git/config",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/.git/config",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/.git/config",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/.git/config",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/.git/config",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-content/.git/config"} 44 http_response_size_bytes_count{method="GET",path="/wp-content/.git/config"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/admin.php",le="100"} 6 http_response_size_bytes_bucket{method="GET",path="/wp-content/admin.php",le="500"} 6 http_response_size_bytes_bucket{method="GET",path="/wp-content/admin.php",le="1000"} 6 http_response_size_bytes_bucket{method="GET",path="/wp-content/admin.php",le="5000"} 6 http_response_size_bytes_bucket{method="GET",path="/wp-content/admin.php",le="10000"} 6 http_response_size_bytes_bucket{method="GET",path="/wp-content/admin.php",le="50000"} 6 http_response_size_bytes_bucket{method="GET",path="/wp-content/admin.php",le="100000"} 6 http_response_size_bytes_bucket{method="GET",path="/wp-content/admin.php",le="500000"} 6 http_response_size_bytes_bucket{method="GET",path="/wp-content/admin.php",le="1e+06"} 6 http_response_size_bytes_bucket{method="GET",path="/wp-content/admin.php",le="+Inf"} 6 http_response_size_bytes_sum{method="GET",path="/wp-content/admin.php"} 258 http_response_size_bytes_count{method="GET",path="/wp-content/admin.php"} 6 http_response_size_bytes_bucket{method="GET",path="/wp-content/cache/",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-content/cache/",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-content/cache/",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-content/cache/",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-content/cache/",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-content/cache/",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-content/cache/",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-content/cache/",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-content/cache/",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-content/cache/",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/wp-content/cache/"} 86 http_response_size_bytes_count{method="GET",path="/wp-content/cache/"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-content/debug.log",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-content/debug.log",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-content/debug.log",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-content/debug.log",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-content/debug.log",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-content/debug.log",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-content/debug.log",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-content/debug.log",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-content/debug.log",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-content/debug.log",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/wp-content/debug.log"} 131 http_response_size_bytes_count{method="GET",path="/wp-content/debug.log"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-content/index.php",le="100"} 5 http_response_size_bytes_bucket{method="GET",path="/wp-content/index.php",le="500"} 5 http_response_size_bytes_bucket{method="GET",path="/wp-content/index.php",le="1000"} 5 http_response_size_bytes_bucket{method="GET",path="/wp-content/index.php",le="5000"} 5 http_response_size_bytes_bucket{method="GET",path="/wp-content/index.php",le="10000"} 5 http_response_size_bytes_bucket{method="GET",path="/wp-content/index.php",le="50000"} 5 http_response_size_bytes_bucket{method="GET",path="/wp-content/index.php",le="100000"} 5 http_response_size_bytes_bucket{method="GET",path="/wp-content/index.php",le="500000"} 5 http_response_size_bytes_bucket{method="GET",path="/wp-content/index.php",le="1e+06"} 5 http_response_size_bytes_bucket{method="GET",path="/wp-content/index.php",le="+Inf"} 5 http_response_size_bytes_sum{method="GET",path="/wp-content/index.php"} 216 http_response_size_bytes_count{method="GET",path="/wp-content/index.php"} 5 http_response_size_bytes_bucket{method="GET",path="/wp-content/mysql.sql",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-content/mysql.sql",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-content/mysql.sql",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-content/mysql.sql",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-content/mysql.sql",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-content/mysql.sql",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-content/mysql.sql",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-content/mysql.sql",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-content/mysql.sql",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-content/mysql.sql",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/wp-content/mysql.sql"} 88 http_response_size_bytes_count{method="GET",path="/wp-content/mysql.sql"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/WordPressCore/",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/WordPressCore/",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/WordPressCore/",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/WordPressCore/",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/WordPressCore/",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/WordPressCore/",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/WordPressCore/",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/WordPressCore/",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/WordPressCore/",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/WordPressCore/",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-content/plugins/WordPressCore/"} 43 http_response_size_bytes_count{method="GET",path="/wp-content/plugins/WordPressCore/"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/admin.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/admin.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/admin.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/admin.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/admin.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/admin.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/admin.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/admin.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/admin.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/admin.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/wp-content/plugins/admin.php"} 86 http_response_size_bytes_count{method="GET",path="/wp-content/plugins/admin.php"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/core-plugin/include.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/core-plugin/include.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/core-plugin/include.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/core-plugin/include.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/core-plugin/include.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/core-plugin/include.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/core-plugin/include.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/core-plugin/include.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/core-plugin/include.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/core-plugin/include.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-content/plugins/core-plugin/include.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-content/plugins/core-plugin/include.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/hellopress/wp_filemanager.php",le="100"} 18 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/hellopress/wp_filemanager.php",le="500"} 18 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/hellopress/wp_filemanager.php",le="1000"} 18 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/hellopress/wp_filemanager.php",le="5000"} 18 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/hellopress/wp_filemanager.php",le="10000"} 18 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/hellopress/wp_filemanager.php",le="50000"} 18 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/hellopress/wp_filemanager.php",le="100000"} 18 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/hellopress/wp_filemanager.php",le="500000"} 18 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/hellopress/wp_filemanager.php",le="1e+06"} 18 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/hellopress/wp_filemanager.php",le="+Inf"} 18 http_response_size_bytes_sum{method="GET",path="/wp-content/plugins/hellopress/wp_filemanager.php"} 774 http_response_size_bytes_count{method="GET",path="/wp-content/plugins/hellopress/wp_filemanager.php"} 18 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/hellopress/wp_mna.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/hellopress/wp_mna.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/hellopress/wp_mna.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/hellopress/wp_mna.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/hellopress/wp_mna.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/hellopress/wp_mna.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/hellopress/wp_mna.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/hellopress/wp_mna.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/hellopress/wp_mna.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/hellopress/wp_mna.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-content/plugins/hellopress/wp_mna.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-content/plugins/hellopress/wp_mna.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/index.php",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/index.php",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/index.php",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/index.php",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/index.php",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/index.php",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/index.php",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/index.php",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/index.php",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/index.php",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/wp-content/plugins/index.php"} 172 http_response_size_bytes_count{method="GET",path="/wp-content/plugins/index.php"} 4 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/pwnd/as.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/pwnd/as.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/pwnd/as.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/pwnd/as.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/pwnd/as.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/pwnd/as.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/pwnd/as.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/pwnd/as.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/pwnd/as.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/pwnd/as.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-content/plugins/pwnd/as.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-content/plugins/pwnd/as.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/radio.php",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-content/radio.php",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-content/radio.php",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-content/radio.php",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-content/radio.php",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-content/radio.php",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-content/radio.php",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-content/radio.php",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-content/radio.php",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-content/radio.php",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/wp-content/radio.php"} 129 http_response_size_bytes_count{method="GET",path="/wp-content/radio.php"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/wp-content/themes/"} 86 http_response_size_bytes_count{method="GET",path="/wp-content/themes/"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/about.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/about.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/about.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/about.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/about.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/about.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/about.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/about.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/about.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/about.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/wp-content/themes/about.php"} 86 http_response_size_bytes_count{method="GET",path="/wp-content/themes/about.php"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/admin.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/admin.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/admin.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/admin.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/admin.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/admin.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/admin.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/admin.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/admin.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/admin.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/wp-content/themes/admin.php"} 87 http_response_size_bytes_count{method="GET",path="/wp-content/themes/admin.php"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/hideo/network.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/hideo/network.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/hideo/network.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/hideo/network.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/hideo/network.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/hideo/network.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/hideo/network.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/hideo/network.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/hideo/network.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/hideo/network.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-content/themes/hideo/network.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-content/themes/hideo/network.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/index.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/index.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/index.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/index.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/index.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/index.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/index.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/index.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/index.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/index.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/wp-content/themes/index.php"} 86 http_response_size_bytes_count{method="GET",path="/wp-content/themes/index.php"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/twentytwenty/404.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/twentytwenty/404.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/twentytwenty/404.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/twentytwenty/404.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/twentytwenty/404.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/twentytwenty/404.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/twentytwenty/404.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/twentytwenty/404.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/twentytwenty/404.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/twentytwenty/404.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/wp-content/themes/twentytwenty/404.php"} 86 http_response_size_bytes_count{method="GET",path="/wp-content/themes/twentytwenty/404.php"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/twentytwentytwo/index.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/twentytwentytwo/index.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/twentytwentytwo/index.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/twentytwentytwo/index.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/twentytwentytwo/index.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/twentytwentytwo/index.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/twentytwentytwo/index.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/twentytwentytwo/index.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/twentytwentytwo/index.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/twentytwentytwo/index.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/wp-content/themes/twentytwentytwo/index.php"} 86 http_response_size_bytes_count{method="GET",path="/wp-content/themes/twentytwentytwo/index.php"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/txets.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/txets.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/txets.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/txets.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/txets.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/txets.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/txets.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/txets.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/txets.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/txets.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-content/themes/txets.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-content/themes/txets.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/upgrade/about.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-content/upgrade/about.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-content/upgrade/about.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-content/upgrade/about.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-content/upgrade/about.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-content/upgrade/about.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-content/upgrade/about.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-content/upgrade/about.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-content/upgrade/about.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-content/upgrade/about.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/wp-content/upgrade/about.php"} 86 http_response_size_bytes_count{method="GET",path="/wp-content/upgrade/about.php"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-content/upgrade/index.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-content/upgrade/index.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-content/upgrade/index.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-content/upgrade/index.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-content/upgrade/index.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-content/upgrade/index.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-content/upgrade/index.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-content/upgrade/index.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-content/upgrade/index.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-content/upgrade/index.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/wp-content/upgrade/index.php"} 86 http_response_size_bytes_count{method="GET",path="/wp-content/upgrade/index.php"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-content/uploads/",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/wp-content/uploads/",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/wp-content/uploads/",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/wp-content/uploads/",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/wp-content/uploads/",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/wp-content/uploads/",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/wp-content/uploads/",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/wp-content/uploads/",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/wp-content/uploads/",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/wp-content/uploads/",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/wp-content/uploads/"} 172 http_response_size_bytes_count{method="GET",path="/wp-content/uploads/"} 4 http_response_size_bytes_bucket{method="GET",path="/wp-content/uploads/admin.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/uploads/admin.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/uploads/admin.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/uploads/admin.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/uploads/admin.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/uploads/admin.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/uploads/admin.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/uploads/admin.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/uploads/admin.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/uploads/admin.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-content/uploads/admin.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-content/uploads/admin.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/uploads/goods.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-content/uploads/goods.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-content/uploads/goods.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-content/uploads/goods.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-content/uploads/goods.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-content/uploads/goods.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-content/uploads/goods.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-content/uploads/goods.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-content/uploads/goods.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-content/uploads/goods.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/wp-content/uploads/goods.php"} 86 http_response_size_bytes_count{method="GET",path="/wp-content/uploads/goods.php"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-content/uploads/index.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-content/uploads/index.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-content/uploads/index.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-content/uploads/index.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-content/uploads/index.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-content/uploads/index.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-content/uploads/index.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-content/uploads/index.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-content/uploads/index.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-content/uploads/index.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/wp-content/uploads/index.php"} 86 http_response_size_bytes_count{method="GET",path="/wp-content/uploads/index.php"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-content/x/index.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-content/x/index.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-content/x/index.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-content/x/index.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-content/x/index.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-content/x/index.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-content/x/index.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-content/x/index.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-content/x/index.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-content/x/index.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/wp-content/x/index.php"} 86 http_response_size_bytes_count{method="GET",path="/wp-content/x/index.php"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-cron.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-cron.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-cron.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-cron.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-cron.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-cron.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-cron.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-cron.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-cron.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-cron.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-cron.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-cron.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-der.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-der.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-der.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-der.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-der.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-der.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-der.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-der.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-der.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-der.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-der.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-der.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-editor.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-editor.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-editor.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-editor.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-editor.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-editor.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-editor.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-editor.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-editor.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-editor.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-editor.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-editor.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-file.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-file.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-file.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-file.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-file.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-file.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-file.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-file.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-file.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-file.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-file.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-file.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-files.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-files.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-files.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-files.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-files.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-files.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-files.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-files.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-files.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-files.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/wp-files.zip"} 40 http_response_size_bytes_count{method="GET",path="/wp-files.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-firewall.php",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-firewall.php",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-firewall.php",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-firewall.php",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-firewall.php",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-firewall.php",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-firewall.php",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-firewall.php",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-firewall.php",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-firewall.php",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/wp-firewall.php"} 129 http_response_size_bytes_count{method="GET",path="/wp-firewall.php"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-full.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-full.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-full.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-full.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-full.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-full.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-full.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-full.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-full.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-full.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/wp-full.zip"} 40 http_response_size_bytes_count{method="GET",path="/wp-full.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-good.php",le="100"} 8 http_response_size_bytes_bucket{method="GET",path="/wp-good.php",le="500"} 8 http_response_size_bytes_bucket{method="GET",path="/wp-good.php",le="1000"} 8 http_response_size_bytes_bucket{method="GET",path="/wp-good.php",le="5000"} 8 http_response_size_bytes_bucket{method="GET",path="/wp-good.php",le="10000"} 8 http_response_size_bytes_bucket{method="GET",path="/wp-good.php",le="50000"} 8 http_response_size_bytes_bucket{method="GET",path="/wp-good.php",le="100000"} 8 http_response_size_bytes_bucket{method="GET",path="/wp-good.php",le="500000"} 8 http_response_size_bytes_bucket{method="GET",path="/wp-good.php",le="1e+06"} 8 http_response_size_bytes_bucket{method="GET",path="/wp-good.php",le="+Inf"} 8 http_response_size_bytes_sum{method="GET",path="/wp-good.php"} 345 http_response_size_bytes_count{method="GET",path="/wp-good.php"} 8 http_response_size_bytes_bucket{method="GET",path="/wp-includes.7z",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes.7z",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes.7z",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes.7z",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes.7z",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes.7z",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes.7z",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes.7z",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes.7z",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes.7z",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-includes.7z"} 43 http_response_size_bytes_count{method="GET",path="/wp-includes.7z"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes.bz2",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes.bz2",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes.bz2",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes.bz2",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes.bz2",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes.bz2",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes.bz2",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes.bz2",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes.bz2",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes.bz2",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-includes.bz2"} 43 http_response_size_bytes_count{method="GET",path="/wp-includes.bz2"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes.gz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes.gz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes.gz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes.gz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes.gz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes.gz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes.gz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes.gz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes.gz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes.gz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-includes.gz"} 43 http_response_size_bytes_count{method="GET",path="/wp-includes.gz"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes.rar",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes.rar",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes.rar",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes.rar",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes.rar",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes.rar",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes.rar",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes.rar",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes.rar",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes.rar",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-includes.rar"} 43 http_response_size_bytes_count{method="GET",path="/wp-includes.rar"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes.sql",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes.sql",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes.sql",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes.sql",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes.sql",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes.sql",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes.sql",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes.sql",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes.sql",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes.sql",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-includes.sql"} 43 http_response_size_bytes_count{method="GET",path="/wp-includes.sql"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes.sql.bz2",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes.sql.bz2",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes.sql.bz2",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes.sql.bz2",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes.sql.bz2",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes.sql.bz2",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes.sql.bz2",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes.sql.bz2",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes.sql.bz2",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes.sql.bz2",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-includes.sql.bz2"} 43 http_response_size_bytes_count{method="GET",path="/wp-includes.sql.bz2"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes.sql.gz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes.sql.gz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes.sql.gz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes.sql.gz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes.sql.gz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes.sql.gz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes.sql.gz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes.sql.gz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes.sql.gz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes.sql.gz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-includes.sql.gz"} 43 http_response_size_bytes_count{method="GET",path="/wp-includes.sql.gz"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes.tar",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes.tar",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes.tar",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes.tar",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes.tar",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes.tar",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes.tar",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes.tar",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes.tar",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes.tar",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-includes.tar"} 43 http_response_size_bytes_count{method="GET",path="/wp-includes.tar"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes.tar.bz2",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes.tar.bz2",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes.tar.bz2",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes.tar.bz2",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes.tar.bz2",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes.tar.bz2",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes.tar.bz2",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes.tar.bz2",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes.tar.bz2",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes.tar.bz2",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-includes.tar.bz2"} 43 http_response_size_bytes_count{method="GET",path="/wp-includes.tar.bz2"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes.tar.gz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes.tar.gz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes.tar.gz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes.tar.gz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes.tar.gz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes.tar.gz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes.tar.gz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes.tar.gz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes.tar.gz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes.tar.gz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-includes.tar.gz"} 43 http_response_size_bytes_count{method="GET",path="/wp-includes.tar.gz"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes.tar.xz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes.tar.xz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes.tar.xz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes.tar.xz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes.tar.xz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes.tar.xz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes.tar.xz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes.tar.xz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes.tar.xz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes.tar.xz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-includes.tar.xz"} 43 http_response_size_bytes_count{method="GET",path="/wp-includes.tar.xz"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes.tgz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes.tgz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes.tgz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes.tgz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes.tgz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes.tgz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes.tgz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes.tgz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes.tgz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes.tgz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-includes.tgz"} 43 http_response_size_bytes_count{method="GET",path="/wp-includes.tgz"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes.zip",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes.zip",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes.zip",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes.zip",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes.zip",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes.zip",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes.zip",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes.zip",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes.zip",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes.zip",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-includes.zip"} 43 http_response_size_bytes_count{method="GET",path="/wp-includes.zip"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes.zst",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes.zst",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes.zst",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes.zst",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes.zst",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes.zst",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes.zst",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes.zst",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes.zst",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes.zst",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-includes.zst"} 43 http_response_size_bytes_count{method="GET",path="/wp-includes.zst"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/wp-includes/"} 86 http_response_size_bytes_count{method="GET",path="/wp-includes/"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/ID3/",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/ID3/",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/ID3/",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/ID3/",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/ID3/",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/ID3/",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/ID3/",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/ID3/",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/ID3/",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/ID3/",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/wp-includes/ID3/"} 86 http_response_size_bytes_count{method="GET",path="/wp-includes/ID3/"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/ID3/about.php",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-includes/ID3/about.php",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-includes/ID3/about.php",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-includes/ID3/about.php",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-includes/ID3/about.php",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-includes/ID3/about.php",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-includes/ID3/about.php",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-includes/ID3/about.php",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-includes/ID3/about.php",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-includes/ID3/about.php",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/wp-includes/ID3/about.php"} 129 http_response_size_bytes_count{method="GET",path="/wp-includes/ID3/about.php"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-includes/ID3/index.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/ID3/index.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/ID3/index.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/ID3/index.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/ID3/index.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/ID3/index.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/ID3/index.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/ID3/index.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/ID3/index.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/ID3/index.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/wp-includes/ID3/index.php"} 86 http_response_size_bytes_count{method="GET",path="/wp-includes/ID3/index.php"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/IXR/index.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/IXR/index.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/IXR/index.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/IXR/index.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/IXR/index.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/IXR/index.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/IXR/index.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/IXR/index.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/IXR/index.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/IXR/index.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/wp-includes/IXR/index.php"} 87 http_response_size_bytes_count{method="GET",path="/wp-includes/IXR/index.php"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/IXR/test1.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/IXR/test1.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/IXR/test1.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/IXR/test1.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/IXR/test1.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/IXR/test1.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/IXR/test1.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/IXR/test1.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/IXR/test1.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/IXR/test1.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-includes/IXR/test1.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-includes/IXR/test1.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/PHPMailer/",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/PHPMailer/",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/PHPMailer/",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/PHPMailer/",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/PHPMailer/",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/PHPMailer/",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/PHPMailer/",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/PHPMailer/",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/PHPMailer/",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/PHPMailer/",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-includes/PHPMailer/"} 43 http_response_size_bytes_count{method="GET",path="/wp-includes/PHPMailer/"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/Requests/src/Response/about.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/Requests/src/Response/about.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/Requests/src/Response/about.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/Requests/src/Response/about.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/Requests/src/Response/about.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/Requests/src/Response/about.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/Requests/src/Response/about.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/Requests/src/Response/about.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/Requests/src/Response/about.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/Requests/src/Response/about.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-includes/Requests/src/Response/about.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-includes/Requests/src/Response/about.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/SimplePie/",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/SimplePie/",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/SimplePie/",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/SimplePie/",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/SimplePie/",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/SimplePie/",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/SimplePie/",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/SimplePie/",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/SimplePie/",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/SimplePie/",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-includes/SimplePie/"} 43 http_response_size_bytes_count{method="GET",path="/wp-includes/SimplePie/"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/SimplePie/admin.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/SimplePie/admin.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/SimplePie/admin.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/SimplePie/admin.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/SimplePie/admin.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/SimplePie/admin.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/SimplePie/admin.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/SimplePie/admin.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/SimplePie/admin.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/SimplePie/admin.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/wp-includes/SimplePie/admin.php"} 87 http_response_size_bytes_count{method="GET",path="/wp-includes/SimplePie/admin.php"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/SimplePie/wp-login.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/SimplePie/wp-login.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/SimplePie/wp-login.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/SimplePie/wp-login.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/SimplePie/wp-login.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/SimplePie/wp-login.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/SimplePie/wp-login.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/SimplePie/wp-login.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/SimplePie/wp-login.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/SimplePie/wp-login.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/wp-includes/SimplePie/wp-login.php"} 86 http_response_size_bytes_count{method="GET",path="/wp-includes/SimplePie/wp-login.php"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/Text/Diff/Engine/about.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/Text/Diff/Engine/about.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/Text/Diff/Engine/about.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/Text/Diff/Engine/about.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/Text/Diff/Engine/about.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/Text/Diff/Engine/about.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/Text/Diff/Engine/about.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/Text/Diff/Engine/about.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/Text/Diff/Engine/about.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/Text/Diff/Engine/about.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-includes/Text/Diff/Engine/about.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-includes/Text/Diff/Engine/about.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/assets/index.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/assets/index.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/assets/index.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/assets/index.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/assets/index.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/assets/index.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/assets/index.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/assets/index.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/assets/index.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/assets/index.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/wp-includes/assets/index.php"} 86 http_response_size_bytes_count{method="GET",path="/wp-includes/assets/index.php"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/block-bindings/",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/block-bindings/",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/block-bindings/",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/block-bindings/",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/block-bindings/",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/block-bindings/",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/block-bindings/",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/block-bindings/",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/block-bindings/",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/block-bindings/",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/wp-includes/block-bindings/"} 86 http_response_size_bytes_count{method="GET",path="/wp-includes/block-bindings/"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/block-patterns/index.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/block-patterns/index.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/block-patterns/index.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/block-patterns/index.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/block-patterns/index.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/block-patterns/index.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/block-patterns/index.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/block-patterns/index.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/block-patterns/index.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/block-patterns/index.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/wp-includes/block-patterns/index.php"} 86 http_response_size_bytes_count{method="GET",path="/wp-includes/block-patterns/index.php"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/blocks/audio/",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/blocks/audio/",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/blocks/audio/",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/blocks/audio/",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/blocks/audio/",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/blocks/audio/",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/blocks/audio/",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/blocks/audio/",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/blocks/audio/",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/blocks/audio/",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/wp-includes/blocks/audio/"} 86 http_response_size_bytes_count{method="GET",path="/wp-includes/blocks/audio/"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/blocks/buttons/",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/blocks/buttons/",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/blocks/buttons/",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/blocks/buttons/",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/blocks/buttons/",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/blocks/buttons/",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/blocks/buttons/",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/blocks/buttons/",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/blocks/buttons/",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/blocks/buttons/",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-includes/blocks/buttons/"} 44 http_response_size_bytes_count{method="GET",path="/wp-includes/blocks/buttons/"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/blocks/details/",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/blocks/details/",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/blocks/details/",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/blocks/details/",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/blocks/details/",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/blocks/details/",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/blocks/details/",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/blocks/details/",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/blocks/details/",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/blocks/details/",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/wp-includes/blocks/details/"} 87 http_response_size_bytes_count{method="GET",path="/wp-includes/blocks/details/"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/blocks/post-comments-form/",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/blocks/post-comments-form/",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/blocks/post-comments-form/",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/blocks/post-comments-form/",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/blocks/post-comments-form/",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/blocks/post-comments-form/",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/blocks/post-comments-form/",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/blocks/post-comments-form/",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/blocks/post-comments-form/",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/blocks/post-comments-form/",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/wp-includes/blocks/post-comments-form/"} 86 http_response_size_bytes_count{method="GET",path="/wp-includes/blocks/post-comments-form/"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/blocks/shortcode/index.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/blocks/shortcode/index.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/blocks/shortcode/index.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/blocks/shortcode/index.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/blocks/shortcode/index.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/blocks/shortcode/index.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/blocks/shortcode/index.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/blocks/shortcode/index.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/blocks/shortcode/index.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/blocks/shortcode/index.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/wp-includes/blocks/shortcode/index.php"} 86 http_response_size_bytes_count{method="GET",path="/wp-includes/blocks/shortcode/index.php"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/customize/about.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/customize/about.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/customize/about.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/customize/about.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/customize/about.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/customize/about.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/customize/about.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/customize/about.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/customize/about.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/customize/about.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/wp-includes/customize/about.php"} 86 http_response_size_bytes_count{method="GET",path="/wp-includes/customize/about.php"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/fonts/about.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/fonts/about.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/fonts/about.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/fonts/about.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/fonts/about.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/fonts/about.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/fonts/about.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/fonts/about.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/fonts/about.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/fonts/about.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-includes/fonts/about.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-includes/fonts/about.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/fonts/index.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/fonts/index.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/fonts/index.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/fonts/index.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/fonts/index.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/fonts/index.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/fonts/index.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/fonts/index.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/fonts/index.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/fonts/index.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/wp-includes/fonts/index.php"} 86 http_response_size_bytes_count{method="GET",path="/wp-includes/fonts/index.php"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/html-api/",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/html-api/",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/html-api/",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/html-api/",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/html-api/",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/html-api/",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/html-api/",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/html-api/",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/html-api/",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/html-api/",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/wp-includes/html-api/"} 86 http_response_size_bytes_count{method="GET",path="/wp-includes/html-api/"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/images/",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/images/",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/images/",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/images/",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/images/",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/images/",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/images/",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/images/",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/images/",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/images/",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/wp-includes/images/"} 86 http_response_size_bytes_count{method="GET",path="/wp-includes/images/"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/images/smilies/",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/images/smilies/",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/images/smilies/",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/images/smilies/",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/images/smilies/",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/images/smilies/",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/images/smilies/",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/images/smilies/",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/images/smilies/",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/images/smilies/",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/wp-includes/images/smilies/"} 86 http_response_size_bytes_count{method="GET",path="/wp-includes/images/smilies/"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/images/smilies/about.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/images/smilies/about.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/images/smilies/about.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/images/smilies/about.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/images/smilies/about.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/images/smilies/about.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/images/smilies/about.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/images/smilies/about.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/images/smilies/about.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/images/smilies/about.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/wp-includes/images/smilies/about.php"} 86 http_response_size_bytes_count{method="GET",path="/wp-includes/images/smilies/about.php"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/images/wp-login.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/images/wp-login.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/images/wp-login.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/images/wp-login.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/images/wp-login.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/images/wp-login.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/images/wp-login.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/images/wp-login.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/images/wp-login.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/images/wp-login.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/wp-includes/images/wp-login.php"} 86 http_response_size_bytes_count{method="GET",path="/wp-includes/images/wp-login.php"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/js/",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/js/",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/js/",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/js/",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/js/",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/js/",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/js/",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/js/",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/js/",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/js/",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/wp-includes/js/"} 86 http_response_size_bytes_count{method="GET",path="/wp-includes/js/"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/js/codemirror/index.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/js/codemirror/index.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/js/codemirror/index.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/js/codemirror/index.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/js/codemirror/index.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/js/codemirror/index.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/js/codemirror/index.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/js/codemirror/index.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/js/codemirror/index.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/js/codemirror/index.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/wp-includes/js/codemirror/index.php"} 86 http_response_size_bytes_count{method="GET",path="/wp-includes/js/codemirror/index.php"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/js/crop/",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/js/crop/",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/js/crop/",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/js/crop/",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/js/crop/",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/js/crop/",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/js/crop/",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/js/crop/",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/js/crop/",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/js/crop/",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/wp-includes/js/crop/"} 87 http_response_size_bytes_count{method="GET",path="/wp-includes/js/crop/"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/js/crop/cropper.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/js/crop/cropper.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/js/crop/cropper.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/js/crop/cropper.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/js/crop/cropper.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/js/crop/cropper.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/js/crop/cropper.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/js/crop/cropper.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/js/crop/cropper.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/js/crop/cropper.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-includes/js/crop/cropper.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-includes/js/crop/cropper.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/js/tinymce/plugins/compat3x/css/",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/js/tinymce/plugins/compat3x/css/",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/js/tinymce/plugins/compat3x/css/",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/js/tinymce/plugins/compat3x/css/",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/js/tinymce/plugins/compat3x/css/",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/js/tinymce/plugins/compat3x/css/",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/js/tinymce/plugins/compat3x/css/",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/js/tinymce/plugins/compat3x/css/",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/js/tinymce/plugins/compat3x/css/",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/js/tinymce/plugins/compat3x/css/",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/wp-includes/js/tinymce/plugins/compat3x/css/"} 86 http_response_size_bytes_count{method="GET",path="/wp-includes/js/tinymce/plugins/compat3x/css/"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/php-compat/",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/php-compat/",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/php-compat/",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/php-compat/",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/php-compat/",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/php-compat/",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/php-compat/",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/php-compat/",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/php-compat/",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/php-compat/",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/wp-includes/php-compat/"} 87 http_response_size_bytes_count{method="GET",path="/wp-includes/php-compat/"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/pomo/",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/pomo/",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/pomo/",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/pomo/",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/pomo/",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/pomo/",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/pomo/",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/pomo/",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/pomo/",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/pomo/",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/wp-includes/pomo/"} 86 http_response_size_bytes_count{method="GET",path="/wp-includes/pomo/"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/rest-api/",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/rest-api/",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/rest-api/",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/rest-api/",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/rest-api/",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/rest-api/",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/rest-api/",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/rest-api/",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/rest-api/",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/rest-api/",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/wp-includes/rest-api/"} 86 http_response_size_bytes_count{method="GET",path="/wp-includes/rest-api/"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/style-engine/about.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/style-engine/about.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/style-engine/about.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/style-engine/about.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/style-engine/about.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/style-engine/about.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/style-engine/about.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/style-engine/about.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/style-engine/about.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/style-engine/about.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/wp-includes/style-engine/about.php"} 86 http_response_size_bytes_count{method="GET",path="/wp-includes/style-engine/about.php"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/style-engine/autoload_classmap.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/style-engine/autoload_classmap.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/style-engine/autoload_classmap.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/style-engine/autoload_classmap.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/style-engine/autoload_classmap.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/style-engine/autoload_classmap.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/style-engine/autoload_classmap.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/style-engine/autoload_classmap.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/style-engine/autoload_classmap.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/style-engine/autoload_classmap.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/wp-includes/style-engine/autoload_classmap.php"} 86 http_response_size_bytes_count{method="GET",path="/wp-includes/style-engine/autoload_classmap.php"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/style-engine/index.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/style-engine/index.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/style-engine/index.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/style-engine/index.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/style-engine/index.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/style-engine/index.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/style-engine/index.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/style-engine/index.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/style-engine/index.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/style-engine/index.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/wp-includes/style-engine/index.php"} 86 http_response_size_bytes_count{method="GET",path="/wp-includes/style-engine/index.php"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/theme-compat/wp-login.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/theme-compat/wp-login.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/theme-compat/wp-login.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/theme-compat/wp-login.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/theme-compat/wp-login.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/theme-compat/wp-login.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/theme-compat/wp-login.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/theme-compat/wp-login.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/theme-compat/wp-login.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/theme-compat/wp-login.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-includes/theme-compat/wp-login.php"} 44 http_response_size_bytes_count{method="GET",path="/wp-includes/theme-compat/wp-login.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/txets.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/txets.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/txets.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/txets.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/txets.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/txets.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/txets.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/txets.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/txets.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/txets.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-includes/txets.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-includes/txets.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-indx.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-indx.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-indx.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-indx.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-indx.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-indx.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-indx.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-indx.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-indx.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-indx.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/wp-indx.php"} 86 http_response_size_bytes_count{method="GET",path="/wp-indx.php"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-info.php",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-info.php",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-info.php",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-info.php",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-info.php",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-info.php",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-info.php",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-info.php",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-info.php",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-info.php",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/wp-info.php"} 129 http_response_size_bytes_count{method="GET",path="/wp-info.php"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-json/",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-json/",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-json/",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-json/",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-json/",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-json/",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-json/",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-json/",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-json/",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-json/",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/wp-json/"} 86 http_response_size_bytes_count{method="GET",path="/wp-json/"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-json/gravitysmtp/v1/config",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-json/gravitysmtp/v1/config",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-json/gravitysmtp/v1/config",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-json/gravitysmtp/v1/config",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-json/gravitysmtp/v1/config",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-json/gravitysmtp/v1/config",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-json/gravitysmtp/v1/config",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-json/gravitysmtp/v1/config",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-json/gravitysmtp/v1/config",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-json/gravitysmtp/v1/config",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-json/gravitysmtp/v1/config"} 43 http_response_size_bytes_count{method="GET",path="/wp-json/gravitysmtp/v1/config"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-json/gravitysmtp/v1/settings",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-json/gravitysmtp/v1/settings",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-json/gravitysmtp/v1/settings",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-json/gravitysmtp/v1/settings",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-json/gravitysmtp/v1/settings",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-json/gravitysmtp/v1/settings",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-json/gravitysmtp/v1/settings",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-json/gravitysmtp/v1/settings",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-json/gravitysmtp/v1/settings",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-json/gravitysmtp/v1/settings",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-json/gravitysmtp/v1/settings"} 43 http_response_size_bytes_count{method="GET",path="/wp-json/gravitysmtp/v1/settings"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-json/gravitysmtp/v1/tests/mock-data",le="100"} 11 http_response_size_bytes_bucket{method="GET",path="/wp-json/gravitysmtp/v1/tests/mock-data",le="500"} 11 http_response_size_bytes_bucket{method="GET",path="/wp-json/gravitysmtp/v1/tests/mock-data",le="1000"} 11 http_response_size_bytes_bucket{method="GET",path="/wp-json/gravitysmtp/v1/tests/mock-data",le="5000"} 11 http_response_size_bytes_bucket{method="GET",path="/wp-json/gravitysmtp/v1/tests/mock-data",le="10000"} 11 http_response_size_bytes_bucket{method="GET",path="/wp-json/gravitysmtp/v1/tests/mock-data",le="50000"} 11 http_response_size_bytes_bucket{method="GET",path="/wp-json/gravitysmtp/v1/tests/mock-data",le="100000"} 11 http_response_size_bytes_bucket{method="GET",path="/wp-json/gravitysmtp/v1/tests/mock-data",le="500000"} 11 http_response_size_bytes_bucket{method="GET",path="/wp-json/gravitysmtp/v1/tests/mock-data",le="1e+06"} 11 http_response_size_bytes_bucket{method="GET",path="/wp-json/gravitysmtp/v1/tests/mock-data",le="+Inf"} 11 http_response_size_bytes_sum{method="GET",path="/wp-json/gravitysmtp/v1/tests/mock-data"} 475 http_response_size_bytes_count{method="GET",path="/wp-json/gravitysmtp/v1/tests/mock-data"} 11 http_response_size_bytes_bucket{method="GET",path="/wp-json/wp/v2/settings",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-json/wp/v2/settings",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-json/wp/v2/settings",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-json/wp/v2/settings",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-json/wp/v2/settings",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-json/wp/v2/settings",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-json/wp/v2/settings",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-json/wp/v2/settings",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-json/wp/v2/settings",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-json/wp/v2/settings",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-json/wp/v2/settings"} 43 http_response_size_bytes_count{method="GET",path="/wp-json/wp/v2/settings"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-json/wp/v2/users",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-json/wp/v2/users",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-json/wp/v2/users",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-json/wp/v2/users",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-json/wp/v2/users",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-json/wp/v2/users",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-json/wp/v2/users",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-json/wp/v2/users",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-json/wp/v2/users",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-json/wp/v2/users",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/wp-json/wp/v2/users"} 88 http_response_size_bytes_count{method="GET",path="/wp-json/wp/v2/users"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-k7djufwez2.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-k7djufwez2.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-k7djufwez2.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-k7djufwez2.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-k7djufwez2.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-k7djufwez2.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-k7djufwez2.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-k7djufwez2.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-k7djufwez2.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-k7djufwez2.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-k7djufwez2.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-k7djufwez2.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-kd4xalrg7m.php",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-kd4xalrg7m.php",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-kd4xalrg7m.php",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-kd4xalrg7m.php",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-kd4xalrg7m.php",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-kd4xalrg7m.php",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-kd4xalrg7m.php",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-kd4xalrg7m.php",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-kd4xalrg7m.php",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-kd4xalrg7m.php",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/wp-kd4xalrg7m.php"} 129 http_response_size_bytes_count{method="GET",path="/wp-kd4xalrg7m.php"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-kz.php",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/wp-kz.php",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/wp-kz.php",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/wp-kz.php",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/wp-kz.php",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/wp-kz.php",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/wp-kz.php",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/wp-kz.php",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/wp-kz.php",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/wp-kz.php",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/wp-kz.php"} 172 http_response_size_bytes_count{method="GET",path="/wp-kz.php"} 4 http_response_size_bytes_bucket{method="GET",path="/wp-link-poer.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-link-poer.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-link-poer.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-link-poer.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-link-poer.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-link-poer.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-link-poer.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-link-poer.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-link-poer.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-link-poer.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-link-poer.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-link-poer.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-link-snpm.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-link-snpm.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-link-snpm.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-link-snpm.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-link-snpm.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-link-snpm.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-link-snpm.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-link-snpm.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-link-snpm.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-link-snpm.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/wp-link-snpm.php"} 86 http_response_size_bytes_count{method="GET",path="/wp-link-snpm.php"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-link-spm.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-link-spm.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-link-spm.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-link-spm.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-link-spm.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-link-spm.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-link-spm.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-link-spm.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-link-spm.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-link-spm.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/wp-link-spm.php"} 86 http_response_size_bytes_count{method="GET",path="/wp-link-spm.php"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-links-opml.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-links-opml.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-links-opml.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-links-opml.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-links-opml.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-links-opml.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-links-opml.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-links-opml.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-links-opml.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-links-opml.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-links-opml.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-links-opml.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-links.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-links.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-links.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-links.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-links.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-links.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-links.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-links.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-links.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-links.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-links.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-links.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-load.php",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/wp-load.php",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/wp-load.php",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/wp-load.php",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/wp-load.php",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/wp-load.php",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/wp-load.php",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/wp-load.php",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/wp-load.php",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/wp-load.php",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/wp-load.php"} 172 http_response_size_bytes_count{method="GET",path="/wp-load.php"} 4 http_response_size_bytes_bucket{method="GET",path="/wp-login.php",le="100"} 13 http_response_size_bytes_bucket{method="GET",path="/wp-login.php",le="500"} 13 http_response_size_bytes_bucket{method="GET",path="/wp-login.php",le="1000"} 13 http_response_size_bytes_bucket{method="GET",path="/wp-login.php",le="5000"} 13 http_response_size_bytes_bucket{method="GET",path="/wp-login.php",le="10000"} 13 http_response_size_bytes_bucket{method="GET",path="/wp-login.php",le="50000"} 13 http_response_size_bytes_bucket{method="GET",path="/wp-login.php",le="100000"} 13 http_response_size_bytes_bucket{method="GET",path="/wp-login.php",le="500000"} 13 http_response_size_bytes_bucket{method="GET",path="/wp-login.php",le="1e+06"} 13 http_response_size_bytes_bucket{method="GET",path="/wp-login.php",le="+Inf"} 13 http_response_size_bytes_sum{method="GET",path="/wp-login.php"} 560 http_response_size_bytes_count{method="GET",path="/wp-login.php"} 13 http_response_size_bytes_bucket{method="GET",path="/wp-lvminl.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-lvminl.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-lvminl.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-lvminl.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-lvminl.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-lvminl.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-lvminl.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-lvminl.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-lvminl.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-lvminl.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-lvminl.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-lvminl.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-mail.php",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-mail.php",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-mail.php",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-mail.php",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-mail.php",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-mail.php",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-mail.php",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-mail.php",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-mail.php",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-mail.php",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/wp-mail.php"} 129 http_response_size_bytes_count{method="GET",path="/wp-mail.php"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-p2r3q9c8k4.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-p2r3q9c8k4.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-p2r3q9c8k4.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-p2r3q9c8k4.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-p2r3q9c8k4.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-p2r3q9c8k4.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-p2r3q9c8k4.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-p2r3q9c8k4.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-p2r3q9c8k4.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-p2r3q9c8k4.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/wp-p2r3q9c8k4.php"} 86 http_response_size_bytes_count{method="GET",path="/wp-p2r3q9c8k4.php"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-png.php",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-png.php",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-png.php",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-png.php",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-png.php",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-png.php",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-png.php",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-png.php",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-png.php",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-png.php",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/wp-png.php"} 129 http_response_size_bytes_count{method="GET",path="/wp-png.php"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-sanita.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-sanita.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-sanita.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-sanita.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-sanita.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-sanita.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-sanita.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-sanita.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-sanita.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-sanita.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-sanita.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-sanita.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-signin.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-signin.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-signin.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-signin.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-signin.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-signin.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-signin.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-signin.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-signin.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-signin.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-signin.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-signin.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-sing.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-sing.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-sing.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-sing.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-sing.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-sing.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-sing.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-sing.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-sing.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-sing.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-sing.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-sing.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-site.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-site.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-site.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-site.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-site.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-site.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-site.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-site.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-site.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-site.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/wp-site.zip"} 40 http_response_size_bytes_count{method="GET",path="/wp-site.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-slss.php",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-slss.php",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-slss.php",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-slss.php",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-slss.php",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-slss.php",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-slss.php",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-slss.php",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-slss.php",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-slss.php",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/wp-slss.php"} 129 http_response_size_bytes_count{method="GET",path="/wp-slss.php"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-su.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-su.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-su.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-su.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-su.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-su.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-su.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-su.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-su.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-su.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-su.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-su.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-temp.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-temp.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-temp.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-temp.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-temp.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-temp.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-temp.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-temp.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-temp.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-temp.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/wp-temp.php"} 86 http_response_size_bytes_count{method="GET",path="/wp-temp.php"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-test.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-test.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-test.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-test.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-test.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-test.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-test.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-test.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-test.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-test.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/wp-test.php"} 86 http_response_size_bytes_count{method="GET",path="/wp-test.php"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-the.php",le="100"} 7 http_response_size_bytes_bucket{method="GET",path="/wp-the.php",le="500"} 7 http_response_size_bytes_bucket{method="GET",path="/wp-the.php",le="1000"} 7 http_response_size_bytes_bucket{method="GET",path="/wp-the.php",le="5000"} 7 http_response_size_bytes_bucket{method="GET",path="/wp-the.php",le="10000"} 7 http_response_size_bytes_bucket{method="GET",path="/wp-the.php",le="50000"} 7 http_response_size_bytes_bucket{method="GET",path="/wp-the.php",le="100000"} 7 http_response_size_bytes_bucket{method="GET",path="/wp-the.php",le="500000"} 7 http_response_size_bytes_bucket{method="GET",path="/wp-the.php",le="1e+06"} 7 http_response_size_bytes_bucket{method="GET",path="/wp-the.php",le="+Inf"} 7 http_response_size_bytes_sum{method="GET",path="/wp-the.php"} 301 http_response_size_bytes_count{method="GET",path="/wp-the.php"} 7 http_response_size_bytes_bucket{method="GET",path="/wp-theme.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-theme.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-theme.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-theme.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-theme.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-theme.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-theme.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-theme.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-theme.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-theme.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-theme.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-theme.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-thi.php",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-thi.php",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-thi.php",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-thi.php",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-thi.php",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-thi.php",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-thi.php",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-thi.php",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-thi.php",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-thi.php",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/wp-thi.php"} 129 http_response_size_bytes_count{method="GET",path="/wp-thi.php"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-tiroto.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-tiroto.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-tiroto.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-tiroto.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-tiroto.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-tiroto.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-tiroto.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-tiroto.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-tiroto.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-tiroto.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-tiroto.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-tiroto.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-tivate.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-tivate.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-tivate.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-tivate.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-tivate.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-tivate.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-tivate.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-tivate.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-tivate.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-tivate.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-tivate.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-tivate.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-trackback.php",le="100"} 7 http_response_size_bytes_bucket{method="GET",path="/wp-trackback.php",le="500"} 7 http_response_size_bytes_bucket{method="GET",path="/wp-trackback.php",le="1000"} 7 http_response_size_bytes_bucket{method="GET",path="/wp-trackback.php",le="5000"} 7 http_response_size_bytes_bucket{method="GET",path="/wp-trackback.php",le="10000"} 7 http_response_size_bytes_bucket{method="GET",path="/wp-trackback.php",le="50000"} 7 http_response_size_bytes_bucket{method="GET",path="/wp-trackback.php",le="100000"} 7 http_response_size_bytes_bucket{method="GET",path="/wp-trackback.php",le="500000"} 7 http_response_size_bytes_bucket{method="GET",path="/wp-trackback.php",le="1e+06"} 7 http_response_size_bytes_bucket{method="GET",path="/wp-trackback.php",le="+Inf"} 7 http_response_size_bytes_sum{method="GET",path="/wp-trackback.php"} 302 http_response_size_bytes_count{method="GET",path="/wp-trackback.php"} 7 http_response_size_bytes_bucket{method="GET",path="/wp-update.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-update.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-update.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-update.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-update.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-update.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-update.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-update.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-update.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-update.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-update.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-update.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-ver.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-ver.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-ver.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-ver.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-ver.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-ver.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-ver.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-ver.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-ver.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-ver.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/wp-ver.php"} 86 http_response_size_bytes_count{method="GET",path="/wp-ver.php"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-wz.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-wz.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-wz.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-wz.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-wz.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-wz.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-wz.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-wz.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-wz.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-wz.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-wz.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-wz.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-xme.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-xme.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-xme.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-xme.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-xme.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-xme.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-xme.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-xme.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-xme.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-xme.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-xme.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-xme.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp.php",le="100"} 8 http_response_size_bytes_bucket{method="GET",path="/wp.php",le="500"} 8 http_response_size_bytes_bucket{method="GET",path="/wp.php",le="1000"} 8 http_response_size_bytes_bucket{method="GET",path="/wp.php",le="5000"} 8 http_response_size_bytes_bucket{method="GET",path="/wp.php",le="10000"} 8 http_response_size_bytes_bucket{method="GET",path="/wp.php",le="50000"} 8 http_response_size_bytes_bucket{method="GET",path="/wp.php",le="100000"} 8 http_response_size_bytes_bucket{method="GET",path="/wp.php",le="500000"} 8 http_response_size_bytes_bucket{method="GET",path="/wp.php",le="1e+06"} 8 http_response_size_bytes_bucket{method="GET",path="/wp.php",le="+Inf"} 8 http_response_size_bytes_sum{method="GET",path="/wp.php"} 347 http_response_size_bytes_count{method="GET",path="/wp.php"} 8 http_response_size_bytes_bucket{method="GET",path="/wp.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/wp.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/wp.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/wp.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/wp.zip"} 40 http_response_size_bytes_count{method="GET",path="/wp.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/wp/.env",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/wp/.env",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/wp/.env",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/wp/.env",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/wp/.env",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/wp/.env",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/wp/.env",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/wp/.env",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/wp/.env",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/wp/.env",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/wp/.env"} 175 http_response_size_bytes_count{method="GET",path="/wp/.env"} 4 http_response_size_bytes_bucket{method="GET",path="/wp4.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp4.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp4.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp4.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp4.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp4.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp4.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp4.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp4.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp4.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp4.php"} 44 http_response_size_bytes_count{method="GET",path="/wp4.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp5.php",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/wp5.php",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/wp5.php",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/wp5.php",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/wp5.php",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/wp5.php",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/wp5.php",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/wp5.php",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/wp5.php",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/wp5.php",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/wp5.php"} 129 http_response_size_bytes_count{method="GET",path="/wp5.php"} 3 http_response_size_bytes_bucket{method="GET",path="/wp9.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/wp9.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/wp9.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp9.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp9.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp9.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp9.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp9.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp9.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/wp9.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/wp9.php"} 86 http_response_size_bytes_count{method="GET",path="/wp9.php"} 2 http_response_size_bytes_bucket{method="GET",path="/wp_mail_smtp.ini",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/wp_mail_smtp.ini",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/wp_mail_smtp.ini",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/wp_mail_smtp.ini",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/wp_mail_smtp.ini",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/wp_mail_smtp.ini",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/wp_mail_smtp.ini",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/wp_mail_smtp.ini",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/wp_mail_smtp.ini",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/wp_mail_smtp.ini",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/wp_mail_smtp.ini"} 176 http_response_size_bytes_count{method="GET",path="/wp_mail_smtp.ini"} 4 http_response_size_bytes_bucket{method="GET",path="/wplink.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wplink.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wplink.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wplink.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wplink.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wplink.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wplink.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wplink.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wplink.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wplink.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wplink.php"} 43 http_response_size_bytes_count{method="GET",path="/wplink.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wplogbak.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wplogbak.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wplogbak.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wplogbak.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wplogbak.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wplogbak.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wplogbak.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wplogbak.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wplogbak.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wplogbak.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wplogbak.php"} 43 http_response_size_bytes_count{method="GET",path="/wplogbak.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wpo.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/wpo.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/wpo.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/wpo.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/wpo.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/wpo.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/wpo.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/wpo.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/wpo.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/wpo.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/wpo.php"} 86 http_response_size_bytes_count{method="GET",path="/wpo.php"} 2 http_response_size_bytes_bucket{method="GET",path="/wps.php",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/wps.php",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/wps.php",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/wps.php",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/wps.php",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/wps.php",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/wps.php",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/wps.php",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/wps.php",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/wps.php",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/wps.php"} 129 http_response_size_bytes_count{method="GET",path="/wps.php"} 3 http_response_size_bytes_bucket{method="GET",path="/wpx.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wpx.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wpx.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wpx.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wpx.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wpx.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wpx.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wpx.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wpx.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wpx.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wpx.php"} 43 http_response_size_bytes_count{method="GET",path="/wpx.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wpxml.php",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/wpxml.php",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/wpxml.php",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/wpxml.php",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/wpxml.php",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/wpxml.php",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/wpxml.php",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/wpxml.php",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/wpxml.php",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/wpxml.php",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/wpxml.php"} 172 http_response_size_bytes_count{method="GET",path="/wpxml.php"} 4 http_response_size_bytes_bucket{method="GET",path="/wrangler.toml",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wrangler.toml",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wrangler.toml",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wrangler.toml",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wrangler.toml",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wrangler.toml",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wrangler.toml",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wrangler.toml",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wrangler.toml",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wrangler.toml",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wrangler.toml"} 43 http_response_size_bytes_count{method="GET",path="/wrangler.toml"} 1 http_response_size_bytes_bucket{method="GET",path="/wrt.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/wrt.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/wrt.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/wrt.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/wrt.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/wrt.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/wrt.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/wrt.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/wrt.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/wrt.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/wrt.php"} 86 http_response_size_bytes_count{method="GET",path="/wrt.php"} 2 http_response_size_bytes_bucket{method="GET",path="/ws.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/ws.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/ws.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/ws.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/ws.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/ws.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/ws.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/ws.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/ws.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/ws.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/ws.php"} 86 http_response_size_bytes_count{method="GET",path="/ws.php"} 2 http_response_size_bytes_bucket{method="GET",path="/ws49.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/ws49.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/ws49.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/ws49.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/ws49.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/ws49.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/ws49.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/ws49.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/ws49.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/ws49.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/ws49.php"} 43 http_response_size_bytes_count{method="GET",path="/ws49.php"} 1 http_response_size_bytes_bucket{method="GET",path="/ws60.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/ws60.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/ws60.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/ws60.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/ws60.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/ws60.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/ws60.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/ws60.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/ws60.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/ws60.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/ws60.php"} 86 http_response_size_bytes_count{method="GET",path="/ws60.php"} 2 http_response_size_bytes_bucket{method="GET",path="/ws73.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/ws73.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/ws73.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/ws73.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/ws73.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/ws73.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/ws73.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/ws73.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/ws73.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/ws73.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/ws73.php"} 43 http_response_size_bytes_count{method="GET",path="/ws73.php"} 1 http_response_size_bytes_bucket{method="GET",path="/ws75.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/ws75.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/ws75.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/ws75.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/ws75.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/ws75.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/ws75.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/ws75.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/ws75.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/ws75.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/ws75.php"} 43 http_response_size_bytes_count{method="GET",path="/ws75.php"} 1 http_response_size_bytes_bucket{method="GET",path="/ws77.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/ws77.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/ws77.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/ws77.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/ws77.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/ws77.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/ws77.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/ws77.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/ws77.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/ws77.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/ws77.php"} 43 http_response_size_bytes_count{method="GET",path="/ws77.php"} 1 http_response_size_bytes_bucket{method="GET",path="/ws78.php",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/ws78.php",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/ws78.php",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/ws78.php",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/ws78.php",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/ws78.php",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/ws78.php",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/ws78.php",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/ws78.php",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/ws78.php",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/ws78.php"} 130 http_response_size_bytes_count{method="GET",path="/ws78.php"} 3 http_response_size_bytes_bucket{method="GET",path="/ws80.php",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/ws80.php",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/ws80.php",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/ws80.php",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/ws80.php",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/ws80.php",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/ws80.php",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/ws80.php",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/ws80.php",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/ws80.php",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/ws80.php"} 129 http_response_size_bytes_count{method="GET",path="/ws80.php"} 3 http_response_size_bytes_bucket{method="GET",path="/ws81.php",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/ws81.php",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/ws81.php",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/ws81.php",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/ws81.php",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/ws81.php",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/ws81.php",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/ws81.php",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/ws81.php",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/ws81.php",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/ws81.php"} 129 http_response_size_bytes_count{method="GET",path="/ws81.php"} 3 http_response_size_bytes_bucket{method="GET",path="/ws83.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/ws83.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/ws83.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/ws83.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/ws83.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/ws83.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/ws83.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/ws83.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/ws83.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/ws83.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/ws83.php"} 86 http_response_size_bytes_count{method="GET",path="/ws83.php"} 2 http_response_size_bytes_bucket{method="GET",path="/ws84.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/ws84.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/ws84.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/ws84.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/ws84.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/ws84.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/ws84.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/ws84.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/ws84.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/ws84.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/ws84.php"} 43 http_response_size_bytes_count{method="GET",path="/ws84.php"} 1 http_response_size_bytes_bucket{method="GET",path="/ws85.php",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/ws85.php",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/ws85.php",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/ws85.php",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/ws85.php",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/ws85.php",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/ws85.php",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/ws85.php",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/ws85.php",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/ws85.php",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/ws85.php"} 129 http_response_size_bytes_count{method="GET",path="/ws85.php"} 3 http_response_size_bytes_bucket{method="GET",path="/ws86.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/ws86.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/ws86.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/ws86.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/ws86.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/ws86.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/ws86.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/ws86.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/ws86.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/ws86.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/ws86.php"} 86 http_response_size_bytes_count{method="GET",path="/ws86.php"} 2 http_response_size_bytes_bucket{method="GET",path="/ws87.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/ws87.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/ws87.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/ws87.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/ws87.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/ws87.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/ws87.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/ws87.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/ws87.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/ws87.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/ws87.php"} 86 http_response_size_bytes_count{method="GET",path="/ws87.php"} 2 http_response_size_bytes_bucket{method="GET",path="/ws88.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/ws88.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/ws88.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/ws88.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/ws88.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/ws88.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/ws88.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/ws88.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/ws88.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/ws88.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/ws88.php"} 86 http_response_size_bytes_count{method="GET",path="/ws88.php"} 2 http_response_size_bytes_bucket{method="GET",path="/wsd.php",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/wsd.php",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/wsd.php",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/wsd.php",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/wsd.php",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/wsd.php",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/wsd.php",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/wsd.php",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/wsd.php",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/wsd.php",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/wsd.php"} 129 http_response_size_bytes_count{method="GET",path="/wsd.php"} 3 http_response_size_bytes_bucket{method="GET",path="/wso.php",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/wso.php",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/wso.php",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/wso.php",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/wso.php",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/wso.php",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/wso.php",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/wso.php",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/wso.php",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/wso.php",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/wso.php"} 129 http_response_size_bytes_count{method="GET",path="/wso.php"} 3 http_response_size_bytes_bucket{method="GET",path="/wso112233.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wso112233.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wso112233.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wso112233.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wso112233.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wso112233.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wso112233.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wso112233.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wso112233.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wso112233.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wso112233.php"} 43 http_response_size_bytes_count{method="GET",path="/wso112233.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wsr2.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wsr2.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wsr2.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wsr2.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wsr2.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wsr2.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wsr2.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wsr2.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wsr2.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wsr2.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wsr2.php"} 43 http_response_size_bytes_count{method="GET",path="/wsr2.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wsx.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wsx.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wsx.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wsx.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wsx.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wsx.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wsx.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wsx.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wsx.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wsx.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wsx.php"} 43 http_response_size_bytes_count{method="GET",path="/wsx.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wtiiy.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/wtiiy.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/wtiiy.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/wtiiy.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/wtiiy.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/wtiiy.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/wtiiy.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/wtiiy.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/wtiiy.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/wtiiy.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/wtiiy.php"} 86 http_response_size_bytes_count{method="GET",path="/wtiiy.php"} 2 http_response_size_bytes_bucket{method="GET",path="/wtz.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/wtz.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/wtz.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/wtz.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/wtz.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/wtz.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/wtz.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/wtz.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/wtz.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/wtz.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/wtz.php"} 86 http_response_size_bytes_count{method="GET",path="/wtz.php"} 2 http_response_size_bytes_bucket{method="GET",path="/wuasr.php",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/wuasr.php",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/wuasr.php",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/wuasr.php",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/wuasr.php",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/wuasr.php",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/wuasr.php",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/wuasr.php",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/wuasr.php",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/wuasr.php",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/wuasr.php"} 130 http_response_size_bytes_count{method="GET",path="/wuasr.php"} 3 http_response_size_bytes_bucket{method="GET",path="/ww.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/ww.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/ww.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/ww.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/ww.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/ww.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/ww.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/ww.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/ww.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/ww.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/ww.php"} 87 http_response_size_bytes_count{method="GET",path="/ww.php"} 2 http_response_size_bytes_bucket{method="GET",path="/ww1.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/ww1.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/ww1.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/ww1.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/ww1.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/ww1.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/ww1.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/ww1.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/ww1.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/ww1.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/ww1.php"} 86 http_response_size_bytes_count{method="GET",path="/ww1.php"} 2 http_response_size_bytes_bucket{method="GET",path="/www.7z",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/www.7z",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/www.7z",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/www.7z",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/www.7z",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/www.7z",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/www.7z",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/www.7z",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/www.7z",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/www.7z",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/www.7z"} 43 http_response_size_bytes_count{method="GET",path="/www.7z"} 1 http_response_size_bytes_bucket{method="GET",path="/www.bz2",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/www.bz2",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/www.bz2",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/www.bz2",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/www.bz2",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/www.bz2",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/www.bz2",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/www.bz2",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/www.bz2",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/www.bz2",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/www.bz2"} 43 http_response_size_bytes_count{method="GET",path="/www.bz2"} 1 http_response_size_bytes_bucket{method="GET",path="/www.gz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/www.gz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/www.gz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/www.gz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/www.gz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/www.gz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/www.gz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/www.gz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/www.gz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/www.gz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/www.gz"} 43 http_response_size_bytes_count{method="GET",path="/www.gz"} 1 http_response_size_bytes_bucket{method="GET",path="/www.rar",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/www.rar",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/www.rar",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/www.rar",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/www.rar",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/www.rar",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/www.rar",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/www.rar",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/www.rar",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/www.rar",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/www.rar"} 43 http_response_size_bytes_count{method="GET",path="/www.rar"} 1 http_response_size_bytes_bucket{method="GET",path="/www.sql",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/www.sql",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/www.sql",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/www.sql",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/www.sql",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/www.sql",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/www.sql",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/www.sql",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/www.sql",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/www.sql",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/www.sql"} 43 http_response_size_bytes_count{method="GET",path="/www.sql"} 1 http_response_size_bytes_bucket{method="GET",path="/www.sql.bz2",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/www.sql.bz2",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/www.sql.bz2",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/www.sql.bz2",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/www.sql.bz2",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/www.sql.bz2",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/www.sql.bz2",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/www.sql.bz2",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/www.sql.bz2",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/www.sql.bz2",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/www.sql.bz2"} 43 http_response_size_bytes_count{method="GET",path="/www.sql.bz2"} 1 http_response_size_bytes_bucket{method="GET",path="/www.sql.gz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/www.sql.gz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/www.sql.gz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/www.sql.gz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/www.sql.gz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/www.sql.gz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/www.sql.gz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/www.sql.gz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/www.sql.gz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/www.sql.gz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/www.sql.gz"} 43 http_response_size_bytes_count{method="GET",path="/www.sql.gz"} 1 http_response_size_bytes_bucket{method="GET",path="/www.tar",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/www.tar",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/www.tar",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/www.tar",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/www.tar",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/www.tar",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/www.tar",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/www.tar",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/www.tar",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/www.tar",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/www.tar"} 43 http_response_size_bytes_count{method="GET",path="/www.tar"} 1 http_response_size_bytes_bucket{method="GET",path="/www.tar.bz2",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/www.tar.bz2",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/www.tar.bz2",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/www.tar.bz2",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/www.tar.bz2",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/www.tar.bz2",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/www.tar.bz2",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/www.tar.bz2",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/www.tar.bz2",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/www.tar.bz2",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/www.tar.bz2"} 43 http_response_size_bytes_count{method="GET",path="/www.tar.bz2"} 1 http_response_size_bytes_bucket{method="GET",path="/www.tar.gz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/www.tar.gz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/www.tar.gz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/www.tar.gz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/www.tar.gz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/www.tar.gz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/www.tar.gz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/www.tar.gz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/www.tar.gz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/www.tar.gz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/www.tar.gz"} 43 http_response_size_bytes_count{method="GET",path="/www.tar.gz"} 1 http_response_size_bytes_bucket{method="GET",path="/www.tar.xz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/www.tar.xz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/www.tar.xz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/www.tar.xz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/www.tar.xz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/www.tar.xz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/www.tar.xz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/www.tar.xz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/www.tar.xz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/www.tar.xz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/www.tar.xz"} 43 http_response_size_bytes_count{method="GET",path="/www.tar.xz"} 1 http_response_size_bytes_bucket{method="GET",path="/www.tgz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/www.tgz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/www.tgz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/www.tgz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/www.tgz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/www.tgz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/www.tgz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/www.tgz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/www.tgz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/www.tgz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/www.tgz"} 43 http_response_size_bytes_count{method="GET",path="/www.tgz"} 1 http_response_size_bytes_bucket{method="GET",path="/www.zip",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/www.zip",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/www.zip",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/www.zip",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/www.zip",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/www.zip",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/www.zip",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/www.zip",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/www.zip",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/www.zip",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/www.zip"} 83 http_response_size_bytes_count{method="GET",path="/www.zip"} 3 http_response_size_bytes_bucket{method="GET",path="/www.zst",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/www.zst",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/www.zst",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/www.zst",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/www.zst",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/www.zst",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/www.zst",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/www.zst",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/www.zst",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/www.zst",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/www.zst"} 43 http_response_size_bytes_count{method="GET",path="/www.zst"} 1 http_response_size_bytes_bucket{method="GET",path="/www/.env",le="100"} 9 http_response_size_bytes_bucket{method="GET",path="/www/.env",le="500"} 9 http_response_size_bytes_bucket{method="GET",path="/www/.env",le="1000"} 9 http_response_size_bytes_bucket{method="GET",path="/www/.env",le="5000"} 9 http_response_size_bytes_bucket{method="GET",path="/www/.env",le="10000"} 9 http_response_size_bytes_bucket{method="GET",path="/www/.env",le="50000"} 9 http_response_size_bytes_bucket{method="GET",path="/www/.env",le="100000"} 9 http_response_size_bytes_bucket{method="GET",path="/www/.env",le="500000"} 9 http_response_size_bytes_bucket{method="GET",path="/www/.env",le="1e+06"} 9 http_response_size_bytes_bucket{method="GET",path="/www/.env",le="+Inf"} 9 http_response_size_bytes_sum{method="GET",path="/www/.env"} 388 http_response_size_bytes_count{method="GET",path="/www/.env"} 9 http_response_size_bytes_bucket{method="GET",path="/www/.git/config",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/www/.git/config",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/www/.git/config",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/www/.git/config",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/www/.git/config",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/www/.git/config",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/www/.git/config",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/www/.git/config",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/www/.git/config",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/www/.git/config",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/www/.git/config"} 43 http_response_size_bytes_count{method="GET",path="/www/.git/config"} 1 http_response_size_bytes_bucket{method="GET",path="/www/phpinfo.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/www/phpinfo.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/www/phpinfo.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/www/phpinfo.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/www/phpinfo.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/www/phpinfo.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/www/phpinfo.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/www/phpinfo.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/www/phpinfo.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/www/phpinfo.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/www/phpinfo.php"} 44 http_response_size_bytes_count{method="GET",path="/www/phpinfo.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wwwroot.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/wwwroot.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/wwwroot.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/wwwroot.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/wwwroot.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/wwwroot.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/wwwroot.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/wwwroot.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/wwwroot.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/wwwroot.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/wwwroot.zip"} 39 http_response_size_bytes_count{method="GET",path="/wwwroot.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/wxfyf.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/wxfyf.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/wxfyf.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/wxfyf.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/wxfyf.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/wxfyf.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/wxfyf.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/wxfyf.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/wxfyf.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/wxfyf.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/wxfyf.php"} 86 http_response_size_bytes_count{method="GET",path="/wxfyf.php"} 2 http_response_size_bytes_bucket{method="GET",path="/wziar1.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wziar1.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wziar1.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wziar1.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wziar1.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wziar1.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wziar1.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wziar1.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wziar1.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wziar1.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wziar1.php"} 43 http_response_size_bytes_count{method="GET",path="/wziar1.php"} 1 http_response_size_bytes_bucket{method="GET",path="/x.php",le="100"} 8 http_response_size_bytes_bucket{method="GET",path="/x.php",le="500"} 8 http_response_size_bytes_bucket{method="GET",path="/x.php",le="1000"} 8 http_response_size_bytes_bucket{method="GET",path="/x.php",le="5000"} 8 http_response_size_bytes_bucket{method="GET",path="/x.php",le="10000"} 8 http_response_size_bytes_bucket{method="GET",path="/x.php",le="50000"} 8 http_response_size_bytes_bucket{method="GET",path="/x.php",le="100000"} 8 http_response_size_bytes_bucket{method="GET",path="/x.php",le="500000"} 8 http_response_size_bytes_bucket{method="GET",path="/x.php",le="1e+06"} 8 http_response_size_bytes_bucket{method="GET",path="/x.php",le="+Inf"} 8 http_response_size_bytes_sum{method="GET",path="/x.php"} 346 http_response_size_bytes_count{method="GET",path="/x.php"} 8 http_response_size_bytes_bucket{method="GET",path="/x/",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/x/",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/x/",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/x/",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/x/",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/x/",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/x/",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/x/",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/x/",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/x/",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/x/"} 44 http_response_size_bytes_count{method="GET",path="/x/"} 1 http_response_size_bytes_bucket{method="GET",path="/x0.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/x0.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/x0.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/x0.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/x0.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/x0.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/x0.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/x0.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/x0.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/x0.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/x0.php"} 43 http_response_size_bytes_count{method="GET",path="/x0.php"} 1 http_response_size_bytes_bucket{method="GET",path="/x3.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/x3.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/x3.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/x3.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/x3.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/x3.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/x3.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/x3.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/x3.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/x3.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/x3.php"} 43 http_response_size_bytes_count{method="GET",path="/x3.php"} 1 http_response_size_bytes_bucket{method="GET",path="/x402.php",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/x402.php",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/x402.php",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/x402.php",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/x402.php",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/x402.php",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/x402.php",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/x402.php",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/x402.php",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/x402.php",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/x402.php"} 130 http_response_size_bytes_count{method="GET",path="/x402.php"} 3 http_response_size_bytes_bucket{method="GET",path="/x50.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/x50.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/x50.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/x50.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/x50.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/x50.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/x50.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/x50.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/x50.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/x50.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/x50.php"} 86 http_response_size_bytes_count{method="GET",path="/x50.php"} 2 http_response_size_bytes_bucket{method="GET",path="/x56.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/x56.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/x56.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/x56.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/x56.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/x56.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/x56.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/x56.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/x56.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/x56.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/x56.php"} 86 http_response_size_bytes_count{method="GET",path="/x56.php"} 2 http_response_size_bytes_bucket{method="GET",path="/x=34.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/x=34.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/x=34.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/x=34.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/x=34.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/x=34.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/x=34.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/x=34.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/x=34.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/x=34.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/x=34.php"} 44 http_response_size_bytes_count{method="GET",path="/x=34.php"} 1 http_response_size_bytes_bucket{method="GET",path="/xa.php",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/xa.php",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/xa.php",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/xa.php",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/xa.php",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/xa.php",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/xa.php",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/xa.php",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/xa.php",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/xa.php",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/xa.php"} 130 http_response_size_bytes_count{method="GET",path="/xa.php"} 3 http_response_size_bytes_bucket{method="GET",path="/xamarin.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/xamarin.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/xamarin.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/xamarin.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/xamarin.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/xamarin.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/xamarin.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/xamarin.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/xamarin.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/xamarin.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/xamarin.zip"} 40 http_response_size_bytes_count{method="GET",path="/xamarin.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/xampp/.env",le="100"} 7 http_response_size_bytes_bucket{method="GET",path="/xampp/.env",le="500"} 7 http_response_size_bytes_bucket{method="GET",path="/xampp/.env",le="1000"} 7 http_response_size_bytes_bucket{method="GET",path="/xampp/.env",le="5000"} 7 http_response_size_bytes_bucket{method="GET",path="/xampp/.env",le="10000"} 7 http_response_size_bytes_bucket{method="GET",path="/xampp/.env",le="50000"} 7 http_response_size_bytes_bucket{method="GET",path="/xampp/.env",le="100000"} 7 http_response_size_bytes_bucket{method="GET",path="/xampp/.env",le="500000"} 7 http_response_size_bytes_bucket{method="GET",path="/xampp/.env",le="1e+06"} 7 http_response_size_bytes_bucket{method="GET",path="/xampp/.env",le="+Inf"} 7 http_response_size_bytes_sum{method="GET",path="/xampp/.env"} 301 http_response_size_bytes_count{method="GET",path="/xampp/.env"} 7 http_response_size_bytes_bucket{method="GET",path="/xampp/phpinfo.php",le="100"} 7 http_response_size_bytes_bucket{method="GET",path="/xampp/phpinfo.php",le="500"} 7 http_response_size_bytes_bucket{method="GET",path="/xampp/phpinfo.php",le="1000"} 7 http_response_size_bytes_bucket{method="GET",path="/xampp/phpinfo.php",le="5000"} 7 http_response_size_bytes_bucket{method="GET",path="/xampp/phpinfo.php",le="10000"} 7 http_response_size_bytes_bucket{method="GET",path="/xampp/phpinfo.php",le="50000"} 7 http_response_size_bytes_bucket{method="GET",path="/xampp/phpinfo.php",le="100000"} 7 http_response_size_bytes_bucket{method="GET",path="/xampp/phpinfo.php",le="500000"} 7 http_response_size_bytes_bucket{method="GET",path="/xampp/phpinfo.php",le="1e+06"} 7 http_response_size_bytes_bucket{method="GET",path="/xampp/phpinfo.php",le="+Inf"} 7 http_response_size_bytes_sum{method="GET",path="/xampp/phpinfo.php"} 301 http_response_size_bytes_count{method="GET",path="/xampp/phpinfo.php"} 7 http_response_size_bytes_bucket{method="GET",path="/xaz.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/xaz.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/xaz.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/xaz.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/xaz.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/xaz.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/xaz.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/xaz.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/xaz.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/xaz.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/xaz.php"} 86 http_response_size_bytes_count{method="GET",path="/xaz.php"} 2 http_response_size_bytes_bucket{method="GET",path="/xb.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/xb.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/xb.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/xb.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/xb.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/xb.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/xb.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/xb.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/xb.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/xb.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/xb.php"} 87 http_response_size_bytes_count{method="GET",path="/xb.php"} 2 http_response_size_bytes_bucket{method="GET",path="/xda.php",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/xda.php",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/xda.php",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/xda.php",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/xda.php",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/xda.php",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/xda.php",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/xda.php",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/xda.php",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/xda.php",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/xda.php"} 129 http_response_size_bytes_count{method="GET",path="/xda.php"} 3 http_response_size_bytes_bucket{method="GET",path="/xff.php",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/xff.php",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/xff.php",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/xff.php",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/xff.php",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/xff.php",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/xff.php",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/xff.php",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/xff.php",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/xff.php",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/xff.php"} 131 http_response_size_bytes_count{method="GET",path="/xff.php"} 3 http_response_size_bytes_bucket{method="GET",path="/xfun.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/xfun.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/xfun.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/xfun.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/xfun.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/xfun.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/xfun.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/xfun.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/xfun.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/xfun.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/xfun.php"} 43 http_response_size_bytes_count{method="GET",path="/xfun.php"} 1 http_response_size_bytes_bucket{method="GET",path="/xl.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/xl.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/xl.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/xl.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/xl.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/xl.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/xl.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/xl.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/xl.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/xl.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/xl.php"} 43 http_response_size_bytes_count{method="GET",path="/xl.php"} 1 http_response_size_bytes_bucket{method="GET",path="/xleetshell.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/xleetshell.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/xleetshell.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/xleetshell.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/xleetshell.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/xleetshell.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/xleetshell.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/xleetshell.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/xleetshell.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/xleetshell.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/xleetshell.php"} 43 http_response_size_bytes_count{method="GET",path="/xleetshell.php"} 1 http_response_size_bytes_bucket{method="GET",path="/xltt.php",le="100"} 5 http_response_size_bytes_bucket{method="GET",path="/xltt.php",le="500"} 5 http_response_size_bytes_bucket{method="GET",path="/xltt.php",le="1000"} 5 http_response_size_bytes_bucket{method="GET",path="/xltt.php",le="5000"} 5 http_response_size_bytes_bucket{method="GET",path="/xltt.php",le="10000"} 5 http_response_size_bytes_bucket{method="GET",path="/xltt.php",le="50000"} 5 http_response_size_bytes_bucket{method="GET",path="/xltt.php",le="100000"} 5 http_response_size_bytes_bucket{method="GET",path="/xltt.php",le="500000"} 5 http_response_size_bytes_bucket{method="GET",path="/xltt.php",le="1e+06"} 5 http_response_size_bytes_bucket{method="GET",path="/xltt.php",le="+Inf"} 5 http_response_size_bytes_sum{method="GET",path="/xltt.php"} 215 http_response_size_bytes_count{method="GET",path="/xltt.php"} 5 http_response_size_bytes_bucket{method="GET",path="/xmff.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/xmff.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/xmff.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/xmff.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/xmff.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/xmff.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/xmff.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/xmff.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/xmff.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/xmff.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/xmff.php"} 43 http_response_size_bytes_count{method="GET",path="/xmff.php"} 1 http_response_size_bytes_bucket{method="GET",path="/xminie.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/xminie.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/xminie.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/xminie.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/xminie.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/xminie.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/xminie.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/xminie.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/xminie.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/xminie.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/xminie.php"} 86 http_response_size_bytes_count{method="GET",path="/xminie.php"} 2 http_response_size_bytes_bucket{method="GET",path="/xml.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/xml.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/xml.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/xml.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/xml.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/xml.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/xml.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/xml.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/xml.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/xml.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/xml.zip"} 39 http_response_size_bytes_count{method="GET",path="/xml.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/xmlrpc.php",le="100"} 7 http_response_size_bytes_bucket{method="GET",path="/xmlrpc.php",le="500"} 7 http_response_size_bytes_bucket{method="GET",path="/xmlrpc.php",le="1000"} 7 http_response_size_bytes_bucket{method="GET",path="/xmlrpc.php",le="5000"} 7 http_response_size_bytes_bucket{method="GET",path="/xmlrpc.php",le="10000"} 7 http_response_size_bytes_bucket{method="GET",path="/xmlrpc.php",le="50000"} 7 http_response_size_bytes_bucket{method="GET",path="/xmlrpc.php",le="100000"} 7 http_response_size_bytes_bucket{method="GET",path="/xmlrpc.php",le="500000"} 7 http_response_size_bytes_bucket{method="GET",path="/xmlrpc.php",le="1e+06"} 7 http_response_size_bytes_bucket{method="GET",path="/xmlrpc.php",le="+Inf"} 7 http_response_size_bytes_sum{method="GET",path="/xmlrpc.php"} 301 http_response_size_bytes_count{method="GET",path="/xmlrpc.php"} 7 http_response_size_bytes_bucket{method="GET",path="/xmlss.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/xmlss.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/xmlss.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/xmlss.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/xmlss.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/xmlss.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/xmlss.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/xmlss.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/xmlss.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/xmlss.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/xmlss.php"} 43 http_response_size_bytes_count{method="GET",path="/xmlss.php"} 1 http_response_size_bytes_bucket{method="GET",path="/xmrlpc.php",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/xmrlpc.php",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/xmrlpc.php",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/xmrlpc.php",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/xmrlpc.php",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/xmrlpc.php",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/xmrlpc.php",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/xmrlpc.php",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/xmrlpc.php",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/xmrlpc.php",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/xmrlpc.php"} 129 http_response_size_bytes_count{method="GET",path="/xmrlpc.php"} 3 http_response_size_bytes_bucket{method="GET",path="/xmu.php",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/xmu.php",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/xmu.php",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/xmu.php",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/xmu.php",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/xmu.php",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/xmu.php",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/xmu.php",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/xmu.php",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/xmu.php",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/xmu.php"} 172 http_response_size_bytes_count{method="GET",path="/xmu.php"} 4 http_response_size_bytes_bucket{method="GET",path="/xoot.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/xoot.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/xoot.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/xoot.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/xoot.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/xoot.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/xoot.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/xoot.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/xoot.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/xoot.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/xoot.php"} 43 http_response_size_bytes_count{method="GET",path="/xoot.php"} 1 http_response_size_bytes_bucket{method="GET",path="/xper1.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/xper1.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/xper1.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/xper1.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/xper1.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/xper1.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/xper1.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/xper1.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/xper1.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/xper1.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/xper1.php"} 86 http_response_size_bytes_count{method="GET",path="/xper1.php"} 2 http_response_size_bytes_bucket{method="GET",path="/xqq.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/xqq.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/xqq.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/xqq.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/xqq.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/xqq.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/xqq.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/xqq.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/xqq.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/xqq.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/xqq.php"} 43 http_response_size_bytes_count{method="GET",path="/xqq.php"} 1 http_response_size_bytes_bucket{method="GET",path="/xroot7.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/xroot7.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/xroot7.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/xroot7.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/xroot7.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/xroot7.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/xroot7.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/xroot7.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/xroot7.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/xroot7.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/xroot7.php"} 43 http_response_size_bytes_count{method="GET",path="/xroot7.php"} 1 http_response_size_bytes_bucket{method="GET",path="/xs.php",le="100"} 5 http_response_size_bytes_bucket{method="GET",path="/xs.php",le="500"} 5 http_response_size_bytes_bucket{method="GET",path="/xs.php",le="1000"} 5 http_response_size_bytes_bucket{method="GET",path="/xs.php",le="5000"} 5 http_response_size_bytes_bucket{method="GET",path="/xs.php",le="10000"} 5 http_response_size_bytes_bucket{method="GET",path="/xs.php",le="50000"} 5 http_response_size_bytes_bucket{method="GET",path="/xs.php",le="100000"} 5 http_response_size_bytes_bucket{method="GET",path="/xs.php",le="500000"} 5 http_response_size_bytes_bucket{method="GET",path="/xs.php",le="1e+06"} 5 http_response_size_bytes_bucket{method="GET",path="/xs.php",le="+Inf"} 5 http_response_size_bytes_sum{method="GET",path="/xs.php"} 215 http_response_size_bytes_count{method="GET",path="/xs.php"} 5 http_response_size_bytes_bucket{method="GET",path="/xsas.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/xsas.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/xsas.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/xsas.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/xsas.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/xsas.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/xsas.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/xsas.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/xsas.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/xsas.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/xsas.php"} 43 http_response_size_bytes_count{method="GET",path="/xsas.php"} 1 http_response_size_bytes_bucket{method="GET",path="/xsox.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/xsox.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/xsox.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/xsox.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/xsox.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/xsox.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/xsox.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/xsox.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/xsox.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/xsox.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/xsox.php"} 43 http_response_size_bytes_count{method="GET",path="/xsox.php"} 1 http_response_size_bytes_bucket{method="GET",path="/xstelth.php",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/xstelth.php",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/xstelth.php",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/xstelth.php",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/xstelth.php",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/xstelth.php",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/xstelth.php",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/xstelth.php",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/xstelth.php",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/xstelth.php",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/xstelth.php"} 130 http_response_size_bytes_count{method="GET",path="/xstelth.php"} 3 http_response_size_bytes_bucket{method="GET",path="/xv.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/xv.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/xv.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/xv.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/xv.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/xv.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/xv.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/xv.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/xv.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/xv.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/xv.php"} 86 http_response_size_bytes_count{method="GET",path="/xv.php"} 2 http_response_size_bytes_bucket{method="GET",path="/xwx1.php",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/xwx1.php",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/xwx1.php",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/xwx1.php",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/xwx1.php",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/xwx1.php",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/xwx1.php",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/xwx1.php",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/xwx1.php",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/xwx1.php",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/xwx1.php"} 173 http_response_size_bytes_count{method="GET",path="/xwx1.php"} 4 http_response_size_bytes_bucket{method="GET",path="/xx.php",le="100"} 6 http_response_size_bytes_bucket{method="GET",path="/xx.php",le="500"} 6 http_response_size_bytes_bucket{method="GET",path="/xx.php",le="1000"} 6 http_response_size_bytes_bucket{method="GET",path="/xx.php",le="5000"} 6 http_response_size_bytes_bucket{method="GET",path="/xx.php",le="10000"} 6 http_response_size_bytes_bucket{method="GET",path="/xx.php",le="50000"} 6 http_response_size_bytes_bucket{method="GET",path="/xx.php",le="100000"} 6 http_response_size_bytes_bucket{method="GET",path="/xx.php",le="500000"} 6 http_response_size_bytes_bucket{method="GET",path="/xx.php",le="1e+06"} 6 http_response_size_bytes_bucket{method="GET",path="/xx.php",le="+Inf"} 6 http_response_size_bytes_sum{method="GET",path="/xx.php"} 260 http_response_size_bytes_count{method="GET",path="/xx.php"} 6 http_response_size_bytes_bucket{method="GET",path="/xxa.php",le="100"} 5 http_response_size_bytes_bucket{method="GET",path="/xxa.php",le="500"} 5 http_response_size_bytes_bucket{method="GET",path="/xxa.php",le="1000"} 5 http_response_size_bytes_bucket{method="GET",path="/xxa.php",le="5000"} 5 http_response_size_bytes_bucket{method="GET",path="/xxa.php",le="10000"} 5 http_response_size_bytes_bucket{method="GET",path="/xxa.php",le="50000"} 5 http_response_size_bytes_bucket{method="GET",path="/xxa.php",le="100000"} 5 http_response_size_bytes_bucket{method="GET",path="/xxa.php",le="500000"} 5 http_response_size_bytes_bucket{method="GET",path="/xxa.php",le="1e+06"} 5 http_response_size_bytes_bucket{method="GET",path="/xxa.php",le="+Inf"} 5 http_response_size_bytes_sum{method="GET",path="/xxa.php"} 215 http_response_size_bytes_count{method="GET",path="/xxa.php"} 5 http_response_size_bytes_bucket{method="GET",path="/xxl.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/xxl.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/xxl.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/xxl.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/xxl.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/xxl.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/xxl.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/xxl.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/xxl.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/xxl.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/xxl.php"} 43 http_response_size_bytes_count{method="GET",path="/xxl.php"} 1 http_response_size_bytes_bucket{method="GET",path="/xxw.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/xxw.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/xxw.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/xxw.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/xxw.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/xxw.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/xxw.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/xxw.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/xxw.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/xxw.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/xxw.php"} 86 http_response_size_bytes_count{method="GET",path="/xxw.php"} 2 http_response_size_bytes_bucket{method="GET",path="/xxx.php",le="100"} 8 http_response_size_bytes_bucket{method="GET",path="/xxx.php",le="500"} 8 http_response_size_bytes_bucket{method="GET",path="/xxx.php",le="1000"} 8 http_response_size_bytes_bucket{method="GET",path="/xxx.php",le="5000"} 8 http_response_size_bytes_bucket{method="GET",path="/xxx.php",le="10000"} 8 http_response_size_bytes_bucket{method="GET",path="/xxx.php",le="50000"} 8 http_response_size_bytes_bucket{method="GET",path="/xxx.php",le="100000"} 8 http_response_size_bytes_bucket{method="GET",path="/xxx.php",le="500000"} 8 http_response_size_bytes_bucket{method="GET",path="/xxx.php",le="1e+06"} 8 http_response_size_bytes_bucket{method="GET",path="/xxx.php",le="+Inf"} 8 http_response_size_bytes_sum{method="GET",path="/xxx.php"} 347 http_response_size_bytes_count{method="GET",path="/xxx.php"} 8 http_response_size_bytes_bucket{method="GET",path="/yaml.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/yaml.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/yaml.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/yaml.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/yaml.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/yaml.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/yaml.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/yaml.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/yaml.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/yaml.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/yaml.zip"} 40 http_response_size_bytes_count{method="GET",path="/yaml.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/yarn.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/yarn.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/yarn.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/yarn.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/yarn.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/yarn.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/yarn.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/yarn.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/yarn.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/yarn.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/yarn.zip"} 40 http_response_size_bytes_count{method="GET",path="/yarn.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/yas.php",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/yas.php",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/yas.php",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/yas.php",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/yas.php",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/yas.php",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/yas.php",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/yas.php",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/yas.php",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/yas.php",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/yas.php"} 129 http_response_size_bytes_count{method="GET",path="/yas.php"} 3 http_response_size_bytes_bucket{method="GET",path="/yasnu.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/yasnu.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/yasnu.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/yasnu.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/yasnu.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/yasnu.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/yasnu.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/yasnu.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/yasnu.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/yasnu.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/yasnu.php"} 44 http_response_size_bytes_count{method="GET",path="/yasnu.php"} 1 http_response_size_bytes_bucket{method="GET",path="/yellow.php",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/yellow.php",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/yellow.php",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/yellow.php",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/yellow.php",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/yellow.php",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/yellow.php",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/yellow.php",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/yellow.php",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/yellow.php",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/yellow.php"} 172 http_response_size_bytes_count{method="GET",path="/yellow.php"} 4 http_response_size_bytes_bucket{method="GET",path="/yii/.env",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/yii/.env",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/yii/.env",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/yii/.env",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/yii/.env",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/yii/.env",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/yii/.env",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/yii/.env",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/yii/.env",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/yii/.env",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/yii/.env"} 44 http_response_size_bytes_count{method="GET",path="/yii/.env"} 1 http_response_size_bytes_bucket{method="GET",path="/yml.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/yml.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/yml.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/yml.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/yml.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/yml.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/yml.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/yml.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/yml.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/yml.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/yml.zip"} 40 http_response_size_bytes_count{method="GET",path="/yml.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/youtube.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/youtube.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/youtube.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/youtube.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/youtube.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/youtube.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/youtube.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/youtube.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/youtube.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/youtube.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/youtube.zip"} 40 http_response_size_bytes_count{method="GET",path="/youtube.zip"} 2 http_response_size_bytes_bucket{method="GET",path="/yuzuru1.php",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/yuzuru1.php",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/yuzuru1.php",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/yuzuru1.php",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/yuzuru1.php",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/yuzuru1.php",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/yuzuru1.php",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/yuzuru1.php",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/yuzuru1.php",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/yuzuru1.php",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/yuzuru1.php"} 130 http_response_size_bytes_count{method="GET",path="/yuzuru1.php"} 3 http_response_size_bytes_bucket{method="GET",path="/z.ph",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/z.ph",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/z.ph",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/z.ph",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/z.ph",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/z.ph",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/z.ph",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/z.ph",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/z.ph",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/z.ph",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/z.ph"} 44 http_response_size_bytes_count{method="GET",path="/z.ph"} 1 http_response_size_bytes_bucket{method="GET",path="/z.php",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/z.php",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/z.php",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/z.php",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/z.php",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/z.php",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/z.php",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/z.php",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/z.php",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/z.php",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/z.php"} 130 http_response_size_bytes_count{method="GET",path="/z.php"} 3 http_response_size_bytes_bucket{method="GET",path="/z60.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/z60.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/z60.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/z60.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/z60.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/z60.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/z60.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/z60.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/z60.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/z60.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/z60.php"} 86 http_response_size_bytes_count{method="GET",path="/z60.php"} 2 http_response_size_bytes_bucket{method="GET",path="/zc-104.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/zc-104.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/zc-104.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/zc-104.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/zc-104.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/zc-104.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/zc-104.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/zc-104.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/zc-104.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/zc-104.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/zc-104.php"} 86 http_response_size_bytes_count{method="GET",path="/zc-104.php"} 2 http_response_size_bytes_bucket{method="GET",path="/zc-243.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/zc-243.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/zc-243.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/zc-243.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/zc-243.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/zc-243.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/zc-243.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/zc-243.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/zc-243.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/zc-243.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/zc-243.php"} 43 http_response_size_bytes_count{method="GET",path="/zc-243.php"} 1 http_response_size_bytes_bucket{method="GET",path="/zdd.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/zdd.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/zdd.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/zdd.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/zdd.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/zdd.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/zdd.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/zdd.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/zdd.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/zdd.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/zdd.php"} 87 http_response_size_bytes_count{method="GET",path="/zdd.php"} 2 http_response_size_bytes_bucket{method="GET",path="/zde.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/zde.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/zde.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/zde.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/zde.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/zde.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/zde.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/zde.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/zde.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/zde.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/zde.php"} 43 http_response_size_bytes_count{method="GET",path="/zde.php"} 1 http_response_size_bytes_bucket{method="GET",path="/zend/.env",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/zend/.env",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/zend/.env",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/zend/.env",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/zend/.env",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/zend/.env",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/zend/.env",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/zend/.env",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/zend/.env",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/zend/.env",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/zend/.env"} 44 http_response_size_bytes_count{method="GET",path="/zend/.env"} 1 http_response_size_bytes_bucket{method="GET",path="/zero.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/zero.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/zero.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/zero.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/zero.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/zero.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/zero.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/zero.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/zero.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/zero.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/zero.php"} 43 http_response_size_bytes_count{method="GET",path="/zero.php"} 1 http_response_size_bytes_bucket{method="GET",path="/zo.php",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/zo.php",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/zo.php",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/zo.php",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/zo.php",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/zo.php",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/zo.php",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/zo.php",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/zo.php",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/zo.php",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/zo.php"} 173 http_response_size_bytes_count{method="GET",path="/zo.php"} 4 http_response_size_bytes_bucket{method="GET",path="/zogy1.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/zogy1.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/zogy1.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/zogy1.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/zogy1.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/zogy1.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/zogy1.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/zogy1.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/zogy1.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/zogy1.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/zogy1.php"} 43 http_response_size_bytes_count{method="GET",path="/zogy1.php"} 1 http_response_size_bytes_bucket{method="GET",path="/zoko.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/zoko.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/zoko.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/zoko.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/zoko.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/zoko.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/zoko.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/zoko.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/zoko.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/zoko.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/zoko.php"} 43 http_response_size_bytes_count{method="GET",path="/zoko.php"} 1 http_response_size_bytes_bucket{method="GET",path="/zoo.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/zoo.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/zoo.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/zoo.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/zoo.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/zoo.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/zoo.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/zoo.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/zoo.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/zoo.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/zoo.php"} 86 http_response_size_bytes_count{method="GET",path="/zoo.php"} 2 http_response_size_bytes_bucket{method="GET",path="/zoper.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/zoper.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/zoper.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/zoper.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/zoper.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/zoper.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/zoper.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/zoper.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/zoper.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/zoper.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/zoper.php"} 43 http_response_size_bytes_count{method="GET",path="/zoper.php"} 1 http_response_size_bytes_bucket{method="GET",path="/zoper1.php",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/zoper1.php",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/zoper1.php",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/zoper1.php",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/zoper1.php",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/zoper1.php",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/zoper1.php",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/zoper1.php",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/zoper1.php",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/zoper1.php",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/zoper1.php"} 129 http_response_size_bytes_count{method="GET",path="/zoper1.php"} 3 http_response_size_bytes_bucket{method="GET",path="/zwso.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/zwso.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/zwso.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/zwso.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/zwso.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/zwso.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/zwso.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/zwso.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/zwso.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/zwso.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/zwso.php"} 86 http_response_size_bytes_count{method="GET",path="/zwso.php"} 2 http_response_size_bytes_bucket{method="HEAD",path="/",le="100"} 9 http_response_size_bytes_bucket{method="HEAD",path="/",le="500"} 9 http_response_size_bytes_bucket{method="HEAD",path="/",le="1000"} 9 http_response_size_bytes_bucket{method="HEAD",path="/",le="5000"} 9 http_response_size_bytes_bucket{method="HEAD",path="/",le="10000"} 9 http_response_size_bytes_bucket{method="HEAD",path="/",le="50000"} 9 http_response_size_bytes_bucket{method="HEAD",path="/",le="100000"} 9 http_response_size_bytes_bucket{method="HEAD",path="/",le="500000"} 9 http_response_size_bytes_bucket{method="HEAD",path="/",le="1e+06"} 9 http_response_size_bytes_bucket{method="HEAD",path="/",le="+Inf"} 9 http_response_size_bytes_sum{method="HEAD",path="/"} 0 http_response_size_bytes_count{method="HEAD",path="/"} 9 http_response_size_bytes_bucket{method="HEAD",path="/2017",le="100"} 1 http_response_size_bytes_bucket{method="HEAD",path="/2017",le="500"} 1 http_response_size_bytes_bucket{method="HEAD",path="/2017",le="1000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/2017",le="5000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/2017",le="10000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/2017",le="50000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/2017",le="100000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/2017",le="500000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/2017",le="1e+06"} 1 http_response_size_bytes_bucket{method="HEAD",path="/2017",le="+Inf"} 1 http_response_size_bytes_sum{method="HEAD",path="/2017"} 19 http_response_size_bytes_count{method="HEAD",path="/2017"} 1 http_response_size_bytes_bucket{method="HEAD",path="/2018",le="100"} 1 http_response_size_bytes_bucket{method="HEAD",path="/2018",le="500"} 1 http_response_size_bytes_bucket{method="HEAD",path="/2018",le="1000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/2018",le="5000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/2018",le="10000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/2018",le="50000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/2018",le="100000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/2018",le="500000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/2018",le="1e+06"} 1 http_response_size_bytes_bucket{method="HEAD",path="/2018",le="+Inf"} 1 http_response_size_bytes_sum{method="HEAD",path="/2018"} 19 http_response_size_bytes_count{method="HEAD",path="/2018"} 1 http_response_size_bytes_bucket{method="HEAD",path="/2019",le="100"} 1 http_response_size_bytes_bucket{method="HEAD",path="/2019",le="500"} 1 http_response_size_bytes_bucket{method="HEAD",path="/2019",le="1000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/2019",le="5000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/2019",le="10000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/2019",le="50000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/2019",le="100000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/2019",le="500000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/2019",le="1e+06"} 1 http_response_size_bytes_bucket{method="HEAD",path="/2019",le="+Inf"} 1 http_response_size_bytes_sum{method="HEAD",path="/2019"} 19 http_response_size_bytes_count{method="HEAD",path="/2019"} 1 http_response_size_bytes_bucket{method="HEAD",path="/2020",le="100"} 1 http_response_size_bytes_bucket{method="HEAD",path="/2020",le="500"} 1 http_response_size_bytes_bucket{method="HEAD",path="/2020",le="1000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/2020",le="5000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/2020",le="10000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/2020",le="50000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/2020",le="100000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/2020",le="500000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/2020",le="1e+06"} 1 http_response_size_bytes_bucket{method="HEAD",path="/2020",le="+Inf"} 1 http_response_size_bytes_sum{method="HEAD",path="/2020"} 19 http_response_size_bytes_count{method="HEAD",path="/2020"} 1 http_response_size_bytes_bucket{method="HEAD",path="/2021",le="100"} 1 http_response_size_bytes_bucket{method="HEAD",path="/2021",le="500"} 1 http_response_size_bytes_bucket{method="HEAD",path="/2021",le="1000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/2021",le="5000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/2021",le="10000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/2021",le="50000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/2021",le="100000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/2021",le="500000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/2021",le="1e+06"} 1 http_response_size_bytes_bucket{method="HEAD",path="/2021",le="+Inf"} 1 http_response_size_bytes_sum{method="HEAD",path="/2021"} 19 http_response_size_bytes_count{method="HEAD",path="/2021"} 1 http_response_size_bytes_bucket{method="HEAD",path="/2022",le="100"} 1 http_response_size_bytes_bucket{method="HEAD",path="/2022",le="500"} 1 http_response_size_bytes_bucket{method="HEAD",path="/2022",le="1000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/2022",le="5000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/2022",le="10000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/2022",le="50000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/2022",le="100000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/2022",le="500000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/2022",le="1e+06"} 1 http_response_size_bytes_bucket{method="HEAD",path="/2022",le="+Inf"} 1 http_response_size_bytes_sum{method="HEAD",path="/2022"} 19 http_response_size_bytes_count{method="HEAD",path="/2022"} 1 http_response_size_bytes_bucket{method="HEAD",path="/2023",le="100"} 1 http_response_size_bytes_bucket{method="HEAD",path="/2023",le="500"} 1 http_response_size_bytes_bucket{method="HEAD",path="/2023",le="1000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/2023",le="5000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/2023",le="10000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/2023",le="50000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/2023",le="100000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/2023",le="500000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/2023",le="1e+06"} 1 http_response_size_bytes_bucket{method="HEAD",path="/2023",le="+Inf"} 1 http_response_size_bytes_sum{method="HEAD",path="/2023"} 19 http_response_size_bytes_count{method="HEAD",path="/2023"} 1 http_response_size_bytes_bucket{method="HEAD",path="/2024",le="100"} 1 http_response_size_bytes_bucket{method="HEAD",path="/2024",le="500"} 1 http_response_size_bytes_bucket{method="HEAD",path="/2024",le="1000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/2024",le="5000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/2024",le="10000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/2024",le="50000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/2024",le="100000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/2024",le="500000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/2024",le="1e+06"} 1 http_response_size_bytes_bucket{method="HEAD",path="/2024",le="+Inf"} 1 http_response_size_bytes_sum{method="HEAD",path="/2024"} 19 http_response_size_bytes_count{method="HEAD",path="/2024"} 1 http_response_size_bytes_bucket{method="HEAD",path="/BACKUP",le="100"} 1 http_response_size_bytes_bucket{method="HEAD",path="/BACKUP",le="500"} 1 http_response_size_bytes_bucket{method="HEAD",path="/BACKUP",le="1000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/BACKUP",le="5000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/BACKUP",le="10000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/BACKUP",le="50000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/BACKUP",le="100000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/BACKUP",le="500000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/BACKUP",le="1e+06"} 1 http_response_size_bytes_bucket{method="HEAD",path="/BACKUP",le="+Inf"} 1 http_response_size_bytes_sum{method="HEAD",path="/BACKUP"} 19 http_response_size_bytes_count{method="HEAD",path="/BACKUP"} 1 http_response_size_bytes_bucket{method="HEAD",path="/BLOG",le="100"} 1 http_response_size_bytes_bucket{method="HEAD",path="/BLOG",le="500"} 1 http_response_size_bytes_bucket{method="HEAD",path="/BLOG",le="1000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/BLOG",le="5000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/BLOG",le="10000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/BLOG",le="50000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/BLOG",le="100000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/BLOG",le="500000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/BLOG",le="1e+06"} 1 http_response_size_bytes_bucket{method="HEAD",path="/BLOG",le="+Inf"} 1 http_response_size_bytes_sum{method="HEAD",path="/BLOG"} 19 http_response_size_bytes_count{method="HEAD",path="/BLOG"} 1 http_response_size_bytes_bucket{method="HEAD",path="/Backup",le="100"} 1 http_response_size_bytes_bucket{method="HEAD",path="/Backup",le="500"} 1 http_response_size_bytes_bucket{method="HEAD",path="/Backup",le="1000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/Backup",le="5000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/Backup",le="10000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/Backup",le="50000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/Backup",le="100000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/Backup",le="500000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/Backup",le="1e+06"} 1 http_response_size_bytes_bucket{method="HEAD",path="/Backup",le="+Inf"} 1 http_response_size_bytes_sum{method="HEAD",path="/Backup"} 19 http_response_size_bytes_count{method="HEAD",path="/Backup"} 1 http_response_size_bytes_bucket{method="HEAD",path="/Blog",le="100"} 1 http_response_size_bytes_bucket{method="HEAD",path="/Blog",le="500"} 1 http_response_size_bytes_bucket{method="HEAD",path="/Blog",le="1000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/Blog",le="5000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/Blog",le="10000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/Blog",le="50000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/Blog",le="100000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/Blog",le="500000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/Blog",le="1e+06"} 1 http_response_size_bytes_bucket{method="HEAD",path="/Blog",le="+Inf"} 1 http_response_size_bytes_sum{method="HEAD",path="/Blog"} 19 http_response_size_bytes_count{method="HEAD",path="/Blog"} 1 http_response_size_bytes_bucket{method="HEAD",path="/NEW",le="100"} 1 http_response_size_bytes_bucket{method="HEAD",path="/NEW",le="500"} 1 http_response_size_bytes_bucket{method="HEAD",path="/NEW",le="1000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/NEW",le="5000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/NEW",le="10000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/NEW",le="50000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/NEW",le="100000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/NEW",le="500000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/NEW",le="1e+06"} 1 http_response_size_bytes_bucket{method="HEAD",path="/NEW",le="+Inf"} 1 http_response_size_bytes_sum{method="HEAD",path="/NEW"} 19 http_response_size_bytes_count{method="HEAD",path="/NEW"} 1 http_response_size_bytes_bucket{method="HEAD",path="/New",le="100"} 1 http_response_size_bytes_bucket{method="HEAD",path="/New",le="500"} 1 http_response_size_bytes_bucket{method="HEAD",path="/New",le="1000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/New",le="5000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/New",le="10000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/New",le="50000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/New",le="100000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/New",le="500000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/New",le="1e+06"} 1 http_response_size_bytes_bucket{method="HEAD",path="/New",le="+Inf"} 1 http_response_size_bytes_sum{method="HEAD",path="/New"} 19 http_response_size_bytes_count{method="HEAD",path="/New"} 1 http_response_size_bytes_bucket{method="HEAD",path="/OLD",le="100"} 1 http_response_size_bytes_bucket{method="HEAD",path="/OLD",le="500"} 1 http_response_size_bytes_bucket{method="HEAD",path="/OLD",le="1000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/OLD",le="5000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/OLD",le="10000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/OLD",le="50000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/OLD",le="100000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/OLD",le="500000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/OLD",le="1e+06"} 1 http_response_size_bytes_bucket{method="HEAD",path="/OLD",le="+Inf"} 1 http_response_size_bytes_sum{method="HEAD",path="/OLD"} 19 http_response_size_bytes_count{method="HEAD",path="/OLD"} 1 http_response_size_bytes_bucket{method="HEAD",path="/Old",le="100"} 1 http_response_size_bytes_bucket{method="HEAD",path="/Old",le="500"} 1 http_response_size_bytes_bucket{method="HEAD",path="/Old",le="1000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/Old",le="5000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/Old",le="10000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/Old",le="50000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/Old",le="100000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/Old",le="500000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/Old",le="1e+06"} 1 http_response_size_bytes_bucket{method="HEAD",path="/Old",le="+Inf"} 1 http_response_size_bytes_sum{method="HEAD",path="/Old"} 19 http_response_size_bytes_count{method="HEAD",path="/Old"} 1 http_response_size_bytes_bucket{method="HEAD",path="/SHOP",le="100"} 1 http_response_size_bytes_bucket{method="HEAD",path="/SHOP",le="500"} 1 http_response_size_bytes_bucket{method="HEAD",path="/SHOP",le="1000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/SHOP",le="5000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/SHOP",le="10000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/SHOP",le="50000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/SHOP",le="100000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/SHOP",le="500000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/SHOP",le="1e+06"} 1 http_response_size_bytes_bucket{method="HEAD",path="/SHOP",le="+Inf"} 1 http_response_size_bytes_sum{method="HEAD",path="/SHOP"} 19 http_response_size_bytes_count{method="HEAD",path="/SHOP"} 1 http_response_size_bytes_bucket{method="HEAD",path="/SITE",le="100"} 1 http_response_size_bytes_bucket{method="HEAD",path="/SITE",le="500"} 1 http_response_size_bytes_bucket{method="HEAD",path="/SITE",le="1000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/SITE",le="5000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/SITE",le="10000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/SITE",le="50000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/SITE",le="100000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/SITE",le="500000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/SITE",le="1e+06"} 1 http_response_size_bytes_bucket{method="HEAD",path="/SITE",le="+Inf"} 1 http_response_size_bytes_sum{method="HEAD",path="/SITE"} 19 http_response_size_bytes_count{method="HEAD",path="/SITE"} 1 http_response_size_bytes_bucket{method="HEAD",path="/Shop",le="100"} 1 http_response_size_bytes_bucket{method="HEAD",path="/Shop",le="500"} 1 http_response_size_bytes_bucket{method="HEAD",path="/Shop",le="1000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/Shop",le="5000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/Shop",le="10000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/Shop",le="50000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/Shop",le="100000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/Shop",le="500000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/Shop",le="1e+06"} 1 http_response_size_bytes_bucket{method="HEAD",path="/Shop",le="+Inf"} 1 http_response_size_bytes_sum{method="HEAD",path="/Shop"} 19 http_response_size_bytes_count{method="HEAD",path="/Shop"} 1 http_response_size_bytes_bucket{method="HEAD",path="/Site",le="100"} 1 http_response_size_bytes_bucket{method="HEAD",path="/Site",le="500"} 1 http_response_size_bytes_bucket{method="HEAD",path="/Site",le="1000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/Site",le="5000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/Site",le="10000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/Site",le="50000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/Site",le="100000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/Site",le="500000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/Site",le="1e+06"} 1 http_response_size_bytes_bucket{method="HEAD",path="/Site",le="+Inf"} 1 http_response_size_bytes_sum{method="HEAD",path="/Site"} 19 http_response_size_bytes_count{method="HEAD",path="/Site"} 1 http_response_size_bytes_bucket{method="HEAD",path="/TEST",le="100"} 1 http_response_size_bytes_bucket{method="HEAD",path="/TEST",le="500"} 1 http_response_size_bytes_bucket{method="HEAD",path="/TEST",le="1000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/TEST",le="5000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/TEST",le="10000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/TEST",le="50000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/TEST",le="100000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/TEST",le="500000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/TEST",le="1e+06"} 1 http_response_size_bytes_bucket{method="HEAD",path="/TEST",le="+Inf"} 1 http_response_size_bytes_sum{method="HEAD",path="/TEST"} 19 http_response_size_bytes_count{method="HEAD",path="/TEST"} 1 http_response_size_bytes_bucket{method="HEAD",path="/Test",le="100"} 1 http_response_size_bytes_bucket{method="HEAD",path="/Test",le="500"} 1 http_response_size_bytes_bucket{method="HEAD",path="/Test",le="1000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/Test",le="5000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/Test",le="10000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/Test",le="50000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/Test",le="100000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/Test",le="500000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/Test",le="1e+06"} 1 http_response_size_bytes_bucket{method="HEAD",path="/Test",le="+Inf"} 1 http_response_size_bytes_sum{method="HEAD",path="/Test"} 19 http_response_size_bytes_count{method="HEAD",path="/Test"} 1 http_response_size_bytes_bucket{method="HEAD",path="/WORDPRESS",le="100"} 1 http_response_size_bytes_bucket{method="HEAD",path="/WORDPRESS",le="500"} 1 http_response_size_bytes_bucket{method="HEAD",path="/WORDPRESS",le="1000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/WORDPRESS",le="5000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/WORDPRESS",le="10000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/WORDPRESS",le="50000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/WORDPRESS",le="100000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/WORDPRESS",le="500000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/WORDPRESS",le="1e+06"} 1 http_response_size_bytes_bucket{method="HEAD",path="/WORDPRESS",le="+Inf"} 1 http_response_size_bytes_sum{method="HEAD",path="/WORDPRESS"} 19 http_response_size_bytes_count{method="HEAD",path="/WORDPRESS"} 1 http_response_size_bytes_bucket{method="HEAD",path="/WP",le="100"} 1 http_response_size_bytes_bucket{method="HEAD",path="/WP",le="500"} 1 http_response_size_bytes_bucket{method="HEAD",path="/WP",le="1000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/WP",le="5000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/WP",le="10000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/WP",le="50000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/WP",le="100000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/WP",le="500000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/WP",le="1e+06"} 1 http_response_size_bytes_bucket{method="HEAD",path="/WP",le="+Inf"} 1 http_response_size_bytes_sum{method="HEAD",path="/WP"} 19 http_response_size_bytes_count{method="HEAD",path="/WP"} 1 http_response_size_bytes_bucket{method="HEAD",path="/WWW",le="100"} 1 http_response_size_bytes_bucket{method="HEAD",path="/WWW",le="500"} 1 http_response_size_bytes_bucket{method="HEAD",path="/WWW",le="1000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/WWW",le="5000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/WWW",le="10000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/WWW",le="50000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/WWW",le="100000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/WWW",le="500000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/WWW",le="1e+06"} 1 http_response_size_bytes_bucket{method="HEAD",path="/WWW",le="+Inf"} 1 http_response_size_bytes_sum{method="HEAD",path="/WWW"} 19 http_response_size_bytes_count{method="HEAD",path="/WWW"} 1 http_response_size_bytes_bucket{method="HEAD",path="/WordPress",le="100"} 1 http_response_size_bytes_bucket{method="HEAD",path="/WordPress",le="500"} 1 http_response_size_bytes_bucket{method="HEAD",path="/WordPress",le="1000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/WordPress",le="5000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/WordPress",le="10000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/WordPress",le="50000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/WordPress",le="100000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/WordPress",le="500000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/WordPress",le="1e+06"} 1 http_response_size_bytes_bucket{method="HEAD",path="/WordPress",le="+Inf"} 1 http_response_size_bytes_sum{method="HEAD",path="/WordPress"} 19 http_response_size_bytes_count{method="HEAD",path="/WordPress"} 1 http_response_size_bytes_bucket{method="HEAD",path="/Wordpress",le="100"} 1 http_response_size_bytes_bucket{method="HEAD",path="/Wordpress",le="500"} 1 http_response_size_bytes_bucket{method="HEAD",path="/Wordpress",le="1000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/Wordpress",le="5000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/Wordpress",le="10000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/Wordpress",le="50000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/Wordpress",le="100000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/Wordpress",le="500000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/Wordpress",le="1e+06"} 1 http_response_size_bytes_bucket{method="HEAD",path="/Wordpress",le="+Inf"} 1 http_response_size_bytes_sum{method="HEAD",path="/Wordpress"} 19 http_response_size_bytes_count{method="HEAD",path="/Wordpress"} 1 http_response_size_bytes_bucket{method="HEAD",path="/Wp",le="100"} 1 http_response_size_bytes_bucket{method="HEAD",path="/Wp",le="500"} 1 http_response_size_bytes_bucket{method="HEAD",path="/Wp",le="1000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/Wp",le="5000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/Wp",le="10000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/Wp",le="50000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/Wp",le="100000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/Wp",le="500000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/Wp",le="1e+06"} 1 http_response_size_bytes_bucket{method="HEAD",path="/Wp",le="+Inf"} 1 http_response_size_bytes_sum{method="HEAD",path="/Wp"} 19 http_response_size_bytes_count{method="HEAD",path="/Wp"} 1 http_response_size_bytes_bucket{method="HEAD",path="/Www",le="100"} 1 http_response_size_bytes_bucket{method="HEAD",path="/Www",le="500"} 1 http_response_size_bytes_bucket{method="HEAD",path="/Www",le="1000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/Www",le="5000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/Www",le="10000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/Www",le="50000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/Www",le="100000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/Www",le="500000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/Www",le="1e+06"} 1 http_response_size_bytes_bucket{method="HEAD",path="/Www",le="+Inf"} 1 http_response_size_bytes_sum{method="HEAD",path="/Www"} 19 http_response_size_bytes_count{method="HEAD",path="/Www"} 1 http_response_size_bytes_bucket{method="HEAD",path="/api/stream/range",le="100"} 1 http_response_size_bytes_bucket{method="HEAD",path="/api/stream/range",le="500"} 1 http_response_size_bytes_bucket{method="HEAD",path="/api/stream/range",le="1000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/api/stream/range",le="5000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/api/stream/range",le="10000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/api/stream/range",le="50000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/api/stream/range",le="100000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/api/stream/range",le="500000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/api/stream/range",le="1e+06"} 1 http_response_size_bytes_bucket{method="HEAD",path="/api/stream/range",le="+Inf"} 1 http_response_size_bytes_sum{method="HEAD",path="/api/stream/range"} 0 http_response_size_bytes_count{method="HEAD",path="/api/stream/range"} 1 http_response_size_bytes_bucket{method="HEAD",path="/bac",le="100"} 1 http_response_size_bytes_bucket{method="HEAD",path="/bac",le="500"} 1 http_response_size_bytes_bucket{method="HEAD",path="/bac",le="1000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/bac",le="5000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/bac",le="10000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/bac",le="50000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/bac",le="100000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/bac",le="500000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/bac",le="1e+06"} 1 http_response_size_bytes_bucket{method="HEAD",path="/bac",le="+Inf"} 1 http_response_size_bytes_sum{method="HEAD",path="/bac"} 19 http_response_size_bytes_count{method="HEAD",path="/bac"} 1 http_response_size_bytes_bucket{method="HEAD",path="/backup",le="100"} 1 http_response_size_bytes_bucket{method="HEAD",path="/backup",le="500"} 1 http_response_size_bytes_bucket{method="HEAD",path="/backup",le="1000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/backup",le="5000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/backup",le="10000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/backup",le="50000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/backup",le="100000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/backup",le="500000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/backup",le="1e+06"} 1 http_response_size_bytes_bucket{method="HEAD",path="/backup",le="+Inf"} 1 http_response_size_bytes_sum{method="HEAD",path="/backup"} 19 http_response_size_bytes_count{method="HEAD",path="/backup"} 1 http_response_size_bytes_bucket{method="HEAD",path="/bak",le="100"} 1 http_response_size_bytes_bucket{method="HEAD",path="/bak",le="500"} 1 http_response_size_bytes_bucket{method="HEAD",path="/bak",le="1000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/bak",le="5000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/bak",le="10000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/bak",le="50000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/bak",le="100000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/bak",le="500000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/bak",le="1e+06"} 1 http_response_size_bytes_bucket{method="HEAD",path="/bak",le="+Inf"} 1 http_response_size_bytes_sum{method="HEAD",path="/bak"} 19 http_response_size_bytes_count{method="HEAD",path="/bak"} 1 http_response_size_bytes_bucket{method="HEAD",path="/bc",le="100"} 1 http_response_size_bytes_bucket{method="HEAD",path="/bc",le="500"} 1 http_response_size_bytes_bucket{method="HEAD",path="/bc",le="1000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/bc",le="5000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/bc",le="10000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/bc",le="50000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/bc",le="100000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/bc",le="500000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/bc",le="1e+06"} 1 http_response_size_bytes_bucket{method="HEAD",path="/bc",le="+Inf"} 1 http_response_size_bytes_sum{method="HEAD",path="/bc"} 19 http_response_size_bytes_count{method="HEAD",path="/bc"} 1 http_response_size_bytes_bucket{method="HEAD",path="/bk",le="100"} 1 http_response_size_bytes_bucket{method="HEAD",path="/bk",le="500"} 1 http_response_size_bytes_bucket{method="HEAD",path="/bk",le="1000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/bk",le="5000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/bk",le="10000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/bk",le="50000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/bk",le="100000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/bk",le="500000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/bk",le="1e+06"} 1 http_response_size_bytes_bucket{method="HEAD",path="/bk",le="+Inf"} 1 http_response_size_bytes_sum{method="HEAD",path="/bk"} 19 http_response_size_bytes_count{method="HEAD",path="/bk"} 1 http_response_size_bytes_bucket{method="HEAD",path="/blog",le="100"} 1 http_response_size_bytes_bucket{method="HEAD",path="/blog",le="500"} 1 http_response_size_bytes_bucket{method="HEAD",path="/blog",le="1000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/blog",le="5000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/blog",le="10000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/blog",le="50000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/blog",le="100000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/blog",le="500000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/blog",le="1e+06"} 1 http_response_size_bytes_bucket{method="HEAD",path="/blog",le="+Inf"} 1 http_response_size_bytes_sum{method="HEAD",path="/blog"} 19 http_response_size_bytes_count{method="HEAD",path="/blog"} 1 http_response_size_bytes_bucket{method="HEAD",path="/demo",le="100"} 1 http_response_size_bytes_bucket{method="HEAD",path="/demo",le="500"} 1 http_response_size_bytes_bucket{method="HEAD",path="/demo",le="1000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/demo",le="5000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/demo",le="10000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/demo",le="50000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/demo",le="100000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/demo",le="500000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/demo",le="1e+06"} 1 http_response_size_bytes_bucket{method="HEAD",path="/demo",le="+Inf"} 1 http_response_size_bytes_sum{method="HEAD",path="/demo"} 19 http_response_size_bytes_count{method="HEAD",path="/demo"} 1 http_response_size_bytes_bucket{method="HEAD",path="/main",le="100"} 1 http_response_size_bytes_bucket{method="HEAD",path="/main",le="500"} 1 http_response_size_bytes_bucket{method="HEAD",path="/main",le="1000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/main",le="5000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/main",le="10000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/main",le="50000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/main",le="100000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/main",le="500000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/main",le="1e+06"} 1 http_response_size_bytes_bucket{method="HEAD",path="/main",le="+Inf"} 1 http_response_size_bytes_sum{method="HEAD",path="/main"} 19 http_response_size_bytes_count{method="HEAD",path="/main"} 1 http_response_size_bytes_bucket{method="HEAD",path="/new",le="100"} 1 http_response_size_bytes_bucket{method="HEAD",path="/new",le="500"} 1 http_response_size_bytes_bucket{method="HEAD",path="/new",le="1000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/new",le="5000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/new",le="10000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/new",le="50000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/new",le="100000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/new",le="500000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/new",le="1e+06"} 1 http_response_size_bytes_bucket{method="HEAD",path="/new",le="+Inf"} 1 http_response_size_bytes_sum{method="HEAD",path="/new"} 19 http_response_size_bytes_count{method="HEAD",path="/new"} 1 http_response_size_bytes_bucket{method="HEAD",path="/old",le="100"} 1 http_response_size_bytes_bucket{method="HEAD",path="/old",le="500"} 1 http_response_size_bytes_bucket{method="HEAD",path="/old",le="1000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/old",le="5000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/old",le="10000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/old",le="50000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/old",le="100000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/old",le="500000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/old",le="1e+06"} 1 http_response_size_bytes_bucket{method="HEAD",path="/old",le="+Inf"} 1 http_response_size_bytes_sum{method="HEAD",path="/old"} 19 http_response_size_bytes_count{method="HEAD",path="/old"} 1 http_response_size_bytes_bucket{method="HEAD",path="/old-site",le="100"} 1 http_response_size_bytes_bucket{method="HEAD",path="/old-site",le="500"} 1 http_response_size_bytes_bucket{method="HEAD",path="/old-site",le="1000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/old-site",le="5000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/old-site",le="10000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/old-site",le="50000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/old-site",le="100000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/old-site",le="500000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/old-site",le="1e+06"} 1 http_response_size_bytes_bucket{method="HEAD",path="/old-site",le="+Inf"} 1 http_response_size_bytes_sum{method="HEAD",path="/old-site"} 19 http_response_size_bytes_count{method="HEAD",path="/old-site"} 1 http_response_size_bytes_bucket{method="HEAD",path="/oldsite",le="100"} 1 http_response_size_bytes_bucket{method="HEAD",path="/oldsite",le="500"} 1 http_response_size_bytes_bucket{method="HEAD",path="/oldsite",le="1000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/oldsite",le="5000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/oldsite",le="10000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/oldsite",le="50000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/oldsite",le="100000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/oldsite",le="500000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/oldsite",le="1e+06"} 1 http_response_size_bytes_bucket{method="HEAD",path="/oldsite",le="+Inf"} 1 http_response_size_bytes_sum{method="HEAD",path="/oldsite"} 19 http_response_size_bytes_count{method="HEAD",path="/oldsite"} 1 http_response_size_bytes_bucket{method="HEAD",path="/shop",le="100"} 1 http_response_size_bytes_bucket{method="HEAD",path="/shop",le="500"} 1 http_response_size_bytes_bucket{method="HEAD",path="/shop",le="1000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/shop",le="5000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/shop",le="10000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/shop",le="50000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/shop",le="100000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/shop",le="500000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/shop",le="1e+06"} 1 http_response_size_bytes_bucket{method="HEAD",path="/shop",le="+Inf"} 1 http_response_size_bytes_sum{method="HEAD",path="/shop"} 19 http_response_size_bytes_count{method="HEAD",path="/shop"} 1 http_response_size_bytes_bucket{method="HEAD",path="/site",le="100"} 1 http_response_size_bytes_bucket{method="HEAD",path="/site",le="500"} 1 http_response_size_bytes_bucket{method="HEAD",path="/site",le="1000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/site",le="5000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/site",le="10000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/site",le="50000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/site",le="100000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/site",le="500000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/site",le="1e+06"} 1 http_response_size_bytes_bucket{method="HEAD",path="/site",le="+Inf"} 1 http_response_size_bytes_sum{method="HEAD",path="/site"} 19 http_response_size_bytes_count{method="HEAD",path="/site"} 1 http_response_size_bytes_bucket{method="HEAD",path="/sitio",le="100"} 1 http_response_size_bytes_bucket{method="HEAD",path="/sitio",le="500"} 1 http_response_size_bytes_bucket{method="HEAD",path="/sitio",le="1000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/sitio",le="5000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/sitio",le="10000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/sitio",le="50000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/sitio",le="100000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/sitio",le="500000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/sitio",le="1e+06"} 1 http_response_size_bytes_bucket{method="HEAD",path="/sitio",le="+Inf"} 1 http_response_size_bytes_sum{method="HEAD",path="/sitio"} 19 http_response_size_bytes_count{method="HEAD",path="/sitio"} 1 http_response_size_bytes_bucket{method="HEAD",path="/sito",le="100"} 1 http_response_size_bytes_bucket{method="HEAD",path="/sito",le="500"} 1 http_response_size_bytes_bucket{method="HEAD",path="/sito",le="1000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/sito",le="5000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/sito",le="10000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/sito",le="50000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/sito",le="100000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/sito",le="500000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/sito",le="1e+06"} 1 http_response_size_bytes_bucket{method="HEAD",path="/sito",le="+Inf"} 1 http_response_size_bytes_sum{method="HEAD",path="/sito"} 19 http_response_size_bytes_count{method="HEAD",path="/sito"} 1 http_response_size_bytes_bucket{method="HEAD",path="/test",le="100"} 1 http_response_size_bytes_bucket{method="HEAD",path="/test",le="500"} 1 http_response_size_bytes_bucket{method="HEAD",path="/test",le="1000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/test",le="5000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/test",le="10000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/test",le="50000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/test",le="100000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/test",le="500000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/test",le="1e+06"} 1 http_response_size_bytes_bucket{method="HEAD",path="/test",le="+Inf"} 1 http_response_size_bytes_sum{method="HEAD",path="/test"} 19 http_response_size_bytes_count{method="HEAD",path="/test"} 1 http_response_size_bytes_bucket{method="HEAD",path="/wordpress",le="100"} 1 http_response_size_bytes_bucket{method="HEAD",path="/wordpress",le="500"} 1 http_response_size_bytes_bucket{method="HEAD",path="/wordpress",le="1000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/wordpress",le="5000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/wordpress",le="10000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/wordpress",le="50000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/wordpress",le="100000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/wordpress",le="500000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/wordpress",le="1e+06"} 1 http_response_size_bytes_bucket{method="HEAD",path="/wordpress",le="+Inf"} 1 http_response_size_bytes_sum{method="HEAD",path="/wordpress"} 19 http_response_size_bytes_count{method="HEAD",path="/wordpress"} 1 http_response_size_bytes_bucket{method="HEAD",path="/wp",le="100"} 1 http_response_size_bytes_bucket{method="HEAD",path="/wp",le="500"} 1 http_response_size_bytes_bucket{method="HEAD",path="/wp",le="1000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/wp",le="5000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/wp",le="10000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/wp",le="50000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/wp",le="100000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/wp",le="500000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/wp",le="1e+06"} 1 http_response_size_bytes_bucket{method="HEAD",path="/wp",le="+Inf"} 1 http_response_size_bytes_sum{method="HEAD",path="/wp"} 19 http_response_size_bytes_count{method="HEAD",path="/wp"} 1 http_response_size_bytes_bucket{method="HEAD",path="/wp-json/",le="100"} 2 http_response_size_bytes_bucket{method="HEAD",path="/wp-json/",le="500"} 2 http_response_size_bytes_bucket{method="HEAD",path="/wp-json/",le="1000"} 2 http_response_size_bytes_bucket{method="HEAD",path="/wp-json/",le="5000"} 2 http_response_size_bytes_bucket{method="HEAD",path="/wp-json/",le="10000"} 2 http_response_size_bytes_bucket{method="HEAD",path="/wp-json/",le="50000"} 2 http_response_size_bytes_bucket{method="HEAD",path="/wp-json/",le="100000"} 2 http_response_size_bytes_bucket{method="HEAD",path="/wp-json/",le="500000"} 2 http_response_size_bytes_bucket{method="HEAD",path="/wp-json/",le="1e+06"} 2 http_response_size_bytes_bucket{method="HEAD",path="/wp-json/",le="+Inf"} 2 http_response_size_bytes_sum{method="HEAD",path="/wp-json/"} 86 http_response_size_bytes_count{method="HEAD",path="/wp-json/"} 2 http_response_size_bytes_bucket{method="HEAD",path="/wp-old",le="100"} 1 http_response_size_bytes_bucket{method="HEAD",path="/wp-old",le="500"} 1 http_response_size_bytes_bucket{method="HEAD",path="/wp-old",le="1000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/wp-old",le="5000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/wp-old",le="10000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/wp-old",le="50000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/wp-old",le="100000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/wp-old",le="500000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/wp-old",le="1e+06"} 1 http_response_size_bytes_bucket{method="HEAD",path="/wp-old",le="+Inf"} 1 http_response_size_bytes_sum{method="HEAD",path="/wp-old"} 19 http_response_size_bytes_count{method="HEAD",path="/wp-old"} 1 http_response_size_bytes_bucket{method="HEAD",path="/www",le="100"} 1 http_response_size_bytes_bucket{method="HEAD",path="/www",le="500"} 1 http_response_size_bytes_bucket{method="HEAD",path="/www",le="1000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/www",le="5000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/www",le="10000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/www",le="50000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/www",le="100000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/www",le="500000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/www",le="1e+06"} 1 http_response_size_bytes_bucket{method="HEAD",path="/www",le="+Inf"} 1 http_response_size_bytes_sum{method="HEAD",path="/www"} 19 http_response_size_bytes_count{method="HEAD",path="/www"} 1 http_response_size_bytes_bucket{method="OPTIONS",path="/",le="100"} 10 http_response_size_bytes_bucket{method="OPTIONS",path="/",le="500"} 10 http_response_size_bytes_bucket{method="OPTIONS",path="/",le="1000"} 10 http_response_size_bytes_bucket{method="OPTIONS",path="/",le="5000"} 10 http_response_size_bytes_bucket{method="OPTIONS",path="/",le="10000"} 10 http_response_size_bytes_bucket{method="OPTIONS",path="/",le="50000"} 10 http_response_size_bytes_bucket{method="OPTIONS",path="/",le="100000"} 10 http_response_size_bytes_bucket{method="OPTIONS",path="/",le="500000"} 10 http_response_size_bytes_bucket{method="OPTIONS",path="/",le="1e+06"} 10 http_response_size_bytes_bucket{method="OPTIONS",path="/",le="+Inf"} 10 http_response_size_bytes_sum{method="OPTIONS",path="/"} 0 http_response_size_bytes_count{method="OPTIONS",path="/"} 10 http_response_size_bytes_bucket{method="POST",path="/",le="100"} 51 http_response_size_bytes_bucket{method="POST",path="/",le="500"} 51 http_response_size_bytes_bucket{method="POST",path="/",le="1000"} 51 http_response_size_bytes_bucket{method="POST",path="/",le="5000"} 51 http_response_size_bytes_bucket{method="POST",path="/",le="10000"} 51 http_response_size_bytes_bucket{method="POST",path="/",le="50000"} 51 http_response_size_bytes_bucket{method="POST",path="/",le="100000"} 51 http_response_size_bytes_bucket{method="POST",path="/",le="500000"} 51 http_response_size_bytes_bucket{method="POST",path="/",le="1e+06"} 51 http_response_size_bytes_bucket{method="POST",path="/",le="+Inf"} 51 http_response_size_bytes_sum{method="POST",path="/"} 0 http_response_size_bytes_count{method="POST",path="/"} 51 http_response_size_bytes_bucket{method="POST",path="/api",le="100"} 10 http_response_size_bytes_bucket{method="POST",path="/api",le="500"} 10 http_response_size_bytes_bucket{method="POST",path="/api",le="1000"} 10 http_response_size_bytes_bucket{method="POST",path="/api",le="5000"} 10 http_response_size_bytes_bucket{method="POST",path="/api",le="10000"} 10 http_response_size_bytes_bucket{method="POST",path="/api",le="50000"} 10 http_response_size_bytes_bucket{method="POST",path="/api",le="100000"} 10 http_response_size_bytes_bucket{method="POST",path="/api",le="500000"} 10 http_response_size_bytes_bucket{method="POST",path="/api",le="1e+06"} 10 http_response_size_bytes_bucket{method="POST",path="/api",le="+Inf"} 10 http_response_size_bytes_sum{method="POST",path="/api"} 540 http_response_size_bytes_count{method="POST",path="/api"} 10 http_response_size_bytes_bucket{method="POST",path="/api/gql",le="100"} 10 http_response_size_bytes_bucket{method="POST",path="/api/gql",le="500"} 10 http_response_size_bytes_bucket{method="POST",path="/api/gql",le="1000"} 10 http_response_size_bytes_bucket{method="POST",path="/api/gql",le="5000"} 10 http_response_size_bytes_bucket{method="POST",path="/api/gql",le="10000"} 10 http_response_size_bytes_bucket{method="POST",path="/api/gql",le="50000"} 10 http_response_size_bytes_bucket{method="POST",path="/api/gql",le="100000"} 10 http_response_size_bytes_bucket{method="POST",path="/api/gql",le="500000"} 10 http_response_size_bytes_bucket{method="POST",path="/api/gql",le="1e+06"} 10 http_response_size_bytes_bucket{method="POST",path="/api/gql",le="+Inf"} 10 http_response_size_bytes_sum{method="POST",path="/api/gql"} 540 http_response_size_bytes_count{method="POST",path="/api/gql"} 10 http_response_size_bytes_bucket{method="POST",path="/api/graphql",le="100"} 10 http_response_size_bytes_bucket{method="POST",path="/api/graphql",le="500"} 10 http_response_size_bytes_bucket{method="POST",path="/api/graphql",le="1000"} 10 http_response_size_bytes_bucket{method="POST",path="/api/graphql",le="5000"} 10 http_response_size_bytes_bucket{method="POST",path="/api/graphql",le="10000"} 10 http_response_size_bytes_bucket{method="POST",path="/api/graphql",le="50000"} 10 http_response_size_bytes_bucket{method="POST",path="/api/graphql",le="100000"} 10 http_response_size_bytes_bucket{method="POST",path="/api/graphql",le="500000"} 10 http_response_size_bytes_bucket{method="POST",path="/api/graphql",le="1e+06"} 10 http_response_size_bytes_bucket{method="POST",path="/api/graphql",le="+Inf"} 10 http_response_size_bytes_sum{method="POST",path="/api/graphql"} 540 http_response_size_bytes_count{method="POST",path="/api/graphql"} 10 http_response_size_bytes_bucket{method="POST",path="/en",le="100"} 1 http_response_size_bytes_bucket{method="POST",path="/en",le="500"} 1 http_response_size_bytes_bucket{method="POST",path="/en",le="1000"} 1 http_response_size_bytes_bucket{method="POST",path="/en",le="5000"} 1 http_response_size_bytes_bucket{method="POST",path="/en",le="10000"} 1 http_response_size_bytes_bucket{method="POST",path="/en",le="50000"} 1 http_response_size_bytes_bucket{method="POST",path="/en",le="100000"} 1 http_response_size_bytes_bucket{method="POST",path="/en",le="500000"} 1 http_response_size_bytes_bucket{method="POST",path="/en",le="1e+06"} 1 http_response_size_bytes_bucket{method="POST",path="/en",le="+Inf"} 1 http_response_size_bytes_sum{method="POST",path="/en"} 43 http_response_size_bytes_count{method="POST",path="/en"} 1 http_response_size_bytes_bucket{method="POST",path="/graphql",le="100"} 10 http_response_size_bytes_bucket{method="POST",path="/graphql",le="500"} 10 http_response_size_bytes_bucket{method="POST",path="/graphql",le="1000"} 10 http_response_size_bytes_bucket{method="POST",path="/graphql",le="5000"} 10 http_response_size_bytes_bucket{method="POST",path="/graphql",le="10000"} 10 http_response_size_bytes_bucket{method="POST",path="/graphql",le="50000"} 10 http_response_size_bytes_bucket{method="POST",path="/graphql",le="100000"} 10 http_response_size_bytes_bucket{method="POST",path="/graphql",le="500000"} 10 http_response_size_bytes_bucket{method="POST",path="/graphql",le="1e+06"} 10 http_response_size_bytes_bucket{method="POST",path="/graphql",le="+Inf"} 10 http_response_size_bytes_sum{method="POST",path="/graphql"} 430 http_response_size_bytes_count{method="POST",path="/graphql"} 10 http_response_size_bytes_bucket{method="POST",path="/graphql/api",le="100"} 10 http_response_size_bytes_bucket{method="POST",path="/graphql/api",le="500"} 10 http_response_size_bytes_bucket{method="POST",path="/graphql/api",le="1000"} 10 http_response_size_bytes_bucket{method="POST",path="/graphql/api",le="5000"} 10 http_response_size_bytes_bucket{method="POST",path="/graphql/api",le="10000"} 10 http_response_size_bytes_bucket{method="POST",path="/graphql/api",le="50000"} 10 http_response_size_bytes_bucket{method="POST",path="/graphql/api",le="100000"} 10 http_response_size_bytes_bucket{method="POST",path="/graphql/api",le="500000"} 10 http_response_size_bytes_bucket{method="POST",path="/graphql/api",le="1e+06"} 10 http_response_size_bytes_bucket{method="POST",path="/graphql/api",le="+Inf"} 10 http_response_size_bytes_sum{method="POST",path="/graphql/api"} 430 http_response_size_bytes_count{method="POST",path="/graphql/api"} 10 # HELP process_cpu_seconds_total Total user and system CPU time spent in seconds. # TYPE process_cpu_seconds_total counter process_cpu_seconds_total 1389.11 # HELP process_max_fds Maximum number of open file descriptors. # TYPE process_max_fds gauge process_max_fds 1.048576e+06 # HELP process_network_receive_bytes_total Number of bytes received by the process over the network. # TYPE process_network_receive_bytes_total counter process_network_receive_bytes_total 3.44895204e+08 # HELP process_network_transmit_bytes_total Number of bytes sent by the process over the network. # TYPE process_network_transmit_bytes_total counter process_network_transmit_bytes_total 3.61025802e+08 # HELP process_open_fds Number of open file descriptors. # TYPE process_open_fds gauge process_open_fds 19 # HELP process_resident_memory_bytes Resident memory size in bytes. # TYPE process_resident_memory_bytes gauge process_resident_memory_bytes 4.8492544e+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.77724037183e+09 # HELP process_virtual_memory_bytes Virtual memory size in bytes. # TYPE process_virtual_memory_bytes gauge process_virtual_memory_bytes 1.361760256e+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"} 28 promhttp_metric_handler_requests_total{code="500"} 0 promhttp_metric_handler_requests_total{code="503"} 0 # HELP worker_active_jobs Number of workers currently processing jobs # TYPE worker_active_jobs gauge worker_active_jobs 0 # HELP worker_job_duration_seconds Job processing duration in seconds # TYPE worker_job_duration_seconds histogram worker_job_duration_seconds_bucket{le="0.005"} 0 worker_job_duration_seconds_bucket{le="0.01"} 0 worker_job_duration_seconds_bucket{le="0.025"} 0 worker_job_duration_seconds_bucket{le="0.05"} 0 worker_job_duration_seconds_bucket{le="0.1"} 0 worker_job_duration_seconds_bucket{le="0.25"} 0 worker_job_duration_seconds_bucket{le="0.5"} 0 worker_job_duration_seconds_bucket{le="1"} 0 worker_job_duration_seconds_bucket{le="2.5"} 0 worker_job_duration_seconds_bucket{le="5"} 0 worker_job_duration_seconds_bucket{le="10"} 0 worker_job_duration_seconds_bucket{le="+Inf"} 0 worker_job_duration_seconds_sum 0 worker_job_duration_seconds_count 0 # HELP worker_pool_size Number of workers configured in the pool # TYPE worker_pool_size gauge worker_pool_size 2 # HELP worker_queue_depth Current queue length in Redis # TYPE worker_queue_depth gauge worker_queue_depth 0